@font-face {
  font-family: "Effra";
  src: url("../fonts/Effra-Bold.eot");
  src: url("../fonts/Effra-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra-Bold.woff2") format("woff2"), url("../fonts/Effra-Bold.woff") format("woff"), url("../fonts/Effra-Bold.ttf") format("truetype"), url("../fonts/Effra-Bold.svg#Effra-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("../fonts/Effra-Medium.eot");
  src: url("../fonts/Effra-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra-Medium.woff2") format("woff2"), url("../fonts/Effra-Medium.woff") format("woff"), url("../fonts/Effra-Medium.ttf") format("truetype"), url("../fonts/Effra-Medium.svg#Effra-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("../fonts/Effra-Light.eot");
  src: url("../fonts/Effra-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra-Light.woff2") format("woff2"), url("../fonts/Effra-Light.woff") format("woff"), url("../fonts/Effra-Light.ttf") format("truetype"), url("../fonts/Effra-Light.svg#Effra-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaPro-SemiBold.eot");
  src: url("../fonts/SofiaPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaPro-SemiBold.woff2") format("woff2"), url("../fonts/SofiaPro-SemiBold.woff") format("woff"), url("../fonts/SofiaPro-SemiBold.ttf") format("truetype"), url("../fonts/SofiaPro-SemiBold.svg#SofiaPro-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("../fonts/Effra-Regular.eot");
  src: url("../fonts/Effra-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra-Regular.woff2") format("woff2"), url("../fonts/Effra-Regular.woff") format("woff"), url("../fonts/Effra-Regular.ttf") format("truetype"), url("../fonts/Effra-Regular.svg#Effra-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "Effra", sans-serif;
  font-weight: normal;
}

body {
  overflow-x: hidden;
  font-family: "Effra", sans-serif;
  font-weight: normal;
  font-size: 20px;
}

button {
  outline: none;
}

.padding-0 {
  padding: 0 !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none !important;
}

.container {
  width: 1170px;
  max-width: 100%;
}

header {
  padding: 60px 0 180px 0;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.header-items {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-items .header-icon {
  margin-left: 28px;
}

.drop-item {
  position: relative;
}

.menu-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-toggle span {
  margin-top: 5px;
}
.menu-toggle:hover, .menu-toggle.active {
  color: #D89D09;
}
.menu-toggle svg {
  margin-left: 10px;
}

.drop-item-content {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  margin-top: -10px;
}
.drop-item-content.active {
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
  z-index: 55;
}

.main-menu-dropdown {
  background: #212122;
  border-radius: 20px;
  width: 350px;
  padding: 26px 24px;
}
.main-menu-dropdown .title {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 14px;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
}
.main-menu-dropdown .title a {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  background: #6F6F70;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-menu-dropdown .title a:hover {
  background: #D89D09;
}

.menu-item {
  margin: 4px 0;
  padding: 4px 0;
  border-bottom: 1px solid #fff;
}
.menu-item a {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-item a svg {
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.menu-item a:hover {
  color: #D89D09;
}
.menu-item a:hover svg {
  opacity: 1;
  visibility: visible;
}
.menu-item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.menu-item:last-child a {
  padding-bottom: 0;
}

.main-section {
  min-height: 100vh;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.home-text-wrap {
  width: 700px;
  max-width: 100%;
}
.home-text-wrap h1 {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.home-text-wrap p {
  margin-top: 40px;
  margin-bottom: 0;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.title-with-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.title-with-icon h1, .title-with-icon h2, .title-with-icon h3 {
  position: relative;
  z-index: 1;
}
.title-with-icon svg {
  position: absolute;
  left: -40px;
  margin-top: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

.about-section {
  margin-top: 200px;
}

.home-social-wrap {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  z-index: 5;
}

.home-social-wrapper {
  min-height: 80px;
  background: #D89D09;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 36px;
}
.home-social-wrapper .request-meeting {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.home-social-wrapper .request-meeting:hover{
	color: #8c640a;
}
.home-social-wrapper .request-meeting img {
  margin-left: 12px;
}
.home-social-wrapper .request-meeting span {
  text-decoration: underline;
}
.home-social-wrapper .social-m {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-social-wrapper .social-m span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 18px;
  font-size: 20px;
  color: #fff;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-icons a {
  margin-left: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  display: flex;
}
.social-icons a svg{
	margin: auto;
}
.social-icons a:last-child {
  margin: 0;
}
.social-icons a:hover path{
	fill: #000000;
}
.about-wrapper {
  padding: 80px 30px 0 90px;
  background: #F1F2F2;
  border-radius: 20px;
}
.about-wrapper .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.about-wrapper .head a {
  margin-right: auto;
}
.about-wrapper .title-with-icon svg {
  left: -15px;
}

.view-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #939598;
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.view-more svg {
  margin-bottom: 6px;
}
.view-more:hover {
  color: #000;
}
.view-more span {
  text-decoration: underline;
}

.about-section .container {
  position: relative;
  z-index: 5;
}
.about-section .title-border {
  margin-top: 60px;
}

.section-title h2 {
  font-size: 46px;
  font-weight: bold;
}

.title-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 40px;
}

.about-text {
  margin-top: 20px;
  font-size: 25px;
  color: #706F6F;
  line-height: 50px;
  font-weight: 500;
}

.about-video {
  padding: 10px;
  border-radius: 65px;
  background: #E6E7E8;
  position: relative;
  margin-bottom: -100px;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-video .about-img {
  width: 100%;
}
.about-video .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-bg-wrp {
  height: 500px;
  background: url("../images/about-bg.png") no-repeat center bottom;
  background-size: cover;
  position: relative;
  margin-top: -250px;
}

.section-arrow {
  position: absolute;
  right: 50%;
  bottom: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  height: 42px;
}

.section-title-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.section-title-head .title span {
  color: #D9D9D9;
  font-size: 36px;
  margin-bottom: 20px;
}
.section-title-head .title h2 {
  font-size: 46px;
  font-weight: bold;
  color: #BCBEC0;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.section-title-head .title .title-border {
  margin: 0;
}
.section-title-head .view-more {
  margin-right: auto;
}

.services-section {
  padding: 180px 0;
}

.section-p {
  color: #706F6F;
  font-size: 22px;
  font-weight: 500;
  width: 500px;
  max-width: 100%;
  text-align: justify;
}

.services-row {
  margin-top: 60px;
  margin-right: -40px;
  margin-left: -40px;
}

.service-item {
  margin-bottom: 40px;
  padding: 0 30px;
}
.service-item img {
  height: 50px;
  margin-bottom: 30px;
}
.service-item h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  color: #808285;
  font-size: 36px;
  font-weight: 500;
}
.service-item h3 a{
	color: #808285;
	display: inline-block;
}
.service-item p {
  margin: 0;
  font-size: 20px;
  color: #706F6F;
  font-weight: 500;
}
.service-item:hover h3 a{
	color: #d89d09;
}
.service-item{
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-item:hover{
	transform: translateY(-10px);
}
.portfolio-section-bg {
  padding: 90px 0;
  background: url("../images/portfolio-bg.png") no-repeat center center;
  background-size: cover;
}
.portfolio-section-bg .section-title-head .title span, .portfolio-section-bg .section-title-head .title h2 {
  color: #fff;
}
.portfolio-section-bg .section-p {
  color: #fff;
}
.portfolio-section-bg .view-more {
  color: #939598;
}
.portfolio-section-bg .view-more:hover {
  color: #D89D09;
}

.row.blogs-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portfolio-row .portfolio-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  height: 300px;
  position: relative;
}
.portfolio-row .portfolio-item .project-info {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  color: #fff;
}
.portfolio-row .portfolio-item .project-info h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}
.portfolio-row .portfolio-item .project-info p {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.portfolio-row .portfolio-item img {
  width: 102%;
  height: 102%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.portfolio-row .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.portfolio-row .portfolio-item:hover .project-info {
  z-index: 5;
  opacity: 1;
  visibility: visible;
}

.ksa-project {
  padding: 200px 0 230px 0;
}

.ksa-wrap {
  padding: 36px;
  border-radius: 20px;
  background: #F1F2F2;
  position: relative;
}
.ksa-wrap .section-p {
  width: 100%;
  margin-bottom: 50px;
}

.ksa-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ksa-icons svg {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 12px;
  width: auto;
}
.ksa-icons .ksa-logo {
  max-width: 100%;
  height: 55px;
}
.ksa-icons .abs-img {
  position: absolute;
  right: 36px;
  bottom: 0;
  width: 80px;
}

.ksa-video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px;
  border-radius: 30px;
  background: #E6E7E8;
  margin-bottom: -150px;
}
.ksa-video-wrap .video-img {
  width: 100%;
  border-radius: 20px;
}
.ksa-video-wrap:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  border-radius: 20px;
  background: -webkit-gradient(linear, right top, left bottom, from(#08C000), to(#06AAC6));
  background: linear-gradient(to bottom left, #08C000, #06AAC6);
  z-index: 2;
  opacity: 0.5;
}
.ksa-video-wrap .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  height: 80px;
}

.clients-bg-wrap {
  padding: 90px 0;
  background: url("../images/clients-bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
.clients-bg-wrap .section-title-head .title span, .clients-bg-wrap .section-title-head .title h2 {
  color: #fff;
}
.clients-bg-wrap .section-p {
  color: #fff;
}

.clients-row {
  padding: 90px 0 60px;
}

.client-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  height: 100px;
  margin-bottom: 30px;
}
.client-item img {
  max-width: 100%;
  max-height: 100%;
}

footer {
  padding: 50px 0;
  background: #000000;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-links {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.contact-links a svg, .contact-links a img {
  margin-left: 16px;
}
.contact-links a:hover {
  color: #D89D09;
}
.contact-links a.whatsapp svg {
  height: 50px;
  width: auto;
}
.contact-links a.location span {
  text-decoration: underline;
}
.contact-links a.location svg {
  height: 16px;
  width: auto;
}
.contact-links a.request-m span {
  text-decoration: underline;
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.social-media span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 4px;
  direction: ltr;
}

.contact-info {
  margin-right: auto;
}
.contact-info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contact-info .info-item svg {
  margin-right: 16px;
  width: 22px;
}
.contact-info .info-item a, .contact-info .info-item span {
  direction: ltr;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bottom-footer .menu-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-footer .menu-links a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  margin-left: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bottom-footer .menu-links a:last-child{
  margin-left: 0;
}
.bottom-footer .menu-links a:hover {
  color: #D89D09;
}
.bottom-footer .copyrights-wrap {
  margin-right: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bottom-footer .copyrights-wrap .footer-logo {
  margin-bottom: 16px;
}
.bottom-footer .copyrights-wrap .copyrights {
  font-size: 14px;
  color: #fff;
}

.team-member {
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  padding-left: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 110px;
}
.team-member img {
  position: absolute;
  left: 30px;
  top: -70px;
  width: 160px;
  max-width: 50%;
}
.team-member h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  color: #CC8B00;
}
.team-member span {
  font-size: 16px;
  color: #6D6F72;
  font-weight: 500;
  margin-bottom: 20px;
}
.team-member p {
  font-size: 14px;
  color: #706F6F;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 0;
  max-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-align: justify;
}
.team-member:hover p {
  max-height: 600px;
  overflow: initial;
}

.page-wrapper.team-page-wrap {
  padding-bottom: 70px;
}

.page-wrapper {
  padding: 160px 0 30px;
}

.team-page-wrap {
  background: #EBEBEB;
}

.portfolio-page-title {
  margin-bottom: 180px;
}

.tabs-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border-radius: 16px;
  background: #F2F2F2;
  margin-bottom: 60px;
}
.tabs-items a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: bold;
  color: #BFBFBF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 10px 2px;
  border-left: 1px solid #BCBEC0;
}
.tabs-items a:last-child {
  border: none;
}
.tabs-items a:hover, .tabs-items a.active {
  color: #706F6F;
}

.service-brief {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-brief img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 30px;
}
.service-brief h3 {
  font-size: 30px;
  font-weight: bold;
  color: #5D5C5C;
  padding: 0;
  margin-bottom: 16px;
}
.service-brief p {
  color: #706F6F;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.sub-service-item {
  padding: 30px;
  border-radius: 20px;
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  min-height: 420px;
}
.sub-service-item .number {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  font-style: normal;
  background: -webkit-linear-gradient(#CC8B00, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sub-service-item h3 {
  margin: 0;
  color: #5D5C5C;
  font-weight: 500;
  text-align: center;
  padding: 0 50px;
}
.sub-service-item svg {
  margin: 20px 0;
}
.sub-service-item p {
  color: #706F6F;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}

.service-tab-content {
  margin-bottom: 60px;
}

.ksa-video-wrapper .ksa-video-wrap {
  margin: 0;
}

.ksa-inner-video {
  margin-bottom: 100px;
}

.blog-item {
  margin-bottom: 30px;
  border-radius: 10px;
  background: #F1F2F2;
  display: block;
  overflow: hidden;
}
.blog-item .img {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.blog-item .img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 10px;
  background: -webkit-gradient(linear, right top, left bottom, from(#08C000), to(#06AAC6));
  background: linear-gradient(to bottom left, #08C000, #06AAC6);
  z-index: 1;
  opacity: 0.4;
}
.blog-item .img img {
  width: 101%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.blog-item .img h3 {
  position: absolute;
  margin: 0;
  padding: 10px;
  min-height: 50px;
  background: #08C000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  bottom: 40px;
  right: 0;
  left: 0;
  z-index: 2;
}
.blog-item .content {
  padding: 20px;
}
.blog-item .content p {
  color: #9A9A9A;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.blog-item .content .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #08C000;
  font-weight: bold;
}
.blog-item .content .date svg {
  margin-right: 8px;
}
.blog-item .content .date span {
  margin-top: 4px;
}

.ksa-projects-blogs {
  margin-bottom: 50px;
}

.maillist-form {
  position: relative;
}
.maillist-form input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: #F1F2F2;
  text-align: left;
  padding: 4px 20px 0;
  padding-right: 120px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: #706F6F;
}
.maillist-form button {
  position: absolute;
  right: 10px;
  top: 5px;
  height: 40px;
  background: -webkit-gradient(linear, right top, left bottom, from(#08C000), to(#06AAC6));
  background: linear-gradient(to bottom left, #08C000, #06AAC6);
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 50px;
  outline: none;
  border: none;
  width: 110px;
  padding-top: 6px;
}

.inner-page-section {
  position: relative;
}
.inner-page-section .relative-content {
  position: relative;
  z-index: 3;
}
.inner-page-section .section-title-head .title h2 {
  color: #808285;
}
.inner-page-section .section-title-head .title span {
  color: #BFBFBF;
}
.inner-page-section .view-more {
  margin-top: 40px;
}
.inner-page-section header {
  position: relative;
  z-index: 5;
  padding-bottom: 100px;
}
.inner-page-section header .menu-toggle {
  color: #6E7073;
}
.inner-page-section header .menu-toggle:hover, .inner-page-section header .menu-toggle.active {
  color: #CC8B00;
}
.inner-page-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-size: 100% auto !important;
}
.inner-page-section.team:before {
  background: url("../images/team-bg.png") no-repeat bottom center;
}
.inner-page-section.portfolio:before {
  background: url("../images/portfolio-page-bg.png") no-repeat bottom center;
}
.inner-page-section.ksa-projects:before {
  background: url("../images/ksa-bg.png") no-repeat bottom center;
}
.inner-page-section.jobs:before {
  background: url("../images/jobs-bg.png") no-repeat bottom center;
}
.inner-page-section.contact:before {
  background: url("../images/contact-bg.png") no-repeat bottom center;
}
.inner-page-section.services:before {
  background: url("../images/service-bg.png") no-repeat left calc(100% - 30px);
  left: 100px;
  background-size: auto auto !important;
}

.services-tabs.tabs-items {
  margin-bottom: 120px;
}

.main-home-content {
  padding: 70px 36px;
  min-height: 600px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F2F2), to(transparent));
  background: linear-gradient(to bottom, #F1F2F2, transparent);
}

.main-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-section-wrapper img {
  margin-bottom: 20px;
}

.jobs-page-wrap {
  background: #F5F5F5;
}
.jobs-page-wrap .owl-nav div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
  width: 30px;
  height: 40px;
  border-radius: 5px !important;
  background: #212122 !important;
  opacity: 1 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.jobs-page-wrap .owl-nav div.owl-prev {
  left: -15px;
  right: auto;
}
.jobs-page-wrap .owl-nav div path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff !important;
}
.jobs-page-wrap .owl-nav div:hover {
  background: #CC8B00 !important;
}
.jobs-page-wrap .owl-nav div:hover path {
  fill: #fff;
}
.jobs-page-wrap .owl-nav .owl-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.job-item {
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  -moz-text-align-last: center;
       text-align-last: center;
}
.job-item img {
  width: auto !important;
  margin-bottom: 20px;
  display: inline-block !important;
}
.job-item h3 {
  color: #CC8B00;
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.job-item svg {
  margin: 20px 0;
}
.job-item p {
  font-size: 18px;
  color: #6D6F72;
  font-weight: 500;
  margin-bottom: 16px;
}
.job-item p:last-child {
  margin: 0;
}

.jobs-tabs {
  background: #FFFFFF;
}

.jobs-row {
  margin-bottom: 100px;
}

.social-icons path,.social-icons rect {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.social-icons a:hover path,.social-icons a:hover rect {
  fill: #fff;
}
.home-social-wrapper .social-icons a:hover path,
.home-social-wrapper .social-icons a:hover rect {
  fill: #8c640a;
}
.form-group {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.form-group input, .form-group select {
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  border-bottom: 1px solid #868686;
  background: transparent;
  padding: 0 20px;
  color: #706F6F;
  font-size: 16px;
  font-weight: 500;
  direction: rtl;
  text-align: right;
}
.form-group .required {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #BE1E2D;
}
.form-group option {
  font-size: 18px;
}
.form-group button {
  height: 40px;
  outline: none;
  border: none;
  border-radius: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #CC8B00;
}
.form-group button:hover {
  background: #706F6F;
}
.form-group.file label {
  padding: 0 20px;
  color: #706F6F;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  cursor: pointer;
}
.form-group.file .cv-file-title {
  font-size: 16px;
  font-weight: 500;
  color: #CC8B00;
  display: block;
  padding: 0 20px;
}
.form-group.file input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.job-form-wrapper, .contact-form-wrapper {
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
}

.contact-form-wrapper {
  direction: ltr;
}

.contact-page-text {
  text-align: center;
  position: absolute;
  z-index: 3;
  color: #fff;
  /*padding-right: 55px;*/
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.contact-page-text h3 {
  font-size: 46px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.contact-page-text p {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  margin-top: 20px;
}

.contact-form-wrap {
  padding: 180px 0;
  background: url("../images/contact-form-bg.png") no-repeat center center;
  background-size: cover;
}

.contact-form-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  padding: 0;
  margin-top: 0;
  color: #fff;
  margin-bottom: 80px;
}
.contact-form-title span {
  position: relative;
  z-index: 4;
}
.contact-form-title svg {
  position: absolute;
  right: -10px;
  top: -25px;
  z-index: 0;
}

.contact-form .button-submit {
  text-align: right;
}
.contact-form .form-group {
  margin-bottom: 50px;
}
.contact-form button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 200px;
  margin-left: auto;
}
.contact-form option {
  text-align: left;
  direction: ltr;
}
.contact-form .selects-wrapper {
  margin-bottom: 40px;
  padding: 40px 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.16);
}
.contact-form .selects-wrapper input, .contact-form .selects-wrapper select {
  color: #fff !important;
}
.contact-form .selects-wrapper option {
  color: #706F6F !important;
}
.contact-form .selects-wrapper label {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.contact-form input, .contact-form select {
  direction: ltr;
  -moz-text-align-last: left;
       text-align-last: left;
  padding: 0 5px;
}

.contact-page-wrap {
  padding: 0 0 60px;
}

.contact-details-wrap {
  direction: ltr;
  margin: 120px 0 60px;
}

.contact-details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-details-item svg {
  margin-bottom: 20px;
}
.contact-details-item a, .contact-details-item span {
  font-size: 22px;
  color: #5F5F5F !important;
  margin-bottom: 10px;
}
.contact-details-item h4 {
  color: #5F5F5F;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 22px;
}

.contact-details-wrap .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-details-wrap .col-md-4:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contact-details-wrap .col-md-4:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-slider {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: hidden;
}
.home-slider .owl-stage-outer, .home-slider .owl-stage, .home-slider .owl-item, .home-slider .home-slide-item {
  height: 100%;
}
.home-slider .home-slide-item img {
  width: 102%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.home-slide-item .main-content-wrap {
  position: absolute;
  top: 260px;
  width: 1170px;
  max-width: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

header {
  position: relative;
  z-index: 6;
}

.owl-dots {
  position: absolute;
  z-index: 5;
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  left: 0;
}

.owl-dots span {
  display: none !important;
}

.owl-dots .owl-dot {
  width: 16px;
  height: 6px;
  border-radius: 5px;
  background: #fff;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-dots .owl-dot.active {
  background: #000;
}

.page-wrapper.projects-page-wrap {
  padding-bottom: 100px;
}

.jobs-page-wrap {
  padding-bottom: 80px;
}

.clients-slider .owl-nav div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
  width: 30px;
  height: 40px;
  border-radius: 5px !important;
  background: #212122 !important;
  opacity: 1 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -10px !important;
}
.clients-slider .owl-nav div.owl-prev {
  left: -15px;
  right: auto;
}
.clients-slider .owl-nav div path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff !important;
}
.clients-slider .owl-nav div:hover {
  background: #CC8B00 !important;
}
.clients-slider .owl-nav div:hover path {
  fill: #fff;
}
.clients-slider .owl-nav .owl-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.clients-slider {
  padding: 0 30px;
}

/**================================
project page
================================**/
.inner-page-section.project-page:before {
    background: url(../images/bg-project.jpg) no-repeat bottom center;
    background-size: cover !important;
}
.content_head_project{
    position: relative;
    z-index: 1;
    text-align: center;
}
.logo_project{
    margin-bottom: 30px;
}
.content_head_project p{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
}
.arrow_scroll{
    width: 44px;
}
.inner-page-section.project-page{
    position: relative;
    padding-bottom: 150px;
} 
.mouse_icon{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.mouse_icon img{
    width: 20px;
}
.section_project_details{
    position: relative;
    padding: 80px 0;
}
.logo_project_dt{
    margin-bottom: 30px;
}
.editor_txt_pro p{
    color: #706F6F;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    white-space: pre-line;
    margin-bottom: 30px;
}
.title_icon h2{
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
.title_icon img{
    position: absolute;
    top: -5px;
    left: -10px;
    z-index: -1;
    width: 50px;
}
.img_full{
    width: 100%;
    margin-bottom: 30px;
}
.img_center{
    margin: 50px auto;
    display: table;
}
.divider{
    width: 100%;
    height: 1px;
    background-color: #707070;
    margin: 100px 0;
    opacity: 0.4;
}
.deep_head{
    margin-bottom: 50px;
}
.meeting_join a{
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline !important;
    display: inline-block;
}
.meeting_join a:hover{
    color: #CC8B00;
}
.meeting_join img{
    margin-left: 10px;
}
.social_hpp{
    margin: auto auto auto 0;
}
.social_hpp h3{
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.social_icons_hpp li{
    margin-left: 10px;
    float: right;
}
.social_icons_hpp li:last-child{
    margin-left: 0;
}
.slider_picture .owl-nav > div{
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #A7A9AC;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
  	transition: all 0.3s;
}
.slider_picture .owl-nav > div svg{
    width: 20px;
}
.slider_picture .owl-nav > div.owl-prev{
    right: 0;
}
.slider_picture .owl-nav > div.owl-prev svg{
    transform: rotate(180deg);
}
.slider_picture .owl-nav > div.owl-next{
    left: 0;
}
.slider_picture{
	margin-bottom: 50px;
}
.project-page img,.section_project_details img{
	max-width: 100%;
}
.inner-page-section.project-page header .menu-toggle{
	color: #FFFFFF;
}
.inner-page-section.project-page header .menu-toggle:hover{
	color: #CC8B00;
}
.slider_picture .owl-nav > div:hover{
	background-color: #CC8B00;
}
.view-more svg{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.view-more:hover svg{
	transform: translateX(10px);
}


.home-slider .owl-item.active .title-with-icon, .home-slider .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.drop-item{
  display: flex;
  align-items: center;
}
.section-title-head .view-more{
  white-space: nowrap;
}
.clients-section .view-more:hover {
    color: #D89D09;
}

html[dir="rtl"] .contact-form input, html[dir="rtl"] .contact-form select {
  direction: rtl!important;
  text-align: right!important;
  text-align-last: right!important;
}

html[dir="ltr"] .contact-form input, html[dir="ltr"] .contact-form select {
  direction: ltr!important;
  text-align: left!important;
  text-align-last: left!important;
}


.editor_txt_pro figure {
  text-align : center ;
}