@media only screen and (min-width: 1400px) {
  .left-column .right-img-content h6 {
    font-size: 20px;
  }

  .left-column .right-img-content h1 {
    font-size: 46px;
  }

  .rs-toolbar {
    background-position: top 0 left 0;
  }
}

@media only screen and (max-width: 1399px) {

  .header-top .social-icon li a.erp-login,
  ul.btns-link li a {
    font-size: 14px;
    line-height: 17px;
  }

  ul.btns-link li a img {
    max-width: 20px;
  }

  .main-menu .navigation {
    margin: 0;
  }

  .rs-toolbar:after {
    width: 65%;
  }
}

@media only screen and (max-width: 1299px) {
  .main-header .header-upper .navbar-right {
    display: none;
  }

  .left-img-column img {
    max-width: 230px;
  }
}

@media (max-width: 565px) {
  .left-img-column img {
    max-width: 190px;
  }
}

@media only screen and (max-width: 1199px) {

  .banner-section .banner-slider-nav,
  .header-top .right-column.pt-2,
  .header-top .social-icon {
    display: none;
  }

  .nav-outer .mobile-nav-toggler {
    margin: 2px 0;
  }

  .header-top .left-column {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .banner-section .content-box h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .left-column .right-img-content h6 {
    font-size: 14px;
  }

  .left-column .right-img-content h1 {
    font-size: 32px;
  }

  .header-upper {
    display: flex;
    width: 100%;
  }

  .what-con {
    padding-left: 108px;
    padding-top: 40px;
    padding-right: 25px;
  }

  .scfac-card .item:after {
    width: 55%;
    clip-path: circle(77.1% at 85% 50%);
  }
}

@media only screen and (max-width: 1139px) {

  .main-header .nav-outer .main-menu,
  .sticky-header {
    display: none !important;
  }

  .rs-toolbar {
    display: block;
  }

  .header-top .btns-link {
    display: none;
  }

  .nav-outer .mobile-nav-toggler {
    display: block;
    background: var(--theme-primary);
    border-radius: 3px;
  }

  .main-header.header-style-two .header-upper .inner-container:before {
    display: none;
  }

  .main-header.header-style-two .header-upper .inner-container {
    padding: 0;
  }

  /* .header-upper {
        background: var(--theme-primary-dark);
        height: 36px;
        border-radius: 3px;
    } */
}

@media only screen and (min-width: 1200px) {
  section .owl-carousel .owl-nav button.owl-next {
    right: -55px;
  }

  section .owl-carousel .owl-nav button.owl-prev {
    left: -55px;
  }

  .banner-section .swiper-slide img {
    width: 100%;
    object-fit: cover;
  }

  .foo-col-2 {
    -ms-flex: 0 0 19.666667%;
    flex: 0 0 18.666667%;
    max-width: 18.666667%;
  }

  .foo-col-5 {
    -ms-flex: 0 0 34.666667%;
    flex: 0 0 34.666667%;
    max-width: 34.666667%;
  }

  .foo-col-3 {
    -ms-flex: 0 0 27.666667%;
    flex: 0 0 27.666667%;
    max-width: 27.666667%;
  }

  .message-sec {
    margin-bottom: -92px;
    padding-bottom: 100px !important;
  }

  .fac-slide-col {
    -ms-flex: 0 0 44.666667%;
    flex: 0 0 44.666667%;
    max-width: 44.666667%;
  }

  .fac-con-col {
    -ms-flex: 0 0 54.333333%;
    flex: 0 0 54.333333%;
    max-width: 54.333333%;
  }

  .what-con {
    padding-left: 108px;
    padding-top: 40px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 992px) {
  div.container {
    max-width: 1190px;
  }

  .main-menu .navigation li.dropdown>a:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }

  .main-menu .navigation li.dropdown>a:hover::after {
    color: var(--theme-primary);
  }
}

@media only screen and (max-width: 1200px) {
  .rs-toolbar {
    background: var(--theme-primary) !important;
  }

  .header-top .left-column .left-img-column {
    transform: none;
  }
}

@media only screen and (max-width: 991px) {
  .rs-toolbar:after {
    width: 100%;
    max-width: 733px;
  }

  .notice-title .notice-title-content h2 {
    font-size: 12px;
  }

  .notice-wrp .notice-title {
    margin-right: 10px;
  }

  .slider-overlay .slider-con-text {
    font-size: 22px;
  }

  .what-con {
    padding-top: 45px;
  }

  .what-slider .owl-carousel .owl-nav {
    position: relative;
    left: 0;
    transform: translate(0, -50%);
    bottom: 50%;
  }

  .what-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
  }

  .what-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
  }

  .what-do:before {
    top: 0;
    left: 0;
    bottom: unset;
  }

  .news-con h3 {
    font-size: 12px;
  }

  .scfac-card .item:after {
    clip-path: circle(79.1% at 82% 50%);
  }
}

@media only screen and (min-width: 768px) {

  .main-menu .navigation>li>ul,
  .main-menu .navigation>li>ul>li>ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }

  .campus-img_block img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .news-box-img {
    width: 100%;
    height: auto;
  }

  .news-box-title {
    position: unset;
    background: #001844;
    padding: 7px 10px;
  }

  .notice-wrp .notice-title {
    padding-right: 4px;
    margin-right: 8px;
  }

  .banner-wrp .content-box {
    padding: 20px 0;
    min-height: auto;
  }

  .banner-wrp .content-box h1 {
    font-size: 28px;
  }

  .notice-content li {
    font-size: 14px;
  }

  .notice-content li .notice-date {
    font-size: 13px;
    width: 31px;
    height: 31px;
  }

  .header-top ul.contact-info {
    justify-content: center;
    text-align: center;
  }

  .header-top {
    padding: 5px 0;
  }

  .header-top ul.contact-info li {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .header-top .social-icon {
    justify-content: start;
    text-align: left;
  }

  .footer-bottom .wrapper-box {
    justify-content: center;
  }

  .footer-bottom .copyright {
    width: 100%;
    text-align: center;
  }

  .banner-section.style-two .content-box .text {
    padding-left: 0;
  }

  .main-footer:after {
    top: unset;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 43%;
  }

  .news-updates-box {
    max-width: 100%;
  }

  .fac-content {
    background: #001844;
    padding: 20px 20px;
    box-shadow: 0 3px 12px #00000024;
    margin-bottom: 10px;
  }

  .scfac-card .item:after {
    display: none;
  }

  .school-fac .owl-dots {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .world-img {
    position: relative;
    height: auto;
  }

  .msg-img-card {
    transform: translateX(0);
    margin-bottom: 10px;
  }

  .msg-img {
    height: auto;
  }

  .what-do {
    background: #f2f3f5;
  }

  .what-do:before {
    display: none;
  }

  .slite-sec {
    background: #001844;
    box-shadow: 0 3px 11px #00000029;
    padding: 12px 60px;
    clip-path: unset;
    width: max-content;
    transform: unset;
    margin-bottom: 20px;
    position: unset;
  }

  .what-con {
    padding-top: 0;
    padding-left: 15px;
  }

  .what-do .coach-img {
    position: relative;
    height: 415px;
  }

  .water-markimg {
    top: 10px;
    left: unset;
    right: 20px;
  }

  .fac-img {
    padding-top: 45px;
    padding-bottom: 15px;
  }

  .acco-title {
    font-size: 15px;
  }

  .side-img {
    display: none;
  }

  .fsElementTitle {
    padding: 0 0 0px 0;
  }

  .first-word {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .news-box-title h5 {
    font-size: 11px;
  }

  .page-title h1,
  .sec-title h2 {
     font-size: 16px;
        line-height: 18px;
        text-wrap: nowrap;
  }

  .about-details h2,
  .sec-title .stitle {
    font-size: 28px;
  }

  .page-inner-heading {
    font-size: 24px;
  }

  .fsBreadcrumb {
    display: none;
  }

  .banner-section .content-box .inner {
    padding: 0;
  }

  .banner-section .content-box {
    min-height: 25vh;
  }

  .slider-overlay .slider-con-text {
    font-size: 14px;
  }

  .notice-title-content {
    width: 95px;
  }

  .notice-title .notice-title-content h2 {
    font-size: 10px;
    transform: translateY(1px);
  }

  .main-footer .widgets-section {
    position: relative;
    padding-top: 35px;
  }

  .owl-dots {
    left: 45% !important;
  }

  .header-top .left-column .left-img-column {
    max-width: 300px;
  }

  /* .header-upper {
        height: 35px !important
    } */

  .inner-page-card {
    padding: 0;
  }

  .widget .widget-title {
    font-size: 12px;
  }

  .main-title {
    font-size: 20px;
    line-height: 26px;
  }

  .sub-title {
    font-size: 18px;
  }

  .campus-img_block .campus-title-block h5 {
    font-size: 11px;
  }

  .copy-text {
    font-size: 13px;
  }

  .accolades-card {
    padding: 15px;
  }

  .first-word {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .notice-wrp-bottom .notice-title .notice-title-view img {
    width: 220px;
  }

  .header-top .social-icon li {
    margin-left: 0;
    margin-right: 2px;
  }

  .left-column .left-img-column {
    padding-right: 15px;
    margin-right: 15px;
  }

  .header-top .social-icon.xs-btns-link li a {
    font-size: 11px !important;
    padding: 0 1px;
    line-height: 3;
  }

  .what-do .coach-img {
    position: relative;
    height: 330px;
  }
}

@media only screen and (max-width: 375px) {
  .header-top .left-column .left-img-column {
    max-width: 285px;
  }
}

@media only screen and (max-width: 350px) {

  .banner-section .content-box h1,
  .banner-section.style-two .content-box h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .water-markimg {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .main-header .rs-toolbar-start a {
    /* color: #fff; */
    font-size: 9px;
  }
}

@media only screen and (max-width: 300px) {
  .header-top .left-column .left-img-column {
    max-width: 220px;
  }
}

.colo-gold {
  color: #ffc107 !important;
}

@media (max-width: 576px) {
  .header-img {
    width: 1.5rem !important;
    margin-right: 5px !important;
  }

  .moblie-logo {
    display: flex;
    margin: auto;
  }

  .header-button {
    font-size: smaller;
    line-height: 0;
    align-items: center;
    width: 7rem;
    height: 2.5rem;
  }

  .edu-header {
    height: 2.5rem;
    width: 5rem;
  }

  .slider-text {
    position: absolute;
    bottom: 28%;
    right: 50%;
    transform: translate(50%, 100%);
    color: #ffffff;
    z-index: 3;
    line-height: 1.5rem;
    font-size: 1.1rem !important;
    width: calc(100% - 5rem);
    text-align: center;
  }

  .home-page-slider img {
    height: 14rem;
  }

  .chairMan h2 {
    font-size: 0.9rem;
  }

  .admin-img {
    position: relative;
    width: 100% !important;
    /* height: 20rem; */
    aspect-ratio: 7 / 9;
    left: 0;
    top: 0;
    transform: none;
    border: 4px solid var(--theme-warning);
  }
}

@media (min-width:576px) and (max-width:768px) {
  .admin-img {
    position: absolute;
    width: 14rem !important;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%);
    border: 4px solid var(--theme-warning);
    aspect-ratio: 7 / 9;
  }

  .header-img {
    width: 1.5rem !important;
    margin-right: 5px !important;
  }

  .moblie-logo {
    display: flex;
    margin: auto;
  }

  .header-button {
    font-size: smaller;
    line-height: 0;
    align-items: center;
    width: 7rem;
    height: 2.5rem;
  }

  .edu-header {
    height: 2.5rem;
    width: 5rem;
  }

  .slider-text {
    position: absolute;
    bottom: 28%;
    right: 50%;
    transform: translate(50%, 100%);
    color: #ffffff;
    z-index: 3;
    line-height: 1.5rem;
    font-size: 1.3rem !important;
    width: calc(100% - 5rem);
    text-align: center;
  }

  .home-page-slider img {
    height: 14rem;
  }

  .chairMan h2 {
    font-size: 0.9rem;
  }

  .admin-img {
    position: relative;
    width: 100% !important;
    height: 20rem;
    left: 0;
    top: 0;
    transform: none;
    border: 4px solid var(--theme-warning);
  }

  /* Force columns to take full width */
  .school-awards .col-xxl-7,
  .school-awards .col-lg-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* Images responsive */
  .awards-child img:first-child {
    width: 100% !important;
    height: auto !important;
  }

  .awards-images {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  /* Owl strict crop */
  .owl-carousel .owl-stage-outer,
  .owl-carousel .owl-stage,
  .owl-carousel .owl-item {
    overflow: hidden !important;
  }

  /* Remove any hidden margin/padding */
  .school-awards,
  .school-awards .row {
    /* padding: 0 !important; */
    /* margin: 0 !important; */
  }

  .footer-upper-div::before,
  .footer-upper-div::after {
    display: none !important;
  }

  .school-awards {
    background: transparent;
    text-align: center;
    padding: 2rem 1rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    overflow: hidden;

    /* display: none; */
  }

  .school-awards::before {
    background: rgba(0, 0, 0, 0.55);
  }

  .school-awards video {
    opacity: 1;
  }

  .awards {
    padding: 2rem 0 4rem 0;
  }

  .awards-images {
    position: static;
    transform: none;
    margin: 1rem;
    text-align: center;
  }

  .awards-child img:first-child {
    height: 12.5rem;

  }

  .awards-child img:last-child {
    width: 3rem;
  }

  .school-awards h2 {
    font-size: 1rem;
  }

  .school-awards p {
    font-size: 0.85rem;
  }

  .school-awards .btn {
    font-size: 0.8rem;
    padding: 0.4rem 0.9rem;
  }

  .mobile-logo {
    /* display: flex !important; */
    margin: auto;
    padding-top: 0.5rem;

  }

  .mobile-nav-toggler {
    height: 2.5rem;
    width: 2.5rem;
  }

  body {
    /* overflow-x: hidden; */
  }

  .heading {
    font-size: large !important;
  }

  .common-heading {
    font-size: large !important;
  }

  .learning-heading {
    font-size: large !important;
  }

  .owl-carousel .owl-item {
    overflow: hidden !important;
  }

  .footer-upper-div {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

@media (max-width: 768px) {
  .common-heading::after {
    width: 4rem;
    height: 2px;
    margin-top: 0.15rem;
  }

  .learning-heading::after {
    width: 4rem;
    height: 2px;
    margin-top: 0.15rem;
  }
}

/* @media (max-width: 992px) {

  .school-awards {
    clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);

    padding: 2rem 1rem;
    text-align: center;
    background: transparent;
    position: relative;
    overflow: hidden;
  }

  .school-awards::before {

    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .school-awards video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 1;
  }

  .school-awards *:not(video):not(::before) {
    position: relative;
    z-index: 2;
  }

  .awards {
    padding: 5rem 0 4rem;
  }

  .awards-images {
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
  }

  .awards-child img:first-child {
    height: 14rem;
  }
} */

@media (max-width: 576px) {
  .school-awards {
    background: transparent;
    text-align: center;
    padding: 2rem 1rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    overflow: hidden;

    /* display: none; */
  }

  .school-awards::before {
    background: rgba(0, 0, 0, 0.55);
  }

  .school-awards video {
    opacity: 1;
  }

  .awards {
    padding: 2rem 0 4rem 0;
  }

  .awards-images {
    position: static;
    transform: none;
    margin: 1rem;
    text-align: center;
  }

  .awards-child img:first-child {
    height: 12.5rem;

  }

  .awards-child img:last-child {
    width: 3rem;
  }

  .school-awards h2 {
    font-size: 1rem;
  }

  .school-awards p {
    font-size: 0.85rem;
  }

  .school-awards .btn {
    font-size: 0.8rem;
    padding: 0.4rem 0.9rem;
  }

  .mobile-logo {
    display: flex !important;
    margin: auto;
    padding-top: 0.5rem;

  }

  .mobile-nav-toggler {
    height: 2.5rem;
    width: 2.5rem;
  }

  body {
    /* overflow-x: hidden; */
  }

  .heading {
    font-size: large !important;
  }

  .common-heading {
    font-size: large !important;
  }

  .learning-heading {
    font-size: large !important;
  }

  .owl-carousel .owl-item {
    overflow: hidden !important;
  }

}

@media (max-width: 576px) {

  /* Force columns to take full width */
  .school-awards .col-xxl-7,
  .school-awards .col-lg-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* Images responsive */
  .awards-child img:first-child {
    width: 100% !important;
    height: auto !important;
  }

  .awards-images {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  /* Owl strict crop */
  .owl-carousel .owl-stage-outer,
  .owl-carousel .owl-stage,
  .owl-carousel .owl-item {
    overflow: hidden !important;
  }

  .footer-upper-div::before,
  .footer-upper-div::after {
    display: none !important;
  }
}

@media (min-width: 1400px) and (max-width:1600px) {
  .heading-chairman::after {
    content: "";
    width: 15%;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: red;
    transform: translate(-100%, 0%);
    border-radius: 4px;
  }
}

@media (min-width: 1600px) {
  .heading-chairman::after {
    content: "";
    width: 10%;
    height: 2px;
    position: absolute;
    left: 27%;
    top: 50%;
    background-color: red;
    transform: translate(-50%, 0%);
    border-radius: 4px;
  }
}

@media (min-width:768px) and (max-width:1368px) {
  .awards {
    padding: 3rem 0 3rem 0;
  }

  .award-heading {
    left: 8rem;
  }

}

@media (min-width: 1400px) and (max-width:1600px) {
  .awards-images {
    position: absolute;
    bottom: -1rem;
    left: 22%;
    transform: translate(-40%, 0%);
    z-index: 5;
  }

  .award-heading {
    left: 6rem;
  }

  .cont-awa h2 {
    margin-left: 4rem !important;
  }

  .cont-awa p {
    margin-left: 4rem !important;
  }

  .cont-awa a {
    margin-left: 4rem !important;
  }
}

@media (min-width: 1600px) and (max-width:1920px) {
  .award-heading {
    left: 1%;
  }
}

@media (max-width:576px) {
  .award-heading::after {
    content: "";
    width: 6rem;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 100%;
    background-color: var(--theme-danger);
    border-radius: 4px;
    margin-top: 0.5rem;
    transform: translate(-50%, -100%);
  }

  .award-heading {
    left: auto !important;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .admin-img {
    height: 22rem;
  }

  .chairMan-strip h2 {
    white-space: nowrap;

  }

  .heading-chairman::after {
    content: "";
    width: 21%;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: red;
    transform: translate(100%, 0%);
    border-radius: 4px;
  }

  .header-button {
    display: none !important;
  }

  .edu-header {
    display: none !important;
  }

  .slider-text {
    position: absolute;
    bottom: 14%;
    right: 50%;
    transform: translate(50%, 100%);
    /* background-color: rgb(248, 248, 248, 0.3); */
    color: #ffffff;
    z-index: 3;
    text-wrap: nowrap;
  }

  .learning-card>img {
    object-position: top;
    height: 19rem;
    object-fit: cover;
    display: flex;
    /* width: 3rem; */
    justify-content: center;
    aspect-ratio: 7 / 9;
    align-items: center;
    padding-right: 5rem;
  }

  .title-des-strip {
    width: 42rem;
  }

  .learn-pat:hover .des-space-strip {
    width: 42rem;
  }
}

@media (min-width:768px) and (max-width:1200px) {
  .school-awards {
    background: transparent;
    text-align: center;
    padding: 4rem 1rem !important;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    height: 10rem;
    width: 86%;
    display: flex;
    justify-content: center;
    align-items: center;

    /* display: none; */
  }

  .awards-child {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
  }

  .awards-child img:last-child {
    position: absolute;
    top: 0;
    left: 24px;
    transform: translate(100%, 0%);
    width: 4rem !important;
  }

  .school-awards::before {
    background: rgba(0, 0, 0, 0.55);
  }

  .school-awards video {
    opacity: 1;
  }

  .awards-images {
    position: static;
    transform: none;
    margin: 1rem;
    text-align: center;
  }

  .awards-child img:first-child {
    height: 17rem;
    width: 36rem;
  }

  .awards-child img:last-child {
    width: 3rem;
  }

  .school-awards h2 {
    font-size: 1rem;
  }

  .school-awards p {
    font-size: 0.85rem;
  }

  .school-awards .btn {
    font-size: 0.8rem;
    padding: 0.4rem 0.9rem;
  }

  .award-heading {
    left: 2%;
  }
}