/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.l-subheader.at_top.width_full{
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 1281px){
    .l-subheader.at_middle .l-subheader-cell.at_left, .l-subheader.at_middle .l-subheader-cell.at_right {
        display: flex;
        flex-basis: auto!important;
    }
}

.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a.w-btn{
    margin-left: 20px!important;
}

#menu-footer-menu{
    max-width: 160px;
}
#menu-footer-menu .menu-item{
    font-size: 16px!important;
    font-family: AzoSans-Medium!important;
    font-weight: 400;
    display: flex;
    align-items: baseline;
    position: relative;
}
#menu-footer-menu .menu-item a{
    width: 100%;
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid rgb(255 255 255 / 38%);
    padding-bottom: 10px;
}
#menu-footer-menu .menu-item a:after{
    content: '';
    background-image: url(img/arrow-up-icon.svg);
    width: 12px;
    height: 12px;
    background-size: cover;
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#menu-footer-menu .menu-item:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0px;
    height: 1px;
    background-color: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#menu-footer-menu .menu-item:hover:after{
    width: 100%;
}
#menu-footer-menu .menu-item:hover a:after{
    -moz-transform: translate(3px, -3px);
    -webkit-transform: translate(3px, -3px);
    -o-transform: translate(3px, -3px);
    -ms-transform: translate(3px, -3px);
    transform: translate(3px, -3px);
}
.w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before {
    font-size: 1em;
    margin-left: 0.4em;
}
#page-header .w-nav-list.level_2{
    border-radius: 10px;
    margin-top: -10px;
}
#page-header .w-nav-list.level_2 .menu-item .w-nav-anchor.level_2{
    font-weight: 600;
    font-size: 18px!important;
}
#page-header .w-nav-list.level_2 .menu-item:first-child .w-nav-anchor.level_2{
    border-radius: 10px 10px 0px 0px;
    padding-top: 20px;
}
#page-header .w-nav-list.level_2 .menu-item:last-child .w-nav-anchor.level_2{
    border-radius: 0px 0px 10px 10px;
    padding-bottom: 20px;
}
#page-header .w-nav-list.level_1 .only-mobile{
    display: none;
}
@media(min-width: 1025px){
    #page-header .w-nav-list.level_2 .menu-item .w-nav-anchor.level_2{
        text-align: center;
    } 
}
@media(max-width: 1199px){
    #page-header .w-nav-list.level_1 .w-nav-anchor.level_1{
        font-size: 18px!important;
    }
}
@media(max-width:1024px){
    #page-header .w-nav-list.level_1 .only-mobile{
        display: block;
    }
}

.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after{
    width: 0%!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    bottom: -4px!important;
}
.no-touch .w-nav.type_desktop .hover_underline .menu-item.level_1:hover .w-nav-title:after{
    width: 100%!important;
    bottom: -4px!important;

}
.img-with-frame{
    position: relative;
}
.img-with-frame:after{
    content: '';
    position: absolute;
    background-image: url(img/photo-frame-3.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}
.img-with-frame-2{
    position: relative;
}
.img-with-frame-2:after{
    content: '';
    position: absolute;
    background-image: url(img/photo-frame-4.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}
/*
.home-banner .l-section-overlay:before{
    content: '';
    background-image: url(img/bg-oval.svg);
    width: 774px;
    height: 810px;
    background-size: cover;
    display: block;
    position: absolute;
    margin-top: -400px;
    margin-left: -450px;

    -webkit-transition: all 4s ease;
    -moz-transition: all 4s ease;
    -o-transition: all 4s ease;
    transition: all 4s ease;

    -moz-transform: translate(-50vw, 0px);
    -webkit-transform: translate(-50vw, 0px);
    -o-transform: translate(-50vw, 0px);
    -ms-transform: translate(-50vw, 0px);
    transform: translate(-50vw, 0px);
}
.home-banner.c-animate .l-section-overlay:before{
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.home-banner:hover .l-section-overlay:before{
    -moz-transform: translate(-5vw, 0px);
    -webkit-transform: translate(-5vw, 0px);
    -o-transform: translate(-5vw, 0px);
    -ms-transform: translate(-5vw, 0px);
    transform: translate(-5vw, 0px);
}*/
/*
.home-banner:after{
    content: '';
    background-image: url(img/bg-oval-blue.svg);
    width: 170px;
    height: 160px;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    right: 10%;
    bottom: -60px;

    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;

    -moz-transform: translate(50vw, 0px);
    -webkit-transform: translate(50vw, 0px);
    -o-transform: translate(50vw, 0px);
    -ms-transform: translate(50vw, 0px);
    transform: translate(50vw, 0px);
}
.home-banner.c-animate:after{
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}*/
.home-banner-circles .lottie-orange{
    width: 500px;
    height: 500px;
    position: absolute;
    top: -200px;
    left: -12%;
    z-index: 2;

    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;

    -moz-transform: translate(-50vw, 0px);
    -webkit-transform: translate(-50vw, 0px);
    -o-transform: translate(-50vw, 0px);
    -ms-transform: translate(-50vw, 0px);
    transform: translate(-50vw, 0px);
}
.home-banner-circles.c-animate .lottie-orange{
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.home-banner-circles .lottie-blue{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -120px;
    margin-right: 9%;
    width: 250px;
    height: 250px;

    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;

    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);

    z-index: 1;
}
/*.home-banner-circles.c-animate .lottie-blue{
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}*/
.w-nav.type_desktop .current-menu-item.level_1 .w-nav-title:after {
    bottom: -2px!important;
    opacity: 1!important;
}
.w-nav.type_desktop .menu-item:not(.current-menu-item) .w-nav-title{
    font-family: AzoSans-Regular!important;
}

@media(max-width: 1600px){
    .home-banner-circles .lottie-orange{
        left: -20%;
    }
    .home-banner-circles .lottie-blue{
        margin-right: 5%;
    }
}
@media(max-width: 1440px){
    .home-banner-circles .lottie-orange{
        left: -25%;
    }
}
@media(max-width: 1290px){
    .home-banner-circles .lottie-orange{
        top: -265px;
    }
}
@media(max-width: 1024px){
    .home-banner-circles .lottie-orange{
        top: -300px;
    }
}
@media(max-width: 767px){
    .home-banner-circles .lottie-orange{
        display: none;
    }
    .home-banner-circles .lottie-blue{
        display: none;
    }
    .home-banner-new .us_custom_65e8f874{
        display: none;
    }
    .home-banner-new .us_custom_5d519a22{
        margin-right: auto;
    }
}

.special-bg-footer .w-image-h{
    position: relative;
}
.special-bg-footer .w-image-h:after{
    content: '';
    background-image: url(img/post-bg-bottom.png);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.custom-fernie-cookie-popup{
    border-radius: 10px;
}
.custom-fernie-cookie-popup h3,
.custom-fernie-cookie-popup p,
.custom-fernie-cookie-popup a{
    color:var(--color-content-text)!important;
}
.custom-fernie-cookie-popup a{
    text-decoration: underline;
}
.custom-fernie-cookie-popup p,
.custom-fernie-cookie-popup a{
    font-size: 14px;
}

.praktijk-boxes .w-vwrapper{
    min-height: 300px;
    padding-bottom: 60px!important;
    position: relative;
}
.praktijk-boxes .w-vwrapper .w-btn-wrapper{
    position: absolute;
    bottom: 25px;
    margin: 0;
}
.praktijk-boxes .w-vwrapper h3.w-text{
    height: 58px;
    overflow: hidden;
}
.what-expect-box{
    background: var(--color-content-bg-alt);
    padding: 20px;
    border-radius: 10px;
}
.what-expect-box p{
    font-size: 16px;
}

.w-btn.us-btn-style_1:hover .w-btn-label,
.w-btn.us-btn-style_3:hover .w-btn-label{
    border-bottom: 1px solid;
}
.w-btn.us-btn-style_4:after{
    content: '';
    background-image: url(img/arrow-left-orange.svg);
    width: 20px;
    height: 16px;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.w-btn.us-btn-style_4:hover{
    border-bottom: 1px solid var(--color-header-middle-text)!important; 
}
.w-btn.us-btn-style_4:hover:after{
    -moz-transform: translate(5px, 0px);
    -webkit-transform: translate(5px, 0px);
    -o-transform: translate(5px, 0px);
    -ms-transform: translate(5px, 0px);
    transform: translate(5px, 0px);
}

/*.oval-image-fixed{
    background-image: url(img/orange-oval.svg);
    background-attachment: initial;
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: 18% 9%;
}*/
.oval-image-fixed .lottie-orange{
    width: 240px;
    height: 240px;
    position: absolute;
    left: -110px;
    top: 10px;
}
@media(max-width: 400px){
    .oval-image-fixed .lottie-orange{
        display: none;
    }
}

.klant-verhalen .post_content{
    max-height: 160px;
    overflow: hidden;
}
.author-info{
    position: absolute!important;
    bottom: 1.2rem;
    left: calc(160px + 1.2rem);
}
.author-info .usg_post_custom_field_2 {
    line-height: 1;
}

.klant-verhalen:after{
    content: '';
    background-image: url(img/arrow-up-icon.svg);
    width: 24px;
    height: 24px;
    bottom: 1rem;
    right: 1rem;
    background-size: cover;
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    opacity: 0.2;
}
.klant-verhalen:hover:after{
    -moz-transform: translate(10px, -10px);
    -webkit-transform: translate(10px, -10px);
    -o-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    opacity: 1;
}
.klant-verhalen .post_image:after{
    content: '';
    position: absolute;
    width: 80px;
    height: 74px;
    background-image: url(img/testimonial-icon.svg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.owl-dot span{
    background: var(--color-content-primary);
}
.gray-image img{
    filter: grayscale(100%);
}

.het-team{
    margin-left: -100px;
    margin-top: 35px;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 35px;
}
.het-team .w-btn-wrapper{
    margin: 0px;
}
.het-team .volledige-team-btn{
    width: 164px;
    font-size: 16px;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.het-team .volledige-team-btn:before{
    content: '';
    position: absolute;
    background-image: url(img/arrow-blue-top-right.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 15px;
    right: 15px;
    margin-left: auto;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.het-team .volledige-team-btn:hover:before{
    -moz-transform: translate(10px, -10px);
    -webkit-transform: translate(10px, -10px);
    -o-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
}
.het-team .volledige-team-btn:hover .w-btn-label{
    border: none;
}
.het-team .het-team-person{
    width: 260px;
}
.het-team-person{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.het-team-person .gray-image{
    margin-bottom: 0px;
}
.het-team-person .wpb_text_column{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    margin-bottom: -80px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.het-team-person  .wpb_text_column:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color:#2F4D73;
    mix-blend-mode: multiply;
}
.het-team-person  .wpb_text_column .wpb_wrapper{
    position: relative;
}
.het-team-person .wpb_text_column h5{
    color: #FFFFFF;
    font-size: 16px;    
    margin-bottom: 10px;
    line-height: 1;
}
.het-team-person .wpb_text_column h6{
    margin-bottom: 0px;
    line-height: 1;
}
.het-team-person:hover .gray-image img{
    filter: grayscale(0%)!important;
}
.het-team-person:hover .wpb_text_column{
    margin-bottom: 0px;
}

.team-dignus .het-team-person{
    margin-bottom: 30px;
    max-width: 360px;
}
.team-dignus .het-team-person:after{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    background-image: url(img/arrow-orange-top-right.svg);
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-dignus .het-team-person .wpb_text_column{
    margin-bottom: -60px;
    padding: 50px 15px 15px 15px;
}
.team-dignus .het-team-person:hover .wpb_text_column{
    margin-bottom: 0px;
}
.team-dignus .het-team-person:hover:after{
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.team-dignus.cols_1-2{
    grid-template-columns: 1fr 2.1fr;
}
.team-dignus .team-werken-box{
    background-image: url(img/plus-background.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 157% -53px;
    border: 1px solid rgba(47, 77, 116, 0.35);
    border-radius: 10px;
    padding: 20px 40px;
}
.team-dignus .team-werken-box h2.w-text{
    max-width: 400px;
}
/*
.team-dignus-banner .l-section-overlay:before{
    content: '';
    background-image: url(img/orange-oval.svg);
    width: 445px;
    height: 464px;
    background-size: contain;
    display: block;
    position: absolute;
    margin-top: 0%;
    margin-left: 94%;

    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;

    -moz-transform: translate(5vw, 0px);
    -webkit-transform: translate(5vw, 0px);
    -o-transform: translate(5vw, 0px);
    -ms-transform: translate(5vw, 0px);
    transform: translate(5vw, 0px);
}
.team-dignus-banner.c-animate .l-section-overlay:before{
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}*/
.team-dignus-banner-circle .lottie-orange{
    position: absolute;
    right: -15%;
    top: -100px;
    width: 500px;
    height: 500px;
    z-index: 1;

    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;

    -moz-transform: translate(5vw, 0px);
    -webkit-transform: translate(5vw, 0px);
    -o-transform: translate(5vw, 0px);
    -ms-transform: translate(5vw, 0px);
    transform: translate(5vw, 0px);
}
.team-dignus-banner-circle.c-animate .lottie-orange{
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
@media(max-width:1600px){
    .team-dignus-banner-circle .lottie-orange {
        right: -21%;
    }
}
@media(max-width: 1400px){
    .team-dignus-banner-circle .lottie-orange {
        right: -380px;
    }
}
@media(max-width: 1024px){
    .team-dignus-banner-circle .lottie-orange {
        display: none;
    }
}

.ul-arrow-up ul,
.ul-arrow-down ul,
#page-content .wpb_text_column ul{
    list-style-type: none;
    margin-left: 0px;
}
.ul-arrow-up ul li,
.ul-arrow-down ul li,
#page-content .wpb_text_column ul li{
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 40px;
}
.ul-arrow-up ul li:before,
.ul-arrow-down ul li:before,
#page-content .wpb_text_column ul li:before{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
}
.ul-arrow-down ul li:before,
#page-content .wpb_text_column:not(.ul-arrow-up) ul li:before{
    background-image: url(img/arrow-orange-bottom-right.svg)!important;
}
.ul-arrow-up ul li:before{
    background-image: url(img/arrow-orange-top-right.svg)!important;
}
.stories-carousel-team .w-html{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
}
.stories-carousel-team .w-html:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color:#2F4D73;
    mix-blend-mode: multiply;
    border-radius: 0px 0px 0px 10px;
}
.stories-carousel-team .author,
.stories-carousel-team .rol{
    position: relative;
}
.stories-carousel-team .author .w-post-elm-value{
    color: #FFFFFF;
    font-size: 18px;
    font-family: var(--font-h3);
}
.stories-carousel-team .rol .w-post-elm-value{
    color: var(--color-header-middle-text-hover);
    font-family: var(--font-h6);
    font-size: 12px;
}
.stories-carousel-team .usg_vwrapper_1{
    position: initial;
}
.stories-carousel-team  .w-btn{
    position: absolute;
    bottom: 30px;
}
.stories-carousel-team .post_image:before{
    content: '';
    width: 80px;
    height: 74px;
    background-image: url(img/testimonial-icon-orange.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    top: 12%;
    left: 15%;
}
.layout_198 .owl-dots span{
    color: #FFFFFF;
    background: #FFFFFF;
}

.w-video:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-content-primary);
    mix-blend-mode: multiply;
}
.w-video-icon{
    border: 2px solid #FFFFFF;
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

/*.page-banner-blue .l-section-overlay:before{
    content: '';
    background-image: url(img/oval-banner-orange-2.svg);
    width: 305px;
    height: 318px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-top: 0%;
    margin-left: -7%;

    -webkit-transition: all 4s ease;
    -moz-transition: all 4s ease;
    -o-transition: all 4s ease;
    transition: all 4s ease;

    -moz-transform: translate(-15vw, 0px);
    -webkit-transform: translate(-15vw, 0px);
    -o-transform: translate(-15vw, 0px);
    -ms-transform: translate(-15vw, 0px);
    transform: translate(-15vw, 0px);
}
.page-banner-blue.c-animate .l-section-overlay:before{
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}*/
.page-banner-circles .lottie-orange{
    width: 500px;
    height: 500px;
    position: absolute;
    top: -140px;
    left: -12%;
    z-index: 1;

    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;

    -moz-transform: translate(-50vw, 0px);
    -webkit-transform: translate(-50vw, 0px);
    -o-transform: translate(-50vw, 0px);
    -ms-transform: translate(-50vw, 0px);
    transform: translate(-50vw, 0px);
}
.page-banner-circles.c-animate .lottie-orange{
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.counter-banner-circles{
    overflow: hidden;
}
.counter-banner-circles .lottie-blue{
    width: 400px;
    height: 400px;
    position: absolute;
    z-index: 1;
    top: -175px;
    left: -10%;
}
@media(max-width: 1800px){
    .page-banner-circles .lottie-orange{
        left: -17%;
    }
}
@media(max-width: 1600px){
    .page-banner-circles .lottie-orange{
        left: -24%;
    }
    .counter-banner-circles .lottie-blue{
        left: -16%;
    }
}
@media(max-width: 1400px){
    .page-banner-circles .lottie-orange{
        left: -32%;
    }
    .counter-banner-circles .lottie-blue{
        display: none;
    }
}
@media(max-width: 1200px){
    .page-banner-circles .lottie-orange{
        display: none;
    } 
}

.aanpak-box{
    background: var(--color-content-bg-alt);
    background-image: url(img/oval-banner-orange-2.svg);
    padding: 40px 25px 100px 25px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 210px;
    background-position: 140% 300%;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.aanpak-box h6{
    margin-bottom: 0px;
}
.aanpak-box .wpb_text_column{
    font-size: 16px;
}
.aanpak-box .w-hwrapper{
    margin-bottom: 10px;
}
.aanpak-box:hover{
    background-position: 130% 265%;
}
.custom-counter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    padding: 15px 15px 30px 15px;
    border-radius: 10px;
}
.custom-counter .w-counter-value{
    width: 100%;
    order: 2;
    font-size: 70px!important;
    font-family: AzoSans-Bold!important;
}
.custom-counter .w-counter-title{
    width: 100%;
    order: 1;
    font-size: 20px!important;
    font-family: AzoSans-Medium!important;
    margin-top: 0px;
    min-height: 48px;
}

.oval-blue-bg .l-section-overlay{
    overflow: hidden;
}
.oval-blue-bg .l-section-overlay:before{
    content: '';
    background-image: url(img/oval-blue-bg.svg);
    width: 420px;
    height: 440px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-top: -10%;
    margin-left: -12%;

    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;

    -moz-transform: translate(-15vw, 0px);
    -webkit-transform: translate(-15vw, 0px);
    -o-transform: translate(-15vw, 0px);
    -ms-transform: translate(-15vw, 0px);
    transform: translate(-15vw, 0px);
}
.oval-blue-bg.c-animate .l-section-overlay:before{
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.oval-blue-bg:hover .l-section-overlay:before{
    -moz-transform: translate(-5vw, 0px);
    -webkit-transform: translate(-5vw, 0px);
    -o-transform: translate(-5vw, 0px);
    -ms-transform: translate(-5vw, 0px);
    transform: translate(-5vw, 0px);
}

#verzuim-tab{
    background-color: var(--color-alt-content-bg);
    color: #FFFFFF;
}
#preventie-tab{
    background-color: var(--color-content-primary);
    color: #FFFFFF;
}
#vitaliteit-tab{
    background-color: var(--color-alt-content-bg-alt);
    color: #FFFFFF;
}
.diesten-tabs .diesten-tab-header{
    width: 100%;
    align-items: center;
}
.diesten-tabs .diesten-tab-header h2.w-text{
    color: #FFFFFF;
    width: 100%;
    max-width: 230px;
}
.diesten-tabs .diesten-tab-header .wpb_text_column{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
}
.diesten-tabs .diesten-tab-header p{
    color: #FFFFFF;
}
.diesten-tabs .diesten-tab-header .w-image{
    width: 58px;
}
.diesten-tabs .w-tabs-section{
    border: none!important;
}
.diesten-tabs .w-tabs-section-header{
    max-width: calc(1140px + 3em);
    margin-left: auto;
    margin-right: auto;
    background: transparent!important;
    padding-top: 40px;
    padding-bottom: 40px;
}
.diesten-tabs .w-tabs-section-header .w-image img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-width: 58px;
}
.diesten-tabs .w-tabs-section-header.active .w-image img{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.diesten-tabs .w-tabs-list-h{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    background: transparent;
}
.diesten-tabs .w-tabs-list-h .w-tabs-item{
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 10px 10px 0px 0px;
    padding: 15px!important;
    height: 110px;
    margin: 20px 0px 0px 0px!important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: var(--font-h3);
    font-size: 20px;
    line-height: 1;
    opacity: 1!important;
    text-align: left;
}
.diesten-tabs .w-tabs-list-h .w-tabs-item.active{
    background-color: #FFFFFF;
    color: var(--color-content-text)!important;
}
.diesten-tabs .w-tabs-list-h .w-tabs-item .number{
    color: var(--color-header-middle-text-hover);
    font-family: var(--font-h6);
    font-size: 16px;
    line-height: 1.5;
    margin-right: 20px;
}
.diesten-tabs .w-tabs-list-h .w-tabs-item:not(.active){
    background-image: url(img/oval-blue-bg.svg);
    background-size: 170px;
    background-repeat: no-repeat;
    background-position: 140% -80%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.diesten-tabs .w-tabs-list-h .w-tabs-item:not(.active):hover{
    background-position: 115% -50%;
}
.diesten-tabs .layout_hor  .w-tabs-section-content{
    padding: 30px;
    background-color: #FFFFFF;
    color: var(--color-content-text)!important;
    border-radius: 0px 0px 10px 10px;
    border-left: 10px solid var(--color-alt-content-bg);
}

.diesten-tabs .layout_hor .w-tabs-section-content .w-tabs-section-content-h{
    display: flex;
    flex-wrap: wrap;
}
.main-tab-content{
    padding: 0px 30px 0px 0px;
    background-color: #FFFFFF!important;
    color: var(--color-content-text)!important;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    width: 70%;
}
.main-tab-content .w-actionbox-title{
    font-family: var(--font-h2);
    font-size: 18px;
}
.main-tab-content .w-actionbox-controls{
    display: none;
}
.diesten-tabs .w-actionbox:not(.main-tab-content){
    width: 30%;
    padding: 15px;
    text-align: left;
}
.diesten-tabs .w-actionbox:not(.main-tab-content) .w-actionbox-description{
    font-size: 16px;
    line-height: 1.5;
}
.diesten-tabs .w-actionbox:not(.main-tab-content) .w-actionbox-controls{
    padding-top: 20px;
}
.diesten-tabs .w-actionbox:not(.main-tab-content) .w-actionbox-controls .w-btn{
    margin: 0px;
}


#verzuim-tab .w-tabs-list-h .w-tabs-item:not(.active){
    background-image: url(img/verzuim-bg.svg);    
}
#verzuim-tab .w-tabs-list-h .w-tabs-item:not(.active) .number{
    color: var(--color-content-text)!important;
}
#verzuim-tab .w-tabs-list-h .w-tabs-item:not(.active){
    border-color: #D9D5D2!important;
}
#verzuim-tab .layout_hor .w-tabs-section-content{
    border-left: 10px solid var(--color-content-text);
}
#vitaliteit-tab .w-tabs-list-h .w-tabs-item:not(.active){
    background-image: url(img/vitaliteit-bg.svg);    
}
#vitaliteit-tab .w-tabs-list-h .w-tabs-item:not(.active) .number{
    color: var(--color-content-text)!important;
}
#vitaliteit-tab .w-tabs-list-h .w-tabs-item:not(.active){
    border-color: #D9D5D2!important;
}

.verleende-diensten-box{
    border: 1px solid #D9D5D2;
    border-radius: 10px;
    padding: 20px 15px;
    background-image: url(img/verzuim-bg.svg);
    background-repeat: no-repeat;
    background-position: 115% 5vh;
    background-size: 115px;
    position: relative;
    margin-bottom: 30px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.verleende-diensten-box .w-image {
    min-width: 31px;
}
.verleende-diensten-box:hover{
    background-position: 110% 4vh;
}
.verleende-diensten-box p.w-text{
    min-height: 53px;
}

.contact-info .w-iconbox{
    align-items: baseline!important;
    margin-bottom: 20px;
}

.custom-contact-form:after{
    content: '';
    background-image: url(img/plus-blue.svg);
    width: 212px;
    height: 80px;
    background-size: contain;
    position: absolute;
    bottom: -20px;
    right: -40px;
}

.faq-accordion .w-tabs-section{
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
    padding-right: 70px;
    padding-left: 70px;
}
.faq-accordion .w-tabs-section:before{
    content: '';
    position: absolute;
    background-image: url(img/arrow-orange-bottom-right.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center right;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto 20px 20px auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.faq-accordion .w-tabs-section.active:before{
    background-image: url(img/arrow-blue-bottom-right.svg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.faq-accordion .w-tabs-section-title{
    font-family: var(--font-h2);
    max-width: 450px;
}
.faq-accordion .w-tabs-section.active{
    border-left: 10px solid var(--color-content-link-hover)!important;
}
.faq-accordion .w-tabs-section-content{
    font-size: 18px;
    padding-top: 0px!important;
}
.faq-accordion .w-tabs-section-header{
    background: transparent!important;
}
.faq-accordion .w-tabs-section-control{
    display: none;
}
.faq-accordion .w-tabs-section-title .number{
    font-size: 16px;
    font-family: var(--font-h6);
    color: var(--color-header-middle-text-hover);
    position: absolute;
    top: 20px;
    left: 20px;
}
.faq-accordion.lightbrown .w-tabs-section{
    background: var(--color-content-bg-alt)!important;
}
.faq-accordion.white .w-tabs-section{
    background: var(    --color-content-bg)!important;
}
.faq-accordion .w-tabs-section-header:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.partnes-gallery .w-post-elm img{
    max-height: 80px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

.owl-carousel .arrow-img{
    display: inline-block;
    width: 30px!important;
    height: 30px!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.owl-carousel .arrow-img:hover{
    border: 1px solid;
    border-radius: 50%;
}
.blue-arrows .arrow-img-left{
    background-image: url(img/arrow-blue-left.svg);
}
.blue-arrows .arrow-img-right{
    background-image: url(img/arrow-blue-right.svg);
}
.white-arrows .arrow-img-left{
    background-image: url(img/arrow-white-left.svg);
}
.white-arrows .arrow-img-right{
    background-image: url(img/arrow-white-right.svg);
}
.white-arrows .arrow-img{
    background-size: 20px!important;
}
.white-arrows .arrow-img:hover{
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}
.custom-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.custom-dots .owl-dots{
    padding-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
}

.black-img img{
    filter: grayscale(100%);
}

.klantervaringen-stories .stories-carousel-team .post_image::before {
    background-image: url(img/testimonial-icon.svg);
    top: 38%;
    left: auto;
    right: 0;
}
.us-btn-style_5.icon_atleft i,
.us-btn-style_6.icon_atleft i{
    color: var(--color-content-link-hover);
}

.bg-circle-blue{
    background-image: url(img/blue-bg.svg);
    background-size: 165px;
    background-repeat: no-repeat;
    background-position: 18% 15vh;
    background-attachment: initial;
}

.l-section.height_small {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.l-section.height_small .us_custom_0391591c {
    margin-bottom: calc(-4rem - 31px)!important;
    position: absolute!important;
    bottom: 0;
}

.werken-bij-container .lottie-blue{
    position: absolute;
    left: -110px;
    top: 35px;
    width: 230px;
    height: 230px;
}
.us_custom_d979d95b{
    position: relative;
}
@media(max-width: 1800px){
    /*.oval-image-fixed{
        background-position: 5% 40%;
    }*/
    #page-content .us_custom_ef955fca {
        background-position: -9% 123%!important;
    }
    .bg-circle-blue {
        background-position: 7% 60vh;
    }
}
@media (max-width: 1600px){
    .page-banner-blue .l-section-img{
        background-size: cover!important;
    }
    /*.home-banner .l-section-overlay:before {
        margin-top: -550px;
        margin-left: -490px;
    }*/
    .page-banner-blue .l-section-overlay::before {
        margin-left: -20%;
    }
    .oval-blue-bg .l-section-overlay::before{
        margin-left: -22%;
    }
    .bg-circle-blue {
        background-position: 4% 60vh;
    }
}
@media (max-width: 1280px){
    .l-subheader.at_middle .l-subheader-cell.at_left, .l-subheader.at_middle .l-subheader-cell.at_right {
        flex-basis: auto!important;
    }
    .klantervaringen-banner .main-wrapper{
        flex-wrap: wrap;
        justify-content: center;
    }
    .klantervaringen-banner .w-vwrapper{
        margin-bottom: 50px;
        position: relative;
    }
    .klantervaringen-banner .us_custom_76c402fa {
        margin-bottom: 0px !important;
    }
    .verleende-diensten-box p{
        font-size: 14px;
        line-height: 1.5;
    }
    .us_custom_c70c97eb .g-cols.via_grid{
        grid-gap: 1rem;
    }
    /*.oval-image-fixed {
        background-position: -5% 40%;
    }*/
    .page-banner-blue .l-section-overlay::before {
        margin-left: -270px;
    }
    .oval-blue-bg .l-section-overlay::before {
        margin-left: -400px;
    }
    .bg-circle-blue {
        background-position: 0% 60vh;
    }
}
@media(max-width: 1100px){
    .contact-btns{
        display: block;
    }
    .contact-btns .w-btn-wrapper{
        display: block;
    }
}
@media(max-width:1024px){
    .home-banner .l-section-img{
        background-position: right!important;
    }
    .home-banner .l-section-overlay{
        background: rgba(255, 255, 255, 0.5)!important;
    }
    /*.home-banner .l-section-overlay:before{
        display: none;
    }*/
    #page-footer .empty-col{
        display: none;
    }
    #page-footer .g-cols.cols_4 {
        grid-template-columns: repeat(3,1fr);
    }
    #page-footer .w-hwrapper:not(.logos){
        display: block;
        text-align: center;
    }
    #page-footer .w-hwrapper p{
        margin-bottom: 10px;
        line-height: 1.5;
    }
    #page-footer  .dignus-footer{
        padding-bottom: 0px;
    }
    .home-banner .us_custom_d167c14c {
        bottom: calc(-2rem - 31px) !important;
    }
    .page-banner-blue{
        margin-bottom: 2.5rem;
    }
    .page-banner-blue .l-section-overlay{
        background: rgba(47, 76, 115, 0.50)!important;
    }
    .page-banner-blue .l-section-overlay:before{
        display: none;
    }
    .us_custom_c70c97eb .us_custom_2663e9e5 {
        width: 130px !important;
    }
    .stories-carousel-team{
        flex-wrap: wrap;
    }
    .stories-carousel-team .usg_vwrapper_2{
        margin-left: auto!important;
        margin-right: auto!important;
        padding-top: 30px;
    }
    .stories-carousel-team .usg_vwrapper_1{
        padding-bottom: 80px!important;
    }
    .klantervaringen-description .g-cols.cols_1-2 {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 0px;
    }
    .diesten-tabs .diesten-tab-header h2.w-text {
        max-width: 180px;
    }
    .custom-contact-form.us_custom_1f666d36{
        margin-top: 0px!important;
        padding-right: 20px!important;
    }
    .page-banner .l-section-img{
        background-position: right;
    }
    .page-banner .l-section-overlay{
        background: rgba(255, 255, 255, 0.5)!important;
    }
    .werken-bij-container .g-cols.cols_2-1 {
        grid-template-columns: repeat(1,1fr);
    }
    .faq-accordion .w-tabs-section-header{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .faq-accordion .w-tabs-section-content {
        font-size: 14px;
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .stories-carousel-team .w-html:before{
        border-radius: 0px 0px 10px 10px;
    }
}
@media(max-width:767px){
    .l-subheader.at_top .ush_hwrapper_1{
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        border-radius: 0px 0px 15px 15px !important;
        align-items: center;
        justify-content: center;
    }
    .l-subheader.at_top .ush_hwrapper_1 .w-html{
        width: 10px;
    }
    .l-subheader.at_top .ush_hwrapper_1 .w-text{
        font-size: 10px!important;
    }
    .het-team {
        margin-left: 0px;
        padding: 0px;
        display: block;
    }
    .het-team .het-team-person {
        margin-bottom: 15px;
    }
    .het-team .volledige-team-btn {
        width: 260px;
    }
    #page-footer .g-cols.cols_4 {
        grid-template-columns: repeat(1,1fr);
        text-align: center;
    }
    #menu-footer-menu{
        margin-left: auto;
        margin-right: auto;
    }
    #page-footer .dignus-footer{
        padding-top: 4rem;
    }
    #page-footer .dignus-footer .w-image{
        margin-left: auto;
        margin-right: auto
    }
    #page-footer .g-cols.cols_4 .wpb_column:nth-child(4){order:1;}
    #page-footer .g-cols.cols_4 .wpb_column:nth-child(1){order:2;}
    #page-footer .g-cols.cols_4 .wpb_column:nth-child(2){order:3;}

    #page-footer .logos{
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
    }
    #section-one{
        padding-top: 4rem!important;
    }
    /*.home-banner:after{
        display: none;
    }*/
    .praktijk-boxes .w-vwrapper {
        min-height: auto;
    }
    .team-dignus .het-team-person {
        max-width: 100%;
    }
    .team-dignus{
        grid-gap: 0px!important;
    }
    .us_custom_887a049b .g-cols{
        grid-gap: 0px!important;
    }
    .custom-counter .w-counter-title{
        min-height: auto;
    }

    .diesten-tabs .diesten-tab-header{
        display: block;
    }
    .diesten-tabs .diesten-tab-header h2.w-text,
    .diesten-tabs .diesten-tab-header .w-image{
        display: none;
    }
    .diesten-tabs .w-tabs-sections .w-tabs-section-title{
        font-family: var(--font-h2);
        font-weight: 400;
        font-size: 35px!important;
    }
    .diesten-tabs .w-tabs-sections .w-tabs-sections .w-tabs-section-title{
        font-size: 24px!important;
        color: var(--color-content-heading);
    }
    .diesten-tabs .w-tabs-sections .w-tabs-sections .w-tabs-section-control{
        color: var(--color-content-heading);
    }
    .diesten-tabs .w-tabs-sections .w-tabs-sections .w-tabs-section-header{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        background-color: #FFFFFF!important;
        border-radius: 10px 10px 10px 10px;
    }
    .diesten-tabs .w-tabs-sections .w-tabs-sections .w-tabs-section{
        margin-bottom: 10px;
        background: #FFF;
        border-radius: 10px;
    }
    .diesten-tabs .diesten-tab-header .wpb_text_column{
        max-width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }
    .diesten-tabs .layout_hor .w-tabs-section-content .w-tabs-section-content-h{
        display: block;
    }
    .main-tab-content{
        width: 100%;
        padding: 0px;
    }
    .diesten-tabs .w-actionbox:not(.main-tab-content) {
        width: 100%;
        padding: 15px;
        text-align: left;
        border-radius: 10px;
        margin-top: 20px;
        text-align: center;
    }
    .diesten-tabs .w-tabs-sections .w-tabs-section.active:not(.has_text_color) > .w-tabs-section-header {
        color: #FFFFFF!important;
    }
    .diesten-tabs .w-tabs-sections .w-tabs-sections .w-tabs-section.active:not(.has_text_color) > .w-tabs-section-header {
        color: var(--color-content-primary);
    }
    .us_custom_d06c6e6a .us_custom_9f8ca584{
        margin-left: 0px!important;
    }
    .us_custom_a19eac06{
        margin-bottom: 20px!important;
    }
    .klant-verhalen{
        display: block;
    }
    .klant-verhalen .post_image.usg_post_image_1 {
        width: 100% !important;
        border-radius: 10px !important;
    }
    .klant-verhalen .post_image div{
        padding-bottom: 60%!important;
    }
    .author-info {
        position: relative !important;
        bottom: 0px !important;
        left: 0px !important;
    }
    .klant-verhalen .usg_vwrapper_1{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .faq-accordion .w-tabs-section:not(.active):before{
        margin-top: 12px!important;
    }
    .bg-circle-blue{
        background-image: none!important;
    }
    .us_custom_c70c97eb .us_custom_d06c6e6a{
        background-image: none!important;
    }
}
@media(max-width: 600px){
    .diesten-tabs .w-tabs-sections .w-tabs-sections .w-tabs-section-title {
        font-size: 18px !important;
    }
}
@media(max-width:410px){
    .stories-carousel-team .usg_vwrapper_2{
        padding-top: 0px!important;
    }
    .us_custom_9ccc05f2 .usg_vwrapper_2{
        padding-top: 0px!important;
    }
}

@media(min-width: 1025px){
    .home-banner{
        overflow: hidden;
    }
    .home-banner .l-section-img{
        -webkit-transition: all 5s ease;
        -moz-transition: all 5s ease;
        -o-transition: all 5s ease;
        transition: all 5s ease;
        background-position: center left!important;
    }
    .home-banner.c-animate .l-section-img{
        background-position: center center!important;
        animation: zoom-in-zoom-out 15s ease infinite;
    }
    /*.page-banner-blue .l-section-img{
        -webkit-transition: all 5s ease;
        -moz-transition: all 5s ease;
        -o-transition: all 5s ease;
        transition: all 5s ease;
        background-position: 150%!important;
    }
    .page-banner-blue.c-animate .l-section-img{
        background-position: 100%!important;
    }*/
    .l-section:not(.home-banner) .l-section-img{
        -webkit-transition: all 5s ease;
        -moz-transition: all 5s ease;
        -o-transition: all 5s ease;
        transition: all 5s ease;
        background-size: cover!important;
        -moz-transform: translate(50px, 0px);
        -webkit-transform: translate(50px, 0px);
        -o-transform: translate(50px, 0px);
        -ms-transform: translate(50px, 0px);
        transform: translate(50px, 0px);
    }
    .l-section:not(.home-banner).c-animate .l-section-img{
        background-size: cover!important;
        -moz-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}

body{
    overflow-x: hidden!important;
}
.home-banner-new,
.banner-page-new{
    overflow: hidden;
}
.home-banner-new .l-section-overlay{
    background-image: url(/wp-content/uploads/2022/09/home-banner-overlay.svg)!important;
    background-size: cover!important;
    background-position: center!important;
    animation: zoom-in-zoom-out 3s ease infinite;
    z-index: 1;
}
.banner-page-new .l-section-overlay{
    background-image: url(/wp-content/uploads/2022/09/banner-blue-overlay.svg)!important;
    background-size: cover!important;
    background-position: center!important;
    animation: zoom-in-zoom-out 3s ease infinite;
}
.home-banner-new .l-section-h .cols_2 {
    position: relative;
    /*z-index: 1;*/
}
.home-banner-new .l-section-h .cols_2 .wpb_column:nth-child(1){
    z-index: 1;
}
.blueBG,
.blueBG h1.w-text {
    color: #ffffff;
}
@media(max-width: 767px){
    /*.home-banner-new.us_custom_2cf7ab1e{
        background-attachment: inherit!important;
        background-size: contain!important;
    }*/
    .home-banner-new .l-section-overlay,
    .banner-page-new .l-section-overlay{
        background: rgba(255,255,255,0.5)!important;
        background-image: none!important;
    }
    .banner-page-new.blueBG .l-section-overlay{
        background: rgba(47,77,115,0.5)!important;
        background-image: none!important;
    }
}