    h4, .h4 {
        font-size: 1.4rem;
    }
.drk-rd{ color: #d52a1c !important;}
.light-bg{background: #f6f6fa !important;}
.testimonial{
    background-image: url(../img/testimonial-bg.webp);
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    
}


.testimonial-carousel{margin: 0 auto;max-width: 900px;}

.testimonial-carousel .owl-dot {
    font-size: 0;
    width: 12px;
    height: 12px;
    background: #ababab;
    margin: 4px;
    border-radius: 50%;
}
.testimonial-carousel .owl-dot.active{background: #646464;}

.testimonial::before{display: none;}
.testimonial::after{display: none;}
.testimonial-item h5 {
    font-size: 26px;
    font-style: italic;
    color: #262525;
}

.testimonial .testimonial-carousel.owl-carousel {
    border: 8px #e5e6e8 solid;
    border-style: double;
    padding: 20px;
    background: #f0f2f7bd;
}

.service .service-item i {
    font-size: 35px;
    color: #f1b4b4;
}

.feature i{

    font-size: 35px;
    color: #f1b4b4
}

.footer-item .footer-logo{ height: 80px; margin-bottom: 20px;}
.copyright a{    color: #d52a1c !important;}
.footer-item .btn-primary{ background:#d52a1c !important; border-color: #d52a1c !important;}
a.nav-item.nav-link.active {
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active{color: #d52a1c !important;}