* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}


.container {
    max-width: 100%;
}


.container-fluid {
    padding: 0
}

.main-body-container {
    width: 80%;
}

.about-title,
.wsqc-title,
.education-training-title, .course-title, .refund-cancellation-policy-title, .terms-and-conditions-title, .privacy-policy-title {
    color: #00008b;
    font-weight: bold;
    margin-bottom: 15px;
}

.about-img {
    float: left;
    width: 350px;
    margin: 0 20px 10px 0;
    border-radius: 10px;
}

.about-section p,
.wsqc-section p,
.education-training-section p, .refund-cancellation-policy-section p, .terms-and-conditions-section p, .privacy-policy-section p {
    text-align: justify;
    line-height: 1.8;
}

@media(max-width:1280px) {
    .main-body-container {
        width: 95%;
    }
}

@media(max-width:1076px) {
    .main-body-container {
        zoom: 90%;
    }
}

@media (max-width: 1000px) {
    .about-img {
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }
}

@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 32px;
    }
}


.dropdown-menu {
    background-color: #00008b;
    border: none;
    border-radius: 0;
    padding: 0;
    min-width: 100%;
}


.dropdown-item {
    color: white;
}


.dropdown-item:hover {
    background-color: white;
    color: #00008b;
}

.navbar-nav {
    --bs-nav-link-padding-y: 4px;
    font-weight: bold;
}

.navbar-nav .nav-item {
    display: flex;
    border-right: 2px solid white;
}

.navbar-nav .nav-link {
    display: block;
}

.navbar-nav .nav-link:hover {
    background-color: orange;
    color: #fff !important;
}

.navbar {
    --bs-navbar-padding-y: 0rem;
    --bs-navbar-padding-x: 0rem;
}

.footer ul{
    display:flex;
    justify-content:center;
    margin:auto;
    gap:10px;
}
    
.footer ul li{
    list-style:none;
}
    
.footer ul li a{
    text-decoration:none;
    color:black;
}

@media (max-width: 991px) {
    .navbar-toggler {
        display: none !important;
    }


    #nav {
        display: none !important;
    }

    .mobile-menu-btn {
        display: block;
        background: orange;
        color: white;
        padding: 12px;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
    }


    .mobile-menu li {
        border-bottom: 1px dotted white;
    }

    .mobile-menu a,
    .menu-title {
        display: block;
        padding: 12px;
        color: white;
        text-decoration: none;
    }

    .menu-title {
        cursor: pointer;
    }

    .submenu {
        display: none;
        background: #0d6efd;
        list-style: none;
        padding: 0px;
    }

    .expand {
        float: right;
    }

    .mobile-menu {
        display: none;
        background: linear-gradient(#1e90ff, #0077b6);
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        width: 105.5vw;
        z-index: 999;
    }
}

@media(max-width:750px){
    .footer{
        zoom:70%;
    }
}

@media(max-width:530px){
    .footer{
        zoom:50%;
    }
}
    
@media(max-width:370px){
    .footer{
        zoom:40%;
    }
}