: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;
}

/* Default Responsive Start */
@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1350px) {}
@media only screen and (max-width: 1200px) {
    /* Main Footer Style Start */
    .footer_links_wrap .links_col {
        max-width: 33.33%;
        width: 33.33%;
    }
    .footer_links_wrap {
        flex-grow: 1;
    }
    .footer_top_wrap .footer_logo {
        margin-right: 50px;
    }
    /* Main Footer Style End */
}

@media only screen and (max-width: 1100px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (max-width: 991px) {
    /* Heading Style */
    h1, .h1 {
        font-size: 55px;
        line-height: 70px;
    }
    /* Heading Style */   
    body,
    .home
    .light-header,
    .error404 {
        overflow-x: hidden;
    }
    /* Main Header Style Start */
    .site {
        overflow-x: clip;
        overflow-y: visible;
    }
    .home .site-header:not(.sticky),
    .light-header .site-header:not(.sticky),
    .error404 .site-header:not(.sticky) {
        position: fixed;
        /* border-bottom: 1px solid #BFD0DE; */
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
    .lang_wrap {
        padding-left: 0;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 15px;
    }
    .lang_wrap::before {
        left: unset;
        right: 0;
    }

    .menu-hamburger-wrap,
    .main-navigation .header_mobile{
        display: flex;
    }
    .menu-hamburger-wrap .menu-icon{
        display: flex;
        align-items: center;
    }
    .menu-hamburger-wrap .menu-icon,
    .menu-hamburger-wrap .menu-icon svg,
    .menu-hamburger-wrap .menu-icon img{
        
        width: 24px;
        height: 16px;
    }
    .menu-icon,
    .icon_close{
        cursor: pointer;
        background-color: transparent;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }
    .menu-hamburger-wrap .menu-icon svg line{
        transition: var(--transition);
    }

    .menu-hamburger-wrap .menu-icon svg line
    .menu-hamburger-wrap .menu-icon svg line,
    .menu-hamburger-wrap .menu-icon svg line    {
        stroke: var(--primary-blue);
    }

    .home .site-header:not(.sticky) .menu-hamburger-wrap .menu-icon svg line,
    .light-header .site-header:not(.sticky) .menu-hamburger-wrap .menu-icon svg line,
    .error404 .site-header:not(.sticky) .menu-hamburger-wrap .menu-icon svg line    {
        stroke: var(--white);
    }

    
    .home .site-header:not(.sticky) .main-navigation .header_mobile .logo-dark,
    .site-header:not(.sticky) .main-navigation .header_mobile .logo-dark{
        display: block;
        width: 104px;
        height: 30px;
    }

    .main-navigation .header_mobile{
        max-height: 60px;
        min-height: 60px;
        margin-bottom: 24px;
        justify-content: space-between;
        padding: 15px;
        align-items: center;
        border-bottom: 1px solid #BFD0DE;
        background-color: var(--white);
    }
    .main-navigation .header_mobile .icon_close{
        cursor: pointer;
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        margin-left: 15px;
    }
    .main-navigation .header_mobile .all_link{
        flex-grow: 1;
        color: var(--primary-blue);
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: none;
        align-items: center;
        opacity: 0;
        visibility: hidden;
    }

    .is_menu_open.main-navigation .header_mobile .all_link{        
        opacity: 1;
        visibility: visible;
        display: flex;
        align-items: center;
    }
    .is_menu_open.main-navigation .header_mobile .all_link img{
        width: 24px;
        height: 24px;
        margin-right: 12px;
    }
    .is_menu_open.main-navigation .header_mobile .main-logo{
        display: none;
        opacity: 0;
        width: 0;
        visibility: hidden;
    }

    /* .main-navigation .header_mobile .all_link::before{
        background-image: url(images/icons/solar_arrow-blue-left.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: inline-block;
        position: relative;
        top: 0;
        width: 24px;
        height: 24px;
        margin-right: 10px;
        
    } */

    .main-navigation{
        z-index: 9;
        position: fixed;
        top: 0;
        left: 0;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100dvh;
        background-color: var(--white);
        transition: var(--transition);
        display: flex;
        flex-direction: column;
    }
    .menu-active .main-navigation{
        left: 0;
    }
    .main-navigation > ul {
        flex-direction: column;
        height: 50%;
        overflow-y: auto;
        flex-shrink: 0;
        flex-grow: 1;
    }
    .main-navigation > ul > li.menu_item:not(:last-child) {
        margin-right: 0;
    }
    .main-navigation ul li.menu_item{
        border-bottom: 1px solid #BFD0DE;
    }

    .main-navigation ul li.menu_item > a{
        display: flex;
        justify-content: space-between;
        padding: 15px;
        width: 100%;
    }

    .main-navigation ul li.menu_item > a span {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .main-navigation ul > li.menu-item-has-children > a span::after {
        margin-left: 0;
        transform: rotate(-90deg);
    }

    .main-navigation ul > li.menu-item-has-children .dropdown_outer_wrap {
        opacity: 1;
        visibility: visible;
        height: calc(100% - 84px);
        transform: translateX(100%);
        transition: var(--transition);
        top: 0;
        z-index: 9;
        margin-top: 84px;
        overflow-y: auto;
    }

    .dropdown_wrap .sub_menu_img_wrap .img_wrap {
        height: 206px;
    }

    .main-navigation ul > li.menu-item-has-children.active .dropdown_outer_wrap{
        transform: translateX(0);
    }

    .main-navigation .dropdown_outer_wrap .dropdown_wrap{
        box-shadow: none;
        height: 100%;
    }


    .header_inner {
        /* border-bottom: 1px solid #BFD0DE; */
        padding: 15px 0;
    }
    .sticky .header-inner {
        padding: 10px 0;
    }
    .site-branding {
        width: 120px;
        height: auto;
    }
    .site-branding img {
        width: 120px;
    }
    .site-header {
        border-bottom: 1px solid #BFD0DE;
    }
    /* Main Header Style End */

    /* Main Footer Style Start */
    .footer_top_wrap:not(:last-child) {
        margin-bottom: 90px;
    }
    .footer_top_wrap {
        flex-direction: column;
    }
    .footer_links_wrap{
        margin-top: 34px;
    }
    /* Main Footer Style End */

    /* Pre-Footer Section */
    .pre_footer_big_text .scrolling-text {
        font-size: 70px;
    }
    /* Pre-Footer Section */

    /* Tabbing Links */
    .vertical_light {
        flex-direction: unset;
    }
    .vertical_light.tab-view-link::before {
        width: 100%;
        height: 1px;
    }
    .vertical_light.tab-view-link a {
        border-bottom: 2px solid transparent;
        border-left: 0 solid transparent;
    }
    .vertical_light.tab-view-link a.active {
        border-left: 0 solid #5EB838;
        border-bottom: 2px solid #5EB838;
    }
    .tab-view-link {
        max-width: 100%;
    }
    /* Tabbing Links */

}
@media only screen and (max-width: 768px) {
    /* Pre-Footer Section */
    .pre_footer_section .pre_footer_img .img_desktop {
        display: none;
    }
    .pre_footer_section .pre_footer_img .img_mobile {
        margin: 0;
        transform: none;
        display: block;
    }
    /* Pre-Footer Section */
    
}
@media only screen and (max-width: 767px) {
    .split-title.by_lines {
        visibility: visible;
    }
    /* Reset Styles */
    p {
        /* font-size: 14px;
        line-height: 22px; */
    }
    menu li,
    .site-content ol li,
    .site-content ul li {
        font-size: 14px;
        line-height: 22px; /* 157.143% */
    }
    .mb-100 {
        margin-bottom: 50px;
    }
    .p-22 {
        font-size: 18px;
        line-height: 28px;
    }
    /* Reset Styles */

    /* Heading Style */
    h1, .h1 {
        font-size: 45px;
        line-height: 55px;
    }

    h2, .h2 {
        font-size: 35px;
        line-height: normal;
    }

    h3, .h3 {
        font-size: 22px;
    }

    h4, .h4 {        
        font-size: 18px;
        line-height: normal;
    }

    h5, .h5, .small-label {
        font-size: 14px;
    }

    h6, .h6 {
        font-size: 16px;
        line-height: 22px;
    }
    /* Heading Style */    


    /* Main Header Style Start */
    .main-navigation .dropdown_outer_wrap .dropdown_wrap{
        flex-direction: column;
        align-items: flex-start;
        justify-content: unset;
    }
    .dropdown_wrap .sub_menu_links,
    .dropdown_wrap .sub_menu_img_wrap {
        width: 100%;
    }

    .dropdown_wrap .sub_menu_links{
        padding: 0 15px 25px;
    }
    .dropdown_wrap .sub_menu_img_wrap{
        padding: 15px;
    }
    .site-branding a,
    .main-navigation .header_mobile .main-logo,
    .site-branding img {
        width: 104px;
    }
    /* Main Header Style End */

    /* Main Footer Style Start */
    .site-footer {
        padding: 80px 0 24px;
    }
    .footer_top_wrap .footer_logo {
        margin-right: 0;
        max-width: 190px;
    }
    .footer_links_wrap {
        flex-wrap: wrap;
    }
    .footer_links_wrap .links_col {
        max-width: 50%;
        width: 50%;
    }
    .footer_links_wrap .links_col:not(:last-child) {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .footer_top_wrap:not(:last-child) {
        margin-bottom: 45px;
    }
    .footer_map_bg {
        position: absolute;
        width: 730px;
        height: 760.277px;
        left: -110px;
        bottom: -199.277px;
        mix-blend-mode: luminosity;
        pointer-events: none;
        z-index: 1;
    }
    .footer_map_bg {
        position: absolute;
        left: -16px;
        bottom: unset;
        top: -200px;
        width: 536.739px;
        height: 559px;
    }
    .footer_copyright_links {
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .footer_copyright_links a:not(:last-child) {
        margin-right: 15px;
    }
    .footer_copyright_links a{
        margin-bottom: 15px;
    }
    /* Main Footer Style End */

    /* Pre-Footer Section */
    .pre_footer_text_col .col_left {
        display: none;
    }
    .pre_footer_text_col .col_left, .pre_footer_text_col .col_right {
        width: 100%;
        padding: 50px 0 18px;
    }
    .pre_footer_big_text {
        padding: 20px 0 25px;
    }
    /* Pre-Footer Section */

    /* Error Page Start */
    .error_content_wrap {
        padding: 240px 0 100px;
    }
    .error_text_wrap h1 {
        margin-bottom: 15px;
    }
    .error_text_wrap p {
        font-size: 16px;
        line-height: 28px;
    }
    .error_text_wrap p br{
        display: none;
    }
    .error_text_wrap {
        max-width: 100%;
    }
    /* Error Page End */

   
}

@media only screen and (max-width: 641px) {
    /* Gravity Form Design Start */    
    .contact_form_wrap .gform_wrapper.gravity-theme .gform_button.button{
        min-height: auto !important;
        line-height: inherit !important;
        width: 100%;
    }
    .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{
        color: var(--primary-red);
    }
    /* Gravity Form Design End */
}

@media only screen and (max-width: 575px) {

    /* Main Footer Style Start */
    .footer_links_wrap .links_col {
        max-width: 100%;
        width: 100%;
    }
    /* Main Footer Style End */

    

    a.btn, a.btn-outline {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        text-align: center;
    }
    a.btn + a.btn-outline, .btn + .btn{
        margin-left: 0;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 380px) {
    .btn, a.btn {
        font-size: 15px;
    }
}

@media only screen and (max-width: 330px) {}
/* Default Responsive End */