/* veriabels */
/* FONTS */
/* COLOR */
/* TRANSITION */
/* mixins */
/* media */
/* max-width */
/* min-width */
/* FONTS */
/* SVG Socails Animation */
/* BASE */
/* FONTS */
/* COLOR */
/* TRANSITION */
@font-face {
  font-family: "Graphik";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Graphik-Medium.eot");
  src: url("../fonts/Graphik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Medium.woff") format("woff"), url("../fonts/Graphik-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Graphik";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Graphik-Regular.eot");
  src: url("../fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Trajan Pro 3 Regular";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/TrajanPro3Regular.eot");
  src: url("../fonts/TrajanPro3Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TrajanPro3Regular.woff") format("woff"), url("../fonts/TrajanPro3Regular.ttf") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-family: "Graphik";
  font-weight: 500;
}

html.overflow, body.overflow {
  height: 100vh;
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
}

.main {
  padding-top: 115px;
  display: block;
  overflow-x: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .main {
    padding-top: 70px;
  }
}

.main_home {
  padding-top: 0;
}

@media (max-width: 991px) {
  .main_home {
    padding-top: 0;
  }
}

.subtitle {
  margin-bottom: 62px;
  padding-right: 60px;
  position: relative;
  border-bottom: 1px solid rgba(44, 44, 44, 0.42);
}

@media (max-width: 1500px) and (min-width: 768px) {
  .subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    position: static;
  }
}

@media (max-width: 1260px) and (min-width: 768px) {
  .subtitle {
    margin-left: 50px;
  }
}

@media (max-width: 576px) {
  .subtitle {
    margin-bottom: 35px;
    padding-right: 30px;
  }
}

.subtitle:before {
  width: 42px;
  height: 42px;
  content: '';
  position: absolute;
  top: 1px;
  left: -153.5px;
  background-image: url("../img/heading_logo.png");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

@media (max-width: 1500px) and (min-width: 768px) {
  .subtitle:before {
    left: 19px;
    top: initial;
  }
}

@media (max-width: 767px) {
  .subtitle:before {
    left: initial;
    right: 0;
  }
}

@media (max-width: 576px) {
  .subtitle:before {
    top: -3px;
    width: 25px;
    height: 25px;
  }
}

.subtitle h3 {
  display: table;
  font-size: 42px;
  letter-spacing: 3.5px;
  line-height: 50px;
  font-family: "Trajan Pro 3 Regular";
  font-weight: 400;
  color: #222222;
  padding-bottom: 60px;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 991px) {
  .subtitle h3 {
    font-size: 36px;
    padding-bottom: 35px;
  }
}

@media (max-width: 576px) {
  .subtitle h3 {
    padding-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 26px;
  }
}

.subtitle h3:after {
  left: 0;
  bottom: -3px;
  width: 203px;
  height: 3px;
  background-color: #222222;
  content: '';
  position: absolute;
}

@media (max-width: 576px) {
  .subtitle h3:after {
    width: 85px;
  }
}

.subtitle h3 span {
  display: block;
}

h4 {
  font-family: "Trajan Pro 3 Regular";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 25px;
  color: #195F4D;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  h4 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.78px;
    line-height: 18px;
  }
}

.text-content p {
  color: #2C2C2C;
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 27px;
}

@media (max-width: 576px) {
  .text-content p {
    font-size: 14px;
    letter-spacing: -0.04px;
    line-height: 24px;
  }
}

.text-content ul li {
  margin-bottom: 20px;
  padding-left: 40px;
  color: #222222;
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 27px;
  position: relative;
}

@media (max-width: 576px) {
  .text-content ul li {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: -0.04px;
    line-height: 24px;
  }
}

.text-content ul li a {
  color: #222222;
  text-decoration: underline;
}

.text-content ul li a:hover {
  text-decoration: none;
}

.text-content ul li:before {
  top: 6px;
  left: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("../img/dot.svg");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}


.text-content ol li {
    margin-bottom: 20px;
    padding-left: 40px;
    color: #222222;
    font-family: "Graphik";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.05px;
    line-height: 27px;
    position: relative;
}

@media (max-width: 576px) {
    .text-content ol li {
        margin-bottom: 10px;
        font-size: 14px;
        letter-spacing: -0.04px;
        line-height: 24px;
    }
}

.text-content ol li a {
    color: #222222;
    text-decoration: underline;
}

.text-content ol li a:hover {
    text-decoration: none;
}

.text-content ol li:before {
    top: 6px;
    left: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    /*background-image: url("../img/dot.svg");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;*/
}

.breadcrumbs {
  margin-top: 58px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 25px;
  }
}

.breadcrumbs a {
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 27px;
  color: #222222;
  font-family: "Graphik";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs a svg {
  margin-right: 18px;
  width: 100%;
  max-width: 21px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.breadcrumbs a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.breadcrumbs a:hover {
  color: #195F4D;
}

.breadcrumbs a:hover svg path {
  fill: #195F4D !important;
}

.breadcrumbs a:hover svg {
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
}

.text-page {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .text-page {
    padding-top: 50px;
  }
}

.text-page h4 {
  margin: 30px 0 10px;
}

@media (max-width: 991px) {
  .text-page h4 {
    margin-top: 20px;
  }
}

.text-page p {
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .text-page p {
    padding-bottom: 20px;
  }
}

.text-page a {
  color: #195F4D;
}

.text-page a:hover {
  text-decoration: underline;
}

/* animation styles */
.preloader {
  padding-top: 115px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .preloader {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  .preloader {
    padding: 70px 20px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) and (min-height: 750px) {
  .preloader {
    padding-bottom: 0;
  }
}

.preloader.hide {
  -webkit-animation: fadeInPage 0.8s;
  animation: fadeInPage 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.preloader .first-screen__text {
  opacity: 0 !important;
  display: none;
}

@media (max-width: 576px) {
  .preloader .first-screen__text {
    display: block;
  }
}

.preloader img {
  max-width: 180px;
}

@media (max-width: 576px) {
  .preloader img {
    margin: 0 0 20px;
    max-width: 162px;
    height: 162px;
    position: static;
  }
}

@-webkit-keyframes fadeInPage {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeInPage {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.js-animated {
  -webkit-transition: opacity 0.7s, -webkit-transform 1.1s;
  transition: opacity 0.7s, -webkit-transform 1.1s;
  -o-transition: opacity 0.7s, transform 1.1s;
  transition: opacity 0.7s, transform 1.1s;
  transition: opacity 0.7s, transform 1.1s, -webkit-transform 1.1s;
}

.subtitle.js-animated:before {
  -webkit-transition: opacity 0.7s, -webkit-transform 1.1s;
  transition: opacity 0.7s, -webkit-transform 1.1s;
  -o-transition: opacity 0.7s, transform 1.1s;
  transition: opacity 0.7s, transform 1.1s;
  transition: opacity 0.7s, transform 1.1s, -webkit-transform 1.1s;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.subtitle.js-animated h3:after {
  max-width: 0;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-transition: max-width 2.5s ease-in-out;
  -o-transition: max-width 2.5s ease-in-out;
  transition: max-width 2.5s ease-in-out;
}

.subtitle.js-animated_show:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.subtitle.js-animated_show h3 span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.subtitle.js-animated_show h3:after {
  max-width: 100%;
}

.text-content.js-animated {
  opacity: 0;
}

.text-content.js-animated_show {
  opacity: 1;
}

.about__image.js-animated {
  opacity: 0;
}

.about__image.js-animated_show {
  opacity: 1;
}

.about__map span.js-animated {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  -o-transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
}

.about__map span.js-animated:nth-child(1) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.about__map span.js-animated:nth-child(2) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.about__map span.js-animated:nth-child(3) {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.about__map span.js-animated_show {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.pillars__list.js-animated {
  opacity: 0;
}

.pillars__list.js-animated_show {
  opacity: 1;
}

.pillars__numbers.js-animated {
  opacity: 0;
}

.pillars__numbers.js-animated_show {
  opacity: 1;
}

.pillars__numbers img.js-animated {
  opacity: 0;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}

.pillars__numbers img.js-animated_show {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.team__item.js-animated {
  opacity: 0;
}

.team__item.js-animated_show {
  opacity: 1;
}

.services__link.js-animated {
  opacity: 0;
}

.services__link.js-animated_show {
  opacity: 1;
}

.text-animated.js-animated {
  opacity: 0;
}

.text-animated.js-animated_show {
  opacity: 1;
}

.arrow-down {
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

.arrow-down img {
  margin-top: 10px;
  display: block;
  -webkit-animation: bounce 3s infinite;
          animation: bounce 3s infinite;
  -webkit-transition: all .45s;
  -o-transition: all .45s;
  transition: all .45s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.other-page {
  -webkit-animation: showPage 1.2s;
  animation: showPage 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes showPage {
  to {
    opacity: 1;
  }
}

@keyframes showPage {
  to {
    opacity: 1;
  }
}

.header {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 5;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(206, 206, 206, 0.2);
}

.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1465px;
  height: 115px;
  padding-right: 80px;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

@media (max-width: 1500px) {
  .header .container {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .header .container {
    padding: 0 20px;
    height: 70px;
  }
}

.header.sticky {
  opacity: 1;
}

.header.sticky .container {
  height: 85px;
}

@media (max-width: 991px) {
  .header__logo {
    width: 139px;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .header__content {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(-100vh);
        -ms-transform: translateY(-100vh);
            transform: translateY(-100vh);
    opacity: 0;
  }
  .header__content.show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .header__content > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 0 50px;
    height: 100%;
  }
}

.header__burger, .header__close {
  display: none;
  font-family: "Trajan Pro 3 Regular";
  color: #2D7D68;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.26px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .header__burger, .header__close {
    display: block;
  }
}

.header__close {
  top: 25px;
  right: 16px;
  position: absolute;
}

.header__socials {
  margin-top: 40px;
  display: none;
}

@media (max-width: 767px) {
  .header__socials {
    display: block;
  }
}

.header__socials h4 {
  color: #4D907F;
  font-family: "Trajan Pro 3 Regular";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.56px;
  line-height: 20px;
  text-align: center;
}

.header__socials ul {
  margin: 20px -7px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__socials ul li {
  padding: 0 7px;
}

.header__socials ul li a {
  width: 45px;
  height: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(187, 192, 191, 0.33);
}

.header__socials ul li a:hover {
  background-color: rgba(187, 192, 191, 0.33);
}

.header__socials ul li a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header__menu li {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .header__menu li {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .header__menu li {
    margin-left: 0;
    margin-top: 20px;
    padding-bottom: 10px;
  }
}

.header__menu li a {
  padding: 0 5px;
  font-family: "Trajan Pro 3 Regular";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.58px;
  line-height: 22px;
  color: #222222;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .header__menu li a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2.26px;
    line-height: 21px;
  }
}

@media (max-width: 767px) {
  .header__menu li a {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3.87px;
    line-height: 24px;
  }
}

.header__menu li a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #195F4D;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .header__menu li a:after {
    bottom: -10px;
    background: #2D7D68;
  }
}

.header__menu li a.hovered.active:after {
  opacity: 0 !important;
}

.header__menu li a:hover, .header__menu li a.active {
  color: #195F4D;
}

.header__menu li a.active:after, .header__menu li a:hover:after {
  opacity: 1;
}

.footer {
  margin-top: 60px;
  padding-top: 78px;
  background-color: #E4E9E8;
}

@media (max-width: 767px) {
  .footer {
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer .subtitle {
    margin-bottom: 25px;
  }
}

.footer__row {
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 991px) {
  .footer__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .footer__row {
    margin-top: 20px;
  }
}

.footer__col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer__col h4 {
  margin-bottom: 30px;
  font-weight: 700;
  color: #222222;
}

@media (max-width: 991px) {
  .footer__col h4 {
    margin-bottom: 20px;
  }
}

.footer__col p {
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 25px;
  font-family: "Graphik";
  font-weight: 400;
  color: #222222;
}

@media (max-width: 767px) {
  .footer__col p {
    font-size: 14px;
    letter-spacing: -0.04px;
    line-height: 24px;
  }
}

.footer__col p a {
  text-decoration: underline;
  color: #195F4D;
}

.footer__col p a:hover {
  text-decoration: none;
}


@media (max-width: 1200px) {
  .footer__col_first {
    padding-right: 20px;
    min-width: 280px;
    width: 280px;
  }
}

@media (max-width: 991px) {
  .footer__col_first {
    padding: 0;
  }
}

@media (max-width: 576px) {
  .footer__col_first p {
    max-width: 235px;
  }
}

.footer__col_second {
  min-width: 357px;
  width: 357px;
  padding-left: 80px;
  padding-right: 65px;
  padding-bottom: 25px;
  border-left: 1px solid rgba(187, 192, 191, 0.33);
  border-right: 1px solid rgba(187, 192, 191, 0.33);
}

@media (max-width: 1200px) {
  .footer__col_second {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .footer__col_second {
    border-top: 1px solid rgba(187, 192, 191, 0.33);
    border-bottom: 1px solid rgba(187, 192, 191, 0.33);
    border-left: none;
    border-right: none;
    margin: 22px 0;
    padding: 22px 0;
    min-width: 100%;
    width: 100%;
  }
}

.footer__col_third {
  padding-left: 60px;
  width: 268px;
  min-width: 268px;
  padding-bottom: 26px;
}

@media (max-width: 1200px) {
  .footer__col_third {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .footer__col_third {
    width: 100%;
    min-width: 100%;
    padding: 0;
  }
}

.footer__col_fourth {
  padding-left: 80px;
  border-left: 1px solid rgba(187, 192, 191, 0.33);
}

@media (max-width: 1200px) {
  .footer__col_fourth {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .footer__col_fourth {
    border-top: 1px solid rgba(187, 192, 191, 0.33);
    border-left: none;
    border-right: none;
    margin: 22px 0;
    padding: 22px 0;
    min-width: 100%;
    width: 100%;
  }
}

.footer__socials {
  margin: 33px -7px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .footer__socials {
    margin-top: 0;
  }
}

.footer__socials li {
  padding: 0 7px;
}

.footer__socials li a {
  width: 45px;
  height: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(187, 192, 191, 0.33);
}

.footer__socials li a:hover {
  background-color: rgba(187, 192, 191, 0.33);
}

.footer__socials li a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.footer__submenu {
  margin-top: 60px;
  border-top: 1px solid #BBC0BF;
  min-height: 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .footer__submenu {
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  .footer__submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0;
  }
}

.footer__submenu li {
  margin: 0 21px;
}

@media (max-width: 767px) {
  .footer__submenu li {
    margin: 11px 0;
  }
}

.footer__submenu li a {
  display: block;
  opacity: 0.5;
  color: #222222;
  font-family: "Graphik";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.04px;
  line-height: 14px;
}

.footer__submenu li a:hover {
  text-decoration: underline;
}

.footer__bottom {
  border-top: 1px solid #BBC0BF;
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 40px 45px 30px;
    height: auto;
  }
}

.footer__bottom p {
  opacity: 0.5;
  color: #222222;
  font-family: "Graphik";
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.04px;
  line-height: 17.6px;
}

@media (max-width: 767px) {
  .footer__bottom p {
    margin: 8px 0;
    font-size: 14px;
    letter-spacing: -0.04px;
    line-height: 20.6px;
  }
}

.footer__copyright {
  white-space: nowrap;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .footer__copyright {
    margin: 0;
  }
}

.first-screen {
  position: relative;
}

.first-screen .container {
  height: -webkit-calc(100vh - 115px);
  height: calc(100vh - 115px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 991px) {
  .first-screen .container {
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
  }
}

@media (max-width: 576px) {
  .first-screen .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) and (min-height: 750px) {
  .first-screen .container {
    padding-bottom: 0;
  }
}

.first-screen__logo {
  max-width: 443px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0.25);
      -ms-transform: scale(0.25);
          transform: scale(0.25);
  opacity: 0;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-transition: opacity 0.5s, -webkit-transform 1s ease-in-out;
  transition: opacity 0.5s, -webkit-transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out, opacity 0.5s;
  transition: transform 1s ease-in-out, opacity 0.5s;
  transition: transform 1s ease-in-out, opacity 0.5s, -webkit-transform 1s ease-in-out;
}

@media (max-width: 991px) {
  .first-screen__logo {
    max-height: -webkit-calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    width: auto;
  }
}

@media (max-width: 576px) {
  .first-screen__logo {
    margin: 0 0 20px;
    max-width: 162px;
    height: 162px;
    position: static;
  }
}

.first-screen__text {
  max-width: 1030px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.first-screen__text div {
  overflow: hidden;
}

.first-screen__text div * {
  transition: transform 1.3s cubic-bezier(0.68, 0, 0.265, 1) 0.15s, -webkit-transform 1.3s cubic-bezier(0.68, 0, 0.265, 1) 0.15s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.first-screen__text h1 {
  font-size: 58px;
  letter-spacing: -0.18px;
  line-height: 68px;
  font-family: "Trajan Pro 3 Regular";
  color: #222222;
  font-weight: 400;
}

@media (max-width: 991px) {
  .first-screen__text h1 {
    font-size: 42px;
    letter-spacing: -0.55px;
    line-height: 48px;
  }
}

@media (max-width: 576px) {
  .first-screen__text h1 {
    font-size: 35px;
    letter-spacing: -0.55px;
    line-height: 42px;
  }
}

.first-screen__text p {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3.87px;
  line-height: 33px;
  color: #226151;
  font-family: "Trajan Pro 3 Regular";
}

@media (max-width: 991px) {
  .first-screen__text p {
    font-size: 20px;
    letter-spacing: 2.6px;
    line-height: 30px;
  }
}

@media (max-width: 576px) {
  .first-screen__text p {
    max-width: 235px;
    margin: 15px auto 0;
    font-size: 16px;
    letter-spacing: 2.58px;
    line-height: 21px;
  }
}

.first-screen.show-content .first-screen__logo {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

.first-screen.show-content .first-screen__text div * {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.first-screen.show-no-anim .first-screen__logo {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.first-screen.show-no-anim .first-screen__text div * {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.about {
  margin-top: 50px;
  padding-top: 50px;
  overflow: hidden;
}

.about__blurb {

    padding-bottom: 25px;
}

.about__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 767px) {
  .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about__row .text-content {
  max-width: 522px;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .about__row .text-content {
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .about__row .text-content {
    max-width: 100%;
  }
}

.about__row .text-content p {
  padding-top: 25px;
}

@media (max-width: 576px) {
  .about__row .text-content p {
    padding-top: 20px;
  }
}

.about__row .text-content ul {
  margin: 22px 0 40px;
  border-top: 1px solid rgba(167, 170, 169, 0.3);
}

@media (max-width: 576px) {
  .about__row .text-content ul {
    margin-bottom: 25px;
  }
}

.about__row .text-content ul li {
  margin: 0;
  padding: 20px 0 20px 40px;
  border-bottom: 1px solid rgba(167, 170, 169, 0.3);
}

.about__row .text-content ul li:before {
  top: 25px;
}

.about__row .text-content ol {
    margin: 22px 0 40px;
    border-top: 1px solid rgba(167, 170, 169, 0.3);
}

@media (max-width: 576px) {
    .about__row .text-content ol {
        margin-bottom: 25px;
    }
}

.about__row .text-content ol li {
    margin: 0;
    padding: 20px 0 20px 40px;
    /*border-bottom: 1px solid rgba(167, 170, 169, 0.3);*/
}

    .about__row .text-content ol li:before {
        top: 25px;
    }

.pillars__border {
    position: relative;
    left: -25px;
    width: 105%;
    border-bottom: 1px solid rgba(167, 170, 169, 0.3);
}

.about__map {
    padding-top: 55px;
    top: 40px;
    right: -35px;
    width: 100%;
    max-width: 722px;
    position: absolute;
}

@media (max-width: 767px) {
  .about__map {
    margin-top: -20px;
    right: 135px;
    position: relative;
    width: 722px;
  }
}

@media (max-width: 576px) {
  .about__map {
    width: 495px;
    right: -35px;
    margin-left: -195px;
  }
}

.about__map:before {
  display: none;
  content: '';
  position: absolute;
  left: -110px;
  top: 0;
  width: 400px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

@media (max-width: 576px) {
  .about__map:before {
    display: block;
  }
}

.about__map span {
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(29, 130, 104, 0.22);
}

.about__map span:after {
  content: '';
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(25, 95, 77, 0.68);
}

@media (max-width: 576px) {
  .about__map span:after {
    width: 5px;
    height: 5px;
  }
}

@media (max-width: 576px) {
  .about__map span {
    width: 10px;
    height: 10px;
    border-width: 2.5px;
  }
}

.about__map span:nth-child(1) {
  top: 130px;
  left: 327px;
}

@media (max-width: 576px) {
  .about__map span:nth-child(1) {
    top: 106px;
    left: 224px;
  }
}

.about__map span:nth-child(2) {
  top: 173px;
  left: 363px;
}

@media (max-width: 576px) {
  .about__map span:nth-child(2) {
    top: 133px;
    left: 245px;
  }
}

.about__map span:nth-child(3) {
  top: 207px;
  right: 108px;
}

@media (max-width: 576px) {
  .about__map span:nth-child(3) {
    top: 157px;
    right: 74px;
  }
}

.about__map span:nth-child(4) {
    top: 332px;
    left: 393px;
}

@media (max-width: 576px) {
    .about__map span:nth-child(4) {
        top: 246px;
        left: 270px;
    }
}

.about__image {
  width: 100%;
}

.pillars {
  margin-top: 100px;
  padding-top: 55px;
}

@media (max-width: 576px) {
  .pillars {
    margin-top: 0;
  }
}

.pillars__link {
  color: #195F4D !important;
  text-decoration: none !important;
}

.pillars__link-icon {
  margin: 0 3px;
}

.pillars__link-icon img {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
}

.pillars__link-text:hover {
  text-decoration: underline !important;
}

.pillars__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .pillars__row {
    display: block;
  }
}

.pillars__row_first {
  margin-bottom: 60px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(44, 44, 44, 0.2);
}

@media (max-width: 767px) {
  .pillars__row_first {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.pillars__row .text-content {
  max-width: 585px;
}

.pillars__row .text-content p:nth-of-type(1) {
  padding-top: 25px;
}

@media (max-width: 767px) {
  .pillars__row .text-content p:nth-of-type(1) {
    padding-top: 12px;
  }
}

.pillars__row .text-content p:nth-of-type(2) {
  padding-top: 44px;
}

.pillars__row .text-content ul {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .pillars__row .text-content ul {
    margin-top: 15px;
  }
}

.pillars__list {
  width: 100%;
  max-width: 495px;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .pillars__list {
    max-width: 380px;
  }
}

@media (max-width: 767px) {
  .pillars__list {
    padding-left: 0;
    margin-top: 35px;
    border-top: 1px solid rgba(44, 44, 44, 0.2);
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .pillars__list-desktop {
    display: none;
  }
}

.pillars__list-mobile {
  display: none;
}

@media (max-width: 767px) {
  .pillars__list-mobile {
    display: block;
  }
}

.pillars__list li {
  border-bottom: 1px solid rgba(44, 44, 44, 0.2);
  position: relative;
  cursor: pointer;
}

.pillars__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  height: 160px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 1500px) {
  .pillars__list li a {
    padding-left: 0;
  }
}

.pillars__list li a:hover {
  background-color: #FBFCFC;
}

@media (max-width: 991px) {
  .pillars__list li a {
    height: 120px;
  }
}

@media (max-width: 767px) {
  .pillars__list li a {
    height: 70px;
  }
}

.pillars__list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media (max-width: 767px) {
  .pillars__list li:last-child {
    border-bottom: 1px solid rgba(44, 44, 44, 0.2);
  }
}

@media (max-width: 767px) {
  .pillars__list li img {
    max-width: 233px;
  }
}

.pillars__separator {
  margin: 40px 0 15px;
  width: 100%;
  max-width: 480px;
  height: 1px;
  background-color: #222222;
  opacity: 0.2;
}

@media (max-width: 767px) {
  .pillars__separator {
    margin-top: 35px;
  }
}

.pillars__numbers {
  margin-top: 60px;
  margin-left: 15px;
  height: 674px;
  max-width: 482px;
  width: 100%;
  padding: 88px 80px 40px;
  position: relative;
  background-color: #EEF5F4;
}

@media (max-width: 1200px) {
  .pillars__numbers {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .pillars__numbers {
    max-width: 380px;
  }
}

@media (max-width: 767px) {
  .pillars__numbers {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding: 45px 40px;
    height: 461px;
  }
}

@media (max-width: 767px) {
  .pillars__numbers ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.pillars__numbers li {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(44, 44, 44, 0.26);
}

@media (max-width: 767px) {
  .pillars__numbers li {
    margin-bottom: 25px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .pillars__numbers li:last-child {
    width: 100%;
  }
}

.pillars__numbers li:last-child {
  border-bottom: none;
}

.pillars__numbers-value {
  color: #2C2C2C;
  font-family: "Graphik";
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 35px;
}

@media (max-width: 767px) {
  .pillars__numbers-value {
    font-size: 37.74px;
    font-weight: 500;
    letter-spacing: -0.12px;
    line-height: 27.52px;
  }
}

.pillars__numbers-description {
  margin-top: 10px;
  color: #2C2C2C;
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 35px;
}

@media (max-width: 767px) {
  .pillars__numbers-description {
    font-size: 14px;
    letter-spacing: -0.04px;
    line-height: 24px;
  }
}

.pillars__numbers img {
  position: absolute;
  z-index: 1;
  max-width: initial;
  width: 905px;
  bottom: -370px;
  left: -65px;
}

@media (max-width: 1600px) {
  .pillars__numbers img {
    width: 546px;
    bottom: -290px;
    left: -20px;
  }
}

@media (max-width: 1200px) {
  .pillars__numbers img {
    bottom: -200px;
  }
}

@media (max-width: 991px) {
  .pillars__numbers img {
    left: -60px;
  }
}

@media (max-width: 767px) {
  .pillars__numbers img {
    width: 546px;
    left: initial;
    right: -113px;
    bottom: -230px;
  }
}

.team {
  margin-top: 250px;
  padding-top: 45px;
}

@media (max-width: 991px) {
  .team {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .team {
    margin-top: 230px;
  }
}

.team h4 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .team h4 {
    margin-bottom: 20px;
  }
}

.team__list {
  margin: 0 -20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .team__list {
    display: block;
    max-width: 272px;
    margin-bottom: 46px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
}

@media (max-width: 767px) {
  .team__list:before {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: -50px;
    top: 0;
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .team__list .slick-list {
    margin: 0 -6px;
    overflow: visible;
  }
}

.team__item {
  margin-bottom: 60px;
  width: 20%;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .team__item {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .team__item {
    margin: 0 6px;
    padding: 0;
    width: auto;
  }
}

.team__name {
  margin-top: 40px;
  color: #000;
  font-family: "Graphik";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.06px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .team__name {
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: -0.04px;
    line-height: 24px;
  }
}

.team__position {
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: -0.04px;
  line-height: 21px;
  font-family: "Graphik";
  font-weight: 400;
  color: #A4A4A4;
}

@media (max-width: 767px) {
  .team__position {
    margin-top: 0;
    font-size: 11px;
    letter-spacing: -0.03px;
    line-height: 20px;
  }
}

.services {
  margin-top: 90px;
  padding-top: 45px;
}

@media (max-width: 767px) {
  .services {
    margin-top: 30px;
    padding-top: 15px;
  }
}

.services .subtitle {
  margin-bottom: 0;
}

.services__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .services__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.services__left {
  padding-top: 60px;
  max-width: 535px;
  padding-right: 15px;
}

.services__left p {
  line-height: 2.5em;
}

@media (max-width: 991px) {
  .services__left {
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .services__left {
    max-width: 100%;
    padding-right: 0;
    padding-top: 30px;
  }
}

.services__left .text-content p {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .services__left .text-content p {
    padding-bottom: 25px;
  }
}

.services__right {
  max-width: 477px;
  width: 100%;
}

@media (max-width: 991px) {
  .services__right {
    max-width: 380px;
  }
}

@media (max-width: 767px) {
  .services__right {
    margin-top: 20px;
    max-width: 477px;
  }
}

.services__link {
  width: 100%;
  min-height: 272px;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-top: 1px solid #E0E0E0;
  background-color: transparent;
}

.services__link:first-child {
  border-top: none;
}

@media (max-width: 576px) {
  .services__link {
    min-height: 200px;
  }
}

.services__link > img,
.services__link span {
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.services__link span {
  margin-top: 10px;
  opacity: 0.45;
  color: #222222;
  font-family: "Graphik";
  font-size: 14px;
  letter-spacing: -0.04px;
  line-height: 25px;
}

.services__link-icon {
  margin-top: 25px;
  max-width: 28px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.services__link-icon img {
  width: 100%;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(70%);
      -ms-transform: translateX(70%);
          transform: translateX(70%);
}

.services__link:hover {
  background-color: #FBFCFC;
  opacity: 1;
}

.services__link:hover > img,
.services__link:hover span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.services__link:hover .services__link-icon {
  opacity: 1;
}

.services__link:hover .services__link-icon img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.readMore {
  font-size: larger !important;
  text-align: center;
  font-family: "Trajan Pro 3 Regular" !important;
  padding-left: 50px;
  background-image: url("../img/heading_logo.png");
  background-repeat: no-repeat;
  opacity: 1 !important;
}

#corporate_services_team_anchor { 
  margin-top: -25px;
  padding-bottom: 25px; 
  display: block; 
}