@font-face {
  font-family: pdm-icomoon;
  src: url("../fonts/pdm-icomoon.woff") format("woff"), url("../fonts/pdm-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: "pdm-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-plus-regular:before {
  content: "\e90c";
}

.icon-arrow-alt-circle-right-regular:before {
  content: "\e90b";
}

.icon-times-circle-regular:before {
  content: "\e90a";
}

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

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

.icon-phone-volume-solid:before {
  content: "\e907";
}

.icon-map-signs-solid:before {
  content: "\e908";
}

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

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

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

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

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

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

.icon-keyboard_arrow_down:before {
  content: "\e900";
}

.icon-x:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-youtube:before {
  content: "\e903";
}

.icon-brand:before {
  content: "\e903";
}

.icon-social:before {
  content: "\e903";
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: "ABeeZee", sans-serif;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.6;
  min-width: 360px;
  margin: 0;
  letter-spacing: .4px;
}
@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: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 25px;
  }
}
.home .container {
  max-width: 1130px;
}

.container-fluied {
  padding: 0 25px;
}

h1,
.h1 {
  font-size: 80px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 20px;
  font-family: "ABeeZee", sans-serif;
}
@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;
  }
}


p {
  margin: 0 0 20px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  border: 1px solid;
  height: 52px;
  text-align: center;
  padding: 18px 25px;
  border-radius: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  min-width: 142px;
  font-family: "ABeeZee", sans-serif;
}

.btn-primary {
  background: #FFB703 !important;
  border-color: #FFB703;
  color: #333333;
}
.btn-primary:hover, .btn-primary:active {
  border-color: #8ecae6 !important;
  background: #8ecae6 !important;
  color: black !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 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  z-index: 9999;
}
.header .topbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffb804;
}
.header .topbar-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .topbar-info a {
  color: #000000;
  font-size: 13px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.header .topbar-info a:hover, .header .topbar-info a:focus {
  color: rgba(255, 255, 255, 0.48);
}
@media (max-width: 767.98px) {
  .header .topbar-info a span {
    display: none;
  }
}
.header .right-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  font-size: 16px;
  line-height: 1;
}
.header .right-link a {
  color: #000;
}
.header .right-link a:hover, .header .right-link a:focus {
  color: rgba(255, 255, 255, 0.48);
}
.header .logo {
  width: 200px;
}
.header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/** @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: 65px;
  top: 55px;
  z-index: 99;
  display: none;
}
@media (max-width: 991.98px) {
  .menu-opener {
    display: block;
  }
}
.menu-active .menu-opener {
  border-top: 0;
}
.menu-opener em {
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 35px;
  font-size: 14px;
}
.menu-opener span {
  display: block;
}
.menu-opener span:before {
  width: 26px;
  height: 2px;
  background: #fff;
  -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: #fff;
  -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 **/
@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: #b20b0b;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    padding-bottom: 20px;
    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: 12px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 0.3px;
}
@media (max-width: 991.98px) {
  .menu {
    display: block;
    margin: 0 0 20px;
    width: 100%;
  }
}
.menu li {
  padding: 0 18px 30px;
  margin-bottom: -30px;
}
@media (max-width: 1199.98px) {
  .menu li {
    padding: 0 6px 30px;
  }
}
@media (max-width: 991.98px) {
  .menu li {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #6b0202;
  }
}
@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(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-top: -10px;
}
.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: "\e900";
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "pdm-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: 50px;
    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 li .icon-plus-regular {
  font-size: 18px;
  line-height: 1;
}
.menu a {
  color: #fff;
  display: block;
  position: relative;
}
.menu a:after {
  position: absolute;
  left: 0;
  width: 0;
  content: "";
  background: #fff;
  bottom: -3px;
  height: 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991.98px) {
  .menu a:after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .menu a {
    padding: 18px 35px;
    display: block;
  }
}
.menu a:hover {
  color: #fff;
}
.menu a:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100% !important;
}

.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: 0 !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;
  border-bottom: 1px solid #f1f1f1;
}
.dropdown-menu li:after {
  display: none;
}
.dropdown-menu li:last-child {
  border: none;
}
.dropdown-menu a {
  max-width: inherit;
  padding: 12px 15px;
  color: #000;
  font-size: 12px;
  line-height: 2;
  letter-spacing: .6px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .dropdown-menu a {
    padding: 8px 35px;
  }
}
.dropdown-menu a:hover {
  background-color: #f8f8f8 !important;
  color: #555 !important;
}
@media (max-width: 991.98px) {
  .dropdown-menu a:hover {
    color: #fff !important;
  }
}
.dropdown-menu a:after, .dropdown-menu a:before {
  display: none;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-content .nav-drop .form-control {
  display: none;
  border-color: #6b0202;
  background-color: #cb2027;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  padding: 10px 45px 10px 12px !important;
}
@media (max-width: 991.98px) {
  .header-content .nav-drop .form-control {
    display: block;
    margin: 0 5%;
    width: 90%;
  }
}
.header-content .nav-drop input::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.header-content .nav-drop input::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.header-content .nav-drop input:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.header-content .nav-drop input::-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.header-content .nav-drop input::placeholder {
  color: #bbb;
  opacity: 1;
}
.header-content.search-active .search-box {
  width: 50vw;
  opacity: 1;
  visibility: visible;
}
.header-content.search-active .nav-drop {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
.header-content.search-active .search-opener {
  opacity: 0;
  visibility: hidden;
}
.header-content.search-active .search-box .search-opener {
  opacity: 1;
  font-size: 26px;
  visibility: visible;
}

.search-area {
  position: relative;
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  .search-area {
    display: none;
  }
}
.search-area .search-box {
  width: 0;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-area .search-opener {
  position: absolute;
  right: 15px;
  top: 30px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.search-area .form-control {
  background: transparent;
  border: 0;
  height: 73px;
  font-size: 22px;
  line-height: 33px;
  outline: none;
  padding: 0;
  color: #bbb;
}
.search-area .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-area input::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.search-area input::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.search-area input:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.search-area input::-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.search-area input::placeholder {
  color: #bbb;
  opacity: 1;
}

.header-fix {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 0.95;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
  .header-fix {
    display: none;
  }
}
.sticky-header .header-fix {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-fix .menu a {
  color: #555;
}
@media (max-width: 991.98px) {
  .header-fix .menu a {
    color: #fff !important;
  }
}
.header-fix .search-area .search-opener {
  color: #555;
  top: 13px;
}
.header-fix .menu-opener {
  top: 15px;
}
@media (max-width: 991.98px) {
  .header-fix .menu-opener em {
    color: #555 !important;
  }
}
.header-fix .menu-opener:before, .header-fix .menu-opener:after {
  background: #555;
}
.header-fix .menu-opener span:before {
  background: #555;
}
.header-fix .logo {
  width: 140px;
}
.header-fix .search-area .form-control {
  height: 50px;
}

.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: 690px;
  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 {
  max-width: 942px;
}
.careers-post .image {
  margin: 0 0 68px;
}
.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 66px;
}
@media (max-width: 767px) {
  .talent-intro {
    padding: 130px 0 50px;
  }
}
.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: 52.1%;
}
@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 {
  float: right;
  margin: 0 -84px 0 0;
}
@media (max-width: 1439px) {
  .talent-intro .holder .image img {
    max-width: 110%;
    margin-right: -54px;
  }
}
@media (max-width: 991px) {
  .talent-intro .holder .image img {
    margin: 0 auto;
    float: none;
  }
}
.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;
  }
}
.thanks-area {
  background: url(../images/bg-thankyou.jpg) no-repeat #004b49;
  padding: 194px 0 0;
  background-size: cover;
}
@media (max-width: 767px) {
  .thanks-area {
    padding-top: 120px;
  }
}
.thanks-area h1 {
  text-align: center;
  color: #fff;
  font-size: 200px;
  line-height: 1;
  margin: 0 0 -134px;
  letter-spacing: 22px;
}
@media (max-width: 1439px) {
  .thanks-area h1 {
    font-size: 150px;
    margin-bottom: -90px;
  }
}
@media (max-width: 1199px) {
  .thanks-area h1 {
    letter-spacing: 1.5px;
  }
}
@media (max-width: 767px) {
  .thanks-area h1 {
    font-size: 80px;
    margin-bottom: -40px;
  }
}
@media (max-width: 575px) {
  .thanks-area h1 {
    font-size: 55px;
    margin-bottom: -20px;
  }
}
.thanks-area .image {
  max-width: 1039px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .thanks-area .image {
    max-width: 700px;
  }
}
.thanks-area .image img {
  width: 100%;
  height: auto;
  display: block;
}

.giving_circles_secc {
  padding: 200px 0 80px;
}
.giving_circles_secc .sec_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}
.giving_circles_secc .image_main {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 35%;
  margin-left: 7%;
}
.giving_circles_secc .image_main img {
  width: 100%;
  height: auto;
  display: block;
}
.giving_circles_secc .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.giving_circles_secc .description h2 {
  font-size: 50px;
  line-height: 1.2;
  margin: 0 0 6px;
}
.giving_circles_secc .description h2.h3 {
  color: #b2282d;
  font-weight: 700;
  margin: 0 0 60px;
  font-size: 22px;
  line-height: 1.2;
}
.giving_circles_secc .description p span {
  color: #b2282d;
}
.giving_circles_secc .sec_wrap-outer {
  padding-top: 60px;
}
.giving_circles_secc .sec_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 45px;
}
.giving_circles_secc .sec_wrap .image {
  width: 200px;
  margin-right: 80px;
}
.giving_circles_secc .sec_wrap .image img {
  width: 100%;
  height: auto;
  display: block;
}
.giving_circles_secc .sec_wrap .text-holder {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.giving_circles_secc .giving_circles_cta {
  text-align: center;
}
.giving_circles_secc .giving_circles_cta .title {
  display: block;
  color: #b2282d;
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Titillium Web", "Arial", "Helvetica", sans-serif;
}
.giving_circles_secc .giving_circles_cta .giving_circles_cta-wrap {
  margin: 0 0 50px;
}
.giving_circles_secc .giving_circles_cta .giving_circles_cta-wrap .name {
  display: block;
}
.giving_circles_secc .giving_circles_cta .giving_circles_cta-wrap span {
  display: block;
}
.giving_circles_secc .giving_circles_cta .giving_circles_cta-wrap a {
  color: #000;
}
.giving_circles_secc .giving_circles_cta .giving_circles_cta-wrap a:hover {
  color: #b2282d;
}

.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;
  }
}

.footer {
  background-color: #d9d9d6;
  padding: 32px 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 293px;
}
@media (max-width: 767.98px) {
  .footer {
    height: 330px;
  }
}
.footer .logo {
  width: 200px;
  margin: 0 auto 22px;
}
.footer .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer ul {
  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;
  font-size: 15px;
  line-height: 22px;
  margin: 10px 0 25px;
}
.footer ul li {
  position: relative;
  padding: 0 7px;
}
.footer ul.social-link {
  margin-bottom: 34px !important;
}
.footer ul.social-link li {
  padding: 0 3px;
}
.footer ul li:before {
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  content: "";
  width: 1px;
  background: #000;
}
.footer ul li:first-child:before {
  display: none;
}
.footer ul a {
  color: #023047;
}
.footer ul a:hover {
  color: #fff
}

.bottom-line {
  background-color: #10191e;
  color: #708e9f;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}
.bottom-line a {
  color: #708e9f;
}
.bottom-line p {
  margin: 0;
}

.footer-wrap {
  height: 293px;
}
@media (max-width: 767.98px) {
  .footer-wrap {
    height: 330px;
  }
}

.social-link {
  margin: 0 0 30px !important;
}
.social-link li:before {
  display: none;
}
.social-link a {
  background-color: #263036;
  color: #708e9f !important;
  border-color: #263036 !important;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 1;
  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;
}
.social-link a:hover {
  background-color: #0eb290;
  color: #fff !important;
  border-color: #0eb290 !important;
}

.main {
  position: relative;
  z-index: 3;
}
body:not(.home) .visual-area {  
  background-attachment: inherit !important;
}
.visual-area {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 139px 0 200px;
  background-position: center center;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-height: 668px;
  background-attachment: fixed;
}
@media (max-width: 767.98px) {
  .visual-area {
    padding-bottom: 100px;
  }
}
.visual-area.add {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .visual-area.add {
    padding-bottom: 50px;
  }
}
.visual-area.add p {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 0 20px;
}
@media (max-width: 767.98px) {
  .visual-area.add p {
    font-size: 16px;
  }
}
.visual-area.add h1 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .visual-area.add h1 {
    font-size: 26px;
  }
}
.visual-area.add .btn {
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.visual-area:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  content: "";
  background-color: #000000;
  opacity: 0.5;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.visual-area .sub-logo {
  width: 220px;
  margin: 0 auto 20px;
}
@media (max-width: 767.98px) {
  .visual-area .sub-logo {
    display: none;
  }
}
.visual-area .sub-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.visual-area .head {
  position: relative;
}
.visual-area .btn {
  min-width: 187px;
}
body.home .visual-area h1 {
  font-size: 51px;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #ffffff;
  padding: 0 5% 30px;
  line-height: 51px;
  font-weight: 900;
  margin-bottom: -11px;
}
@media (max-width: 991.98px) {
  body.home .visual-area h1 {
    font-size: 40px;
    letter-spacing: 4px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  body.home .visual-area h1 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
.visual-area .container {
  max-width: 1225px;
}
.visual-area p {
  color: #fff;
  font-size: 17px;
  line-height: 32px;
  padding: 0 5% 36px;
  letter-spacing: 0.8px;
}
@media (max-width: 767.98px) {
  .visual-area p {
    padding: 0 0 15px;
  }
}
.visual-area .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .visual-area .btn-holder {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .visual-area .btn-holder .btn {
    margin-bottom: 20px;
  }
}

.info-area {
  padding: 87px 0;
  background: #fff;
}
@media (max-width: 767.98px) {
  .info-area {
    padding: 50px 0;
  }
}
.info-area .head {
  text-align: center;
  margin: 0 0 59px;
  font-size: 15px;
  line-height: 22px;
}
.info-area .head h2 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #023047;
  margin: 0 0 45px;
}
@media (max-width: 767.98px) {
  .info-area .head h2 {
    margin: 0 0 25px;
    letter-spacing: 0;
    font-size: 18px;
  }
}
.info-area .head p {
  max-width: 775px;
  margin: 0 auto;
  line-height: 28px;
  letter-spacing: 0.4px;
}
.info-area .blocks-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info-area .block {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 991.98px) {
  .info-area .block {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .info-area .block {
    width: 100%;
  }
}
.info-area .block:nth-child(1) .inner:hover {
  background-color: #FFB703;
}
.info-area .block:nth-child(1) .inner:hover .ico-box {
  opacity: 0.5;
}
.info-area .block:nth-child(2) .inner:hover {
  background-color: #FB8500;
}
.info-area .block:nth-child(2) .inner:hover .ico-box {
  opacity: 0.5;
}
.info-area .block:nth-child(3) .inner:hover {
  background-color: #8ECAE6;
}
.info-area .block:nth-child(3) .inner:hover .ico-box {
  opacity: 0.5;
}
.info-area .block:nth-child(4) .inner:hover {
  background-color: #219EBC;
}
.info-area .block:nth-child(4) .inner:hover .ico-box {
  opacity: 0.5;
}
.info-area .block .inner {
  background-color: #D9D9D6;
  padding: 30px;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
  .info-area .block .inner {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .info-area .block .inner {
    padding-bottom: 30px;
  }
}
.info-area .block .ico-box {
  width: 72px;
  margin: 0 auto 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.info-area .block .ico-box img {
  display: block;
  width: 100%;
  height: auto;
}
.info-area .block .title {
  display: block;
  font-weight: 400;
  color: #0c0c0c;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 22px;
  letter-spacing: 0.4px;
}
.info-area .block p {
  font-size: 15px;
  line-height: 27px;
  margin: 0;
  letter-spacing: 0.4px;
}

.textbar {
  padding: 30px 0;
  background: #023047;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}
.textbar h2 {
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin: 0 0 15px;
}
@media (max-width: 991.98px) {
  .textbar h2 {
    font-size: 24px;
    line-height: 1.1;
  }
}
.textbar p {
  padding: 0 5%;
  margin: 0;
  line-height: 27px;
}

.post-area {
  padding: 50px 0;
  background: #fff;
}
.post-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .post-area .container {
    display: block;
  }
}
.post-area .post-col {
  -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: 991.98px) {
  .post-area .post-col {
    margin-bottom: 30px;
  }
}
.post-area .post-col .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px;
}
@media (max-width: 767.98px) {
  .post-area .post-col .holder {
    display: block;
    text-align: center;
  }
}
.post-area .post-col .image-box {
  width: 82px;
}
@media (max-width: 767.98px) {
  .post-area .post-col .image-box {
    width: 60px;
    margin: 0 auto 20px;
  }
}
.post-area .post-col .image-box img {
  width: 100%;
  height: auto;
  display: block;
}
.post-area .post-col .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  font-size: 15px;
  line-height: 22px;
}
.post-area .post-col h3 {
  font-weight: 600;
  margin: 0 0 20px;
  color: #333;
  font-size: 15px;
  line-height: 22px;
}
.post-area .post-col .btn {
  width: 80%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .post-area .post-col .btn {
    width: 100%;
  }
}
.post-area .image-col {
  width: 49%;
  margin-left: 3%;
}
@media (max-width: 991.98px) {
  .post-area .image-col {
    margin: 0;
    width: 100%;
  }
}
.post-area .image-col .image {
  margin: 0 0 30px;
}
.post-area .image-col .image img {
  width: 100%;
  height: auto;
  display: block;
}

.testimonials-area {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  text-align: center;
}
.testimonials-area:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.testimonials-area .container {
  position: relative;
  z-index: 2;
}
.testimonials-area .slide {
  padding: 0 15px;
}
.testimonials-area h2 {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .testimonials-area h2 {
    font-size: 24px;
    line-height: 1.1;
  }
}
.testimonials-area q {
  color: #54595f;
  font-family: "ABeeZee", Sans-serif;
  font-size: 16px;
  font-weight: 100;
  font-style: italic;
  quotes: none;
  display: block;
  margin: 0;
  background-color: #f9fafa;
  padding: 20px;
  margin: 0 0 30px;
  position: relative;
}
.testimonials-area q:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.testimonials-area .slick-slider {
  cursor: -webkit-grab;
  cursor: grab;
}
.testimonials-area .slick-slider:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.testimonials-area cite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-align: left;
  font-size: 15px;
  line-height: 22px;
  font-style: normal;
}
.testimonials-area cite .name {
  display: block;
  font-weight: 700;
  color: #fff;
  width: 100%;
}
.testimonials-area cite span {
  color: #c6c6c6;
}
.testimonials-area .img {
  width: 55px;
  height: 55px;
}
.testimonials-area .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9999px;
  display: block;
}

.bottom-cta {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body:not(.home) .visual-area .container {
  max-width: 1330px;
  width: auto;
}
.bottom-cta .sec {
  width: 33.333%;
  padding: 2.6% 4.5% 2.3%;
  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: 20px;
}
@media (max-width: 991.98px) {
  .bottom-cta .sec {
    padding: 30px 25px 30px 25px;
  }
}
@media (max-width: 767.98px) {
  .bottom-cta .sec {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}
.bottom-cta .sec .ico-box {
  font-size: 70px;
  line-height: 1;
  color: #D9D9D6;
  margin-right: -10px;
}
@media (max-width: 767.98px) {
  .bottom-cta .sec .ico-box {
    margin-bottom: 15px;
  }
}
.bottom-cta .sec .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;
}
@media (max-width: 991.98px) {
  .bottom-cta .sec .description {
    font-size: 14px;
  }
}
.bottom-cta .sec .description .title {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #D9D9D6;
}
.bottom-cta .sec .description address {
  margin: 0;
}
.bottom-cta .sec1 {
  background-color: #219EBC;
}
.bottom-cta .sec2 {
  width: 33.333%;
  background-color: #023057;
}
.bottom-cta .sec3 {
  width: 33.333%;
  background-color: #219EBC;
}

.content-section {
  background: #fff;
  padding: 50px 0;
}
.content-section h1 {
  font-size: 40px;
  color: #023047;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 30px;
}
@media (max-width: 767.98px) {
  .content-section h1 {
    font-size: 26px;
  }
}
.content-section h2 {
  font-size: 20px;
  color: #023047;
  font-weight: 600;
  margin: 0 0 15px;
}
@media (max-width: 767.98px) {
  .content-section h2 {
    font-size: 18px;
  }
}
.content-section .spacer {
  height: 40px;
}
@media (max-width: 767.98px) {
  .content-section .spacer {
    height: 20px;
  }
}
.content-section ul {
  padding-left: 15px;
}
.content-section .btn {
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}

.career-info {
  background: #fff;
}
.career-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.career-info .container:before {
  position: absolute;
  left: 15px;
  top: 0;
  right: 15px;
  content: "";
  border-top: 1px dotted #000;
}
.career-info .text-holder {
  width: 35%;
}
@media (max-width: 767.98px) {
  .career-info .text-holder {
    width: 100%;
  }
}
.career-info .text-holder h2 {
  font-size: 25px;
  color: #023047;
  line-height: 1;
  font-weight: 600;
}
.career-info .text-holder ul {
  padding-left: 13px;
}
.career-info .text-holder a {
  color: #023047;
  text-decoration: underline;
}
.career-info .text-holder a:hover {
  text-decoration: none;
}
.career-info .image-holder {
  width: 30%;
  padding: 0 30px;
}
@media (max-width: 991.98px) {
  .career-info .image-holder {
    width: 50%;
    padding: 0 30px 0 0;
  }
}
@media (max-width: 767.98px) {
  .career-info .image-holder {
    width: 100%;
    padding: 0 30px 0 0;
  }
}
.career-info .image-holder .image {
  margin-bottom: 20px;
}
.career-info .image-holder .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.career-info .image-holder2 {
  width: 35%;
}
@media (max-width: 767.98px) {
  .career-info .image-holder2 {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .career-info .image-holder2 {
    width: 100%;
  }
}
.career-info .image-holder2 .image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cta {
  background-color: #023047;
  padding: 30px 0 20px;
  position: relative;
}
.cta:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
  content: "";
}
.cta h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 25px;
  color: #fff;
  text-align: center;
}
.cta ul {
  margin: 0 -11px;
  padding: 0;
  list-style: none;
  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;
}
.cta ul li {
  width: 25%;
  padding: 0 5px 10px;
  text-transform: uppercase;
}
.cta ul li a {
  line-height: 1;
}
@media (max-width: 767.98px) {
  .cta ul li {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .cta ul li {
    width: 100%;
  }
}
.cta ul a {
  display: block;
  padding: 10px 7px 10px 7px;
  background: #FFB703;
  color: #000;
  text-align: center;
}
@media (max-width: 991.98px) {
  .cta ul a {
    font-size: 15px;
  }
}
.cta ul a:hover {
  background: #8ecae6 !important;
}

.post-area .post-col .description {
  font-size: 15px;
  line-height: 27px;
}
.bottom-cta .sec .description address {
  font-size: 26px;
}
.description span.time,
.description span.tell {
  font-size: 26px;
}
.bottom-line p {
  font-weight: bold;
  text-transform: uppercase;
}

body:not(.home) .visual-area.add h1 {
  color: #fff;
}





/*! elementor-pro - v3.35.0 - 11-02-2026 */
@charset "UTF-8";
.elementor-widget-archive-posts:after,.elementor-widget-posts:after {
  display:none
}
.elementor-post__thumbnail__link {
  transition:none
}
.elementor-posts-container.elementor-posts-masonry {
  align-items:flex-start
}
.elementor-posts-container:not(.elementor-posts-masonry) {
  align-items:stretch
}
.elementor-posts-container .elementor-post {
  margin:0;
  padding:0
}
.elementor-posts-container .elementor-post__excerpt {
  flex-grow:var(--read-more-alignment,0)
}
.elementor-posts-container .elementor-post__thumbnail {
  overflow:hidden
}
.elementor-posts-container .elementor-post__thumbnail img {
  display:block;
  max-height:none;
  max-width:none;
  transition:filter .3s;
  width:100%
}
.elementor-posts-container .elementor-post__thumbnail__link {
  display:block;
  position:relative;
  width:100%
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
  inset:0
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
  height:auto;
  left:calc(50% + 1px);
  position:absolute;
  top:calc(50% + 1px);
  transform:scale(1.01) translate(-50%,-50%)
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
  height:100%;
  width:auto
}
.elementor-posts .elementor-post {
  flex-direction:column;
  transition-duration:.25s;
  transition-property:background,border,box-shadow
}
.elementor-posts .elementor-post__title {
  font-size:18px;
  margin:0
}
.elementor-posts .elementor-post__excerpt {
  margin-bottom:10px
}
.elementor-posts .elementor-post__excerpt p {
  color:#777;
  font-size:14px;
  line-height:1.5em;
  margin:0
}
.elementor-posts .elementor-post__text {
  display:var(--item-display,block);
  flex-direction:column;
  flex-grow:1
}
.elementor-posts .elementor-post__meta-data {
  color:#adadad;
  font-size:12px;
  line-height:1.3em;
  margin-bottom:13px
}
.elementor-posts .elementor-post__read-more {
  align-self:flex-start;
  font-size:12px;
  font-weight:700
}
.elementor-posts .elementor-post__thumbnail {
  position:relative
}
.elementor-posts--skin-classic .elementor-post {
  overflow:hidden
}
.elementor-posts--align-left .elementor-post {
  text-align:left
}
.elementor-posts--align-right .elementor-post {
  text-align:right
}
.elementor-posts--align-center .elementor-post {
  text-align:center
}
.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
  margin-bottom:20px
}
.elementor-posts--thumbnail-top .elementor-post__text {
  width:100%
}
.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link {
  margin-right:auto
}
.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link {
  margin-left:auto
}
.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link {
  margin-inline:auto
}
.elementor-posts--thumbnail-left .elementor-post,
.elementor-posts--thumbnail-right .elementor-post {
  flex-direction:row
}
.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,
.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
  flex-shrink:0;
  width:25%
}
.elementor-posts--thumbnail-left .elementor-post__thumbnail__link {
  margin-right:20px;
  order:0
}
.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
  margin-left:20px;
  order:5
}
.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link {
  display:none
}
.elementor-posts .elementor-post {
  display:flex
}
.elementor-posts .elementor-post__card {
  background-color:#fff;
  border:0 solid #69727d;
  border-radius:3px;
  display:flex;
  flex-direction:column;
  min-height:100%;
  overflow:hidden;
  position:relative;
  transition:all .25s;
  width:100%
}
.elementor-posts .elementor-post__card .elementor-post__thumbnail {
  position:relative;
  transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d
}
.elementor-posts .elementor-post__card .elementor-post__thumbnail img {
  width:calc(100% + 1px)
}
.elementor-posts .elementor-post__card .elementor-post__text {
  margin-bottom:0;
  margin-top:20px;
  padding:0 30px
}
.elementor-posts .elementor-post__card .elementor-post__read-more {
  display:inline-block;
  margin-bottom:20px
}
.elementor-posts .elementor-post__card .elementor-post__meta-data {
  border-top:1px solid #eaeaea;
  margin-bottom:0;
  padding:15px 30px
}
.elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before {
  margin:0 5px
}
.elementor-posts .elementor-post__card .elementor-post__title {
  font-size:21px
}
.elementor-posts .elementor-post__card .elementor-post__excerpt {
  line-height:1.7
}
.elementor-posts .elementor-post__card .elementor-post__excerpt,
.elementor-posts .elementor-post__card .elementor-post__title {
  margin-bottom:25px
}
.elementor-posts .elementor-post__card .elementor-post__badge,
.elementor-posts .elementor-post__card .elementor-post__read-more {
  text-transform:uppercase
}
.elementor-posts .elementor-post__badge {
  background:#69727d;
  border-radius:999px;
  color:#fff;
  font-size:12px;
  font-weight:400;
  line-height:1;
  margin:20px;
  padding:.6em 1.2em;
  position:absolute;
  top:0
}
.elementor-posts .elementor-post__avatar {
  height:0;
  padding:0 30px;
  pointer-events:none;
  position:relative;
  top:-25px;
  width:100%
}
.elementor-posts .elementor-post__avatar img {
  border-radius:50%;
  pointer-events:all;
  transform:translateY(-50%);
  width:60px
}
.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data,
.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data {
  margin-top:auto
}
.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar {
  height:auto;
  padding-top:0;
  position:static
}
.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar {
  transform:translateY(0);
  vertical-align:bottom
}
.elementor-posts--show-avatar .elementor-post__thumbnail__link {
  margin-bottom:25px
}
.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after {
  background-image:linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
  background-repeat:no-repeat;
  bottom:0;
  content:"";
  display:block;
  height:100%;
  opacity:1;
  position:absolute;
  transition:all .3s ease-out;
  width:100%
}
.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after {
  opacity:.5
}
.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
  height:100%
}
.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
  width:calc(100% + 1px)
}
.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
  height:115%
}
.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
  width:115%
}
.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
  height:115%
}
.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
  width:115%
}
.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
  height:100%
}
.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
  width:calc(100% + 1px)
}
.elementor-posts__hover-zoom-in .elementor-post__thumbnail img,
.elementor-posts__hover-zoom-out .elementor-post__thumbnail img {
  transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1)
}
.elementor-card-shadow-yes .elementor-post__card {
  box-shadow:0 0 10px 0 rgba(0,0,0,.15)
}
.elementor-card-shadow-yes .elementor-post__card:hover {
  box-shadow:0 0 30px 0 rgba(0,0,0,.15)
}
.elementor-posts--skin-full_content article {
  flex-direction:column;
  overflow:hidden
}
.elementor-posts--skin-full_content article .elementor-post__thumbnail {
  padding-bottom:0
}
body.elementor-editor-active .elementor-posts--skin-archive_full_content,
body.elementor-editor-active .elementor-posts--skin-full_content {
  pointer-events:none
}
body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link,
body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link {
  display:none
}
.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post,
body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link {
  display:block
}
.elementor-portfolio__filters {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  list-style:none;
  margin:0;
  padding:0
}
.elementor-portfolio__filter {
  cursor:pointer;
  margin:0;
  padding:8px
}
.elementor-portfolio__filter:focus-visible {
  outline:1px auto -webkit-focus-ring-color
}
.elementor-portfolio-item {
  align-self:flex-start;
  margin:0;
  overflow:hidden;
  transform-style:preserve-3d;
  transition-property:transform,opacity;
  transition-timing-function:ease-in-out
}
.elementor-portfolio-item__title {
  color:#fff;
  font-size:18px;
  line-height:1;
  margin:0;
  padding:0
}
.elementor-portfolio-item__tags__separator:before {
  content:", "
}
.elementor-portfolio-item__overlay {
  background-color:hsla(213,9%,45%,.8);
  display:flex;
  flex-direction:column;
  inset:0;
  justify-content:center;
  opacity:0;
  overflow:hidden;
  padding:15px;
  position:absolute;
  text-align:center;
  transition:opacity 1s
}
.elementor-portfolio-item__img img[src=""] {
  background-color:rgba(0,0,0,.1);
  height:100%
}
.elementor-portfolio-item:focus-within .elementor-portfolio-item__overlay,
.elementor-portfolio-item:hover .elementor-portfolio-item__overlay {
  opacity:1;
  transition:opacity .5s
}
.elementor-portfolio.elementor-has-item-ratio {
  transition:height .5s
}
.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail {
  background-color:rgba(0,0,0,.1);
  position:absolute
}
.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link {
  padding-bottom:56.25%
}
.elementor ul li.elementor-portfolio__filter {
  list-style-type:none
}
.e-con-inner>.elementor-widget-portfolio,
.e-con>.elementor-widget-portfolio {
  width:var(--container-widget-width);
  --flex-grow:var( --container-widget-flex-grow )
}
.elementor-widget-archive-posts.load-more-align-center .elementor-button-wrapper,
.elementor-widget-posts.load-more-align-center .elementor-button-wrapper {
  text-align:center
}
.elementor-widget-archive-posts.load-more-align-start .elementor-button-wrapper,
.elementor-widget-posts.load-more-align-start .elementor-button-wrapper {
  text-align:start
}
.elementor-widget-archive-posts.load-more-align-end .elementor-button-wrapper,
.elementor-widget-posts.load-more-align-end .elementor-button-wrapper {
  text-align:end
}
.elementor-widget-archive-posts.load-more-align-justify .elementor-button,
.elementor-widget-posts.load-more-align-justify .elementor-button {
  width:100%
}
.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container,
.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container {
  cursor:default
}
.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner,
.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner {
  margin-top:var(--load-more—spacing,30px)
}
.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,
.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg,
.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,
.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg {
  display:flex
}
.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,
.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper {
  visibility:hidden
}
.elementor-widget-archive-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,
.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper,
.elementor-widget-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,
.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper {
  display:none
}
.elementor-widget-archive-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.e-load-more-message,
.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message,
.elementor-widget-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.e-load-more-message,
.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message {
  display:block
}
.elementor-widget-archive-posts.e-load-more-no-spinner:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button-content-wrapper,
.elementor-widget-archive-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,
.elementor-widget-posts.e-load-more-no-spinner:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button-content-wrapper,
.elementor-widget-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper {
  visibility:visible
}
.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner,
.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner,
.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner,
.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner {
  display:flex
}
.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,
.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,
.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,
.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,
.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,
.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,
.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i,
.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg {
  display:none;
  margin:0 auto
}
.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,
.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,
.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,
.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i {
  color:var(--load-more-spinner-color)
}
.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,
.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,
.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,
.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg {
  fill:var(--load-more-spinner-color);
  height:1em;
  width:1em
}
.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-message,
.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-message,
.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-message,
.elementor-widget-posts>.elementor-widget-container .e-load-more-message {
  color:var(--load-more-message-color);
  display:none;
  margin-top:var(--load-more—spacing,30px);
  text-align:var(--load-more-message-alignment,center)
}
.elementor-widget-archive-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,
.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper,
.elementor-widget-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,
.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper {
  margin-top:var(--load-more—spacing,30px)
}
.elementor-widget-archive-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .e-load-more-spinner,
.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner,
.elementor-widget-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .e-load-more-spinner,
.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner {
  inset-block-start:50%;
  inset-inline-start:50%;
  margin:inherit;
  position:absolute;
  transform:translate(-50%,-50%)
}
.elementor-widget-archive-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button,
.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button,
.elementor-widget-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button,
.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button {
  cursor:pointer;
  position:relative
}

.page-id-1158 .main a {
  text-decoration: none !important;
}

.elementor-post-navigation__link__next {
  position: relative;
}

.post-navigation__next--label {
  font-size: 21px;
  color: #aaa;
}

.icon-chevron-right-solid-full:before {
  content: "\e90d";
}

.elementor-post-navigation__link__next:before {
  position: absolute;
  right: -31px;
  top: 9px;
  content: "\e90d";
  font-family: 'pdm-icomoon' !important;
  color: #aaa;
  font-weight: 700;
  font-size: 23px;
}

.post-navigation__next--title {
  font-size: 10.5px;
}

.header-content.search-active .search-box form {
  width: 100%;
}

.page-id-1160 .visual-area.add p {
  font-size: 22px;
  line-height: 28px;
}