@font-face {
  font-family: scrg-icomoon;
  src: url("../fonts/scrg-icomoon.woff") format("woff"), url("../fonts/scrg-icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "scrg-icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Country-Assessment:before {
  content: "\e938";
}
.icon-Process-Improvements:before {
  content: "\e937";
}
.icon-NPI:before {
  content: "\e939";
}
.icon-Audits:before {
  content: "\e93a";
}

.icon-calendar_today:before {
  content: "\e91e";
}

.icon-paperclip:before {
  content: "\e91f";
}

.icon-network:before {
  content: "\e912";
}

.icon-semiconductor:before {
  content: "\e92d";
}

.icon-medical:before {
  content: "\e92e";
}

.icon-indutrial:before {
  content: "\e92f";
}

.icon-health:before {
  content: "\e930";
}

.icon-auto:before {
  content: "\e931";
}

.icon-onsumer:before {
  content: "\e932";
}

.icon-energy:before {
  content: "\e933";
}

.icon-sports:before {
  content: "\e934";
}

.icon-device:before {
  content: "\e935";
}

.icon-regulatory:before {
  content: "\e92b";
}

.icon-real-time:before {
  content: "\e92c";
}

.icon-modal:before {
  content: "\e924";
}

.icon-global:before {
  content: "\e925";
}

.icon-flexibility:before {
  content: "\e926";
}

.icon-impact-imi:before {
  content: "\e927";
}

.icon-hqe:before {
  content: "\e928";
}

.icon-cost-efe:before {
  content: "\e929";
}

.icon-hand:before {
  content: "\e92a";
}

.icon-arrow-pin:before {
  content: "\e920";
}

.icon-experts3:before {
  content: "\e921";
}

.icon-supply-chain2:before {
  content: "\e922";
}

.icon-site-location:before {
  content: "\e923";
}

.icon-flag:before {
  content: "\e918";
}

.icon-location:before {
  content: "\e919";
}

.icon-experts:before {
  content: "\e91a";
}

.icon-shield:before {
  content: "\e91b";
}

.icon-factory:before {
  content: "\e913";
}

.icon-training1:before {
  content: "\e914";
}

.icon-cost:before {
  content: "\e915";
}

.icon-interim:before {
  content: "\e916";
}

.icon-supplier2:before {
  content: "\e917";
}

.icon-reshoring:before {
  content: "\e90d";
}

.icon-talent2:before {
  content: "\e90e";
}

.icon-recruiting2:before {
  content: "\e90f";
}

.icon-employer:before {
  content: "\e910";
}

.icon-training:before {
  content: "\e911";
}

.icon-country:before {
  content: "\e90a";
}

.icon-supply-chain:before {
  content: "\e905";
}

.icon-supplier:before {
  content: "\e906";
}

.icon-recruiting:before {
  content: "\e907";
}

.icon-talent:before {
  content: "\e908";
}

.icon-process:before {
  content: "\e909";
}

.icon-audits:before {
  content: "\e90b";
}

.icon-new-product:before {
  content: "\e90c";
}

.icon-phone:before {
  content: "\e904";
}

.icon-location-dot-light:before {
  content: "\e91c";
}

.icon-location-dot-regular:before {
  content: "\e91d";
}

.icon-xmark-sharp-light:before {
  content: "\e903";
}

.icon-chevron-down-sharp-regular:before {
  content: "\e900";
}

.icon-arrow-up-right-light:before {
  content: "\e901";
}

.icon-angle-down-regular:before {
  content: "\e902";
}

.icon-supp-audit:before {
  content: "\e936";
}

body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 1.6;
  min-width: 360px;
  margin: 0;
}
@media (max-width: 1439px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.main {
  position: relative;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 25px;
  }
}

h1,
.h1 {
  font-size: 80px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 20px;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  color: #004b49;
}
@media (max-width: 1439px) {
  h1,
  .h1 {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 1.1;
  }
}

h2,
.h2 {
  font-size: 70px;
  line-height: 1.32;
  font-weight: 400;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
  color: #004b49;
}
@media (max-width: 1439px) {
  h2,
  .h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

h3,
.h3 {
  font-size: 40px;
  line-height: 1.36;
  font-weight: 400;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}
@media (max-width: 1439px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

p {
  margin: 0 0 20px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border: 1px solid;
  height: 40px;
  text-align: center;
  padding: 9px 25px;
  border-radius: 20px;
  min-width: 142px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

.btn-primary {
  background: #004b49;
  border-color: #004b49;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active {
  border-color: #002827 !important;
  color: #fff !important;
  background: #002827 !important;
}

.btn-secondary {
  background: #fff;
  border-color: #fff;
  color: #004b49;
}
.btn-secondary:hover, .btn-secondary:active {
  border-color: #fff !important;
  color: #fff !important;
  background: transparent !important;
}

.btn-outline {
  background: transparent;
  border-color: #004b49;
  color: #004b49;
}
.btn-outline:hover, .btn-outline:active {
  border-color: #004b49 !important;
  color: #fff !important;
  background: #004b49 !important;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 35px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1439px) {
  .header {
    padding: 20px 0;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1630px;
}
.header .logo {
  width: 161px;
}
@media (max-width: 1199.98px) {
  .header .logo {
    width: 140px;
  }
}
@media (max-width: 767.98px) {
  .header .logo {
    width: 120px;
  }
}
.header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header .logo .logo-dark {
  display: block;
}
.header .logo .logo-white {
  display: none;
}

.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .header-links {
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .header-links {
    gap: 10px;
  }
}
.header-links .lang-holder {
  position: relative;
}
.header-links .lang-holder a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  color: #004b49;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1199.98px) {
  .header-links .btn-primary {
    padding: 9px 15px;
    min-width: 100px;
  }
}
@media (max-width: 991.98px) {
  .header-links .btn-primary {
    display: none;
  }
}

/** @define nav-opener **/
.menu-opener {
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 3px;
  background: none;
  position: absolute;
  right: 15px;
  top: 24px;
  z-index: 99;
  display: none;
}
@media (max-width: 991.98px) {
  .menu-opener {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .menu-opener {
    top: 20px;
  }
}
.menu-active .menu-opener {
  border-top: 0;
}
.menu-opener span {
  display: block;
}
.menu-opener span:before {
  width: 26px;
  height: 2px;
  background: #004b49;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
}
.menu-active .menu-opener span:before {
  opacity: 0;
  visibility: hidden;
}
.menu-opener:after, .menu-opener:before {
  width: 26px;
  height: 2px;
  background: #004b49;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
}
.menu-active .menu-opener:after, .menu-active .menu-opener:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-opener:before {
  top: 19px;
}
.menu-active .menu-opener:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
}

/** @define nav-drop **/
.nav-drop {
  padding-left: 6%;
}
@media (max-width: 1199.98px) {
  .nav-drop {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .nav-drop {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
    max-height: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    overflow-y: auto;
  }
  .menu-active .nav-drop {
    max-height: 4000px;
  }
}
.nav-drop .btn-primary {
  display: none;
}
@media (max-width: 991.98px) {
  .nav-drop .btn-primary {
    display: block;
    margin: 0 15%;
  }
}

/** @define nav-area **/
@media (max-width: 991.98px) {
  .nav-area {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    padding-bottom: 40px;
    display: block;
  }
  .menu-active .nav-area {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.menu {
  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;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1199.98px) {
  .menu {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .menu {
    display: block;
    margin: 0 0 20px;
    width: 100%;
  }
}
.menu li {
  padding: 0 15px 15px;
  margin-bottom: -15px;
}
@media (max-width: 1199.98px) {
  .menu li {
    padding: 0 10px 15px;
  }
}
@media (max-width: 991.98px) {
  .menu li {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 991.98px) {
  .menu li.dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.menu li.dropdown.active .dropdown-menu {
  display: block !important;
}
.menu li.dropdown.active .opener {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform-origin: 44% 50%;
          transform-origin: 44% 50%;
}
.menu li.dropdown > a {
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .menu li.dropdown > a {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
  }
}
.menu li.dropdown > a:before {
  position: absolute;
  right: -3px;
  top: 0;
  content: "\e902";
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "scrg-icomoon" !important;
}
@media (max-width: 991.98px) {
  .menu li.dropdown > a:before {
    right: 20px;
    font-size: 20px;
    top: 10px;
    display: none;
  }
}
.menu li.dropdown .opener {
  display: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
  .menu li.dropdown .opener {
    display: block;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 40px;
    padding-left: 10px;
    padding-right: 0;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .menu li.dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1) translateZ(0) !important;
            transform: scaleY(1) translateZ(0) !important;
    opacity: 1;
    visibility: visible;
  }
}
.menu li.dropdown:hover a:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .menu li.dropdown:hover a:before {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 991.98px) {
  .menu li.dropdown.show {
    border: none;
  }
}
.menu li.dropdown.show a:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu a {
  color: #004b49;
  display: block;
  position: relative;
}
@media (max-width: 991.98px) {
  .menu a {
    padding: 10px 35px;
    display: block;
  }
}
.menu a:hover {
  color: #002827;
}
@media (max-width: 991.98px) {
  .menu a:hover {
    color: #002827;
  }
}

.menu-active {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.dropdown-menu {
  font-size: 16px;
  line-height: 20px;
  background: none;
  font-weight: 400;
  text-transform: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  border: none;
  margin: 0;
}
@media (min-width: 992px) {
  .dropdown-menu {
    display: block !important;
    position: absolute !important;
    padding: 15px 26px 15px !important;
    top: 100% !important;
    left: -26px !important;
    visibility: hidden;
    min-width: 180px;
    display: block;
    -webkit-transform-origin: 50% 0 !important;
            transform-origin: 50% 0 !important;
    -webkit-transform: scaleY(0) translateZ(0) !important;
            transform: scaleY(0) translateZ(0) !important;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 999;
  }
}
@media (max-width: 991.98px) {
  .dropdown-menu {
    -webkit-transform: none !important;
            transform: none !important;
    position: relative !important;
    background: #fff;
    margin: 0;
    padding: 0 0 15px !important;
    font-size: 14px;
    min-width: inherit;
    float: none;
    width: 100%;
    min-width: inherit;
  }
}
.dropdown-menu li {
  margin: 0;
  padding: 0;
}
.dropdown-menu li:after {
  display: none;
}
.dropdown-menu li:last-child {
  border: none;
}
.dropdown-menu a {
  max-width: inherit;
  padding: 8px 0;
}
@media (max-width: 991.98px) {
  .dropdown-menu a {
    padding: 8px 35px;
  }
}
.dropdown-menu a:hover {
  color: #212949 !important;
}
@media (max-width: 991.98px) {
  .dropdown-menu a:hover {
    color: #fff !important;
  }
}
.dropdown-menu a:after, .dropdown-menu a:before {
  display: none;
}

.dark-page .header .logo .logo-dark {
  display: none;
}
.dark-page .header .logo .logo-white {
  display: block;
}
.dark-page .header-links a {
  color: #fff;
}
.dark-page .menu a {
  color: #fff;
}
@media (max-width: 991.98px) {
  .dark-page .menu a {
    color: #004b49;
  }
}
.dark-page .dropdown-menu a {
  color: #004b49;
}
.dark-page .menu-opener span:before {
  background: #fff;
}
.dark-page .menu-opener:before, .dark-page .menu-opener:after {
  background: #fff;
}

.about-banner-area {
  position: relative;
}
.about-banner-area .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 182px;
}
@media (max-width: 1439px) {
  .about-banner-area .caption {
    top: 140px;
  }
}
@media (max-width: 991px) {
  .about-banner-area .caption {
    top: 100px;
  }
}
.about-banner-area .image img {
  display: block;
  max-width: inherit;
  width: 2000px;
  position: relative;
  left: 50%;
  margin-left: -1000px;
}
@media (min-width: 2000px) {
  .about-banner-area .image img {
    width: 100%;
    height: auto;
    left: 0;
    margin: 0;
  }
}
@media (max-width: 1439px) {
  .about-banner-area .image img {
    width: 1600px;
    margin-left: -800px;
  }
}
@media (max-width: 991px) {
  .about-banner-area .image img {
    width: 1400px;
    margin-left: -700px;
  }
}
@media (max-width: 575px) {
  .about-banner-area .image img {
    width: 1100px;
    margin-left: -550px;
  }
}
.about-banner-area .head {
  text-align: center;
}
.about-banner-area .head p {
  max-width: 500px;
  margin: 0 auto;
}
.about-banner-area h1 {
  margin: 0 0 27px;
  letter-spacing: 2.2px;
}
.about-banner-area h1 span {
  font-size: 36px;
  line-height: 1.2;
  display: block;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .about-banner-area h1 span {
    font-size: 16px;
    line-height: 24px;
  }
}

.who-we-are {
  padding: 0 0 69px;
}
@media (max-width: 991px) {
  .who-we-are {
    padding: 0 0 20px;
  }
}
.who-we-are .holder {
  background: #fff;
  border-radius: 27px;
  margin: -520px 0 0;
  position: relative;
  z-index: 2;
  padding: 64px 114px 50px 127px;
}
@media (max-width: 1439px) {
  .who-we-are .holder {
    margin: -300px 0 0;
    padding: 50px 30px;
  }
}
@media (max-width: 575px) {
  .who-we-are .holder {
    margin: -300px -25px 0;
    padding: 50px 25px 0;
  }
}
.who-we-are .head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 55px;
}
@media (max-width: 575px) {
  .who-we-are .head {
    margin-bottom: 20px;
  }
}
.who-we-are .cards-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -17px;
}
@media (max-width: 1199px) {
  .who-we-are .cards-wrap {
    margin: 0 -10px;
  }
}
.who-we-are .card-box {
  width: 33.333%;
  padding: 0 17px;
}
@media (max-width: 1199px) {
  .who-we-are .card-box {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .who-we-are .card-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .who-we-are .card-box {
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .who-we-are .card-box:last-child {
    width: 100%;
    padding-top: 20px;
  }
}
.who-we-are .inner {
  background: #004b49;
  height: 100%;
  border-radius: 28px;
  padding: 60px 30px 37px;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.25);
          box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .who-we-are .inner {
    -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
  }
}
.who-we-are .ico-box {
  height: 107px;
  font-size: 100px;
  line-height: 1;
  margin: 0 0 44px;
}

.post-blocks {
  padding: 0 0 113px;
}
@media (max-width: 991px) {
  .post-blocks {
    padding: 0 0 40px;
  }
}
.post-blocks .post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 970px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .post-blocks .post-row {
    display: block;
  }
}
.post-blocks .post-row:first-child .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 38px;
  position: relative;
}
@media (max-width: 767px) {
  .post-blocks .post-row:first-child .image {
    padding: 0;
  }
}
.post-blocks .post-row:first-child .image:before {
  position: absolute;
  left: 38px;
  right: 0;
  top: 80px;
  bottom: 0;
  border-radius: 0 0 28px 28px;
  content: "";
  -webkit-box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .post-blocks .post-row:first-child .image:before {
    top: 140px;
    -webkit-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
  }
}
.post-blocks .post-row:first-child .image img {
  border-radius: 0 0 28px 28px;
  position: relative;
}
@media (max-width: 991px) {
  .post-blocks .post-row:first-child .image img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .post-blocks .post-row:first-child .image img {
    max-width: inherit;
    width: 100%;
  }
}
.post-blocks .post-row:first-child .description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.post-blocks .post-row:nth-child(2) {
  margin-bottom: 21px;
}
.post-blocks .post-row:nth-child(2) .image {
  position: relative;
}
@media (max-width: 767px) {
  .post-blocks .post-row:nth-child(2) .image {
    margin-right: -10px;
    width: auto;
  }
}
.post-blocks .post-row:nth-child(2) .image:before {
  position: absolute;
  left: 0;
  right: 50px;
  top: 50px;
  bottom: 0;
  border-radius: 0 0 28px 28px;
  content: "";
  -webkit-box-shadow: 40px 40px 55px rgba(0, 0, 0, 0.3);
          box-shadow: 40px 40px 55px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .post-blocks .post-row:nth-child(2) .image:before {
    -webkit-box-shadow: 40px 40px 55px rgba(0, 0, 0, 0.15);
            box-shadow: 40px 40px 55px rgba(0, 0, 0, 0.15);
    right: 70px;
    bottom: 50px;
    top: 100px;
  }
}
.post-blocks .post-row:nth-child(2) .image img {
  float: right;
  margin-right: -11px;
  position: relative;
}
@media (max-width: 991px) {
  .post-blocks .post-row:nth-child(2) .image img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .post-blocks .post-row:nth-child(2) .image img {
    float: none;
    max-width: inherit;
    width: 100%;
  }
}
.post-blocks .post-row:nth-child(2) .description {
  padding: 26px 15px 0 47px;
}
@media (max-width: 767px) {
  .post-blocks .post-row:nth-child(2) .description {
    padding: 40px 0 0;
  }
}
.post-blocks .post-row:nth-child(2) h2 {
  margin-bottom: 10px;
}
.post-blocks .image {
  width: 50%;
}
@media (max-width: 767px) {
  .post-blocks .image {
    width: 100%;
  }
}
.post-blocks .description {
  width: 50%;
  text-align: center;
  padding: 107px 54px 0 25px;
}
@media (max-width: 767px) {
  .post-blocks .description {
    padding: 50px 0 0;
    width: 100%;
  }
}

.values-area {
  padding: 156px 0 170px;
  background: url("../images/bg-section.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}
@media (max-width: 1199px) {
  .values-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .values-area {
    padding: 60px 0;
  }
}
.values-area h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 115px;
  letter-spacing: 2.2px;
}
@media (max-width: 1199px) {
  .values-area h2 {
    margin: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .values-area h2 {
    margin: 0 0 30px;
  }
}
.values-area .values-list {
  max-width: 1086px;
  margin: 0 auto;
  position: relative;
}
.values-area .values-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .values-area .values-list li {
    display: block;
    margin: 0 0 30px;
  }
}
.values-area .values-list li:first-child h2:after {
  top: 16px;
}
.values-area .values-list li:last-child h2:after {
  height: 15px;
}
.values-area .values-list h2 {
  margin: 0;
  text-align: right;
  width: 50%;
  padding-right: 43px;
  position: relative;
  letter-spacing: 0.5px;
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  .values-area .values-list h2 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.values-area .values-list h2:before {
  position: absolute;
  right: -12px;
  top: 14px;
  content: "";
  width: 23px;
  height: 23px;
  background: #004b49;
  border: 2px solid #fff;
  border-radius: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .values-area .values-list h2:before {
    display: none;
  }
}
.values-area .values-list h2:after {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  .values-area .values-list h2:after {
    display: none;
  }
}
.values-area .values-list p {
  padding-left: 43px;
  width: 50%;
}
@media (max-width: 767px) {
  .values-area .values-list p {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 1439px) {
  .values-area .values-list p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-post {
    padding: 40px 0 0;
  }
}
.about-post .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about-post .container {
    display: block;
  }
}
.about-post .image {
  width: 50%;
}
@media (max-width: 767px) {
  .about-post .image {
    width: auto;
    margin: 0 0 0 -50px;
  }
}
.about-post .image img {
  margin: -163px -47px 0 0;
  float: right;
}
@media (max-width: 1439px) {
  .about-post .image img {
    max-width: 125%;
    height: auto;
  }
}
@media (max-width: 1199px) {
  .about-post .image img {
    max-width: 130%;
    height: auto;
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .about-post .image img {
    margin: 0;
    max-width: inherit;
    width: 100%;
  }
}
.about-post .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 105px 50px 0 108px;
}
@media (max-width: 1199px) {
  .about-post .description {
    padding: 60px 0 0 80px;
  }
}
@media (max-width: 767px) {
  .about-post .description {
    padding: 40px 0;
    text-align: center;
  }
}

.about-post2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .about-post2 .container {
    display: block;
  }
}
.about-post2 .image {
  width: 50%;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-post2 .image {
    width: 70%;
    margin: 0 auto;
  }
}
.about-post2 .image img {
  margin: -100px 0 0 -19px;
}
@media (max-width: 1439px) {
  .about-post2 .image img {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .about-post2 .image img {
    margin: 0;
    max-width: 130%;
    height: auto;
  }
}
.about-post2 .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 0 110px 90px;
  text-align: center;
}
@media (max-width: 1439px) {
  .about-post2 .description {
    padding: 0 60px 60px;
  }
}
@media (max-width: 1199px) {
  .about-post2 .description {
    padding: 0 30px 70px;
  }
}
@media (max-width: 991px) {
  .about-post2 .description {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about-post2 .description {
    padding: 0 0 40px;
  }
}
.about-post2 .description h2 {
  margin: 0 0 27px;
  line-height: 1.1;
  letter-spacing: 2.2px;
}
.about-post2 .description p {
  margin: 0 0 44px;
}
@media (max-width: 767px) {
  .about-post2 .description p {
    margin: 0 0 20px;
  }
}
.about-post2 .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
}
.about-post2 .btn-holder .btn {
  min-width: 217px;
}
@media (max-width: 1199px) {
  .about-post2 .btn-holder .btn {
    min-width: 160px;
  }
}
.about-post2 .btn-secondary {
  border-color: #004b49;
}
.about-post2 .btn-secondary:hover, .about-post2 .btn-secondary:focus {
  background: #004b49 !important;
  color: #fff !important;
}

.hqs-area {
  position: relative;
  background-color: #000;
  padding: 165px 0 230px;
  color: #fff;
}
@media (max-width: 1199px) {
  .hqs-area {
    padding: 100px 0 200px;
  }
}
@media (max-width: 767px) {
  .hqs-area {
    padding-top: 0;
  }
}
.hqs-area .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .hqs-area .image {
    position: static;
  }
}
.hqs-area .image img {
  width: 2000px;
  left: 50%;
  margin-left: -1000px;
  position: relative;
  height: auto;
}
@media (min-width: 2000px) {
  .hqs-area .image img {
    width: 100%;
    height: auto;
    left: 0;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .hqs-area .image img {
    width: 1400px;
    margin-left: -700px;
  }
}
@media (max-width: 991px) {
  .hqs-area .image img {
    width: 1000px;
    margin-left: -500px;
  }
}
@media (max-width: 767px) {
  .hqs-area .image img {
    width: 100%;
    margin: 0;
    left: 0;
  }
}
.hqs-area .container {
  position: relative;
  z-index: 2;
}
.hqs-area .head {
  width: 715px;
  margin: 0 auto 226px;
  text-align: center;
}
@media (max-width: 991px) {
  .hqs-area .head {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .hqs-area .head {
    width: 100%;
    margin: 0 0 40px;
  }
}
.hqs-area .head h1 {
  color: #fff;
  letter-spacing: 2.2px;
  margin: 0 0 33px;
}
@media (max-width: 1199px) {
  .hqs-area .head h1 {
    margin: 0 0 15px;
  }
}
.hqs-area .holder h2 {
  color: #fff;
  margin: 0 0 73px;
  text-align: center;
  letter-spacing: 2.2px;
}
@media (max-width: 767px) {
  .hqs-area .holder h2 {
    margin: 0 0 30px;
  }
}
.hqs-area .col-holder {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hqs-area .location-col {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 101px;
}
@media (max-width: 1199px) {
  .hqs-area .location-col {
    margin-bottom: 50px;
    width: 33.333%;
  }
}
@media (max-width: 991px) {
  .hqs-area .location-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hqs-area .location-col {
    width: 100%;
    margin-bottom: 10px;
  }
}
.hqs-area .location-col .h3 {
  color: #228885;
  text-align: left;
  margin: 0 0 18px;
  padding: 0 0 5px;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
}
.hqs-area .location-col .title {
  display: block;
  margin: 0 0 8px;
  font-weight: 700;
}
.hqs-area .location-col p {
  margin: 0 0 26px;
  padding-right: 9%;
}
.hqs-area .location-col .address {
  display: block;
  margin: 0 0 25px;
  position: relative;
  padding: 0 0 0 23px;
  font-size: 16px;
  line-height: 24px;
}
.hqs-area .location-col .address:before {
  position: absolute;
  left: 0;
  color: #228885;
  top: 1px;
  content: "\e91c";
  font-family: "scrg-icomoon" !important;
}

.location-box {
  background: #eee;
  padding: 0 0 88px;
}
@media (max-width: 767px) {
  .location-box {
    padding: 0 0 40px;
  }
}
.location-box .holder {
  background: #fff;
  border-radius: 28px;
  margin: -240px 0 0;
  position: relative;
  z-index: 1;
  padding: 100px 100px 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1439px) {
  .location-box .holder {
    padding: 60px;
  }
}
@media (max-width: 1199px) {
  .location-box .holder {
    margin: -150px 0 0;
  }
}
@media (max-width: 991px) {
  .location-box .holder {
    display: block;
  }
}
@media (max-width: 767px) {
  .location-box .holder {
    padding: 40px 25px;
    border-radius: 15px;
  }
}
.location-box .holder .head {
  width: 350px;
  margin-right: 138px;
}
@media (max-width: 1199px) {
  .location-box .holder .head {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .location-box .holder .head {
    width: 100%;
    margin: 0 0 40px;
  }
}
.location-box .holder .head h2 {
  line-height: 1.2;
  letter-spacing: 2px;
  margin: 0 0 10px;
}
.location-box .holder .head p {
  margin: 0;
}
.location-box .holder .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 5px 15px 0 0;
}
@media (max-width: 991px) {
  .location-box .holder .description {
    padding: 0;
  }
}
.location-box .holder .wrap {
  margin: 0 0 61px;
}
@media (max-width: 1439px) {
  .location-box .holder .wrap {
    margin: 0 0 30px;
  }
}
.location-box .holder .wrap .title {
  display: block;
  margin: 0 0 10px;
  color: #004b49;
  font-size: 28px;
  line-height: 32px;
  font-weight: normal;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .location-box .holder .wrap .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.location-box .holder .wrap p {
  margin: 0;
}

.hqs-cta {
  background: #eee;
}
.hqs-cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hqs-cta .image {
  width: 51.8%;
  padding: 0 0 0 110px;
}
@media (max-width: 1439px) {
  .hqs-cta .image {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hqs-cta .image {
    width: 60%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.hqs-cta .image img {
  display: block;
}
@media (max-width: 1199px) {
  .hqs-cta .image img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
.hqs-cta .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  text-align: center;
  padding: 21px 8% 0 0;
  margin: 0 0 0 -46px;
}
@media (max-width: 991px) {
  .hqs-cta .description {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hqs-cta .description {
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    margin: 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hqs-cta .description h2 {
  letter-spacing: 1.8px;
}
.hqs-cta .description a {
  font-weight: 700;
  color: #004b49;
}
.hqs-cta .description a:hover, .hqs-cta .description a:focus {
  color: #333;
}
.hqs-cta .description p {
  padding: 0 17%;
}

.contact-sec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .contact-sec {
    display: block;
  }
}
.contact-sec .description {
  background: url("../images/image12.jpg") no-repeat;
  background-size: cover;
  width: 50%;
  padding: 211px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 1111px;
}
@media (max-width: 1439px) {
  .contact-sec .description {
    padding: 211px 50px 100px;
    min-height: inherit;
  }
}
@media (max-width: 1199px) {
  .contact-sec .description {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .contact-sec .description {
    width: 100%;
    padding: 120px 25px 60px;
    background-size: 100% 100%;
    min-height: 800px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact-sec .description {
    min-height: 650px;
    background-size: cover;
  }
}
.contact-sec .description .holder {
  width: 702px;
}
@media (max-width: 991px) {
  .contact-sec .description .holder {
    margin: 0 auto;
  }
}
.contact-sec .description .holder p {
  max-width: 522px;
}
@media (max-width: 991px) {
  .contact-sec .description .holder p {
    max-width: 100%;
  }
}
.contact-sec .description h1 {
  letter-spacing: 2.2px;
  margin: 0 0 -3px;
}
.contact-sec .description h2 {
  margin: 0 0 28px;
}
.contact-sec .form-holder {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 211px 65px 0 65px;
  background: #eee;
}
@media (max-width: 1439px) {
  .contact-sec .form-holder {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .contact-sec .form-holder {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .contact-sec .form-holder {
    padding: 60px 25px;
  }
}
.contact-sec .form-holder .form img {
  width: 100%;
  height: auto;
  display: block;
}
.contact-sec .wrap {
  max-width: 670px;
}
@media (max-width: 991px) {
  .contact-sec .wrap {
    max-width: 100%;
  }
}
.contact-sec .h3 {
  color: #004b49;
  margin: 0 0 9px;
}
.contact-sec p {
  margin: 0 0 38px;
}

.contact-sec2 {
  padding: 119px 0 183px;
}
@media (max-width: 1199px) {
  .contact-sec2 {
    padding: 70px 0 120px;
  }
}
@media (max-width: 991px) {
  .contact-sec2 {
    padding: 70px 0;
  }
}
.contact-sec2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-sec2 .image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 13px 0 0;
}
@media (max-width: 991px) {
  .contact-sec2 .image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
}
.contact-sec2 .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.contact-sec2 .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
@media (max-width: 991px) {
  .contact-sec2 .description {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
  }
}
.contact-sec2 .description h2 {
  letter-spacing: 1px;
  margin: 0 0 10px;
}
.contact-sec2 .description p {
  max-width: 300px;
  margin: 0 0 32px;
}
.contact-sec2 .description p a {
  color: #004b49;
  font-weight: 700;
}
.contact-sec2 .description .title {
  display: block;
  font-size: 28px;
  font-weight: normal;
  line-height: 34px;
  color: #004b49;
  margin: 0 0 23px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .contact-sec2 .description .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.contact-sec2 .inner {
  padding: 60px 9% 0 16%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .contact-sec2 .inner {
    padding: 60px 25px 0;
  }
}
@media (max-width: 767px) {
  .contact-sec2 .inner {
    padding: 40px 0 0;
  }
}
.contact-sec2 .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .contact-sec2 .btn-holder {
    gap: 10px;
  }
}
.contact-sec2 .btn {
  min-width: 204px;
}
@media (max-width: 991px) {
  .contact-sec2 .btn {
    min-width: 140px;
  }
}

.contact-cta {
  background: #004b49;
  padding: 105px 0 93px;
  color: #fff;
}
@media (max-width: 991px) {
  .contact-cta {
    padding: 70px 0;
  }
}
.contact-cta h2 {
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .contact-cta h2 {
    margin: 0 0 20px;
  }
}
.contact-cta a {
  color: #fff;
}
.contact-cta a:hover, .contact-cta a:focus {
  color: #999;
}
.contact-cta .container {
  max-width: 1170px;
  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;
}
@media (max-width: 1439px) {
  .contact-cta .container {
    max-width: 900px;
  }
}
@media (max-width: 991px) {
  .contact-cta .container {
    display: block;
    text-align: center;
  }
}
.contact-cta .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  padding: 17px 0 23px 60px;
  margin: 0 0 0 60px;
  position: relative;
}
@media (max-width: 991px) {
  .contact-cta .description {
    padding: 0;
    margin: 0;
  }
}
.contact-cta .description:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background: #fff;
}
@media (max-width: 991px) {
  .contact-cta .description:before {
    display: none;
  }
}
.contact-cta .description p {
  margin: 0;
}

.job-description {
  background: #eee;
  padding: 159px 0 133px;
}
@media (max-width: 991px) {
  .job-description {
    padding: 130px 0 50px;
  }
}
.job-description .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 29px;
}
@media (max-width: 991px) {
  .job-description .container {
    display: block;
  }
}
.job-description .sidebar {
  width: 360px;
  background: #fff;
  border-radius: 18px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .job-description .sidebar {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .job-description .sidebar {
    width: 100%;
    margin: 0 0 40px;
  }
}
.job-description .back-link {
  border-bottom: 1px solid #bfbfbf;
}
.job-description .back-link a {
  color: #004b49;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 29px 25px;
  gap: 11px;
}
@media (max-width: 1199px) {
  .job-description .back-link a {
    padding: 20px 15px;
  }
}
.job-description .back-link a .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.job-description .back-link a:hover, .job-description .back-link a:focus {
  background: #004b49;
  color: #fff;
}
.job-description .job-list {
  margin: 0;
}
.job-description .job-list li {
  border-bottom: 1px solid #bfbfbf;
}
.job-description .job-list li:last-child {
  border-bottom: 0;
}
.job-description .job-list a {
  display: block;
  padding: 26px 25px 21px 35px;
  color: #333;
}
@media (max-width: 1199px) {
  .job-description .job-list a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.job-description .job-list a:hover, .job-description .job-list a:focus {
  background: #004b49;
  color: #fff;
}
.job-description .job-list a .title {
  font-weight: 700;
  display: block;
}
.job-description .job-list a span {
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.job-details-content {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  background: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.15);
}
.job-details-content .head {
  padding: 44px 55px 65px;
  border-bottom: 1px solid #bfbfbf;
}
@media (max-width: 1199px) {
  .job-details-content .head {
    padding: 35px 25px;
  }
}
.job-details-content .head h1 {
  letter-spacing: 2px;
  margin: 0 0 29px;
}
.job-details-content .head .address {
  font-size: 32px;
  line-height: 37px;
  color: #004b49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 0 0 41px;
  letter-spacing: 1.4px;
}
@media (max-width: 991px) {
  .job-details-content .head .address {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .job-details-content .head .address {
    font-size: 18px;
    letter-spacing: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.job-details-content .head .address .icon {
  font-size: 25px;
}
.job-details-content .head .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.job-details-content .head .btn {
  min-width: 257px;
}
@media (max-width: 767px) {
  .job-details-content .head .btn {
    min-width: 210px;
  }
}
.job-details-content .wrap {
  padding: 36px 55px;
  border-bottom: 1px solid #bfbfbf;
}
@media (max-width: 1199px) {
  .job-details-content .wrap {
    padding: 30px 25px;
  }
}
.job-details-content .wrap p:only-child {
  margin: 0;
}
.job-details-content .wrap .h3 {
  font-weight: 300;
  color: #004b49;
  margin: 0 0 13px;
  letter-spacing: 0.6px;
}
.job-details-content .wrap .list {
  margin: 0;
}
.job-details-content .wrap .list li {
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 0 20px;
}
.job-details-content .wrap .list li:before {
  position: absolute;
  left: 3px;
  top: 14px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #004b49;
}
.job-details-content .wrap .btn-primary {
  min-width: 470px;
}
@media (max-width: 767px) {
  .job-details-content .wrap .btn-primary {
    min-width: 100%;
  }
}

.careers-intro {
  padding: 159px 0 0;
  position: relative;
}
.careers-intro:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #eee;
  height: 406px;
  z-index: -1;
}
@media (max-width: 767px) {
  .careers-intro:before {
    height: 400px;
  }
}
.careers-intro .head {
  max-width: 760px;
  margin: 0 auto 93px;
  text-align: center;
}
.careers-intro .head h1 {
  letter-spacing: 2.2px;
  margin: 0 0 25px;
}
.careers-intro .head p {
  padding: 0 18px;
  letter-spacing: 0.2px;
  margin: 0 0 36px;
}
.careers-intro .head .btn {
  min-width: 215px;
}
.careers-intro .holder {
  background: url("../images/bg-section2.png") no-repeat #004b49;
  border-radius: 27px;
  padding: 0 0 0 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .careers-intro .holder {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .careers-intro .holder {
    display: block;
    background: none;
    padding: 0;
  }
}
.careers-intro .holder .image {
  width: 47.7%;
}
@media (max-width: 767px) {
  .careers-intro .holder .image {
    width: 100%;
    background: url("../images/bg-section2.png") no-repeat #004b49;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
  }
}
.careers-intro .holder .image img {
  width: 100%;
  height: auto;
  display: block;
}
.careers-intro .holder .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 42px 124px 20px 112px;
  color: #fff;
}
@media (max-width: 1199px) {
  .careers-intro .holder .description {
    padding: 42px 50px;
  }
}
@media (max-width: 991px) {
  .careers-intro .holder .description {
    padding: 15px 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .careers-intro .holder .description {
    color: #333;
    text-align: center;
    padding: 40px 0 5px;
  }
}
.careers-intro .holder .description h2 {
  font-weight: 300;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .careers-intro .holder .description h2 {
    color: #333;
  }
}

.features-area {
  background: #eee;
}
@media (max-width: 991px) {
  .features-area {
    padding: 40px 0 0;
  }
}
.features-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .features-area .container {
    display: block;
  }
}
.features-area .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 0 0 23px 113px;
}
@media (max-width: 1199px) {
  .features-area .description {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 991px) {
  .features-area .description {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .features-area .description {
    text-align: center;
    padding: 0 0 15px;
  }
}
.features-area .description h2 {
  font-weight: 300;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .features-area .description h2 {
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .features-area .description p {
    margin: 0 0 5px;
  }
}
.features-area .description em {
  display: block;
  margin: 0 0 6px;
}
.features-area .image {
  width: 61%;
  margin: -90px 5px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .features-area .image {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .features-area .image {
    margin: 0 auto;
    width: 70%;
  }
}
.features-area .image img {
  width: 100%;
  height: auto;
  display: block;
}
.features-area .list {
  margin: 0;
  font-weight: 700;
  color: #004b49;
}
@media (max-width: 991px) {
  .features-area .list {
    font-size: 14px;
  }
}
.features-area .list li {
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .features-area .list li {
    margin: 0 0 4px;
    padding: 0 0 0 16px;
  }
}
@media (max-width: 767px) {
  .features-area .list li {
    padding: 0;
  }
}
.features-area .list li:before {
  position: absolute;
  left: 3px;
  top: 14px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #004b49;
}
@media (max-width: 991px) {
  .features-area .list li:before {
    top: 11px;
  }
}
@media (max-width: 767px) {
  .features-area .list li:before {
    position: static;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
}

.careers-post {
  padding: 72px 0 130px;
}
@media (max-width: 767px) {
  .careers-post {
    padding: 50px 0 100px;
  }
}
.careers-post .container .holder {
  max-width: 942px;
  margin: 0 auto;
}
.careers-post .image {
  margin: 0 0 18px;
}
.careers-post .image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.careers-post .holder {
  text-align: center;
}
.careers-post .holder h2 {
  font-weight: 300;
  letter-spacing: 2px;
}

.testimonial-section {
  background: url("../images/bg-testimonial") no-repeat #004b49;
}
.testimonial-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-section .image {
  width: 47.2%;
  margin: -87px 0 0;
}
@media (max-width: 767px) {
  .testimonial-section .image {
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90%;
  }
}
.testimonial-section .image img {
  width: 100%;
  height: auto;
  display: block;
}
.testimonial-section .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 9px 64px 0 11.4%;
}
@media (max-width: 1199px) {
  .testimonial-section .description {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-section .description {
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
    padding: 40px 0;
  }
}
.testimonial-section .description blockquote {
  margin: 0;
  display: block;
}
.testimonial-section .description blockquote q {
  display: block;
  font-size: 36px;
  quotes: none;
  line-height: 56px;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
}
@media (max-width: 1199px) {
  .testimonial-section .description blockquote q {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .testimonial-section .description blockquote q {
    font-size: 16px;
    line-height: 30px;
  }
}

.faq-area {
  padding: 88px 0 149px;
  background: #eee;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .faq-area {
    padding: 60px 0;
  }
}
.faq-area .container {
  max-width: 1030px;
}
.faq-area h2 {
  text-align: center;
  font-weight: 300;
  margin: 0 0 49px;
}
@media (max-width: 1199px) {
  .faq-area h2 {
    margin: 0 0 30px;
  }
}
.faq-area .faq-list .opener {
  display: block;
  line-height: 28px;
  padding: 35px 30px;
  font-weight: 700;
  color: #333;
  position: relative;
}
@media (max-width: 767px) {
  .faq-area .faq-list .opener {
    padding: 15px 0;
  }
}
.faq-area .faq-list .opener:before {
  position: absolute;
  right: 32px;
  top: 35px;
  content: "\e902";
  font-size: 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "scrg-icomoon" !important;
}
@media (max-width: 767px) {
  .faq-area .faq-list .opener:before {
    font-size: 15px;
    right: 0;
    top: 15px;
  }
}
.faq-area .faq-list li {
  border-bottom: 1px solid #7b7b7b;
}
.faq-area .faq-list li.active .opener:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-area .faq-list p {
  margin: 0 0 28px;
}
.faq-area .faq-list .inner {
  padding: 0 30px;
  margin: -30px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.careers-cta {
  padding: 94px 0 0;
}
@media (max-width: 1199px) {
  .careers-cta {
    padding: 50px 0 0;
  }
}
.careers-cta .holder {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.careers-cta h2 {
  font-weight: 300;
}
.careers-cta h2 span {
  font-size: 36px;
  display: block;
}
@media (max-width: 767px) {
  .careers-cta h2 span {
    font-size: 20px;
  }
}
.careers-cta p {
  margin: 0 0 35px;
}
.careers-cta .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
}
.careers-cta .btn-holder .btn {
  min-width: 217px;
}
@media (max-width: 1199px) {
  .careers-cta .btn-holder .btn {
    min-width: 160px;
  }
}
.careers-cta .btn {
  min-width: 217px;
}
.careers-cta .image {
  margin: -26px 0 0;
}
@media (max-width: 991px) {
  .careers-cta .image {
    margin: 20px 0 0;
  }
}
.careers-cta .image img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}

.pr-area {
  padding: 0 0 250px;
}
.pr-area .container {
  max-width: 962px;
}
.pr-area .head {
  padding: 165px 0 82px;
  position: relative;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .pr-area .head {
    padding: 120px 0 40px;
  }
}
.pr-area .head:before {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  bottom: 0;
  content: "";
  background: #eee;
  z-index: -1;
}
.pr-area .head h1 {
  letter-spacing: 2.2px;
  line-height: 1.2;
  margin: 0 0 32px;
}
.pr-area .head ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
  font-size: 16px;
  line-height: 24px;
}
.pr-area .head ul li a {
  color: #333;
}
.pr-area .head ul li a:hover {
  color: #004b49;
  font-weight: 700;
}
.pr-area p {
  margin: 0 0 32px;
  letter-spacing: 0.2px;
}

.insight-head {
  padding: 171px 0 0;
  margin: 0 0 73px;
}
@media (max-width: 991px) {
  .insight-head {
    padding: 120px 0 0;
    margin: 0 0 50px;
  }
}
.insight-head .holder {
  border-bottom: 1px solid #004b49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 63px;
}
@media (max-width: 991px) {
  .insight-head .holder {
    padding: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .insight-head .holder {
    display: block;
  }
}
.insight-head .holder .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 49%;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .insight-head .holder .image {
    width: 100%;
    margin: 0 0 30px;
  }
}
.insight-head .holder .image img {
  width: 100%;
  height: auto;
  display: block;
}
.insight-head .holder .description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .insight-head .holder .description {
    padding-right: 11px;
  }
}
.insight-head .holder h1 {
  margin: 0 0 25px;
  letter-spacing: 1.2px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .insight-head .holder h1 {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .insight-head .holder h1 {
    line-height: 1.4;
    margin: 0 0 10px;
  }
}
.insight-head .holder .date {
  font-size: 16px;
  line-height: 24px;
}

.insight-content {
  padding: 0 0 110px;
}
.insight-content a {
  color: #004b49;
  text-decoration: underline;
}
.insight-content a:hover, .insight-content a:focus {
  color: #333;
  text-decoration: none;
}
.insight-content .container {
  max-width: 956px;
}
.insight-content p {
  margin: 0 0 20px;
}
.insight-content .h4 {
  color: #004b49;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  margin: 0 0 10px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .insight-content .h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
.insight-content img.aligncenter {
  max-width: 100%;
  height: auto;
  margin: 29px auto 0;
}
.insight-content h2 {
  color: #004b49;
  margin-top: 40px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .insight-content h2 {
    margin-top: 25px;
  }
}
.insight-content .list {
  margin: 0 0 25px;
}
.insight-content .list strong {
  font-weight: 700;
}
.insight-content .list li {
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .insight-content .list li {
    margin: 0 0 4px;
    padding: 0 0 0 16px;
  }
}
.insight-content .list li:before {
  position: absolute;
  left: 3px;
  top: 14px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #333;
}
@media (max-width: 991px) {
  .insight-content .list li:before {
    top: 11px;
  }
}
.insight-content .number-list {
  margin: 0 0 40px;
  list-style: none;
  padding: 0;
  counter-reset: item;
}
.insight-content .number-list li {
  counter-increment: item;
}
.insight-content .number-list .title {
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #004b49;
  margin: 0 0 10px;
  padding: 0 0 0 33px;
  position: relative;
}
@media (max-width: 991px) {
  .insight-content .number-list .title {
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
  }
}
.insight-content .number-list .title:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(item) ". ";
}

.team-area {
  background: #eee;
  padding: 161px 0 30px;
}
@media (max-width: 1199px) {
  .team-area {
    padding: 130px 0 30px;
  }
}
.team-area .holder {
  text-align: center;
  margin: 0 0 168px;
}
@media (max-width: 767px) {
  .team-area .holder {
    margin: 0 0 100px;
  }
}
.team-area .holder h1 {
  letter-spacing: 2.2px;
  margin: 0 0 10px;
}
.team-area .holder h1 span {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  margin: 0;
  font-weight: 700;
}
.team-area .holder p {
  max-width: 580px;
  margin: 0 auto;
}
.team-area h2 {
  margin: 0 0 78px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 2.2px;
}
.team-area .team-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44px;
  margin: 0 -44px 93px;
}
@media (max-width: 1439px) {
  .team-area .team-holder {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .team-area .team-holder {
    margin: 0 -20px;
  }
}
.team-area .image-box {
  width: 321px;
  height: 413px;
  border-radius: 15px;
  position: relative;
  background: #fff;
  margin: 0 auto 37px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .team-area .image-box {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .team-area .image-box {
    width: 200px;
    height: 260px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .team-area .image-box {
    width: 300px;
    height: 395px;
  }
}
.team-area .image-box:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url(../images/bg-members-hover.png) no-repeat;
}
.team-area .image-box img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.team-area .image-box .btn-primary {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 48px;
  min-width: 236px;
  line-height: 28px;
  margin-left: -118px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9;
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .team-area .image-box .btn-primary {
    min-width: 130px;
    margin-left: -65px;
  }
}
@media (max-width: 575px) {
  .team-area .image-box .btn-primary {
    min-width: 210px;
    margin-left: -105px;
  }
}
.team-area .image-box .btn-primary:hover, .team-area .image-box .btn-primary:focus {
  background: #fff !important;
  color: #004b49 !important;
  border-color: #fff !important;
}
.team-area .team-item {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 1439px) {
  .team-area .team-item {
    margin-bottom: 60px;
  }
}
.team-area .team-item.no-bio .btn-primary {
  display: none !important;
}
.team-area .team-item.no-bio:hover .image-box {
  background: #fff;
}
.team-area .team-item .name {
  display: block;
  color: #004b49;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  margin: 0;
}
@media (max-width: 767px) {
  .team-area .team-item .name {
    font-size: 20px;
  }
}
.team-area .team-item .title {
  display: block;
}
.team-area .team-item:hover .image-box {
  background: #004b49;
}
.team-area .team-item:hover .image-box .btn-primary {
  bottom: 48px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .team-area .team-item:hover .image-box .btn-primary {
    bottom: 30px;
  }
}

.directors-area {
  background: url(../images/bg-members.jpg) no-repeat #004b49;
  background-size: cover;
  padding: 160px 0 1px;
  color: #fff;
}
@media (max-width: 1199px) {
  .directors-area {
    padding: 80px 0 1px;
  }
}
.directors-area h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 36px;
  letter-spacing: 2.2px;
}
.directors-area .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -21px 122px;
}
@media (max-width: 1199px) {
  .directors-area .holder {
    margin: 0 -10px 60px;
  }
}
.directors-area .director-box {
  width: 25%;
  padding: 0 21px 40px;
  text-align: center;
}
@media (max-width: 1199px) {
  .directors-area .director-box {
    padding: 0 10px 40px;
  }
}
@media (max-width: 991px) {
  .directors-area .director-box {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .directors-area .director-box {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .directors-area .director-box {
    width: 100%;
  }
}
.directors-area .director-box .image {
  margin: 0 0 37px;
}
@media (max-width: 767px) {
  .directors-area .director-box .image {
    margin: 0 0 15px;
  }
}
.directors-area .director-box .image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .directors-area .director-box .title {
    font-size: 14px;
    line-height: 18px;
  }
}
.directors-area .director-box .name {
  display: block;
  font-size: 28px;
  line-height: 34px;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .directors-area .director-box .name {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .directors-area .director-box .name {
    font-size: 20px;
  }
}

.rec-intro-area {
  padding: 165px 0 80px;
  position: relative;
}
@media (max-width: 991px) {
  .rec-intro-area {
    padding: 130px 0 40px;
  }
}
.rec-intro-area:before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  bottom: 0;
  background: #eee;
  height: 378px;
  z-index: -1;
}
@media (max-width: 1439px) {
  .rec-intro-area:before {
    height: 230px;
  }
}
.rec-intro-area .head {
  max-width: 830px;
  margin: 0 auto 42px;
  text-align: center;
}
.rec-intro-area .head h1 {
  letter-spacing: 2.2px;
  margin: 0 0 30px;
}
.rec-intro-area .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -25px;
}
@media (max-width: 1439px) {
  .rec-intro-area .holder {
    margin: 0 -15px;
  }
}
.rec-intro-area .holder .image {
  padding: 0 25px;
  position: relative;
  width: 39.6%;
}
@media (max-width: 1439px) {
  .rec-intro-area .holder .image {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .rec-intro-area .holder .image {
    width: 100% !important;
    margin: 0 0 30px !important;
  }
}
.rec-intro-area .holder .image:before {
  position: absolute;
  top: 90px;
  left: 25px;
  right: 25px;
  bottom: 0;
  border-radius: 30px;
  content: "";
  -webkit-box-shadow: 15px 15px 35px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 15px 15px 35px 5px rgba(0, 0, 0, 0.3);
}
.rec-intro-area .holder .image:first-child {
  margin-top: 36px;
  width: 30.2%;
}
.rec-intro-area .holder .image:first-child:before {
  position: absolute;
  top: 90px;
  left: 25px;
  right: 25px;
  bottom: 0;
  border-radius: 30px;
  content: "";
  -webkit-box-shadow: 15px 15px 35px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 15px 15px 35px 5px rgba(0, 0, 0, 0.3);
}
.rec-intro-area .holder .image:last-child {
  width: 30.2%;
  margin-top: 40px;
}
.rec-intro-area .holder .image:last-child:before {
  position: absolute;
  top: 90px;
  left: 25px;
  right: 25px;
  bottom: 0;
  border-radius: 30px;
  content: "";
  -webkit-box-shadow: 15px 15px 35px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 15px 15px 35px 5px rgba(0, 0, 0, 0.3);
}
.rec-intro-area .holder .image img {
  display: block;
  width: 100%;
  position: relative;
  height: auto;
}

.about-scrg {
  padding: 46px 0 165px;
  background: #eee;
}
@media (max-width: 1199px) {
  .about-scrg {
    padding: 46px 0 100px;
  }
}
@media (max-width: 991px) {
  .about-scrg {
    padding: 0 0 70px;
  }
}
.about-scrg h2 {
  text-align: center;
  margin: 0 0 60px;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .about-scrg h2 {
    margin: 0 0 30px;
  }
}
.about-scrg .holder {
  max-width: 1234px;
  margin: 0 auto;
  border-radius: 27px;
  padding: 25px 66px 35px;
  background: #fff;
  -webkit-box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .about-scrg .holder {
    padding: 25px 30px 30px;
  }
}
@media (max-width: 767px) {
  .about-scrg .holder {
    padding: 25px;
    margin: 0 -25px;
    border-radius: 15px;
  }
}
.about-scrg .about-accordion li {
  border-bottom: 1px solid #909090;
}
.about-scrg .about-accordion li:last-child {
  border: 0;
}
.about-scrg .about-accordion li.active .inner {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  margin-bottom: -10px;
}
@media (max-width: 991px) {
  .about-scrg .about-accordion li.active .inner {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.about-scrg .about-accordion li.active .opener:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.about-scrg .about-accordion .opener {
  display: block;
  font-size: 32px;
  line-height: 36px;
  padding: 55px 60px 55px 137px;
  position: relative;
  color: #004b49;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
@media (max-width: 991px) {
  .about-scrg .about-accordion .opener {
    padding: 30px 30px 30px 70px;
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .about-scrg .about-accordion .opener {
    padding: 25px 25px 25px 40px;
    font-size: 16px;
    line-height: 24px;
  }
}
.about-scrg .about-accordion .opener .icon {
  position: absolute;
  left: 35px;
  top: 40px;
  font-size: 60px;
}
@media (max-width: 991px) {
  .about-scrg .about-accordion .opener .icon {
    font-size: 30px;
    left: 15px;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .about-scrg .about-accordion .opener .icon {
    left: 0;
    top: 25px;
    font-size: 25px;
  }
}
.about-scrg .about-accordion .opener:before {
  position: absolute;
  right: 53px;
  top: 57px;
  content: "\e902";
  font-size: 33px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "scrg-icomoon" !important;
}
@media (max-width: 991px) {
  .about-scrg .about-accordion .opener:before {
    font-size: 25px;
    top: 30px;
    right: 25px;
  }
}
@media (max-width: 767px) {
  .about-scrg .about-accordion .opener:before {
    font-size: 20px;
    right: 0;
    top: 25px;
  }
}
.about-scrg .about-accordion .inner {
  padding: 0 55px 0 137px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .about-scrg .about-accordion .inner {
    padding: 0 25px 0 70px;
  }
}

.rec-post {
  padding: 95px 0 125px;
}
@media (max-width: 991px) {
  .rec-post {
    padding: 10px 0 60px;
  }
}
@media (max-width: 767px) {
  .rec-post {
    padding: 40px 0 0;
  }
}
.rec-post .container {
  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;
}
@media (max-width: 767px) {
  .rec-post .container {
    display: block;
  }
}
.rec-post .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 54.3%;
}
@media (max-width: 767px) {
  .rec-post .image {
    width: auto;
  }
}
@media (max-width: 1199px) {
  .rec-post .image img {
    max-width: 150%;
  }
}
@media (max-width: 767px) {
  .rec-post .image img {
    max-width: 120%;
  }
}
.rec-post .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 100px 90px 0 102px;
  text-align: center;
  letter-spacing: 0.2px;
}
@media (max-width: 1439px) {
  .rec-post .description {
    padding: 50px;
  }
}
@media (max-width: 1199px) {
  .rec-post .description {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .rec-post .description {
    padding: 70px 16px;
  }
}
@media (max-width: 767px) {
  .rec-post .description {
    padding: 40px 0;
  }
}
.rec-post h2 {
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .rec-post h2 {
    letter-spacing: 1px;
  }
}

.process-area h2 {
  margin: 0 0 -10px;
  font-weight: 300;
  letter-spacing: 2.2px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .process-area h2 {
    margin: 0;
  }
}
.process-area .holder {
  text-align: center;
}
.process-area p {
  max-width: 590px;
  margin: 0 auto 65px;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .process-area p {
    margin: 0 0 30px;
  }
}
.process-area .text {
  display: block;
  font-size: 160px;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: 6px;
  margin: 0 0 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#03918e), to(#004b49));
  background: linear-gradient(180deg, #03918e, #004b49);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .process-area .text {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .process-area .text {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: 0;
  }
}
.process-area .image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.recruiting-list {
  background: url("../images/bg-recruiting.jpg") no-repeat #004b49;
  padding: 320px 0 124px;
  background-size: cover;
  color: #fff;
  margin: -270px 0 0;
}
@media (max-width: 991px) {
  .recruiting-list {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .recruiting-list {
    margin: -70px 0 0;
    padding: 120px 0 20px;
  }
}
.recruiting-list ol {
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  counter-reset: item;
}
.recruiting-list ol li {
  position: relative;
  padding: 55px 50px 44px 200px;
  counter-increment: item;
  position: relative;
  border-bottom: 1px solid #009490;
}
@media (max-width: 991px) {
  .recruiting-list ol li {
    padding: 30px 30px 30px 70px;
  }
}
@media (max-width: 767px) {
  .recruiting-list ol li {
    padding-right: 0;
  }
}
.recruiting-list ol li:nth-child(9) ~ li:before {
  content: counter(item);
}
.recruiting-list ol li:last-child {
  border: 0;
}
.recruiting-list ol li:before {
  position: absolute;
  left: 58px;
  top: 50px;
  font-size: 70px;
  line-height: 1;
  font-weight: 300;
  color: #009490;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  content: "0" counter(item);
}
@media (max-width: 991px) {
  .recruiting-list ol li:before {
    font-size: 40px;
    left: 0;
    top: 40px;
  }
}
.recruiting-list ol .title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .recruiting-list ol .title {
    font-size: 20px;
    line-height: 27px;
  }
}
.recruiting-list ol p {
  margin: 0;
}

@media (max-width: 991px) {
  .recruiting-cta {
    padding: 40px 0 0;
  }
}
.recruiting-cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .recruiting-cta .container {
    display: block;
  }
}
.recruiting-cta .cta-box {
  background: #eee;
  border-radius: 28px;
  padding: 55px 25px 57px;
  width: 768px;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 36px;
}
@media (max-width: 1439px) {
  .recruiting-cta .cta-box {
    width: 500px;
    padding: 35px 25px;
  }
}
@media (max-width: 991px) {
  .recruiting-cta .cta-box {
    width: 100%;
    padding: 50px 25px;
  }
}
.recruiting-cta .cta-box p {
  max-width: 344px;
  margin: 0 auto 44px;
  letter-spacing: 0.2px;
}
.recruiting-cta .cta-box .btn-primary {
  min-width: 339px;
}
@media (max-width: 767px) {
  .recruiting-cta .cta-box .btn-primary {
    min-width: 210px;
  }
}
.recruiting-cta .cta-box h2 {
  font-weight: 300;
  letter-spacing: 2.2px;
  margin: 0 0 13px;
}
.recruiting-cta .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  margin: -110px 0 0 28px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1439px) {
  .recruiting-cta .image {
    margin: -60px 0 0 20px;
  }
}
@media (max-width: 991px) {
  .recruiting-cta .image {
    margin: -60px auto 0;
    width: 70%;
  }
}
@media (max-width: 1439px) {
  .recruiting-cta .image img {
    width: 100%;
    height: auto;
  }
}

.supply-banner {
  min-height: 838px;
  padding: 165px 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media (max-width: 1439px) {
  .supply-banner {
    background-position: 70% 0;
  }
}
@media (max-width: 991px) {
  .supply-banner {
    min-height: 600px;
    padding: 110px 0;
  }
}
@media (max-width: 767px) {
  .supply-banner {
    padding-bottom: 300px;
  }
}
.supply-banner h1 {
  letter-spacing: 2.2px;
  margin: 0 0 31px;
}
@media (max-width: 767px) {
  .supply-banner h1 br {
    display: none;
  }
}
.supply-banner p {
  max-width: 610px;
  margin: 0 auto;
  letter-spacing: 0.2px;
}

.supply-post-blocks {
  padding: 153px 0 30px;
}
@media (max-width: 1199px) {
  .supply-post-blocks {
    padding: 80px 0 30px;
  }
}
@media (max-width: 767px) {
  .supply-post-blocks {
    padding: 60px 0 30px;
  }
}
.supply-post-blocks.add {
  padding-bottom: 150px;
}
@media (max-width: 1199px) {
  .supply-post-blocks.add {
    padding-bottom: 70px;
  }
}
.supply-post-blocks.add .post-row {
  margin-bottom: 0;
}
.supply-post-blocks.add .post-row p {
  max-width: 100%;
}
.supply-post-blocks .post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 148px;
}
@media (max-width: 1199px) {
  .supply-post-blocks .post-row {
    margin: 0 0 50px;
  }
}
@media (max-width: 991px) {
  .supply-post-blocks .post-row {
    display: block;
  }
}
.supply-post-blocks .post-row .image {
  width: 48%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
.supply-post-blocks .post-row .image:before {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 28px;
  content: "";
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .supply-post-blocks .post-row .image {
    width: 100% !important;
    margin: 0 0 40px;
  }
}
.supply-post-blocks .post-row .image img {
  width: 100%;
  height: auto;
  display: block;
}
.supply-post-blocks .post-row .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 0 104px 34px 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1199px) {
  .supply-post-blocks .post-row .description {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 991px) {
  .supply-post-blocks .post-row .description {
    padding: 0 !important;
  }
}
.supply-post-blocks .post-row:nth-child(even) .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.supply-post-blocks .post-row:nth-child(even) .image:before {
  top: 70px;
}
.supply-post-blocks .post-row:nth-child(even) .description {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 75px 0 0 125px;
}
@media (max-width: 1199px) {
  .supply-post-blocks .post-row:nth-child(even) .description {
    padding: 0 0 0 40px;
  }
}
.supply-post-blocks .post-row:nth-child(even) p {
  max-width: 495px;
}
.supply-post-blocks .post-row h2 {
  margin: 0 0 15px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 2.2px;
}
.supply-post-blocks .post-row .h3 {
  margin: 0 0 26px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.6px;
}
@media (max-width: 1199px) {
  .supply-post-blocks .post-row .h3 {
    margin: 0 0 12px;
  }
}
.supply-post-blocks .post-row p {
  letter-spacing: 0.2px;
  max-width: 435px;
  margin: 0 0 33px;
}
@media (max-width: 1199px) {
  .supply-post-blocks .post-row p {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .supply-post-blocks .post-row p {
    max-width: 100% !important;
  }
}
.supply-post-blocks .post-row .title {
  display: block;
  color: #004b49;
  margin: 0 0 4px;
}
.supply-post-blocks .post-row .list {
  margin: 0;
}
@media (max-width: 1199px) {
  .supply-post-blocks .post-row .list {
    font-size: 16px;
    line-height: 24px;
  }
}
.supply-post-blocks .post-row .list li {
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 0 6px;
}
@media (max-width: 1199px) {
  .supply-post-blocks .post-row .list li {
    padding: 0 0 0 20px;
  }
}
.supply-post-blocks .post-row .list li:before {
  position: absolute;
  left: 3px;
  top: 14px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #004b49;
}
@media (max-width: 1199px) {
  .supply-post-blocks .post-row .list li:before {
    top: 8px;
  }
}

.steps-area {
  background: url("../images/bg-recruiting.jpg") no-repeat #004b49;
  background-size: cover;
  padding: 114px 0 163px;
  color: #fff;
}
@media (max-width: 1199px) {
  .steps-area {
    padding: 80px 0;
  }
}
.steps-area .holder {
  text-align: center;
  margin: 0 0 70px;
}
@media (max-width: 767px) {
  .steps-area .holder {
    margin: 0 0 40px;
  }
}
.steps-area .holder h2 {
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 2.2px;
  margin: 0;
}
@media (max-width: 767px) {
  .steps-area .holder h2 {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .steps-area .holder p br {
    display: none;
  }
}
.steps-area .steps-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -19px;
}
@media (max-width: 1199px) {
  .steps-area .steps-wrap {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .steps-area .steps-wrap {
    display: block;
  }
}
.steps-area .steps-wrap .step-box {
  padding: 0 19px;
  width: 22.7%;
}
@media (max-width: 1199px) {
  .steps-area .steps-wrap .step-box {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .steps-area .steps-wrap .step-box {
    width: 100% !important;
    margin: 0 0 30px;
  }
}
.steps-area .steps-wrap .step-box.active {
  width: 33%;
}
.steps-area .steps-wrap .step-box.active .inner {
  background: #fff;
}
.steps-area .steps-wrap .step-box.active .inner p {
  display: block;
}
.steps-area .steps-wrap .inner {
  background: #80a5a4;
  border-radius: 28px;
  color: #004b49;
  padding: 44px 29px;
  min-height: 304px;
}
@media (max-width: 991px) {
  .steps-area .steps-wrap .inner {
    min-height: 150px;
  }
}
.steps-area .steps-wrap .inner .number {
  display: block;
  font-size: 70px;
  line-height: 1.1;
  font-weight: 300;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  margin: 0 0 11px;
}
@media (max-width: 991px) {
  .steps-area .steps-wrap .inner .number {
    font-size: 40px;
  }
}
.steps-area .steps-wrap .inner .h3 {
  color: #004b49;
  font-weight: 300;
  letter-spacing: 0.8px;
}
.steps-area .steps-wrap .inner p {
  display: none;
  margin: 0;
}

.featured-boxes {
  background: #eff1f3;
  padding: 119px 0 229px;
}
@media (max-width: 1199px) {
  .featured-boxes {
    padding: 80px 0 140px;
  }
}
@media (max-width: 991px) {
  .featured-boxes {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .featured-boxes {
    padding-bottom: 40px;
  }
}
.featured-boxes h2 {
  text-align: center;
  font-weight: 300;
  margin: 0 0 57px;
  letter-spacing: 2.2px;
}
.featured-boxes .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px;
}
@media (max-width: 1199px) {
  .featured-boxes .holder {
    margin: 0 -8px;
  }
}
.featured-boxes .box {
  padding: 0 18px;
  width: 25%;
}
@media (max-width: 1199px) {
  .featured-boxes .box {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .featured-boxes .box {
    width: 50%;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .featured-boxes .box {
    width: 100%;
  }
}
.featured-boxes .box .inner {
  background: #fff;
  padding: 60px 30px 90px;
  border-radius: 28px;
  height: 100%;
  -webkit-box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
  text-align: center;
}
@media (max-width: 1199px) {
  .featured-boxes .box .inner {
    padding: 40px 15px;
  }
}
.featured-boxes .box .ico-box {
  height: 96px;
  font-size: 90px;
  color: #004b49;
  line-height: 1;
  margin: 0 0 35px;
}
@media (max-width: 1199px) {
  .featured-boxes .box .ico-box {
    height: 50px;
    font-size: 60px;
  }
}
.featured-boxes .box p {
  margin: 0;
}

.mgmt-cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mgmt-cta .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding: 0 100px 21px 66px;
  text-align: center;
}
@media (max-width: 991px) {
  .mgmt-cta .description {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .mgmt-cta .description {
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 40px 0;
  }
}
.mgmt-cta .description h2 {
  font-weight: 300;
  text-align: center;
  letter-spacing: 2.2px;
  line-height: 1.2;
  margin: 0 0 13px;
}
.mgmt-cta .description p {
  margin: 0 0 66px;
  letter-spacing: 0.2px;
}
@media (max-width: 991px) {
  .mgmt-cta .description p {
    margin: 0 0 15px;
  }
}
.mgmt-cta .image {
  width: 43.4%;
  margin: -177px 0 0 6px;
}
@media (max-width: 1199px) {
  .mgmt-cta .image {
    margin: -110px 0 0;
  }
}
@media (max-width: 991px) {
  .mgmt-cta .image {
    margin: -60px 0 0;
  }
}
@media (max-width: 767px) {
  .mgmt-cta .image {
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 70%;
  }
}
.mgmt-cta .image img {
  display: block;
  width: 100%;
  height: auto;
}
.mgmt-cta .btn-primary {
  min-width: 308px;
}

.talent-intro {
  padding: 173px 0;
}
@media (max-width: 767px) {
  .talent-intro {
    padding: 130px 0 80px;
  }
}
.talent-intro .head {
  text-align: center;
  margin: 0 0 64px;
}
@media (max-width: 767px) {
  .talent-intro .head {
    margin: 0 0 20px;
  }
}
.talent-intro .head h1 {
  letter-spacing: 2.2px;
  margin: 0 0 34px;
}
@media (max-width: 767px) {
  .talent-intro .head h1 br {
    display: none;
  }
}
.talent-intro .head p {
  max-width: 726px;
  margin: 0 auto;
  letter-spacing: 0.2px;
}
.talent-intro .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .talent-intro .holder {
    display: block;
  }
}
.talent-intro .holder .image {
  width: 44.6%;
  margin-right: 5.5%;
  position: relative;
}
@media (max-width: 991px) {
  .talent-intro .holder .image {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .talent-intro .holder .image {
    width: 100%;
  }
}
.talent-intro .holder .image img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .talent-intro .holder .image img {
    margin: 0 auto 50px;
    float: none;
    width: 100%;
  }
}
.talent-intro .holder .image:before {
  position: absolute;
  left: 0;
  right: 2px;
  top: 90px;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 28px 28px;
  content: "";
  -webkit-box-shadow: 35px 35px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 35px 35px 40px rgba(0, 0, 0, 0.2);
}

.talent-intro .holder .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding-top: 19px;
}
.talent-intro .holder .description ul {
  margin: 0;
}
.talent-intro .holder .description ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 32px;
}
.talent-intro .holder .description ul li:nth-child(2) .ico-box {
  font-size: 46px;
}
.talent-intro .holder .description ul li .ico-box {
  width: 70px;
  font-size: 54px;
  line-height: 1;
  color: #004b49;
  margin-top: 7px;
}
.talent-intro .holder .description ul li .text-holder {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.talent-intro .holder .description ul .title {
  font-weight: 700;
  display: block;
}
.talent-intro .holder h2 {
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 2.2px;
  margin: 0 0 49px;
}

.talent-info {
  background: url(../images/bg-impact.png) no-repeat #004b49;
  background-size: cover;
  color: #fff;
}
@media (max-width: 991px) {
  .talent-info {
    padding: 45px 0 0;
  }
}
.talent-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .talent-info .container {
    display: block;
  }
}
.talent-info .image {
  width: 50%;
  margin: -73px 0 0;
}
@media (max-width: 1439px) {
  .talent-info .image {
    width: 45%;
    margin: -50px 0 0;
  }
}
@media (max-width: 991px) {
  .talent-info .image {
    margin: 0 auto;
    width: 70%;
  }
}
@media (max-width: 1439px) {
  .talent-info .image img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.talent-info .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 0 0 0 39px;
  margin: 17px -25px 0 0;
}
@media (max-width: 991px) {
  .talent-info .description {
    margin: 0;
    padding: 0;
  }
}
.talent-info .description h2 {
  font-weight: 300;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 2.2px;
}
@media (max-width: 1199px) {
  .talent-info .description h2 {
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .talent-info .description h2 {
    margin: 0 0 20px;
  }
}
.talent-info .description p {
  text-align: center;
  margin: 0 0 48px;
  letter-spacing: 0.2px;
}
@media (max-width: 1439px) {
  .talent-info .description p {
    margin: 0 0 20px;
  }
}
@media (max-width: 1199px) {
  .talent-info .description p {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .talent-info .description p {
    margin: 0 0 25px;
  }
}
.talent-info .description .title {
  display: block;
  font-size: 28px;
  line-height: 34px;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  margin: 0 0 28px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 1439px) {
  .talent-info .description .title {
    margin: 0 0 14px;
  }
}
@media (max-width: 991px) {
  .talent-info .description .title {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .talent-info .description .title {
    font-size: 22px;
  }
}
.talent-info .info-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 0 7px 0 -40px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 1439px) {
  .talent-info .info-boxes {
    margin-right: -15px;
  }
}
@media (max-width: 1199px) {
  .talent-info .info-boxes {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .talent-info .info-boxes {
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.talent-info .info-boxes li {
  width: 31.333%;
  border-radius: 5px;
  padding: 17px 15px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1439px) {
  .talent-info .info-boxes li {
    font-size: 14px;
    padding: 10px;
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .talent-info .info-boxes li {
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .talent-info .info-boxes li {
    padding: 15px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .talent-info .info-boxes li {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .talent-info .info-boxes li {
    width: 100%;
  }
}

.talent-features {
  padding: 133px 0 2px;
  position: relative;
}
@media (max-width: 1439px) {
  .talent-features {
    padding: 80px 0 2px;
  }
}
.talent-features:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #eff1f3;
  height: 304px;
  z-index: -1;
}
.talent-features .head {
  max-width: 688px;
  margin: 0 auto 89px;
  text-align: center;
}
.talent-features .head h2 {
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 2.2px;
  margin: 0 0 11px;
}
.talent-features .head p {
  letter-spacing: 0.2px;
}
.talent-features .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -30px -30px;
}
@media (max-width: 1439px) {
  .talent-features .holder {
    margin: 0 -10px;
  }
}
.talent-features .box {
  width: 33.333%;
  padding: 0 30px 82px;
}
@media (max-width: 1439px) {
  .talent-features .box {
    padding: 0 10px 60px;
  }
}
@media (max-width: 991px) {
  .talent-features .box {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .talent-features .box {
    width: 100%;
  }
}
.talent-features .box .inner {
  background: #fff;
  border-radius: 28px;
  -webkit-box-shadow: 20px 25px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 20px 25px 35px rgba(0, 0, 0, 0.15);
  padding: 38px 40px 55px;
  height: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .talent-features .box .inner {
    padding: 35px 20px 30px;
  }
}
.talent-features .box .ico-box {
  font-size: 90px;
  line-height: 1;
  color: #004b49;
  margin-bottom: 13px;
}
.talent-features .box h2 {
  margin: 0 0 5px;
}
.talent-features .box p {
  letter-spacing: 0.2px;
}

.talent-steps {
  background: #eff1f3;
  padding: 46px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .talent-steps {
    padding-bottom: 50px;
  }
}
.talent-steps .head {
  text-align: center;
  max-width: 646px;
  margin: 0 auto 57px;
}
.talent-steps .head h2 {
  letter-spacing: 2.2px;
  font-weight: 300;
  line-height: 1.2;
}
.talent-steps .head p {
  letter-spacing: 0.2px;
}
.talent-steps .talent-list {
  max-width: 1086px;
  margin: 0 auto;
  position: relative;
}
.talent-steps .talent-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .talent-steps .talent-list li {
    display: block;
    margin: 0 0 30px;
  }
}
.talent-steps .talent-list li:first-child h2:after {
  top: 16px;
}
.talent-steps .talent-list li.active h2 {
  color: #004b49;
}
.talent-steps .talent-list li.active h2:before {
  background: #004b49;
  border-color: #004b49;
}
.talent-steps .talent-list li.active h2:after {
  background: #004b49;
}
.talent-steps .talent-list li.active p {
  color: #004b49;
}
.talent-steps .talent-list h2 {
  margin: 0;
  width: 50%;
  padding-right: 43px;
  position: relative;
  letter-spacing: 0.5px;
  padding-bottom: 144px;
  font-weight: 300;
  color: #999;
}
@media (max-width: 991px) {
  .talent-steps .talent-list h2 {
    letter-spacing: 0;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .talent-steps .talent-list h2 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.talent-steps .talent-list h2:before {
  position: absolute;
  right: -12px;
  top: 14px;
  content: "";
  width: 23px;
  height: 23px;
  background: #eff1f3;
  border: 1px solid #999;
  border-radius: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .talent-steps .talent-list h2:before {
    top: 7px;
  }
}
@media (max-width: 767px) {
  .talent-steps .talent-list h2:before {
    display: none;
  }
}
.talent-steps .talent-list h2:after {
  position: absolute;
  right: -1px;
  top: 20px;
  bottom: -20px;
  content: "";
  width: 1px;
  background: #999;
}
@media (max-width: 767px) {
  .talent-steps .talent-list h2:after {
    display: none;
  }
}
.talent-steps .talent-list p {
  padding-left: 102px;
  width: 50%;
  font-weight: 600;
  padding-right: 10%;
  color: #999;
}
@media (max-width: 1439px) {
  .talent-steps .talent-list p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .talent-steps .talent-list p {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 1439px) {
  .talent-steps .talent-list p br {
    display: none;
  }
}

.talent-features2 {
  position: relative;
  padding: 61px 0 153px;
}
@media (max-width: 1439px) {
  .talent-features2 {
    padding: 50px 0 80px;
  }
}
@media (max-width: 991px) {
  .talent-features2 {
    padding-bottom: 40px;
  }
}
.talent-features2 p {
  color: #fff;
  max-width: 734px;
  margin: 0 auto 84px;
  letter-spacing: 0.2px;
  text-align: center;
}
@media (max-width: 991px) {
  .talent-features2 p {
    margin-bottom: 40px;
  }
}
.talent-features2:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background: #004b49;
  height: 656px;
  z-index: -1;
}
@media (max-width: 767px) {
  .talent-features2:before {
    height: 400px;
  }
}
.talent-features2 .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eff1f3;
  border-radius: 28px;
}
@media (max-width: 991px) {
  .talent-features2 .holder {
    display: block;
    background: none;
  }
}
.talent-features2 .holder .image {
  width: 53%;
  margin: -58px 0 0;
}
@media (max-width: 1439px) {
  .talent-features2 .holder .image {
    margin-top: -49px;
  }
}
@media (max-width: 1199px) {
  .talent-features2 .holder .image {
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .talent-features2 .holder .image {
    width: auto;
    margin: 0 -80px 0 0;
  }
}
@media (max-width: 1439px) {
  .talent-features2 .holder .image img {
    width: 100%;
    height: auto;
  }
}
.talent-features2 .holder .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 0 0 0 23px;
}
@media (max-width: 1199px) {
  .talent-features2 .holder .description {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .talent-features2 .holder .description {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .talent-features2 .holder .description {
    padding: 40px 0;
  }
}
.talent-features2 .holder .description h2 {
  font-weight: 300;
  letter-spacing: 2.2px;
  line-height: 1.2;
  margin: 0 0 3px;
}
.talent-features2 .holder .description p {
  color: #333;
  margin: 0 0 18px;
  text-align: left;
}
@media (max-width: 1199px) {
  .talent-features2 .holder .description p {
    font-size: 14px;
    line-height: 20px;
  }
}
.talent-features2 .holder .description .list {
  font-weight: 700;
  color: #004b49;
  margin: 0 0 29px;
}
@media (max-width: 1199px) {
  .talent-features2 .holder .description .list {
    margin: 0 0 14px;
  }
}
.talent-features2 .holder .description .list li {
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 0 12px;
}
@media (max-width: 1199px) {
  .talent-features2 .holder .description .list li {
    margin: 0 0 3px;
  }
}
.talent-features2 .holder .description .list li:before {
  position: absolute;
  left: 3px;
  top: 14px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #004b49;
}
.talent-features2 .holder .description .btn-primary {
  min-width: 244px;
}

.talent-cta {
  text-align: center;
  padding: 0 0 170px;
}
@media (max-width: 1439px) {
  .talent-cta {
    padding: 0 0 80px;
  }
}
.talent-cta h2 {
  font-weight: 300;
  margin: 0 0 20px;
  letter-spacing: 2.2px;
}
.talent-cta p {
  max-width: 640px;
  margin: 0 auto 25px;
}
.talent-cta .btn-primary {
  min-width: 310px;
}
@media (max-width: 767px) {
  .talent-cta .btn-primary {
    min-width: 200px;
  }
}

.image-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 838px;
  text-align: center;
  padding: 165px 0 50px;
}
.image-banner.add {
  color: #fff;
}
.image-banner.add h1 {
  margin-bottom: 13px;
  color: #fff;
}
@media (max-width: 991px) {
  .image-banner.add h1 br {
    display: none;
  }
}
.image-banner.add p {
  max-width: 890px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .image-banner {
    padding: 120px 0 40px;
    min-height: 600px;
  }
}
@media (max-width: 575px) {
  .image-banner {
    min-height: 700px;
  }
}
.image-banner .container {
  max-width: 1204px;
}
.image-banner h1 {
  letter-spacing: 2.2px;
  margin: 0 0 30px;
}
.image-banner p {
  max-width: 850px;
  margin: 0 auto;
}

.indus-topics {
  background: url("../images/bg-topics.jpg") no-repeat;
  background-size: cover;
  padding: 71px 0 96px;
  color: #fff;
}
.indus-topics h2 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2.2px;
  margin: 0 0 32px;
}
.indus-topics ul {
  margin: 0 0 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 27px;
}
@media (max-width: 1439px) {
  .indus-topics ul {
    margin: 0;
    gap: 13px;
  }
}
@media (max-width: 991px) {
  .indus-topics ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.indus-topics ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1439px) {
  .indus-topics ul li {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .indus-topics ul li {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .indus-topics ul li {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 32%;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .indus-topics ul li {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .indus-topics ul li {
    width: 100%;
  }
}
.indus-topics ul a {
  color: #fff;
  padding: 15px 19px;
  display: block;
  height: 100%;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .indus-topics ul a {
    padding: 14px 10px;
  }
}
@media (max-width: 991px) {
  .indus-topics ul a {
    padding: 15px;
  }
}
.indus-topics ul a:hover, .indus-topics ul a:focus {
  background: #00938f;
}

.indus-post-blocks {
  padding-top: 65px;
  padding-bottom: 112px;
}
@media (max-width: 1199px) {
  .indus-post-blocks {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .indus-post-blocks {
    padding: 30px 0;
  }
}
.indus-post-blocks .indus-blocks {
  padding: 83px 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .indus-post-blocks .indus-blocks {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .indus-post-blocks .indus-blocks {
    padding: 30px 0;
  }
}
.indus-post-blocks .indus-blocks .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-shadow: 35px 35px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 35px 35px 40px rgba(0, 0, 0, 0.2);
  border-radius: 28px;
}
@media (max-width: 1199px) {
  .indus-post-blocks .indus-blocks .image {
    -webkit-box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 991px) {
  .indus-post-blocks .indus-blocks .image {
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
  }
}
.indus-post-blocks .indus-blocks .image img {
  border-radius: 28px;
}
@media (max-width: 991px) {
  .indus-post-blocks .indus-blocks .image img {
    border-radius: 20px;
  }
}
.indus-post-blocks .indus-blocks .image:before {
  display: none !important;
}
.indus-post-blocks .indus-blocks .description {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 5px 0 0 99px;
}
@media (max-width: 1199px) {
  .indus-post-blocks .indus-blocks .description {
    padding: 0 0 0 50px;
  }
}
.indus-post-blocks .indus-blocks .description h2 {
  margin: 0 0 34px;
}
.indus-post-blocks .indus-blocks:nth-child(even) .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.indus-post-blocks .indus-blocks:nth-child(even) .description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 44px 104px 34px 0;
}
@media (max-width: 1199px) {
  .indus-post-blocks .indus-blocks:nth-child(even) .description {
    padding: 0 50px 0 0;
  }
}

.banner-post {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1439px) {
  .banner-post {
    background-position: 50% 50%;
  }
}
@media (max-width: 991px) {
  .banner-post {
    background-image: none !important;
    background: #112330;
  }
}
.banner-post .mob-image {
  display: none;
}
@media (max-width: 991px) {
  .banner-post .mob-image {
    display: block;
  }
}
.banner-post .mob-image img {
  width: 100%;
  height: auto;
  display: block;
}
.banner-post .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991px) {
  .banner-post .container {
    display: block;
  }
}
.banner-post .holder {
  width: 51%;
  color: #fff;
  padding: 163px 0 159px;
}
@media (max-width: 1439px) {
  .banner-post .holder {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .banner-post .holder {
    width: 100%;
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .banner-post .holder {
    padding: 40px 0;
  }
}
.banner-post h2 {
  color: #fff;
  margin: 0 0 12px;
  font-weight: 300;
}
.banner-post p {
  margin: 0 0 40px;
}
@media (max-width: 1199px) {
  .banner-post p {
    margin: 0 0 20px;
  }
}
.banner-post .title {
  display: block;
  font-weight: 700;
  margin: 0 0 10px;
}
.banner-post .list {
  margin: 0;
}
@media (max-width: 1199px) {
  .banner-post .list {
    font-size: 14px;
  }
}
.banner-post .list li {
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 0 5px;
}
.banner-post .list li:before {
  position: absolute;
  left: 3px;
  top: 14px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
}

.simple-cta {
  text-align: center;
  padding: 150px 0 167px;
}
@media (max-width: 991px) {
  .simple-cta {
    padding: 70px 0;
  }
}
.simple-cta .btn-primary {
  min-width: 309px;
}
.simple-cta h2 {
  font-weight: 300;
  letter-spacing: 2.2px;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .simple-cta h2 {
    letter-spacing: 0;
  }
}
.simple-cta p {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .simple-cta p {
    margin: 0 0 25px;
  }
}

.expertise-post-blocks {
  padding-top: 108px;
  padding-bottom: 112px;
}
@media (max-width: 1199px) {
  .expertise-post-blocks {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .expertise-post-blocks {
    padding: 30px 0 0;
  }
}
.expertise-post-blocks .post-row {
  padding: 83px 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .expertise-post-blocks .post-row {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .expertise-post-blocks .post-row {
    padding: 30px 0;
  }
}
.expertise-post-blocks .post-row .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-shadow: 35px 35px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 35px 35px 40px rgba(0, 0, 0, 0.2);
  border-radius: 28px;
}
@media (max-width: 1199px) {
  .expertise-post-blocks .post-row .image {
    -webkit-box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 991px) {
  .expertise-post-blocks .post-row .image {
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
  }
}
.expertise-post-blocks .post-row .image img {
  border-radius: 28px;
}
@media (max-width: 991px) {
  .expertise-post-blocks .post-row .image img {
    border-radius: 20px;
  }
}
.expertise-post-blocks .post-row .image:before {
  display: none !important;
}
.expertise-post-blocks .post-row .description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 44px 104px 34px 0;
}
@media (max-width: 1199px) {
  .expertise-post-blocks .post-row .description {
    padding: 0 50px 0 0;
  }
}
.expertise-post-blocks .post-row .description h2 {
  margin: 0 0 34px;
}
@media (max-width: 991px) {
  .expertise-post-blocks .post-row .description h2 {
    margin: 0 0 15px;
  }
}
.expertise-post-blocks .post-row .description p {
  max-width: 100% !important;
}
.expertise-post-blocks .post-row:nth-child(even) .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.expertise-post-blocks .post-row:nth-child(even) .description {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 5px 0 0 99px;
}
@media (max-width: 1199px) {
  .expertise-post-blocks .post-row:nth-child(even) .description {
    padding: 0 0 0 50px;
  }
}

.experties-section {
  min-height: 1062px;
  background: url("../../images/bg-recruiting.jpg") no-repeat #004b49;
  background-size: cover;
  padding: 87px 0 0;
  position: relative;
}
@media (max-width: 991px) {
  .experties-section {
    min-height: 900px;
  }
}
@media (max-width: 767px) {
  .experties-section {
    padding: 40px 0 0;
    min-height: 650px;
  }
}
.experties-section .image {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 682px;
  margin-left: -341px;
}
@media (max-width: 991px) {
  .experties-section .image {
    width: 500px;
    margin-left: -250px;
  }
}
@media (max-width: 767px) {
  .experties-section .image {
    width: 300px;
    margin-left: -150px;
  }
}
@media (max-width: 991px) {
  .experties-section .image img {
    width: 100%;
    height: auto;
  }
}
.experties-section h2 {
  font-weight: 300;
  color: #fff;
  margin: 0 0 20px;
  padding-left: 18.4%;
  letter-spacing: 2.2px;
}
@media (max-width: 1439px) {
  .experties-section h2 {
    padding-left: 12%;
  }
}
@media (max-width: 1199px) {
  .experties-section h2 {
    padding-left: 6%;
  }
}
.experties-section .title {
  display: block;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-size: 70px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  text-align: right;
  padding-right: 16%;
  padding-top: 20px;
  letter-spacing: 2px;
}
@media (max-width: 1439px) {
  .experties-section .title {
    padding-right: 13%;
  }
}
@media (max-width: 1199px) {
  .experties-section .title {
    font-size: 50px;
    padding-right: 5%;
  }
}
.experties-section .exp-logo {
  padding: 0 14px;
}
.experties-section .exp-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.experties-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding: 0 82px;
  margin: -227px -16px 114px;
}
@media (max-width: 1439px) {
  .experties-cards {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .experties-cards {
    margin: -150px 0 60px;
  }
}
@media (max-width: 767px) {
  .experties-cards {
    margin: -100px 0 50px;
  }
}
.experties-cards .card-box {
  padding: 0 16px;
  width: 25%;
}
@media (max-width: 1199px) {
  .experties-cards .card-box {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .experties-cards .card-box {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .experties-cards .card-box {
    width: 100%;
  }
}
.experties-cards .card-box .inner {
  background: #fff;
  border-radius: 27px;
  padding: 48px 29px 23px;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.15);
  height: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .experties-cards .card-box .inner {
    padding: 30px 20px;
  }
}
.experties-cards .card-box .ico-box {
  font-size: 90px;
  color: #004b49;
  margin: 0 0 16px;
  line-height: 1;
}
.experties-cards .card-box .title {
  display: block;
  color: #004b49;
  margin: 0 0 13px;
  font-size: 20px;
  line-height: 28px;
}

.experties-section2 .text-holder {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}
.experties-section2 .text-holder h2 {
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0 0 5px;
}
.experties-section2 .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 14.2%;
  margin: 0 -18px -98px;
}
@media (max-width: 1439px) {
  .experties-section2 .holder {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .experties-section2 .holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.experties-section2 .cat-box {
  width: 33.333%;
  padding: 0 18px 26px;
}
@media (max-width: 991px) {
  .experties-section2 .cat-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .experties-section2 .cat-box {
    width: 100%;
  }
}
.experties-section2 .cat-box .inner {
  background: #fff;
  border: 2px solid #004b49;
  padding: 32px 35px 30px;
  border-radius: 19px;
  height: 100%;
  text-align: center;
  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-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 24px;
}
.experties-section2 .cat-box .inner .ico-box {
  font-size: 40px;
  color: #004b49;
  line-height: 1;
  margin-bottom: 16px;
}
.experties-section2 .cat-box .inner .title {
  line-height: 24px;
  color: #004b49;
  display: block;
  margin: 0 0 15px;
  font-size: 20px;
}

.experties-cta {
  background: url("../../images/bg-recruiting.jpg") no-repeat #004b49;
  background-size: cover;
  padding: 266px 0 167px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1199px) {
  .experties-cta {
    padding: 180px 0 80px;
  }
}
.experties-cta h2 {
  letter-spacing: 2.2px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 11px;
}
.experties-cta p {
  margin: 0 0 40px;
}
.experties-cta .btn-secondary {
  min-width: 309px;
}

.selection-post-blocks .post-row .image {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.selection-post-blocks .post-row .image:before {
  right: 74px;
  top: 96px;
  -webkit-box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.25);
          box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
@media (max-width: 1199px) {
  .selection-post-blocks .post-row .image:before {
    right: 90px;
  }
}
@media (max-width: 767px) {
  .selection-post-blocks .post-row .image:before {
    display: none;
  }
}
.selection-post-blocks .post-row .description {
  padding-right: 20px;
  padding-bottom: 0;
  padding-top: 75px;
}
@media (max-width: 1199px) {
  .selection-post-blocks .post-row .description {
    padding-top: 70px;
  }
}
.selection-post-blocks .post-row:nth-child(even) .image {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.selection-post-blocks .post-row:nth-child(even) .image:before {
  right: 0;
  left: 74px;
  top: 96px;
  -webkit-box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.25);
          box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .selection-post-blocks .post-row:nth-child(even) .image:before {
    display: none;
  }
}
.selection-post-blocks .post-row:nth-child(even) .description {
  padding-left: 115px;
}
@media (max-width: 1199px) {
  .selection-post-blocks .post-row:nth-child(even) .description {
    padding-left: 50px;
    padding-top: 50px;
  }
}

.list-sup-selection h2 {
  font-weight: 300;
}

.selection-post-blocks2 .post-row .image {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.selection-post-blocks2 .post-row .image:before {
  right: 0;
  left: 110px;
  top: 96px;
  -webkit-box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.25);
          box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.selection-post-blocks2 .post-row .description {
  padding-right: 20px;
  padding-bottom: 0;
  padding-top: 75px;
  padding-left: 75px;
}
@media (max-width: 1199px) {
  .selection-post-blocks2 .post-row .description {
    padding-top: 0;
    padding-left: 25px;
  }
}
.selection-post-blocks2 .post-row:nth-child(even) .image {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 28px;
  -webkit-box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.25);
          box-shadow: 25px 25px 35px rgba(0, 0, 0, 0.25);
}
.selection-post-blocks2 .post-row:nth-child(even) .image img {
  border-radius: 28px;
}
.selection-post-blocks2 .post-row:nth-child(even) .image:before {
  display: none;
}
.selection-post-blocks2 .post-row:nth-child(even) .description {
  padding-left: 135px;
  padding-right: 75px;
}
@media (max-width: 1199px) {
  .selection-post-blocks2 .post-row:nth-child(even) .description {
    padding-left: 50px;
  }
}

.visual-customers h1 {
  color: #fff;
}

.visual-customers p {
  max-width: 788px;
  color: #fff;
}

.customers-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customers-list li {
  max-width: 275px;
}

.supply-post-blocks.cust-blocks .description p {
  max-width: 100%;
}

@media (min-width: 767px) {
  .tier1-oems {
    margin-right: -100px !important;
  }
  .cus-bottom-holder {
    max-width: 48%;
  }
}
.indus-post-blocks.cust-blocks {
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .hidemob {
    display: none !important;
  }
}
.image.img71,
.image.img72 {
  height: auto;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.indus-blocks.block71 .description {
  padding: 103px 44px 34px 0 !important;
}

.indus-blocks.block71 .description h3 {
  font-size: 20px;
  color: #004b49;
  font-family: "Inter";
  font-weight: bold;
}

.list-sup-selection {
  padding: 120px 0;
  margin: 0;
}

.list-sup-selection-head h2,
.list-sup-selection-head p {
  color: #fff;
  text-align: center;
}

.ss-cta {
  margin-top: 120px;
}

@media (max-width: 1199px) {
  .mgmt-cta .description p br {
    display: none;
  }
  .mgmt-cta .description p {
    margin: 0 0 30px;
  }
  .list-sup-selection {
    padding: 70px 0;
  }
  .ss-cta {
    margin: 0;
  }
  .image-banner h1 br {
    display: none;
  }
}
.footer {
  background: #000d0c;
  position: relative;
  z-index: 2;
}
.footer .logo {
  width: 268px;
  margin: 4px 0 25px;
}
@media (max-width: 1199px) {
  .footer .logo {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .footer .logo {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    right: 0;
    top: 50px;
  }
}
.footer .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .bottom-line {
  background: #1d2222;
  padding: 15px 25px;
  text-align: center;
}
.footer .bottom-line p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #999;
}
@media (max-width: 991px) {
  .footer .bottom-line p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .bottom-line p {
    font-size: 12px;
    line-height: 18px;
  }
}

.footer-content {
  padding: 113px 0 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .footer-content {
    padding: 80px 0 40px;
  }
}
@media (max-width: 991px) {
  .footer-content {
    position: relative;
    padding-top: 160px;
  }
}
.footer-content .footer-info {
  width: 34%;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .footer-content .footer-info {
    width: 27%;
  }
}
@media (max-width: 991px) {
  .footer-content .footer-info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}
.footer-content .footer-links {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer-content .footer-links {
    display: block;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
}
.footer-content a {
  color: #999;
}
.footer-content a:hover, .footer-content a:focus {
  color: #fff;
}
.footer-content .address {
  display: block;
  margin: 0 0 13px;
  line-height: 20px;
}
.footer-content .email {
  display: block;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .footer-content .email {
    margin: 0 0 5px;
  }
}
.footer-content h3 {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 13px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .footer-content h3 {
    margin: 0;
  }
}
.footer-content h3 a {
  color: #fff;
}
@media (max-width: 991px) {
  .footer-content h3 a {
    padding: 15px 0;
    font-size: 20px;
    display: block;
    position: relative;
  }
}
@media (max-width: 991px) {
  .footer-content h3 a:before {
    position: absolute;
    right: 25px;
    top: 15px;
    content: "\e902";
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: "scrg-icomoon" !important;
  }
}
.footer-content .footer-col {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .footer-content .footer-col {
    width: 100% !important;
    border-bottom: 1px solid #999;
    padding: 0 !important;
  }
}
.footer-content .footer-col:nth-child(1) {
  width: 23%;
}
.footer-content .footer-col:nth-child(2) {
  width: 24.2%;
}
.footer-content .footer-col:nth-child(3) {
  width: 35%;
}
.footer-content .footer-col:nth-child(4) {
  width: 17%;
  padding-right: 0;
}
.footer-content .footer-col.active .opener:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer-nav {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer-nav {
    font-size: 14px;
  }
}
.footer-nav li {
  margin: 0 0 14px;
}

.footer-bottom {
  border-top: 2px solid #444e4d;
  padding: 52px 0 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .footer-bottom {
    padding: 0 0 30px;
    border: 0;
  }
}
.footer-bottom p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #999;
}
@media (max-width: 991px) {
  .footer-bottom p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    width: 100%;
    font-size: 12px;
  }
}
.footer-bottom .social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  margin: 0 -20px;
}
@media (max-width: 991px) {
  .footer-bottom .social-networks {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 15px;
  }
}
.footer-bottom .social-networks li {
  padding: 0 20px;
  position: relative;
}
.footer-bottom .social-networks li:first-child:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  content: "";
  background: #858686;
}
.footer-bottom .social-networks a {
  color: #999;
}
.footer-bottom .social-networks a:hover, .footer-bottom .social-networks a:focus {
  color: #fff;
}

.visual-area {
  padding: 158px 0 0;
}
@media (max-width: 767px) {
  .visual-area {
    padding: 100px 0 0;
  }
}
.visual-area .head {
  text-align: center;
  margin: 0 0 43px;
}
@media (max-width: 767px) {
  .visual-area .head {
    margin: 0 0 15px;
  }
}
.visual-area .head p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .visual-area .head p br {
    display: none;
  }
}
.visual-area .head h1 {
  letter-spacing: 2.6px;
  margin: 0 0 25px;
}
@media (max-width: 767.98px) {
  .visual-area .head h1 br {
    display: none;
  }
}
.visual-area .container {
  max-width: 1530px;
}
.visual-area .images-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 -240px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 1439px) {
  .visual-area .images-holder {
    margin: 0 0 -200px;
  }
}
@media (max-width: 767.98px) {
  .visual-area .images-holder {
    margin: 0 0 -50px;
  }
}
.visual-area .images-holder .image {
  position: relative;
  z-index: 3;
  width: 41%;
}
.visual-area .images-holder .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.visual-area .images-holder .image:first-child {
  z-index: 1;
  margin-right: -252px;
  margin-left: 7px;
  margin-top: 5px;
  width: 46.13%;
}
@media (max-width: 1399.98px) {
  .visual-area .images-holder .image:first-child {
    margin-right: -210px;
  }
}
@media (max-width: 1199.98px) {
  .visual-area .images-holder .image:first-child {
    margin-right: -160px;
  }
}
@media (max-width: 991.98px) {
  .visual-area .images-holder .image:first-child {
    margin-right: -100px;
  }
}
@media (max-width: 767.98px) {
  .visual-area .images-holder .image:first-child {
    margin-right: -30px;
  }
}
.visual-area .images-holder .image:last-child {
  z-index: 2;
  margin-left: -238px;
  margin-top: 17px;
  width: 45%;
}
@media (max-width: 1399.98px) {
  .visual-area .images-holder .image:last-child {
    margin-left: -246px;
  }
}
@media (max-width: 1349.98px) {
  .visual-area .images-holder .image:last-child {
    margin-left: -226px;
  }
}
@media (max-width: 1299.98px) {
  .visual-area .images-holder .image:last-child {
    margin-left: -206px;
  }
}
@media (max-width: 1199.98px) {
  .visual-area .images-holder .image:last-child {
    margin-left: -225px;
  }
}
@media (max-width: 1149.98px) {
  .visual-area .images-holder .image:last-child {
    margin-left: -220px;
  }
}
@media (max-width: 1099.98px) {
  .visual-area .images-holder .image:last-child {
    margin-left: -200px;
  }
}
@media (max-width: 1049.98px) {
  .visual-area .images-holder .image:last-child {
    margin-left: -170px;
  }
}
@media (max-width: 949.98px) {
  .visual-area .images-holder .image:last-child {
    margin-left: -100px;
  }
}
@media (max-width: 767.98px) {
  .visual-area .images-holder .image:last-child {
    margin-left: -30px;
    margin-top: 10px;
  }
}

.brand-area {
  background: url(../images/bg-brands.jpg) no-repeat #002827;
  background-size: cover;
  background-position: 50% 50%;
  padding: 329px 0 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .brand-area {
    padding: 270px 0 100px;
  }
}
@media (max-width: 991px) {
  .brand-area {
    padding: 250px 0 50px;
  }
}
@media (max-width: 767px) {
  .brand-area {
    padding-top: 150px;
  }
}
@media (max-width: 479.98px) {
  .brand-area {
    padding-bottom: 5px;
    padding-top: 100px;
  }
}
.brand-area:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  background: url(../images/image1-bg.png) no-repeat;
  width: 1607px;
  height: 399px;
  margin-left: -703px;
}
@media (max-width: 991px) {
  .brand-area:before {
    width: 100%;
    background-size: cover;
    margin: 0;
    left: 0;
  }
}
.brand-area .brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 161px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1849.98px) {
  .brand-area .brand-list {
    gap: 120px;
  }
}
@media (max-width: 1649.98px) {
  .brand-area .brand-list {
    gap: 60px;
  }
}
@media (max-width: 1349.98px) {
  .brand-area .brand-list {
    gap: 50px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 30px;
  }
}
@media (max-width: 991.98px) {
  .brand-area .brand-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 479.98px) {
  .brand-area .brand-list {
    gap: inherit;
  }
}
@media (max-width: 991.98px) {
  .brand-area .brand-list li {
    width: 25%;
  }
}
@media (max-width: 479.98px) {
  .brand-area .brand-list li {
    padding: 0 15px 30px;
    width: 33.333%;
  }
}
@media (max-width: 1349.98px) {
  .brand-area .brand-list img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .brand-area .brand-list img {
    margin: 0 auto;
    display: block;
  }
}

.intro-area {
  padding: 100px 0 70px;
  position: relative;
}
@media (max-width: 767px) {
  .intro-area {
    padding: 40px 0 30px;
  }
}
.intro-area:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #eff1f3;
  height: 305px;
  z-index: -1;
}
.intro-area .container {
  max-width: 1600px;
}
.intro-area .head {
  text-align: center;
  margin: 0 auto 70px;
  max-width: 900px;
}
.intro-area .head p {
  margin: 0;
}
.intro-area .head h2 {
  letter-spacing: 1.8px;
  margin: 0 0 6px;
}
.intro-area .cards-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -17px;
}
@media (max-width: 1199px) {
  .intro-area .cards-holder {
    margin: 0 -8px;
  }
}
.intro-area .card-box {
  width: 25%;
  padding: 0 17px;
  border: 0;
}
@media (max-width: 1199px) {
  .intro-area .card-box {
    padding: 0 8px;
  }
}
@media (max-width: 1199px) {
  .intro-area .card-box {
    width: 50%;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .intro-area .card-box {
    width: 100%;
  }
}
.intro-area .ico-box {
  color: #164a4e;
  font-size: 90px;
  line-height: 1;
  height: 95px;
  margin: 0 0 25px;
}
@media (max-width: 1199px) {
  .intro-area .ico-box {
    font-size: 60px;
    height: 60px;
  }
}
.intro-area .inner {
  background: #fff;
  -webkit-box-shadow: 25px 25px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 25px 25px 20px rgba(0, 0, 0, 0.1);
  padding: 55px 49px 36px;
  border-radius: 26px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1499.98px) {
  .intro-area .inner {
    padding: 40px 20px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .intro-area .inner {
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  }
}
.intro-area .inner h2 {
  margin: 0 0 23px;
}
@media (max-width: 1199px) {
  .intro-area .inner h2 {
    margin: 0 0 12px;
  }
}
@media (max-width: 1499.98px) {
  .intro-area .inner p {
    margin: 0;
  }
}

.about-area {
  background: #eff1f3;
  padding: 36px 0 118px;
}
@media (max-width: 767px) {
  .about-area {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.about-area .head {
  max-width: 756px;
  margin: 0 auto 35px;
  text-align: center;
}
.about-area .head h2 {
  margin: 0 0 10px;
}
.about-area .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1068px;
  margin: 0 auto 113px;
  gap: 24px;
}
@media (max-width: 767px) {
  .about-area .cat-list {
    gap: 10px;
    margin-bottom: 50px;
  }
}
.about-area .cat-list li {
  margin: 0 0 5px;
}
.about-area .cat-list li:nth-child(5) ~ li a {
  padding: 34px 20px 24px;
}
@media (max-width: 767px) {
  .about-area .cat-list li:nth-child(5) ~ li a {
    padding: 20px 15px;
  }
}
.about-area .cat-list li:nth-child(5) ~ li a .icon {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .about-area .cat-list li:nth-child(5) ~ li a .icon {
    margin-bottom: 10px;
  }
}
.about-area .cat-list a {
  display: block;
  width: 194px;
  background: #fff;
  border: 2px solid #c7c8c9;
  border-radius: 15px;
  height: 100%;
  padding: 40px 20px 38px;
  color: #004b49;
  text-align: center;
  line-height: 25px;
}
@media (max-width: 767px) {
  .about-area .cat-list a {
    width: 140px;
    padding: 20px 15px;
  }
}
.about-area .cat-list a:hover, .about-area .cat-list a:focus {
  background: #c7c8c9;
}
.about-area .cat-list a .icon {
  font-size: 60px;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about-area .cat-list a .icon {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.about-area .cat-list a .title {
  display: block;
  font-weight: 600;
}
@media (max-width: 767px) {
  .about-area .cat-list a .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.about-area .image {
  margin: 0 0 -8px;
}
@media (max-width: 1439px) {
  .about-area .image {
    margin: 0;
  }
}
.about-area .image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .about-area .image img {
    width: 1200px;
    position: relative;
    max-width: inherit;
    left: 50%;
    margin-left: -600px;
  }
}
.about-area .holder h2 {
  text-align: center;
  margin: 0;
}
.about-area .holder h2 span {
  font-size: 175px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 27px;
}
@media (max-width: 1439px) {
  .about-area .holder h2 span {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .about-area .holder h2 span {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .about-area .holder h2 span {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .about-area .holder h2 span {
    font-size: 40px;
    padding-bottom: 10px;
  }
}

.post-area {
  padding: 104px 0 0;
}
@media (max-width: 1439.98px) {
  .post-area {
    padding-top: 60px;
  }
}
.post-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1700px;
}
.post-area .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 68px 0 0 72px;
}
@media (max-width: 1499.98px) {
  .post-area .description {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .post-area .description {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .post-area .description {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 100%;
    padding-left: 0;
  }
}
.post-area .description h2 {
  line-height: 1.22;
  margin: 0 0 8px;
  letter-spacing: 2.2px;
}
@media (max-width: 991px) {
  .post-area .description h2 br {
    display: none;
  }
}
.post-area .description p {
  max-width: 591px;
  margin: 0 0 30px;
}
@media (max-width: 1199px) {
  .post-area .description p {
    font-size: 14px;
  }
}
.post-area .image {
  width: 45%;
  margin: 0 0 0 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 991px) {
  .post-area .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    width: 70%;
  }
}
.post-area .image img {
  width: 100%;
  height: auto;
  display: block;
}
.post-area .list {
  font-weight: 700;
  margin: 0;
  color: #004b49;
}
@media (max-width: 1199px) {
  .post-area .list {
    font-size: 14px;
  }
}
@media (max-width: 1499.98px) {
  .post-area .list {
    padding-bottom: 40px;
  }
}
.post-area .list li {
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 0 8px;
}
.post-area .list li:before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #004b49;
}

.impact-area .container {
  max-width: 1700px;
}
.impact-area .holder {
  background: url("../images/bg-impact.png") no-repeat #004b49;
  padding: 94px 110px 105px;
  color: #fff;
  background-size: cover;
  border-radius: 29px;
  text-align: center;
}
@media (max-width: 1699.98px) {
  .impact-area .holder {
    padding: 80px 40px;
  }
}
@media (max-width: 991.98px) {
  .impact-area .holder {
    border-radius: 15px;
    margin: 0 -25px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.impact-area .holder h2 {
  margin: 0 0 15px;
  color: #fff;
  letter-spacing: 2.2px;
}
.impact-area .holder p {
  margin: 0 0 42px;
}
.impact-area .holder .impact-list {
  margin: 0 -11px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.impact-area .holder .impact-list li {
  padding: 0 11px 25px;
  width: 33.333%;
}
@media (max-width: 767.98px) {
  .impact-area .holder .impact-list li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .impact-area .holder .impact-list li {
    width: 100%;
  }
}
.impact-area .holder .impact-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 23px;
  background: #004b49;
  padding: 20px 25px;
}
@media (max-width: 1359.98px) {
  .impact-area .holder .impact-list a {
    padding: 20px 15px;
  }
}
@media (max-width: 767.98px) {
  .impact-area .holder .impact-list a {
    height: 100%;
  }
}
.impact-area .holder .impact-list a:hover, .impact-area .holder .impact-list a:focus {
  background: #067e7b;
}
.impact-area .holder .impact-list a .ico {
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .impact-area .holder .impact-list a .ico {
    font-size: 30px;
  }
}
.impact-area .holder .impact-list a .text {
  text-align: left;
}
@media (max-width: 1599.98px) {
  .impact-area .holder .impact-list a .text {
    font-size: 16px;
  }
}
@media (max-width: 1359.98px) {
  .impact-area .holder .impact-list a .text {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .impact-area .holder .impact-list a .text {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .impact-area .holder .impact-list a .text {
    font-size: 14px;
    line-height: 24px;
  }
}

.cta-section {
  padding: 85px 0 0;
}
@media (max-width: 991.98px) {
  .cta-section {
    padding: 60px 0 0;
  }
}
.cta-section .head {
  text-align: center;
  max-width: 745px;
  margin: 0 auto 38px;
}
.cta-section h2 {
  letter-spacing: 2.2px;
  margin: 0 0 10px;
}
.cta-section .image {
  padding: 0 0 0 21px;
}
@media (max-width: 1439.98px) {
  .cta-section .image {
    padding: 0;
  }
}
@media (max-width: 1439.98px) {
  .cta-section .image img {
    width: 100%;
    height: auto;
  }
}


.page-template-template-about .post-blocks .post-row:nth-child(2) .image:before {
  left: 60px;
  right: 0;
}

.indus-post-blocks .indus-blocks#consumer .image,
.indus-post-blocks .indus-blocks#industrial .image {
  box-shadow: none;
  position: relative;
}

.indus-post-blocks .indus-blocks#consumer .image:before,
.indus-post-blocks .indus-blocks#industrial .image:before {
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  bottom: 0;
  border-radius: 0 0 28px 28px;
  content: "";
  -webkit-box-shadow: 35px 35px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 35px 35px 40px rgba(0, 0, 0, 0.2);
}

.talent-info .description p {
  color: #b3cac9;
}

@media (max-width: 991px) {
  .indus-post-blocks .indus-blocks#consumer .image:before,
  .indus-post-blocks .indus-blocks#industrial .image:before {
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
}

.director-box .image {
  position: relative;
}
.director-box img {
  width: 100%;
  height: auto;
}
.director-box .btn-primary {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 48px;
  min-width: 236px;
  line-height: 28px;
  margin-left: -118px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9;
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .director-box .btn-primary {
    min-width: 130px;
    margin-left: -65px;
  }
}
@media (max-width: 575px) {
  .director-box .btn-primary {
    min-width: 210px;
    margin-left: -105px;
  }
}
.director-box .btn-primary:hover, .director-box .btn-primary:focus {
  background: #fff !important;
  color: #004b49 !important;
  border-color: #fff !important;
}
.director-box:hover .image .btn-primary {
  bottom: 48px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .director-box:hover .image .btn-primary {
    bottom: 30px;
  }
}

.page-template-template-leadership .modal-header {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.page-template-template-leadership .modal-body {
  padding: 0;
}

.page-template-template-leadership .close {
  position: absolute;
  right: 28px;
  top: 15px;
  font-size: 50px;
  color: #004b49;
  line-height: 1;
  transition: all 0.4s ease;
}

.page-template-template-leadership .close:hover {
  color: #000;
}

.page-template-template-leadership .modal-content {
  border-radius: 29px;
  padding: 60px 60px 45px;
}

.page-template-template-leadership .modal-flex {
  flex-wrap: wrap;
  margin: 0;
}

.page-template-template-leadership .modal-image {
  width: 321px;
  padding: 0;
}

.page-template-template-leadership .modal-image img {
  width: 100%;
  height: auto;
}

.page-template-template-leadership .modal-content.modal-block {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  background: none;
  padding: 0 0 0 38px;
}

.modal-content .modal-title {
  padding-right: 50px;
}

@media (max-width: 1249px) {
  .modal-dialog {
    width: 85%;
  }

  .page-template-template-leadership .modal-image {
    width: 250px;
  }

  .page-template-template-leadership .modal-content {
    padding: 30px;
  }
  
}

@media screen and (max-width: 996px) {
  .page-template-template-leadership .modal-content.modal-block {
    padding: 30px 0;
  }

  .page-template-template-leadership .close {
    top: 7px;
    right: 12px;
  }

  .page-template-template-leadership .modal-content {
    border-radius: 16px;
  }

  .page-template-template-leadership .modal-content.modal-block {
    font-size: 15px;
    line-height: 21px;
  }

  .page-template-template-leadership .modal-dialog {
    margin: 0;
  }
}

.brand-logo2 {
  background: #004b49;
  padding: 50px 0;
}

.brand-logo2 li .image {
  min-height: 100px;
  padding: 0 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 991px) {
  .brand-logo2 {
    padding: 40px 0;
  }

  .brand-logo2 .brand-list .slide .image {
    min-height: 70px;
    padding: 0 25px;
  }

  .brand-logo2 .brand-list .slide .image img {
    max-width: 100px;
  }
}



 /* 4 New Pages */



 
.features-area .list h3 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
}

.faq-area .faq-list h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.wp-block-heading.h3 {
  color: #004b49;
  font-size: 27px;
}

.heading-h3 {
  font-size: 20px !important;
  font-weight: 700;
  display: inline;
  margin: 0;
  line-height: 1.6;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #333;
}

.insight-banner {
  color: #fff;
  padding-top: 228px;
}
@media (max-width: 1199px) {
  .insight-banner {
    min-height: 690px;
  }
}
@media (max-width: 991px) {
  .insight-banner {
    min-height: 550px;
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .insight-banner {
    min-height: 500px;
  }
}
.insight-banner h1 {
  color: #fff;
}
@media (max-width: 767px) {
  .insight-banner h1 {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .insight-banner p br {
    display: none;
  }
}

.ins-posts-slider {
  margin: -354px 0 125px;
}
@media (max-width: 1199px) {
  .ins-posts-slider {
    margin: -220px 0 70px;
  }
}
@media (max-width: 991px) {
  .ins-posts-slider {
    margin: -150px 0 50px;
  }
}
.ins-posts-slider .container {
  max-width: 1674px;
}
@media (max-width: 767px) {
  .ins-posts-slider .slick-list {
    margin: 0 -30px;
  }
}
.ins-posts-slider .slide {
  padding: 50px;
}
@media (max-width: 1199px) {
  .ins-posts-slider .slide {
    padding: 30px;
  }
}
.ins-posts-slider .slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  gap: 8px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ins-posts-slider .slider-controls .slick-arrow {
  border: 0;
  background: none;
  padding: 0;
  color: #004b49;
  font-size: 30px;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ins-posts-slider .slider-controls .slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ins-posts-slider .slider-controls .slick-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ins-posts-slider .slider-controls .slick-dots {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 0;
  line-height: 0;
}
.ins-posts-slider .slider-controls .slick-dots button {
  border: 0;
  padding: 0;
  background: #e0e0e0;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ins-posts-slider .slider-controls .slick-dots .slick-active button {
  background: #999;
}
.ins-posts-slider .slider-controls ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.ins-posts-slider .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
  border-radius: 26px;
  position: relative;
  overflow: hidden;
  margin-bottom: 44px;
}
@media (max-width: 1199px) {
  .ins-posts-slider .holder {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 991px) {
  .ins-posts-slider .holder {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ins-posts-slider .holder {
    margin: 0;
  }
}
.ins-posts-slider .image {
  width: 44.8%;
}
@media (max-width: 991px) {
  .ins-posts-slider .image {
    width: 100%;
  }
}
.ins-posts-slider .image img {
  width: 100%;
  height: auto;
  display: block;
}
.ins-posts-slider .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 0 10.1%;
  font-size: 26px;
  letter-spacing: 0.7px;
  line-height: 34px;
  color: #333;
}
@media (max-width: 1439px) {
  .ins-posts-slider .description {
    padding: 0 7%;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .ins-posts-slider .description {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .ins-posts-slider .description {
    padding: 40px 30px;
    letter-spacing: 0;
  }
}
.ins-posts-slider .description .date {
  font-size: 24px;
  line-height: 28px;
  display: block;
  margin: 0 0 15px;
  letter-spacing: 0.5px;
}
@media (max-width: 1439px) {
  .ins-posts-slider .description .date {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 7px;
  }
}
.ins-posts-slider .description p {
  margin: 0 0 58px;
}
@media (max-width: 1439px) {
  .ins-posts-slider .description p {
    margin: 0 0 30px;
  }
}
@media (max-width: 1199px) {
  .ins-posts-slider .description p {
    margin: 0 0 15px;
  }
}
.ins-posts-slider h2.h3 {
  color: #004b49;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 -50px 30px 0;
  letter-spacing: 1.3px;
}
@media (max-width: 1439px) {
  .ins-posts-slider h2.h3 {
    margin: 0 0 15px;
  }
}
@media (max-width: 1199px) {
  .ins-posts-slider h2.h3 {
    letter-spacing: 0.5px;
  }
}
.ins-posts-slider h2.h3 a {
  color: #004b49;
}
.ins-posts-slider h2.h3 a:hover {
  color: #000;
}
.ins-posts-slider .btn-secondary {
  background: #000;
  border-color: #000;
  color: #fff;
}
.ins-posts-slider .btn-secondary:hover, .ins-posts-slider .btn-secondary:active {
  border-color: #004b49 !important;
  color: #fff !important;
  background: #004b49 !important;
}

.ins-posts-blocks {
  margin: 0 0 175px;
}
@media (max-width: 1199px) {
  .ins-posts-blocks {
    margin: 0 0 80px;
  }
}
@media (max-width: 767px) {
  .ins-posts-blocks {
    margin: 0 0 20px;
  }
}
.ins-posts-blocks .container {
  max-width: 1574px;
}
.ins-posts-blocks h2 {
  text-align: center;
  margin: 0 0 64px;
  letter-spacing: 1.7px;
}
@media (max-width: 1199px) {
  .ins-posts-blocks h2 {
    margin: 0 0 40px;
  }
}
.ins-posts-blocks .posts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -13px;
}
.ins-posts-blocks .post-block {
  width: 33.333%;
  padding: 0 13px 46px;
}
@media (max-width: 991px) {
  .ins-posts-blocks .post-block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ins-posts-blocks .post-block {
    width: 100%;
    padding-bottom: 30px;
  }
}
.ins-posts-blocks .inner {
  border: 1px solid #a4a19d;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.ins-posts-blocks .image {
  position: relative;
  overflow: hidden;
}
.ins-posts-blocks .image img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: auto;
  display: block;
}
.ins-posts-blocks .image a:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.ins-posts-blocks .description {
  padding: 40px 55px 107px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
@media (max-width: 1439px) {
  .ins-posts-blocks .description {
    padding: 30px 35px 80px;
  }
}
@media (max-width: 1199px) {
  .ins-posts-blocks .description {
    padding: 30px 15px 80px;
  }
}
.ins-posts-blocks .description .date {
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin: 0 0 13px;
}
.ins-posts-blocks .description h3 {
  font-size: 28px;
  line-height: 32px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  margin: 0 0 22px;
  font-weight: 600;
  color: #004b49;
}
@media (max-width: 1439px) {
  .ins-posts-blocks .description h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.ins-posts-blocks .description h3 a {
  color: #004b49;
}
.ins-posts-blocks .description h3 a:hover {
  color: #000;
}
.ins-posts-blocks .btn-holder {
  position: absolute;
  left: 55px;
  right: 0;
  bottom: 0;
  padding-bottom: 38px;
}
@media (max-width: 1439px) {
  .ins-posts-blocks .btn-holder {
    left: 35px;
  }
}
@media (max-width: 1199px) {
  .ins-posts-blocks .btn-holder {
    left: 15px;
  }
}

.ins-cta {
  margin: 0 0 175px;
}
@media (max-width: 991px) {
  .ins-cta {
    margin: 0 0 75px;
  }
}
.ins-cta .container {
  max-width: 1574px;
}
.ins-cta .holder {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 26px;
  -webkit-box-shadow: 0 15px 45px rgba(0, 0, 0, 0.45);
          box-shadow: 0 15px 45px rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  padding-right: 85px;
}
@media (max-width: 1199px) {
  .ins-cta .holder {
    padding: 50px 30px 0;
  }
}
.ins-cta .image {
  margin: -61px 0 0;
  width: 626px;
}
@media (max-width: 1199px) {
  .ins-cta .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    width: 500px;
  }
}
@media (max-width: 767px) {
  .ins-cta .image {
    width: 100%;
  }
}
.ins-cta .image img {
  width: 100%;
  height: auto;
  display: block;
}
.ins-cta .description {
  width: 402px;
  color: #fff;
}
@media (max-width: 1199px) {
  .ins-cta .description {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
  }
}
.ins-cta .description p {
  padding-right: 25.5%;
  margin: 0 0 60px;
}
@media (max-width: 1199px) {
  .ins-cta .description p {
    padding: 0;
    margin: 0 0 30px;
  }
}
.ins-cta .description h2 {
  color: #fff;
  line-height: 1.25;
  letter-spacing: 1.7px;
}

.page-id-454 .header .btn-primary {
  background: #fff !important;
  border-color: #fff !important;
  color: #004b49 !important;
}
.page-id-454 .header .btn-primary:hover, .page-id-454 .header .btn-primary:active {
  border-color: #000 !important;
  color: #fff !important;
  background: #000 !important;
}

.page-id-454 .menu-opener:before,
.page-id-454 .menu-opener:after,
.page-id-454 .menu-opener span:before {
  background: #fff !important;
}

.insight-head .holder .description .btn-primary {
  margin-top: 50px;
  min-width: 295px;
}

.insights-cta {
  background: url(../images/bg-members.jpg) no-repeat #004b49;
  background-size: cover;
  padding: 100px 0;
}

.insights-cta .container {
  max-width: 760px;
}

.insights-cta .head {
  text-align: center;
  color: #fff;
}

.insights-cta h2 {
  color: #fff;
}

.insights-cta label.gfield_label.gform-field-label {
  color: #fff;
}

.insights-cta .gfield_description {
  color: #fff !important;
}

.insights-cta .form .gform-theme--foundation .gform_footer .gform_button.button {
  margin: 0 auto !important;
  background: #fff !important;
  color: #004b49 !important;
  font-weight: 700 !important;
}

.insights-cta .form .gform-theme--foundation .gform_footer .gform_button.button:hover,
.insights-cta .form .gform-theme--foundation .gform_footer .gform_button.button:focus {
  background: #000 !important;
  color: #fff !important;
}

.insights-cta .gform_wrapper input[type="text"],
.insights-cta .gform_wrapper input[type="email"],
.insights-cta .gform_wrapper input[type="tel"] {
  height: 40px !important;
  padding: 9px 15px !important;
  border-radius: 5px !important;
  line-height: 20px !important;
}

.insights-cta .ginput_container_textarea .textarea {
  height: 116px !important;
  max-height: 116px !important;
  border-radius: 5px !important;
  min-height: 116px !important;
  resize: none !important;
  padding: 15px !important;
}

.insights-cta #gform_2_validation_container {
  display: none !important;
}
.insights-cta .gform-loader {
  display: none !important;
}

.insights-cta .gform_confirmation_message {
  color: #fff !important;
}
.single-post .wp-block-columns .wp-block-column {
    flex: 0 1 100%;
}

.single-post .wp-block-columns .wp-block-column img {
  max-height: 350px;
  object-fit: cover;
  border-radius: 26px;
}

@media (max-width: 599px) {
  .insight-content {
    padding: 0 0 60px;
  }

  .insights-cta {
    padding: 64px 0;
  }

  .insights-cta .head p br {
    display: none;
  }

  .intro-area .head {
    margin-bottom: 40px;
  }
}

.post-template-default.single .wrapper {
  overflow: visible !important;
}

.post-template-default.single .main {
  overflow: hidden;
}

.header-links .lang-holder {
  display: none;
}

@media (min-width: 992px) and (max-width: 1500px) {
  .container {
    padding: 0 50px !important;
  }
}

.single .intro-area .inner {
  display: block;
  color: #333;
}
.single .intro-area .card-box:hover .inner{
  background-color: #164a4e;
  color: #fff;
  transition: 0;
}
.single .intro-area .card-box:hover .ico-box span {
  transition: 0;
  color: #fff;
}
.insights-cta {
  background-image: none !important;
  background-color: #004b49;
}
.single .intro-area:before {
  background-color: #004b49;
  height: 233px;
}
.single .intro-area {
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 1360px) {
  .single .intro-area h2 {
    font-size: 70px;
    line-height: 1;
  }
  .single .intro-area .inner .h3 {
    font-size: 40px;
    line-height: 54px;
  }
}
.single .intro-area .inner {
  box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.1);
}
.single .intro-area .cards-holder {
  justify-content: center;
}

.faq-area .faq-list .opener {
  padding-bottom: 10px;
  padding-right: 56px;
}
.faq-area .faq-list .inner {
  padding-right: 56px;
}
.faq-area .faq-list .opener:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  content: '';
  height: 25px;
}
.faq-area .faq-list li.active .opener:after {
  pointer-events: none;
}
.faq-area .faq-list li {
  min-height: 98px;
}
.faq-area .faq-list .inner {
  margin: 0;
}

@media (max-width: 1199px) {
  .faq-area .faq-list .opener {
    padding-left: 0;
  }
  .faq-area .faq-list .inner {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .faq-area .faq-list .opener {
    padding-left: 0;
    font-size: 16px;
    padding-right: 36px;
  }

  .faq-area .faq-list .inner {
    padding-right: 36px;
  }

  .faq-area .faq-list .opener:before {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .faq-area .faq-list li {
    min-height: inherit;
  }

  .faq-area .faq-list .opener {
    padding: 15px 26px 15px 0;
  }

  .faq-area .faq-list .inner {
    padding-right: 26px;
  }

  .faq-area .faq-list .inner {
    padding-left: 0;
  }
}

/*  New Pages */


.npi-intro {
  margin: -306px 0 0;
  position: relative;
}
@media (max-width: 1199px) {
  .npi-intro {
    margin: -220px 0 0;
  }
}
@media (max-width: 991px) {
  .npi-intro {
    margin: -150px 0 0;
  }
}
.npi-intro:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 280px;
  content: "";
  background: #eee;
}
@media (max-width: 1199px) {
  .npi-intro:before {
    top: 196px;
  }
}
@media (max-width: 991px) {
  .npi-intro:before {
    top: 124px;
  }
}
.npi-intro .container {
  max-width: 1576px;
}
.npi-intro .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
  border-radius: 26px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .npi-intro .holder {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 991px) {
  .npi-intro .holder {
    display: block;
  }
}
@media (max-width: 767px) {
  .npi-intro .holder {
    margin: 0;
  }
}
.npi-intro .image {
  width: 48%;
}
@media (max-width: 991px) {
  .npi-intro .image {
    width: 100%;
  }
}
.npi-intro .image img {
  width: 100%;
  height: auto;
  display: block;
}
.npi-intro .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 45px 8% 0 7.7%;
  font-size: 20px;
  letter-spacing: 0.7px;
  line-height: 32px;
  color: #333;
}
@media (max-width: 1599.98px) {
  .npi-intro .description {
    padding: 0 5%;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .npi-intro .description {
    padding: 0 30px;
    letter-spacing: 0;
  }
}
@media (max-width: 991px) {
  .npi-intro .description {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .npi-intro .description {
    padding: 40px 25px 20px;
  }
}
.npi-intro .description p {
  margin: 0 0 58px;
}
@media (max-width: 1439px) {
  .npi-intro .description p {
    margin: 0 0 30px;
  }
}
@media (max-width: 1199px) {
  .npi-intro .description p {
    margin: 0 0 15px;
  }
}
.npi-intro h2 {
  line-height: 1.15;
  letter-spacing: 1.8px;
}
@media (max-width: 1199px) {
  .npi-intro h2 {
    margin: 0;
  }
}

.npi-post-blocks {
  padding: 164px 0 142px;
  background: #eee;
}
@media (max-width: 1199px) {
  .npi-post-blocks {
    padding: 80px 0 90px;
  }
}
@media (max-width: 767px) {
  .npi-post-blocks {
    padding: 60px 0 20px;
  }
}
.npi-post-blocks .container {
  max-width: 1532px;
}
.npi-post-blocks.add .post-row:first-child h2 {
  margin-bottom: 34px;
}
.npi-post-blocks.add .post-row:first-child strong {
  display: block;
  margin: 0 0 30px;
}
.npi-post-blocks.add .post-row:first-child .list-unstyled {
  margin-bottom: 40px;
}
@media (min-width: 1600px) {
  .npi-post-blocks.add .post-row:nth-child(2) .description {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .npi-post-blocks.add .post-row:nth-child(2) .description p {
    padding-right: 5%;
  }
  .npi-post-blocks.add .post-row:nth-child(2) .description h2 {
    margin-right: -80px;
    margin-bottom: 34px;
  }
}
.npi-post-blocks.add2 .post-row .description strong {
  display: block;
  margin: 0 0 20px;
}
.npi-post-blocks.audit-style .container {
  max-width: 1530px;
}
.npi-post-blocks.audit-style .post-row {
  padding: 0;
  margin-bottom: 192px;
}
.npi-post-blocks.audit-style .post-row:nth-child(even) {
  padding: 0 47px 0 0;
  margin-bottom: 192px;
}
.npi-post-blocks.audit-style .post-row:nth-child(even) .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 46.4%;
}
.npi-post-blocks.audit-style .post-row:nth-child(even) .image:before {
  top: 70px;
}
.npi-post-blocks.audit-style .post-row:nth-child(even) .description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 106px 0 45px;
}
@media (max-width: 1599.98px) {
  .npi-post-blocks.audit-style .post-row:nth-child(even) .description {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .npi-post-blocks.audit-style .post-row:nth-child(even) .description {
    padding: 0 0 0 40px;
  }
}
.npi-post-blocks.audit-style .post-row .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 45%;
}
.npi-post-blocks.audit-style .post-row .image:before {
  top: 70px;
}
.npi-post-blocks.audit-style .post-row .description {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 40px 0 162px;
}
@media (max-width: 1599.98px) {
  .npi-post-blocks.audit-style .post-row .description {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .npi-post-blocks.audit-style .post-row .description {
    padding: 0 0 0 40px;
  }
}
.npi-post-blocks.audit-style .post-row .description strong {
  display: block;
  margin: 0 0 30px;
  color: #333;
}
.npi-post-blocks.audit-style .post-row .description .title {
  display: block;
  color: #333;
  margin: 0;
}
.npi-post-blocks.audit-style .post-row .description .btn-primary {
  border-radius: 37px;
  height: 74px;
  font-size: 20px;
  line-height: 24px;
  padding: 22px 28px;
}
.npi-post-blocks.audit-style .post-row:last-child {
  margin-bottom: 20px !important;
}
.npi-post-blocks .post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 162px;
  padding: 0 48px;
}
@media (max-width: 1199px) {
  .npi-post-blocks .post-row {
    margin: 0 0 50px;
  }
}
@media (max-width: 991px) {
  .npi-post-blocks .post-row {
    display: block;
    padding: 0;
  }
}
.npi-post-blocks .post-row .image {
  width: 48%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
.npi-post-blocks .post-row .image:before {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 28px;
  content: "";
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 35px 35px 35px rgba(0, 0, 0, 0.15);
          box-shadow: 35px 35px 35px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .npi-post-blocks .post-row .image:before {
    -webkit-box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 991px) {
  .npi-post-blocks .post-row .image {
    width: 100% !important;
    margin: 0 0 40px;
  }
}
.npi-post-blocks .post-row .image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}
.npi-post-blocks .post-row .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 11px 125px 0 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1199px) {
  .npi-post-blocks .post-row .description {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 991px) {
  .npi-post-blocks .post-row .description {
    padding: 0 !important;
  }
}
.npi-post-blocks .post-row:nth-child(even) {
  padding: 0;
  margin-bottom: 0;
}
.npi-post-blocks .post-row:nth-child(even) .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 45%;
}
.npi-post-blocks .post-row:nth-child(even) .image:before {
  top: 70px;
}
.npi-post-blocks .post-row:nth-child(even) .description {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 40px 0 162px;
}
@media (max-width: 1599.98px) {
  .npi-post-blocks .post-row:nth-child(even) .description {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .npi-post-blocks .post-row:nth-child(even) .description {
    padding: 0 0 0 40px;
  }
}
.npi-post-blocks .post-row h2 {
  margin: 0 0 52px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 2.2px;
}
@media (max-width: 1199px) {
  .npi-post-blocks .post-row h2 {
    margin: 0 0 20px;
    line-height: 1.2;
  }
}
.npi-post-blocks .post-row .h3 {
  margin: 0 0 26px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.6px;
}
@media (max-width: 1199px) {
  .npi-post-blocks .post-row .h3 {
    margin: 0 0 12px;
  }
}
.npi-post-blocks .post-row p {
  letter-spacing: 0.2px;
  margin: 0 0 33px;
}
@media (max-width: 1199px) {
  .npi-post-blocks .post-row p {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .npi-post-blocks .post-row p {
    max-width: 100% !important;
  }
}
.npi-post-blocks .post-row .title {
  display: block;
  color: #004b49;
  margin: 0 0 4px;
}
.npi-post-blocks .post-row .list {
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .npi-post-blocks .post-row .list {
    font-size: 16px;
    line-height: 24px;
  }
}
.npi-post-blocks .post-row .list li {
  padding: 0 0 0 18px;
  position: relative;
  margin: 0;
}
@media (max-width: 1199px) {
  .npi-post-blocks .post-row .list li {
    padding: 0 0 0 20px;
  }
}
.npi-post-blocks .post-row .list li:before {
  position: absolute;
  left: 3px;
  top: 14px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #333;
}
@media (max-width: 1199px) {
  .npi-post-blocks .post-row .list li:before {
    top: 8px;
  }
}

.npi-list {
  background: url("../images/bg-recruiting.jpg") no-repeat #004b49;
  padding: 75px 0 108px;
  background-size: cover;
  color: #fff;
}
@media (max-width: 1199px) {
  .npi-list {
    padding: 65px 0;
  }
}
@media (max-width: 991px) {
  .npi-list {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .npi-list {
    padding: 40px 0 20px;
  }
}
.npi-list .list-sup-selection-head {
  margin: 0 0 54px;
}
@media (max-width: 1199px) {
  .npi-list .list-sup-selection-head {
    margin: 0 0 20px;
  }
}
.npi-list h2 {
  margin: 0 0 27px;
}
@media (max-width: 1199px) {
  .npi-list h2 {
    margin: 0 0 10px;
  }
}
.npi-list p {
  text-align: center;
  margin: 0;
}
.npi-list ol {
  max-width: 1390px;
  padding: 0;
  margin: 0 auto 51px;
  list-style: none;
  counter-reset: item;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}
@media (max-width: 1199px) {
  .npi-list ol {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
    margin: 0 0 30px;
  }
}
@-moz-document url-prefix() {
  .npi-list ol {
    margin: 0 auto -51px;
  }
}
.npi-list ol li {
  position: relative;
  padding: 15px 10px 15px 167px;
  counter-increment: item;
  position: relative;
  border-bottom: 1px solid #009490;
  min-height: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .npi-list ol li {
    padding: 30px 30px 30px 70px;
    min-height: 121px;
  }
}
@media (max-width: 767px) {
  .npi-list ol li {
    padding-right: 0;
  }
}
.npi-list ol li:nth-child(9) ~ li:before {
  content: counter(item);
}
.npi-list ol li:last-child {
  border: 0;
}
.npi-list ol li:nth-child(3) {
  border: 0;
}
@media (max-width: 1199px) {
  .npi-list ol li:nth-child(3) {
    border-bottom: 1px solid #009490;
  }
}
.npi-list ol li:before {
  position: absolute;
  left: 47px;
  top: 50px;
  font-size: 70px;
  line-height: 1;
  font-weight: 300;
  color: #009490;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  content: "0" counter(item);
}
@media (max-width: 991px) {
  .npi-list ol li:before {
    font-size: 40px;
    left: 0;
    top: 40px;
  }
}
.npi-list ol .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .npi-list ol .title {
    font-size: 20px;
    line-height: 27px;
  }
}
.npi-list ol p {
  margin: 0;
}

.npi-cta {
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
  padding: 102px 0 145px;
}
@media (max-width: 1199px) {
  .npi-cta {
    padding: 60px 0;
  }
}
.npi-cta.country .image-box .description {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .npi-cta.country .image-box .description {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1439px) {
  .npi-cta.country .image-box .image {
    width: 53%;
  }
}
@media (max-width: 1199px) {
  .npi-cta.country .image-box .image {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .npi-cta.country .image-box .image {
    width: 100%;
  }
}
.npi-cta.country .image-box .image img {
  width: 540px;
  left: 50%;
  margin-left: -270px;
}
@media (max-width: 1439px) {
  .npi-cta.country .image-box .image img {
    width: 400px;
    margin-left: -200px;
  }
}
@media (max-width: 1199px) {
  .npi-cta.country .image-box .image img {
    width: 300px;
    margin-left: -150px;
  }
}
.npi-cta.country .text-wrap {
  margin-bottom: 107px;
}
@media (max-width: 991px) {
  .npi-cta.country .text-wrap {
    margin-bottom: 40px;
  }
}
.npi-cta.add2 .holder:before {
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
}
.npi-cta.audit-style.audit-style .holder {
  padding-bottom: 0;
}
.npi-cta.audit-style.audit-style .image-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.npi-cta.audit-style.audit-style .image {
  position: relative;
  overflow: hidden;
  width: 49%;
  padding: 4px;
}
.npi-cta.audit-style.audit-style .image img {
  position: static;
  width: 100%;
  height: auto;
  border-radius: 37px 0 0 37px;
}
.npi-cta.audit-style.audit-style .description {
  padding: 0 140px 0 110px;
}
.npi-cta .holder {
  border-radius: 42px;
  padding: 48px 0 74px;
  margin: 0 25px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 144, 140)), to(rgb(0, 77, 75)));
  background: linear-gradient(to bottom, rgb(0, 144, 140) 0%, rgb(0, 77, 75) 100%);
}
.npi-cta .holder:before {
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 40px;
  top: 3px;
  content: "";
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
}
@media (max-width: 767px) {
  .npi-cta .holder:before {
    border-radius: 25px;
  }
}
@media (max-width: 1199px) {
  .npi-cta .holder {
    padding: 50px 0 30px;
  }
}
@media (max-width: 767px) {
  .npi-cta .holder {
    margin: 0;
    border-radius: 25px;
  }
}
.npi-cta .text-wrap {
  text-align: center;
  max-width: 1066px;
  margin: 0 auto 135px;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.6px;
  position: relative;
}
@media (max-width: 1199px) {
  .npi-cta .text-wrap {
    font-size: 20px;
    padding: 0 30px;
    line-height: 1.5;
    margin: 0 0 90px;
  }
}
@media (max-width: 1199px) {
  .npi-cta .text-wrap {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .npi-cta .text-wrap {
    font-size: 16px;
    padding: 0 15px;
  }
}
.npi-cta .text-wrap h2 {
  margin: 0 0 40px;
}
@media (max-width: 1199px) {
  .npi-cta .text-wrap h2 {
    margin: 0 0 20px;
  }
}
.npi-cta .text-wrap p {
  margin: 0 0 37px;
}
.npi-cta .image-box {
  position: relative;
  border-radius: 42px;
  min-height: 772px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.25);
  margin: 0 -100px 69px;
  background: url("../images/npi-image6.png") no-repeat #004d4b;
  background-size: 100% 100%;
  background-position: 50% 50%;
}
@media (max-width: 1599.98px) {
  .npi-cta .image-box {
    margin: 0 -15px 60px;
  }
}
@media (max-width: 1439px) {
  .npi-cta .image-box {
    min-height: 623px;
  }
}
@media (max-width: 1199px) {
  .npi-cta .image-box {
    min-height: 510px;
  }
}
@media (max-width: 991px) {
  .npi-cta .image-box {
    display: block;
    background-image: none;
  }
}
@media (max-width: 767px) {
  .npi-cta .image-box {
    border-radius: 25px;
  }
}
.npi-cta .image-box .image {
  position: relative;
  width: 55.7%;
}
@media (max-width: 991px) {
  .npi-cta .image-box .image {
    width: 100%;
  }
}
.npi-cta .image-box .image:after {
  position: absolute;
  left: 230px;
  top: 76px;
  content: "";
  background: url("../images/npi-image5.png") no-repeat;
  width: 463px;
  height: 646px;
}
@media (max-width: 1439px) {
  .npi-cta .image-box .image:after {
    left: 100px;
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .npi-cta .image-box .image:after {
    left: 90px;
    width: 350px;
    height: 450px;
  }
}
@media (max-width: 991px) {
  .npi-cta .image-box .image:after {
    left: 50%;
    margin-left: -175px;
  }
}
@media (max-width: 767px) {
  .npi-cta .image-box .image:after {
    width: 200px;
    margin-left: -100px;
    height: 220px;
  }
}
.npi-cta .image-box img {
  position: absolute;
  left: -10px;
  bottom: 0;
  z-index: 3;
  width: 796px;
  height: auto;
}
@media (max-width: 1599.98px) {
  .npi-cta .image-box img {
    width: 760px;
  }
}
@media (max-width: 1439px) {
  .npi-cta .image-box img {
    width: 620px;
  }
}
@media (max-width: 1199px) {
  .npi-cta .image-box img {
    width: 520px;
  }
}
@media (max-width: 991px) {
  .npi-cta .image-box img {
    position: relative;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .npi-cta .image-box img {
    width: 300px;
  }
}
.npi-cta .image-box .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  padding: 32px 90px 0 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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1439px) {
  .npi-cta .image-box .description {
    font-size: 16px;
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .npi-cta .image-box .description {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .npi-cta .image-box .description {
    text-align: center;
    padding: 40px 30px;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .npi-cta .image-box .description {
    font-size: 13px;
    padding: 40px 15px;
  }
}
.npi-cta .image-box .description h2 {
  color: #fff;
  line-height: 1.15;
}
@media (max-width: 1439px) {
  .npi-cta .image-box .description h2 {
    line-height: 1.05;
  }
}
@media (max-width: 767px) {
  .npi-cta .image-box .description h2 {
    font-size: 23px;
  }
}
@media (max-width: 1199px) {
  .npi-cta .image-box .description h2 br {
    display: none;
  }
}
.npi-cta .image-box .title {
  display: block;
  font-weight: 600;
  margin: 0 0 37px;
}
@media (max-width: 1439px) {
  .npi-cta .image-box .title {
    margin: 0 0 20px;
  }
}
.npi-cta .image-box strong {
  font-weight: 600;
}
.npi-cta .image-box p {
  margin: 0 0 37px;
}
@media (max-width: 1439px) {
  .npi-cta .image-box p {
    margin: 0 0 25px;
  }
}
.npi-cta .image-box ul {
  margin: 0 0 35px;
  font-weight: 300;
}
@media (max-width: 1439px) {
  .npi-cta .image-box ul {
    margin: 0 0 25px;
  }
}
.npi-cta .image-box ul li {
  position: relative;
  margin: 0 0 2px;
  padding: 0 0 0 15px;
}
.npi-cta .image-box ul li:before {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
}
@media (max-width: 991px) {
  .npi-cta .image-box ul li:before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
}
.npi-cta .image-box .btn-secondary {
  background: transparent;
  color: #fff;
  border-width: 2px;
  height: 75px;
  font-size: 20px;
  line-height: 1.5;
  padding: 19px 45px 22px 31px;
  border-radius: 37px;
  letter-spacing: 0.8px;
}
@media (max-width: 1439px) {
  .npi-cta .image-box .btn-secondary {
    padding: 18px 20px;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .npi-cta .image-box .btn-secondary {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .npi-cta .image-box .btn-secondary {
    height: 50px;
    font-size: 12px;
    padding: 13px 10px;
    border-radius: 25px;
  }
}
@media (max-width: 575px) {
  .npi-cta .image-box .btn-secondary {
    font-size: 10px;
  }
}
.npi-cta .image-box .btn-secondary:hover, .npi-cta .image-box .btn-secondary:focus, .npi-cta .image-box .btn-secondary:active {
  background: #fff !important;
  color: #004b49 !important;
}
.npi-cta .text-wrap2 {
  text-align: center;
  max-width: 1066px;
  margin: 0 auto;
  font-size: 26px;
  position: relative;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
@media (max-width: 1199px) {
  .npi-cta .text-wrap2 {
    font-size: 20px;
    line-height: 26px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .npi-cta .text-wrap2 {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 15px;
  }
}
.npi-cta .text-wrap2 h2 {
  margin: 0 0 30px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .npi-cta .text-wrap2 h2 {
    margin: 0 0 10px;
  }
}

.npi-banner {
  color: #fff;
  padding-top: 196px;
  letter-spacing: 0.3px;
}
@media (max-width: 1199px) {
  .npi-banner {
    min-height: 622px;
  }
}
@media (max-width: 991px) {
  .npi-banner {
    min-height: 500px;
    padding-top: 150px;
  }
}
.npi-banner h1 {
  color: #fff;
}
@media (max-width: 991px) {
  .npi-banner h1 {
    margin: 0 0 10px;
  }
}

.country-banner {
  color: #fff;
  padding-top: 220px;
  letter-spacing: 0.3px;
}
@media (max-width: 1199px) {
  .country-banner {
    min-height: 622px;
  }
}
@media (max-width: 991px) {
  .country-banner {
    min-height: 500px;
    padding-top: 150px;
  }
}
.country-banner h1 {
  color: #fff;
}
@media (max-width: 991px) {
  .country-banner h1 {
    margin: 0 0 10px;
  }
}

.npi-topics {
  background: #eee;
  position: relative;
  overflow: hidden;
  padding: 75px 0 40px;
}
@media (max-width: 1439px) {
  .npi-topics {
    padding: 70px 0 0;
  }
}
.npi-topics .head {
  margin: 0 auto 71px;
  max-width: 724px;
  text-align: center;
  font-weight: 700;
}
.npi-topics .head h2 {
  margin: 0 0 15px;
}
.npi-topics .container {
  max-width: 1582px;
}
.npi-topics .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .npi-topics .holder {
    display: block;
  }
}
.npi-topics .holder .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: #004b49;
  border-radius: 37px;
  position: relative;
}
@media (max-width: 991px) {
  .npi-topics .holder .box {
    margin: 0 0 30px;
  }
}
.npi-topics .holder .box:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url("../images/npi-image20.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 34px;
}
.npi-topics .holder .inner {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 64px 47px 45px;
}
@media (max-width: 1439px) {
  .npi-topics .holder .inner {
    padding: 30px 27px 45px;
  }
}
.npi-topics .holder .ico-box {
  margin: 0 0 35px;
  min-height: 114px;
}
.npi-topics .holder h3 {
  font-size: 30px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 7px;
  padding: 0 5px;
}
@media (max-width: 1439px) {
  .npi-topics .holder h3 {
    font-size: 24px;
  }
}
.npi-topics .holder p {
  margin: 0;
}

.npi-profiles {
  background: url("../images/npi-profiles.png") no-repeat #004b49;
  background-size: cover;
  background-position: 0 100%;
  padding: 85px 0 50px;
  color: #fff;
}
.npi-profiles .container {
  max-width: 1530px;
}
.npi-profiles h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 80px;
}
@media (max-width: 991px) {
  .npi-profiles h2 {
    margin: 0 0 40px;
  }
}
.npi-profiles .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .npi-profiles .holder {
    display: block;
  }
}
.npi-profiles .holder:before {
  position: absolute;
  left: -9999px;
  right: 100%;
  top: 157px;
  content: "";
  background: #b0c7c7;
  height: 1px;
}
@media (max-width: 991px) {
  .npi-profiles .holder:before {
    display: none;
  }
}
.npi-profiles .holder:after {
  position: absolute;
  right: -9999px;
  left: 100%;
  top: 157px;
  content: "";
  background: #b0c7c7;
  height: 1px;
}
@media (max-width: 991px) {
  .npi-profiles .holder:after {
    display: none;
  }
}
.npi-profiles .block {
  width: 33.333%;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .npi-profiles .block {
    width: 100%;
  }
}
.npi-profiles .block p {
  padding: 0 7%;
}
.npi-profiles .block:nth-child(1):before {
  position: absolute;
  left: 89%;
  width: 40%;
  top: 157px;
  content: "";
  background: #b0c7c7;
  height: 1px;
}
@media (max-width: 1439px) {
  .npi-profiles .block:nth-child(1):before {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .npi-profiles .block:nth-child(1):before {
    display: none;
  }
}
.npi-profiles .block:nth-child(2):before {
  position: absolute;
  left: 77%;
  width: 40%;
  top: 157px;
  content: "";
  background: #b0c7c7;
  height: 1px;
}
@media (max-width: 1439px) {
  .npi-profiles .block:nth-child(2):before {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .npi-profiles .block:nth-child(2):before {
    display: none;
  }
}
.npi-profiles .image {
  min-height: 306px;
  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: 0 0 34px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .npi-profiles .image {
    margin: 0 0 10px;
  }
}
.npi-profiles h3 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  margin: 0;
}
.npi-profiles .copy {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.4px;
}

.npi-text-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #004b49;
  color: #fff;
  padding: 78px 0;
  min-height: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .npi-text-banner {
    background-image: none !important;
    padding: 0;
    display: block;
    min-height: inherit;
  }
}
.npi-text-banner .mob-image {
  display: none;
}
@media (max-width: 991px) {
  .npi-text-banner .mob-image {
    display: block;
  }
}
.npi-text-banner .mob-image img {
  width: 100%;
  height: auto;
  display: block;
}
.npi-text-banner h2 {
  color: #fff;
  line-height: 1.15;
}
.npi-text-banner .description {
  max-width: 600px;
}
@media (max-width: 1439px) {
  .npi-text-banner .description {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 991px) {
  .npi-text-banner .description {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .npi-text-banner .description {
    padding: 40px 20px;
  }
}
.npi-text-banner .title {
  display: block;
  margin: 0 0 30px;
}
.npi-text-banner .list {
  margin: 0 0 30px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .npi-text-banner .list {
    font-size: 14px;
  }
}
.npi-text-banner .list li {
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 0 8px;
}
.npi-text-banner .list li:before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #fff;
}

.page-id-609 .npi-text-banner .description {
  max-width: 510px;
}

.npi-cta.audit-style.audit-style .image:after {
  display: none;
}

.npi-cta.audit-style.audit-style .image-box {
  min-height: inherit;
}

@media (max-width: 1599px) {

}

@media (max-width: 1499px) {
  .npi-post-blocks.audit-style .post-row:nth-child(2n) .description {
    padding-left: 0;
  }

  .npi-post-blocks.audit-style .post-row:nth-child(2n) {
    padding-right: 0;
  }

  .npi-post-blocks.audit-style .post-row:nth-child(2n) {
    margin-bottom: 120px;
  }

  .npi-post-blocks.audit-style .post-row {
    margin-bottom: 120px;
  }

  .npi-post-blocks.audit-style .post-row:nth-child(2n) .description {
    padding-right: 46px;
  }

  .page-id-609 .npi-text-banner {
    min-height: 600px;
  }

  .npi-cta.audit-style.audit-style .description {
    padding: 0 80px;
  }
}

@media (max-width: 991px) {
  .npi-post-blocks.audit-style .post-row {
    margin-bottom: 30px !important;
  }

  .npi-cta.audit-style.audit-style .description {
    padding: 40px  20px;
    max-width: 340px;
    margin: 0 auto;
  }

  .npi-cta.audit-style.audit-style .image img {
    border-radius: 0 0 37px 37px;
  }

  .npi-cta.audit-style.audit-style .image {
    width: 100%;
  }

  .npi-post-blocks.audit-style .post-row .description .btn-primary {
    font-size: 16px;
  }

  .page-id-609 .npi-text-banner {
    min-height: inherit;
  }

  .npi-post-blocks.audit-style .post-row .description .btn-primary {
    height: 50px;
    padding: 11px 20px;
  }
}

@media (max-width: 767px) {
  .npi-cta.audit-style.audit-style .image img {
    border-radius: 0 0 25px 25px;
  }
}








.case-studies-area {
  position: relative;
  padding: 87px 0 140px;
}
@media (max-width: 991px) {
  .case-studies-area {
    padding: 60px 0 30px;
  }
}
.case-studies-area .head {
  text-align: center;
  max-width: 670px;
  margin: 0 auto 94px;
}
@media (max-width: 991px) {
  .case-studies-area .head {
    margin-bottom: 40px;
  }
}
.case-studies-area .case-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1320px;
  margin: 0 auto;
}
.case-studies-area .image {
  position: relative;
  overflow: hidden;
}
.case-studies-area .image img {
  display: block;
  width: 100%;
  height: auto;
}
.case-studies-area .image a img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.case-studies-area .image a:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.case-studies-area .case-block {
  width: 50%;
  padding: 0 20px 47px;
}
@media (max-width: 991px) {
  .case-studies-area .case-block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .case-studies-area .case-block {
    padding: 0 0 30px;
  }
}
.case-studies-area .inner {
  background: #eff1f3;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-bottom: 106px;
}
@media (max-width: 1199px) {
  .case-studies-area .inner {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .case-studies-area .inner {
    border-radius: 17px;
  }
}
.case-studies-area .h1 {
  font-size: 70px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .case-studies-area .h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .case-studies-area .h1 {
    font-size: 40px;
  }
}
.case-studies-area .description {
  font-size: 16px;
  line-height: 24px;
  padding: 60px 60px 36px;
}
@media (max-width: 1199px) {
  .case-studies-area .description {
    padding: 30px 30px 36px;
  }
}
.case-studies-area .description h2 {
  font-size: 44px;
  margin: 0 0 25px;
  line-height: 52px;
}
@media (max-width: 1199px) {
  .case-studies-area .description h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .case-studies-area .description h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.case-studies-area .btn-primary {
  position: absolute;
  left: 60px;
  bottom: 74px;
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 1199px) {
  .case-studies-area .btn-primary {
    left: 30px;
    bottom: 40px;
  }
}

.case-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #004b49;
}
.case-cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case-cta .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .case-cta .holder {
    display: block;
  }
}
.case-cta .description {
  max-width: 640px;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .case-cta .description {
    padding: 80px 0;
  }
}
.case-cta .h1 {
  color: #fff;
}
.case-cta .image {
  margin: -100px 0 0;
}
@media (max-width: 991px) {
  .case-cta .image {
    margin: 0 auto;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .case-cta .image img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.case-cta .btn-secondary {
  min-width: 212px;
}

.case-banner {
  min-height: 882px;
}
@media (max-width: 991px) {
  .case-banner p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .case-banner {
    background-position: 70% 50%;
  }
}