.w-gallery-item {
    border-radius: 3%;
    overflow: hidden;
    margin: 10px;
}
.gallery_section .g-cols.offset_medium > .one-half {
    margin-left: 0;
    width: 50%;
}
.w-gallery-list {
    margin: 0;
}
.w-gallery.cols_1 .w-gallery-item {
    width: calc( 100% - 20px); 
}
.w-gallery.cols_2 .w-gallery-item {
    width: calc( 50% - 20px); 
}
.gallery_section {
    margin: 10px;
}


.section_content_funnel {
    margin: 20px;
}

.section_content_funnel {
    --vp-width: calc(100vw - 40px);
    --tile-width: calc((var(--vp-width) / 2) - 20px);
}

.section_content_funnel .one-half .one-half {
    --tile-width: calc((var(--vp-width) / 4) - 20px);
}

.section_content_funnel .w-image.background-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.section_content_funnel .w-image.background-image img {
    border: 0;
    height: auto;
    /* max-width: 100%; */
    min-height: 100%;
    object-fit: cover;
    min-width: 100% 
}

.section_content_funnel .w-btn-wrapper .full_container_button  {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.section_content_funnel .funnel_tile .background-image:before {
    transition: all 0.5s ease-in-out;
}
.section_content_funnel .funnel_tile:hover .background-image:before {
    opacity: 0.5;
    right: 0;
    left: unset;
    width: 0;
}
.section_content_funnel .w-btn-wrapper .full_container_button:hover  {
    

}

.section_content_funnel .w-btn-wrapper .full_container_button .w-btn-label,
.section_content_funnel .w-btn-wrapper .full_container_button .label {
    width: fit-content;
    height: 39px;
    background-color: #0095DA;
    border-radius: 4px;
    padding: 10px 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    top: calc(50% + 50px);
    z-index: 2;
}

.section_content_funnel .titles {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    margin-left: -50px;
    z-index: 2;
}

.section_content_funnel .titles h3, 
.section_content_funnel .titles h4 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
}

.section_content_funnel .titles h3 {
    font-size: 36px;
}

.section_content_funnel .titles h3 span {
    position: relative;
}

.section_content_funnel .titles h3 span:before { 
    content: '';
    left: -20px;
    top: -10px;
    position: absolute;
    background-image: url(../images/icons/double_star.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 26px;
}

.section_content_funnel .titles h4 {
    font-size: 26px;
}
.section_content_funnel .one-half {
    width: var(--tile-width) !important;   
    height: var(--tile-width) !important;
}

.section_content_funnel .one-half .w-image { 
    border-radius: 3%;
    overflow: hidden;
}
.section_content_funnel .one-half.funnel_tile {
    background-color: transparent;
}
.section_content_funnel .funnel_image_large,
.section_content_funnel .funnel_image_small img,
.section_content_funnel img {
    width: 100%;
    height: 100%;
    max-width: unset;
    object-fit: cover;
}

.no-padding .l-section-h {
    padding: 0;
}

.no-padding + .no-padding .section_content_funnel {
    margin-top: 0px;
}
.main_menu.i-cf ul ul.sub-menu {
    transform: translateX(-25%); 
}

section#aft-two-column-textimg img {
    border-radius: unset;
}

section#aft-two-column-textimg .w-image {
    border-radius: 20px;
    overflow: hidden;
}
section#aft-two-column-textimg .w-image.align_right {
    border-radius: 20px 0 0 20px; 
    overflow: hidden;
}

section#aft-two-column-textimg .w-image.align_left {
    border-radius: 0 20px 20px 0; 
    overflow: hidden;
}

#home-banner-area .slick-slide img {
    max-height: 1000px;
    height: 1000px;
}

.home section#home-banner-area,
.page section#home-banner-area {
    height: 1005px;
}

.w-logo-img {
    max-width: 240px;
    margin-top: 25px;
}
.w-logo.with_default img {
    width: 230px;
}
.paralax-sec2:before,
.home-paralax-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--overlay-color);
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.5;
}

.wpml-ls {
    position: absolute;
    left: -70px;
}

.main_menu.i-cf  .wpml-ls ul li a {
    padding: 10px 10px;
}
