/*  Media query strat from here  */
@media screen and (max-width: 1420px) {
    .carousel-dots {
        position: absolute;
        bottom: 30px;
        left: 60px;
    }
    .carousel-caption {
        bottom: 10%;
    }
}
@media screen and (max-width: 1320px) {
    .carousel-caption {
        bottom: 10%;
    }
    .carousel-dots {
        position: absolute;
        bottom: 30px;
        left: 60px;
    }
}
@media screen and (max-width: 1299px) {
    p.inner-content {
        padding: 20px 0px;
        font-size: 18px;
        width: 75%;
    }
  
    .header-logos img {
        height: 85px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .page-header {
        margin-top: 0px !important;
    }
}
@media screen and (max-width: 1230px) {
    .apply-btn,
    a.apply-btn {
        font-family: var(--font-family-primary);
        font-size: var(--bs-font-size-16);
        font-weight: var(--bs-font-weight-500);
        line-height: var(--bs-body-line-height);
        color: #fff !important;
        padding: 10px 15px;
        background: linear-gradient(to right, #011053, #0546a7);
        border-radius: 50px;
    }
    .video-thumbnail img.principal-image{
        width: 578px;
        height: 650px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 6px;
    }
    .header-logos img {
        height: 70px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .page-header {
        margin-top: 0px !important;
    }
    .overImageText .content-area {
 
        height: auto !important;
    }
    a.nav-link {

        font-size: 13px;
    }
}
@media screen and (max-width: 1150px) {
    /* font decleartion */
    h1.main-heading {
        font-size: var(--font-40-size);
    }

    h2.section-heading {
        font-size: var(--font-36-size);
    }
    a.nav-link {
        font-size: 10px;
    }
    h3.sub-heading {
        font-size: var(--font-30-size);
    }

    h4.min-heading {
        font-size: var(--font-24-size);
    }
    .carousel {
        height: 100% !important;
    }
    .carousel-dots {
        position: absolute;
        bottom: 60px;
        left: 60px;
    }
    section.section-padding {
        padding: 80px 0px;
    }
    .lb-container {
        height: 100%;
        align-items: center;
        display: flex;
        width: 100%;
    }
    .header-text h2 {
        font-size: 28px;
        font-weight: 800;
    }
    
    
    .video-thumbnail img.principal-image {
        width: 578px;
        height: 650px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 6px;
    }
    .overImageText .content-area {
 
        height: auto !important;
    }
    .page-header {
        margin-top: 0px !important;
    }
    .banner-section {
        margin-top: 0px !important;
    }
}
@media screen and (max-width: 1024px) {
    .left-box {
        width: 100%;
        padding: 0px !important;
        padding-right: 20px !important;
    }
    .carousel-caption {
        bottom: 12%;
        left: 6%;
    }
    .thumbnails-img {
        margin-top: 20px;
    }
    p.inner-content {
        padding: 20px 0px;
        font-size: 18px;
        width: 100%;
    }
    section.section-padding {
        padding: 60px 0px;
    }
    section.principal-message-section {
        padding-bottom: 60px;
    }

    /* Video Section CSS */
    .video-sec {
        margin-left: -3rem;
    }
    .art img {
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px;
        position: absolute;
        /* max-width: 660px !important; */
        z-index: 3;
        left: 0px;
        width: 38% !important;
        height: 296px;
    }
    .lb-container {
        height: 100%;
        align-items: center;
        display: flex;
        width: 100%;
    }
    .video-thumbnail img.principal-image{
        width: 100%;
        height: 650px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 6px;
    }
    .footer-logos img {
        height: 60px;
        /* object-fit: cover; */
    }
    .hr-line {
        border-right: 1px solid #fff;
        margin-right: 10px !important;
        padding-left: 10px;
        height: 71px;
        display: flex
    ;
        align-items: center;}
        a.nav-link {
            font-size: 14px;
        }
        .overImageText .content-area {
            margin-left: -5rem !important;
            height: auto !important;
        }
        .page-header {
            margin-top: 0px !important;
        }
        a.nav-link {
            font-size: 10px;
        }
        .main-header{
            padding: 15px 5px;
        }
        .main-header.sticky {
            position: fixed;
            top: 0;
            left: 0;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            animation: slideDown 0.4s ease;
            padding: 10px 10px;
          }
}
@media screen and (max-width: 991px) {
    a.nav-link {
        font-size: 14px;
        line-height: 42px;
    }
}
@media screen and (max-width: 767px) {
    h1.main-heading {
        font-size: var(--font-36-size);
        text-align: center !important;
    }

    .row.footer-row.inner-padding.m-auto p {
        font-size: 12px !important;
    }
    .row.footer-row.inner-padding.m-auto a {
        font-size: 12px !important;
    }
    h2.section-heading {
        font-size: var(--font-30-size);
    }

    h3.sub-heading {
        font-size: var(--font-28-size);
    }

    h4.min-heading {
        font-size: var(--font-24-size);
    }
    h5 {
        font-size: var(--font-20-size);
        font-weight: var(--font-600-weight);
    }
    .breadcrum-overlay .col-12 {
        z-index: 2;
    }
    .carousel {
        position: relative;
        width: 100%;
        height: 100% !important;
        overflow: hidden;
    }
    p.inner-content {
        text-align: center !important;
        width: 100% !important;
    }

    .banner-section .carousel .carousel-dots {
        position: absolute;
        bottom: 50px;
        right: 0px;
        margin: auto;
        left: 0px;
        display: flex;
        gap: 10px;
        justify-content: center;
    }
    .page-header {
        margin-top: 0px !important;
        height: 245px;
        -o-object-fit: cover;
           object-fit: cover;
        background-position: center;
    }
    .banner-section {
        margin-top: 0px !important;
    }
    .banner-section .carousel img {
        width: 100%;
        height: 600px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .left-col {
        z-index: 2;
    }
    /* tab mobile */
    .nav.nav-tabs.custom-nav-mobile {
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        padding-left: 0px;
        justify-content: start !important;
    }
    .course-detail-wrapper {
        padding: 0px !important;
    }

    section.section-padding {
        padding: 60px 0px;
    }
    .achievement-item {
        height: 100%;
    }
    .carousel-caption {
        bottom: 10% !important;
        left: 0% !important;
        right: 0% !important;
        margin: auto;
        width: 90%;
    }
    .testimonial-content {
        padding: 20px;
        height: 100%;
    }
    .d-grid.mobile-thumbnail {
        grid-template-columns: auto auto auto auto;
        grid-gap: 10px;
        padding: 20px 0px;
    }
    .testimonial-thumb {
        width: 100px;
        height: 100px;
        -o-object-fit: cover;
           object-fit: cover;
    }
  

    /* Video Section CSS */
    .program-section .video-sec {
        margin-left: 0rem;
    }
    .art img {
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px;
        position: relative !important;
        left: 0px;
        max-width: 100%;
        width: 100% !important;
        height: 400px;
    }
    .program-section .content {
        width: 100%;
    }
    .program-section .video-thumbnail img {
        width: auto;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 6px;
    }
  
    .apply-btn,
    a.apply-btn {
        padding: 10px 20px;
    }
    .section-padding {
        padding: 60px 0px;
    }
    .highlighted-des {
        margin-left: 10px;
        text-align: end;
    }
    .lightbox .lb-image {
        display: flex;
        width: 80% !important;
        height: auto !important;
        margin: auto;
        max-width: inherit;
        max-height: none;
        /* height: 700px !important; */
        border-radius: 3px;
        -o-object-fit: cover;
        object-fit: cover;
        border: 4px solid #fff;
    }
    .lb-container {
        height: 100%;
        align-items: center;
        display: flex;
        width: 100%;

    }
    .lightbox {
        height: 100%;
    }
    .banner-text.with-image h1 {
        font-size: 21px;
    }
    .banner-text {
        height: 100% !important;}
    .overImageText .program-section .content {
        padding-left: 0px;
    }
    .overImageText .content-area {
        margin-left: 0 !important;
        height: auto !important;
    }
    section.container.footer-section {
        max-width: 95% !important;
    }
    .copyright-section .container{
        max-width: 95% !important;
    }
    .footer-logos img {
        height: 80px;
        /* object-fit: cover; */
    }
    .section-padding {
        padding: 60px 0px;
    }
    .program-tab .nav.nav-tabs .nav-item .nav-link.active{
        border-bottom: 2px solid #0546a7 !important;
    }
    .banner-text {
        display: flex;
        align-items: center;
    }
    .event-detail img{
        width: 100%;
            height: 315px;
            -o-object-fit: cover;
               object-fit: cover;}
            .about-overview-image {
                height: 126px !important;
                -o-object-fit: cover !important;
                object-fit: cover !important;
            }
            .play-icon img {
                height: 30px;
                width: 33px !important;
            }
            #highlighted-img {
                height: 390px;
                -o-object-fit: cover;
                object-fit: cover;
            }
            .header-logos img {
                height: 50px;
                -o-object-fit: cover;
                object-fit: cover;
            }
        
            .header-text h2 {
                font-size: 16px;
                font-weight: 800;
            }
            .header-text h6 {
                font-size: 12px;
                font-weight: 600;
            }
            .main-header.sticky .header-text h2 {
                font-size: 15px;
            }
            .main-header.sticky .header-text h6 {
                font-size: 12px;}
                section.banner-section {
                    height: 600px !important;
                }
}
@media screen and (max-width: 500px) {
    .testimonial-thumb {
        width: 60px;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .testimonial-content p.text {
        color: #fff;
        text-align: justify;
        height: auto;
    }
}
@media screen and (max-width: 450px) {
    .testimonial-thumb {
        width: 60px;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .testimonial-content p.text {
        color: #fff;
        text-align: justify;
        height: auto;
    }
    .main-header.sticky .header-text h2 {
        font-size: 12px;
    }
    .main-header.sticky .header-text h6 {
        font-size: 8px;}
        .page-header nav {
            top: -40px !important;
            position: relative !important;
        }

}
@media screen and (max-width: 370px) {
    .header-logos img {
        height: 40px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .testimonial-thumb {
        width: 60px;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .testimonial-content p.text {
        color: #fff;
        text-align: justify;
        height:auto;
    }
    .header-text h2 {
        font-size: 12px;
        font-weight: 800;
    }
    .header-text h6 {
        color: #0546A7;
        font-size: 8px;
        font-weight: 600;
    }
    .main-header.sticky .header-text h2 {
        font-size: 12px;
    }
    .main-header.sticky .header-text h6 {
        font-size: 8px;}
}
