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

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .main__data__3__section {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 999;
    display: flex;
    gap: 4px;
    width: 98%;
    margin: 0 auto;
    transform: translateX(-50%);
}
.council__logo__here {
    display: flex;
    height: 100px;
    gap: 20px;
    overflow: hidden;
}

.main__why__items {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
}
.blog-inners {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3%;
}

.section-why-choose-us .col-md-3 {
    margin-bottom: 10px;
}
.principal-box small {
    font-size: 30px;
   
}
.slider__text__data h2 {
    color: white;
    width: 75%;
    padding: 8px 0px;
    font-size: 11px;
}
.crumb__title {
    z-index: 999;
    position: absolute;
    color: #fff;
    top: 38px;
    left: auto;
}
.facilities-section {
    background-color: #0c3d6a;
    height: 421px;
}
.faculty-card {
    height: 230px;
   
}
section.menu__part__section {
    padding: 12px;
    background: #fff;
    display: none;
}
.slider__text__data {
    position: absolute;
    z-index: 999;
    left: 13%;
    bottom: 36%;
    width: 80%;
}
.core___value___section {
    display: grid;
    grid-template-columns: 1fr;
}
 .section__item__right p {
    color: white;
    padding-bottom: 0px;
    font-size: 7px;
    text-align: center;
}
.data_main_head {
    display: flex;
    gap: 2px;
    padding: 5px;
    flex-direction: column;
    align-items: center;
}
.section__item__right a {
    color: white;
    font-size: 9px;
}
.section__item__right h2 {
    color: white;
    font-size: 9px;
    text-align: center;
}
.about__title h2 {
    font-size: 35px;
    margin-bottom: 20px;
}
.img-fluid {
    max-width: 100%;
    height: 275px;
    border: 2px solid #ff7350;
    position: relative;
    z-index: 9;
}
.main__education_sec {
    margin: 31px 0px 0 0px;
}
.advisor-box {
    background-color: #ffffff;
    min-height: 100%;
    display: flex;
    gap: 7px;
    padding: 1px;
    align-items: center;
    border: 2px solid #ff7350;
}
.background_image_hbe {
    display: none;
}
.feature-list p {
    font-size: 13px;
}
.feature-list h6 {
    font-size: 16px;
}
h4.header__for__counter {
    text-align: center;
    font-size: 23px;
    color: #044a70;
    margin-bottom: 30px;
}
img.img-fluidss {
    width: auto;
    height: 280px;
}
.study__box__left h3 {
    margin-top: 25px;
}
.right__top_study {
    background: #f5f3f3;
    padding: 35px;
    border-radius: 10px;
    margin-top: 20px;
}
.blog-grid {
    display: grid;
    gap: 20px;
    margin: 20px auto;
    grid-template-columns: 1fr;
}
.parent__say__items {
    text-align: center;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}
.alumni-image {
    max-width: 100%;
    height: 312px;
    margin-bottom: -50px;
}
.new__sections {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
section.section__newss {
    padding: 40px 0;
}
.newsletter-btn {
    background-color: #125d79;
    color: #fff;
    border: none;
    padding: 10px 7px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 6px 6px 0;
    transition: 0.3s ease;
}
.topbar{
    display: none;
}
.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #222;
    padding: 4px 3px;
}

.mobile-logo img {
    height: 55px;
    object-fit: contain;
}
.menu-bar .toggle i {
    font-size: 24px;
    color: #ff7350;
    cursor: pointer;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: 0.3s ease;
/*    padding: 2px 10px;*/
}

.mobile-menu-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mobile-menu-logo img {
    height: 40px;
}

.mobile-menu-close {
    font-size: 24px;
    cursor: pointer;
}

.first-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.first-nav li {
    margin-bottom: 5px;
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out;
}
.first-nav .parent-category {
    display: block;
    line-height: 22px;
}

.first-nav a {
    color: #111;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 8px 10px;
    transition: all 0.3s ease-in-out;
}
.first-nav a:hover{
    color: #fff;
    background-color:#ff7350;
   
}
.menu-category-toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.second-nav {
    list-style: none;
    padding-left: 15px;
    margin-top: 8px;
}

.second-nav li a {
    font-size: 15px;
    color: #333;
    padding: 5px 0 5px 10px;
    display: block;
}

    .slider-item {
        width: 100%;
        height: 290px;
    }
    .header-top {
        padding-bottom: 10px;
    }
    .header_social {
        display: none;
    }
    .scrolltop {
        bottom: 0 !important;
        border-radius: 25px 25px 0px 0px;
        right: 6px !important;
    }
    .separator {
        padding: 20px 0px;
    }

    .mobile-header {
        display: block;
        background-color: #fff;
    }

.mobile-logo {
    display: grid;
    grid-template-columns: 50% 50%;
    /* text-align: center; */
    /* font-size: 16px; */
    /* height: 70px; */
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

    .menu-bar {
        text-align: end;
        padding-right: 10px;
    }

    .fixed-top .mobile-logo {
        margin-bottom: 0px;
    }

    .mobile-menu.active {
        left: 0;
    }

    .mobile-menu {
        width: 300px;
        left: -300px;
        position: fixed;
        top: 0;
        z-index: 99999;
        background-color: #fff;
        height: 100vh;
        transition: all 0.3s ease;
        overflow-y: auto;
    }

    .mobile-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    .mobile-menu::-webkit-scrollbar {
        width: 6px;
        background-color: #f5f5f5;
    }

    .mobile-menu::-webkit-scrollbar-thumb {
        background-color: #4150B5;
    }

    .mobile-menu li.parent-category {
        position: relative;
    }

    .first-nav .parent-category {
        display: block;
        line-height: 33px;
    }

    .first-nav .parent-category .menu-category-name {
        display: block;
        padding: 10px;
        padding-left: 10px;
        text-transform: capitalize;
        font-weight: 600;
        color: #222;
    }


    .mobile-menu span.menu-category-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }

    .mobile-menu span.menu-category-toggle.active i {
        transition: transform 0.3s ease;
    }

    .mobile-menu span.menu-category-toggle.active i {
        transform: rotate(180deg);
    }

    .mobile-menu-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 10px 15px;
    }

    .mobile-menu {
        display: block;
    }

    .logo-image img {
        height: 40px;
        width: auto;
    }

    .mobile-menu-close {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .mobile-menu-close i {
        font-size: 22px;
    }

    section.header {
        background-color: #fff;
        box-shadow: 0px 1px 10px #6c6c6c;
        display: none;
    }


    .main_item img {
        height: 180px;
    }

    .about-text {
        position: relative;
        margin-right: -1px;
        padding-right: 18px;
    }

    .about-image {
        position: relative;
        z-index: 1;
        margin: 20px 0;
    }
    .project_img {
        height: 150px;
        position: relative;
    }
    section.project_section.separator {
        padding-bottom: 30px;
    }
    .section_title_2,.section_title {
        margin-bottom: 30px;
        text-align: center;
    }
    .section_title_2 h2, .section_title h2 {
        font-size: 26px;
    }

    .service_section {
        padding-bottom: 76px;
    }
    .client_feedback_section {
        padding: 30px 0;
        padding-bottom: 0;
    }

    .client_feedback_slider.owl-theme .owl-nav {
        margin-top: 0px;
        height: 0 !important;
        background: red;
        position: absolute;
        right: 10px;
        top: -35px;
        display: flex;
        justify-content: space-between;
    }
    .bread_overlay {
        position: absolute;
        background-color: #ef8228;
        opacity: 1;
        mix-blend-mode: multiply;
        transition: background .3s, border-radius .3s, opacity .3s;
        height: 171px;
        width: 100%;
    }
    .brade_img {
        height: 171px;
        width: 100%;
        padding: 85px;
    }
    .details__latest__project {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .service_card {
        background: #ddddddba;
        padding: 15px;
        margin-top: 25px;
    }
    .mivi_box_left {
        margin-top: 55px;
    }
    .missionvision-img {
        width: 100%;
        height: 250px;
        position: relative;
    }
    .main-slider .owl-nav i {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
    .slider-text h1 {
        font-size: 28px;
    }
    .slider-text p {
        font-size: 18px;
    }
    
    

}