@charset "utf-8";

/* Layout: Large Devices. */
@media only screen and (min-width: 1600px) {}

/* Layout: Large Devices. */
@media only screen and (min-width: 1440px) {}

/* Layout: Large Devices. */
@media only screen and (max-width: 1440px) {}

@media only screen and (min-width:1320px)and (max-width: 1439px) {}

/* Layout: Large Devices. */
@media only screen and (max-width: 1300px) {
    .owl-controls .owl-nav .owl-prev {
        left: -20px;
    }

    .owl-controls .owl-nav .owl-next {
        right: -20px;
    }

    .rs-search-courses::after {
        width: 95%;
    }


}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    div.container {
        max-width: 1200px !important;
    }
}

/* Tablet Layout: 991px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 1200px) {
   

    .footer-inner .footer-chunk {
        /* flex: 1; */
        min-width: 130px;
        width: max-content;
        border-right: 1px dotted #000;
        padding-left: 15px;
    }

    .footer-inner .footer-chunk:nth-child(1) {
        min-width: 65px;
        padding-left: 0;
    }

    .footer-inner .footer-chunk:nth-child(2) {
        padding-left: 20px;
    }

    .footer-inner .footer-chunk:nth-child(3) {}


    .footer-inner .footer-chunk:nth-child(4) {}

    .footer-inner .footer-chunk:nth-child(5) {
        min-width: 165px;
    }

    .footer-inner .footer-chunk:nth-child(6) {}

    .footer-inner .footer-chunk:nth-child(7) {
        min-width: 138px;
    }

    .footer-inner .footer-chunk:nth-child(8) {}

    .footer-inner .footer-chunk:last-child {
        border-right: 0;
    }

}

/* Tablet Layout: 1199px. */
@media only screen and (max-width: 1199px) {
    .sidebarnav_menu.main-menu li.menu-item-has-children ul li a {
            font-size: 14px;
        }
}


/* Medium Layout: 991px. */
@media only screen and (max-width: 991px) {

    .sec-spacer {
        padding: 30px 0;
    }

    .inner-page .rs-menu-toggle {
        color: #fff !important;
    }

    .inner-page .rs-menu-toggle:hover {
        color: #e41f05 !important;
    }
}

@media (max-width: 991.98px) {

    /* .logo-new {
        width: 100px;

    } */

    a.nav-expander img {
        width: 38px;
    }

    .header_upperminor::after {
        display: none;
    }

    .header_upperminor::before {
        width: 100%;
    }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .art-par {
            height: auto !important;
            padding-top: 0;
        }
}
/* Min Width: 991px. */
@media only screen and (min-width: 992px) {
    a.nav-expander img {
        width: 25px;
        margin-right: 15px;
    }

    .page-title .content-wrapper {
        /* margin-top: 40px; */
    }

    .banner-section .banner-slider-nav {
        bottom: 0;

    }

.banner-section .banner-slider-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color:rgb(47 47 128 / 50%);
    transition: 0.5s;
    border-radius: 0;
    opacity: 1;
    border: 0;
}

.banner-section .banner-slider-button-next {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color:rgb(47 47 128 / 50%);
    transition: 0.5s;
    border-radius: 0;
    opacity: 1;
    border: 0;
}
                        .video-text-content {
                            position: relative;
                            overflow-y: auto;
                            height: 200px;
                        }
}



/* Mobile Layout: 767px. */
@media only screen and (max-width: 767px) {

    /* .rs-header {
        background: #001573;
        position: unset;
        width: 100%;
        top: 0;
        left: 0;
    } */
     .height-625{
        height: 350px;
     }
    .left-column {
        width: 100%;
    }

    .right-column {
        display: none;
    }

    .banner-section .banner-slider-nav {
        display: none;
    }

    .topQuickLinks li a {
        padding: 5px 8px;
        font-size: 12px;
        line-height: 18px;
    }

    .page-title h1 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
        .explore-img{
            height: auto;
        }
        .swiper-slide .swiper-slide-active img{
            min-height: 400px;

        }

    .page-title {
        padding: 25px 0;
    }

    .page-title .bread-crumb li {
        font-size: 12px;
    }


    .world-card {
        position: relative;
        max-width: 100%;
    }

    .gover-des {

        min-height: 104px;
    }

    .governace-card {

        max-height: unset;
    }

    .video-container {
        height: 100%;
    }

    .video-container video {
        height: 100%;
    }
}

/* Small Device : 590px. */
@media only screen and (max-width: 575px) {
    .slider-overlay {
        padding: 2px;
    }

    .rs-breadcrumbs {
        padding: 10px 0 30px;
    }

    .sec-head .title-line {
        display: none;
    }


}

@media (max-width: 575.98px) {

    .page-title {
        height: 125px;
    }

    .footer-inner .footer-chunk {
        min-width: unset;
        width: 50%;
        padding: 0 20px;
    }

    .footer-inner .footer-chunk:nth-child(2) {
        border-right: 0;
    }

    .footer-inner .footer-chunk:nth-child(4) {
        border-right: 0;
    }


    .footer-inner .footer-chunk:nth-child(6) {
        border-right: 0;
    }

    .footer-inner .footer-chunk:nth-child(8) {
        border-right: 0;
    }


}

/* Small Device : 480px. */
@media only screen and (max-width: 480px) {
    .rs-header .rs-toolbar-start a img {
        display: none;
    }

    #rs-slider .slide-content .slider-desc {
        display: none;
    }

    .rs-header-2 .menu-area {
        padding: 20px 0;
    }

    .inner-page .logo-area,
    .instructor-home .logo-area {
        top: 15px;
    }

    .slick-prev {
        left: -20px;
    }

    .slick-next {
        right: -20px;
    }


    .pagination {
        margin-top: 10px;
    }

    .pagination .page-item>* {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

}


/* Extra Small Device : 420px. */
@media only screen and (max-width: 420px) {

    .header_phone a {
        font-size: 12px !important;
    }


}

/* Extra Small Device : 320px. */
@media only screen and (max-width: 320px) {}