/* Custom Style */
body {
    overflow-x: hidden;
    
}
.offcanvas {
    --bs-offcanvas-height: 80vh;
}
.scrollToTop {
    padding: 10px;
    color: #444;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 99;
}
.owl-item.active.center h5,
.owl-item.active.center span {
    color: #000;
}
@media screen and (max-width: 1023px) {
    #myCarousel .carousel-item img {
        height: auto !important;
    }
}