@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap");
@font-face {
  font-family: 'helveticaneue';
  src: url("../fonts/helveticaNeue/helvetica_neu_bold-webfont.woff2") format("woff2"), url("../fonts/helveticaNeue/helvetica_neu_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'helveticaneue';
  src: url("../fonts/helveticaNeue/helveticaneue_medium-webfont.woff2") format("woff2"), url("../fonts/helveticaNeue/helveticaneue_medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

.text-primary {
  color: #000 !important;
}

.text-secondary {
  color: #fff !important;
}

/*=============================================
=                  Typography                 =
=============================================*/
body {
  font-family: "helveticaneue", "GE SS Two";
}

body p,
body ul,
body a {
  font-family: "Lato", "Frutiger LT Arabic";
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "helveticaneue", "GE SS Two";
  font-weight: 700;
}

/*===========  End of Typography  ===========*/
.btn {
  border-radius: 0 !important;
  -webkit-transition: background .3s ease,
 opacity .3s ease;
  transition: background .3s ease,
 opacity .3s ease;
}

.btn:hover {
  opacity: .6 !important;
}

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-secondary {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-dark {
  color: #000000 !important;
  background-color: transparent !important;
  line-height: 1;
  border: none;
  background: url("../images/arrow-right-dark.svg") no-repeat right center;
  padding: 10px 40px 10px 0;
  text-decoration: none;
  font-family: "helveticaneue", "GE SS Two";
  border-bottom: 2px solid #000000;
  text-decoration: none;
  font-weight: bold;
}

.btn-dark {
  font-size: 17px;
}
.main-slider .slide-footer .slide-footer-inner .user .user-avatar img{
  border-radius:50%;
}
.captcha{
	margin-bottom: 38px;
}
.homepage .swiper-slide .slide-inner .row.no-gutters{
	margin-bottom: 120px;
}
.who-we-are__headline{
  text-transform: capitalize;
}
#simplemeta-form{
	top:15%;
}
@media screen and (min-width: 1366px) {
  .btn-dark {
    font-size: calc(17px + 3 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .btn-dark {
    font-size: 20px;
  }
}

.btn-dark:hover {
  background-position: right 6px center;
}

.btn-white {
  color: #ffffff !important;
  background-color: transparent !important;
  line-height: 1;
  border: none;
  background: url("../images/arrow-right-white.svg") no-repeat right center;
  padding: 10px 40px 10px 0;
  text-decoration: none;
  font-family: "helveticaneue", "GE SS Two";
  border-bottom: 2px solid #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.btn-white {
  font-size: 17px;
}

@media screen and (min-width: 1366px) {
  .btn-white {
    font-size: calc(17px + 3 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .btn-white {
    font-size: 20px;
  }
}

.btn-white:hover {
  background-position: right 6px center;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fold {
  position: relative;
}

.header {
  position: absolute;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.41581% 2.92826%;
  min-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
  background: transparent;
}

.header .logo {
  z-index: 9999;
  min-width: 8.48%;
}

.header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo h1 {
  margin: 0;
  line-height: 1;
  width: 100%;
}

.header .logo img {
  display: block;
  width: 100%;
  min-width: 106px;
  max-width: 150px;
}

.header.show-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header.show-menu ~ #menu-toggler {
  position: fixed;
}

.header .language-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  z-index: 9999;
  display: none;
  height: 0px;
}

.header .language-control .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .language-control li {
  list-style: none;
}

.header .language-control li a {
  font-family: "Lato", "Frutiger LT Arabic";
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.5;
}

.header .language-control li a {
  font-size: 18px;
}

@media screen and (min-width: 1366px) {
  .header .language-control li a {
    font-size: calc(18px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .header .language-control li a {
    font-size: 24px;
  }
}

.header .language-control li:after {
  content: "";
  height: 15px;
  width: 1px;
  display: inline-block;
  background: #ffffff;
  margin: 0 10px;
}

.header .language-control li:last-child:after {
  display: none;
}

.header .language-control li.active a, .header .language-control li.is-active a {
  opacity: 1;
}

.footer {
  min-height: 316px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .footer {
    padding-left: 16.666667%;
  }
}

.footer .footer-top {
  padding: calc((60 / 1138) * 100%);
  background: #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer .footer-logo {
  padding-right: calc((50 / 1010) * 100%);
  min-width: calc((160 / 1010) * 100%);
}

.footer .footer-logo img {
  width: 100%;
  max-width: 140px;
  width: 80%;
}

@media (max-width: 991.98px) {
  .footer .footer-logo {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .footer .footer-logo img {
    max-width: 90px;
  }
}

.footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-menu ul {
  list-style: none;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}

.footer .footer-menu ul li {
  margin-bottom: 3px;
}

.footer .footer-menu ul li a {
  color: #ffffff;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: 700;
  text-decoration: none;
}

.footer .footer-menu ul li a {
  font-size: 14px;
}

@media screen and (min-width: 1366px) {
  .footer .footer-menu ul li a {
    font-size: calc(14px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .footer .footer-menu ul li a {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .footer .footer-menu {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767.98px) {
  .footer .footer-menu {
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer .footer-headline {
  color: #ffffff;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: 700;
  margin-bottom: 15px;
}

.footer .footer-headline {
  font-size: 14px;
}

@media screen and (min-width: 1366px) {
  .footer .footer-headline {
    font-size: calc(14px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .footer .footer-headline {
    font-size: 20px;
  }
}

.footer .key-contacts p,
.footer .key-contacts a,
.footer .follow-us p,
.footer .follow-us a {
  color: #ffffff;
  font-family: "Lato", "Frutiger LT Arabic";
  font-weight: 400;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 3px;
}

.footer .key-contacts p,
.footer .key-contacts a,
.footer .follow-us p,
.footer .follow-us a {
  font-size: 12px;
}

@media screen and (min-width: 1366px) {
  .footer .key-contacts p,
  .footer .key-contacts a,
  .footer .follow-us p,
  .footer .follow-us a {
    font-size: calc(12px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .footer .key-contacts p,
  .footer .key-contacts a,
  .footer .follow-us p,
  .footer .follow-us a {
    font-size: 18px;
  }
}

.footer .footer-bottom {
  margin-top: auto;
  padding: 0 calc((60 / 1138) * 100%);
  border-top: 1px solid rgba(112, 112, 112, 0.49);
  background: #000;
}

.footer .footer-bottom .footer-bottom-inner {
  min-height: 85px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-bottom .footer-bottom-inner .copyright,
.footer .footer-bottom .footer-bottom-inner .copyright a {
  font-family: "Lato", "Frutiger LT Arabic";
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
}

.footer .footer-bottom .footer-bottom-inner .copyright,
.footer .footer-bottom .footer-bottom-inner .copyright a {
  font-size: 12px;
}

@media screen and (min-width: 1366px) {
  .footer .footer-bottom .footer-bottom-inner .copyright,
  .footer .footer-bottom .footer-bottom-inner .copyright a {
    font-size: calc(12px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .footer .footer-bottom .footer-bottom-inner .copyright,
  .footer .footer-bottom .footer-bottom-inner .copyright a {
    font-size: 18px;
  }
}

.footer .footer-bottom .footer-bottom-inner .mindflares span,
.footer .footer-bottom .footer-bottom-inner .mindflares a {
  font-family: "Lato", "Frutiger LT Arabic";
  color: #ffffff;
}

.footer .footer-bottom .footer-bottom-inner .mindflares span,
.footer .footer-bottom .footer-bottom-inner .mindflares a {
  font-size: 12px;
}

@media screen and (min-width: 1366px) {
  .footer .footer-bottom .footer-bottom-inner .mindflares span,
  .footer .footer-bottom .footer-bottom-inner .mindflares a {
    font-size: calc(12px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .footer .footer-bottom .footer-bottom-inner .mindflares span,
  .footer .footer-bottom .footer-bottom-inner .mindflares a {
    font-size: 18px;
  }
}

.footer .footer-bottom .footer-bottom-inner .mindflares span {
  font-weight: normal;
}

.footer .footer-bottom .footer-bottom-inner .mindflares a {
  font-weight: bold;
}

.loading {
  overflow: hidden;
  max-height: 100vh;
}

.loading-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #000000;
}

.loading-screen .loading-logo {
  margin-bottom: 20px;
}

.loading-screen .loading-logo img {
  -webkit-animation: fadeIn 1.2s infinite;
          animation: fadeIn 1.2s infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.loading-screen .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.6;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.6;
  }
}

.footer .key-contacts p:first-child {
  max-width: 190px;
}

.main-menu-wrapper {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding-top: 100px;
  background-color: #000000;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.main-menu {
  color: #ffffff;
  overflow-y: auto;
}

.main-menu__nav ul {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}

.main-menu__nav li {
  display: block;
  margin-bottom: 4%;
  padding-bottom: 2px;
  border-bottom: 8px solid transparent;
  padding-right: 12%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
  .main-menu__nav li {
    margin-bottom: calc(10px + 1%);
    border-width: 6px;
  }
}

@media (max-width: 767.98px) {
  .main-menu__nav li {
    border-width: 4px;
  }
}

.main-menu__nav li a {
  color: #ffffff;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}

.main-menu__nav li a {
  font-size: 46px;
}

@media screen and (min-width: 1366px) {
  .main-menu__nav li a {
    font-size: calc(46px + 14 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-menu__nav li a {
    font-size: 60px;
  }
}

@media (max-width: 991.98px) {
  .main-menu__nav li a {
    font-size: calc(28px + (46 - 28) * ((100vw - 300px) / (992 - 300)));
    max-width: 100%;
  }
  .desc2-font{
    max-width: 95% !important;
  }
  .title2-font{
    max-width: 95% !important;
  }
}

.main-menu__nav li:last-child {
  margin-bottom: 0;
}

.main-menu__nav li.active {
  border-color: #ffffff;
}

.main-menu__nav li:hover {
  opacity: 0.5 !important;
}

@media (max-width: 991.98px) {
  .main-menu {
    padding: 0 calc(60px + 5%);
  }
}

.main-menu__headline {
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
}

.main-menu__headline {
  font-size: 30px;
}

@media screen and (min-width: 1366px) {
  .main-menu__headline {
    font-size: calc(30px + 12 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-menu__headline {
    font-size: 42px;
  }
}

@media (max-width: 991.98px) {
  .main-menu__headline {
    font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (992 - 300)));
  }
}

.main-menu__key-contacts {
  margin-top: 10.98097%;
}

@media (max-width: 991.98px) {
  .main-menu__key-contacts {
    margin-top: calc(30px + 3%);
  }
}

.main-menu__key-contacts h3 {
  margin-bottom: 8%;
}

@media (max-width: 991.98px) {
  .main-menu__key-contacts h3 {
    margin-bottom: calc(15px  + 2%);
  }
}

.main-menu__key-contacts h5 {
  font-family: "Lato", "Frutiger LT Arabic";
  font-weight: bold;
  font-style: italic;
}

.main-menu__key-contacts h5 {
  font-size: 21px;
}

@media screen and (min-width: 1366px) {
  .main-menu__key-contacts h5 {
    font-size: calc(21px + 3 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-menu__key-contacts h5 {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) {
  .main-menu__key-contacts h5 {
    font-size: calc(16px + (21 - 16) * ((100vw - 300px) / (992 - 300)));
  }
}

.main-menu__key-contacts p {
  font-family: "Lato", "Frutiger LT Arabic";
  font-weight: normal;
  font-style: italic;
  margin: 0;
}

.main-menu__key-contacts p {
  font-size: 21px;
}

@media screen and (min-width: 1366px) {
  .main-menu__key-contacts p {
    font-size: calc(21px + 3 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-menu__key-contacts p {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) {
  .main-menu__key-contacts p {
    font-size: calc(16px + (21 - 16) * ((100vw - 300px) / (992 - 300)));
  }
}

.main-menu__key-contacts .work-together {
  margin-top: 6.59341%;
}

@media (max-width: 991.98px) {
  .main-menu__key-contacts .work-together {
    margin-top: 20px;
  }
}

.main-menu__follow-us {
  margin-top: 10.98097%;
}

@media (max-width: 991.98px) {
  .main-menu__follow-us {
    margin-top: calc(30px + 3%);
    padding-bottom: 80px;
  }
}

.main-menu__follow-us h3 {
  margin-bottom: 16%;
}

@media (max-width: 991.98px) {
  .main-menu__follow-us h3 {
    margin-bottom: calc(15px  + 2%);
  }
}

.main-menu__follow-us li a {
  color: #ffffff;
  font-family: "Lato", "Frutiger LT Arabic";
  font-weight: normal;
  font-style: italic;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-menu__follow-us li a {
  font-size: 21px;
}

@media screen and (min-width: 1366px) {
  .main-menu__follow-us li a {
    font-size: calc(21px + 3 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-menu__follow-us li a {
    font-size: 24px;
  }
}

.main-menu__follow-us li a:hover {
  opacity: 0.5;
}

.menu-toggler {
  position: absolute;
  top: 40vh;
  margin: auto;
  left: 2.92826%;
  z-index: 99;
}

.menu-toggler #btn-menu-toggler {
  width: 31px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
  outline: none;
}

.menu-toggler #btn-menu-toggler span {
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu-toggler #btn-menu-toggler span:nth-child(1) {
  top: 0px;
}

.menu-toggler #btn-menu-toggler span:nth-child(2) {
  top: 9px;
}

.menu-toggler #btn-menu-toggler span:nth-child(3) {
  top: 18px;
}

.menu-toggler #btn-menu-toggler.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.menu-toggler #btn-menu-toggler.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.menu-toggler #btn-menu-toggler.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.main-slider .grid-container .line {
  border-color: rgba(255, 255, 255, 0.3);
}

.main-slider .swiper-slide {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.main-slider .swiper-slide.slide-overlay .slide-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.47);
}

.main-slider .slide-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
}

.main-slider .slide-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-slider .slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  z-index: 9999;
  position: relative;
}

.main-slider .slide-content {
  padding: 150px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.98px) {
  .main-slider .slide-content {
    padding: 120px 30px 300px calc(60px + 3%) !important;
  }
}

.main-slider .slide-content .text-main {
  color: #ffffff;
  font-size: 46px;
  font-weight: bold;
  font-family: "helveticaneue", "GE SS Two";
  margin: 0;
  line-height: 1.25;
  max-width: 90%;
}

.main-slider .slide-content .text-main {
  font-size: 46px;
}

@media screen and (min-width: 1366px) {
  .main-slider .slide-content .text-main {
    font-size: calc(46px + 17 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-slider .slide-content .text-main {
    font-size: 63px;
  }
}

.main-slider .slide-content .text-main--small {
  font-size: 36px;
}

@media screen and (min-width: 1366px) {
  .main-slider .slide-content .text-main--small {
    font-size: calc(36px + 14 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-slider .slide-content .text-main--small {
    font-size: 50px;
  }
}

@media (max-width: 991.98px) {
  .main-slider .slide-content .text-main {
    font-size: calc(28px + (46 - 28) * ((100vw - 300px) / (992 - 300)));
    max-width: 100%;
  }
}

.main-slider .slide-content .text-secondary {
  font-family: "Lato", "Frutiger LT Arabic";
  color: #ffffff;
  font-style: italic;
  font-weight: normal;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-slider .slide-content .text-secondary {
  font-size: 26px;
}

@media screen and (min-width: 1366px) {
  .main-slider .slide-content .text-secondary {
    font-size: calc(21px + 10 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-slider .slide-content .text-secondary {
    font-size: 26px;
  }
}

.main-slider .slide-content .text-secondary.text-separator::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 16.5%;
  background: #ffffff;
  opacity: 0.35;
  margin-right: 35px;
}

@media (max-width: 991.98px) {
  .main-slider .slide-content .text-secondary {
    font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (992 - 300)));
  }
  .team-center{
    margin-top: 50px;
  }
}

.main-slider .slide-content .btn-action {
  display: inline-block;
  margin-top: 4.02635%;
}

.main-slider .slide-content .btn-action {
  font-size: 17px;
}

@media screen and (min-width: 1366px) {
  .main-slider .slide-content .btn-action {
    font-size: calc(17px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-slider .slide-content .btn-action {
    font-size: 23px;
  }
}

.main-slider .slide-content .btn-action img {
  margin-left: 25px;
}

.main-slider .slide-content .page-title {
  display: inline-block;
  margin-bottom: 5%;
}

.main-slider .slide-content .page-title h3 {
  color: #ffffff;
}

.main-slider .slide-content .page-title h3 {
  font-size: 17px;
}

@media screen and (min-width: 1366px) {
  .main-slider .slide-content .page-title h3 {
    font-size: calc(17px + 7 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-slider .slide-content .page-title h3 {
    font-size: 24px;
  }
}

.main-slider .slide-content .page-title::after {
  content: "";
  display: block;
  height: 3px;
  width: calc(28px + 0.5vw);
  background: #ffffff;
  max-width: 45px;
}

.main-slider .slide-content .page-title a.back {
  color: #ffffff;
  text-decoration: none;
}

.main-slider .slide-content .page-title a.back {
  font-size: 17px;
}

@media screen and (min-width: 1366px) {
  .main-slider .slide-content .page-title a.back {
    font-size: calc(17px + 7 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-slider .slide-content .page-title a.back {
    font-size: 24px;
  }
}

.main-slider .slide-content .page-title a.back img {
  display: inline-block;
  margin-right: 13px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-slider .slide-content .page-title--back::after {
  width: 100%;
  max-width: 100%;
}

.main-slider .slide-content .side-image {
  position: absolute;
  bottom: 0;
  top: 15%;
}

.main-slider .slide-content .side-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .main-slider .slide-content .side-image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.main-slider .slide-footer-container {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-slider .slide-footer {
  background: #ffffff;
  position: relative;
  display: none;
  height: 0px;
}

.main-slider .slide-footer .slide-footer-inner {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: calc((70 / 910) * 100%);
  padding-top: 20px;
  padding-bottom: 20px;
}
.countries-coverage__list{
  display: none;
}
@media (max-width: 767.98px) {
  .main-slider .slide-footer .slide-footer-inner {
    -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;
  }
  .main-slider .slide-footer .slide-footer-inner .separator {
    display: none;
  }
}

.main-slider .slide-footer .slide-footer-inner .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-slider .slide-footer .slide-footer-inner .user .user-avatar {
  margin-right: 20px;
}

.main-slider .slide-footer .slide-footer-inner .user h5 {
  color: #000000;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  margin-bottom: 0;
}

.main-slider .slide-footer .slide-footer-inner .user h5 {
  font-size: 18px;
}

@media screen and (min-width: 1366px) {
  .main-slider .slide-footer .slide-footer-inner .user h5 {
    font-size: calc(18px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-slider .slide-footer .slide-footer-inner .user h5 {
    font-size: 24px;
  }
}

.main-slider .slide-footer .slide-footer-inner .user p {
  color: #161b29;
  font-family: "Lato", "Frutiger LT Arabic";
  margin-top: 4px;
  margin-bottom: 0;
}

.main-slider .slide-footer .slide-footer-inner .user p {
  font-size: 13px;
}

@media screen and (min-width: 1366px) {
  .main-slider .slide-footer .slide-footer-inner .user p {
    font-size: calc(13px + 4 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-slider .slide-footer .slide-footer-inner .user p {
    font-size: 17px;
  }
}

.main-slider .slide-footer .slide-footer-inner .separator {
  height: 31px;
  width: 1px;
  background: #000;
  opacity: 0.18;
  margin: 0 calc((20 / 910) * 100%);
}

.main-slider .slide-footer .slide-footer-inner .about-user {
  margin: 15px 15px 15px 0;
}

.main-slider .slide-footer .slide-footer-inner .about-user p {
  margin: 0;
  color: #161b29;
  font-family: "Lato", "Frutiger LT Arabic";
}

.main-slider .slide-footer .slide-footer-inner .about-user p {
  font-size: 13px;
}

@media screen and (min-width: 1366px) {
  .main-slider .slide-footer .slide-footer-inner .about-user p {
    font-size: calc(13px + 4 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-slider .slide-footer .slide-footer-inner .about-user p {
    font-size: 17px;
  }
}

.main-slider .slide-footer .slide-footer-inner .btn-action {
  margin-left: auto;
  margin-right: calc((40 / 910) * 100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-slider .slide-footer .slide-footer-inner .btn-action {
  font-size: 15px;
}

@media screen and (min-width: 1366px) {
  .main-slider .slide-footer .slide-footer-inner .btn-action {
    font-size: calc(15px + 4 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-slider .slide-footer .slide-footer-inner .btn-action {
    font-size: 19px;
  }
}

.main-slider .slide-footer.page-slide-footer .slide-footer-inner {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .main-slider .slide-footer.page-slide-footer .slide-footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.main-slider .slide-footer.page-slide-footer .page-image {
  text-align: right;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  position: relative;
}

.main-slider .slide-footer.page-slide-footer .page-image img {
  min-width: 62%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -10%;
}

@media (max-width: 767.98px) {
  .main-slider .slide-footer.page-slide-footer .page-image img {
    margin-top: calc(-10% - 20px);
  }
}

@media (max-width: 400px) {
  .main-slider .slide-footer.page-slide-footer .page-image {
    display: none;
  }
}

.main-slider .slide-footer.page-slide-footer .page-about {
  padding-left: 4.94505%;
}

.main-slider .slide-footer.page-slide-footer .page-about p {
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  line-height: 1.35;
  margin: 0;
}

.main-slider .slide-footer.page-slide-footer .page-about p {
  font-size: 20px;
}

@media screen and (min-width: 1366px) {
  .main-slider .slide-footer.page-slide-footer .page-about p {
    font-size: calc(20px + 8 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .main-slider .slide-footer.page-slide-footer .page-about p {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .main-slider .slide-footer.page-slide-footer .page-about {
    padding-left: 30%;
    padding-right: 5%;
  }
}

@media (max-width: 400px) {
  .main-slider .slide-footer.page-slide-footer .page-about {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.main-slider .slider-navigation {
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 66.666667%;
}

@media (max-width: 991.98px) {
  .main-slider .slider-navigation {
    margin-left: auto;
  }
}

.main-slider .slider-navigation button {
  border: 0;
  background: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 57px;
  height: 57px;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-slider .slider-navigation button img {
  width: 11px;
  display: block;
}

.main-slider .slider-navigation button:hover {
  background: #2c2c2c;
}

.key-skills {
  position: relative;
  background-color: #F4F4F4;
  padding-top: 8.05271%;
  padding-bottom: 3.4407%;
}

.key-skills__section-title {
  padding-left: calc((75 / 1366) * 100%) !important;
  min-width: calc((316 / 1366) * 100%);
}

@media (max-width: 991.98px) {
  .key-skills__section-title {
    margin-bottom: 50px;
    width: 100%;
  }
}

@media (max-width: 750px) {
  .key-skills__section-title {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.key-skills__logo-bg {
  position: absolute;
  bottom: -15.37335%;
  left: -30.74671%;
  width: 67.34993%;
}

.key-skills__logo-bg img {
  width: 100%;
  height: auto;
}

.key-skills__img {
  width: calc((790 / 1366) * 100%);
  z-index: 1;
}

.key-skills__img img {
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .key-skills__img {
    padding-left: calc((75 / 1366) * 100%) !important;
    padding-right: calc((75 / 1366) * 100%) !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 80%;
  }
}

@media (max-width: 750px) {
  .key-skills__img {
    display: none;
  }
}

.key-skills__bablex-special {
  background: #ffffff;
  z-index: 9;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  position: absolute;
  right: 5.12445%;
  width: 384px;
  min-width: 28.11127%;
  bottom: -11%;
}

@media (max-width: 991.98px) {
  .key-skills__bablex-special {
    bottom: unset;
    top: 20%;
  }
}

@media (max-width: 750px) {
  .key-skills__bablex-special {
    position: unset;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: calc((75 / 1366) * 100%) !important;
    margin-left: calc((75 / 1366) * 100%) !important;
  }
}

.key-skills__bablex-special .outer {
  position: relative;
}

.key-skills__bablex-special .outer:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 128.125%;
  float: left;
}

@media (max-width: 750px) {
  .key-skills__bablex-special .outer:before {
    padding-top: 0;
  }
}

.key-skills__bablex-special .outer:after {
  content: "";
  display: table;
  clear: both;
}

.key-skills__bablex-special .outer .inner {
  padding: 18.22917% 13.02083%;
}

@media (max-width: 991.98px) {
  .key-skills__bablex-special .outer .inner {
    padding: 15% 10%;
  }
}

.key-skills__special-title {
  color: #000000;
  font-family: "helveticaneue", "GE SS Two";
}

.key-skills__special-title {
  font-size: 30px;
}

@media screen and (min-width: 1366px) {
  .key-skills__special-title {
    font-size: calc(30px + 11 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .key-skills__special-title {
    font-size: 41px;
  }
}

.key-skills__special-title::after {
  content: "";
  display: block;
  height: 6px;
  width: 8.85417%;
  background: #000000;
  margin-top: 7.18391%;
}

.key-skills__special-list {
  margin-top: 13.02083%;
}

.key-skills__special-list li {
  font-family: "Lato", "Frutiger LT Arabic";
  font-weight: bold;
  font-style: italic;
  margin-bottom: 7.8125%;
}

.key-skills__special-list li {
  font-size: 20px;
}

@media screen and (min-width: 1366px) {
  .key-skills__special-list li {
    font-size: calc(20px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .key-skills__special-list li {
    font-size: 26px;
  }
}

.key-skills__special-list li::after {
  content: "";
  display: block;
  height: 1px;
  width: 5.98958%;
  background: rgba(112, 112, 112, 0.43);
  margin-top: 5px;
}

.key-focus-areas {
  padding-top: 10.61493%;
  padding-bottom: 10%;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .key-focus-areas {
    padding-bottom: 0;
    margin-bottom: 10%;
  }
}

.key-focus-areas .grid-container .line {
  z-index: 2;
}

.key-focus-areas__logo-bg {
  position: absolute;
  top: 2.92826%;
  left: 5.85652%;
  min-width: 67.34993%;
  width: 920px;
  z-index: 2;
}

.key-focus-areas__logo-bg img {
  width: 100%;
  height: auto;
}

.key-focus-areas__content {
  background-color: #000000;
  width: calc((836 / 1366) * 100%);
  position: relative;
  z-index: 1;
  margin-bottom: 5%;
  margin-left: calc((75 / 1366) * 100%);
  position: relative;
}

@media (max-width: 991.98px) {
  .key-focus-areas__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: calc((75 / 1366) * 100%);
    margin-bottom: 0;
  }
}

.key-focus-areas__content::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.key-focus-areas__content-outer:before {
  padding-top: 76.48456%;
}

.key-focus-areas__content-inner {
  padding-left: calc((155 / 842) * 100%);
  padding-top: calc((80 / 842) * 100%);
}

@media (max-width: 991.98px) {
  .key-focus-areas__content-inner {
    padding: 10% 10% 125px 10%;
  }
}

.key-focus-areas__headline {
  font-size: 46px;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #ffffff;
}

.key-focus-areas__headline::after {
  content: "";
  display: block;
  height: 6px;
  width: 34px;
  background: #ffffff;
  margin-top: 30px;
}

.key-focus-areas__item {
  padding: 0 2% !important;
  margin-bottom: 7%;
}

.key-focus-areas__item h6 {
  color: #ffffff;
  font-family: "helveticaneue", "GE SS Two";
  line-height: 1.3;
}

.key-focus-areas__item h6 {
  font-size: 19px;
}

@media screen and (min-width: 1366px) {
  .key-focus-areas__item h6 {
    font-size: calc(19px + 7 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .key-focus-areas__item h6 {
    font-size: 26px;
  }
}

.key-focus-areas__item h6::after {
  content: "";
  display: block;
  height: 1px;
  width: 19.73684%;
  min-width: 45px;
  background: #FFFFFF;
  margin-top: 4%;
}

.key-focus-areas__img {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: calc((795 / 1366) * 100%);
  margin-right: calc((75 / 1366) * 100%);
}

.key-focus-areas__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media (max-width: 991.98px) {
  .key-focus-areas__img {
    display: none;
  }
}

.key-focus-areas__img::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.key-focus-areas__action {
  position: absolute;
  right: 0;
  bottom: 10%;
  background-color: #ffffff;
  margin-right: calc((75 / 1366) * 100%);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  min-width: 121px;
  min-height: 121px;
  padding: 25px;
  z-index: 2;
}

.key-focus-areas__action {
  font-size: 15px;
}

@media screen and (min-width: 1366px) {
  .key-focus-areas__action {
    font-size: calc(15px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .key-focus-areas__action {
    font-size: 21px;
  }
}

.key-focus-areas__action img {
  display: block;
  max-width: 48px;
  width: calc(24px + .9vw);
  margin-top: 12px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 991.98px) {
  .key-focus-areas__action {
    bottom: 0;
  }
}

.key-focus-areas__action:hover {
  opacity: .9;
}

.key-focus-areas__action:hover img {
  margin-left: 6px;
}

.countries-coverage {
  padding-left: calc((75 / 1366) * 100%);
  position: relative;
  min-height: 610px;
}

@media (max-width: 991.98px) {
  .countries-coverage {
    min-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.countries-coverage__background {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .countries-coverage__background {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .countries-coverage__background img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.countries-coverage__content {
  position: absolute;
  top: 0;
  margin: auto auto auto 0;
  width: 271px;
  min-width: 21.8254%;
  max-width: 100%;
  z-index: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .countries-coverage__content {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.countries-coverage__circle-gray {
  display: block;
  background: rgba(244, 244, 244, 0.57);
  position: absolute;
  border-radius: 50%;
  min-width: 44.65593%;
  padding-top: 44.65593%;
  width: 610px;
  min-height: 610px;
  left: -10%;
  top: 0;
}

@media (max-width: 991.98px) {
  .countries-coverage__circle-gray {
    display: none;
  }
}

.countries-coverage__headline {
  color: #000000;
  font-family: "helveticaneue", "GE SS Two";
  margin-bottom: calc(20px + 0.5vw);
}

.countries-coverage__headline {
  font-size: 46px;
}

@media screen and (min-width: 1366px) {
  .countries-coverage__headline {
    font-size: calc(46px + 17 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .countries-coverage__headline {
    font-size: 63px;
  }
}

.countries-coverage__headline span {
  font-weight: 500;
  display: inline-block;
}

.countries-coverage__headline span::after {
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  background: #000000;
  margin-top: 10px;
}

.countries-coverage__paragraph {
  font-family: "Lato", "Frutiger LT Arabic";
  font-weight: bold;
  font-style: italic;
  margin-bottom: calc(35px + 0.5vw);
}

.countries-coverage__paragraph {
  font-size: 15px;
}

@media screen and (min-width: 1366px) {
  .countries-coverage__paragraph {
    font-size: calc(15px + 5 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .countries-coverage__paragraph {
    font-size: 20px;
  }
}

.countries-coverage__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.countries-coverage__list li .icon {
  width: calc(32px + 0.7vw);
  height: calc(32px + 0.7vw);
  min-width: 32px;
  min-height: 32px;
  background: #000000;
  border-radius: 50%;
  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;
  margin-right: 12px;
}

.countries-coverage__list li .icon img {
  max-height: 55%;
  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;
}

.countries-coverage__list li span {
  color: #7c7c7c;
  font-family: "Lato", "Frutiger LT Arabic";
  font-weight: bold;
  font-style: italic;
}

.countries-coverage__list li span {
  font-size: 12px;
}

@media screen and (min-width: 1366px) {
  .countries-coverage__list li span {
    font-size: calc(12px + 4 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .countries-coverage__list li span {
    font-size: 16px;
  }
}

.work-framing {
  padding-left: calc((75 / 1366) * 100%);
}

@media (max-width: 767.98px) {
  .work-framing {
    padding-right: calc((75 / 1366) * 100%);
  }
}

.work-framing .work-framing-intro {
  background: url("../images/work-framing__bg.svg") no-repeat;
  background-size: cover;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 31.16386%;
  margin-top: -2.29709%;
  margin-bottom: 3.82848%;
  position: relative;
}

@media (max-width: 1400px) {
  .work-framing .work-framing-intro {
    width: 25%;
  }
}

@media (max-width: 991.98px) {
  .work-framing .work-framing-intro {
    width: 35%;
  }
}

@media (max-width: 767.98px) {
  .work-framing .work-framing-intro {
    width: 100%;
    margin: 0;
  }
}

.work-framing .work-framing-intro__outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.work-framing .work-framing-intro__outer:before {
  padding-top: 176.90418%;
}

@media (max-width: 767.98px) {
  .work-framing .work-framing-intro__outer:before {
    padding: 0;
  }
}

.work-framing .work-framing-intro__inner {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.work-framing .work-framing-intro__headline {
  color: #ffffff;
  font-family: "helveticaneue", "GE SS Two";
  line-height: 1.1;
  margin-bottom: 17.19902%;
  padding: 27.02703% 13.51351%;
  padding-bottom: 0;
  width: 100%;
}

.work-framing .work-framing-intro__headline {
  font-size: 46px;
}

@media screen and (min-width: 1366px) {
  .work-framing .work-framing-intro__headline {
    font-size: calc(46px + 17 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .work-framing .work-framing-intro__headline {
    font-size: 63px;
  }
}

.work-framing .work-framing-intro__headline::after {
  content: "";
  display: block;
  height: 6px;
  width: 44px;
  background: #ffffff;
  margin-top: 7%;
}

@media (max-width: 767.98px) {
  .work-framing .work-framing-intro__headline {
    padding: 10%;
    margin-bottom: 0;
  }
}

.work-framing .work-framing-intro__action {
  padding-left: 0;
  margin: 0 13.51351%;
  margin-bottom: 15%;
}

@media (max-width: 767.98px) {
  .work-framing .work-framing-intro__action {
    margin: 0 10% 15% 10%;
  }
}

.work-framing .work-framing-intro__navigation {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: auto;
  margin-bottom: 10%;
}

@media (max-width: 767.98px) {
  .work-framing .work-framing-intro__navigation {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.work-framing .work-framing-intro__navigation button {
  border: 0;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 56px;
  height: 74px;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.work-framing .work-framing-intro__navigation button img {
  width: 11px;
  display: block;
}

.work-framing .work-framing-intro__navigation button:hover {
  background: rgba(255, 255, 255, 0.75);
}

.work-framing .work-framing-content {
  background: #000000;
  width: 68.07044%;
  padding-left: 4%;
  padding-bottom: 5%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

@media (max-width: 991.98px) {
  .work-framing .work-framing-content {
    width: 65%;
  }
}

@media (max-width: 767.98px) {
  .work-framing .work-framing-content {
    width: 100%;
  }
}

.work-framing .work-framing-content .swiper-wrapper {
  padding-top: 8%;
}

.work-framing-sliding .work-framing-content::before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.work-framing-sliding .work-framing-content::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.work-framing-slider {
  padding-bottom: 10px;
}

.work-framing-slide {
  position: relative;
  padding-left: 4.7%;
  padding-bottom: 3%;
}

.work-framing-slide__img {
  position: relative;
  padding-top: 152.19941%;
  height: 100%;
  overflow: hidden;
}

.work-framing-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.48;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.work-framing-slide__content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 17%;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.work-framing-slide__title {
  font-family: "helveticaneue", "GE SS Two";
  color: #ffffff;
  width: 50%;
  min-width: 250px;
}

.work-framing-slide__title {
  font-size: 27px;
}

@media screen and (min-width: 1366px) {
  .work-framing-slide__title {
    font-size: calc(27px + 10 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .work-framing-slide__title {
    font-size: 37px;
  }
}

.work-framing-slide__category {
  color: #ffffff;
  font-family: "Lato", "Frutiger LT Arabic";
  font-weight: 400;
}

.work-framing-slide__category {
  font-size: 22px;
}

@media screen and (min-width: 1366px) {
  .work-framing-slide__category {
    font-size: calc(22px + 4 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .work-framing-slide__category {
    font-size: 26px;
  }
}

.work-framing-slide__action {
  padding-left: 0;
  margin-top: 20%;
}

.work-framing-slide:nth-child(2n + 1) {
  margin-top: 7%;
}

.work-framing-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  right: -5%;
  bottom: 0;
  left: 15%;
  border: 1px solid rgba(255, 255, 255, 0.53);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.work-framing-slide:hover img {
  opacity: 0.65;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.work-framing-slide:hover:after {
  top: -5%;
  right: 5%;
  left: 5%;
  bottom: 10%;
}

.work-framing-slide:hover .work-framing-slide__content {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

.testimonials {
  padding-left: calc((75 / 1366) * 100%);
  padding-right: calc((75 / 1366) * 100%);
  padding-top: calc((140 / 1366) * 100%);
  position: relative;
  margin-bottom: -11%;
  overflow: hidden;
}

.testimonials__img1 {
  position: absolute;
  left: calc((75 / 1366) * 100%);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 51.75695%;
  height: auto;
  z-index: 3;
}

@media (max-width: 767.98px) {
  .testimonials__img1 {
    display: none;
  }
}

.testimonials__img2 {
  position: absolute;
  right: calc((75 / 1366) * 100%);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40.40996%;
  height: auto;
  z-index: 3;
}

@media (max-width: 767.98px) {
  .testimonials__img2 {
    display: none;
  }
}

.testimonials .testimonials-slider {
  width: 397px;
  min-width: 30.39816%;
  background: #000;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}

@media (max-width: 767.98px) {
  .testimonials .testimonials-slider {
    width: 100%;
  }
}

.testimonials .testimonials-slider__outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials .testimonials-slider__outer:before {
  padding-top: 137.53149%;
}

@media (max-width: 767.98px) {
  .testimonials .testimonials-slider__outer:before {
    padding: 0;
  }
}

.testimonials .testimonials-slider__inner {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.testimonials .testimonials-slider__carousel {
  width: 100%;
  margin-bottom: auto;
}

.testimonials .testimonials-slider__slide {
  padding: 15% 15% 5% 15%;
}

@media (max-width: 767.98px) {
  .testimonials .testimonials-slider__slide {
    padding: 10% 10% 5% 10%;
  }
}

.testimonials .testimonials-slider__paragraph {
  color: #ffffff;
  font-family: "Lato", "Frutiger LT Arabic";
  font-style: italic;
}

.testimonials .testimonials-slider__paragraph {
  font-size: 19px;
}

@media screen and (min-width: 1366px) {
  .testimonials .testimonials-slider__paragraph {
    font-size: calc(19px + 4 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .testimonials .testimonials-slider__paragraph {
    font-size: 23px;
  }
}

.testimonials .testimonials-slider__paragraph::before, .testimonials .testimonials-slider__paragraph::after {
  line-height: 1;
  font-style: normal;
  height: 50px;
}

.testimonials .testimonials-slider__paragraph::before, .testimonials .testimonials-slider__paragraph::after {
  font-size: 60px;
}

@media screen and (min-width: 1366px) {
  .testimonials .testimonials-slider__paragraph::before, .testimonials .testimonials-slider__paragraph::after {
    font-size: calc(60px + 24 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .testimonials .testimonials-slider__paragraph::before, .testimonials .testimonials-slider__paragraph::after {
    font-size: 84px;
  }
}

.testimonials .testimonials-slider__paragraph::before {
  content: "“";
  display: block;
  font-family: "helveticaneue", "GE SS Two";
  margin-left: -8px;
  margin-bottom: 10%;
}

.testimonials .testimonials-slider__paragraph::after {
  content: "“";
  display: block;
  font-family: "helveticaneue", "GE SS Two";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 10%;
}

.testimonials .testimonials-slider__client {
  color: #ffffff;
  font-family: "helveticaneue", "GE SS Two";
}

.testimonials .testimonials-slider__client {
  font-size: 16px;
}

@media screen and (min-width: 1366px) {
  .testimonials .testimonials-slider__client {
    font-size: calc(16px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .testimonials .testimonials-slider__client {
    font-size: 22px;
  }
}

.testimonials .testimonials-slider__pagination {
  margin-top: 20px;
  margin-left: 15%;
  margin-bottom: 10%;
  margin: 20px 15% 10% 15%;
}

@media (max-width: 767.98px) {
  .testimonials .testimonials-slider__pagination {
    margin: 20px 10% 10% 10%;
  }
}

.testimonials .testimonials-slider__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #707070;
  opacity: 1;
  outline: none;
  margin-right: 8px;
}

.testimonials .testimonials-slider__pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  border-color: #ffffff;
}

.latest-publications {
  padding-left: calc((75 / 1366) * 100%);
  padding-right: calc((75 / 1366) * 100%);
  position: relative;
  background-color: #f4f4f4;
  padding-bottom: 1px;
  padding-top: 20%;
}

.latest-publications__container {
  margin-bottom: -12.33553%;
}

.latest-publications__intro {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 12.33553%;
  position: relative;
  z-index: 3;
}

.latest-publications__logo-bg {
  position: absolute;
  bottom: calc((-120 / 1366) * 100%);
  right: 6.58858%;
  width: 67.34993%;
  z-index: 2;
}

.latest-publications__logo-bg img {
  width: 100%;
  height: auto;
}

.latest-publications__headline {
  font-size: 46px;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 50px;
  margin-right: 20px;
}

.latest-publications__headline::after {
  content: "";
  display: block;
  height: 6px;
  width: 34px;
  background: #000000;
  margin-top: 30px;
}

.latest-publications .latest-publications-slider {
  position: relative;
  z-index: 3;
}

.latest-publications__item {
  border: 6px solid #000000;
  height: auto;
  background: #fff;
  z-index: 3;
}

.latest-publications__item .outer {
  position: relative;
}

.latest-publications__item .outer:before {
  padding-top: 126%;
}

@media (max-width: 640px) {
  .latest-publications__item .outer:before {
    padding: 0;
  }
}

.latest-publications__item .outer .inner {
  padding: 25% 15%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 640px) {
  .latest-publications__item .outer .inner {
    padding: 10%;
  }
}

.latest-publications__item-title a {
  color: #000000;
  text-decoration: underline;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
}

.latest-publications__item-title a {
  font-size: 26px;
}

@media screen and (min-width: 1366px) {
  .latest-publications__item-title a {
    font-size: calc(26px + 10 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .latest-publications__item-title a {
    font-size: 36px;
  }
}

.latest-publications__date, .latest-publications__category {
  font-family: "Lato", "Frutiger LT Arabic";
  color: #7c7c7c;
}

.latest-publications__date, .latest-publications__category {
  font-size: 13px;
}

@media screen and (min-width: 1366px) {
  .latest-publications__date, .latest-publications__category {
    font-size: calc(13px + 5 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .latest-publications__date, .latest-publications__category {
    font-size: 18px;
  }
}

.latest-publications__date {
  margin-bottom: 20%;
}

.latest-publications__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15%;
}

.latest-publications__userAvatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.latest-publications__userAvatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.latest-publications__username {
  margin: 0;
  font-family: "Lato", "Frutiger LT Arabic";
  font-weight: bold;
  margin-left: 15px;
}

.latest-publications__username {
  font-size: 14px;
}

@media screen and (min-width: 1366px) {
  .latest-publications__username {
    font-size: calc(14px + 5 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .latest-publications__username {
    font-size: 19px;
  }
}

.latest-publications-slider .latest-publications__item {
  max-width: calc((90% / 3));
}

@media (max-width: 1200px) {
  .latest-publications-slider .latest-publications__item {
    max-width: calc((96% / 2));
  }
}

@media (max-width: 640px) {
  .latest-publications-slider .latest-publications__item {
    max-width: unset;
  }
}

/*=============================================
=            Legal Doorway Section            =
=============================================*/
.legal-support-doorway {
  position: relative;
  padding-bottom: 7.32064%;
  padding-top: 19.03367%;
}

.legal-support-doorway__logo-bg {
  position: absolute;
  top: calc((-260 / 1366) * 100%);
  right: 19.76574%;
  width: 67.34993%;
  z-index: 2;
}

.legal-support-doorway__logo-bg img {
  width: 100%;
  height: auto;
}

.legal-support-doorway__img {
  position: relative;
  z-index: 3;
}

@media (max-width: 800px) {
  .legal-support-doorway__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .legal-support-doorway__img {
    display: none;
  }
}

.legal-support-doorway__img img {
  width: 100%;
  height: auto;
}

.legal-support-doorway .legal-support-content {
  background: #000000;
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 43%;
  width: 600px;
}

@media (max-width: 600px) {
  .legal-support-doorway .legal-support-content {
    position: unset;
  }
}

.legal-support-doorway .legal-support-content__outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.legal-support-doorway .legal-support-content__outer:before {
  padding-top: 65.31987%;
}

.legal-support-doorway .legal-support-content__inner {
  padding: 10%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.legal-support-doorway .legal-support-content h3 {
  color: #ffffff;
  font-family: "helveticaneue", "GE SS Two";
}

.legal-support-doorway .legal-support-content h3 {
  font-size: 36px;
}

@media screen and (min-width: 1366px) {
  .legal-support-doorway .legal-support-content h3 {
    font-size: calc(36px + 14 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .legal-support-doorway .legal-support-content h3 {
    font-size: 50px;
  }
}

.legal-support-doorway .legal-support-content a {
  margin-top: auto;
}

.legal-support-doorway .legal-support-content .animated-layer {
  position: relative;
}

.legal-support-doorway .legal-support-content .animated-layer::after {
  content: "";
  display: block;
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -5px;
  z-index: 2;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.legal-support-doorway .section-bg-dark {
  height: 100px;
  background: #000;
  width: 100%;
  margin-left: 29%;
  max-width: 71%;
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .legal-support-doorway .section-bg-dark {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .legal-support-doorway .section-bg-dark {
    display: none;
  }
}

/*=====  End of Legal Doorway Section  ======*/
body {
  overflow-y: overlay;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.section {
  position: relative;
}

.grid-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-container .row {
  position: relative;
  width: 100%;
  height: 100%;
}

.grid-container .line {
  border-right: 1px solid rgba(112, 112, 112, 0.15);
  height: 100%;
  z-index: 1;
  width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: auto;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.grid-container .line:last-child {
  border-right: 0;
}

@media (max-width: 991.98px) {
  .grid-container {
    display: none;
  }
}

.box-aspect-ratio__outer:before {
  display: block;
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
}

.box-aspect-ratio__outer:after {
  content: "";
  display: table;
  clear: both;
}

.services-capabilities {
  background: #fff;
  padding-bottom: 4.39239%;
}

@media (max-width: 991.98px) {
  .services-capabilities {
    padding-left: calc((75 / 1366) * 100%);
    padding-right: calc((75 / 1366) * 100%);
  }
}

.services-capabilities__title {
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}

.services-capabilities__title {
  font-size: 46px;
}

@media screen and (min-width: 1366px) {
  .services-capabilities__title {
    font-size: 46px;
  }
}

@media screen and (min-width: 1920px) {
  .services-capabilities__title {
    font-size: 46px;
  }
}

.services-capabilities__title::after {
  content: "";
  display: block;
  height: 3px;
  width: calc(28px + 0.5vw);
  background: #000000;
  max-width: 45px;
  margin-top: 15px;
}

.services-capabilities__description {
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 5.49451%;
}

.services-capabilities__description {
  font-size: 36px;
}

@media screen and (min-width: 1366px) {
  .services-capabilities__description {
    font-size: calc(36px + 14 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .services-capabilities__description {
    font-size: 50px;
  }
}

.services-capabilities__items {
  margin-right: -7.5px;
  margin-left: -7.5px;
  position: relative;
  z-index: 1;
}

.services-capabilities__item-container {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-bottom: 35px;
}

.services-capabilities__item {
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  padding: 9.34579% 11.68224% !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services-capabilities__item-number {
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  color: #000000;
  display: block;
  margin-bottom: 7.00935%;
  line-height: 1;
}

.services-capabilities__item-number {
  font-size: 19px;
}

@media screen and (min-width: 1366px) {
  .services-capabilities__item-number {
    font-size: calc(19px + 5 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .services-capabilities__item-number {
    font-size: 24px;
  }
}

.services-capabilities__item-title {
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  color: #000000;
  margin-bottom: 7.00935%;
  line-height: 1.4;
}

.services-capabilities__item-title a{
  color: #000000;
  text-decoration: none;
}
.services-capabilities__item-title a:hover{
  opacity: 0.7;
}

.services-capabilities__item-title {
  font-size: 19px;
}

@media screen and (min-width: 1366px) {
  .services-capabilities__item-title {
    font-size: calc(19px + 5 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .services-capabilities__item-title {
    font-size: 24px;
  }
}

.services-capabilities__item-desc {
  color: #7c7c7c;
  font-family: "Lato", "Frutiger LT Arabic";
  font-weight: normal;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 7.00935%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.services-capabilities__item-desc {
  font-size: 18px;
}

@media screen and (min-width: 1366px) {
  .services-capabilities__item-desc {
    font-size: calc(18px + 2 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .services-capabilities__item-desc {
    font-size: 20px;
  }
}

.services-capabilities__item-action {
  margin-right: auto;
}

.services-capabilities__item-action img {
  width: calc(20px + 0.5vw);
  max-width: 28px;
}

.services-capabilities__logo-bg {
  position: absolute;
  bottom: -21.96193%;
  left: -30.74671%;
  width: 67.34993%;
  min-width: 600px;
}

.services-capabilities__logo-bg img {
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .services-capabilities__logo-bg {
    bottom: 0;
  }
}

.services-capabilities__main-bg {
  position: absolute;
  top: 19.39971%;
  right: -30.74671%;
  width: 61.85944%;
}

.services-capabilities__main-bg img {
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .services-capabilities__main-bg {
    display: none;
  }
}

.page-services {
  overflow-x: hidden;
}

.translation-process {
  background-color: #F4F4F4;
  padding-top: 45px;
}

.translation-process__headline {
  margin-bottom: 5%;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
}

.translation-process__headline {
  font-size: 36px;
}

@media screen and (min-width: 1366px) {
  .translation-process__headline {
    font-size: calc(36px + 14 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .translation-process__headline {
    font-size: 50px;
  }
}

@media (max-width: 575.98px) {
  .translation-process__headline {
    margin-bottom: 12%;
  }
}

@media (max-width: 991.98px) {
  .translation-process {
    padding-left: calc((75 / 1366) * 100%);
    padding-right: calc((75 / 1366) * 100%);
  }
}

.translation-step {
  margin-bottom: 5%;
}

@media (max-width: 575.98px) {
  .translation-step {
    margin-bottom: 10%;
  }
}

.translation-step__number-title {
  color: #000000;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  margin-bottom: 14%;
}

.translation-step__number-title {
  font-size: 19px;
}

@media screen and (min-width: 1366px) {
  .translation-step__number-title {
    font-size: calc(19px + 5 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .translation-step__number-title {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .translation-step__number-title {
    margin-bottom: 15px;
  }
}

.translation-step__number-box {
  background-color: #fff;
  border-top: 5px solid #000000;
  position: relative;
  padding-top: 50%;
  min-height: 113px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .translation-step__number-box {
    padding-top: 0;
    max-width: 200px;
    margin-bottom: 15px;
  }
}

.translation-step__number-box p {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-family: "helveticaneue", "GE SS Two";
  margin: 0;
}

.translation-step__number-box p {
  font-size: 46px;
}

@media screen and (min-width: 1366px) {
  .translation-step__number-box p {
    font-size: calc(46px + 17 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .translation-step__number-box p {
    font-size: 63px;
  }
}

@media (max-width: 575.98px) {
  .translation-step__content {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

.translation-step__title {
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  color: #000000;
  margin-bottom: 4%;
  line-height: 1.15;
}

.translation-step__title {
  font-size: 33px;
}

@media screen and (min-width: 1366px) {
  .translation-step__title {
    font-size: calc(33px + 13 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .translation-step__title {
    font-size: 46px;
  }
}

@media (max-width: 991.98px) {
  .translation-step__title {
    padding-left: 10%;
  }
}

@media (max-width: 575.98px) {
  .translation-step__title {
    padding-left: 0;
  }
}

.translation-step__desc {
  font-family: "Lato", "Frutiger LT Arabic";
  color: #7C7C7C;
  font-style: italic;
}

.translation-step__desc {
  font-size: 16px;
}

@media screen and (min-width: 1366px) {
  .translation-step__desc {
    font-size: calc(16px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .translation-step__desc {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  .translation-step__desc {
    padding-left: 10%;
  }
}

@media (max-width: 575.98px) {
  .translation-step__desc {
    padding-left: 0;
  }
}

.related-services {
  background: #ffffff;
  padding-top: 12.4451%;
  padding-bottom: 7.32064%;
}

.related-services__inner {
  background-color: #000000;
  padding-top: 6.14035%;
  padding-left: 7.45614%;
  position: relative;
  z-index: 1;
}

.related-services__headline {
  color: #ffffff;
  font-family: "helveticaneue", "GE SS Two";
  line-height: 1.1;
  padding-bottom: 0;
  width: 100%;
  margin-bottom: 4.7619%;
}

.related-services__headline {
  font-size: 36px;
}

@media screen and (min-width: 1366px) {
  .related-services__headline {
    font-size: calc(36px + 14 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .related-services__headline {
    font-size: 50px;
  }
}

.related-services-slide__img {
  position: relative;
  padding-top: 66.87307%;
  height: 100%;
  overflow: hidden;
}

.related-services-slide__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.48;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.related-services-slide__content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 11% 13% 11%;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.related-services-slide__number {
  font-family: "helveticaneue", "GE SS Two";
  color: #ffffff;
}

.related-services-slide__number {
  font-size: 19px;
}

@media screen and (min-width: 1366px) {
  .related-services-slide__number {
    font-size: calc(19px + 7 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .related-services-slide__number {
    font-size: 26px;
  }
}

.related-services-slide__title {
  margin: 0;
  font-family: "helveticaneue", "GE SS Two";
  color: #ffffff;
}

.related-services-slide__title {
  font-size: 18px;
}

@media screen and (min-width: 1366px) {
  .related-services-slide__title {
    font-size: calc(18px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .related-services-slide__title {
    font-size: 24px;
  }
}

.related-services-slide:hover img {
  opacity: 0.65;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.related-services-slider .swiper-wrapper {
  padding-bottom: 5.71429%;
}

.related-services-slider .swiper-scrollbar {
  width: 100%;
  left: 0;
  opacity: 1 !important;
  height: 7px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: unset;
  border-radius: 0;
  margin-right: 25px;
  display: block !important;
}

.related-services-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #ffffff;
  border-radius: 0;
}

.related-services-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.71429%;
  padding-right: 6.19048%;
}

.related-services-slider__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-left: auto;
}

.related-services-slider__navigation button {
  border: 0;
  background: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  padding: 0;
}

.related-services-slider__navigation button:hover {
  opacity: 0.6;
}

.related-services-slider__navigation button.btn-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-about-us {
  background-color: #F4F4F4;
  position: relative;
}

.page-about-us .main-slider .slide-content {
  padding-bottom: calc((230 / 1366) * 100%);
}

.page-about-us .work-framing {
  z-index: 1;
  margin-top: calc((-465 / 1366) * 100%);
  padding-bottom: calc((195 / 1366) * 100%);
}

.page-about-us .countries-coverage-container {
  background-color: #fff;
  margin-top: calc((-295 / 1366) * 100%);
  padding-top: calc((370 / 1366) * 100%);
  padding-bottom: calc((65 / 1366) * 100%);
  position: relative;
}

.page-about-us .countries-coverage-container .countries-coverage {
  margin-bottom: 0;
}

.page-about-us .footer {
  background: #fff;
}

.behind-bablex {
  position: relative;
  min-height: 500px;
  padding-bottom: 20%;
  z-index: 1;
  margin-top: -14.64129%;
}

.behind-bablex:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: calc((75 / 1366) * 100%);
  bottom: 0;
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  .behind-bablex:before {
    left: 0;
    right: 0;
  }
}

.behind-bablex__logo-bg {
  position: absolute;
  top: 3.66032%;
  left: -45.68082%;
  width: 94.87555%;
}

.behind-bablex__logo-bg img {
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .behind-bablex__head {
    padding: 0 10%;
  }
}

.behind-bablex__headline-container {
  padding: 30px 0 !important;
}

.behind-bablex__headline {
  text-align: right;
  border-right: 1px dashed #000000;
  margin: 0;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  color: #000000;
  line-height: 1.15;
  padding-right: 30px;
}

.behind-bablex__headline {
  font-size: 28px;
}

@media screen and (min-width: 1366px) {
  .behind-bablex__headline {
    font-size: calc(28px + 14 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .behind-bablex__headline {
    font-size: 42px;
  }
}

.behind-bablex__headline span {
  display: block;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: normal;
}

.behind-bablex__user-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .behind-bablex__user-container {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.behind-bablex__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}

@media (max-width: 767.98px) {
  .behind-bablex__user {
    padding: 0;
  }
}

.behind-bablex__user-avatar {
  overflow: hidden;
  margin-right: 30px;
  width: 99px;
  height: 99px;
  border-radius: 50%;
}

.behind-bablex__user-avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.behind-bablex__user-name {
  color: #000000;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  margin-bottom: 0;
}

.behind-bablex__user-name {
  font-size: 18px;
}

@media screen and (min-width: 1366px) {
  .behind-bablex__user-name {
    font-size: calc(18px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .behind-bablex__user-name {
    font-size: 24px;
  }
}

.behind-bablex__user-position {
  color: #161b29;
  font-family: "Lato", "Frutiger LT Arabic";
  margin-top: 4px;
  margin-bottom: 0;
}

.behind-bablex__user-position {
  font-size: 13px;
}

@media screen and (min-width: 1366px) {
  .behind-bablex__user-position {
    font-size: calc(13px + 4 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .behind-bablex__user-position {
    font-size: 17px;
  }
}

@media (max-width: 991.98px) {
  .behind-bablex__body {
    padding: 0 10%;
  }
}

.behind-bablex__intro-paragraph-container {
  margin-bottom: 4.39239%;
  margin-top: 0.73206%;
}

.behind-bablex__intro-paragraph {
  color: #000000;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}

.behind-bablex__intro-paragraph {
  font-size: 28px;
}

@media screen and (min-width: 1366px) {
  .behind-bablex__intro-paragraph {
    font-size: calc(28px + 14 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .behind-bablex__intro-paragraph {
    font-size: 42px;
  }
}

.behind-bablex__body-paragraph p {
  font-family: "Lato", "Frutiger LT Arabic";
  color: #000000;
}

.behind-bablex__body-paragraph p {
  font-size: 17px;
}

@media screen and (min-width: 1366px) {
  .behind-bablex__body-paragraph p {
    font-size: calc(17px + 7 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .behind-bablex__body-paragraph p {
    font-size: 24px;
  }
}

.behind-bablex__body-paragraph--first {
  padding-right: 2% !important;
}

@media (max-width: 991.98px) {
  .behind-bablex__body-paragraph--first {
    padding: 0 !important;
  }
}

.behind-bablex__body-paragraph--last {
  padding-left: 3% !important;
}

@media (max-width: 991.98px) {
  .behind-bablex__body-paragraph--last {
    padding: 0 !important;
  }
}

.who-we-are {
  padding-left: calc((75 / 1366) * 100%);
  padding-right: calc((75 / 1366) * 100%);
  padding-bottom: calc((60 / 1366) * 100%);
  background-color: #ffffff;
}

.who-we-are__img {
  margin-top: -4%;
}

.who-we-are__img img {
  width: 95%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.who-we-are__content {
  padding: 5% !important;
}

.who-we-are__headline {
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 14%;
  color: #000;
}

.who-we-are__headline {
  font-size: 46px;
}

@media screen and (min-width: 1366px) {
  .who-we-are__headline {
    font-size: calc(46px + 17 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .who-we-are__headline {
    font-size: 63px;
  }
}

@media (max-width: 767.98px) {
  .who-we-are__headline {
    margin-bottom: 10%;
  }
}

.who-we-are__headline::after {
  content: "";
  display: block;
  height: 6px;
  width: 34px;
  background: #000;
  margin-top: 30px;
}

.who-we-are p {
  font-family: "Lato", "Frutiger LT Arabic";
  color: #000000;
  margin-bottom: 5%;
}

.who-we-are p {
  font-size: 17px;
}

@media screen and (min-width: 1366px) {
  .who-we-are p {
    font-size: calc(17px + 7 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .who-we-are p {
    font-size: 24px;
  }
}

.our-mission {
  padding: calc((120 / 1366) * 100%) calc((75 / 1366) * 100%);
  padding-bottom: 0;
  margin: 0 auto;
}

.our-mission__content {
  width: 50% !important;
}

@media (max-width: 991.98px) {
  .our-mission__content {
    width: 70% !important;
  }
}

@media (max-width: 767.98px) {
  .our-mission__content {
    width: 100% !important;
    position: unset !important;
  }
}

@media (max-width: 767.98px) {
  .our-mission__img {
    display: none;
  }
}

.our-mission__paragraph {
  color: #ffffff;
  margin-top: 5%;
}

.our-mission__paragraph {
  font-size: 17px;
}

@media screen and (min-width: 1366px) {
  .our-mission__paragraph {
    font-size: calc(17px + 7 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .our-mission__paragraph {
    font-size: 24px;
  }
}

.our-mission .section-bg-dark {
  margin-left: 12.88744%;
}

@media (max-width: 767.98px) {
  .our-mission .section-bg-dark {
    display: none;
  }
}

.meet-team {
  background: #ffffff;
  padding-bottom: 7.32064%;
  padding-left: calc((75 / 1366) * 100%);
}

.meet-team .grid-container {
  z-index: 0;
}

.meet-team__inner {
  background-color: #000000;
  padding-top: 6.14035%;
  padding-left: 7.45614%;
  padding-right: 7.45614%;
  position: relative;
}

.meet-team__logo-bg {
  position: absolute;
  bottom: 0;
  left: -6.95461%;
  width: 67.34993%;
  z-index: 1;
  overflow: hidden;
}

.meet-team__logo-bg img {
  width: 100%;
  height: auto;
  margin-bottom: -2.56223%;
}

.meet-team__headline {
  color: #ffffff;
  font-family: "helveticaneue", "GE SS Two";
  line-height: 1.1;
  padding-bottom: 0;
  width: 100%;
  margin-bottom: 5%;
}

.meet-team__headline {
  font-size: 36px;
}

@media screen and (min-width: 1366px) {
  .meet-team__headline {
    font-size: calc(36px + 14 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .meet-team__headline {
    font-size: 50px;
  }
}

.meet-team__headline::after {
  content: "";
  display: block;
  height: 6px;
  width: 4.25926%;
  min-width: 46px;
  max-width: 65px;
  background: #ffffff;
  margin-top: 3.24074%;
  margin-bottom: 4.16667%;
}

@media (max-width: 991.98px) {
  .meet-team__headline {
    margin-bottom: 7%;
  }
}

@media (max-width: 767.98px) {
  .meet-team__headline {
    margin-bottom: 10%;
  }
}

.about-team{
  text-align: center;
    color: #000;
    position: relative;
    color: #000000 !important;
    background-color: transparent !important;
    line-height: 1;
    border: none;
    background: url(../images/arrow-right-dark.svg) no-repeat right center;
    padding: 10px 40px 10px 0;
    font-family: "helveticaneue", "GE SS Two";
    border-bottom: 2px solid #000000;
    text-decoration: none;
    font-weight: bold;
}
.about-team:hover{
  text-decoration: none;
  opacity:0.7;
}
.team-member__img {
  position: relative;
  padding-top: 125%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
}

.team-member__img img {
  width: 90%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.52;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.team-member__head {
  background-color: #000000;
  position: relative;
  max-width: 79.87616%;
  margin-top: -13.93189%;
}

.team-member__name {
  margin: 0 0 5px 0;
  padding-top: 10%;
  font-family: "helveticaneue", "GE SS Two";
  color: #ffffff;
}

.team-member__name {
  font-size: 21px;
}

@media screen and (min-width: 1366px) {
  .team-member__name {
    font-size: calc(21px + 7 * ((100vw - 1366px) / 554));
  }
  .homepage .slide-content .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
 }
}

@media screen and (min-width: 1920px) {
  .team-member__name {
    font-size: 28px;
  }
}

.team-member__position {
  font-family: "Lato", "Frutiger LT Arabic";
  font-weight: normal;
  color: rgba(255, 255, 255, 0.53);
  margin: 0;
  padding-bottom: 5%;
}

.team-member__position {
  font-size: 16px;
}

@media screen and (min-width: 1366px) {
  .team-member__position {
    font-size: calc(16px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .team-member__position {
    font-size: 22px;
  }
}

.team-member .divider {
  height: 1px;
  background-color: #ffffff;
  width: 12.6935%;
  min-width: 41px;
  max-width: 65px;
  margin-top: 7px;
  margin-bottom: 35px;
}

.team-member__summary {
  font-family: "Lato", "Frutiger LT Arabic";
  font-weight: normal;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
}

.team-member__summary {
  font-size: 15px;
}

@media screen and (min-width: 1366px) {
  .team-member__summary {
    font-size: calc(15px + 5 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .team-member__summary {
    font-size: 20px;
  }
}

.team-member:hover img {
  opacity: 0.8;
}

.meet-team-slider {
  position: relative;
  z-index: 2;
}

.meet-team-slider .swiper-wrapper {
  padding-bottom: 5.71429%;
}

.meet-team-slider .swiper-scrollbar {
  width: 100%;
  left: 0;
  opacity: 1 !important;
  height: 7px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: unset;
  border-radius: 0;
  margin-right: 25px;
  display: block !important;
}

.meet-team-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #ffffff;
  border-radius: 0;
}

.meet-team-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.71429%;
}

.meet-team-slider__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-left: auto;
}

.meet-team-slider__navigation button {
  border: 0;
  background: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  padding: 0;
}

.meet-team-slider__navigation button:hover {
  opacity: 0.6;
}

.meet-team-slider__navigation button.btn-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-work {
  overflow-x: hidden;
}

.page-work .countries-coverage {
  padding-top: 3.29429%;
  padding-bottom: 3.29429%;
  margin: 0;
}

.page-work .work-framing {
  padding-left: 0;
  overflow: hidden;
}

.page-work .work-framing .work-framing-content {
  padding: 5.49048% 6.95461%;
  width: 100%;
}

.page-work .work-framing__logo-bg {
  position: absolute;
  top: -54.02635%;
  left: -32.9429%;
  width: 164.34846%;
  z-index: 1;
}

.page-work .work-framing__logo-bg img {
  width: 100%;
  height: auto;
}

.page-work .work-framing .work-framing-slide {
  width: 60.32211%;
  margin: 0;
}

@media (max-width: 767.98px) {
  .page-work .work-framing .work-framing-slide {
    width: 80%;
  }
}

@media (max-width: 575.98px) {
  .page-work .work-framing .work-framing-slide {
    width: 100%;
  }
}

.page-work .work-framing .work-framing-slide:hover:after {
  left: 0;
}

.page-work .work-framing .work-framing-slide-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-work .work-framing .work-framing-slide-container:nth-child(2n + 1) {
  padding-bottom: 7%;
}

.page-work .work-framing .work-framing-slide-container:nth-child(2n + 2) {
  padding-top: 7%;
}

@media (max-width: 991.98px) {
  .page-work .work-framing .work-framing-slide-container {
    margin-bottom: 5%;
    padding-bottom: 0;
    padding-top: 5%;
  }
  .page-work .work-framing .work-framing-slide-container:nth-child(2n + 1), .page-work .work-framing .work-framing-slide-container:nth-child(2n + 2) {
    margin-bottom: 5%;
    padding-bottom: 0;
    padding-top: calc(10px + 5%);
  }
}

@media (max-width: 991.98px) {
  .page-work .work-framing {
    padding: 0;
  }
}

.page-work .legal-support-doorway {
  padding-top: 6.22255%;
}

.work-process {
  background-color: #F4F4F4;
  padding-bottom: 9.88287%;
}

.work-process__head {
  padding: 7.32064% 5.49048%;
  position: relative;
  max-width: 80%;
}

@media (max-width: 991.98px) {
  .work-process__head {
    max-width: 100%;
  }
}

.work-process__head p {
  color: #000000;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
}

.work-process__head p {
  font-size: 28px;
}

@media screen and (min-width: 1366px) {
  .work-process__head p {
    font-size: calc(28px + 14 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .work-process__head p {
    font-size: 42px;
  }
}

.work-step {
  margin-bottom: calc(10px + 1%);
  position: relative;
  z-index: 1;
}

.work-step__number {
  background: #ffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  min-width: 90px;
}

.work-step__number p {
  color: #000000;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  width: 100%;
  margin: 0;
  line-height: 1;
  text-align: center;
}

.work-step__number p {
  font-size: 46px;
}

@media screen and (min-width: 1366px) {
  .work-step__number p {
    font-size: calc(46px + 17 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .work-step__number p {
    font-size: 63px;
  }
}

.work-step__content {
  background: #ffff;
  border-left: 1px solid rgba(112, 112, 112, 0.29);
  padding-top: 5%;
  padding-left: 8.33333% !important;
  padding-right: 6% !important;
}

@media (max-width: 575.98px) {
  .work-step__content {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    border: 0;
    padding-left: 5.5% !important;
    padding-right: 5.5% !important;
  }
}

.work-step__title {
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  color: #000000;
  margin-bottom: 4%;
  line-height: 1.15;
  margin-bottom: 3%;
}

.work-step__title {
  font-size: 33px;
}

@media screen and (min-width: 1366px) {
  .work-step__title {
    font-size: calc(33px + 13 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .work-step__title {
    font-size: 46px;
  }
}

.work-step__desc {
  font-family: "Lato", "Frutiger LT Arabic";
  color: #7C7C7C;
  font-style: italic;
  margin-bottom: 12%;
}

.work-step__desc {
  font-size: 16px;
}

@media screen and (min-width: 1366px) {
  .work-step__desc {
    font-size: calc(16px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .work-step__desc {
    font-size: 22px;
  }
}

.next-projects {
  margin-bottom: 7.32064%;
}

.page-careers {
  background: #F4F4F4;
  position: relative;
}

.page-careers .main-slider .slide-content .side-image {
  right: 16.66667%;
  width: 55.6369%;
}

@media (max-width: 767.98px) {
  .page-careers .main-slider .slide-content .side-image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
  }
}

.explore-opportunities {
  padding-bottom: 6.22255%;
}

.explore-opportunities__logo-bg {
  position: absolute;
  width: 67.34993%;
}

.explore-opportunities__logo-bg img {
  width: 100%;
  height: auto;
}

.explore-opportunities__logo-bg--top {
  top: -24.67057%;
  left: 6.07613%;
}

.explore-opportunities__logo-bg--bottom {
  bottom: -10.61493%;
  left: -36.96925%;
}

.explore-opportunities__headline {
  color: #000000;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  margin-top: 5.12445%;
  margin-bottom: 2.92826%;
  line-height: 1.1;
}

.explore-opportunities__headline {
  font-size: 36px;
}

@media screen and (min-width: 1366px) {
  .explore-opportunities__headline {
    font-size: calc(36px + 14 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .explore-opportunities__headline {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {
  .explore-opportunities__headline {
    padding: 10px 3.66032%;
  }
}

.explore-opportunities__box-container {
  margin-bottom: calc(10px + 1%);
}

.explore-opportunities__white-box {
  background-color: #ffffff;
  padding-top: 3.66032%;
  padding-bottom: 2.92826%;
  padding-right: 3.66032% !important;
  padding-left: 3.66032% !important;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.explore-opportunities__white-box:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
}

@media (max-width: 991.98px) {
  .explore-opportunities__white-box {
    padding-bottom: calc(20px + 3%);
  }
}

.explore-opportunities__number {
  font-family: "helveticaneue", "GE SS Two";
  font-weight: normal;
  color: #000000;
  margin: 0 0 5px 0;
}

.explore-opportunities__number {
  font-size: 24px;
}

@media screen and (min-width: 1366px) {
  .explore-opportunities__number {
    font-size: calc(24px + 4 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .explore-opportunities__number {
    font-size: 28px;
  }
}

.explore-opportunities__title-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.82418%;
          flex: 0 0 25.82418%;
  margin-bottom: 25px;
  padding-right: 4.94505%;
  border-right: 1px dashed #707070;
  min-width: 255px;
  min-height: 85px;
  margin-bottom: auto;
}

@media (max-width: 991.98px) {
  .explore-opportunities__title-container {
    border: 0;
    padding: 0;
    width: 100%;
    min-height: unset;
    margin-bottom: 5%;
  }
}

.explore-opportunities__title {
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  color: #000000;
  margin: 0;
  line-height: 1.3;
}

.explore-opportunities__title {
  font-size: 24px;
}

@media screen and (min-width: 1366px) {
  .explore-opportunities__title {
    font-size: calc(24px + 4 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .explore-opportunities__title {
    font-size: 28px;
  }
}

.explore-opportunities__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74.17582%;
          flex: 0 0 74.17582%;
  padding-left: 4.94505%;
  max-width: calc(100% - 255px);
}

@media (max-width: 991.98px) {
  .explore-opportunities__content {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}

.explore-opportunities__desc {
  color: #7C7C7C;
  font-family: "Lato", "Frutiger LT Arabic";
  font-style: italic;
  margin: 0;
}

.explore-opportunities__desc {
  font-size: 15px;
}

@media screen and (min-width: 1366px) {
  .explore-opportunities__desc {
    font-size: calc(15px + 5 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .explore-opportunities__desc {
    font-size: 20px;
  }
}

.explore-opportunities__action {
  padding-left: 0;
  margin-top: 4%;
}

.explore-opportunities__action {
  font-size: 15px;
}

@media screen and (min-width: 1366px) {
  .explore-opportunities__action {
    font-size: calc(15px + 4 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .explore-opportunities__action {
    font-size: 19px;
  }
}

.page-careers-form .main-slider .slide-content .side-image {
  right: 0;
  width: 56.66179%;
}

.page-careers-form .main-slider .slide-content {
  padding-bottom: calc((340 / 1366) * 100%);
}

.page-careers-form .bablex-form__white-box {
  margin-top: -21.96193%;
  position: relative;
  z-index: 1;
}

.no-opportunities {
  padding-top: calc(15px + 4%);
  padding-bottom: calc(15px + 6%);
}

.no-opportunities__logo-bg {
  position: absolute;
  bottom: 0;
  left: -32.21083%;
  width: 67.34993%;
  z-index: 1;
  overflow: hidden;
}

.no-opportunities__logo-bg img {
  width: 100%;
  height: auto;
  margin-bottom: -20.13177%;
}

.no-opportunities__white-box {
  background-color: #ffffff;
  padding-top: 4.02635%;
  padding-bottom: 1.0981%;
  padding-right: 4.39239% !important;
  padding-left: 4.39239% !important;
  position: relative;
  z-index: 2;
  min-height: 333px;
}

.no-opportunities__paragraph {
  color: #000000;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 35px;
}

.no-opportunities__paragraph {
  font-size: 36px;
}

@media screen and (min-width: 1366px) {
  .no-opportunities__paragraph {
    font-size: calc(36px + 14 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .no-opportunities__paragraph {
    font-size: 50px;
  }
}

.no-opportunities__paragraph::after {
  content: "";
  display: block;
  height: 2px;
  width: 92px;
  background-color: #000000;
  margin-top: 3.84615%;
}

.no-opportunities__img img {
  max-width: 100%;
}

.publications-category {
  padding: calc(20px + (60 / 1366) * 100%) calc((75 / 1366) * 100%);
  background-color: #F4F4F4;
}

.publications-category__logo-bg {
  position: absolute;
  top: 3.66032%;
  left: -45.68082%;
  width: 94.87555%;
}

.publications-category__logo-bg img {
  width: 100%;
  height: auto;
}

.publications-category .latest-publications__item-container {
  margin-bottom: 30px;
  z-index: 1;
}

.publications-category .latest-publications__item {
  height: 100%;
  position: relative;
}

.page-publications .page-subtitle {
  color: #ffffff;
  font-family: "Lato", "Frutiger LT Arabic";
  font-weight: normal;
}

.page-publications .page-subtitle {
  font-size: 18px;
}

@media screen and (min-width: 1366px) {
  .page-publications .page-subtitle {
    font-size: calc(18px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .page-publications .page-subtitle {
    font-size: 24px;
  }
}

.page-publications .page-subtitle .separator {
  margin: 0 8px;
}

.page-publications .publications-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: calc(15px + 2%);
}

.page-publications .publications-user__userAvatar {
  width: calc(36px + 0.5vw);
  height: calc(36px + 0.5vw);
}

.page-publications .publications-user__userAvatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-publications .publications-user__content {
  padding: 0 15px;
}

.page-publications .publications-user__username {
  color: #ffffff;
  font-family: "Lato", "Frutiger LT Arabic";
  margin: 0;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 3px;
}

.page-publications .publications-user__username {
  font-size: 14px;
}

@media screen and (min-width: 1366px) {
  .page-publications .publications-user__username {
    font-size: calc(14px + 5 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .page-publications .publications-user__username {
    font-size: 19px;
  }
}

.page-publications .publications-user__date {
  color: #ffffff;
  font-family: "Lato", "Frutiger LT Arabic";
  margin: 0;
  font-weight: normal;
}

.page-publications .publications-user__date {
  font-size: 14px;
}

@media screen and (min-width: 1366px) {
  .page-publications .publications-user__date {
    font-size: calc(14px + 5 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .page-publications .publications-user__date {
    font-size: 19px;
  }
}

.other-publications {
  background: #ffffff;
  padding-bottom: 7.32064%;
}

.other-publications__inner {
  background-color: #000000;
  padding-top: 6.14035%;
  padding-left: 7.45614%;
  position: relative;
  z-index: 1;
}

.other-publications__headline {
  color: #ffffff;
  font-family: "helveticaneue", "GE SS Two";
  line-height: 1.1;
  padding-bottom: 0;
  width: 100%;
  margin-bottom: 4.7619%;
}

.other-publications__headline {
  font-size: 36px;
}

@media screen and (min-width: 1366px) {
  .other-publications__headline {
    font-size: calc(36px + 14 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .other-publications__headline {
    font-size: 50px;
  }
}

.other-publications-slide {
  background-color: #ffffff;
  padding: calc(10px + 7%) calc(10px + 4%);
  height: auto;
}

.other-publications-slide__date {
  margin-bottom: calc(15px + 5%);
}

.other-publications-slide__title {
  margin: 0;
  font-family: "helveticaneue", "GE SS Two";
  color: #000000;
}

.other-publications-slide__title {
  font-size: 26px;
}

@media screen and (min-width: 1366px) {
  .other-publications-slide__title {
    font-size: calc(26px + 10 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .other-publications-slide__title {
    font-size: 36px;
  }
}

.other-publications-slide a {
  text-decoration: underline;
  color: #000000;
}

.other-publications-slider .swiper-wrapper {
  padding-bottom: 5.71429%;
}

.other-publications-slider .swiper-scrollbar {
  width: 100%;
  left: 0;
  opacity: 1 !important;
  height: 7px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: unset;
  border-radius: 0;
  margin-right: 25px;
  display: block !important;
}

.other-publications-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #ffffff;
  border-radius: 0;
}

.other-publications-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.71429%;
  padding-right: 6.19048%;
}

.other-publications-slider__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-left: auto;
}

.other-publications-slider__navigation button {
  border: 0;
  background: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  padding: 0;
}

.other-publications-slider__navigation button:hover {
  opacity: 0.6;
}

.other-publications-slider__navigation button.btn-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-contact-us .main-slider .slide-content {
  padding-bottom: calc((240 / 1366) * 100%);
}

.page-contact-us .bablex-form__white-box {
  margin-top: -14.64129%;
  position: relative;
  z-index: 1;
}

.contact-us-info {
  color: #ffffff;
  margin-left: auto;
  margin-right: 16.66667%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.33333%;
}

@media (max-width: 991.98px) {
  .contact-us-info {
    margin: 30px 0 0 0;
    width: 100%;
    padding-left: 16.66667% !important;
  }
}

@media (max-width: 767.98px) {
  .contact-us-info {
    padding-left: 0 !important;
  }
}

.contact-us-info__title {
  color: #ffffff;
  font-family: "helveticaneue", "GE SS Two";
  margin-bottom: 17px;
}

.contact-us-info__title {
  font-size: 14px;
}

@media screen and (min-width: 1366px) {
  .contact-us-info__title {
    font-size: calc(14px + 5 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .contact-us-info__title {
    font-size: 19px;
  }
}

.contact-us-info__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991.98px) {
  .contact-us-info__cols {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .contact-us-info__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contact-us-info__col {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
}

@media (max-width: 767.98px) {
  .contact-us-info__col {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .contact-us-info__col:last-child {
    padding: 0;
    margin-top: 13px;
  }
}

.contact-us-info p {
  color: #ffffff;
  font-style: italic;
  font-family: "Lato", "Frutiger LT Arabic";
  margin: 0 0 6px 0;
}

.contact-us-info p {
  font-size: 12px;
}

@media screen and (min-width: 1366px) {
  .contact-us-info p {
    font-size: calc(12px + 4 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .contact-us-info p {
    font-size: 16px;
  }
}

.contact-us-info p:last-child {
  margin-bottom: 0;
}

.page-white-box {
  position: relative;
}

.page-white-box .main-slider .slide-content {
  padding-bottom: calc((170 / 1366) * 100%);
}

.page-white-box .page-box__white-box {
  margin-top: -9.51684%;
}

.page-box {
  padding-bottom: 7.32064%;
}

.page-box__logo-bg {
  position: absolute;
  bottom: 0;
  left: -30.74671%;
  width: 67.34993%;
  z-index: 1;
  overflow: hidden;
}

.page-box__logo-bg img {
  width: 100%;
  height: auto;
  margin-bottom: -15.00732%;
}

.page-box__white-box {
  background: #ffffff;
  margin-right: calc((70 / 1366) * 100%);
  margin-left: calc((70 / 1366) * 100%);
  padding: calc((90 / 1366) * 100%) calc((120 / 1366) * 100%);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}

.page-box__intro-paragraph {
  color: #000000;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 15px;
}

.page-box__intro-paragraph {
  font-size: 28px;
}

@media screen and (min-width: 1366px) {
  .page-box__intro-paragraph {
    font-size: calc(28px + 14 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .page-box__intro-paragraph {
    font-size: 42px;
  }
}

.page-box__content p {
  font-family: "Lato", "Frutiger LT Arabic";
  color: #7C7C7C;
  font-style: italic;
}

.page-box__content p {
  font-size: 16px;
}

@media screen and (min-width: 1366px) {
  .page-box__content p {
    font-size: calc(16px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .page-box__content p {
    font-size: 22px;
  }
}

.page-404 {
  position: relative;
}

.not-found {
  position: fixed;
  background-color: #000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.not-found__logo-bg {
  position: absolute;
  bottom: 0;
  left: -16.83748%;
  width: 67.34993%;
  z-index: 1;
  overflow: hidden;
  max-width: 1000px;
}

.not-found__logo-bg img {
  width: 100%;
  height: auto;
  margin-bottom: -39.67391%;
}

.not-found::before {
  content: "";
  display: block;
  position: absolute;
  width: 42.0205%;
  padding-top: 42.0205%;
  background: rgba(110, 107, 107, 0.2);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 600px;
  min-height: 600px;
}

.not-found::after {
  content: "";
  display: block;
  position: absolute;
  width: 27.08638%;
  padding-top: 27.08638%;
  background: rgba(110, 107, 107, 0.25);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 400px;
  min-height: 400px;
}

.not-found__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}

.not-found__404 {
  color: #fff;
  font-family: 'helveticaneue';
  font-weight: bold;
  line-height: 1;
}

.not-found__404 {
  font-size: 133px;
}

@media screen and (min-width: 1366px) {
  .not-found__404 {
    font-size: calc(133px + 67 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .not-found__404 {
    font-size: 200px;
  }
}

.not-found__paragraph {
  color: #fff;
  font-family: "Lato", "Frutiger LT Arabic";
}

.not-found__paragraph {
  font-size: 16px;
}

@media screen and (min-width: 1366px) {
  .not-found__paragraph {
    font-size: calc(16px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .not-found__paragraph {
    font-size: 22px;
  }
}

.not-found__action {
  border-radius: 6px;
  background-color: #000000;
  color: #fff;
  font-family: "helveticaneue", "GE SS Two";
  text-decoration: none;
  padding: 5% 10%;
  min-width: 182px;
  min-height: 59px;
  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;
  margin-top: 5%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.not-found__action {
  font-size: 19px;
}

@media screen and (min-width: 1366px) {
  .not-found__action {
    font-size: calc(19px + 7 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .not-found__action {
    font-size: 26px;
  }
}

.not-found__action:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.page-form {
  background: #f4f4f4;
}

.bablex-form {
  padding-bottom: 8.41874%;
}

.bablex-form__white-box {
  background-color: #ffffff;
  min-height: 1478px;
  padding-right: 10.2489% !important;
  padding-left: 10.2489% !important;
}

.bablex-form__logo-bg {
  position: absolute;
  top: -10.2489%;
  left: -43.92387%;
  width: 67.34993%;
  z-index: 1;
}

.bablex-form__logo-bg img {
  width: 100%;
  height: auto;
}

.bablex-form__head {
  text-align: center;
}

.bablex-form__headline {
  color: #000000;
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  padding-top: 7.14286%;
  margin-bottom: 15px;
}

.bablex-form__headline {
  font-size: 36px;
}

@media screen and (min-width: 1366px) {
  .bablex-form__headline {
    font-size: calc(36px + 14 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .bablex-form__headline {
    font-size: 50px;
  }
}

.bablex-form__required-title {
  color: #7c7c7c;
  font-family: "Lato", "Frutiger LT Arabic";
  font-style: italic;
  margin: 0;
}

.bablex-form__required-title {
  font-size: 16px;
}

@media screen and (min-width: 1366px) {
  .bablex-form__required-title {
    font-size: calc(16px + 6 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .bablex-form__required-title {
    font-size: 22px;
  }
}

.bablex-form__required-title::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ff1414;
  margin-right: 8px;
}

.bablex-form__body {
  text-align: center;
  padding-top: 4.94505%;
  padding-bottom: 100px;
}

.bablex-form__thanks {
  padding-top: calc(15px + 7%);
}

.bablex-form__thanks-message {
  font-family: "helveticaneue", "GE SS Two";
  font-weight: bold;
  color: #000000;
  line-height: 1.4;
  margin-top: calc(15px + 2%);
}

.bablex-form__thanks-message {
  font-size: 36px;
}

@media screen and (min-width: 1366px) {
  .bablex-form__thanks-message {
    font-size: calc(36px + 10 * ((100vw - 1366px) / 554));
  }
}

@media screen and (min-width: 1920px) {
  .bablex-form__thanks-message {
    font-size: 46px;
  }
}

.form-item {
  margin-bottom: 35px;
}

.form-item label.form-required::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ff1414;
  margin-right: 10px;
}

.form-item > label {
  display: block;
  margin: 0 0 7px 0;
  text-align: left;
  color: #000000;
  font-size: 19px;
  font-weight: bold;
}

.form-item input,
.form-select {
  height: 60px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #b4b4b4;
  padding: 7px 15px;
}

.form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/arrow-down.svg) no-repeat;
  background-position: right 22px center;
  padding-right: 55px;
}

.form-item textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #b4b4b4;
  padding: 7px 15px;
}

.form-item-captcha-response {
  text-align: left;
}

.form-item-captcha-response > label {
  display: inline-block;
}

.form-item-captcha-response .description {
  font-size: 12px;
  color: #7c7c7c;
  font-family: "Lato", sans-serif;
}

.form-item-attach-your-resume {
  border: 1px dashed #707070;
  background: #fafafa;
  min-height: 160px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px calc(10px + 3%);
}

.form-item-attach-your-resume .description {
  font-size: 12px;
  color: #7c7c7c;
  font-family: "Lato", sans-serif;
}

.form-managed-file label {
  cursor: pointer;
  color: #7c7c7c;
  font-size: 19px;
  font-weight: bold;
}

.form-managed-file label::before {
  content: "";
  display: block;
  background: url(../images/file.svg) no-repeat;
  width: 20px;
  height: 25px;
  background-position: center;
  margin: auto;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 5px;
}

.form-submit {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-submit:hover {
  background: rgba(0, 0, 0, 0.8);
}
.title2-font{
  font-size: 28px;
  font-family: "Lato", "Frutiger LT Arabic";
  margin-bottom: 20px;
  max-width: 70%;
}
.desc2-font{
  color: #7C7C7C !important;
  font-size: 16px;
  margin-bottom: 50px;
  float: left;
  max-width: 70%;
}
/*# sourceMappingURL=style.css.map */
