:root {
    --font-playfair: "Playfair Display", serif;
    --font-body: "Open Sans", sans-serif;
    --text-body: #4D4D4D;
    --primary-blue: #0F3557;
    --primary-blue-rgb: 15, 53, 87;
    --primary-blue-light: #E4EBF1;
    --dark-grey: #4D4D4D;
    --green-light: #7ACC57;
    --green-dark: #5EB838;
    --green-darker: #3E7E23;

    --bg-light: #F2F5F8;
    --border-color: rgba(183, 0, 10, 0.25);
    --white: #fff;
    --error-text: #fb0000;
    --black: #000;
    --transition: all 400ms ease-in-out;
}
/* Reset Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -ms-overflow-style: scrollbar;
    box-sizing: border-box;
    font-size: 100%;
    height: 100%;
}
*,
:after,
:before {
    box-sizing: inherit
}
body {
    color: var(--text-body);
    font-family: var(--font-body);
    font-optical-sizing: auto;
    color: var(--dark-grey);
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.8px;
    background-color: var(--white);
}
body,
.small-title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
a {
    font-family: var(--font-body);
    text-decoration: none;
    transition: var(--transition);
    color: var(--green-darker);
}
a:hover {
    color: var(--primary-blue);
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
img {
    display: block;
}
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;
}
img {
    max-width: 100%;
    display: block;
    height: auto;
}
/* Body Content Style */
label {
    font-weight: inherit;
}
p {
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-body);
    margin-bottom: 25px;
}
p b,
p strong{
    font-weight: 600;
}
p > a {
    font-weight: 500;
}
p:empty {
    display: none;
}
p:last-child {
    margin-bottom: 0;
}
ul, li, ol {
    margin: 0;
    padding: 0;
}
.list-unstyled li::before {
    display: none;
}
.list-unstyled li,
.site-content .list-unstyled li {
    padding: 0;
    margin: 0;
    list-style: none;
}
menu li,
.site-content ol li,
.site-content ul li {
    color: var(--dark-grey);
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.8px; /* 155% */
    padding-left: 16px;
    margin: 0 0 15px;
    position: relative;
}
p>a,
.site-content ol li>a,
.site-content ul li>a {
    font-weight: 600;
    text-decoration: underline;
}
p>a:hover,
.site-content ol li>a:hover,
.site-content ul li>a:hover {
    text-decoration: none;
    color: var(--primary-blue);
}
.site-content ol li {
    margin-left: 17px;
    padding-left: 7px;
}
menu li,
.site-content ul li {
    list-style-type: none;
}
.site-content ul li ol li {
    list-style-type: inherit;
}
.site-content ul li ol li::before {
    display: none;
}
menu:not(:last-child),
.site-content ul:not(:last-child),
.site-content ol:not(:last-child) {
    margin-bottom: 30px;
}
menu li:last-child,
.site-content ol li:last-child,
.site-content ul li:last-child {
    margin-bottom: 0;
}
menu li::before,
.site-content ul li:before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    right: auto;
    width: 8px;
    height: 8px;
    background-color: var(--green-darker);
    border-radius: 100%;
}
li::marker,
.menu li::marker {
    color: var(--green-darker);
    font-weight: 600;
}
.site-content ul.checklist li{
    padding-left: 34px;
}
.site-content ul.checklist li::before{
    width: 24px;
    height: 24px;
    top: 0px;
    background-color: transparent;    
    background-image: url(images/icons/check-circle-rounded.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* Reset Styles */

/* Miscellaneous Style */
input[type="search"]::-webkit-search-cancel-button,
.gform_required_legend,
.grecaptcha-badge,
.gform_wrapper .gform_validation_errors,
.img_show_mobile,
.navigation-mobile,
.comments-area,
.wpml-ls-legacy-list-horizontal,
.mobile-only {
    display: none;
}
.container {
    max-width: 1390px;
}
.menu-active,
.popup-open,
.body-hidden {
    overflow: hidden;
}
.text-center {
    text-align: center;
}
.column-switch {
    flex-direction: row-reverse;
}
.pos-static {
    position: static;
}
.pos-rel {
    position: relative;
}
.media-box-wrap {
    height: 100%;
    background-color: var(--white);
}
.media-box-wrap video,
.media-box-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media-box-wrap > div {
    height: 100%;
}
.media-mobile {
    display: none;
}
.mb-100 {
    margin-bottom: 100px;
}
.pt-0{
    padding-top: 0 !important;
}
.testimonials_carousel {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    height: 0;
}
.testimonials_carousel.slick-initialized {
    visibility: visible;
    opacity: 1;    
    height: auto;
}
.p-22{
    color: var(--dark-grey);
    font-family: var(--font-body);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
/* Miscellaneous Style */

/* Heading Style */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.small-label {
    margin-bottom: 20px;
    margin-top: 0px;
    letter-spacing: 0px;
    font-family: var(--font-playfair);
    color: var(--primary-blue);
}
h1, .h1 {
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px; /* 123.077% */
}
h2, .h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
h3, .h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
h4, .h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
} 
h5, .h5{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: var(--font-body);
}
h6, .h6 {
    font-size: 18px;
    line-height: 18px;
}
.small-label{
    color: #417094;
    font-family: var(--font-body);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.small-label:last-child{
    margin-bottom: 0;
}
.small-label-green{
    color: #509E2F;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.small-label-green:not(:last-child){
    margin-bottom: 10px;
}
/* Heading Style */

/* Title Animation */
.title-anim {
    overflow: hidden;
}

.title-anim .line,
.title-anim .word {
    display: inline-block;
    opacity: 0;
    transform: translateY(100%);
}
.title-anim .word,
.title-anim .line {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}
.title-anim .line {
  display: block;
  margin-bottom: 0.25em;
}

.split-title.by_words .word-wrapper {
    display: inline-block;
    overflow: clip;
    vertical-align: top;
}
.split-title.by_words .word-wrapper *{
    line-height: 1;
}

.split-title{
    display: inline-block;
}

h1.split-title.by_words .word-wrapper {
    padding-right: .37rem;
}
h1.split-title{
    letter-spacing: -.125rem;
}

/* Hide SplitText elements before GSAP runs */
.split-title.by_words,
.split-title.by_lines {
    visibility: hidden;
}

/* GSAP-ready state */
.split-title.is-ready {
    visibility: visible;
}

.word-wrapper,
.line-wrapper {
    overflow: clip;
    display: inline-block;
}

.split-line {
    display: block;
}
/* Title Animation */

/* Main Buttons Style Start */
.btn+.btn{
    margin-left: 25px;
}

.btn,
a.btn {
    position: relative;
    margin: 0;
    padding: 11px 24px;
    transition: var(--transition);
    display: inline-flex;
    border-radius: 0;
    background-color: var(--primary-blue);
    font-family: var(--font-body);
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 2px;
    border: 1px solid var(--primary-blue);
}

.btn:hover,
a.btn:hover {
    color: var(--primary-blue);
    background-color: var(--primary-blue-light);
    border: 1px solid var(--primary-blue-light);
}
.btn.secondary,
a.btn.secondary{
    color: var(--primary-blue);
    background-color: transparent;
    border: 1px solid var(--primary-blue);
    border-radius: 0;
}
.btn.secondary:hover,
a.btn.secondary:hover{
    color: var(--primary-blue);
    background-color: var(--primary-blue-light);
    border: 1px solid var(--primary-blue-light);
}


.btn.dark-border,
a.btn.dark-border{
    background-color: var(--white);
    color: var(--primary-blue);
}
.btn.dark-border:hover,
a.btn.dark-border:hover{
    color: var(--primary-blue);
    background-color: var(--primary-blue-light);
}

.btn.bordered,
a.btn.bordered{
    background-color: var(--white);
    color: var(--primary-blue);
}
.btn.bordered:hover,
a.btn.bordered:hover{
    background-color: var(--primary-blue-light);
}
.bg-blue .btn,
.btn.light,
a.btn.light{
    background-color: var(--white);
    color: var(--primary-blue);
    border: 1px solid var(--white);
}
.bg-blue .btn:hover,
.btn.light:hover,
a.btn.light:hover,
.btn.light-border:hover,
a.btn.light-border:hover{
    background-color: var(--primary-blue-light);
    color: var(--primary-blue);
    border: 1px solid var(--primary-blue-light);
}

.btn.light-border,
a.btn.light-border{
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}

.cta-link{
    display: flex;
    align-items: center;
    color: var(--primary-blue);
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.cta-link:hover{
    color: var(--green-darker);
}
.cta-link svg,
.cta-link img{
    width: 20px;
    /* height: 17px; */
    margin-left: 12px;
}
.cta-link svg path{
    transition: var(--transition);
}
.cta-link:hover svg path{
    fill: var(--green-darker);
}
/* Main Buttons Style End */

/* Main Header Style Start */
.header_inner {
    transition: var(--transition);
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 30px 0 20px;
}
.site-branding {
    height: auto;
    width: 175px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.site-branding a{
    width: 155px;
    transition: var(--transition);
}
.site-branding img {
    transition: var(--transition);
    width: 155px;
}


.site-branding img.logo-light {
    display: none;
}

.home .site-header:not(.sticky) .logo-light,
.error404 .site-header:not(.sticky) .logo-light,
.light-header .site-header:not(.sticky) .logo-light{
    display: block;
}

.home .site-header:not(.sticky) .logo-dark,
.light-header .site-header:not(.sticky) .logo-dark{
    display: none;
}

.site-branding img.logo-light{
    display: none;
}
.sticky .site-branding img{
    /* width: 180px; */
    transition: var(--transition);
}


.menu-head-wrap{
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    margin-bottom: 20px;
    align-items: center;
}
.menu-head-wrap .sidebar-logo{
    display: none;
    width: 83px;
    height: 45px;
}

.main_nav_wrap{
    position: relative;
    margin-left: auto;
    display: flex;
    align-items: center;
}
.menu-hamburger-wrap,
.main-navigation .header_mobile{
    display: none;
}
.main-navigation > ul{
    display: flex;
}
.main-navigation > ul > li.menu_item:not(:last-child){
    margin-right: 35px;
}
.main-navigation ul li.menu_item{
    position: static;
}
.main-navigation ul li.menu_item >  a span{
    position: relative;
}

.main-navigation ul li.menu_item > a{
    z-index: 3;
    color: var(--primary-blue);
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    position: relative;
}




.main-navigation ul > li.menu-item-has-children > a span::after {
    transition: var(--transition);
    background-image: url(images/icons/weui_arrow-filled-bleu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    width: 18px;
    height: 9px;
    margin-left: 5px;
}


.main-navigation ul > li.menu-item-has-children .dropdown_outer_wrap{
    z-index: 2;
    left: 0;
    position: absolute;
    top: calc(100% + 21px);
    opacity: 0;
    visibility: hidden;
}


@media only screen and (min-width: 992px) {
    .main-navigation ul > li.menu-item-has-children:hover > a::before {
        position: absolute;
        content: "";
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        width: 100%;
        height: calc(100% + 40px);
    }
    .main-navigation ul li.menu_item >  a span::before{
        width: 100%;
        height: 100%;
        position: absolute;
        content: "";
        height: 1px;
        left: 0;
        bottom: -1px;
        background-color: transparent;
    }
    .main-navigation ul li.menu_item.active-menu a span::before,
    .main-navigation ul li.menu_item:hover:hover a span::before{
        background-color: var(--primary-blue);
    }
    .main-navigation ul > li.menu-item-has-children:hover .dropdown_outer_wrap {
        opacity: 1;
        visibility: visible;
    }
    .main-navigation ul > li.menu-item-has-children > a::after {
        pointer-events: none;
        width: 30px;
        position: absolute;
        content: "";
        height: 1px;
        left: 50%;
        top: calc(100% + 10px);
        background-color: transparent;
        border-bottom: solid 16px #fff;
        border-left: solid 16px transparent;
        border-right: solid 16px transparent;
        transform: translateX(-50%);
        opacity: 0;
    }
    .main-navigation ul > li.menu-item-has-children:hover > a::after{
        opacity: 1;
    }
    .main-navigation ul > li.menu-item-has-children:hover > a span::after {
        transform: rotate(-180deg);
    }
}
.main-navigation .dropdown_outer_wrap .dropdown_wrap{
    justify-content: space-between;
    border-radius: 2px;
    background: var(--white);
    display: flex;
    box-shadow: 4px 6px 12px 0 rgba(15, 53, 87, 0.25);
}
.dropdown_wrap .sub_menu_links,
.dropdown_wrap .sub_menu_img_wrap{
    width: calc(50% - 12.5px);
    padding: 25px;
}
.dropdown_wrap .sub_menu_links .small_label:not(:last-child){
    margin-bottom: 25px;
}
.dropdown_wrap .sub_menu_links .small_label{
    color: var(--green-darker);
    font-family: var(--font-body);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.dropdown_wrap .sub_menu_links ul li{
    line-height: 1;
}
.dropdown_wrap .sub_menu_links ul li:not(:last-child) {
    margin-bottom: 16px;
}
.dropdown_wrap .sub_menu_links ul li a{
    /* white-space: nowrap; */
    color: var(--Blue, #0F3557);
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dropdown_wrap .sub_menu_links ul li.current-menu-item.active-menu a,
.dropdown_wrap .sub_menu_links ul li a:hover{
    color: var(--green-darker);
}


.dropdown_wrap .sub_menu_img_wrap{
    background-color: var(--bg-light);
}
.dropdown_wrap .sub_menu_img_wrap .img_wrap{
    height: 136px;
}
.dropdown_wrap .sub_menu_img_wrap .img_wrap:not(:last-child){
    margin-bottom: 15px;
}
.dropdown_wrap .sub_menu_img_wrap .img_wrap img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.dropdown_wrap .sub_menu_img_wrap .sub_menu_text h4{
    margin-bottom: 0;    
    color: var(--primary-blue);
    font-family: var(--font-playfair);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dropdown_wrap .sub_menu_img_wrap .sub_menu_text p{
    margin-bottom: 0;
    color: var(--Dark-grey);
    font-family: var(--font-body);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.8px; /* 165% */
}
.dropdown_wrap .sub_menu_img_wrap .sub_menu_text .cta_wrap{
    padding-top: 15px;
}

.lang_wrap{
    padding-left: 15px;
    margin-left: 35px;
    position: relative;
}
.lang_wrap::before{
    width: 1px;
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% + 1px);
    transform: translate(-50%);
    height: 16px;
    background-color: rgba(15, 53, 87, 0.25);
    transform: translateY(-50%);
}
.lang_wrap a{
    color: var(--primary-blue);
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
}
.lang_wrap a img,
.lang_wrap a svg{
    width: 12px;
    height: 12px;
    margin-right: 7px;
    padding: 2px;
    box-sizing: content-box;    
}
.lang_wrap a svg path{
    transition: var(--transition);
}
.lang_wrap a:hover svg path{
    stroke: var(--green-darker);
}
.lang_wrap a:hover{
    color: var(--green-darker);
}


.sidebar-menu-wrap .btn-wrap{
    width: 100%;
}
.sidebar-menu-wrap .btn-wrap .btn{
    width: 100%;
    justify-content: center;
}
.lang-social-wrap{
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
}
.lang-toggle{
    position: relative;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.lang-toggle > a{
    color: var(--primary-black);
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    letter-spacing: 1.3px;
    text-transform: uppercase;
    opacity: 0.5;
}
.lang-toggle > a.active,
.lang-toggle > a:hover{
    opacity: 1;
}
.lang-toggle .divider{
    width: 24px;
    height: 1px;
    margin: 0 5px;
    background-color: var(--primary-black);
}
.lang-toggle > a:hover{
    color: var(--secondary-orange);
}
/* .home1 .site-header:not(.sticky) .logo-light,
.error404 .site-header:not(.sticky) .logo-light,
.single-project .site-header:not(.sticky) .logo-light,
.light-header .site-header:not(.sticky) .logo-light {
    display: block;
}

.light-header .site-header:not(.sticky) .header-custom-text *,
.error404 .site-header:not(.sticky) .header-custom-text *,
.light-header .site-header:not(.sticky) .header-custom-text,
.error404 .site-header:not(.sticky) .header-custom-text,
.error404 .header-custom-text span,
.light-header .header-custom-text span{
    color: var(--white);
}

.light-header .site-header:not(.sticky) .nav_icon svg path, 
.error404 .site-header:not(.sticky) .nav_icon svg path {
    stroke: var(--white);
}


.light-header .site-header:not(.sticky) .nav_icon img, 
.error404 .site-header:not(.sticky) .nav_icon img {
    filter: brightness(0) invert(1);
} */

.home1 .site-header:not(.sticky) .logo-dark,
.error404 .site-header:not(.sticky) .logo-dark,
.single-project .site-header:not(.sticky) .logo-dark,
.light-header .site-header:not(.sticky) .logo-dark {
    display: none;
}
.home .site-header:not(.sticky),
.light-header .site-header:not(.sticky), 
.error404 .site-header:not(.sticky) {
    background-color: transparent;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
}


.site-branding img.logo-light {
    display: none;
}
.sticky .header-inner {
    padding: 0;
}
.site-header {
    position: relative;
    z-index: 99;
}
.home .site-header:not(.sticky),
.light-header .site-header:not(.sticky), 
.error404 .site-header:not(.sticky)  {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.home .site-header:not(.sticky) .lang_wrap a,
.light-header .site-header:not(.sticky) .lang_wrap a, 
.error404 .site-header:not(.sticky) .lang_wrap a  {
    color: var(--white);
}
.home .site-header:not(.sticky) .lang_wrap a svg path,
.light-header .site-header:not(.sticky) .lang_wrap a svg path, 
.error404 .site-header:not(.sticky) .lang_wrap a svg path {
    stroke: var(--white);
}
.home .site-header:not(.sticky) .lang_wrap::before,
.light-header .site-header:not(.sticky) .lang_wrap::before, 
.error404 .site-header:not(.sticky) .lang_wrap::before{
    background: rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 992px) {

    .home .site-header:not(.sticky) .main-navigation ul li.menu_item > a,
    .light-header .site-header:not(.sticky) .main-navigation ul li.menu_item > a, 
    .error404 .site-header:not(.sticky) .main-navigation ul li.menu_item > a{
        color: var(--white);
    }
    
    
    .home .site-header:not(.sticky) .lang_wrap a:hover,
    .light-header .site-header:not(.sticky) .lang_wrap a:hover, 
    .error404 .site-header:not(.sticky) .lang_wrap a:hover,
    .home .site-header:not(.sticky) .lang_wrap a:hover svg path,
    .light-header .site-header:not(.sticky) .lang_wrap a:hover svg path, 
    .error404 .site-header:not(.sticky) .lang_wrap a:hover svg path {
        opacity: 0.8;
    }

    .home .site-header:not(.sticky) .main-navigation ul li.menu_item.active::after,
    .light-header .site-header:not(.sticky) .main-navigation ul li.menu_item.active::after, 
    .error404 .site-header:not(.sticky) .main-navigation ul li.menu_item.active::after,
    .home .site-header:not(.sticky) .main-navigation ul li.menu_item:hover:hover a span::before,
    .light-header .site-header:not(.sticky) .main-navigation ul li.menu_item:hover:hover a span::before,
    .light-header .site-header:not(.sticky) .main-navigation ul li.menu_item.active-menu a span::before, 
    .error404 .site-header:not(.sticky) .main-navigation ul li.menu_item:hover:hover a span::before {
        background-color: var(--white);
    }

    .home .site-header:not(.sticky) .main-navigation ul > li.menu-item-has-children > a span::after,
    .light-header .site-header:not(.sticky) .main-navigation ul > li.menu-item-has-children > a span::after, 
    .error404 .site-header:not(.sticky) .main-navigation ul > li.menu-item-has-children > a span::after{
        background-image: url(images/icons/weui_arrow-filled.svg);
    }
}


.home,
.light-header, 
.error404  {
    margin-top: 0 !important;
}

:not(.home).site-header.sticky {
    border-bottom: 1px solid transparent;
    transition: var(--transition);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: var(--white);
    box-shadow: 0px 34px 9px 0px rgba(40, 55, 95, 0.00), 0px 21px 9px 0px rgba(40, 55, 95, 0.00), 0px 12px 7px 0px rgba(40, 55, 95, 0.02), 0px 5px 5px 0px rgba(40, 55, 95, 0.03), 0px 1px 3px 0px rgba(40, 55, 95, 0.03);
    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: stickySlideDown;
    animation-name: stickySlideDown;
}
.site-header.sticky .header_inner{
    padding: 15px 0;
}

@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
html.active-popup {
    overflow: hidden !important;
}
html.active-popup .site-header {
    z-index: 2;
}

/* Main Header Style End */

/* Main Footer Style Start */
.site-footer {
    position: relative;
    background-color: var(--primary-blue);
    padding: 80px 0 15px;
    overflow: hidden;
}
.site-footer .container{
    position: relative;
    max-width: 1342px;
}
.footer_map_bg{
    position: absolute;
    width: 730px;
    height: 760.277px;
    left: -110px;
    bottom: -199.277px;
    /* opacity: 0.25; */
    mix-blend-mode: luminosity;
    pointer-events: none;
    z-index: 1;
}
.footer_top_wrap:not(:last-child){
    margin-bottom: 144px;
}
.footer_top_wrap{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.footer_top_wrap .footer_logo{
    flex-shrink: 0;
    margin-right: 25px;
    width: 224px;
}
.footer_top_wrap .footer_logo img{
    object-fit: contain;
}
.footer_links_wrap{
    display: flex;
}
.footer_links_wrap .links_col:not(:last-child){
    margin-right: 25px;
}
.footer_links_wrap .links_col{
    max-width: 214px;
    width: 214px;
}
.footer_links_wrap .links_col .title{
    color: rgba(255, 255, 255, 0.50);
    font-family: var(--font-body);
    margin-bottom: 16px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.footer_links_wrap .links_col ul li:not(:last-child){
    margin-bottom: 16px;
}
.footer_links_wrap .links_col ul li{
    line-height: 1;
}
.footer_links_wrap .links_col ul li a{
    color: var(--white);
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.footer_links_wrap .links_col ul li a:hover{
    color: var(--green-light);
}

.footer_copyright{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 15px;
    margin-bottom: -24px;
    flex-wrap: wrap;
}
.footer_copyright .site_info p,
.footer_copyright .site_info{
    color: rgba(255, 255, 255, 0.50);
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */    
}

.footer_copyright .site_info,
.footer_copyright_links{
    margin-bottom: 24px;
}
.footer_copyright_links{
    display: flex;
    align-items: center;
}
.footer_copyright_links a:not(:last-child){
    margin-right: 25px;
}
.footer_copyright_links a{
    color: var(--white);
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
}
.footer_copyright_links a:hover{
    color: var(--green-light);
}
/* Main Footer Style End */

/* Social Links */

/* Social Links */


/* Error Page Start */
.error404 .site {
    background-color: var(--white);
}

.error-404{
    position: relative;
    overflow: hidden;
    background-color: var(--primary-blue);
}
.error404 .error_banner_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.error404 .error_banner_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.error404 .error_banner_img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), linear-gradient(180deg, rgba(15, 53, 87, 0.75) 0%, rgba(15, 53, 87, 0.00) 22.81%), linear-gradient(241deg, rgba(15, 53, 87, 0.00) 32.1%, #0F3557 99.47%), linear-gradient(0deg, rgba(15, 53, 87, 0.25) 0%, rgba(15, 53, 87, 0.25) 100%);
}
.light-header .header-sticky,
.error404 .header-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 99;
    top: 0;
}
.error_content_wrap{
    padding: 354px 0 80px;
    position: relative;
    z-index: 3;
}
.error_text_wrap {
    max-width: 610px;    
}
.error_text_wrap h1{
    margin-bottom: 25px;
}
.error_text_wrap h1 .highlight {
    display: block;
}
.error_text_wrap h1 .highlight *{
    color: var(--green-dark);
}
.error_text_wrap p{
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
}
.error_text_wrap .btn-wrap{
    padding-top: 25px;
}
.error_text_wrap *:not(.btn, .highlight){
    color: var(--white);
}
.error404 .pre_footer_section{
    display: none;
}
/* Error Page End */





/* Slick Slider Dots */
.site-content .slick-dots{
    display: flex;
    align-items: center;
}
.site-content .slick-dots li::before{
    display: none;
}
.site-content .slick-dots li{
    margin: 0 3px;
    padding: 0;
    display: flex;
    align-items: center;
}
.site-content .slick-dots li button{
    background-color: var(--text-body);
    border: none;
    outline: none;
    width: 6px;
    height: 6px;
    border-radius: 15px;
    font-size: 0;
    cursor: pointer;
    transition: var(--transition);
}
.site-content .slick-dots li.slick-active button {
    width: 20px;
}
/* Slick Slider Dots */

/* Instagram Feed Section */
body:not(.error404) .instagram_feed_section{
    display: block;
}
.instagram_feed_section{
    display: none;
    position: relative;
    background-color: var(--bg-light);
}
.instagram_feed_wrap{
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.instagram_feed_wrap .text_content_left{
    max-width: 427px;
    width: 31.63%;
    margin-right: 60px;
    flex-grow: 1;
}
.instagram_feed_wrap .text_content_left .heading-large{
    color: var(--primary-black);
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    line-height: 45px;
}
.instagram_feed_wrap .shortcode_content_right{
    max-width: 810px;
    width: 61.36%;
}
/* Instagram Feed Section */

/* Sidebar Contact Form */
.sidebar_contact_form .menu-content{
    max-width: 695px;
    width: 695px;
    padding: 35px 40px 50px 40px;
}
.contact_form_wrap .field_description_below h1{
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.6px;
}

.contact_form_wrap .gform_wrapper.gravity-theme .gform_fields{
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.contact_form_wrap .gform_wrapper.gravity-theme .gfield_label{
    color: var(--primary-black);
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 5px;
}

.contact_form_wrap .gform_wrapper.gravity-theme .gfield input.large, 
.contact_form_wrap .gform_wrapper.gravity-theme .gfield select.large,
.contact_form_wrap .gform_wrapper.gravity-theme .gfield textarea {
    border-radius: 0;
    background-color: transparent;
    border-style: solid;
    border-color: var(--border-color);
    border-width: 0 0 1px;
    padding: 10px 0;
    color: var(--primary-black);
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    outline: none;
    box-shadow: none;
    transition: var(--transition);
}

.contact_form_wrap .gform_wrapper.gravity-theme .gfield input.large:focus, 
.contact_form_wrap .gform_wrapper.gravity-theme .gfield select.large:focus,
.contact_form_wrap .gform_wrapper.gravity-theme .gfield textarea:focus{
    border-color: var(--primary-red);
}
.contact_form_wrap .gform_wrapper.gravity-theme .gfield textarea,
.contact_form_wrap .gform_wrapper.gravity-theme .gfield textarea.medium{
    height: 155px;
    resize: vertical;
}
.contact_form_wrap .gform_wrapper.gravity-theme .gfield input.large::placeholder, 
.contact_form_wrap .gform_wrapper.gravity-theme .gfield select,
.contact_form_wrap .gform_wrapper.gravity-theme .gfield select.large::placeholder{
    opacity: 0.5;
    color: var(--primary-black);
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.contact_form_wrap .gform_wrapper.gravity-theme .gfield select, 
.contact_form_wrap .gform_wrapper.gravity-theme .gfield select:focus,
.contact_form_wrap .gform_wrapper.gravity-theme .gfield select.large {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/icons/ep_arrow-down.svg);
    background-position: 100% center;
    background-repeat: no-repeat;
    outline: none;
    background-size: 16px;
}
.contact_form_wrap .gform_wrapper.gravity-theme .gfield_required,
.contact_form_wrap .gform_wrapper.gravity-theme .gfield_required.gfield_required_asterisk{
    color: var(--primary-red);
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 2px;
}

.contact_form_wrap .gform_wrapper.gravity-theme .form_privacy {
    color: var(--text-body);
    font-family: var(--font-body);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}
.contact_form_wrap .gform_wrapper.gravity-theme .form_privacy a {
    font-weight: 700;
}

.contact_form_wrap .gform_wrapper.gravity-theme .gfield .select-change {
    color: var(--primary-black);
    opacity: 1;
}
.contact_form_wrap .gform_wrapper.gravity-theme .gform_footer, 
.contact_form_wrap .gform_wrapper.gravity-theme .gform_page_footer{
    margin: 35px 0 0;
    padding: 0;
}
.contact_form_wrap .gform_wrapper.gravity-theme .gform_button.button{
    margin: 0;
    color: var(--primary-black);
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: var(--bg-grayish);
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    padding: 14.5px 25px;
    transition: var(--transition);
}
.contact_form_wrap .gform_wrapper.gravity-theme .gform_button.button:hover{
    color: var(--bg-grayish);
    background-color: var(--primary-black);
}
.contact_form_wrap .form_header{
    margin-bottom: 10px;
}

body .gform_wrapper.gravity-theme .gfield_validation_message, 
body .gform_wrapper.gravity-theme .validation_message {
    background: transparent;
    border: none;
    color: var(--primary-red);
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0px;
    opacity: 01;
}
.gform_wrapper.gravity-theme .gform-loader {
    font-size: 3px !important;
    margin-left: 15px !important;
    border-inline-start: 1.1em solid var(--primary-red) !important;
    border-block-end: 1.1em solid var(--primary-red) !important;
    border-block-start: 1.1em solid var(--bg-grayish) !important;
    border-inline-end: 1.1em solid var(--bg-grayish) !important;
}
/* Sidebar Contact Form */


/* Custom Dropdowns Start */
select.custom-select {
    display: none;
}
select.custom-select {
    background-color: transparent;
    background-image: none;
}
.select {
    background-color: var(--bg-light);
    display: inline-block;
    position: relative;
    width: 100%;
    border-top: 1px solid var(--green-darker);
}
.select-styled {
    position: relative;
    text-align: left;
    color: var(--primary-blue);
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 0 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background-color: transparent;
    transition: var(--transition);
    max-width: max-content;
}
.select-styled:after {
content: "";
    background-image: url(images/icons/weui_arrow-filled-bleu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    outline: none;
    transition: var(--transition);
    top: 0;
    width: 18px;
    height: 9px;
    margin: 0 5px;
    display: inline-flex;
    position: relative;
}
.select-styled:active,
.select-styled:hover,
.select-styled.active {
    color: var(--green-darker);
}

.select-styled:active:after,
.select-styled.active:after {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(39%) sepia(10%) saturate(3250%) hue-rotate(58deg) brightness(98%) contrast(81%);
}

.select-options {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    z-index: 15;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 15px;
    width: 100%;
    max-width: 241px;
    background: var(--white);
    box-shadow: 4px 6px 12px 0 rgba(15, 53, 87, 0.15);
}
.site-content .select-options li {
    padding: 0;
    margin: 0;
    color: var(--primary-blue);
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: var(--transition);
    cursor: pointer;
}
.site-content .select-options li:not(:last-child){
    margin-bottom: 16px;
}
.site-content .select-options li:hover,
.site-content .select-options li.is-selected {
    color: var(--green-darker);
}
.site-content .select-options li.is-selected {
    /* display: none; */
}

.site-content .select-options li[rel="hide"] {
    display: none;
}
/* Custom Dropdowns End */


/* Site Loader */
.filter-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999;
}

.filter-loader::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(var(--primary-blue-rgb), 0.7);
    background-image: url(images/icons/loader_spinner.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center;
}

/* Site Loader */


/* Pre-Footer Section */
.pre_footer_section{
    position: relative;
    overflow: hidden;
}
.pre_footer_section .pre_footer_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.img_anim{
    height: 100%;
}
.img_anim.hero-parallax {
    height: calc(100% + 100px);
}
.pre_footer_section .pre_footer_img img {
    width: 100%;
    height: calc(100% + 170px);
    /* margin-top: -20px; */
    /* transform: translateY(-75px); 
    transition: transform 1s linear;
    will-change: transform;*/
    object-fit: cover;
}
.pre_footer_section .pre_footer_img .img_mobile {
    display: none;
}
.pre_footer_section .pre_footer_img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(76deg, rgba(15, 53, 87, 0.00) 31.15%, #0F3557 100%), linear-gradient(0deg, rgba(15, 53, 87, 0.25) 0%, rgba(15, 53, 87, 0.25) 100%);
}

.pre_footer_content_wrap{
    position: relative;
    z-index: 3;
}
.pre_footer_content_wrap:not(:last-child){
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.pre_footer_text_col{
    display: flex;
    position: relative;
        justify-content: space-between;
}
.pre_footer_text_col *:not(.btn){
    color: var(--white);
}
.pre_footer_text_col ul li > a,
.pre_footer_text_col ol li > a,
.pre_footer_text_col p > a{
    text-decoration: underline;
}
.pre_footer_text_col ul li > a:hover,
.pre_footer_text_col ol li > a:hover,
.pre_footer_text_col p > a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.pre_footer_text_col h2{
    margin-bottom: 30px;
}
.pre_footer_text_col .btn_wrap {
    padding-top: 25px;
}
.pre_footer_text_col .col_left{
    border-right: 1px solid rgba(255, 255, 255, 0.50);
}
.pre_footer_text_col .col_left,
.pre_footer_text_col .col_right{
    padding: 50px 0 24px;
}

.pre_footer_text_col .col_left{
    width: 46.17%;
    padding-right: 25px;
}
.pre_footer_text_col .col_right{
    width: 53.83%;
    padding-left: 25px;
}
.pre_footer_text_col .content_top_wrap{
    min-height: 465px;
}
.pre_footer_text_col .small-label{
    margin: 25px 0 0;
}
.pre_footer_text_col .content_top_wrap ul,
.pre_footer_text_col .content_top_wrap ol{
    margin-left: 19px;
}
.pre_footer_text_col .content_top_wrap ul li::marker,
.pre_footer_text_col .content_top_wrap ol li::marker{
    color: var(--white);
}

.pre_footer_big_text{
    position: relative;
    z-index: 3;
    padding: 15px 0 34px;
    display: flex;
    overflow: hidden;
}
.pre_footer_big_text *{
    color: var(--white);
}

.pre_footer_big_text .scrolling-text {
    display: flex;
    -webkit-animation: scrollText 33s infinite linear;
    animation: scrollText 33s infinite linear;
    white-space: nowrap;
    margin: 0 15px;
    font-family: var(--font-playfair);
    font-size: 110px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@-webkit-keyframes scrollText {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}
/* Pre-Footer Section */


/* Tabbing Links */
.tab-view-link{
    max-width: max-content;
    position: relative;
    display: flex;
}
.tab-view-link::before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(94, 184, 56, 0.25);
    left: 0;
}
.tab-view-link a{
    color: rgba(var(--primary-blue-rgb), 0.5);
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 15px;
    border-bottom: 2px solid transparent;
}
.tab-view-link a.active{
    color: var(--primary-blue);
    border-bottom: 2px solid #5EB838;
}


.vertical_light{
    flex-direction: column;
}
.vertical_light.tab-view-link::before{
    width: 1px;
    height: 100%;
}
.vertical_light.tab-view-link a{
    border-bottom: 0 solid transparent;
    border-left: 2px solid transparent;
    color: rgba(255, 255, 255, 0.50);
    padding: 12px 22px;
}
.vertical_light.tab-view-link a.active{
    color: var(--white);
     border-left: 2px solid #5EB838;
}
/* Tabbing Links */


.site-content .inner_page_hero_banner ul li:before {
    background-color: var(--white);
}
.inner_page_hero_banner li::marker {
    color: var(--white);
}
.text_block_with_ctas.privacy_page{
    padding-top: 40px;
    margin-bottom: 5px;
}
.table_responsive{
    overflow-x: auto;
}
table,td,th{
border: 1px solid #BFD0DE;
border-collapse: collapse;
padding: 10px;
vertical-align: top;

}
thead{
background: #0F3557;
color:#fff;
}
.single_news_inner{
max-width: 854px;
margin-left: auto;
margin-right: auto;
}