/* ==================header================= */
.navbar-brand {
    /* background-color: #116e63 !important; */
    border-radius: 5px !important;
    padding      : 7px !important;
}

.navbar-brand img {
    width: 17rem !important;
}

/* ======================baner==================== */
 .hero-single .hero-content {
        height: 100%;
        width: 25rem !important;
        margin-bottom: -174px;
    }

/* ====================footer================== */

.footer-logo img {
    width        : 300px;
    margin-bottom: 25px;
}

.text-justify {
    text-align: justify !important;
}

.font {
    font-size: 35px;
}


.testimonial-item {
    border-radius: 8px 10px 9px 67 !important;
    padding      : 2px 2px !important;
    margin       : 6px !important;
    display      : inline-table !important;
    width        : 276px;
    border-radius: 16px;
}

/* Mobile View - Testimonial Item width */
@media (max-width: 768px) {
    .testimonial-item {
        width: 340px !important;
    }
}

@media (min-width: 769px) {
    .testimonial-item {
        width: auto !important; 
    }
}


.testimonial-content {
    background-color: #fff !important;
    border-radius   : 12px
}

.fixed-top {
    background: #0000007d !important;
}

/* =============mega-menu============== */
@media (min-width: 992px) {
    .navbar .nav-item.mega-menu .dropdown-menu {
        width: 61% !important;
        left : 454px !important;
    }
}

.owl-carousel .owl-item img {
    border-radius: 10px !important;
}