@media (max-width: 1499px) {
  .main-slider__shape-one {
    display: none;
  }
    .main-slider__shape-two {
    display: none;
  }
}
@media (max-width: 1440px) {
.hero .hero-wrapper .hero-content h1 span{
  font-size: 32px;
}
.hero .hero-wrapper .hero-content h1 span{
  font-size: 30px;
}
.hero .hero-wrapper .hero-content h1{
  font-size: 21px;
}
.slide-data{
  font-size:16px;
}
.leadership .team-card .card-back{
  padding: 10px;
}
.main-slider__layer img{max-height: 600px;}
.main-slider__shape-six{    top: 74px;}
section#home {
    padding: 0;
    height: 496px;
}
.main-slider__one.owl-carousel .owl-dots{    bottom: 137px;}
}
@media (max-width: 1366px) {
.leadership .team-card{
      height: 380px;
}
    .team-9 .team-overlay p {
          font-size: 13px;
        line-height: 17px;
    }
    .main-slider__shape-six{
      top: 81px;
    margin-left: -29px;
    }
    .main-slider__title1 span{
      font-size: 30px;
    }
    .main-slider__title{font-size: 36px;}
    .main-slider__title1{        font-size: 21px;}
    .team-9{height: 360px !important;}
    .main-slider__one.owl-carousel .owl-dots{    bottom: 136px; left: 110px;}
    h2.main-slider__title{        font-size: 35px;}
}
@media (max-width: 1280px) {

  .hero .hero-wrapper .hero-content h1 span {
        font-size: 28px;
    }
        .main-slider__one.owl-carousel .owl-dots {
        bottom: 130px;
        left: 65px;
    }
}
@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .navmenu {
    order: 3;
  }
}
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 18px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
    font-weight: 700;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #9b9696;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
.navmenu a .homeicon{display: none;}
.counsl-btn{    padding: 10px 20px !important;}
  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    height: 350px;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
    section,
  .section {
    scroll-margin-top: 66px;
  }
   .testimonials .testimonial-item .testimonial-header {
    padding: 25px 25px 15px;
  }

  .testimonials .testimonial-item .testimonial-header img {
    width: 70px;
    height: 70px;
  }

  .testimonials .testimonial-item .testimonial-body,
  .testimonials .testimonial-item .testimonial-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
    .leadership .team-card {
    height: 360px;
  }
    .main-slider__one.owl-carousel .owl-dots {
    max-width: 960px;
    bottom: 50px;
  }
    .main-slider__item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
    .main-slider__layer svg {
    left: -55px;
  }
   .main-slider__shape-three {
    display: none;
  }
   .main-slider__shape-four {
    display: none;
  }
   .main-slider__shape-five {
    display: none;
  }
   .main-slider__shape-six {
    display: none;
  }
    .main-slider__shape-seven {
    display: none;
  }
  .main-slider__shape-eight {
    display: none;
  }
    .main-slider__shape-nine {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hero {    background-size: contain;}
  .hero .hero-wrapper {
    padding: 80px 40px;
}
    .hero .hero-wrapper .hero-content h1 {
        font-size: 17px;
        line-height: 42px;
    }
    .hero .hero-wrapper .hero-content h1 span{        font-size: 24px;}
    .hero .hero-wrapper .hero-content .stats-row .stat-item .stat-number{
          font-size: 1.2rem;
    }
    .hero .upcoming-event .event-content .event-info h3{
       font-size: 1.4rem;
    }
    .featured-programs .banner-info .program-header h3{
      font-size: 18px;
    }
    .hero .feature-cards-wrapper .feature-card .feature-content h3{line-height: 30px;}
    .test-pic{
          width: 20%;
    }
    .team-9 .team-overlay{    padding: 10px;}
    .team-9 .team-overlay h2{font-size: 17px !important;}
    .team-9 .team-overlay h3{    font-size: 14px !important; margin-bottom: 10px;}
    .team-9 .team-overlay p{font-size: 14px;margin-bottom: 0.5rem;}
    .leadership .team-card .card-front .member-info{
          padding: 10px;
    }
      section#home {
        padding: 0;
        height: 287px;
    }
        .main-slider__item {
        padding-top: 13px;
        padding-bottom: 50px;
    }
.main-slider__one.owl-carousel .owl-dots{        bottom: 43px;left: 1px;}
   h2.main-slider__title {
        font-size: 24px;
        line-height: 24px;
    }
    
    .main-slider__title1 span {
        font-size: 19px;
    }
    h3.main-slider__title1 {
        font-size: 16px;
               line-height: 33px;
    }
    ul.home-list li{    margin: 0 0px 10px 0px; font-size: 16px;}
        .team-9 {
        height: 382px !important;
    }
    .bannerbtn-section .btn-primary{    padding: 8px 28px;}
}
@media (max-width: 992px) {
  .hero .hero-wrapper {
    padding: 100px 0 20px;
    text-align: center;
  }
  .hero .feature-cards-wrapper{padding-bottom: 0px;}
    .hero .hero-wrapper .hero-content h1 {
    font-size: 2.5rem;
  }
    .hero .hero-wrapper .hero-content .stats-row {
    justify-content: center;
    flex-wrap: wrap;
  }
    .hero .hero-wrapper .hero-content .stats-row .stat-item {
    margin: 0 1.5rem 1rem;
  }
    .hero .hero-wrapper .hero-content .action-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
    .hero .hero-wrapper .hero-media {
    margin-top: 3rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
    .hero .hero-wrapper .hero-media .image-overlay {
    right: 0;
  }
  .hero .upcoming-event .event-content {
    flex-direction: column;
    text-align: center;
  }
    .hero .upcoming-event .event-content .event-date {
    margin: 0 auto 20px;
  }
    .hero .upcoming-event .event-content .event-info {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .featured-programs .row {
    flex-direction: column-reverse;
  }

  .featured-programs .banner-info {
    padding: 25px 20px;
  }

  .featured-programs .banner-info .program-header h3 {
    font-size: 1.5rem;
  }

  .featured-programs .banner-info .program-stats {
    flex-direction: column;
    gap: 10px;
  }

  .featured-programs .banner-info .program-details {
    flex-direction: column;
    gap: 15px;
  }

  .featured-programs .program-item {
    /*padding: 15px;*/
  }

  .featured-programs .program-item .item-icon {
    /* width: 60px;
    height: 60px; */
    margin-right: 15px;
  }

  .featured-programs .program-item .item-content h4 {
    font-size: 1.2rem;
  }
    .stats .highlights-section .highlights-content {
    padding-right: 0;
    margin-bottom: 3rem;
  }
    .admissions .deadlines-card .deadlines-grid {
    grid-template-columns: repeat(2, 1fr);
  }
    .admissions .campus-visit .visit-content {
    margin-top: 2rem;
    padding: 0;
  }
    .academics .section-intro {
    margin-bottom: 2rem;
  }

  .academics .faculty-card .faculty-img img {
    height: 250px;
  }
    .students-life .student-life-intro {
    margin-top: 30px;
  }

  .students-life .cta-block {
    padding: 30px;
  }

  .students-life .cta-block .col-lg-4 {
    text-align: left !important;
  }
    .campus-facilities .map-integration .map-sidebar {
    margin-bottom: 2rem;
  }
    .blog-details .article-wrapper {
    grid-template-columns: 1fr;
  }
    .blog-details .article-wrapper .table-of-contents {
    display: none;
  }
    .events-extended .events-sidebar {
    margin-top: 40px;
  }
  .alumni .alumni-intro {
    margin-bottom: 2rem;
  }

  .alumni .event-card {
    flex-direction: column;
  }

  .alumni .event-card .event-date {
    flex-direction: row;
    min-width: auto;
    width: 100%;
    padding: 1rem;
  }

  .alumni .event-card .event-date .event-day {
    font-size: 2rem;
    margin-right: 0.5rem;
  }

  .alumni .event-card .event-date .event-month {
    margin-top: 0;
  }

  .alumni .donation-banner {
    text-align: center;
  }

  .alumni .donation-banner .btn {
    margin-top: 1rem;
  }
    .contact .contact-main-wrapper {
  
    min-height: 600px;
  }
  .highlights-gallery {
    display: none;
}
}
@media (max-width: 991.98px) {
  .students-life-block .hero-image-wrapper .floating-card {
    bottom: 20px;
    right: 20px;
    padding: 1rem 1.5rem;
  }

  .students-life-block .content-wrapper {
    margin-top: 2rem;
  }

  .students-life-block .activities-showcase {
    margin-top: 3rem;
  }

  .students-life-block .activities-showcase .featured-activity .activity-media {
    height: 300px;
  }

  .students-life-block .activities-showcase .activities-list {
    margin-top: 2rem;
  }
    .news-hero .featured-post img {
    height: 400px;
  }

  .news-hero .featured-post .post-title {
    font-size: 1.75rem;
  }

  .news-hero .secondary-post .post-image img {
    height: 220px;
  }

  .news-hero .news-tabs {
    margin-top: 2rem;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .main-slider__title {
        font-size: 38px;
        line-height: 51px;
  }
  .main-slider__title span {
        font-size: 42px !important;
    }
        .main-slider__title {
font-size: 40px;
        line-height: 55px;
  }
  .main-slider__title1{
        font-size: 25px;
        line-height: 38px;
  }
  .main-slider__text{
        font-size: 16px;
    line-height: 25px;
  }
    .main-slider__layer .svgimg,
  .main-slider__layer svg {
    left: -120px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider__title {
font-size: 40px;
        line-height: 55px;
  }
  .main-slider__title1{
        font-size: 25px;
        line-height: 38px;
  }
  .main-slider__text{
        font-size: 16px;
    line-height: 25px;
  }
    .main-slider__text br {
    display: none;
  }
    .main-slider__layer img {
    max-width: 410px;
  }
    .main-slider__layer svg {
    width: 600px;
    height: auto;
  }
}


@media (max-width: 991px) {
  .testimonials .testimonial-item {
    margin-bottom: 30px;
  }
    .recent-news .post-item {
    flex-direction: column;
  }

  .recent-news .post-img {
    flex: 0 0 auto;
  }

  .recent-news .post-img img {
    width: 100%;
    height: 200px;
  }

  .recent-news .post-content {
    padding: 24px;
  }

  .recent-news .post-title a {
    font-size: 20px;
  }
  .leadership .title {
    font-size: 2.2rem;
  }

  .leadership .intro-image .experience-badge {
    bottom: 20px;
    left: -10px;
    padding: 12px 20px;
  }

  .leadership .intro-image .experience-badge .years {
    font-size: 1.8rem;
  }

  .leadership .intro-image .experience-badge .text {
    font-size: 0.8rem;
  }

  .leadership .team-card {
    height: 350px;
  }
    .terms-of-service .terms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
    .terms-of-service .terms-points .points-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sticky-top{
        top: 0px;
  }
    .main-slider__one.owl-carousel .owl-dots {
    max-width: 720px;
  }
    .main-slider__layer {
    display: none;
  }

}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
   .about .about-image .mission-vision {
    grid-template-columns: 1fr;
  }
   .students-life-block .content-wrapper h2 {
    font-size: 2rem;
  }
    .stats .intro-content .section-heading {
    font-size: 2rem;
  }
   .stats .highlights-section .highlights-content .highlights-title {
    font-size: 1.8rem;
  }
    .stats .highlights-section .highlights-gallery .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 200px);
    height: auto;
  }

  .stats .highlights-section .highlights-gallery .gallery-grid .gallery-item.large {
    grid-row: auto;
  }
    .events .event-item .event-image {
    height: 180px;
  }

  .events .event-item .event-details {
    padding: 1.25rem;
  }

  .events .event-item .event-details .event-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
  }

  .events .events-navigation .filter-tabs {
    justify-content: center;
    margin-bottom: 1rem;
  }

  .events .events-navigation .view-calendar-btn {
    width: 100%;
    justify-content: center;
  }
    .history .about-image .mission-vision {
    grid-template-columns: 1fr;
  }
    .academics .key-metrics .metric-card h2 {
    font-size: 2rem;
  }

  .academics .programs-filters li {
    padding: 6px 15px;
    margin: 0 3px 8px 3px;
    font-size: 14px;
  }
  .students-life .organization-card,
  .students-life .service-card {
    margin-bottom: 20px;
  }

  .students-life .student-gallery .gallery-item {
    margin-bottom: 15px;
  }

  .students-life .cta-block {
    padding: 25px;
  }

  .students-life .cta-block .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .students-life .cta-block .btn.ms-2 {
    margin-left: 0 !important;
  }
    .faculty--staff .faculty-grid .faculty-card .faculty-image .social-links {
    opacity: 1;
  }

  .faculty--staff .search-filters .filter-item {
    font-size: 0.8rem;
    padding: 0.3rem 0.8rem;
  }
    .campus-facilities .hero-intro .content-wrapper h1 {
    font-size: 2.2rem;
  }
    .campus-facilities .hero-intro .content-wrapper .feature-highlights {
    gap: 1.5rem;
  }

  .campus-facilities .hero-intro .content-wrapper .feature-highlights .highlight-item {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
    .campus-facilities .campus-tour-section .tour-content h2 {
    font-size: 2rem;
  }
    .blog-details .article-header .title {
    font-size: 2.2rem;
  }
    .blog-details .article-header .article-meta {
    justify-content: center;
    text-align: center;
  }

  .blog-details .article-header .article-meta .post-info {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
   .blog-details .article-featured-image {
    margin: 0 -1rem 2rem;
    height: 300px;
  }
    .blog-details .article-wrapper .article-content .content-section .image-with-caption.right {
    float: none;
    max-width: 100%;
    margin: 2rem 0;
  }
   .blog-details .article-wrapper .article-content .content-section .key-principles {
    grid-template-columns: 1fr;
  }
    .blog-details .article-wrapper .article-content .content-section .future-trends {
    grid-template-columns: 1fr;
  }
   .events-extended .events-list .event-item {
    flex-direction: column;
  }

  .events-extended .events-list .event-item .event-date {
    min-width: 100%;
    padding: 15px;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
  }

  .events-extended .events-list .event-item .event-content .event-meta {
    flex-direction: column;
    gap: 10px;
  }
    .event .event-content h2 {
    font-size: 1.8rem;
  }
    .alumni .alumni-stats {
    justify-content: center;
  }

  .alumni .alumni-card .alumni-image {
    height: 220px;
  }
    .contact .contact-form-container {
    padding: 25px 20px;
  }

  .contact .contact-form-container h3 {
    font-size: 22px;
  }
  .privacy .privacy-header {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  .privacy .privacy-header .header-content h1 {
    font-size: 2.2rem;
  }

  .privacy .privacy-header .header-content .intro-text {
    font-size: 1.1rem;
  }

  .privacy .privacy-content .content-section {
    margin-bottom: 40px;
  }

  .privacy .privacy-content .content-section h2 {
    font-size: 1.6rem;
  }

  .privacy .privacy-content .content-section h3 {
    font-size: 1.3rem;
  }
  .error-404 {
    padding: 60px 0;
  }

  .error-404 .error-code {
    font-size: clamp(4rem, 12vw, 8rem);
  }

  .error-404 .error-title {
    font-size: 1.5rem;
  }

  .error-404 .error-text {
    font-size: 1rem;
    padding: 0 20px;
  }

  .error-404 .search-box {
    margin: 0 20px;
  }
      .hero .hero-wrapper .hero-content h1 span {
        font-size: 28px;
    }
        .hero .hero-wrapper .hero-content h1 {
        font-size: 1.4rem;
    }
    .footer .footer-about .logo span{ font-size: 18px;}
    .team-9 .team-content h2{
          font-size: 18px;
    }
    .features-details .features-item+.features-item{margin-top: 20px;}
    section, .section{
      padding: 30px 0;
}
  ul.logo-list li{
        width: calc(50% - 23px);
  }
/* .hero{position: relative;}
.hero:after{position: absolute;left:0;top:0;width:100%;height:100%; content: "";background: rgba(0, 0, 0, 0.2);} */
section#hero {
    padding: 0;
}
    section#home {
        padding: 0;
        height: 326px;
    }
    .contact .contact-content{    margin-top: 15px;}
        .team-9 {
        height: 420px !important;
    }
    .event-sidebar {
    margin-top: 30px;
}
}
@media (max-width: 767.98px) {
  .news-hero .featured-post img {
    height: 500px;
  }

  .news-hero .featured-post .post-title {
    font-size: 1.5rem;
  }

  .news-hero .featured-post .post-overlay {
    padding: 1.5rem;
  }

  .news-hero .tab-post .post-title {
    font-size: 0.875rem;
  }

  .news-hero .tab-post img {
    height: 80px;
  }

}
@media (max-width: 767px) {
  .testimonials .testimonial-item .testimonial-header {
    padding: 20px 20px 10px;
  }

  .testimonials .testimonial-item .testimonial-header img {
    width: 60px;
    height: 60px;
  }

  .testimonials .testimonial-item .testimonial-header .rating i {
    font-size: 0.8rem;
  }

  .testimonials .testimonial-item .testimonial-body {
    padding: 0 20px 15px;
  }

  .testimonials .testimonial-item .testimonial-body p {
    font-size: 0.95rem;
  }

  .testimonials .testimonial-item .testimonial-footer {
    padding: 15px 20px 20px;
  }

  .testimonials .testimonial-item .testimonial-footer h5 {
    font-size: 1rem;
  }

  .testimonials .testimonial-item .testimonial-footer span {
    font-size: 0.8rem;
  }

  .testimonials .testimonial-item .testimonial-footer .quote-icon {
    font-size: 1.3rem;
    bottom: 10px;
    right: 15px;
  }

  .testimonials .swiper-button-prev,
  .testimonials .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .testimonials .swiper-button-prev::after,
  .testimonials .swiper-button-next::after {
    font-size: 14px;
  }
   .leadership .intro-wrapper {
    margin-bottom: 3rem;
  }

  .leadership .title {
    font-size: 1.8rem;
  }

  .leadership .description {
    font-size: 1rem;
  }

  .leadership .highlights .highlight-item .icon-box {
    width: 45px;
    height: 45px;
  }

  .leadership .leadership-section .section-header {
    margin-bottom: 2rem;
  }
    .terms-of-service .terms-grid {
    grid-template-columns: 1fr;
  }
  .d-m-block {
    display: block !important;
}
  .d-m-none {
    display: none !important;
}
    .hero {
        background-size: cover;
    }
    .hero .hero-wrapper .hero-content h1 {
        font-size: 1.2rem;
    }
    .hero .hero-wrapper .hero-content h1 span {
        font-size: 24px;
    }
.events .event-item .event-details .event-info{height: auto !important;}
.bannerbox-slider .slick-dots li, .testi-slider .slick-dots li{    margin: 0 2px;}
.testi{height: auto !important;}
.featured-programs .banner-info .program-header .program-stats span{font-size: 16px;}
.section-title h2{
      font-size: 24px !important;
}
.features-details .features-item h3{    font-size: 22px;}
section, .section{    padding: 30px 0;}
.team-9{
  height: auto !important;
}
.team-9 .team-content {
    display: none;
    text-align: center;
}
.team-9 .team-overlay {
        padding: 0px;
        text-align: center;
        position: relative;
        transform: none;
        display: block;
    }
    .team-9 .team-img{
          padding: 0px 20px 20px;
    margin-bottom: 0px;
    }
    .leadership .team-card .card-front, .leadership .team-card .card-back{
          position: relative;

    }
        .leadership .team-card .card-front .member-info {
        padding: 10px;
        display: none;
    }
        .leadership .team-card {
        height: auto !important;
        margin-bottom: 0;
    }
    .leadership .team-card .card-back .bio{
      margin-bottom: 0px;
    }
    .admissions .application-steps .step-content h4{    font-size: 1rem;}
    .campus-facilities .campus-tour-section .tour-content{padding: 1.6rem;}
    .tour-visual img {
    border-radius: 25px;
}

.tour-visual{padding: 0, 1.6rem, 1.6rem, 1.6rem}
.features-details .features-item+.features-item{
          margin-top: 0px;
}
.features-details .features-item .content{
  padding: 0px 0;
}
.contact .contact-cards-container{    display: block;}
.contact .contact-card{margin: 0 0 10px 0;}
ul.logo-list li {
        width: calc(100% - 20px);
    }
    .process-box{
      margin-bottom: 50px;
    }
   .process-left:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;                    /* place it just below the element */
  transform: translateX(-50%);  /* center horizontally */
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff; /* colored border = visible triangle */
  box-shadow: 0 0px 0px rgba(0,0,0,0.22);
  z-index: 1;
}
.campus-facilities.mt-5 {
    margin-top: 1rem !important;
}
.students-life .campus-facilities .facility-card{height: auto;}
.footer .footer-about .logo{
      margin-bottom: 0px;
}
.stats .highlights-section .highlights-content .highlights-cta{
      align-items: center;
          justify-content: space-around;
}
 .main-slider__one.owl-carousel .owl-dots {
    bottom: 71px;
  }
    .main-slider__item {
    padding-top: 14px;
    padding-bottom: 80px;
  }
    .main-slider__title {
    font-size: 42px;
    line-height: 45px;
    letter-spacing: 0;
  }
    .main-slider__text {
    font-size: 16px;
    margin:0 0 0 0;
  }
  ul.home-list li{font-size: 14px;}
      h3.main-slider__title1 {        font-size: 18px;}
          h2.main-slider__title {font-size: 24px;}
          h3.main-slider__title1 span{
            font-size: 19px;
          }
              h2.main-slider__title {
        font-size: 20px;
        line-height: 19px;
    }
    h3.main-slider__title1 {
        font-size: 16px;
    }
    .bannerbtn-section .btn-primary{    padding: 5px 20px;}
    .location{    font-size: 14px;}
    .topbar{display: none !important;}
    .footer .copyright{    padding: 15px 0;font-size: 12px;}
      .team-9:hover {
    transform: none;
}
    section#home {
        padding: 0;
        height: 304px;
    }
    .main-slider__title1{    margin: 0 0 8px;}
}




@media (max-width: 576px) {

    .hero .hero-wrapper .hero-content .action-buttons a {
    width: 100%;
  }
  .hero .upcoming-event .event-content .event-info h3 {
    font-size: 1.3rem;
  }
    .featured-programs .banner-image {
    height: 220px;
  }

  .featured-programs .program-item {
    flex-direction: column;
    text-align: center;
  }

  .featured-programs .program-item .item-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .featured-programs .program-item .item-arrow {
    margin-left: 0;
    margin-top: 10px;
  }
    .students-life-block .cta-section {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
    .students-life-block .hero-image-wrapper .floating-card {
    position: static;
    margin-top: 1rem;
  }

  .students-life-block .activities-list .activity-item {
    flex-direction: column;
    text-align: center;
  }

  .students-life-block .activities-list .activity-item .activity-thumb {
    width: 100%;
    height: 150px;
    align-self: center;
  }
  .testimonials .testimonial-slider {
    padding-bottom: 30px;
  }

  .testimonials .testimonial-item .testimonial-header {
    padding: 15px 15px 10px;
  }

  .testimonials .testimonial-item .testimonial-header img {
    width: 55px;
    height: 55px;
  }

  .testimonials .testimonial-item .testimonial-body {
    padding: 0 15px 10px;
  }

  .testimonials .testimonial-item .testimonial-body p {
    font-size: 0.9rem;
  }

  .testimonials .testimonial-item .testimonial-footer {
    padding: 10px 15px 15px;
  }

  .testimonials .testimonial-item .testimonial-footer h5 {
    font-size: 0.95rem;
  }

  .testimonials .testimonial-item .testimonial-footer .quote-icon {
    font-size: 1.2rem;
  }

  .testimonials .swiper-navigation {
    margin-top: 10px;
  }
    .admissions .deadlines-card .deadlines-grid {
    grid-template-columns: 1fr;
  }
    .students-life .student-life-intro h3,
  .students-life .student-organizations h3,
  .students-life .athletics-programs h3,
  .students-life .campus-facilities h3,
  .students-life .support-services h3,
  .students-life .student-gallery h3 {
    font-size: 1.5rem;
  }

  .students-life .facility-card,
  .students-life .service-card {
    margin-bottom: 15px;
  }
    .events-extended .events-list .event-item .event-content {
    padding: 20px 15px;
  }

  .events-extended .events-list .event-item .event-content .event-title {
    font-size: 20px;
  }
  .event .event-content .schedule-table .schedule-row {
    flex-direction: column;
  }
    .event .event-content .schedule-table .schedule-time {
    width: 100%;
    display: none;
  }
    .contact .contact-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
    .contact .contact-form-container .php-email-form .form-submit {
    flex-direction: column;
    align-items: flex-start;
  }
    .terms-of-service .terms-hero .terms-highlights {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
    .terms-of-service .terms-points .points-grid {
    grid-template-columns: 1fr;
  }
    .terms-of-service .terms-contact .contact-wrapper .contact-content .contact-actions {
    flex-direction: column;
    align-items: center;
  }
  
        .main-image {
      top: -20px;
      left: 5px;
      width: 96%;
      z-index: 1;
    }
         .top-left-overlay {
        width:96%;
        top: -10px;
        left: 0px;
      }
      .about-image {
    margin-top: 30px;
}
      .image-wrapper{
            max-width: 100%;height: 234px;
      }
      .featured-programs .program-item .item-content {
    flex: 1;
    padding: 15px;
    text-align: left;
}
.featured-programs .banner-info .program-header h3 {
        font-size: 1rem;
    }
    .testi-people{
      display: block;
    }
    .event .event-sidebar .sidebar-widget{
          margin-top: 30px;
    }
    .text-right {
    text-align: left !important;
}
.page-title .breadcrumbs ol{font-size: 12px;}
.page-title h1 {
    font-size: 22px;
}
    .event .event-content h2 {
        font-size: 1.6rem;
    }
}
@media (max-width: 575px) {
  .leadership .team-card {
    height: 360px;
  }
    .pagination-2 ul {
    gap: 4px;
  }

  .pagination-2 li a {
    min-width: 36px;
    height: 36px;
    padding: 8px 12px;
    font-size: 14px;
  }
}
@media print {
  .privacy {
    font-size: 12pt;
    line-height: 1.5;
  }

  .privacy .privacy-header {
    text-align: left;
    border-bottom: 1pt solid #000;
    padding-bottom: 20pt;
    margin-bottom: 30pt;
  }

  .privacy h1 {
    font-size: 24pt;
  }

  .privacy h2 {
    font-size: 18pt;
    page-break-after: avoid;
  }

  .privacy h3 {
    font-size: 14pt;
    page-break-after: avoid;
  }

  .privacy p,
  .privacy ul {
    page-break-inside: avoid;
  }

  .privacy .contact-details {
    border: 1pt solid #000;
    padding: 15pt;
  }
}
