/*Modal*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999 !important; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

html, body {
    overflow-x: hidden;
}


p{
    text-align: justify;
}



.portfolio-hero-logo{
    max-width: 30%;
    margin-left: 20px;
}

/* Modal Content */
.modal-content {
  background-color: rgba(240, 240,240, 0.8);
  border: 1px solid #888;
  width: 100%%;
  height: 100%;
  backdrop-filter: blur(5px);
}

.modal-content iframe {
    height: 100%;
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*Updates*/
.baskervill{
    font-family: baskervill !important;
    font-weight: 400 !important;
}

.tk-myriad-pro {
    font-weight: 300 !important;
}

.inter-bold-20{
    font-weight: medium;
    
    font-size:24px;
}

.green-bg{
    background-color: #30B779;
    color: white;
}

.text-darkblue {
    color: var(--title-color);
}

.text-white: {
    color: white;
}

.blue-btn{
    border-color:#062644 !important;
    background-color:#062644 !important;
    
}

.stretch-self {
    align-self: stretch;
}

.stretch-self .bg-holder {
    height: 100%;
}

.wistia_embed{
    display:inline-block;
    position: absolute;
    top:0;
}

.intro{
    overflow:hidden;
}

.bg-video-holder{
  position: absolute;
  right: 0;
  bottom: 0;
  height:100vh;
  min-width: 100%; 
  z-index: -1;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /* z-index: -1; */
  pointer-events: none;
}

.relative {
    position: relative;
}

.text-lg {
    font-size: 18px;
}

.text-xl {
    font-size: 24px;
}

.text-2xl {
    font-size: 32px;
}

.bold {
    font-weight: bold !important;
}

.hidden {
    display:none;
}

.home-page-body.index-header .logo .white-logo {
    width: 20%;
    position: fixed;
    top: 50px;
    left: 50px;
    display: none;
}

.home-page-body.index-header.nav-active .logo .white-logo {
    width: 42%;
    display: block;
    position: initial;
}

.home-page-body .in-the-news .heading-holder, #growth .heading-holder {
    background: var(--tertiary-color);
    padding: 20px 0 15px;
    color: white;
    margin-bottom: 51px;
}

.home-page-body .in-the-news .heading-holder h2 {
    line-height: 48px;
    margin-bottom: 0;
}

.home-page-body .intro {
    height: 80vh;
    min-height: 525px;
}
.home-page-body .intro .slider-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

.home-page-body .intro .hero-logo-wrap {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12% 10% 0;
}
.home-page-body .intro .intro-slider {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 10%;
}

.home-page-body .intro .intro-slider .bg-holder {
    padding: 0;
}


.home-page-body .intro h1 {
    font-size: 30px;
    color: white;
}

.hero-logo-wrap img {
    width: 100%;
}

.home-page-body .intro-content .text-intro .container {
    display: block;
}

.home-page-body .intro-content .container .text-holder:last-child {
    font-size: 21px;
    font-weight: bold;
    
    color: var(--title-color);
}
.home-page-body .block-divisions article > div {
    height: 100%;
    position: relative;
}
.home-page-body .block-divisions .division-item:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

.home-page-body .block-divisions .division-item .anim-box {
    min-height: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    /* justify-content: space-between; */
}

.home-page-body .block-divisions .division-item h6{
    margin-bottom: 20px;
    font-size: 28px;
}

.home-page-body .block-divisions .division-item .text p{
    font-size: 18px;
    text-align: ;
    /* margin-bottom: 0;
    -webkit-line-clamp: 8;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; */
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  
  background: #EEEEEE;
}

.stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  
  color: var(--title-color);
}

.stat .number {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 0;
}

.stat .stat-title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
}

.portfolio-slider-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background-color: var(--title-color);
}

.portfolio-slider-image-clear {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background-color: transparent;
}

.portfolio-slider-image img {
    width: 100%;
    height: 100%;
    
    object-fit: cover;
}
#portfolio .align-items-md-center {
    padding: 50px 0;
    max-width: 1600px;
    margin:auto;
}

#portfolio .text-holder {
    padding: 32px;
    
    background: white;
}

#portfolio .text-holder-clear {
    padding: 32px;
    
    background: transparent;
}

#portfolio .logo-col {
  background: var(--title-color);
  padding: 80px 0px;
}

#portfolio .logo-stack {
    display: flex;
    flex-direction: column;
    gap: 72px;
    max-width: 40%;
    margin: 0 auto;
}

#portfolio .logo-stack .logo-holder, 
#portfolio .logo-stack .logo-holder a,
#portfolio .logo-stack .logo-holder img{
    width: auto;
    max-width: 100%;
    margin: auto;
    max-height: 80px;
    width:100%;
}

#key-areas {
    display: flex;
    justify-content: center;
}
#key-areas > div {
    width: 100%;
    margin-top: 0;
    /* border: solid 3px #2da4c9; */
}

#key-areas .desktop-image {
    display: none;
}

/* our vision */
.stat-icon {
    width: 45px;
}

.counter-stat:not(:last-child) {
    border-bottom: solid 1px white;
}

.statistic-list h3 {
    font-family: "myriad-pro", sans-serif;
    font-weight: 300;
}

.in-the-news h6.tk-myriad-pro {
    font-weight: bold !important;
}

.our-roots-page iframe {
    position: relative;
    margin-top: 0 !important;
}

@media (min-width: 1600px) {
   .our-roots-page iframe {
        top: -50px;
    } 
}

@media (min-width: 1800px) {
   .our-roots-page iframe {
        top: -100px;
    } 
}

@media (min-width: 2000px) {
   .our-roots-page iframe {
        top: -200px;
    } 
}
@media (min-width: 2500px) {
   .our-roots-page iframe {
        top: -300px;
    } 
}
@media (min-width: 3000px) {
   .our-roots-page iframe {
        top: -400px;
    } 
}

@media (min-width: 768px) {
    
    .home-page-body .intro {
        min-height: 70vh;
    }
    .home-page-body .intro .slider-wrap {
        flex-direction: row;
    }
    .home-page-body .intro .hero-logo-wrap {
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5%;
    }
    .home-page-body .intro .intro-slider {
        flex: 0 0 50%;
        width: 50%;
        padding: 0 5% 0 0;
    }
    
    .home-page-body .intro-content .text-intro .container {
        display: flex;
    }
    .home-page-body .intro-content .container .text-holder {
        flex-grow: 1;
        flex-shrink: 1;
    }
    
    .home-page-body .intro-content .container .text-holder:first-child {
        display: flex;
        justify-content: end;
        align-items: center;
        flex-basis: 40%;
        border-right: solid 1px var(--title-color);
        padding-right: 5vw;
    }
    
    .home-page-body .intro-content .container .text-holder:last-child {
        flex-basis: 60%;
        padding-left: 5vw;
    }
    .home-page-body .intro h1 {
        font-size: 36px;
    }
    #key-areas .desktop-image {
        display: block;
    }
    #key-areas .mobile-image {
        display: none;
    }

}
@media (min-width: 991px) {
    #key-areas > div {
        width: 80%;
        margin-top: 60px;
    }
}

.animated-globe-decor {
    background-image: url(../../../../res.cloudinary.com/govimg/image/upload/f_auto/v1673906733/639a4ef8e8d9e3ae98789fd2/Green-Globe2);
}
/*End Updates*/



:root {
    --primary-color: #30B779;
    --primary-color-shade: #2ba36c;
    --secondary-color: #23A2C7;
    --tertiary-color: #1F79A4;
    
    --title-color: #062644;
    --title-color-shade: #021628;
    --heading-bg-color: #1E79A4;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  /*left: env(safe-area-inset-left);*/
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  /*right: env(safe-area-inset-right);*/
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top,
      rgba(0, 0, 0, .85) 0%,
      rgba(0, 0, 0, .3) 50%,
      rgba(0, 0, 0, .15) 65%,
      rgba(0, 0, 0, .075) 75.5%,
      rgba(0, 0, 0, .037) 82.85%,
      rgba(0, 0, 0, .019) 88%,
      rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
     /* padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));*/
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
      transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

.recaptcha-holder {
    margin-bottom: 10px;
}
.cta-box.sign-up-box {
    padding-bottom: 80px;
}

.grecaptcha-badge{
    z-index: 2;
}

	.disclamer-block + .block-divisions {
	    padding-bottom: 30px;
	}



.pagination-holder .pagination li {
    margin-bottom: 10px;
    position: relative;
}



.pagination-holder .pagination li:before {
    content:'';
    position: absolute;
    right: 0;
    top: 54%;
    transform: translateY(-50%);
    height: 15px;
    min-width: 1px;
    background: #4d4d4d;
}

.pagination-holder .pagination li:last-child:before{
    content:none;
}

.pagination-holder .pagination .disabled {
    display: none;
}



/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
      padding-left: 6px;
      padding-right: 6px;
  }

  .fancybox-slide--image {
      padding: 6px 0;
  }

  .fancybox-close-small {
      right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
      background: #4e4e4e;
      color: #f2f4f6;
      height: 36px;
      opacity: 1;
      padding: 6px;
      right: 0;
      top: 0;
      width: 36px;
  }

  .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
  }

  @supports (padding: max(0px)) {
      .fancybox-caption {
         /* padding-left: max(12px, env(safe-area-inset-left));
          padding-right: max(12px, env(safe-area-inset-right));*/
      }
  }
}
/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
      width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
      right: 110px;
  }

  .fancybox-thumbs__list a {
      max-width: calc(100% - 10px);
  }
}


/* Slick slider styles */

.news-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.news-slider .slick-track,
.news-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-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;
	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;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot%3Fyinxrp");
	src: url("../fonts/icomoon.eot%3Fyinxrp") format("embedded-opentype"), url("../fonts/icomoon.ttf%3Fyinxrp") format("truetype"), url("../fonts/icomoon.woff%3Fyinxrp") format("woff"), url("../fonts/icomoon.svg%3Fyinxrp") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "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-email:before {
	content: "\e905";
}

.icon-linkedin:before {
	content: "\e906";
}

.icon-vimeo:before {
	content: "\e907";
}

.icon-arrow-down:before {
	content: "\e900";
}

.icon-arrow-left:before {
	content: "\e901";
}

.icon-arrow-right:before {
	content: "\e902";
}

.icon-check:before {
	content: "\e903";
}

.icon-double-arrows:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-instagram:before {
	content: "\ea92";
}

.icon-twitter:before {
	content: "\ea96";
}

.icon-youtube:before {
	content: "\ea9d";
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.cta-box.sign-up-box .hubspot-holder .hs-error-msgs,
.check-list,
.dots-list,
.custom-slider,
.statistic-list,
.division-category,
.filter-list,
.division-block .text-holder ul:not([class]):not([id]),
.description-section .text-holder ul:not([class]):not([id]),
.facts-list,
.description-list,
.team-list,
.accordion,
.accordion .slide,
.intro-slider .slick-dots,
.intro-links,
.menu,
.drop ul,
.social-media,
.footer-menu,
.logo-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.btn {
	letter-spacing: .98px;
	min-width: 150px;
	max-height:45px;
}

.btn.btn-primary {
    background: var(--primary-color);
	color: #fff;
}

.btn.btn-dark {
    background: var(--title-color);
	color: #fff;
}


.anim-btn.animated{
 background-color:transparent;
 border:.1px solid #455d58;
 padding: 0 !important;
 color:#fff;
 /*display:table;*/
 overflow:hidden;
 padding:0;
 position:relative;
 text-align:center;
 /*text-transform: none!important;*/
}

.anim-btn.animated:hover {
   /* border-color: fff !important;*/
    background: transparent!important;
}
.anim-btn.animated:before {
 display:none
}
.anim-btn.animated:after {
 background-color:#fff;
 bottom:0;
 content:"";
 display:block;
 height:45px;
 left:0;
 position:relative;
 right:0;
 top:0;
 transform:scaleY(0) translateY(0);
 transform-origin:bottom center;
 width:100%;
 z-index:1;
 border-radius: 3em;
}
.anim-btn.animated>span {
 left:50%;
 pointer-events:none;
 position:absolute;
 top:50%;
 transform:translateX(-50%) translateY(-50%);
 white-space:nowrap;
 z-index:3;
 padding: 0 10px;
}
.anim-btn.animated>span>span {
 display:inline-block;
 min-width:5px;
 position:relative
}
.anim-btn.animated>span:first-child {
 color:#fff
}
.anim-btn.animated>span:first-child>span {
 opacity:1;
 transform:translateY(0)
}
.anim-btn.animated>span:last-child {
 color:#000;
 left:50%;
 position:absolute;
 top:50%;
 transform:translateX(-50%) translateY(-50%)
}
.anim-btn.animated>span:last-child>span {
 opacity:0;
 transform:translateY(20px)
}
.anim-btn--light,
.texture-block .anim-btn {
 border-color:#fff
}
.anim-btn--light:after,
.texture-block .anim-btn:after {
 background-color:#fff
}
.anim-btn--light>span:first-child,
.texture-block .anim-btn>span:first-child {
 color:#fff
}
.anim-btn--light>span:last-child,
.texture-block .anim-btn>span:last-child {
 color:#455d58
}
@keyframes buttonBgIn {
 0% {
  transform:scaleY(0) translateY(0)
 }
 to {
  transform:scaleY(1) translateY(0)
 }
}
@keyframes buttonBgOut {
 0% {
  transform:scaleY(1) translateY(0)
 }
 to {
  transform:scaleY(1) translateY(-100%)
 }
}
@keyframes firstButtonSpanOut {
 0% {
  opacity:1;
  transform:translateY(0)
 }
 to {
  opacity:0;
  transform:translateY(-20px)
 }
}
@keyframes secondButtonSpanOut {
 0% {
  opacity:1;
  transform:translateY(0)
 }
 to {
  opacity:0;
  transform:translateY(-20px)
 }
}
@keyframes firstButtonSpanIn {
 0% {
  opacity:0;
  transform:translateY(20px)
 }
 to {
  opacity:1;
  transform:translateY(0)
 }
}
@keyframes secondButtonSpanIn {
 0% {
  opacity:0;
  transform:translateY(20px)
 }
 to {
  opacity:1;
  transform:translateY(0)
 }
}


 .anim-btn.hover>span {
  z-index:3
 }
 .anim-btn.hover>span:first-child>span {
  opacity:1;
  transform:translateY(-20px);
  transition:opacity .3s cubic-bezier(.65,.025,.67,.36),transform .3s cubic-bezier(.65,.025,.67,.36)
 }
 .anim-btn.hover>span:first-child>span:first-child {
  transition-delay:15ms;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(2) {
  transition-delay:.03s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(3) {
  transition-delay:45ms;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(4) {
  transition-delay:.06s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(5) {
  transition-delay:75ms;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(6) {
  transition-delay:.09s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(7) {
  transition-delay:.105s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(8) {
  transition-delay:.12s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(9) {
  transition-delay:.135s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(10) {
  transition-delay:.15s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(11) {
  transition-delay:.165s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(12) {
  transition-delay:.18s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(13) {
  transition-delay:.195s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(14) {
  transition-delay:.21s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(15) {
  transition-delay:.225s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(16) {
  transition-delay:.24s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(17) {
  transition-delay:.255s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(18) {
  transition-delay:.27s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(19) {
  transition-delay:.285s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(20) {
  transition-delay:.3s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(21) {
  transition-delay:.315s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(22) {
  transition-delay:.33s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(23) {
  transition-delay:.345s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(24) {
  transition-delay:.36s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(25) {
  transition-delay:.375s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(26) {
  transition-delay:.39s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(27) {
  transition-delay:.405s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(28) {
  transition-delay:.42s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(29) {
  transition-delay:.435s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(30) {
  transition-delay:.45s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(31) {
  transition-delay:.465s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(32) {
  transition-delay:.48s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(33) {
  transition-delay:.495s;
  transition-delay:0s
 }
 .anim-btn.hover>span:first-child>span:nth-child(34) {
  transition-delay:.51s;
  transition-delay:0s
 }
 .anim-btn.hover>span:last-child>span {
  opacity:1;
  transform:translateY(0);
  transition:opacity .3s cubic-bezier(.34,.615,.4,.985),transform .3s cubic-bezier(.34,.615,.4,.985)
 }
 .anim-btn.hover>span:last-child>span:first-child {
  transition-delay:.315s;
  transition-delay:15ms
 }
 .anim-btn.hover>span:last-child>span:nth-child(2) {
  transition-delay:.33s;
  transition-delay:.03s
 }
 .anim-btn.hover>span:last-child>span:nth-child(3) {
  transition-delay:.345s;
  transition-delay:45ms
 }
 .anim-btn.hover>span:last-child>span:nth-child(4) {
  transition-delay:.36s;
  transition-delay:.06s
 }
 .anim-btn.hover>span:last-child>span:nth-child(5) {
  transition-delay:.375s;
  transition-delay:75ms
 }
 .anim-btn.hover>span:last-child>span:nth-child(6) {
  transition-delay:.39s;
  transition-delay:.09s
 }
 .anim-btn.hover>span:last-child>span:nth-child(7) {
  transition-delay:.405s;
  transition-delay:.105s
 }
 .anim-btn.hover>span:last-child>span:nth-child(8) {
  transition-delay:.42s;
  transition-delay:.12s
 }
 .anim-btn.hover>span:last-child>span:nth-child(9) {
  transition-delay:.435s;
  transition-delay:.135s
 }
 .anim-btn.hover>span:last-child>span:nth-child(10) {
  transition-delay:.45s;
  transition-delay:.15s
 }
 .anim-btn.hover>span:last-child>span:nth-child(11) {
  transition-delay:.465s;
  transition-delay:.165s
 }
 .anim-btn.hover>span:last-child>span:nth-child(12) {
  transition-delay:.48s;
  transition-delay:.18s
 }
 .anim-btn.hover>span:last-child>span:nth-child(13) {
  transition-delay:.495s;
  transition-delay:.195s
 }
 .anim-btn.hover>span:last-child>span:nth-child(14) {
  transition-delay:.51s;
  transition-delay:.21s
 }
 .anim-btn.hover>span:last-child>span:nth-child(15) {
  transition-delay:.525s;
  transition-delay:.225s
 }
 .anim-btn.hover>span:last-child>span:nth-child(16) {
  transition-delay:.54s;
  transition-delay:.24s
 }
 .anim-btn.hover>span:last-child>span:nth-child(17) {
  transition-delay:.555s;
  transition-delay:.255s
 }
 .anim-btn.hover>span:last-child>span:nth-child(18) {
  transition-delay:.57s;
  transition-delay:.27s
 }
 .anim-btn.hover>span:last-child>span:nth-child(19) {
  transition-delay:.585s;
  transition-delay:.285s
 }
 .anim-btn.hover>span:last-child>span:nth-child(20) {
  transition-delay:.6s;
  transition-delay:.3s
 }
 .anim-btn.hover>span:last-child>span:nth-child(21) {
  transition-delay:.615s;
  transition-delay:.315s
 }
 .anim-btn.hover>span:last-child>span:nth-child(22) {
  transition-delay:.63s;
  transition-delay:.33s
 }
 .anim-btn.hover>span:last-child>span:nth-child(23) {
  transition-delay:.645s;
  transition-delay:.345s
 }
 .anim-btn.hover>span:last-child>span:nth-child(24) {
  transition-delay:.66s;
  transition-delay:.36s
 }
 .anim-btn.hover>span:last-child>span:nth-child(25) {
  transition-delay:.675s;
  transition-delay:.375s
 }
 .anim-btn.hover>span:last-child>span:nth-child(26) {
  transition-delay:.69s;
  transition-delay:.39s
 }
 .anim-btn.hover>span:last-child>span:nth-child(27) {
  transition-delay:.705s;
  transition-delay:.405s
 }
 .anim-btn.hover>span:last-child>span:nth-child(28) {
  transition-delay:.72s;
  transition-delay:.42s
 }
 .anim-btn.hover>span:last-child>span:nth-child(29) {
  transition-delay:.735s;
  transition-delay:.435s
 }
 .anim-btn.hover>span:last-child>span:nth-child(30) {
  transition-delay:.75s;
  transition-delay:.45s
 }
 .anim-btn.hover>span:last-child>span:nth-child(31) {
  transition-delay:.765s;
  transition-delay:.465s
 }
 .anim-btn.hover>span:last-child>span:nth-child(32) {
  transition-delay:.78s;
  transition-delay:.48s
 }
 .anim-btn.hover>span:last-child>span:nth-child(33) {
  transition-delay:.795s;
  transition-delay:.495s
 }
 .anim-btn.hover>span:last-child>span:nth-child(34) {
  transition-delay:.81s;
  transition-delay:.51s
 }
 .anim-btn.hover:after {
  transform:scaleY(1) translateY(0);
  transition:transform .43s cubic-bezier(.34,.615,.4,.985)
 }
 .anim-btn.leave>span {
  z-index:3
 }
 .anim-btn.leave>span:first-child>span {
  animation:firstButtonSpanIn .3s cubic-bezier(.34,.615,.4,.985) 1 forwards;
  opacity:0
 }
 .anim-btn.leave>span:first-child>span:first-child {
  animation-delay:15ms
 }
 .anim-btn.leave>span:first-child>span:nth-child(2) {
  animation-delay:.03s
 }
 .anim-btn.leave>span:first-child>span:nth-child(3) {
  animation-delay:45ms
 }
 .anim-btn.leave>span:first-child>span:nth-child(4) {
  animation-delay:.06s
 }
 .anim-btn.leave>span:first-child>span:nth-child(5) {
  animation-delay:75ms
 }
 .anim-btn.leave>span:first-child>span:nth-child(6) {
  animation-delay:.09s
 }
 .anim-btn.leave>span:first-child>span:nth-child(7) {
  animation-delay:.105s
 }
 .anim-btn.leave>span:first-child>span:nth-child(8) {
  animation-delay:.12s
 }
 .anim-btn.leave>span:first-child>span:nth-child(9) {
  animation-delay:.135s
 }
 .anim-btn.leave>span:first-child>span:nth-child(10) {
  animation-delay:.15s
 }
 .anim-btn.leave>span:first-child>span:nth-child(11) {
  animation-delay:.165s
 }
 .anim-btn.leave>span:first-child>span:nth-child(12) {
  animation-delay:.18s
 }
 .anim-btn.leave>span:first-child>span:nth-child(13) {
  animation-delay:.195s
 }
 .anim-btn.leave>span:first-child>span:nth-child(14) {
  animation-delay:.21s
 }
 .anim-btn.leave>span:first-child>span:nth-child(15) {
  animation-delay:.225s
 }
 .anim-btn.leave>span:first-child>span:nth-child(16) {
  animation-delay:.24s
 }
 .anim-btn.leave>span:first-child>span:nth-child(17) {
  animation-delay:.255s
 }
 .anim-btn.leave>span:first-child>span:nth-child(18) {
  animation-delay:.27s
 }
 .anim-btn.leave>span:first-child>span:nth-child(19) {
  animation-delay:.285s
 }
 .anim-btn.leave>span:first-child>span:nth-child(20) {
  animation-delay:.3s
 }
 .anim-btn.leave>span:first-child>span:nth-child(21) {
  animation-delay:.315s
 }
 .anim-btn.leave>span:first-child>span:nth-child(22) {
  animation-delay:.33s
 }
 .anim-btn.leave>span:first-child>span:nth-child(23) {
  animation-delay:.345s
 }
 .anim-btn.leave>span:first-child>span:nth-child(24) {
  animation-delay:.36s
 }
 .anim-btn.leave>span:first-child>span:nth-child(25) {
  animation-delay:.375s
 }
 .anim-btn.leave>span:first-child>span:nth-child(26) {
  animation-delay:.39s
 }
 .anim-btn.leave>span:first-child>span:nth-child(27) {
  animation-delay:.405s
 }
 .anim-btn.leave>span:first-child>span:nth-child(28) {
  animation-delay:.42s
 }
 .anim-btn.leave>span:first-child>span:nth-child(29) {
  animation-delay:.435s
 }
 .anim-btn.leave>span:first-child>span:nth-child(30) {
  animation-delay:.45s
 }
 .anim-btn.leave>span:first-child>span:nth-child(31) {
  animation-delay:.465s
 }
 .anim-btn.leave>span:first-child>span:nth-child(32) {
  animation-delay:.48s
 }
 .anim-btn.leave>span:first-child>span:nth-child(33) {
  animation-delay:.495s
 }
 .anim-btn.leave>span:first-child>span:nth-child(34) {
  animation-delay:.51s
 }
 .anim-btn.leave>span:last-child>span {
  opacity:0;
  transform:translateY(-20px);
  transition:opacity .17s cubic-bezier(.65,.025,.67,.36),transform .17s cubic-bezier(.65,.025,.67,.36);
  transition-delay:0s
 }
 .anim-btn.leave:after {
  transform:scaleY(1) translateY(-100%);
  transition:transform .2s cubic-bezier(.65,.025,.67,.36) 25ms
 }
 
 .anim-btn.btn-outline-light {
    border-color: #fff;
}

.anim-btn.btn-outline-light>span:last-child {
    color: #414042;
}

.anim-btn.btn-outline-light:after {
 background-color:#fff;
}

.anim-btn.btn-outline-dark>span:first-child {
 color: #414042;
}

 .anim-btn.btn-outline-dark {
    border-color: #414042;
    
}

.anim-btn.btn-outline-dark>span:last-child {
    color: #fff;
}

.anim-btn.btn-outline-dark:after {
 background-color:#414042;
}



.anim-btn.btn-primary>span:first-child {
 color: #fff;
}

.anim-btn.btn-primary:hover {
    background-color: var(--primary-color) !important;
}

.anim-btn.btn-primary {
    border-color:  var(--primary-color);
    background-color: var(--primary-color);
    
}

.anim-btn.btn-primary>span:last-child {
    color: #fff;
}

.anim-btn.btn-primary:after {
 background-color:var(--primary-color-shade);
}

.anim-btn.btn-primary.hover>span:first-child {
    color: var(--primary-color-shade);
}

/* dark blue button .btn-dark */
.anim-btn.btn-dark:hover {
    background-color: var(--title-color) !important;
}

.anim-btn.btn-dark {
    border-color:  var(--title-color);
    background-color: var(--title-color);
    
}

.anim-btn.btn-dark>span:last-child {
    color: #fff;
}

.anim-btn.btn-dark:after {
 background-color:var(--title-color-shade);
}

.anim-btn.btn-dark.hover>span:first-child {
    color: var(--title-color-shade);
}

 .anim-btn.btn-outline-primary {
    border-color: #52b9e9;
    text-transform: none!important;
    
}
.anim-btn.btn-outline-primary>span:first-child {
    color: #545850;
}
.anim-btn.btn-outline-primary>span:last-child {
    color: #545850;
}

.anim-btn.btn-outline-primary:after {
 background-color:#30abe5;
}

/*.anim-btn.btn-outline-primary.hover>span:first-child {
    color: #fff;
}*/
.anim-btn.btn-outline-primary.hover>span:first-child {
    color: #52b9e9;
}

.anim-btn.btn-outline-primary:after {
    background-color: #52b9e9;
    height: 51px;
}

#wrapper {
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #f1f2f2 100%);
	background-image: linear-gradient(to top, #fff 0%, #f1f2f2 100%);
	position: relative;
	/* overflow: hidden; */
}

 body:not(.index-header) #wrapper {
    padding-top: 69px;
}

.wrapp-holder {
	position: relative;
	z-index: 2;
	/*margin-bottom: 416px;*/
}
html {
    overflow-x: hidden;
}
body {
	/* font-weight: 300; */
}

.container {
	max-width: 1205px;
	padding-left: 15px;
	padding-right: 15px;
}

img {
	max-width: 100%;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

a {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
}

h6,
.h6 {
    color: var(--title-color);
	letter-spacing: -.48px;
	font-size: 18px;
	font-weight: bold;
}

.btn.btn-outline-light {
	color: #fff;
}

.btn.btn-outline-light:hover {
    color: #414042;
}

.bg-cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-size-contain{
    background-size: contain;
}

.intro-content {
	position: relative;
}

.intro-content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #f1f2f2 100%);
	background-image: linear-gradient(to top, #fff 0%, #f1f2f2 100%);
	z-index: -1;
}
.intro-content.intro-green {
    background: var(--primary-color);
}
.intro-content.intro-green p {
    color: white;
}
.intro-content .text-intro.blue-title h2 {
	letter-spacing: -.7px;
}

.intro-content .cta-section {
	padding-bottom: 50px;
}

.our-people {
	background-color: #f1f2f2;
	padding: 50px 0 15px;
}

.our-people .news-box h2 {
	letter-spacing: -.8px;
	margin-bottom: 0;
}

.our-people .news-box .title-box {
	margin-bottom: 30px;
	padding-right: 85px;
}

.our-people .cta-box {
	background-color: #005f9d;
}

.cta-section.inner-cta {
    margin-top: -35px;
    margin-bottom: 50px;
}

.cta-section.inner-cta h2{
    font-size: 30px;
    margin-bottom: 5px;
    letter-spacing: -0.3px;
}

.cta-box {
	background-color: #002855;
	color: #fff;
	/* background-image: url("../images/cta-decor.svg"); */
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 25px 15px;
	margin-bottom: 35px;
	overflow: hidden;
}

.cta-box h1,
.cta-box h2,
.cta-box h3,
.cta-box h4,
.cta-box h5,
.cta-box h6 {
	color: currentColor;
}

.cta-box h1 {
	font-weight: 900;
}

.cta-box.sign-up-box {
	background-size: auto 100%;
	margin-bottom: 0;
}

.cta-box.sign-up-box .hubspot-holder .form-control {
	border-color: var(--tertiary-color);
	background-color: #003865;
	color: #fff;
}

.cta-box.sign-up-box .hubspot-holder .form-control::-webkit-input-placeholder {
	color: #fff;
}

.cta-box.sign-up-box .hubspot-holder .form-control:-ms-input-placeholder {
	color: #fff;
}

.cta-box.sign-up-box .hubspot-holder .form-control::placeholder {
	color: #fff;
}

.cta-box.sign-up-box .hubspot-holder .form-control.input-error {
    border-color: #eb0d17;
}
.cta-box.sign-up-box .hubspot-holder input[type="text"],
.cta-box.sign-up-box .hubspot-holder input[type="tel"],
.cta-box.sign-up-box .hubspot-holder input[type="email"],
.cta-box.sign-up-box .hubspot-holder input[type="url"],
.cta-box.sign-up-box .hubspot-holder input[type="search"],
.cta-box.sign-up-box .hubspot-holder input[type="password"],
.cta-box.sign-up-box .hubspot-holder input[type="number"] {
	background-color: rgba(255,255,255,0.26);
	color: #fff;
	padding: 6px 24px;
	display: block;
	width: 100% !important;
	letter-spacing: .39px;
	height: 45px;
	font-size: .8125rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
}

.cta-box.sign-up-box .hubspot-holder input[type="text"]:focus,
.cta-box.sign-up-box .hubspot-holder input[type="tel"]:focus,
.cta-box.sign-up-box .hubspot-holder input[type="email"]:focus,
.cta-box.sign-up-box .hubspot-holder input[type="url"]:focus,
.cta-box.sign-up-box .hubspot-holder input[type="search"]:focus,
.cta-box.sign-up-box .hubspot-holder input[type="password"]:focus,
.cta-box.sign-up-box .hubspot-holder input[type="number"]:focus {
	outline: none;
	border-color: #fff;
}

.cta-box.sign-up-box .hubspot-holder input[type="text"]::-webkit-input-placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="tel"]::-webkit-input-placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="email"]::-webkit-input-placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="url"]::-webkit-input-placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="search"]::-webkit-input-placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="password"]::-webkit-input-placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="number"]::-webkit-input-placeholder {
	color: #fff;
}

.cta-box.sign-up-box .hubspot-holder input[type="text"]:-ms-input-placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="tel"]:-ms-input-placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="email"]:-ms-input-placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="url"]:-ms-input-placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="search"]:-ms-input-placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="password"]:-ms-input-placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="number"]:-ms-input-placeholder {
	color: #fff;
}

.cta-box.sign-up-box .hubspot-holder input[type="text"]::placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="tel"]::placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="email"]::placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="url"]::placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="search"]::placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="password"]::placeholder,
.cta-box.sign-up-box .hubspot-holder input[type="number"]::placeholder {
	color: #fff;
}

.cta-box.sign-up-box .hubspot-holder input[type="text"].error,
.cta-box.sign-up-box .hubspot-holder input[type="tel"].error,
.cta-box.sign-up-box .hubspot-holder input[type="email"].error,
.cta-box.sign-up-box .hubspot-holder input[type="url"].error,
.cta-box.sign-up-box .hubspot-holder input[type="search"].error,
.cta-box.sign-up-box .hubspot-holder input[type="password"].error,
.cta-box.sign-up-box .hubspot-holder input[type="number"].error {
	border-color: red !important;
}

.cta-box.sign-up-box .hubspot-holder fieldset.form-columns-1 {
	margin-bottom: 20px;
}

.cta-box.sign-up-box .hubspot-holder .hs-error-msgs {
	padding-top: 5px; /* opacity: 0;
				visibility: hidden; */
	display: none !important;
}

.cta-box.sign-up-box .hubspot-holder input[type="submit"] {
	min-width: 150px;
	display: inline-block;
	vertical-align: middle;
	background-color: #52b9e9 !important;
	border-color: #52b9e9;
	display: inline-block;
	font-weight: 700;
	color: #fff;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 15px 15px;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 3em;
	letter-spacing: .98px;
	text-transform: uppercase;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cta-box.sign-up-box .hubspot-holder input[type="submit"]:hover {
	/* background-color: #414042 !important; */
	background-color: #30abe5 !important;
    border-color: #25a7e3;
}

.contact-cta {
    padding: 109px 0 124px;
    background: #1F79A4;
}

.contact-cta .text-holder h2 {
  color: white;
  max-width: 770px;
  margin: 0 auto 30px;
  font-weight: 900;
}

.contact-cta .text-holder p {
    font-size: 24;
    font-weight: 700;
    margin-bottom: 40px;
    color: white;
}

.content-box {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 15px 15px;
	/* box-shadow: 0 8px 24px 0 rgba(173, 178, 210, .5); */
	position: relative;
}

.content-box:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #231f20;
	opacity: .3;
	z-index: 2;
}

.content-box .subtitle {
	display: block;
	font-size: 17px;
	color: currentColor;
	letter-spacing: .51px;
	font-weight: 700;
	margin-bottom: 0;
}

.content-box .left-text {
	color: #fff;
	position: relative;
	z-index: 2;
	padding: 10px;
}

.content-box .left-text h1,
.content-box .left-text h2,
.content-box .left-text h3,
.content-box .left-text h4,
.content-box .left-text h5,
.content-box .left-text h6 {
	color: currentColor;
}

.content-box .left-text h2 {
    font-weight: 900;
	letter-spacing: -.4px;
	margin-bottom: 30px;
}

.content-box .left-text p {
	margin-bottom: 30px;
}

.content-box .left-text .dots-list {
	margin-bottom: 30px;
}

.content-box .left-text .btn-outline-light {
	border-color: #fff;
}

.content-box .left-text .btn-outline-light:hover {
	border-color: #939598;
	color: #000;
}

.content-box .description-list {
	color: white;
}

.content-box .description-list li {
	border-bottom: 1px solid #bcbec0;
}

.content-box .description-list li i {
	color: #fff;
}

.content-box .description-list h6 {
	color: #fff;
}

.content-box.double-content .left-text h1 {
	line-height: 1.1;
	letter-spacing: -.6px;
	margin-bottom: 30px;
}

.content-box.content-box-lg .left-text p:only-of-type {
	margin-bottom: 30px;
}

.content-box.content-box-md .left-text p:only-of-type {
	margin-bottom: 30px;
}

.content-box.content-box-sm .left-text p:only-of-type {
	margin-bottom: 33px;
}

.about-us-page .content-box {
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
    .about-us-page .intro-slider h1 {
        font-size: 24px;
    }
}
@media (min-width: 718px) {
    .about-us-page .intro-slider h1 {
        font-size: 30px;
    }
}
@media (min-width: 860px) {
    .about-us-page .intro-slider h1 {
        font-size: 36px;
    }
}
@media (min-width: 1001px) {
    .about-us-page .intro-slider h1 {
        font-size: 42px;
    }
}
@media (min-width: 1190px) {
    .about-us-page .intro-slider h1 {
        font-size: 50px;
    }
}
@media (min-width: 1587px) {
    .about-us-page .intro-slider h1 {
        font-size: 60px;
    }
}

@media (min-width: 1681px) {
    .about-us-page .intro-slider h1 {
        font-size: 64px;
    }
}


.about-us-page .bg-video, .team-page .bg-video, .news-page .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

.content-box-mini.reverse .img-holder img,
.content-box-mini.reverse .img-holder iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content-box-mini .container {
	position: relative;
}

.content-box-mini .img-holder {
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: relative;
}

.right-text {
	background-color: #fff;
	margin-left: auto;
	padding: 15px;
}

.right-text h2 {
	color: #005f9d;
	line-height: 1.15;
	letter-spacing: -.8px;
	margin-bottom: 20px;
}

.right-text h2 + .subtitle {
	margin-top: -30px;
}

.right-text .subtitle {
	display: block;
	font-size: 17px;
	color: #52b9e9;
	letter-spacing: .51px;
	font-weight: 700;
	margin-bottom: 20px;
}

.right-text p {
	margin-bottom: 1rem;
}

.right-text .check-list {
	margin-bottom: 1rem;
}

.check-list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}

.check-list li:before {
	content: "\e903";
	font-family: icomoon;
	position: absolute;
	color: #005f9d;
	font-size: 11px;
	top: 4px;
	left: 1px;
}

.dots-list li {
	position: relative;
	padding-left: 11px;
	margin-bottom: 5px;
}

.dots-list li:before {
	content: "•";
	font-family: icomoon;
	position: absolute;
	color: currentColor;
	font-size: 11px;
	top: 5px;
	left: 1px;
}

.custom-slider li {
	border-bottom: 1px solid #bcbec0;
	padding: 15px 0;
}

.custom-slider li:last-child {
	border-bottom: none;
}

.custom-slider a {
	color: #bcbec0;
	letter-spacing: -.6px;
	text-decoration: none;
	font-weight: 400;
	font-size: 22px;
}

.custom-slider a:hover {
	color: #005f9d;
}

.intro {
	position: relative;
}

.info-section {
	padding-bottom: 30px;
	position: relative;
}

.info-section .content-box.playing .video-frame {
	opacity: 1;
	visibility: visible;
}

.info-section .content-box.playing .right-text {
	opacity: 0;
	visibility: hidden;
}

.info-section .video-frame {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}

.info-section .video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.decor-left {
	background-repeat: no-repeat;
	background-position: 0 0;
}

.decor-right {
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.text-intro {
	background-repeat: no-repeat;
	padding: 50px 0 130px;
	margin-bottom: -30px;
}

.text-intro.blue-section {
	background-color: #005f9d;
	padding: 100px 0 60px;
	margin-bottom: -30px;
}

.text-intro.blue-section.decor-right {
	background-position: 100% 100px;
}

.text-intro.blue-section .text-holder {
	max-width: 710px;
}

.text-intro.blue-section h2 {
	color: #fff;
}

.text-intro.gray-section {
	background-color: var(--title-color);
	padding: 100px 0 60px;
}

.text-intro.gray-section h1,
.text-intro.gray-section h2 {
	color: #fff;
}

.text-intro.blue-title h2 {
	color: var(--title-color);
	line-height: 1;
}

.text-intro.blue-title .text-holder,
.text-intro.white-title .text-holder {
	max-width: 810px;
}

.text-intro.white-title h2 {
    color: white;
	line-height: 1;
}

.text-intro h2 {
    font-weight: 900;
	line-height: 1.38;
	letter-spacing: -.4px;
}

.text-intro .subtitle {
	color: var(--primary-color);
	display: block;
	letter-spacing: .51px;
	font-weight: 700;
	margin-bottom: 3px;
}

.text-intro h1 {
    font-weight: 900;
	color: #005f9d;
	letter-spacing: -.5px;
	line-height: 1.1;
	margin-bottom: 15px;
}

.text-intro p {
	margin-bottom: 16px;
}

.text-intro .text-holder {
	max-width: 740px;
}

.text-intro.team-intro h2 {
	color: var(--title-color);
	line-height: 1.2;
}

.text-intro.team-intro .img-holder {
    margin-bottom: 30px;
}

.text-intro.team-intro .img-holder .bg-holder {
    padding-top: 125%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.text-intro.team-intro .subtitle {
	color: #231f20;
	margin-bottom: 30px;
}

.text-intro.news-collection .text-holder h2 {
	color: var(--title-color);
}

.text-intro .social-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 10px;
}

.text-intro .social-media li {
	padding: 0 7px;
}

.text-intro .social-media a {
	width: 41px;
	height: 41px;
	line-height: 41px;
	color: currentColor;
	border-color: currentColor;
	font-size: 18px;
}

.footprint-map + .block-divisions {
    margin-bottom: 50px;
}

.block-divisions .heading-holder h6 {
	margin-bottom: 20px;
}

.block-divisions [class*="col-"]:nth-of-type(3n-1) .division-item:before {
	background-color: var(--secondary-color);
}

.block-divisions [class*="col-"]:nth-of-type(3n) .division-item:before {
	background-color: var(--tertiary-color);
}

.block-divisions .division-item {
	display: block;
	position: relative;
	color: #fff;
	min-height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 30px 15px 0;
	margin-bottom: 20px;
	overflow: hidden;
}

.block-divisions .division-item .anim-box {
    position: relative;
    padding-bottom: 30px;
}

.block-divisions .division-item .anim-box:before {
    -webkit-transition: top .15s linear;
	transition: top .15s linear;
	
    content: '';
    position: absolute;
    left:-100vw;
    top:100%;
    bottom: -100vw;
    right: -100vw;
    background: var(--primary-color);
    z-index: -1;
}



/* .block-divisions .division-item:before {
    -webkit-transition: transform .15s linear, left .15s linear, background .15s linear;
    transition: transform .15s linear, left .15s linear, background .15s linear;

    content: "";
    position: absolute;
    bottom: 0;
        left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 9px;
    background-color: var(--primary-color);
    z-index: 1;
} */
.block-divisions .division-item:hover .bg-holder {
    transform: scale(1);
}

.block-divisions .division-item:hover .anim-box:before {
    top: -30px;
}
.block-divisions .division-item:hover {
	text-decoration: none;
}

.block-divisions .division-item:hover:before {
    left: 50%;
    transform: translateX(-50%);
	background-color: #fff !important;
	z-index: 2;
}

.block-divisions .division-item > * {
	position: relative;
	z-index: 1;
}

.block-divisions .division-item h6 {
	margin-bottom: 0;
	color: currentColor;
}

.block-divisions .division-item .text {
	margin-bottom: 20px;
}

.block-divisions .division-item .img-holder {
	max-width: 35px;
	margin-bottom: 15px;
}

.block-divisions .division-item .bg-holder {
    -webkit-transition: transform .15s linear, left .15s linear, background .15s linear;
	transition: transform .15s linear, left .15s linear, background .15s linear;
	
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	transform: scale(1.1);
}

.block-divisions .division-item .bg-holder:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
    background-color: #231f20;
	opacity: .3;
}

.block-divisions .division-item p {
	margin-bottom: 0;
}
.learn-more-wrap {
    display: flex;
    align-items: end;
    flex-grow: 1;
}
.link-more {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	font-size: 14px;
	color: var(--primary-color);
	text-transform: uppercase;
	font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	letter-spacing: .98px;
}

.our-footprint {
	padding: 0 0 50px;
}
.our-footprint .text-holder {
	position: sticky;
	top: 200px;
}
.home-page .our-footprint::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #06264480;
  z-index: 0;
}
.home-page .our-footprint .bg-video {
    z-index: -1;
}

.our-footprint .container {
	max-width: 1000px;
}

.our-footprint .subtitle {
	display: block;
	font-size: 17px;
	color: white;
	letter-spacing: .4px;
	font-weight: 700;
	margin-bottom: 0;
}

.our-footprint .text-holder {
	margin-bottom: 20px;
}

.our-footprint .text-holder h1,
.our-footprint .text-holder h2,
.our-footprint .text-holder h3,
.our-footprint .text-holder h4,
.our-footprint .text-holder h5,
.our-footprint .text-holder h6 {
	color: var(--title-color);
}

.our-footprint .text-holder h2 {
    font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0;
	margin-bottom: 29px;
}
.home-page .our-footprint .text-holder p,
.home-page .our-footprint .text-holder h2,
.home-page .our-footprint .statistic-list h6,
.home-page .our-footprint .statistic-list p {
    color: white;
}

.home-page .our-footprint .statistic-list .number {
    color: transparent;
    -webkit-text-stroke-color: white;
}

.our-footprint .text-holder .subtitle {
	margin-bottom: 8px;
}
.statistic-list h3 {
    font-size: 32px;
}
.statistic-list p {
    font-size: 18px;
}
.statistic-list li {
	margin-bottom: 15px;
}

.statistic-list .number {
	display: inline-block;
	vertical-align: middle;
	font-weight: 300;
	letter-spacing: -1.5px;
	font-size: 48px;
	-webkit-text-stroke: 2px var(--primary-color);
	color: white;
	margin-bottom: 10px;
	line-height: 1;
}

.statistic-list .number.inverse-outline {
	-webkit-text-stroke: 2px white;
	color: var(--primary-color);
}

.in-the-news {
    padding-top: 50px;
	padding-bottom: 50px;
}
/*
.in-the-news article:not(:last-child) {
    margin-bottom: 40px;
}
*/
.in-the-news .heading-holder {
	margin-bottom: 25px;
}

.in-the-news .news-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: currentColor;
	margin-bottom: 20px;
	height: 90%;
}

.in-the-news .news-item:hover {
	text-decoration: none;
}

.in-the-news .news-item:hover .link-more {
	color: var(--primary-color-shade);
}

.in-the-news .news-item:hover .bg-holder {
    transform: scale(1);
}

.in-the-news .news-item h6 {
	color: var(--title-color);
	margin-bottom: 25px;
}

.in-the-news .news-item .text p {
	margin-bottom: 20px;
	font-size: 18px;
}

.in-the-news .news-item .bg-box {
    overflow: hidden;
    margin-bottom: 31px;
}

/* .in-the-news .news-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.in-the-news .news-item .bg-holder {
        -webkit-transition: transform .15s linear;
    transition: transform .15s linear;
	padding-top: 75%;
	position: relative;
	transform: scale(1.2);
}

.in-the-news .news-item .bg-holder:before {
	/* content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #231f20;
	opacity: .3; */
}

.in-the-news .news-item .link-more {
	font-weight: bold;
}

.division-scroll {
	padding: 50px 0;
	background-color: #f1f2f2;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.division-scroll .heading-holder h2 {
	color: #077ec3;
	margin-bottom: 14px;
}

.division-category {
	margin-bottom: 30px;
	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: 12px;
	margin-bottom: 20px;
}

.division-category li {
	margin-bottom: 5px;
}

.division-category li + li {
	padding-left: 8px;
}

.division-category li + li:before {
	display: inline-block;
	padding-right: 8px;
	content: "•";
}

.division-category a {
	color: #231f20;
}

.testimonial {
    color: white;
    background: var(--tertiary-color);
	padding: 30px 0;
}

.testimonial blockquote {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	max-width: 825px;
	margin: 0 auto;
	letter-spacing: -.3px;
	line-height: 1.5;
}

.testimonial .signature {
    width: 70%; 
    margin: 0 auto;
}

.testimonial blockquote p {
	margin-bottom: 30px;
}

.testimonial blockquote p:before {
	content: "“";
}

.testimonial blockquote p:after {
	content: "”";
}

.testimonial blockquote cite {
	display: block;
	font-style: normal;
	color: white;
	font-size: 24px;
	letter-spacing: .51px;
	font-weight: bold;
}

.raaas-model {
	padding: 30px 0;
}

.raaas-model .model-text {
    max-width: 736px;
    margin: 0 auto 50px;
}
.raaas-model .model-text h2 {
    color: #005f9d;
    letter-spacing: -0.8px;
    margin-bottom: 33px;
}

.raaas-model .heading-holder {
	margin-bottom: 30px;
}

.raaas-model .holder-icon {
	margin-bottom: 20px;
}

.raaas-model .holder-icon img {
	max-height: 61px;
}

.raaas-model [class*="col-"] {
	margin-bottom: 20px;
}

.filter-list {
	font-weight: bold;
	font-size: 17px;
	letter-spacing: .51px;
	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;
	line-height: 1.65;
}

.filter-list li {
	padding: 0 5px 10px;
}

.filter-list a {
	-webkit-transition: color .15s linear, border .15s linear;
	transition: color .15s linear, border .15s linear;
	color: var(--primary-color);
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid transparent;
}

.filter-list li.active a,.filter-list a:hover {
	color: var(--primary-color-shade);
	border-color: var(--primary-color-shade);
	text-decoration: none;
}

.news-filter .filter-title {
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	padding-right: 10px;
}


.article-holder {
	margin-bottom: 50px;
}

.article-holder .section-title {
    text-align: center;
    margin-bottom: 20px;
}

.article-holder .subtitle {
    text-align: center;
    margin-bottom: 35px;
}

.article-holder .team-item-bio .article-item {
    pointer-events: none;
}

.article-holder .article-item {
	display: block;
	margin-bottom: 35px;
	color: currentColor;
}

.article-holder .article-item .bg-box {
    overflow: hidden;
    margin-bottom: 31px;
}

.article-holder .article-item:hover {
	text-decoration: none;
}

.article-holder .article-item:hover .bg-holder {
	transform: scale(1);
}

.article-holder .article-item .bg-holder {
	-webkit-transition: transform .15s linear;
	transition: transform .15s linear;
	padding-top: 100%;
	background-position: top;
	transform: scale(1.04);
}

.article-holder .article-item h6 {
	color: var(--title-color);
	letter-spacing: -.48px;
	font-weight: bold;
	margin-bottom: 3px;
}

.article-holder .article-item .position {
	display: block;
	color: var(--title-color);
	letter-spacing: .51px;
	font-weight: regular;
	line-height: 1.2;
}
.article-holder .article-item .position.team-summary {
    font-size: 14px;
    font-style: italic;
}
.article-holder .article-item.news-article .bg-holder {
	padding-top: 65%;
}

.article-holder .article-item.news-article .link-more {
	color: #005f9d;
}

.team-page .article-holder .article-item {
    text-align: center;
}
.team-page .article-holder .article-item h6 {
    font-size: 18px;
}
.team-page .article-holder .article-item .position {
    font-size: 16px;
}

@media (min-width: 1007px) {
    .team-page .article-holder .article-item h6 {
        font-size: 20px;
    }
    .team-page .article-holder .article-item .position {
      font-size: 18px;
    }
}
@media (min-width: 1193px) {
    .team-page .article-holder .article-item h6 {
        font-size: 24px;
    }
    .team-page .article-holder .article-item .position {
      font-size: 20px;
    }
}
@media (min-width: 1632px) {
    .team-page .article-holder .article-item h6 {
        font-size: 30px;
    }
    .team-page .article-holder .article-item .position {
      font-size: 22px;
    }
}
@media (min-width: 1724px) {
    .team-page .article-holder .article-item h6 {
        font-size: 32px;
    }
    .team-page .article-holder .article-item .position {
      font-size: 24px;
    }
}

.back-btn {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: .7px;
	color: var(--primary-color);
	/* font-size: 14px; */
	line-height: 1;

}

.back-btn:before {
	content: "<";
	display: inline-block;
	position: relative;
    top: -1px;
}

.back-btn:hover {
	text-decoration: none;
	color: var(--primary-color-shade);
}

.next-btn {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: .7px;
	color: var(--primary-color);
	/* font-size: 14px; */
	line-height: 1;
	
}

.next-btn:after {
	content: " >";
	display: inline-block;
    position: relative;
    top: -1px;
}
}

.next-btn:hover {
	text-decoration: none;
	color: var(--primary-color-shade);
}

.news-intro + .cta-section {
	margin-bottom: 50px;
}

.news-intro {
	padding: 50px 0;
}

.news-intro .date {
	display: block;
	color: #4d4d4d;
}

.news-intro .subtitle {
	display: block;
	/* font-size: 17px; */
	color: var(--primary-color);
	letter-spacing: .4px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1;
	text-transform: uppercase;
}

.news-intro .container {
	max-width: 900px;
}

.news-intro .content-img {
	margin-bottom: 40px;
}

.news-intro .heading-holder {
	margin-bottom: 30px;
}

.news-intro .heading-holder p {
	margin-bottom: 30px;
}

.news-intro .heading-holder h1,
.news-intro .heading-holder h2,
.news-intro .heading-holder h3,
.news-intro .heading-holder h4,
.news-intro .heading-holder h5,
.news-intro .heading-holder h6 {
	color: var(--title-color);
}

.news-intro .heading-holder h6 {
	margin-bottom: 30px;
}

.news-intro .heading-holder h2 {
	letter-spacing: -.3px;
	line-height: 1.35;
	font-weight: 900;
}

.news-intro .text h6,
.news-intro .text .h6 {
	color: #005f9d;
	margin-bottom: 20px;
}

.news-intro .text p {
	margin-bottom: 32px;
}

.news-intro .text .btn-holder {
    display: none !important;
	padding-top: 10px;
}

.news-intro .social-media a {
	border: none;
	display: inline-block;
	font-size: 30px;
	width: auto;
	height: auto;
	line-height: 1;
}

.news-intro .social-media a .icon-youtube {
	font-size: 38px;
}

.news-intro .social-media li {
	margin-bottom: 7px;
}

.description-section {
    padding: 50px 0;
}

.description-section .bg-holder {
   padding-top: 64%;
    margin-bottom: 30px;
}

.description-section .subtitle {
    font-weight: bold;
    letter-spacing: 0.51px;
    display: block;
    margin-bottom: 5px;
}

.description-section h2 {
    color: #005f9d;
    margin-bottom: 20px;
}

.description-section .text-holder ul:not([class]):not([id]) li {
    position: relative;
    padding-left: 20px;
    line-height: 1;
    margin-bottom: 7px;
}
.description-section .text-holder ul:not([class]):not([id]) {
    margin-bottom: 20px;
}



.description-section .text-holder ul:not([class]):not([id]) li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='14' viewBox='0 0 19 14'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%230c609a' d='M6.742 13.388L.672 7.317l1.413-1.414 4.657 4.657 9.93-9.928 1.413 1.414z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}


.division-block .row {
	margin-bottom: 40px;
}

.division-block .row:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom:30px;
	margin-top:30px;
	
}

.division-block .row:nth-child(odd) {
    margin-top:20px;
}

.division-block .row:nth-child(even) .bg-holder:before{
    background-color:transparent !important;
}

.division-block .row .text-holder:last-of-type {
	margin-top:-40px;
}

.division-block .bg-holder {
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
}

.division-block .bg-holder:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: transparent;
	opacity: .3;
}

.division-block .bg-holder > * {
	position: relative;
	z-index: 1;
}

.division-block .text-holder {
	color: #4d4d4d;
}

.division-block .text-holder h2 {
	color: var(--title-color);
	font-weight: 900;
	letter-spacing: -.8px;
	font-size: 44.2px;
}

.division-block .text-holder .subtitle {
	display: block;
	letter-spacing: .51px;
	font-weight: 700;
	color: var(--primary-color);
	line-height: 1;
	margin-bottom: 20px;
}

.division-block .text-holder p {
	margin-bottom: 28px;
}

.division-block .text-holder p:last-child {
	margin-bottom: 0px;
}

.division-block .text-holder ul:not([class]):not([id]) {
	margin-bottom: 54px;
}

.footprint-map {
	padding: 50px 0;
}

.footprint-map h6 {
	margin-bottom: 30px;
}

.footprint-map .map-holder {
	box-shadow: 0 24px 16px -15px rgba(0, 95, 157, .2);
}

.hidden-item {
	position: absolute;
	left: -9999px;
	top: 0;
}

.map-box {
	height: 500px;
	position: relative;
	overflow: hidden;
}

.map-box .map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.map-box .marker {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: -9px;
    margin-top: -10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	background-color: #007bff;
	/* background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 91 91' height='91px' id='Layer_1' version='1.1' viewBox='0 0 91 91' width='91px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath d='M57.264,40.626c0-6.208-5.053-11.259-11.262-11.259c-6.209,0-11.262,5.051-11.262,11.259 c0,6.21,5.053,11.263,11.262,11.263C52.211,51.889,57.264,46.836,57.264,40.626z M38.14,40.626c0-4.333,3.527-7.859,7.862-7.859 s7.861,3.525,7.861,7.859c0,4.335-3.526,7.862-7.861,7.862S38.14,44.961,38.14,40.626z' fill='%23010101'/%3E%3Cpath d='M46,76.234l1.225-1.271c0.857-0.892,21.017-21.952,21.017-33.845c0-12.264-9.978-22.242-22.241-22.242 c-12.262,0-22.238,9.978-22.238,22.242c0,11.893,20.156,32.953,21.014,33.844L46,76.234z M46,22.278 c10.389,0,18.841,8.452,18.841,18.841c0,8.156-12.622,23.473-18.841,30.188c-6.218-6.713-18.838-22.025-18.838-30.188 C27.162,30.73,35.613,22.278,46,22.278z' fill='%23010101'/%3E%3C/g%3E%3C/svg%3E"); */
}

.map-box .cluster > div {
	width: 59px !important;
	height: 59px !important;
	display: block;
	border-radius: 50%;
}

.map-box .cluster > div {
	width: 59px;
	height: 59px;
	background: #c1c1c1;
	color: #fff !important;
	line-height: 59px !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='SVGDoc' width='59' height='41' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 59 41'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3E&amp;lt;Path&amp;gt;%3C/title%3E%3Cpath d='M58.6369,8.3559v0v-2.355v0l-38.341,23.182v0l-2.57,-1.552v0l40.911,-24.737v0v-2.354v0l-29.309,17.721v0l-29.309,-17.721v0v2.354v0l27.362,16.545v0l-2.569,1.552v0l-24.793,-14.99v0v2.355v0l22.845,13.813v0l-2.569,1.553v0l-20.276,-12.26v0v2.354v0l18.329,11.083v0l-2.569,1.554v0l-15.76,-9.529v0v2.354v0l18.329,11.083v0l-16.717,10.108v0h3.894v0z' fill='%23077ec3' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Ctitle%3E&amp;lt;Path&amp;gt;%3C/title%3E%3Cpath d='M10.6629,40.4692v0h3.895v0l44.079,-26.653v0v-2.355v0z' fill='%23077ec3' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Ctitle%3E&amp;lt;Path&amp;gt;%3C/title%3E%3Cpath d='M19.6953,40.4692v0l3.777,0.07v0l5.856,-3.54v0l5.855,3.54v0l3.777,-0.07v0l-7.686,-4.646v0l2.57,-1.555v0l10.254,6.201v0h3.894v0l-12.201,-7.378v0l2.568,-1.552v0l14.771,8.93v0h3.895v0l-16.718,-10.108v0l18.33,-11.083v0v-2.354v0z' fill='%23077ec3' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.map-box .cluster > div > span {
	font-size: 20px;
	color: #000;
}

.map-box .cluster img {
	display: none;
}

.culture-holder .text-intro h2 {
	line-height: 1.35;
}

.culture-holder .content-box:before {
	opacity: .5;
}

.careers {
	padding: 30px 0;
}

.careers .container {
	max-width: 1060px;
}

.careers .heading-holder h1,
.careers .heading-holder h2 {
	color: #005f9d;
	letter-spacing: -.8px;
	margin-bottom: 30px;
}

.careers .vacancy-list li {
	padding-bottom: 15px;
	border-bottom: 1px solid #bcbec0;
	margin-bottom: 29px;
}

.careers .vacancy-list li:last-of-type {
	border-bottom: none;
}

.careers .vacancy-list li h6 {
	margin-bottom: 4px;
}

.value {
	padding: 8px 0 35px;
}


.value.value-sm .description-list li img {
    width: 22px;
}

.value.value-sm  .description-list li .description {
    padding: 0 25px 0 54px;
    line-height: 2.1;
}

.value h2 {
	color: var(--title-color);
	letter-spacing: -.8px;
	margin-bottom: 35px;
}

.value.value-sm h2 {
    font-size: 40px;
}

.facts {
	padding: 15px 0;
}

.facts h6 {
	margin-bottom: 35px;
	color: #000;
}

.facts-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.facts-list li {
	margin-bottom: 25px;
	width: 50%;
	padding: 0 10px;
}

.facts-list span {
	display: block;
}

.facts-list span.counter-fact, .facts-list .k-title {
	color: #005f9d;
	margin-bottom: 15px;
	letter-spacing: -.7px;
	font-weight: 400;
	line-height: 1;
	font-size: 35px;/*40px*/
}

.facts-list .number-h {
    display: flex;
    align-items: center;
}

.facts-list span.description {
	border-top: 1px solid #bcbec0;
	padding-top: 15px;
	letter-spacing: .85px;
	padding-left: 5px;
}

.news-slider {
	margin-bottom: 30px;
}

.news-slider .slick-arrow {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -62px;
	right: 0;
	border: 2px solid #00aae7;
	border-radius: 50%;
	background-color: transparent;
	outline: none;
	color: #003660;
	padding: 0;
}

.news-slider .slick-arrow:hover {
	color: #fff;
}

.news-slider .slick-arrow.slick-next:before {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	content: "\e902";
	font-family: icomoon;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.news-slider .slick-arrow.slick-prev {
	right: 43px;
}

.news-slider .slick-arrow.slick-prev:before {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	content: "\e901";
	font-family: icomoon;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.news-slider .slick-list {
	margin: 0 -10px;
}

.news-slider .slick-slide {
	padding: 0 10px;
}

.news-slider .slick-slide img {
	/*margin-bottom: 15px;*/
}

.news-slider .slick-slide h6 {
	margin-bottom: 5px;
}

.news-slider a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.news-slider .fancybox-link {
    display: block;
    padding-top: 67%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-slider .fancybox-link img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-slider a:hover .link {
	color: #414042;
}

.news-slider h6 {
	color: #005F9D;
}

.news-slider .time,
.news-slider .caption {
	display: block;
	margin-bottom: 10px;
}

.news-slider .link {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	display: block;
	font-size: 14px;
	font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	letter-spacing: .98px;
	text-transform: uppercase;
}

.description-box {
	padding: 5px 0 45px;
}

.description-box .subtitle {
	display: block;
	letter-spacing: .51px;
	font-weight: 700;
	color: #009ADA;
	line-height: 1;
}

.description-box .text-holder {
	margin-bottom: 25px;
}

.description-box h1 {
	color: #005f9d;
	letter-spacing: -.5px;
}

.description-list.logo-list .description {
	padding-left: 0;
}

.description-list.logo-list img {
	max-width: 217px;
	margin-bottom: 18px;
}

.description-list li {
	position: relative;
	border-bottom: 1px solid #bcbec0;
	margin-bottom: 20px;
}

.description-list li:last-child {
	border-bottom: none;
}

.description-list li i, .description-list li img {
	position: absolute;
	top: 4px;
	left: 2px;
	color: #005f9d;
	font-size: 23px;
}

 .description-list li img {
     width: 25px;
 }

.description-list li .description {
	padding: 0 15px 0 35px;
}

.intro-page .bg-intro {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 350px;
	position: relative;
	padding: 100px 0 70px;
	color: #fff;
}

.intro-page .bg-intro:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(top, rgba(0, 95, 157, .4) 0%, rgba(0, 0, 0, .4) 100%);
	background: linear-gradient(to bottom, rgba(0, 95, 157, .4) 0%, rgba(0, 0, 0, .4) 100%);
	z-index: 2;
}

.intro-page .bg-intro .container {
	position: relative;
	z-index: 3;
}

.team-page .intro-page .bg-intro .container, .news-page .intro-page .bg-intro .container {
    display: flex;
    justify-content: center;
}

.team-page .bg-intro, .news-page .bg-intro {
    position: relative;
    overflow: hidden;
}

.news-page .intro-page h2 {
    font-size: 64px;
}
.news-page .intro-page .text-holder {
    max-width: 1280px;
}

.intro-page h1,
.intro-page h2 {
	color: #fff;
	letter-spacing: -.8px;
	font-weight: 900;
	line-height: 1.35;
}

.intro-page h1{
    text-align: center;
}

.intro-page .subtitle {
	display: block;
	letter-spacing: .51px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1;
}

.intro-page .text-holder {
	/* max-width: 700px; */
}

.description-page {
	background-color: transparent;
	padding: 75px 0 30px;
}

.description-page .text-holder, .article-holder .text-holder {
	/* max-width: 1050px; */
	margin: 0 auto;
}

.description-page .text-holder h2 {
	color: var(--title-color);
	margin-bottom: 30px;
	font-weight: 900;
}

.description-page .text-holder p {
	margin-bottom: 20px;
}

.cta-section .cta-box, .cta-section {
	background-color: var(--tertiary-color);
}

.cta-section .cta-box a {
	color: currentColor;
	text-decoration: underline;
}

.cta-section .cta-box a:hover {
	text-decoration: none;
}

.team-headline h2 {
	color: #005f9d;
	letter-spacing: -.8px;
	margin-bottom: 35px;
}

.team-list {
	margin-bottom: 35px;
}

.team-list li {
	border-bottom: 1px solid #bcbec0;
	margin-bottom: 15px;
}

.team-list li:last-child {
	border: none;
}

.team-list a {
	color: #231f20;
	text-decoration: none;
}

.team-list a:hover {
	color: #005f9d;
}

.team-list p {
	margin-bottom: 15px;
}

.contact {
	padding: 50px 0;
}

.contact .content-holder {
	max-width: 1057px;
	margin: 0 auto;
}

.contact .text-holder h1 {
	color: var(--title-color);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.5px;
}

.contact .text-holder p {
	margin-bottom: 20px;
}

.contact .text-holder a {
	color: #231f20;
	text-decoration: none;
}

.contact .text-holder a:hover {
	color: #005f9d;
}

.contact .contact-form .recaptcha {
	margin-bottom: 15px;
	display: block;
}

.form-control {
	letter-spacing: .39px;
	height: 45px;
	border-color: transparent;
}

.form-control.input-error {
	border-color: red;
}

.contact-form .form-group.input-error .form-control{
    border-color: red;
}

textarea.form-control {
	resize: none;
	min-height: 150px;
	padding-top: 19px;
}

.jcf-select {
	height: 45px;
	margin-bottom: 0;
	width: 100%;
	border-color: transparent;
}

.jcf-select .jcf-select-text {
	line-height: 45px;
	margin: 0 55px 0 24px;
}

.jcf-select .jcf-select-opener {
	width: 50px;
	background-color: transparent;
}

.jcf-select .jcf-select-opener:before {
	content: "\e900";
	font-family: icomoon;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 10px;
	color: #005f9d;
}

.jcf-select-drop .jcf-select-drop-content {
	border-color: #005f9d;
}

.jcf-select-drop .jcf-option {
	padding: 16px 24px;
}

.jcf-select-drop .jcf-option.jcf-option-hideme {
	display: none;
}

.jcf-focus,
.jcf-focus * {
	border-color: #005f9d !important;
}

.accordion.faq-accordion .opener {
	color: #000;
	letter-spacing: -.48px;
}

.accordion.faq-accordion .slide {
	border-top: 1px solid #d1d3d4;
	padding-top: 25px;
}

.accordion > li {
	-webkit-transition: margin .15s linear;
	transition: margin .15s linear;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0 10px;
}

.accordion > li.active {
	margin-bottom: 20px;
}

.accordion > li.active .opener .decor {
	border-color: #52b9e9;
}

.accordion > li.active .opener .decor:before,
.accordion > li.active .opener .decor:after {
	background-color: #52b9e9;
}

.accordion > li.active .opener .decor:after {
	-webkit-transform: translate(-50%, -50%) rotate(0);
	-ms-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0);
}

.accordion .opener {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	letter-spacing: -.48px;
	font-weight: 400;
	color: #005f9d;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 20px 50px 20px 0;
	outline: none;
}

.accordion .opener:hover {
	color: #005f9d;
}

.accordion .opener .decor {
	-webkit-transition: border-color .15s linear;
	transition: border-color .15s linear;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border: 1px solid #bcbec0;
	border-radius: 50%;
}

.accordion .opener .decor:before,
.accordion .opener .decor:after {
	-webkit-transition: background-color .15s linear, -webkit-transform .15s linear;
	transition: background-color .15s linear, -webkit-transform .15s linear;
	transition: background-color .15s linear, transform .15s linear;
	transition: background-color .15s linear, transform .15s linear, -webkit-transform .15s linear;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 1px;
	background-color: #bcbec0;
	width: 18px;
}

.accordion .opener .decor:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.accordion .slide {
	padding-bottom: 24px;
}

.accordion .slide li {
	border-top: 1px solid #d1d3d4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 9px 0;
}

.accordion .slide .doc-name {
	display: block;
	padding-right: 15px;
	letter-spacing: .85px;
	margin-bottom: 15px;
}

.accordion .slide .btn {
	min-width: 163px;
	padding: 10px 10px;
}

.accardion-section {
	padding: 50px 0;
}

.accardion-section .title-box {
	max-width: 800px;
	margin-bottom: 20px;
}

.accardion-section .title-box h1 {
	color: #005f9d;
	letter-spacing: -.5px;
	margin-bottom: 10px;
}

.login-section {
	padding: 75px 0 35px;
}

.login-section .text-holder {
	text-align: center;
	max-width: 830px;
	margin: 0 auto 30px;
	letter-spacing: .85px;
}

.login-section h1 {
	color: #005f9d;
	letter-spacing: -.5px;
	margin-bottom: 10px;
}

.login-section .login-form {
	max-width: 377px;
	margin: 0 auto;
}

.login-section .login-form .form-control {
	border-color: #fff;
}

.login-section .login-form .form-control.input-error {
	border-color: red;
}

.login-section .login-form .form-control:focus {
	border-color: #005f9d;
}

.login-section .login-form .form-group:last-child {
	padding-top: 14px;
}

[data-video] iframe,
[data-video] video {
	display: block;
}

.intro-slider {
	color: #fff;
	letter-spacing: .17px;
	position: relative;
}

.about-us-intro .slick-list {
    max-height: 750px;
}

.intro-slider .slick-slide {
	position: relative;
	overflow: hidden;
	line-height: 1.5;
}

.intro-slider .slick-slide .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
}

.intro-slider .bg-holder {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* min-height: 70vh; */
	padding: 150px 0 270px;
	overflow: hidden;
}

.home-page .intro-slider .bg-holder {
    display: flex;
	justify-content: center;
	align-items: center;
}

.home-page .intro-content {
    padding-bottom: 50px;
}

/*
.intro-slider .bg-holder:before {
    display:;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(top, rgba(0, 95, 157, .4) 0%, rgba(0, 0, 0, .4) 100%);
	background: linear-gradient(to bottom, rgba(0, 95, 157, .4) 0%, rgba(0, 0, 0, .4) 100%);
	z-index: 2;
}

*/

.intro-slider .container {
	position: relative;
	z-index: 3;
	/* max-width: 1270px; */
	
	display: flex;
	justify-content: center;
}

.intro-slider h1 {
	color: #fff;
	letter-spacing: -.45px;
	font-weight: 900;
	margin-top: 1em;
}

.intro-slider .btn {
	min-width: 226px;
	letter-spacing: .34px;
}

.intro-slider .slick-dots {
	position: absolute;
	left: 12px;
	bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.marker-holder {
    width: 1px;
    height: 1px;
    background: #f00;
}

.intro-slider .slick-dots li {
	padding: 0 4.5px;
}

.intro-slider .slick-dots li.slick-active button {
	background-color: transparent;
}

.intro-slider .slick-dots li.slick-active button:before {
	opacity: 1;
}

.intro-slider .slick-dots button {
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	border: none;
	width: 8px;
	height: 8px;
	background-color: #b3b3b3;
	border-radius: 50%;
	font-size: 0;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.intro-slider .slick-dots button:before {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #b3b3b3;
	background-color: transparent;
	opacity: 0;
}

.intro-links {
	position: absolute;
	bottom: 20px;
	right: 20px;
	left: 20px;
	gap: 10px;
	display: flex;
	
}

.intro-links li {
  width: 33%;
} 

.intro-links li:nth-child(2) a:hover h6 {
	color: var(--secondary-color);
}

.intro-links li:nth-child(2) a:before {
	background-color: var(--secondary-color);
}

.intro-links li:nth-child(2) a .counter {
	color: var(--secondary-color);
}

.intro-links li:nth-child(3) a:hover h6 {
	color: var(--tertiary-color);
}

.intro-links li:nth-child(3) a:before {
	background-color: var(--tertiary-color);
}

.intro-links li:nth-child(3) a .counter {
	color: var(--tertiary-color);
}

.intro-links a {
	-webkit-transition: background-color .15s linear, color .15s linear;
	transition: background-color .15s linear, color .15s linear;
	color: #e6e7e8;
	font-size: 14px;
	letter-spacing: -.2px;
	position: relative;
	background-color: rgba(255, 255, 255, .25);
	text-decoration: none;
	display: block;
	padding: 15px 10px;
	display: flex;
    align-items: center;
    min-height: 100px;
    width: 100%;
    text-align: center;
}

.intro-links a:hover {
	/*background-color: #fff;*/
	color: #fff;
}

.intro-links a:hover:after {
	/*left: -8px;*/
	background-color: var(--primary-color);
	margin-top: 0;
	top: 0;
}

.intro-links a:hover h6 {
	color: #fff;
}

.intro-links a:before {
    -webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	content: "";
	position: absolute;
	bottom: 0;
	height: 16px;
	left: 10px;
	right: 10px;
	background-color: var(--primary-color);
	z-index: 2;
}
.intro-links a >* {
    position: relative;
    z-index: 2;
}
.intro-links a:after {
	-webkit-transition: top .15s linear, background-color .15s linear, left .15s linear;
	transition: top .15s linear, background-color .15s linear, left .15s linear;
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
}
.intro-links a:hover .counter {
    color: #fff;
}

.intro-links li:nth-child(2) a:hover .counter, 
.intro-links li:nth-child(3) a:hover .counter,
.intro-links li:nth-child(2) a:hover h6, 
.intro-links li:nth-child(3) a:hover h6{
        color: #fff;
}

.intro-links a:hover:before {
    background-color: #fff !important;
}

.intro-links .counter {
    -webkit-transition: color .15s linear;
	transition: color .15s linear;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .28px;
	color: var(--primary-color);
	margin-bottom: 3px;
	display: block;
	line-height: 1;
}

.intro-links h6 {
    width: 100%;
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	letter-spacing: .3px;
	margin-bottom: 0;
}

.intro-links p {
	margin-bottom: 0;
}

.viewport .fade-effect,
.viewport .move-effect,
.viewport .move-margin-effect {
	opacity: 0;
	visibility: hidden;
}

.viewport .fade-effect {
	-webkit-transition: opacity .7s linear, visibility .7s linear;
	transition: opacity .7s linear, visibility .7s linear;
}

.viewport .move-effect {
	-webkit-transition: opacity .7s linear, visibility .7s linear, -webkit-transform .7s linear;
	transition: opacity .7s linear, visibility .7s linear, -webkit-transform .7s linear;
	transition: transform .7s linear, opacity .7s linear, visibility .7s linear;
	transition: transform .7s linear, opacity .7s linear, visibility .7s linear, -webkit-transform .7s linear;
	-webkit-transform: translateY(2.5rem);
	-ms-transform: translateY(2.5rem);
	transform: translateY(2.5rem);
}
.viewport .move-effect.from-right,
.delay-viewport .move-effect.from-right{
    transition-delay: 5s;
	-webkit-transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
	transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
	transition: transform .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
	transition: transform .3s ease-out, opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translateX(40.5rem);
	-ms-transform: translateX(40.5rem);
	transform: translateX(40.5rem);
	opacity: 0;
}

.viewport .move-effect.from-left,
.delay-viewport .move-effect.from-left{
    transition-delay: 5s;
	-webkit-transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
	transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
	transition: transform .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
	transition: transform .3s ease-out, opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translateX(-40.5rem);
	-ms-transform: translateX(-40.5rem);
	transform: translateX(-40.5rem);
	opacity: 0;
}

.viewport .move-margin-effect {
	-webkit-transition: margin-top .7s linear, opacity .7s linear, visibility .7s linear;
	transition: margin-top .7s linear, opacity .7s linear, visibility .7s linear;
	margin-top: 2.5rem;
}
.delay-viewport.in-viewport .move-effect,
.viewport.in-viewport .move-effect,
.viewport.in-viewport .fade-effect,
.viewport.in-viewport .move-margin-effect {
	opacity: 1;
	visibility: visible;
}

.viewport.in-viewport .move-effect,
.delay-viewport.in-viewport .move-effect{
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

/* .viewport.in-viewport .move-effect.from-left {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
} */

.viewport.in-viewport .move-margin-effect {
	margin-top: 0;
}

.viewport.fade-effect,
.viewport.move-effect,
.viewport.move-margin-effect {
	opacity: 0;
	visibility: hidden;
}

.viewport.fade-effect {
	-webkit-transition: opacity .7s linear, visibility .7s linear;
	transition: opacity .7s linear, visibility .7s linear;
}

.viewport.move-effect {
	-webkit-transition: opacity .7s linear, visibility .7s linear, -webkit-transform .7s linear;
	transition: opacity .7s linear, visibility .7s linear, -webkit-transform .7s linear;
	transition: transform .7s linear, opacity .7s linear, visibility .7s linear;
	transition: transform .7s linear, opacity .7s linear, visibility .7s linear, -webkit-transform .7s linear;
	-webkit-transform: translateY(2.5rem);
	-ms-transform: translateY(2.5rem);
	transform: translateY(2.5rem);
}

.viewport.move-margin-effect {
	-webkit-transition: margin-top .7s linear, opacity .7s linear, visibility .7s linear;
	transition: margin-top .7s linear, opacity .7s linear, visibility .7s linear;
	margin-top: 2.5rem;
}

.viewport.in-viewport.move-effect,
.viewport.in-viewport.fade-effect,
.viewport.in-viewport.move-margin-effect {
	opacity: 1;
	visibility: visible;
}

.viewport.in-viewport.move-effect {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.viewport.in-viewport.move-margin-effect {
	margin-top: 0;
}

.js-video-popup {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9999;
	overflow: hidden;
	visibility: hidden;
	background: #000;
	-webkit-transition: opacity .5s linear, visibility .5s linear;
	transition: opacity .5s linear, visibility .5s linear;
}

.js-video-popup.active-popup {
	opacity: 1;
	visibility: visible;
}

.js-video-popup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.js-video-popup .close:after,
.js-video-popup .close:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 53%;
	height: 2px;
	width: 30px;
	background: #fff;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.js-video-popup .close:before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.js-video-popup iframe,
.js-video-popup video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#header {
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	background-color: #fff;
	position: relative;
	padding: 15px 0;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

#header .container {
	max-width: 1212px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.index-header #header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}

.index-header #header.fixed-position {
    background-color: #fff;
}

.index-header.nav-active #header {
	background-color: #005f9d;
}

.nav-active {
	overflow: hidden;
	width: 100%;
}

.logo {
	display: block;
	width: 180px;
}

.logo .dark-logo {
	display: block;
}

.logo .white-logo {
	display: none;
}

.logo img {
    width: 100%;
}

.index-header .logo .white-logo {
	display: block;
}

.index-header .fixed-position .logo .white-logo {
	display: none;
}

.index-header .logo .dark-logo {
	display: none;
}

.index-header .fixed-position .logo .dark-logo {
	display: block;
}

.index-header.nav-active .fixed-position .logo .dark-logo {
	display: none;
}

.index-header.nav-active .fixed-position .logo .white-logo {
	display: block;
}

.navigation {
	-webkit-transition: opacity .15s linear, visibility .15s linear;
	transition: opacity .15s linear, visibility .15s linear;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px 20px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	height: calc(100vh - 65px) !important;
}

.nav-active .navigation {
	opacity: 1;
	visibility: visible;
}

.navigation .btn-back {
	font-weight: bold;
	letter-spacing: .15px;
	color: #545850;
	text-transform: capitalize;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
}

.navigation .btn-back:hover {
	color: #005f9d;
}

.menu {
	width: 100%;
	position: relative;
}

.menu > li {
	margin-bottom: 5px;
}

.menu > li.active a {
	color: #005f9d;
}

.menu > li a {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: .15px;
	color: #545850;
	text-transform: capitalize;
	text-decoration: none;
}

.menu > li > a:hover {
	color: #005f9d;
}

.menu > li > a.btn {
	min-width: 100px;
	font-size: 15px;
	text-transform: none !important;
	padding: 8px 10px 6px;
	width: 100%;
}

.menu > li > a.btn:hover {
	color: #545850;
}

.drop {
	position: absolute;
}

.drop ul li {
	margin-bottom: 5px;
}

.drop ul li a:hover {
	color: var(--title-color);
}

.nav-opener {
	display: block;
	width: 35px;
	height: 35px;
	position: relative;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #005f9d;
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	height: 2px;
	margin-top: -1px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.index-header .nav-opener span,
.index-header .nav-opener:before,
.index-header .nav-opener:after {
	background: #fff;
}

.index-header .fixed-position .nav-opener span,
.index-header .fixed-position .nav-opener:before,
.index-header .fixed-position .nav-opener:after {
	background: #0056b3;
}

.index-header.nav-active .fixed-position .nav-opener span,
.index-header.nav-active .fixed-position .nav-opener:before,
.index-header.nav-active .fixed-position .nav-opener:after {
	background: #fff;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}


.disclamer-block{
    padding: 30px 0;
}

.disclaimer-holder .text-copy{
    letter-spacing: 0;
    font-weight: 400;
}

.disclaimer-holder .disclaimer-img img {
    max-width: 100px;
}

#footer {
	color: #fff;
	background-color: var(--tertiary-color);
	padding: 0 0 25px;
}

#footer .logo {
  width:100%;
  margin:0;
  
    /*updated
	width: 220px;
	margin: 0 auto 10px;
*/
}

.footer-top {
    position: relative;
    margin-bottom: 15px;
}

.footer-top:after {
    content: '';
    position: absolute;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    height: 1px;
    background: #fff;
}

.address-holder {
	margin-bottom: 13px;
	width: 100%;
}

.address-holder h6 {
	font-size: 15px;
	letter-spacing: .15px;
	font-weight: bold;
	color: currentColor;
	margin-bottom: 4px;
}

.address-holder address {
	line-height: 1.3;
	letter-spacing: .7px;
	font-size: 14px;
	font-weight: 300;
}

.logo-box {
    /*updated
	margin-bottom: 20px;
	*/
	margin-bottom: 20px;
	width:100%;
}

.social-media {
	margin-bottom: 15px;
}

.social-media li {
	margin-bottom: 10px;
}

.social-media a {
	-webkit-transition: color .15s linear, border .15s linear;
	transition: color .15s linear, border .15s linear;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	font-size: 20px;
	transition: background .3s;
}

.social-media.filled a {
    background: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
}

.social-media.filled a:hover {
	background: var(--primary-color-shade);
	border-color: var(--primary-color-shade);
	text-decoration: none;
}

.slogan {
	text-align: center;
	display: block;
	color: currentColor;
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 0;
}

.slogan sup {
	font-size: 3px;
}

.footer-menu {
	margin-bottom: 30px;
}

.footer-menu li {
	margin-bottom: 5px;
}

.footer-menu a {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .05px;
	text-decoration: none;
}

.footer-menu a:hover {
	color: #005f9d;
}

.copyright {
	font-size: 12px;
	letter-spacing: .84px;
	color: #fff;
	text-align: center;
}

.copyright a {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	color: #fff;
	text-decoration: none;
}

.copyright a:hover {
	color: #005f9d;
}

.copyright p {
	margin-bottom: 15px;
}

.logo-list li {
	padding: 0 10px;
	margin-bottom: 25px;
}

.logo-list img {
	display: block;
	max-width: 180px;
}

.logo-list a {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	display: block;
}

.logo-list a:hover {
	opacity: .6;
}

body {
	min-width: 320px;
}
.team-page .intro-page h2 {
    font-size: 36px;
}
@media (min-width: 690px) {
    .team-page .intro-page h2 {
        font-size: 64px;
    }
}
.team-page .article-holder {
    margin-bottom: 0;
}
.team-page .executive-leadership {
    background: #0A183D;
    position: relative;
}

.team-page .directors,
.team-page .advisory {
    background: var(--secondary-color);
    position: relative;
}
.team-page .executive-leadership:before,
.team-page .advisory:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../../../../res.cloudinary.com/govimg/image/upload/f_auto/v1674745230/639a4ef8e8d9e3ae98789fd2/JBB white globe);
    background-repeat: no-repeat;
    background-size: 60%;
    opacity: 0.2;
}
.team-page .executive-leadership:before,
.team-page .advisory:before{
    background-position: -30% 110%;
}

.team-page .advisory:before {
    transform:scaleX(-1);
}

.team-page .executive-leadership,
.team-page .directors,
.team-page .advisory{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.team-page .directors {
    padding-bottom: 1rem;
}

.team-page .directors hr {
    margin-top: 4rem;
}

.team-page .executive-leadership .article-holder .section-title,
.team-page .directors .article-holder .section-title,
.team-page .advisory .article-holder .section-title{
    font-size: 36px;
    font-weight: 900;
}

.team-page .executive-leadership .subtitle,
.team-page .directors .subtitle,
.team-page .advisory .subtitle{
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 375px) {
	.news-slider .slick-list {
		margin: 0 -150px 0 -10px;
	}
}

@media (min-width: 576px) {
	.facts-list li {
		width: 25%;
		padding: 0 15px;
	}

	.description-list.double-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.description-list.double-list li {
		width: calc(50% - 40px);
		margin: 0 20px 25px;
	}

	.description-list.double-list li:nth-last-child(2) {
		border-bottom: none;
	}

	.intro-page .bg-intro {
		padding: 120px 0 70px;
	}

	.team-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}

	.team-list li {
		width: calc(50% - 40px);
		margin: 0 20px 15px;
	}

	.team-list li:nth-last-child(2) {
		border-bottom: none;
	}

	.intro-links a {
		padding: 15px 20px;
	}

	.intro-links a:before {
		left: 20px;
		right: 20px;
	}
	

}

@media (min-width: 768px) {
    body:not(.index-header) #wrapper {
        padding-top: 97px;
        
    }
    
	.wrapp-holder {
		/*margin-bottom: 290px;*/
	}
	
	.description-list li img {
         width: 55px;
     }

	h6,
	.h6 {
		font-size: 20px;
	}
	
	.intro-page.intro-page-xl .bg-intro {
	    min-height: 480px;
	    padding-bottom: 150px;
	}
	
	.cta-section.inner-cta {
	    margin-top: -100px;
	}

	.our-people {
		padding: 75px 0 15px;
	}

	.our-people .news-box .title-box {
		margin-bottom: 40px;
		padding-right: 115px;
	}

	.cta-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 25px 35px;
		margin-bottom: 35px;
	}

	.cta-box .text-holder {
		max-width: 450px;
		padding-right: 15px;
		letter-spacing: .88px;
	}

	.cta-box .text-holder p {
		margin-bottom: 0;
	}

	.cta-box h1 {
		letter-spacing: normal;
	}

	.cta-box.sign-up-box .text-holder {
		max-width: 350px;
	}

	.cta-box.sign-up-box .hubspot-holder {
		max-width: calc(100% - 350px);
		padding-left: 40px;
		width: 100%;
	}

	.cta-box.sign-up-box .hubspot-holder input[type="text"],
	.cta-box.sign-up-box .hubspot-holder input[type="tel"],
	.cta-box.sign-up-box .hubspot-holder input[type="email"],
	.cta-box.sign-up-box .hubspot-holder input[type="url"],
	.cta-box.sign-up-box .hubspot-holder input[type="search"],
	.cta-box.sign-up-box .hubspot-holder input[type="password"],
	.cta-box.sign-up-box .hubspot-holder input[type="number"] {
		height: 61px;
	}

	.cta-box.sign-up-box .hubspot-holder fieldset {
		margin-bottom: 20px;
	}

	.cta-box.sign-up-box .hubspot-holder fieldset label {
		display: none;
	}

	.cta-box.sign-up-box .hubspot-holder fieldset.form-columns-1 {
		margin-bottom: 30px;
	}

	.content-box {
		padding: 30px 0;
	}

	.content-box .left-text {
		padding: 30px 60px;
	}

	.content-box.double-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.content-box.double-content .left-text {
		width: 50%;
		padding: 0 20px;
	}

	.content-box.double-content .description-list {
		width: 50%;
		padding: 0 20px;
	}

	.content-box-mini {
		padding: 24px 0 36px;
	}

	.content-box-mini.reverse .right-text {
		margin-left: 0;
		margin-right: auto;
		height: 100%;
	}

	.content-box-mini.reverse .right-text:before {
		right: 100%;
		left: auto;
	}

	.content-box-mini.reverse .img-holder {
		left: auto;
		right: 14px;
	}

	.content-box-mini.reverse .img-holder img,
	.content-box-mini.reverse .img-holder iframe {
		width: 100%;
		height: 100%;
	}

	.content-box-mini .img-holder {
		position: absolute;
		top: -24px;
		left: 36px;
		bottom: -24px;
		width: 60%;
		padding-bottom: 0;
	}

	.right-text {
		position: relative;
		padding: 25px 35px;
		max-width: 430px;
	}

	.right-text:before {
		content: "";
		position: absolute;
		left: 100%;
		top: 0;
		bottom: 0;
		width: 9999px;
		pointer-events: none;
		background-color: #fff;
	}

	.right-text p {
		margin-bottom: 21px;
	}

	.check-list li {
		padding-left: 25px;
	}

	.check-list li:before {
		font-size: 13px;
	}

	.dots-list li:before {
		font-size: 13px;
		top: 1px;
	}

	.custom-slider li {
		padding: 21px 0;
	}

	.custom-slider li:first-child {
		padding: 0 0 20px;
	}

	.custom-slider li:last-child {
		padding-bottom: 0;
	}

	.custom-slider a {
		font-size: 30px;
	}

	.info-section {
		padding-bottom: 65px;
	}

	.decor-left {
		background-position: 0 67px;
	}

	.decor-right {
		background-position: 100% 67px;
	}

	.text-intro {
		padding: 50px 0 150px;
	}

	.text-intro.gray-section.decor-right {
		background-position: 100% 100px;
	}

	.block-divisions [class*="col-"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.block-divisions .division-item {
		min-height: 350px;
		height: 100%;
	}

	.our-footprint .statistic-list {
		padding-left: 20px;
	}

	.statistic-list li {
		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-bottom: 20px;
	}

	.statistic-list .number {
		margin-bottom: 0;
		width: 126px;
		text-align: right;
		font-size: 40px;
	}

	.statistic-list .text {
		width: calc(100% - 126px);
		padding-left: 10px;
	}

	.division-category {
		font-size: 14px;
		margin-bottom: 46px;
	}

	.filter-list li {
		padding: 0 15px 10px;
	}

	.news-filter {
		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;
		padding-top: 30px;
	}

	.news-filter .filter-title {
		text-align-last: left;
	}

	.news-filter .filter-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		line-height: 1.85;
	}

	.news-intro .heading-holder {
		padding: 0 50px;
		margin-bottom: 55px;
	}

	.news-intro .text {
		padding: 0 50px;
	}

	.news-intro .social-media {
		padding-top: 8px;
	}

	.facts {
		padding: 20px 0 60px;
	}

	.facts-list {
		margin: 0;
	}

	.facts-list li {
		padding: 0 10px;
	}

	.facts-list span.counter-fact,.facts-list .k-title {
		font-size: 40px;
	}

	.news-slider {
		margin-bottom: 50px;
	}

	.news-slider .slick-arrow {
		width: 41px;
		height: 41px;
		top: -75px;
	}

	.news-slider .slick-arrow.slick-prev {
		right: 60px;
	}

	.news-slider .slick-list {
		margin: 0 -150px 0 -15px;
	}

	.news-slider .slick-slide {
		padding: 0 15px;
	}

	.description-box .content-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.description-box .text-holder {
		width: 50%;
		padding-right: 15px;
		margin-bottom: 0;
	}

	.description-box .description-list {
		width: 50%;
		padding-left: 15px;
	}

	.description-box h1 {
		line-height: 1.1;
		margin-bottom: 15px;
	}

	.description-list li {
		padding-bottom: 15px;
		margin-bottom: 25px;
	}

	.description-list li i {
		font-size: 29px;
	}

	.description-list li .description {
		padding: 0 25px 0 74px;
	}

	.intro-page .bg-intro {
		padding: 180px 0 70px;
	}

	.intro-page .bg-intro .container {
		padding: 20px 50px;
	}

	.team-list p {
		margin-bottom: 22px;
	}

	.contact {
		padding: 75px 0;
	}

	.contact .content-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact .text-holder {
		width: 50%;
	}

	.contact .text-holder h1 {
		margin-bottom: 20px;
	}

	.contact .contact-form {
		width: 50%;
		padding-left: 35px;
	}

	.contact .contact-form .recaptcha {
		margin-bottom: 29px;
		padding-top: 15px;
	}

	.form-control {
		height: 61px;
	}

	textarea.form-control {
		min-height: 251px;
	}

	.jcf-select {
		height: 61px;
	}

	.jcf-select .jcf-select-text {
		line-height: 61px;
	}

	.jcf-select-drop .jcf-option {
		padding: 23px 24px;
	}

	.accordion > li {
		padding: 0 33px 0 42px;
		margin-bottom: 21px;
	}

	.accordion > li.active {
		margin-bottom: 34px;
	}

	.accordion .opener {
		font-size: 24px;
		padding: 26px 60px 31px 0;
	}

	.accordion .opener .decor {
		width: 41px;
		height: 41px;
	}

	.accordion .opener .decor:before,
	.accordion .opener .decor:after {
		width: 24px;
	}

	.accordion .slide li {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 18px 0;
	}

	.accordion .slide .doc-name {
		margin-bottom: 0;
	}

	.accardion-section {
		padding: 75px 0;
	}

	.accardion-section .title-box {
		padding-left: 35px;
	}

	.login-section .text-holder {
		margin-bottom: 47px;
	}

	.login-section h1 {
		margin-bottom: 17px;
	}

	.intro-slider .bg-holder {
		min-height: auto;
		height: 70vh;
		padding: 30% 0 100px;
	}
	.about-us-intro .intro-slider {
	    height: 750px;
	}

	.intro-slider h1 {
		line-height: 1.1;
	}

	.intro-slider .btn {
		font-size: 1rem;
	}

	.intro-slider .slick-dots {
		bottom: 46px;
	}

	.intro-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: initial;
		right: 0;
		left: initial;
		bottom: 0;
		gap: 0;
		
		
	}
	
	.intro-links li {
      width: initial;
    }

	.intro-links a {
	    min-width: 200px;
		padding: 15px;
		font-size: 16px;
		align-items: end;
        width: initial;
        text-align: initial;
	}
	
	.intro-links h6 {
      font-size: 16px;
    }

	.intro-links a:hover:after {
		/*left: 0;
		top: 0;*/
	}

	.intro-links a:before {
		left: 15px;
		right: 15px;
	}

	.intro-links a:after {
		/*bottom: 100%;
		right: 0;*/
	}

	.intro-links .counter {
		font-size: 12px;
	}

	#header {
		padding: 22px 0;
	}

	.index-header #header .menu > li > a:hover {
		color: #414042;
	}

	.index-header.nav-active #header {
		background-color: transparent;
	}

	.logo {
		width: 170px;
	}

	.navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: calc(100% - 170px);
		position: static;
		padding: 0;
		background-color: transparent;
		opacity: 1;
		visibility: visible;
		height: auto !important;
	}

	.menu {
		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: 0 -7px;
		width: auto;
		padding-left: 10px;
	}

	.menu > li {
		padding: 0 7px;
		margin-bottom: 0;
		position: relative;
	}

	.menu > li:hover .drop {
		opacity: 1;
		visibility: visible;
	}

	.menu > li > a {
		font-size: 14px;
	}

	.menu > li > a.btn {
		width: auto;
		font-size: 14px;
		min-width: 80px;
		padding: 11px 10px 8px;
	}

	.index-header .menu > li > a, .index-header .menu > li > .anim-btn.btn-outline-primary>span:first-child {
		color: #fff;
	}
	
	.index-header .fixed-position .menu > li > a, .index-header .fixed-position .menu > li > .anim-btn.btn-outline-primary>span:first-child {
		color: #545850;
	}
	
	.index-header .menu > li > .anim-btn.btn-outline-primary.hover>span:first-child {
	    color: #52b9e9;
	}

	.drop {
		-webkit-transition: opacity .15s linear, visibility .15s linear;
		transition: opacity .15s linear, visibility .15s linear;
		opacity: 0;
		font-weight: 400;
		visibility: hidden;
		top: calc(100% + 27px);
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		min-width: 230px;
		background-color: var(--title-color);
		padding: 17px 15px 7px 15px;
	}

	.drop:after {
		content: "";
		position: absolute;
		bottom: 100%;
		height: 27px;
		left: 0;
		right: 0;
		background-color: transparent;
	}

	.drop ul li {
		margin-bottom: 4px;
	}

	.drop ul li a {
		-webkit-transition: background-color .15s linear;
		transition: background-color .15s linear;
		color: #fff;
		font-size: 14px;
		letter-spacing: .14px;
		text-decoration: none;
		display: block;
		padding: 4px 17px 4px 17px;
		border-radius: 1em;
	}

	.drop ul li a:hover {
		color: #fff;
		background-color: rgba(255,255,255, 0.26);
	}

	.nav-opener {
		display: none;
	}

	.logo-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.vacancy-list li {
	    display: flex;
    align-items: center;
    justify-content: space-between;
	}
	
	.vacancy-list .vacancy-box {
	    max-width: calc(100% - 340px);
	}
	
	.pagination-holder .pagination {
	    margin: 0 -15px;
	}
	
	.pagination-holder .pagination li {
	    padding: 0 15px;
	}
	
	.description-section .bg-holder {
	    padding-top: 0;
	    min-height: 432px;
	}
	

	
	.description-section .text-holder ul:not([class]):not([id]) li {
	    padding-left: 29px;
	    line-height: 1;
	    margin-bottom: 13px;
	    
	}
	
	.description-section .text-holder ul:not([class]):not([id]) li:before {
	    background-size: 19px 14px;
	    width: 19px;
	    height: 14px;
	    
	}
	
	.description-section .text-holder ul:not([class]):not([id]) {
	    margin-bottom: 48px;
	}
	
	.description-section .text-holder p {
	    margin-bottom: 28px;
	}
	
	.disclaimer-holder {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
        width: 100%;
        align-items: center;
	}
	
	.disclaimer-holder .text-copy {
	    width: 60%;
	}
	.disclaimer-holder .text-copy p:last-of-type {
	    margin-bottom: 0;
	}
	
	.disclaimer-holder .disclaimer-img {
	    width: 16%;
	    padding-right: 18px;
	}
	
	
}

@media (min-width: 992px) {
      body:not(.index-header) #wrapper {
        padding-top: 109px;
        
    }
    
	.btn {
		min-width: 251px;
		padding: 19px 15px;
	}

	.wrapp-holder {
		/*margin-bottom: 400px;*/
	}

	body {
		font-size: 16px;
		letter-spacing: .85px;
		line-height: 1.8;
	}
	
	/*.inner-holder {
	    font-size: 17px;
	}*/

	h1,
	.h1 {
		font-size: 64px;
	}

	h2,
	.h2 {
		font-size: 48px;
	}

	h6,
	.h6 {
		font-size: 24px;
	}
	
	h6.section-title, .h6.section-title {
	    font-size: 32px;
	}

	.intro-content .text-intro.blue-title, 
	.intro-content .text-intro.white-title {
		padding: 146px 0 100px;
	}

	.intro-content .cta-section {
		padding-bottom: 100px;
	}

	.our-people {
		padding: 90px 0 15px;
	}

	.our-people .news-box {
		padding-left: 50px;
	}

	.our-people .news-box .title-box {
		margin-bottom: 68px;
	}

	.cta-box {
		padding: 45px 50px;
		margin-bottom: 70px;
	}

	.cta-box .text-holder {
		max-width: 510px;
	}

	.cta-box h1 {
		margin-bottom: 28px;
	}

	.cta-box.sign-up-box .text-holder {
		max-width: 420px;
		margin-top: -80px;
	}

	.cta-box.sign-up-box .hubspot-holder {
		max-width: calc(100% - 420px);
	}

	.cta-box.sign-up-box .hubspot-holder input[type="submit"] {
		min-width: 251px;
		padding: 19px 15px;
	}

	.content-box {
		padding: 58px 0;
	}

	.content-box .left-text {
		padding: 83px 87px 98px;
		max-width: 840px;
	}

	.content-box .left-text .dots-list {
		margin-bottom: 42px;
	}

	.content-box.double-content {
		padding: 97px 0 0;
	}

	.content-box.double-content .left-text {
		padding: 0 45px 0 75px;
	}

	.content-box.double-content .description-list {
		padding: 15px 66px 0 74px;
	}

	.content-box.content-box-lg .left-text {
		padding-top: 200px;
		padding-bottom: 47px;
	}

	.content-box.content-box-lg .left-text p:only-of-type {
		margin-bottom: 66px;
	}

	.content-box.content-box-md .left-text {
		padding-top: 147px;
		padding-bottom: 102px;
	}

	.content-box.content-box-md .left-text p:only-of-type {
		margin-bottom: 66px;
	}

	.content-box.content-box-sm .left-text {
		padding-top: 147px;
		padding-bottom: 102px;
	}

	.content-box-mini {
		margin-bottom: 163px;
	}

	.content-box-mini.reverse .right-text {
		max-width: 618px;
		padding: 98px 100px 136px 50px;
	}

	.content-box-mini.reverse .right-text p {
		margin-bottom: 43px;
	}

	.content-box-mini .img-holder {
		width: 53.7%;
		bottom: -36px;
	}

	.content-box-mini .right-text {
		max-width: 596px;
		padding: 80px 47px 72px 94px;
	}

	.right-text {
		max-width: 577px;
		padding: 54px 50px 62px 75px;
	}

	.right-text h2 {
		margin-bottom: 30px;
	}

	.right-text .subtitle {
		margin-bottom: 30px;
	}

	.right-text .check-list {
		margin-bottom: 44px;
	}

	.check-list li {
		padding-left: 30px;
		margin-bottom: 0;
	}

	.dots-list li {
		margin-bottom: 0;
	}

	.dots-list li:before {
		top: 3px;
	}

	.info-section {
		padding-bottom: 121px;
	}

	.info-section.building-page {
		margin-bottom: 103px;
	}

	.text-intro {
		padding: 131px 0 168px;
		margin-bottom: -58px;
	}

	.text-intro.blue-section {
		padding: 248px 0 345px;
		margin-bottom: -198px;
	}

	.text-intro.blue-section.decor-right {
		background-position: 100% 262px;
	}

	.text-intro.blue-section .text-holder {
		padding-left: 47px;
	}

	.text-intro.gray-section {
		padding: 245px 0 270px;
		margin-bottom: -197px;
	}

	.text-intro.gray-section .text-holder {
		padding-left: 50px;
	}

	.text-intro.blue-title {
		padding: 128px 0 155px;
	}

	.text-intro.blue-title h2 {
		margin-bottom: 34px;
	}

	.text-intro.blue-title .text-holder {
		padding-left: 82px;
	}

	.text-intro h1 {
		margin-bottom: 30px;
	}

	.text-intro p {
		margin-bottom: 30px;
	}

	.text-intro .text-holder {
		padding-left: 82px;
	}

	.text-intro.team-intro .text-holder {
		padding-left: 47px;
		padding-right: 11px;
	}

	.text-intro.team-intro h2 {
		margin-bottom: 0;
	}

	.text-intro.team-intro .img-holder {
		padding-right: 20px;
	}

	.text-intro.news-collection .text-holder {
		padding-left: 47px;
		margin-bottom: 19px;
	}

	.text-intro .social-media {
		padding-top: 28px;
	}

	.block-divisions .heading-holder h6 {
		font-size: 36px;
	}

	.block-divisions .division-item {
		padding: 30px;
		padding-bottom: 0;
	}

	.our-footprint {
		padding: 0 0 30px;
	}
	
	.home-page .our-footprint {
	    padding-top: 50px;
	}

	.our-footprint .text-holder p {
		margin-bottom: 40px;
	}

	.our-footprint .statistic-list {
		padding-left: 45px;
	}

	.statistic-list li {
		margin-bottom: 53px;
	}

	.statistic-list .number {
		font-size: 64px;
		letter-spacing: -3px;
	}

	.statistic-list .text {
		padding-left: 30px;
		padding-top: 6px;
		line-height: 2;
	}

	.in-the-news {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.in-the-news .heading-holder {
		margin-bottom: 51px;
	}

	.in-the-news .news-item .text {
		padding-right: 20px;
	}

	.division-scroll {
		padding: 100px 0;
	}

	.testimonial {
		padding: 50px 0 120px;
	}

	.testimonial blockquote {
		font-size: 30px;
	}

	.raaas-model {
		padding: 10px 0 88px;
	}
	
	.raaas-model .model-text {
	    margin-bottom: 80px;
	}
	.raaas-model .model-text h2 {
	    font-size: 40px;
	}

	.raaas-model .heading-holder {
		margin-bottom: 67px;
	}

	.raaas-model .holder-icon {
		margin-bottom: 40px;
	}

	.raaas-model .row {
		margin: 0 -40px;
	}

	.raaas-model [class*="col-"] {
		padding: 0 40px;
		margin-bottom: 48px;
	}


	.article-holder {
		margin-bottom: 107px;
	}

	.news-intro + .cta-section {
		margin-bottom: 92px;
	}

	.news-intro {
		padding: 91px 0 114px;
	}

	.news-intro .content-img {
		margin-bottom: 68px;
	}

	.news-intro .heading-holder {
		padding: 0 141px;
	}

	.news-intro .heading-holder h2 {
		margin-bottom: 0;
	}

	.news-intro .text {
		padding: 0 133px 0 52px;
	}

	.news-intro .text h6,
	.news-intro .text .h6 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: .3px;
		margin-bottom: 35px;
	}

	.news-intro .social-media li {
		margin-bottom: 21px;
	}
	
	.description-section h2 {
	    font-size: 40px;
	    line-height: 1;
        letter-spacing: -0.6px;
        margin-bottom: 34px;
	}
	.description-section .subtitle {
	    margin-bottom: 3px;
	    line-height: 1;
	}
	.description-section .text-holder {
	    padding-left: 66px;
        padding-right: 30px;
	}
	
	.description-section.reverse-description .bg-holder {
	    margin-left: -50px;
        margin-right: 50px;
	}
	
	.description-section.reverse-description .text-holder {
	    padding-left: 10px;
        padding-right: 106px;
	}
	
	.description-section {
	    padding-bottom: 84px;
	}

	.division-block .row {
		margin-bottom: 0px;
	}

	.division-block .row:nth-child(even) .text-holder {
		padding: 0 0px 0 0;
	}
/*
	.division-block .row:nth-child(even) .bg-holder {
		margin-right: 45px;
		margin-left: -50px;
	}
*/
	.division-block .bg-holder {
		min-height: 480px;
		margin-bottom: 0;
	}

	.division-block .text-holder {
		padding: 0 60px;
	}

	.division-block .text-holder .subtitle {
		margin-bottom: 35px;
	}
	
	.footprint-map + .block-divisions {
	    margin-bottom: 87px;
	}

	.footprint-map {
		padding: 111px 0 121px;
	}

	.footprint-map h6 {
		margin-bottom: 50px;
	}

	.map-box {
		height: 660px;
	}

	.culture-holder .text-intro .text-holder {
		padding-left: 50px;
		max-width: 740px;
	}

	.culture-holder .text-intro .text-holder h2 {
		margin-bottom: 42px;
	}

	.careers {
		padding-top: 0;
		padding-bottom: 100px;
	}

	.careers .heading-holder h1,
	.careers .heading-holder h2 {
		margin-bottom: 64px;
	}

	.value {
		padding: 50px 0 100px;
	}
	
	.value.value-sm {
		padding-bottom: 40px;
	}
	
	.value.value-sm .description-list.double-list li {
    margin: 0 50px 30px;
    padding-bottom: 39px;
}

	.value h2 {
		margin-bottom: 68px;
	}

	.value .description-list.double-list {
		margin: 0 -20px 24px;
		padding: 0 37px 0 13px;
	}
	
	.value.value-sm + .footprint-map {
	    padding-top: 27px;
	    padding-bottom: 53px;
	}

	.facts {
		padding: 17px 0 144px;
	}

	.facts h6 {
		margin-bottom: 69px;
	}

	.facts-list {
		padding: 0 30px 0 46px;
	}

	.facts-list li {
		padding: 0 32px;
	}

	.facts-list span.counter-fact, .facts-list .k-title {
		font-size: 40px;/*70*/
		margin-bottom: 26px;
	}
	
	

	.facts-list span.description {
		padding-top: 24px;
	}

	.news-slider {
		margin-bottom: 93px;
	}

	.news-slider .slick-arrow {
		top: -113px;
		right: 17px;
	}

	.news-slider .slick-arrow.slick-prev {
		right: 78px;
	}

	.news-slider .slick-list {
		margin: 0 -385px 0 -21px;
	}

	.news-slider .slick-list:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 15%;
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #005f9d 15%);
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #005f9d 15%);
		z-index: 3;
	}

	.news-slider .slick-slide {
		padding: 0 21px;
	}

	.news-slider .slick-slide img {
		/*margin-bottom: 20px;*/
	}

	.news-slider .slick-slide h6 {
		margin-bottom: 9px;
	}

	.news-slider .time,
	.news-slider .caption {
		margin-bottom: 22px;
	}

	.description-box {
		padding: 16px 0 50px;
	}

	.description-box .subtitle {
		margin-bottom: 5px;
	}

	.description-box .text-holder {
		padding-right: 50px;
	}

	.description-box .text-holder p {
		margin-bottom: 30px;
	}

	.description-box .text-holder .btn {
		margin-top: 22px;
	}

	.description-box h1 {
		margin-bottom: 29px;
	}

	.description-list.logo-list li {
		padding: 0;
		margin-bottom: 41px;
	}

	.description-list.double-list li {
		width: calc(50% - 106px);
		margin: 0 53px 35px;
	}

	.description-list li {
		padding-bottom: 26px;
		margin-bottom: 42px;
	}

	.description-list h6 {
		margin-bottom: 10px;
	}

	.intro-page .bg-intro {
		min-height: 484px;
		padding: 130px 0 50px;
		background-position: bottom;
	}
	
	.intro-page.intro-page-xl .bg-intro {
		min-height: 768px;
		padding: 270px 0 150px;
		background-position: bottom;
	}
	
	.cta-section.inner-cta {
	    margin-top: -133px;
	    margin-bottom: 123px;
	}
	

	
	.intro-page.intro-page-xl .bg-intro h1{
	    line-height: 1.15;
	}
	
	.intro-page .logo-wrapper {
	    margin-bottom: 26px;
	    max-width: 282px;
	}
	
	.cta-section.inner-cta h2{
	    font-size: 30px;
	    margin-bottom: 5px;
	    
	}

	.intro-page .subtitle {
		margin-bottom: 13px;
	}

	.description-page {
		padding: 0px 0 0px;
	}

	.team-headline {
		padding: 8px 0 0;
	}

	.team-headline h2 {
		margin-bottom: 68px;
	}

	.team-list {
		padding: 0 10px;
		margin-bottom: 90px;
	}

	.team-list li {
		width: calc(50% - 106px);
		margin: 0 53px 35px;
	}

	.contact {
		padding: 138px 0 136px;
	}

	.contact .text-holder {
		padding-left: 25px;
		padding-right: 30px;
	}

	.contact .text-holder h1 {
		margin-bottom: 32px;
	}

	.contact .text-holder p {
		margin-bottom: 30px;
	}

	.contact .contact-form {
		padding-left: 80px;
	}

	.jcf-select .jcf-select-text {
		margin: 0 95px 0 24px;
	}

	.jcf-select .jcf-select-opener {
		width: 90px;
	}

	.accardion-section {
		padding: 130px 0 93px;
	}

	.accardion-section .title-box {
		padding-left: 84px;
		margin-bottom: 78px;
	}

	.accardion-section .title-box h1 {
		margin-bottom: 16px;
	}

	.login-section {
		padding: 105px 0 138px;
	}

	.intro-slider .bg-holder {
		padding: 175px 0 120px;
	}

	.intro-slider h1 {
		font-size: 64px;
		margin-bottom: 18px;
	}

	.intro-slider p {
	    font-size: 20px;
	    font-weight: bold;
		margin-bottom: 50px;
	}

	.intro-slider .btn {
		padding: 12px 15px;
	}

	.intro-links a {
	    min-width: 300px;
		font-size: 18px;
		padding: 19px 25px 21px;
	}

	.intro-links .counter {
		font-size: 14px;
	}

	.intro-links h6 {
		font-size: 22px;
	}

	#header {
		padding: 28px 0;
	}

	.index-header #header {
	/*	padding: 54px 0;*/
	}

	.logo {
		width: 220px;
	}

	.navigation {
		width: calc(100% - 220px);
	}

	.menu {
		margin: 0 -14px;
	}

	.menu > li {
		padding: 0 14px;
	}

	.menu > li > a {
		font-size: 15px;
	}

	.menu > li > a.btn {
		font-size: 15px;
		min-width: 125px;
		padding: 14px 10px 13px;
		font-family: "Arial";
	}

	#footer {
		padding: 0 0 40px;
	}

	.address-holder address {
		line-height: 1.65;
	}

	.social-media li {
		margin-bottom: 25px;
	}

	.footer-menu {
		margin-bottom: 30px;
		line-height: 1;
	}

	.footer-menu li {
		margin-bottom: 13px;
	}

	.copyright {
		padding-top: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	
	.footer-top {
	    padding-bottom: 25px;
	    margin-bottom: 0;
	}

	.logo-list li {
		padding: 0 26px;
	}
	
	.cta-box.sign-up-box {
	    padding-bottom: 80px;
	}
	
	.disclamer-block{
    padding: 30px 0 100px;
	    
	}
	
	.disclaimer-holder .text-copy {
	    width: 84%;
	    max-width: 867px;
	}
	
	.disclamer-block + .block-divisions {
	    padding-bottom: 50px;
	}
	
	.team-page .executive-leadership .section-title,
    .team-page .directors .section-title,
    .team-page .advisory  .section-title{
        font-size: 36px;
        font-weight: 900;
    }
}

@media (min-width: 1200px) {
    
    body:not(.index-header) #wrapper {
        padding-top: 122px;
        
    }
	.cta-box {
		padding: 89px 156px 97px 80px;
		margin-bottom: 81px;
	}
	
	.inner-cta .cta-box.sign-up-box {
	    padding: 43px 100px 43px 80px;
	}

	.cta-box.sign-up-box {
		padding: 63px 100px 75px 80px;
	}

	.cta-box.sign-up-box .hubspot-holder {
		padding-left: 82px;
	}

	.text-intro.gray-section.decor-right {
		background-position: 100% 257px;
	}

	.text-intro p {
		margin-bottom: 50px;
	}

	.text-intro.team-intro .img-holder {
		margin-top: -13px;
	}

	.text-intro.team-intro p {
		margin-bottom: 26px;
	}

	.block-divisions .division-item {
		min-height: 496px;
		padding: 30px 52px 0;
	}
	.block-divisions .division-item .anim-box{
	    padding-bottom: 63px;
	}

	.in-the-news .news-item {
		margin-bottom: 79px;
	}

	.description-box {
		padding: 16px 0 80px;
	}

	.description-box .content-holder {
		padding: 0 59px 0 84px;
	}

	.description-box .description-list {
		padding-left: 69px;
		padding-top: 7px;
	}

	.description-list.logo-list {
		padding-top: 0;
	}

	.description-list.logo-list .description {
		padding-right: 75px;
		padding-bottom: 25px;
	}

	.intro-slider .bg-holder {
		padding: 227px 0 120px;
	}

	.intro-slider .slick-dots {
		left: calc(50% - 547px);
	}

	.intro-links a {
		min-width: 342px;
		padding: 19px 25px 21px 40px;
	}

	#header {
		padding: 35px 0 34px;
	}

	.menu {
		margin: 0 -21px;
	}

	.menu > li {
		padding: 0 21px;
	}

	.address-holder {
		padding-left: 52px;
	}

	.footer-top [class*="col-"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-menu {
		padding-left: 35px;
	}
	
	/* .article-holder .col-lg-3 {
	    flex: 0 0 20%;
	        max-width: 20%;
	} */
	
	
}

@media (min-width: 1366px) {
	.container {
		padding: 0 95px;
		max-width: none;
	}
	
	.disclamer-block .container {
	    padding: 0 167px;
	}

	.our-footprint .container {
		padding: 0 185px;
		max-width: none;
	}
	
	.facts-list span.counter-fact, .facts-list .k-title {
	    font-size: 55px;
	}

	.raaas-model .container {
		padding: 0 170px;
	}

	.news-intro .container {
		padding: 0 155px;
		max-width: none;
	}

	.careers .container {
		padding: 0 150px 0 160px;
		max-width: none;
	}

	.intro-page .bg-intro .container {
		padding: 0 180px;
	}

	#header .container {
		max-width: none;
		padding: 0 85px;
	}

	#footer .container {
		padding: 0 100px;
	}

	.footer-top {
		padding: 0 27px;
		padding-bottom: 68px;
	}
}

@media (min-width: 1600px) {
    .facts-list span.counter-fact, .facts-list .k-title {
	    font-size: 70px;
	}
}

@media (min-width: 1367px) {
	.intro-links {
		right: calc(50% - 683px);
	}
}

@media (max-width: 767px) {
    
    .intro-page h1 {
        font-size:30px;
        line-height: 1em;
        margin:0;
    }
    
    .pagination-holder .pagination li {
        padding: 0 5px;
    }
    
    .pagination-holder .pagination .btn {
    min-width: 120px;
}


	.news-intro .social-media {
		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;
	}

	.news-intro .social-media li {
		padding: 0 10px;
	}

	.navigation .btn-back:before {
		content: "\e901";
		font-family: icomoon;
		font-size: 10px;
		margin-right: 8px;
	}

	.menu > li:last-child {
		padding-top: 10px;
	}

	.menu > li.has-drop > a:after {
		content: "\e902";
		font-family: icomoon;
		font-size: 10px;
		margin-left: 8px;
	}

	.menu > li.active-item > .drop {
		display: block !important;
	}

	.drop {
		width: 100%;
		left: calc(100% + 50px);
		top: 0;
		display: none !important;
	}

	.drop ul li a {
		font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-weight: 700;
		letter-spacing: .15px;
		color: #545850;
		text-transform: capitalize;
		text-decoration: none;
	}

	.logo-list img {
		margin: 0 auto;
	}
}

.flex-baby-pic{
    width:30%;
    margin:0 1.5%;
}

.three-stack-img {
    min-height: 380px !important;
    background-size: cover;
    margin:30px 0;
}

.row .align-items-md-center:child(even){
    align-items:top !important;
}

@media (min-width: 992px){
    .porfolio-bg-img .row:nth-child(even) .bg-holder {
        min-height: 400px;
        margin:0 60px;
    }
}

.blue-stripe-bg {
    background: var(--tertiary-color);
}

.blue-stripe-bg-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px 0;
    
}

