

.slideshow {
    height: 100vh;
    width:100%;
    object-fit: cover;
}

.image{
    width: 100%;
    height: 100%;
}

section{
    height: auto;
    min-height: 100vh;
    
}
@media (max-width: 991.89px) {
    section{
        height: auto;
        min-height: auto;
    }
    .slideshow {
        height: 50vh;
        width:100%;
        object-fit: cover;
    }
}
.text-theme{
    color: #009e61;
}

.cheak_more{
    margin-top: 10px;
}
.cheak_more:hover .green a{
    color: #009e61 !important;
}
.cheak_more:hover .white a{
    color: #fff !important;
}
.cheak_more a{
    display: flex;
    align-items: center;
}
.more_icon_box{
    width: 48px;
    height: 48px;
    margin-right: 10px;
    transition: all .5s;
}
.cheak_more:hover .more_icon_box{
    transform: scale(0.8);
}
.cheak_more:hover .more_icon_box{
    margin-right: 5px;
}
