body {
    font-family: 'Poppins', sans-serif;
    /* background: #; */
}

.banner {
    background: url('../../../images/newimage/aboutus/Breadcrumb-About.jpg') no-repeat center center;
    background-size: cover;
    height: 500px;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.nav-link {
    font-size: 17px;
    color: #214F26;
}

.nav-link:hover {
    font-size: 17px;
    color: #214F26;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-item .dropdown-menu {
    display: none;
}

.dropdown-menu {
    border-radius: 0;
}

.ban {
    background: url('../../../images/newimage/aboutus/Breadcrumb-About.jpg') no-repeat center center;
    background-size: cover;
}

.ban1 {
    background: url('../../../images/newimage/aboutus/about-bg-2.png') no-repeat center center;
    background-size: cover;
    height: 550px;
}

