.overlay-banner{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
}
.sticky-header-active nav li a{
    color: #000 !important;
}
.banner-down{
    position: relative;
    z-index: 99;
}
nav li a{
    color: #fff !important;
}
.footer-box{
    max-width: 200px;
}
.blog-box-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.photo-gallery-img {
    width: 100%;
    border: 1px solid #ccc;
    height: 250px;
    object-fit: cover;
}
.page-product-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.home-page-product-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.page-detail-product-text {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
@media(max-width:991px) {
    #who-we-are{
        padding-top: 0 !important;
    }
    .banner-down{
        margin-top: 120px !important;
    }
    .footer-wrapper {
    gap: 30px;
}
.banner-down-box{
    background-color: #fff !important;
}
nav li a{
    color: #000 !important;
}
}