@font-face {
  font-family: "Conv_SairaCondensed-Medium";
  src: url("fonts/SairaCondensed-Medium.eot");
  src: local("☺"), url("fonts/SairaCondensed-Medium.woff") format("woff"),
    url("fonts/SairaCondensed-Medium.ttf") format("truetype"),
    url("fonts/SairaCondensed-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_SairaCondensed-Regular";
  src: url("fonts/SairaCondensed-Regular.eot");
  src: local("☺"), url("fonts/SairaCondensed-Regular.woff") format("woff"),
    url("fonts/SairaCondensed-Regular.ttf") format("truetype"),
    url("fonts/SairaCondensed-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: "Conv_SourceSansPro-Regular";
  src: url("fonts/SourceSansPro-Regular.eot");
  src: local("☺"), url("fonts/SourceSansPro-Regular.woff") format("woff"),
    url("fonts/SourceSansPro-Regular.ttf") format("truetype"),
    url("fonts/SourceSansPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
  src: url("fonts/IBMPlexSansArabic-Medium.eot");
  src: url("fonts/IBMPlexSansArabic-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/IBMPlexSansArabic-Medium.woff2") format("woff2"),
    url("fonts/IBMPlexSansArabic-Medium.woff") format("woff"),
    url("fonts/IBMPlexSansArabic-Medium.ttf") format("truetype"),
    url("fonts/IBMPlexSansArabic-Medium.svg#IBMPlexSansArabic-Medium")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM-Plex-Sans-Arabic-Regular";
  src: url("fonts/IBMPlexSansArabic-Regular.eot");
  src: url("fonts/IBMPlexSansArabic-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/IBMPlexSansArabic-Regular.woff2") format("woff2"),
    url("fonts/IBMPlexSansArabic-Regular.woff") format("woff"),
    url("fonts/IBMPlexSansArabic-Regular.ttf") format("truetype"),
    url("fonts/IBMPlexSansArabic-Regular.svg#IBMPlexSansArabic-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* html,body{height: 100%;}
.aboutus,.aboutus >div,.customers,.customers>div {height: 100%;} */
/*logo and nav*/
#header {
  padding: 13px 0 10px 0;
}
#logo img,
#logo svg {
  width: 200px;
}
#logo {
  width: 200px;
  height: 45px;
  background-repeat: no-repeat;
}
.navbar-nav li a {
  font-family: "Conv_SairaCondensed-Medium";
  letter-spacing: 1px;
}
.ar .navbar-nav li a {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
}
.ar .servicesNames {
  direction: rtl;
}
#logo,
.fp-viewing-slide01 #logo,
.fp-viewing-slide02 #logo,
.fp-viewing-slide04 #logo,
.fp-viewing-slide06 #logo {
  background-image: url("../images/pannesma_logo.svg");
  width: 200px;
  height: 45px;
  background-repeat: no-repeat;
}
#header,
.fp-viewing-slide01 #header {
  background: linear-gradient(to bottom, #fff 80%, #fff 80%);
  box-shadow: -1px 1px 16px 0px #969494;
}
.fp-viewing-slide03 #logo,
.fp-viewing-slide05 #logo,
.fp-viewing-slide07 #logo,
.fp-viewing-slide08 #logo {
  background-image: url("../images/pannesma_logo_white.svg");
  width: 200px;
  height: 45px;
  background-repeat: no-repeat;
}
#header a,
.fp-viewing-slide01 #header a {
  color: #000;
}
.navbar-nav li a:after,
.fp-viewing-slide01 .navbar-nav li a:after {
  background-color: #000;
}
.fp-viewing-slide02 #header,
.fp-viewing-slide03 #header,
.fp-viewing-slide04 #header,
.fp-viewing-slide05 #header,
.fp-viewing-slide06 #header,
.fp-viewing-slide07 #header,
.fp-viewing-slide08 #header {
  background: transparent;
  box-shadow: none;
}
.fp-viewing-slide02 #header a,
.fp-viewing-slide03 #header a,
.fp-viewing-slide04 #header a,
.fp-viewing-slide05 #header a,
.fp-viewing-slide06 #header a,
.fp-viewing-slide07 #header a,
.fp-viewing-slide08 #header a {
  color: #fff;
}
.fp-viewing-slide02 .navbar-nav li a:after,
.fp-viewing-slide03 .navbar-nav li a:after,
.fp-viewing-slide04 .navbar-nav li a:after,
.fp-viewing-slide05 .navbar-nav li a:after,
.fp-viewing-slide06 .navbar-nav li a:after,
.fp-viewing-slide07 .navbar-nav li a:after,
.fp-viewing-slide08 .navbar-nav li a:after {
  background-color: #fff;
}
.title {
  color: #000 !important;
  font-size: 30px;
  font-family: "Conv_SairaCondensed-Regular";
  letter-spacing: 1px;
}
.ar .title {
  font-family: "IBM-Plex-Sans-Arabic-Regular";
}
.sub-title {
  font-size: 18px;
  font-family: "Conv_SairaCondensed-Medium";
  letter-spacing: 3px;
  color: #000;
}
.ar .sub-title {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
}
.title::after {
  content: "";
  display: block;
  height: 3px;
  width: 70px;
  background: #000;
  margin: 5px auto 5px auto;
}
.title.white::after {
  background: #fff;
}
.owl-carousel .owl-dots .owl-dot.active {
  width: 50px;
}

/*generale*/
.blue {
  color: #005daa;
}
.bg-white {
  background-color: #fff;
}
.bg-grey {
  background-color: #eeeeee;
}
.pannesmaBtn {
  letter-spacing: 3px;
  font-family: "Conv_SairaCondensed-Medium";
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 12px 35px;
  border-radius: 10px;
}
.ar .pannesmaBtn {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
}
.pannesmaBtn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  text-decoration: none;
}
.blog-slider__button.pannesmaBtn {
  background-image: linear-gradient(147deg, #005daa 0%, #5fa3db 74%);
  box-shadow: 3px 5px 11px 5px #5fa3db2e;
}
.blog-slider__button.pannesmaBtn:hover {
  color: #fff;
  opacity: 0.7;
}
.contact-section .btn {
  font-family: "Conv_SairaCondensed-Regular";
  letter-spacing: 2px;
}
.ar .contact-section .btn {
  font-family: "IBM-Plex-Sans-Arabic-Regular";
}
ul li {
  list-style: none;
}
.customers,
.news,
.careers {
  background: #ffffffeb;
}
.services {
  background: #fff;
}
.services .bgGami p {
  color: #fff !important;
}
.pannesmaBtn.fullBtn {
  background-color: #005daa;
  color: #fff;
  border: 1px solid #fff;
}
.pannesmaBtn.fullBtn:hover {
  background-color: #fff;
  color: #005daa;
  border: 1px solid #005daa;
}
.pannesmaBtn.black {
  background-color: #000000;
  color: #fff;
  border: 1px solid rgb(0, 0, 0);
}
.pannesmaBtn.black:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
  border: 1px solid #000000;
}
.white {
  color: #fff !important;
}
.conv-bold {
  font-family: "Conv_SairaCondensed-Medium" !important;
  font-weight: 600;
  letter-spacing: 2px;
}
/*banners*/
.BannerContainer .banner-slider .banner1 {
  background-image: url("../images/homepage/01Pannesma_Banner.jpg?");
}
.BannerContainer .banner-slider .banner2 {
  background-image: url("../images/homepage/02_Banner_GAMI.jpg?");
}
.BannerContainer .banner-slider .banner3 {
  background-image: url("../images/homepage/03_Banner_Digital_Twin.jpg?");
}
.BannerContainer .banner-slider .banner4 {
  background-image: url("../images/homepage/03_Banner_Support_2030.jpg?");
}

.BannerContainer .owl-carousel.owl-drag .owl-item {
  height: 100vh !important;
}
.BannerContainer .fp-scrollable {
  height: 100% !important;
}
.BannerContainer .section-inner {
  padding: 0;
}
.BannerContainer .banner-slider .banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.BannerContainer .scroll-icon {
  width: 15px !important;
  margin: auto;
}
.banner-slider .owl-dots {
  display: none !important;
}
.welcome-first {
  font-family: "Conv_SairaCondensed-Regular";
  letter-spacing: 1px;
}
.ar .welcome-first {
  font-family: "IBM-Plex-Sans-Arabic-Regular";
}
.welcome-title {
  font-family: "Conv_SairaCondensed-Medium";
  letter-spacing: 3px;
  font-size: 27px;
}
.ar .welcome-title {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
}
.welcome-box {
  line-height: 25px;
}
.welcome-box p {
  font-size: 23px;
}
.welcome-box h3 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
}
.next-section {
  left: 0;
  right: 0;
  margin: auto;
}
.LogoOverImage {
  width: 200px !important;
  position: absolute;
  left: 100px;
  top: 100px;
}
/*section colors*/
.section[data-section="slide01"] {
  background-color: lightgrey;
}
.section[data-section="slide03"],
.section[data-section="slide05"],
.section[data-section="slide07"] {
  background-color: #000000b8;
}

/*font size and family*/
.about-contentbox span,
.services .title-block span,
.skills span,
.projects .title-block span,
.clients .title-block span,
.contactus .title-block span {
  font-size: 18px;
  font-family: "Conv_SairaCondensed-Regular";
  letter-spacing: 1px;
}
.ar .about-contentbox span,
.ar .services .title-block span,
.ar .skills span,
.ar .projects .title-block span,
.ar .clients .title-block span,
.ar .contactus .title-block span {
  font-family: "IBM-Plex-Sans-Arabic-Regular";
}
.about-contentbox h2,
.services h2,
.skills h2,
.projects h2,
.clients h2,
.contactus h2 {
  font-size: 30px;
  font-family: "Conv_SairaCondensed-Medium";
  letter-spacing: 3px;
}
.ar .about-contentbox h2,
.ar .services h2,
.ar .skills h2,
.ar .projects h2,
.ar .clients h2,
.ar .contactus h2 {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
}

.about-contentbox h2:after,
.services h2:after,
.skills h2:after,
.projects h2:after,
.clients h2:after,
.contactus h2:after {
  content: "";
  display: block;
  height: 3px;
  width: 70px;
  background: white;
  margin: 5px auto 5px auto;
}
p,
.about-section .counter-box,
.skills-row h6,
.contact-row,
#ajax-contact input,
.form-control,
textarea.form-control {
  font-family: "Conv_SourceSansPro-Regular";
}
.contact-row,
#ajax-contact input,
.form-control,
textarea.form-control {
  letter-spacing: 2px;
}
.service-box p,
.service-box h3,
.service-box h2 {
  line-height: 20px;
  color: #fff;
}
.services-list .item {
  width: 100%;
}
.skills-row h6 {
  margin-right: 30px;
}
.portfolio-item .thumb-inner h4,
.testimonials-section .item h4,
.title-block p {
  font-family: "Conv_SairaCondensed-Medium";
  letter-spacing: 2px;
}
.ar .title-block p {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
}
.testimonials-section .item h4 {
  font-size: 15px;
}
.service-box h3 {
  font-family: "Conv_SairaCondensed-Medium";
  letter-spacing: 1px;
}
.ar .service-box h3 {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
}
.scroll-down span {
  font-family: "Conv_SairaCondensed-Medium";
  letter-spacing: 3px;
}
.ar .scroll-down span {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
}
.counter-box {
  font-size: 17px;
}
.count-number,
.counted {
  margin-bottom: 0;
}
.portfolio-item:hover .thumb-inner p {
  line-height: 20px;
}
.testimonials-section .item img {
  background-color: #fff;
}

/*body sections*/
.aboutusImg-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.aboutusImg-container .about-img {
  margin: 0 auto 0;
}
.count-number,
.counted {
  font-size: 19px;
}
.counter-box > p:last-child {
  line-height: 20px;
  padding-top: 5px;
  margin-bottom: 12px;
}
.testimonials-section .item {
  padding: 15px 15px 0 15px !important;
  width: 100%;
}
.facts-list .item {
  padding: 16px 5px 0 5px;
}
/*social media*/
#lang-icons ul li a {
  font-family: "Conv_SairaCondensed-Medium";
  text-decoration: none;
  display: block;
  background: linear-gradient(to bottom, #fff 0%, rgb(175 175 175 / 100%) 100%);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  width: 45px;
  height: 45px;
}
.ar #lang-icons ul li a {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
}
#lang-icons ul li a:hover {
  width: 145px !important;
  color: #ffffff;
}
#lang-icons ul li a.en:before {
  content: "En" !important;
  position: relative;
  color: #005daa;
}
#lang-icons ul li a.ar:before {
  content: "ع" !important;
  position: relative;
  color: #005daa;
}
#lang-icons ul li a.en:hover:before {
  content: "English" !important;
  position: relative;
  color: #005daa;
}
#lang-icons ul li a.ar:hover:before {
  content: "عربية" !important;
  position: relative;
  color: #005daa;
}
.pages a {
  font-family: "Conv_SairaCondensed-Medium";
  letter-spacing: 2px;
}
.ar .pages a {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
}
.owl-carousel .owl-nav button.owl-next {
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  color: transparent;
}
.owl-carousel .owl-nav button.owl-prev {
  background-image: url("../images/arrow-left.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  color: transparent;
}
.services-list.owl-carousel .owl-item img {
  max-width: 70px;
  margin: auto;
}
/*customers*/
.customers .content > div > div > a {
  margin-bottom: 30px;
}
.customers .content > div > div > a:hover {
  opacity: 0.7;
}
.customers .content > div > div > a img {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 5px 9px 7px 6px #ccc;
  -moz-box-shadow: 5px 9px 7px 6px #ccc;
  -webkit-box-shadow: 5px 9px 7px 6px #ccc;
}
.ekko-lightbox-nav-overlay a {
  opacity: 1;
  color: #005daa;
  position: relative !important;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay > a:last-child {
  right: -40px;
}
.ekko-lightbox-nav-overlay > a:first-child {
  right: 70px;
}
.customers .footer {
  position: absolute;
  left: 0;
  right: 0;
}
.customers .content > div a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.customers .content > div a:hover {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

/*contactus*/
#map {
  height: 400px;
  width: 100%;
}
.ourOffices img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.contactuspage .contact-section {
  background-color: #b8b8b824;
  border-radius: 15px;
  box-shadow: 2px 0 18px 5px #ececec;
}
.contact-section textarea.form-control {
  height: 85px;
}
.contact-section .form-control {
  height: 50px;
  margin-bottom: 15px;
}

.contactuspage .contact-row {
  background: #b8b8b824;
  box-shadow: 2px 0 20px 3px #ececec;
}
.contactuspage iframe {
  width: 100%;
  height: 400px;
}
.contactuspage .pannesmaBtn {
  color: #fff;
}
.contactuspage .pannesmaBtn:hover {
  color: #000;
  cursor: pointer;
}

/*news*/
.news .tile {
  border-radius: 6px;
  width: 100%;
  margin: 35px auto;
  box-shadow: 0 0 18px 9px #969494;
}

.news #tile-1 .nav-tabs {
  position: relative;
  border: none !important;
  background-color: #005daa;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.news #tile-1 .nav-tabs li a {
  position: relative;
  margin-right: 0px !important;
  padding: 20px 40px !important;
  font-size: 16px;
  border: none !important;
  color: #fff;
}
.news #tile-1 .nav-tabs a:hover {
  background-color: #dadada80 !important;
}
.news #tile-1 .slider {
  display: inline-block;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  z-index: 1200;
  bottom: 0;
  transition: all 0.4s linear;
}
.news #tile-1 .nav-tabs .active {
  background-color: transparent !important;
  border: none !important;
}
.news img {
  width: 100%;
}
.news .tab-pane {
  background-color: #b8b8b824;
}
.news p,
.news h5 {
  color: #000;
}
.news .tab-pane {
  padding: 30px;
}
.news .tab-content .content > div {
  margin-bottom: 30px;
}
.news .tab-content .content > div:hover {
  cursor: pointer;
}
.news .title,
.news .sub_title {
  font-family: "Conv_SairaCondensed-Regular";
}
.ar .news .title,
.ar .news .sub_title {
  font-family: "IBM-Plex-Sans-Arabic-Regular";
}
.news .description,
.news .day,
.news .month {
  font-family: "Conv_SairaCondensed-Medium";
}
.ar .news .month {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
}
.news a.category {
  font-family: "Conv_SairaCondensed-Regular";
}
.ar .news a.category {
  font-family: "IBM-Plex-Sans-Arabic-Regular";
}
.news a.category:hover {
  text-decoration: none;
  cursor: pointer;
}
.news .nav .nav-item a {
  font-family: "Conv_SairaCondensed-Regular";
  font-size: 19px;
}
.ar .news .nav .nav-item a {
  font-family: "IBM-Plex-Sans-Arabic-Regular";
}

/*parallax*/
.parallax {
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.parallax-Page {
  color: #777;
  background-color: #fff;
  padding: 50px 0 0 0;
}
.parallax .caption {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 27px;
  letter-spacing: 4px;
  font-family: "Conv_SairaCondensed-Medium";
}
.ar .parallax .caption {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
}
.parallax .caption span.less-height,
.parallax .caption span.scroll-up,
.parallax .caption .cool {
  font-size: 25px;
  color: #fff;
  letter-spacing: 4px;
  font-family: "Conv_SairaCondensed-Medium";
}
.ar .parallax .caption span.less-height,
.ar .parallax .caption span.scroll-up,
.ar .parallax .caption .cool {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
}

.second-text,
.third-text {
  color: #777;
  background-color: #fff;
  padding: 50px 80px;
}
.aboutus h3 {
  font-family: "Conv_SairaCondensed-Medium";
  letter-spacing: 4px;
}
.ar .aboutus h3 {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
  font-size: 23px;
}
.aboutus p,
.aboutus li {
  font-family: "Conv_SairaCondensed-Regular";
}
.ar .aboutus p,
.ar .aboutus li {
  font-family: "IBM-Plex-Sans-Arabic-Regular";
}
.aboutus li {
  color: #005daa;
}
.aboutus .second-text p,
.aboutus .third-text p {
  max-width: 800px;
  margin: auto;
}
/* .aboutus .parallax-Page > * {
  max-width: 1000px;
  margin: auto;
} */
#header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  border-top: 3px solid #005daa;
  animation: border_anim 3s linear forwards;
}
.aboutus img {
  width: 40px;
  height: 40px;
  padding-bottom: 15px;
}

/*parallax images*/
.parallax.second-image {
  background-image: url("../images/aboutus/parallax2.jpg?");
}
.parallax.third-image {
  background-image: url("../images/aboutus/parallax3.jpg?");
}
.parallax.first-image {
  background-image: url("../images/aboutus/Banner_Aboutus.jpg?");
  background-position: bottom;
}
.services .parallax.first-image {
  background-image: url("../images/services/Banner_Services.jpg?");
  background-position: center;
}
.customers .parallax.first-image {
  background-image: url("../images/customers/customers.jpg?");
  background-position: center;
}
.news .parallax.first-image {
  background-image: url("../images/news/news.jpg?");
  background-position: center;
}
.careers .parallax.first-image,
.nojobs .parallax.first-image {
  background-image: url("../images/careers/careers.jpg?");
  background-position: center;
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/*news*/
.news .post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #ffffff;
  height: 369px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.news .post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.news .post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.news .post-module:hover .post-content .description,
.hover .post-content .description {
  max-height: 100px;
}
.news .post-module .thumbnail {
  background: #000000;
  height: 164px;
  overflow: hidden;
}
.news .post-module .thumbnail .date {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 1;
  background: #005daa;
  width: 55px;
  height: 55px;
  padding: 0.5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .post-module .thumbnail .date .day {
  font-size: 18px;
}
.news .post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.news .post-module .thumbnail img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.news .post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  padding: 30px 8px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.news .post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #005daa;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.news .post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
}
.news .post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #005daa;
  font-size: 18px;
  font-weight: 400;
  height: 70px;
}
.news .post-module .post-content .description {
  display: block;
  max-height: 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  overflow: hidden;
}
.news .post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.news .post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.news .post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.news .hover .post-content .description {
  display: block !important;
  max-height: 100px !important;
  opacity: 1 !important;
}
.news .container:before,
.container:after {
  content: "";
  display: block;
  clear: both;
}
.news .container .column {
  width: 50%;
  padding: 0 25px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.news .container .column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.news .container .info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}
.news .container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.news .container .info span {
  color: #666666;
  font-size: 12px;
}
.news .container .info span a {
  color: #000000;
  text-decoration: none;
}
.news .container .info span .fa {
  color: #005daa;
}
.news-inside img {
  /*max-width: 600px;*/
  width:80%;
}
.news-inside ul {
  padding: 0;
}
.news-inside ul li {
  font-family: "Conv_SairaCondensed-Regular";
  color: #005daa;
}
.ar .news-inside ul li {
  font-family: "IBM-Plex-Sans-Arabic-Regular";
}
/*careers*/
.careers .major {
  margin: auto;
  z-index: 5;
}
.careers p {
  margin: 0;
}
.careers .job {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.careers .job1 {
  background-image: url("../images/careers/a.jpg");
}
.careers .job2 {
  background-image: url("../images/careers/b.jpg");
}
.careers .job3 {
  background-image: url("../images/careers/c.jpg");
}
.careers .job4 {
  background-image: url("../images/careers/a.jpg");
}
.careers .job5 {
  background-image: url("../images/careers/b.jpg");
}
.careers .job6 {
  background-image: url("../images/careers/c.jpg");
}
.careers .tiles {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 0 !important;
}
.careers .tiles + * {
  border-top: 0 !important;
}
.careers .tiles article {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-transition: -moz-transform 0.25s ease, opacity 0.25s ease,
    -moz-filter 1s ease, -webkit-filter 1s ease;
  -webkit-transition: -webkit-transform 0.25s ease, opacity 0.25s ease,
    -webkit-filter 1s ease, -webkit-filter 1s ease;
  -ms-transition: -ms-transform 0.25s ease, opacity 0.25s ease,
    -ms-filter 1s ease, -webkit-filter 1s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, filter 1s ease,
    -webkit-filter 1s ease;
  padding: 0em 3em 0em 3em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: default;
  height: 40vh;
  max-height: 40em;
  min-height: 23em;
  overflow: hidden;
  position: relative;
  width: 33.3333%;
  transform: scale(1, 1);
  transition: transform 0.4s;
}
.careers article:hover {
  cursor: pointer;
  transform: scale(0.9, 0.9);
}
.careers .tiles article h3 {
  font-size: 21px;
  font-family: "Conv_SairaCondensed-Regular";
  padding-top: 20px;
}
.ar .careers .tiles article h3 {
  font-family: "IBM-Plex-Sans-Arabic-Regular";
}
.careers .tiles article h3 a:hover {
  color: inherit !important;
}
.careers .tiles article .link.primary {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.careers .tiles article:before {
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.65;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.careers .tiles article:after {
  background-color: rgba(36, 41, 67, 0.25);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.careers .tiles article:hover:before {
  opacity: 0;
}
.careers .tiles article.is-transitioning {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -moz-filter: blur(0.5em);
  -webkit-filter: blur(0.5em);
  -ms-filter: blur(0.5em);
  filter: blur(0.5em);
  opacity: 0;
}
.careers .tiles article:nth-child(6n - 5):before {
  background-color: #6fc3df9e;
}
.careers .tiles article:nth-child(6n - 4):before {
  background-color: #8d82c47d;
}
.careers .tiles article:nth-child(6n - 3):before {
  background-color: #ec8d8182;
}
.careers .tiles article:nth-child(6n - 2):before {
  background-color: #e7b78861;
}
.careers .tiles article:nth-child(6n - 1):before {
  background-color: #8ea9e88f;
}
.careers .tiles article:nth-child(6n):before {
  background-color: #87c5a473;
}
.jobs ul {
  padding: 0;
}
.jobs ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background-color: #005daa;
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 1px;
}
.jobs h3,
.nojobs h3 {
  font-family: "Conv_SairaCondensed-Medium";
  letter-spacing: 4px;
}
.ar .jobs h3,
.ar .nojobs h3 {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
}

.jobs h4,
.jobs h5,
.nojobs h4,
.nojobs h5,
.news-inside h4,
.news-inside h5,
.thanks h3 {
  font-family: "Conv_SairaCondensed-Medium";
  letter-spacing: 4px;
}
.ar .jobs h4,
.ar .jobs h5,
.ar .nojobs h4,
.ar .nojobs h5,
.ar .news-inside h4,
.ar .news-inside h5,
.ar .thanks h3 {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
}

.jobs h5,
.jobs h4,
.nojobs h5,
.nojobs h4,
.news-inside h4,
.news-inside h5 {
  color: #005daa;
}
.jobs p,
.jobs li,
.nojobs p,
.news-inside p,
.thanks h4 {
  font-family: "Conv_SairaCondensed-Regular";
}
.ar .jobs p,
.ar .jobs li,
.ar .nojobs p,
.ar .news-inside p,
.ar .thanks h4 {
  font-family: "IBM-Plex-Sans-Arabic-Regular";
}

.nojobs h5 {
  color: #000;
}

/*thanks*/
.thanks {
  background-color: #000000b8;
}
.thanks h3,
.thanks p {
  color: #fff;
}
.thanks img {
  width: 175px;
}
.thanks h4 {
  text-transform: capitalize;
}
.thanks .success-animation {
  margin: 30px auto;
}

.thanks .checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #005daa;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #4bb71b;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}
.thanks .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #005daa;
  fill: #fff;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.thanks .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}

/*services*/
.services p {
  font-family: "Conv_SairaCondensed-Regular";
}
.services p {
  font-family: "IBM-Plex-Sans-Arabic-Regular";
}
.services h3 {
  font-family: "Conv_SairaCondensed-Medium";
}
.ar .homepage .services h3 {
  font-family: "IBM-Plex-Sans-Arabic-Medium";
  font-size: 16px;
  line-height: 26px;
}
.services.inside h4 {
  color: #005daa;
}
.services.inside p,
.services.inside h3,
.services.inside h1,
.services.inside h2,
.services.inside h5,
.services.inside ul,
.services.inside li {
  color: #000;
}

.services.inside h5,
.services.inside h4,
.services.inside li {
  font-family: "Conv_SourceSansPro-Regular";
}
.services.inside ul {
  padding: 0;
}
.services.inside li::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #005daa;
  margin-right: 10px;
  margin-bottom: 0px;
}
.bgGami {
  background-image: url("../images/services/12_GAMI_banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.bgGami li,
.bgGami h3 {
  color: #fff !important;
}

.services.inside .bgGami li::before {
  background-color: #fff !important;
}
.bgGami img {
  width: 220px;
}

/*footer*/
.ar p {
  font-family: "IBM-Plex-Sans-Arabic-Regular";
}
.footer img {
  width: 300px;
}
.footer .socia-media i {
  font-size: 30px;
}

/*arabic*/
.ar .navbar,
.ar .contactus .row {
  flex-direction: row-reverse;
}
.ar #lang-icons {
  right: 0;
  left: auto;
}
.ar #lang-icons ul li a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  display: inline-block;
  font-size: 16px;
}
.ar .navigation-menu,
.ar h1,
.ar h2,
.ar h3,
.ar h4,
.ar h5,
.ar h6,
.ar p,
.ar ul li {
  direction: rtl;
  letter-spacing: 0 !important;
}
.ar a,
.ar span,
.ar button,
.ar .contact-row,
.ar #ajax-contact input,
.ar .form-control,
.ar textarea.form-control {
  letter-spacing: 0 !important;
}
.ar textarea,
.ar input {
  text-align: right;
}
.ar .contact-box .contact-row {
  direction: rtl;
  text-align: right;
}
.ar .leftSide {
  direction: ltr;
  text-align: right;
}
.ar .aboutus h3 {
  text-align: right;
}
.ar .services ul {
  text-align: right;
}
.ar .services.inside li::before {
  margin-left: 10px;
}
.ar .services h4 {
  text-align: right;
}
.ar .customers .row {
  direction: rtl;
}
.ar .testimonials-section .item h4 {
  font-size: 20px;
}
.ar .aboutuspage p {
  text-align: right;
}
.ar .about-contentbox h2:after,
.ar .services h2:after,
.ar .skills h2:after,
.ar .projects h2:after,
.ar .clients h2:after,
.ar .contactus h2:after {
  margin: 10px auto 5px auto;
}
.ar .socia-media {
  direction: rtl;
}
.ar .news .content {
  direction: rtl;
}
.ar .news .post-module .post-content .title {
  font-size: 18px;
}
.ar .news .post-module .post-content .sub_title {
  font-size: 14px;
  line-height: 18px;
}
.ar .news-inside .content {
  text-align: right !important;
}
@media screen and (min-width: 1580px) {
  .parallax {
    background-attachment: inherit;
    height: 722px;
  }
}

@media screen and (max-width: 1280px) {
  .services .grid figure figcaption {
    padding: 1em 2em !important;
  }
  .services figure.effect-oscar figcaption::before,
  .services figure.effect-oscar p {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 980px) {
  .careers .tiles article {
    width: 50% !important;
  }
  .services .grid figure figcaption,
  .services .grid figure figcaption > a {
    position: relative !important;
  }
  .services figure.effect-oscar figcaption::before,
  figure.effect-oscar p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s !important;
    transition: opacity 0.35s, transform 0.35s !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .services figure.effect-oscar h2 {
    -webkit-transform: none !important;
    transform: none !important;
    font-size: 20px !important;
  }
  .services a:hover {
    text-decoration: none;
  }
  .services figure.effect-oscar:hover img {
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 769px) {
  .ar button {
    right: auto;
  }
  .careers .tiles article h3 {
    padding-top: 0;
  }
  .sub-title {
    font-size: 13px;
  }
  .services.inside .section > div:nth-child(2) > .container > div {
    flex-direction: column-reverse;
  }
  .parallax {
    height: 200px;
    background-attachment: inherit;
  }
  .parallax-Page,
  .second-text,
  .third-text {
    padding: 50px 15px;
  }
  figure.effect-oscar {
    background: #005daa;
  }
  .services .grid figure figcaption {
    padding: 2em !important;
  }
  #lang-icons ul {
    display: none;
  }
  .welcome-box {
    padding: 0 0px 0 0;
  }
  .facts-list .owl-dots {
    margin-bottom: 0;
  }
  .section-inner {
    margin-top: 50px;
  }
  .about-contentbox,
  .aboutus .section-inner,
  .projects .section-inner {
    margin-top: 0;
  }
  .services .services-section,
  .skills,
  .clients {
    margin-bottom: 80px;
  }
  .services .section-inner {
    padding-top: 20px;
  }
  .footer,
  .footer .fp-tableCell {
    height: 200px !important;
  }
  .navbar-nav li {
    margin-left: 12px;
  }
}

@media screen and (max-width: 736px) {
  .careers .tiles article {
    padding: 1em 1.5em 1em 1.5em;
    height: 16em;
    max-height: none;
    min-height: 0;
  }
  .fp-viewing-slide02 #header,
  .fp-viewing-slide03 #header,
  .fp-viewing-slide04 #header,
  .fp-viewing-slide05 #header,
  .fp-viewing-slide06 #header,
  .fp-viewing-slide07 #header,
  .fp-viewing-slide08 #header {
    background: #fff;
  }
  .fp-viewing-slide03 #logo,
  .fp-viewing-slide05 #logo,
  .fp-viewing-slide07 #logo,
  .fp-viewing-slide08 #logo {
    background-image: url(../images/pannesma_logo.svg);
  }
  .fp-viewing-slide02 #header a,
  .fp-viewing-slide03 #header a,
  .fp-viewing-slide04 #header a,
  .fp-viewing-slide05 #header a,
  .fp-viewing-slide06 #header a,
  .fp-viewing-slide07 #header a,
  .fp-viewing-slide08 #header a {
    color: #000;
  }
}

@media only screen and (max-width: 575px) {
  .aboutus .parallax-Page .section > div:nth-child(3) {
    flex-direction: column-reverse;
  }
  .contactuspage .contact-box .contact-row {
    width: 100% !important;
  }
  .welcome-box h3 {
    font-size: 24px;
  }
  .welcome-box p {
    padding: 0 42px;
    font-size: 18px;
    margin: 0;
  }
  .LogoOverImage {
    top: 72px;
  }
}

@media screen and (max-width: 480px) {
  .careers .tiles {
    display: block;
  }
  .careers .tiles article {
    height: 20em;
    width: 100% !important;
  }
}

figure.effect-oscar {
  background: -webkit-linear-gradient(
    45deg,
    #22682a 0%,
    #9b4a1b 40%,
    #3a342a 100%
  );
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  width: 100%;
}

figure.effect-oscar figcaption {
  padding: 3em;
  /* background-color: rgba(58,52,42,0.7); */
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 15px;
  right: 30px;
  bottom: 15px;
  left: 30px;
  border: 1px solid #fff;
  content: "";
}

figure.effect-oscar h2 {
  margin: 0 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
figure:hover h2 {
  font-size: 20px;
}
figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 16px;
}

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
  opacity: 0.4;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.financial {
  color: #777;
  background-color: #fff;
  padding: 120px 0 10px 0;
}

#GetFile {
  background-color: transparent;
  border: none;
  color: white;
  font-weight: 700;
}

#GetFile:hover {
  cursor: pointer;
  opacity: 0.7;
}

#GetFile:focus,
#GetFile:active {
  outline: none;
  box-shadow: none;
}

.about-ol li{
	color: #777;
}