/* .slider-with-content-section{
    overflow: hidden;
}
.slider-with-content-section .single-image img{
    position: absolute;
    left: 0;
    width: fit-content !important;
    top: 0;
    max-height: 800px;
    max-width: 1000px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.slider-with-content-section .image-column-left{
    min-height: 800px;
}
@media screen and (max-width: 1440px){
    .slider-with-content-section .single-image img{
        max-width: 800px;
    }
}

@media screen and (max-width: 1280px){
    .slider-with-content-section .single-image img{
        max-width: 750px;
    }
}

@media screen and (max-width: 1199px){
     .slider-with-content-section .single-image img{
        max-width: 650px;
    }
}

@media screen and (max-width: 992px){
    .slider-with-content-section .single-image img{
        position: unset;
        min-width: 100%;
    }
    .slider-with-content-section .image-column-left{
        padding: 0;
    }
} */


.slider-with-content-section .main-title::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    background-color: var(--black-color);
}


.offset-fullwidth-container{
    margin-top: 60px;
    margin-bottom: 60px;
    /* padding-top: 60px;
    padding-bottom: 60px; */
	min-height: 600px;
}
.slider-with-content-section{
    overflow: hidden;
}

/* Right Image Layout CSS Start */
.layout-right .offset-fullwidth-container {
    position: relative;
    /* overflow: hidden !important; */
    margin-top: 60px;
    margin-bottom: 60px;
    /* padding-top: 60px;
    padding-bottom: 60px; */
        min-height: 600px;
}

.layout-right .offset-fullwidth-container{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.layout-right .offset-fullwidth {
    position: absolute;
    left: 37vw;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 57vw;
    height: auto;
    max-height: 100%;
    overflow: hidden;
}


/* Right Image Layout CSS End */



/* Left Image Layout CSS Start */
.layout-left .offset-fullwidth-container {
    position: relative;
    /* overflow: hidden !important; */
}

.layout-left .offset-fullwidth {
    position: absolute;
    left: unset;
    right: 37vw;
    top: 50%;
    transform: translateY(-50%);
    width: 57vw;
    height: auto;
    max-height: 100%;
    /* overflow: hidden; */
    overflow: visible;
}

.layout-left .offset-fullwidth-container{
    justify-content: flex-end;
    display: flex;
}

.image-description{
    text-align: right;
    margin-top: 32px;
}
/* Left Image Layout CSS End */


.layout-style-text-image .offset-fullwidth-container{
    min-height: unset;
    margin-top: 90px;
}


@media screen and (max-width: 1440px){
    .layout-right .offset-fullwidth{
        left: 40vw;
    }

    .layout-left .offset-fullwidth{
        right: 40vw;
    }

    .offset-fullwidth-container{
        padding-top: 0;
        padding-bottom: 0;
    }
    .layout-right .offset-fullwidth-container{
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1280px){
    .layout-right .offset-fullwidth{
        left: 43vw;
    }

    .layout-left .offset-fullwidth{
        right: 43vw;
    }

    .layout-right .offset-fullwidth-container{
        margin: 0;
    }

    .layout-style-text-image .offset-fullwidth-container{
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1024px){
    
}

@media screen and (max-width: 992px){
    
    .layout-right .offset-fullwidth,
    .layout-left .offset-fullwidth{
        position: unset;
        transform: unset;
        width: 100%;
    }

    .layout-left .offset-fullwidth-container{
        flex-wrap: wrap;
    }
}

