@media only screen and (max-width:1900px) {}


@media only screen and (max-width:1280px) {

    .container {
        width: 95%;
        margin: 0 3%;
    }


}


@media only screen and (max-width:1025px) {
    .container {
        width: 94%;
        margin: 0 3%;
    }
    .logo_color {
    color: #000 !important;
    font-size: 14px !important;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-right: 17px;
    padding:10px 0px 0px !important;
    color: var(--bs-primary) !important;
    font-size: 11px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}
.navbar-light .navbar-nav .nav-link, .sticky-top .navbar-light .navbar-nav .nav-link {
        padding:0px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }
.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 26vh;
}
.mid_heading {
        position: absolute !important;
        top: 33px !important;
        right: -5px !important;
        z-index: 99999 !important;
        font-size: 11px !important;
    }
.contact_form_content p {
    float: right;
    width: 86%;
    margin-top: 4px;
    margin-bottom: 0px;
}
.courses_content {
    width: 100%;
    margin-top: 20px;
    overflow:scroll;
    overflow-y:hidden;
}
}


@media only screen and (max-width: 979px) {
    .container {
        width: 93%;
        margin: 0 3%;
    }
        .carousel-header {
        height: 231px !important;
    }
    .mid_heading {
        position: absolute !important;
        top: 33px !important;
        right: 10px !important;
        z-index: 99999 !important;
        font-size: 7px !important;
    }

    .contact_form_content p {
        float: right;
        width: 90%;
        margin-top: 4px;
        margin-bottom: 0px;
    }

}

@media only screen and (max-width: 767px) {
    .container {
        width: 93%;
        display: block;
        margin: auto;
    }
    .logo_color {
    color: #000 !important;
    font-size: 13px !important;
}
.banner_heading {
    font-size: 22px;
}

.carousel-caption p{font-size:14px !important;}

.philosophy ul {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.contact_form_content p {
        float: right;
        width: 85%;
        margin-top: 4px;
        margin-bottom: 0px;
    }
.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-size:17px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width:50px !important;
    height:50px !important;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
}

@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
        display: block;
        margin: auto;
    }


}