/* News Banner Start */

#news-banner {
    background-image: url('../images/home/banner-bg.webp');
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

#news-banner .grid {
    z-index: 99;
}

/* News Banner End */

/* News Area Start */
.n-box {
    /* background-image: url('../images/news/newsone.jpg'); */
    height: 300px;
    object-fit: cover;
    background-repeat: no-repeat;
    position: relative;
}

.over {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(187deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6138830532212884) 100%);
    background: -webkit-linear-gradient(187deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6138830532212884) 100%);
    background: linear-gradient(187deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6138830532212884) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

.n-box-text {
    position: absolute;
    bottom: 0;
}

/* News Area End */

#cf-banner-news {
    background-image: url('../images/home/banner-bg.webp');
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media all and (max-width: 767px) {
    #cf-banner-news {
        height: 500px;
    }
}