/* header */
header {
    position: unset;
    margin: 0;
    box-shadow: 0px 4px 6.5px 0px rgba(7, 0, 45, 0.03);
}
.nav-link {
    color: rgba(0, 0, 0, 0.5) !important;
}
.nav-link:hover, .nav-link.active {
    color: rgba(0, 0, 0, 0.7) !important;
}
.nav-item.submenu ul li a {
    color: rgba(232, 228, 255, 1) !important;
}
/* End header */
/* banner */
.banner-b {
    position: relative;
    height: 329px;
}
.banner-b .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 30, 59, 0.8);
}
.banner-b .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-b .banner-content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 57px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
/* end banner */
/* about us */
.aboutus .title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    color: rgba(25, 30, 59, 1);
}
.aboutus .desc p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.5);
}
.aboutus .vision_and_mission {
    border: 1px solid rgba(24, 15, 75, 0.2);
    border-radius: 25px;
    padding: 25px 55px;
}
.aboutus .vision_and_mission img {
    margin-bottom: 15px;
}
.aboutus .vision_and_mission h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    color: rgba(25, 30, 59, 1);
}
.aboutus .vision_and_mission p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}
.aboutus .health_and_sefety_img img {
    border-radius: 24px;
    max-width: 100%;
    width: 562px;
    height: 386px;
    object-fit: cover;
}
.aboutus .health_and_sefety_content h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 57px;
    text-align: left;
    color: rgba(25, 30, 59, 1);
}
.aboutus .health_and_sefety_content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
    color: rgba(114, 114, 114, 1);
}
/* end about us */
/* Mobile Responsive */
@media (max-width: 575.98px) { 
    .row .col-md-4, .row .col-md-6 {
        margin-bottom: 20px;
    }
    .rev {
        flex-flow: column-reverse;
    }
}
/* end Mobile Responsive */