
.banner-img::after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.5;
}

.banner-imgr {
    position: relative;
}

.banner-img .container {
    position: relative;
    z-index: 9;
}
.hero-banner .content-box h1 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.hero-banner .content-box h2 {
    font-size: 99px;
    line-height: 102px;
    margin: 5px 0 19px;
}

.hero-banner .content-box h5 {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}
.hero-banner .content-box h5 strong {
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    color:rgb(255, 111, 97);
} 
/* 26-10 */
.hero-banner .flickity-prev-next-button , .hero-banner .flickity-prev-next-button{
    display: none;
}
.hero-banner .banner-content{
    min-height: 550px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.dis-sec .img-box img {
    max-width: 100%;
    width: 100%;
}
.cat-card .card-img img {
    max-width: 100%;
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.cat-card .card-body {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}
.navbar-brand .logo-img {
    object-fit: contain;
    padding: 10px;
    max-width: 110px;
}
.navbar-nav
> li a.nav-link i {
    font-size: 20px;
    line-height: 28px;
}
.tabs-sec .card-img {
    height: 291px;
    object-fit: contain;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .mobile-menu-bar{
    position: absolute;
    top: 0;
    /* border: 1px solid red; */
    width: 280px;
    height: 100vh;
    z-index: 2;
    background: #FFF;
    left: -100%;
    padding: 22px 15px;
    transition: all 0.5s;
}
.mobile-menu-bar.show{
    left: 0;
}
.sidebar-close .svg-inline--fa {
        height: 23px;
        width: 28px;
}
.sidebar-close {
    position: absolute;
    right: 9px;
    top: 3px;
}
}
