.navheader_text h3 {
    color: #2d5593;
    font-size: 2.4rem;
    padding-bottom: .25rem;
    font-family: var(--popp);
}

.navheader_text p {
    color: #000;
    /* font-weight: 500; */
}

.hero_slide1 .hero_slide1_content {
    position: absolute;
    top: 0;
    left: 0;
    padding-block: 7.5rem 4rem;
    max-width: 560px;
    z-index: 2;
}

.hero_slide1 .hero_slide1_img {
    position: relative;
    top: -2px;
    right: 0;
    text-align: right;
    height: var(--hero-height);
    /* max-width: 1000px; */
    margin-left: auto;
}

.hero_slide1_img .hero_slide1_img_content {
    position: relative;
    display: inline-block;
    height: 100%;
}

.hero_slide1 .hero_slide1_img .hero_slide1_img_content::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 25%;
    background: linear-gradient(to right, #fff, transparent);
    z-index: 1;
}

.hero_slide1 .hero_slide1_img img {
    height: 100%;
}

.hero_slide1_img .hero_video {
    position: relative;
    height: 100%;
    width: auto;
}

.about_sec .cmn__icon60 {
    border: 1px solid #bbb;
}

/* ============  Header Menu Offcanvas  ===================== */

.offcanvas {
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
}

.header_offcanvas :is(h3, h4, h5, h6, p, a) {
    font-family: var(--popp);
}

.header_offcanvas .navbar-toggle-btn {
    position: absolute;
    top: .5rem;
    right: .75rem;

}

.header_offcanvas .offcanvas-header {
    display: block;
    padding: 3rem 1rem 1rem;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.offcanvas-body {
    padding: 1.5rem;
}

.offcanvas-footer {
    padding: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* =============================================== */

.hero_sec .button-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

.hero_sec .button-wrapper svg {
    width: 28px;
    stroke: #000;
}

.hero_sec .button-wrapper .swiper-button {
    position: absolute;
    display: flex;
    border: 1px solid transparent;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: #fff5;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s ease-out;
    pointer-events: all;
    opacity: 0;
}

.hero_sec .button-wrapper .swiper-button:hover {
    background-color: transparent;
    background-position: left bottom;
    border-color: #0006;

}

.hero_sec .button-wrapper .swiper-prev-button {
    left: -5%;
}

.hero_sec .heroSwiper:hover .button-wrapper .swiper-prev-button {
    left: 4%;
    opacity: 1;
}

.hero_sec .button-wrapper .swiper-next-button {
    right: -5%;
}

.hero_sec .heroSwiper:hover .button-wrapper .swiper-next-button {
    right: 4%;
    opacity: 1;
}

.hero_sec .button-wrapper .swiper-button:hover svg {
    stroke: var(--accent-color);
}

.hero_sec .button-wrapper .swiper-prev-button svg {
    transform: rotate(-180deg);
}

.swiper-pagination .swiper-pagination-bullet {
    transform: scale(.6);
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--accent-color);
    width: 1.4rem;
    height: 7px;
    border-radius: 25px;
    transform: scale(1) !important;
}

.swiper-pagination .swiper-pagination-bullet-active-next {
    transform: scale(1);
}

/* ===============  Princiapal  Messsage  ================== */

.principal_msg_sec .principal_msg_img img {
    border: 1px solid #888;
    box-shadow: 7px 7px 0px -2px #fff, 7px 7px #555;
    -webkit-box-shadow: 7px 7px 0px -2px #fff, 7px 7px #555;
    border-top-left-radius: 15px;
}

.principal_msg_sec .principal_msg_container {
    background: linear-gradient(135deg, #f9f9f9, #eee);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.principal_msg_sec .principal_msg_container .shape_area {
    position: absolute;
    top: auto;
    bottom: -2px;
    right: -2px;
}

.principal_msg_sec .principal_msg_container .shape_area img {
    width: 5rem;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.principal_msg_sec .principal_msg_container .shape_area a {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    right: 5px;
}

.principal_msg_sec .principal_msg_container :is(h4, h5, h6, a) {
    font-family: var(--popp);
}

.principal_msg_sec .principal_msg_container :is(h4) span {
    color: var(--accent-color);
}

.principal_msg_sec .principal_msg_container .principal_msg_content {
    padding: 2rem 1.5rem 1.5rem;
}

.principal_msg_sec .principal_msg_container .principal_msg_content > p {
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.principal_msg_sec .principal_msg_container .principal_msg_bottom p a {
    color: #222;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.principal_msg_sec .principal_msg_container .principal_msg_bottom p:hover a {
    color: var(--accent-color);
}

.principal_msg_sec .swiper-pagination {
    position: relative;
    top: 1rem;
}

#our_management_sec .principal_msg_container {
    padding: .5rem 2.5rem 1.5rem;
}

#our_management_sec .principal_msg_container p {
    line-height: 26px;
}

#our_management_sec .principal_msg_container .principal_msg_content {
    padding: 1rem 0rem 0rem 1rem;
}

#our_management_sec .principal_msg_container .principal_msg_content > p {
    font-size: 1rem;
    overflow: hidden;
    display: inline-block;
}

#our_management_sec .principal_msg_container .shape_area img {
    width: 4rem;
}

.whychoose_section .whychoose_box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

/* ===================  Gallery Section  ======================== */

.index_gallery_sec .index_gallery_box {
    position: relative;
    overflow: hidden;
}

.index_gallery_sec .index_gallery_box img {
    min-height: 100%;
    max-width: none;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.index_gallery_sec .index_gallery_box::before {
    position: absolute;
    inset: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #071431;
    transition: all .4s;
    transform: scale(0);
    z-index: 1;
}

.index_gallery_sec .index_gallery_box:hover:before {
    opacity: .25;
    transform: scale(1);
}

.index_gallery_sec .index_gallery_box:hover img {
    transform: scale(1.1);
}

.gallery-section .masonry a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    transition: all .4s;
    opacity: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gallery-section .masonry a:hover i {
    opacity: 1;
}

.gallery-section .masonry a i:hover {
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
}

.youtube-wrapper a.popup-youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.video_gallery {
    padding-bottom: 60px;
}

.video_gallery .video_1 {
    max-width: 740px;
    width: 100%;
    height: 400px;
    max-height: 460px;
    overflow: hidden;
    /* border: 1px solid #000; */
    margin-inline: auto;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.video_gallery .video_1 iframe {
    display: grid;
    margin: auto;
    width: inherit;
    height: 100%;
}

.video_gallery .youtube-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.video_gallery iframe {
    width: 100%;
    height: 100%;
}

/* =====================  infrstructure Page  ===================  */

.infra_banner {
    background-size: 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 26.5rem;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.infra_sec .infra_filter .tablinks .nav-links .tablink {
    font-size: 1.1rem;
    padding: .75rem 1rem;
    font-weight: 500;
}

.infra_sec .infra_filter .tablinks .nav-links:hover .tablink {
    background-color: var(--n20);
}

.infra_sec .infra_filter .tablinks .nav-links.active .tablink {
    font-size: 1.125rem;
    padding: .75rem 1rem;
    color: var(--accent-color);
    background: #fe690022;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.infra_sec .infra_filter .infra_img {
    position: relative;
}

.infra_sec .infra_filter .infra_img::before {
    position: absolute;
    top: -2.5rem;
    content: "";
    right: 15%;
    width: 45%;
    height: 250px;
    max-height: 60%;
    background: rgba(223, 255, 94, .3);
    z-index: -1;
    border-radius: 0 0 100px 100px;
    -webkit-border-radius: 0 0 100px 100px;
    -moz-border-radius: 0 0 100px 100px;
    -ms-border-radius: 0 0 100px 100px;
    -o-border-radius: 0 0 100px 100px;
}

.infra_sec .infra_filter .infra_content h4 {
    font-size: 1.7rem;
}

.infra_sec .infra_filter .infra_content p > b {
    font-weight: 500;
}

.infra_sec .infra_filter .infra_content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.infra_sec .infra_filter .infra_content ul li {
    padding-bottom: .5rem;
    color: var(--midnight);
}

.facility_sec .facility_box p {
    font-size: .96rem;

}

.facility_sec .infra_content .box {
    width: calc(100% / 4 - .75rem);
    margin-bottom: .5rem;
}

.facility_sec .infra_content .box li {
    font-size: .96rem;
    line-height: 23px;
}

.facility_sec .infra_content .box2 {
    width: calc(100% / 2 - .75rem);
    margin-bottom: .5rem;
}

.facility_sec .infra_content .boxline {
    position: relative;
}

.facility_sec .infra_content .boxline::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    height: 90%;
    border: 1px dashed var(--n40);
}

.admission_form form label {
    position: relative;
    background: linear-gradient(to bottom, #fff, var(--n10));
    margin-left: .75rem;
    padding-inline: .5rem .25rem;
    transform: translateY(10px);
    z-index: 1;
}

.admission_form form label span {
    color: tomato;
}

.admission_form form :is(input, .nice-select) {
    border: 1px solid #aaa;
    font-size: 1rem;
    padding: .75rem 1rem .5rem;
    outline: none;
}

.admission_form form .nice-select {
    background: var(--n10);
    padding: 1rem 1rem .5rem;
    font-size: 14px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.admission_form form .nice-select .list {
    height: 30vh;
    padding-bottom: .5rem;
}

.admission_form form :is(input, .nice-select):where(:focus) {
    border-color: #444;
}

.admission_form form :is(input, .nice-select):user-invalid {
    border-color: red;
    color: tomato;
}

.admission_form form :is(input, .nice-select):focus:user-valid {
    border-color: var(--s2);
}

/* =============  Sport page  =================== */

.sport_sec .tabcontents ul.list_divide {
    list-style-type: disc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 1rem;
}

.sport_sec .tabcontents ul.list_divide li {
    /* display: inline-block; */
    width: calc(100% / 2 - 1rem);
}

.sport_sec main > div span {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1rem;
    color: #717171;
}

.sport_sec main > div p {
    line-height: 1.6;
}

.sport_sec .swiper {
    width: 100%;
    padding-top: 3.125rem;
}

.sport_sec .swiper-pagination-bullet,
.sport_sec .swiper-pagination-bullet-active {
    background: #fff;
}

.sport_sec.swiper-pagination {
    bottom: 1.25rem !important;
}

.sport_sec .swiper-slide {
    position: relative;
    width: 18.75rem;
    height: 28.125rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
    overflow: hidden;
}

.sport_sec .swiper-slide h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0.625rem;
    padding: 0 0 0 1.563rem;
    text-transform: uppercase;
}

.sport_sec .swiper-slide p {
    color: #dadada;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding: 0 1.563rem;
    line-height: 1.6;
    font-size: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sport_sec .swiper-slide a {
    margin: 1.25rem 1.563rem 3.438rem 1.563rem;
    padding: 0.438em 1.875rem;
    font-size: 0.9rem;
}

.sport_sec .swiper-slide a:hover {
    color: #005baa;
}

.sport_sec .swiper-slide div {
    display: none;
    opacity: 0;
    padding-bottom: 0.625rem;
}

.sport_sec .swiper-slide-active div {
    display: block;
    opacity: 1;
}

.sport_sec .swiper .swiper-slide img {
    position: absolute;
    inset: 0;
    height: 100%;
    max-width: none;
    min-width: 100%;
    left: -25%;
    text-align: center;
}

.swiper .swiper-slide .swiper-slide--one::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100% / 2);
    background: linear-gradient(to bottom, transparent, #000);
}

.swiper-slide--one {
    /* background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
        url("../images/img11.jpeg") no-repeat 50% 50% / cover; */
}

.swiper-slide--two {
    /* background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
        url("../images/img12.jpeg") no-repeat 50% 50% / cover; */
}

.swiper-slide--three {
    /* background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
        url("../images/img\ \(6\).jpeg") no-repeat 50% 50% / cover; */
}

.swiper-slide--four {
    /* background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
        url("../images/img13.jpeg") no-repeat 50% 50% / cover; */
}

/* .swiper-slide--five {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
        url("https://images.unsplash.com/photo-1570481662006-a3a1374699e8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=765&q=80") no-repeat 50% 50% / cover;
} */

.sport_sec .swiper-3d .swiper-slide-shadow-left,
.sport_sec .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

@media screen and (min-width: 93.75rem) {
    .sport_sec .swiper {
        width: 85%;
    }
}

.school-9thumb video {
    width: 100%;
    border: 1px solid #000;
    box-shadow: 7px 7px 0px -2px #fff, 7px 7px #555;
    -webkit-box-shadow: 7px 7px 0px -2px #fff, 7px 7px #555;
}