@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --eduact-black2-rgb: 0, 0, 0;
    --eduact-white-rgb: 167 62 62;
    --Black: #000000;
    --White: #ffffff;
    --Primary: #000;
    --Secondary: #0c54a0;
    --yellow: #fffbcd;
    --Border: #e4e4e7;
    --Soft-Text: #585d69;
    --bg-1: #f3f3f3;
    --bg-2: #e9dece;
    --bg-3: #d7c7ea;
    --bg-4: #ffefea;
    --bg-5: #f5f5f2;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

/* @keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--Secondary);
    box-shadow: 0 0 0 0 var(--Secondary);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
  }
} */

* {
    margin: 0px;
    padding: 0px;
}

p {
    color: #333931;
}

html {
    scroll-behavior: smooth;
    /* Ensures smooth scrolling */
    -webkit-overflow-scrolling: touch;
    /* Enables smooth scrolling for touch devices */
}

body {
    scroll-behavior: smooth;
    /* Ensures smooth scrolling */
    -webkit-overflow-scrolling: touch;
    /* Enables smooth scrolling for touch devices */
    transition: all 0.4s ease;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #000;
    font-family: "Noto Sans", sans-serif;
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    font-family: 'Nunito';
    text-transform: capitalize;
    color: #525252;
}

ul {
    list-style: none;
    padding: 0px;
}

/* header-section css */
.top-hheader ul li a {
    display: flex;
    gap: 10px;
    color: #fff;
    white-space: nowrap;
    align-items: center;
}

.top-hheader ul li {
    display: flex;
    display: flex;
    gap: 5px;
    color: #fff;
    white-space: nowrap;
    align-items: center;
}

.top-hheader ul {
    margin-bottom: 0px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.socilmedia a:hover {
    margin-top: -6px;
    transition: all 0.4s ease;
}

.socilmedia a {
    color: #fff;
    transition: all 0.4s ease;
    font-size: 1.3rem;
}

.socilmedia {
    display: flex;
    transition: all 0.4s ease;

    align-items: center;
    gap: 10px;
}

.button-groups-btn .div-affliate:hover {}

.button-groups-btn .div-affliate svg {
    width: 30px;
    height: auto;
}

.button-groups-btn .div-affliate span {
    color: var(--White);
    font-weight: 300;
}

.button-groups-btn .div-affliate {
    display: flex;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--White);
    align-items: center;
    gap: 8px;
}

.button-groups-btn {
    display: flex;
    align-items: center;
    gap: 14px;
}

.right-side-top {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

header {
    width: 100%;
    background: transparent;
    z-index: 99;
    padding: 10px 0px 10px;
    transition: background-color 0.3s ease;
    transition: all 0.7s ease;
    /* position: fixed; */
    background: #fff;
}

header.scrolled .nav-menu ul li a {
    color: black;
    font-weight: 500;
}

header.scrolled .nav-menu ul li a:hover {
    color: #0c54a0;
}

.header-hidden {
    overflow: hidden;
}

/* header .nav-menu ul li {
  position: relative;
} */

header .header-logo img {
    height: 95px;
}

header.scrolled{ 

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.div-bottom-menu {
    width: 100%;
}

header .open-nav-menu {
    height: 34px;
    width: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

header.scrolled {
    background-color: #fff;
    position: fixed;
    transition: all 0.7s ease;

    top: 0px;
    /* Change the background color when scrolled */
}

.header-logo {
    position: relative;
    z-index: 1;
    align-items: center;
}

.header-logo:before {
    content: "";
    position: absolute;
    right: 100%;
    width: 2000px;
    height: 100%;
}

.header-logo:after {
    content: "";
    position: absolute;
    left: 100%;
    border-bottom: solid 111px transparent;
    border-bottom-width: 135px;
}

.top-hheader {
    position: relative;
}

.nav-menu .button-groups-btn {
    display: none;
}

header .container-fluid {
    display: flex;
    justify-content: space-around;
}

header .nav-menu ul {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: end;
}

header .nav-menu ul {
    margin-bottom: 0px;
}

header .nav-menu ul li a {
    padding: 20px 7px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    transition: all 0.3s ease;
    display: block;
}

header .nav-menu ul li a:hover {
    color: #0c54a0;
}

header .menu .menu-item .sub-menu ul {
    display: block;
}

header .menu .menu-item .sub-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    min-width: 240px;
    padding: 0px;
    left: 50% !important;
    transform: translateX(-50%);
    border-radius: 15px;
    overflow: hidden;
}

header .menu .menu-item .sub-menu ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #333931;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

header .menu .menu-item a .plus {
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    margin-left: 4px;
    pointer-events: none;
    font-style: normal;
}

.header-right-about {
    padding: 15px 20px;
    padding-left: 10px;
}

.header-right-about p {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #495057;
}

.header-right-about h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    color: var(--Secondary);
    margin-bottom: 15px;
}

.visit-our-head i {
    margin-left: 6px;
    transform: rotate(-45deg);
}

.header-right-about .visit-our-head {
    color: var(--Primary);
}

.visit-our-head {
    padding: 6px 25px !important;
    background: #fff;
    border-radius: 160px;
    color: var(--Primary);
    position: relative;
    transition: all 0.2s ease;
    border: 1px solid var(--Secondary);
    border-radius: 100px;
    display: inline-block !important;
    overflow: hidden;
    font-weight: 400;
    font-size: 15px;
}

.visit-our-head:hover i {
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.header-right-about .visit-our-head:hover {
    color: #fff;
    transition: all 0.3s ease;
}

.visit-our-head:hover:before {
    width: 100%;
    background: var(--Primary);
    color: #fff;
    transition: all 0.4s ease;
}

.visit-our-head:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #fff;
    width: 0px;
    height: 47px;
    transition: all 0.4s ease;
    z-index: 1;
}

.visit-our-head span {
    font-weight: 500;
    position: relative;
    z-index: 7;
}

header .menu .menu-item a .plus:after {
    content: "\f078";
    position: absolute;
    left: 0px;
    top: -3px;
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900);
    /* background-color: var(--Black); */
    /* height: 2px; */
    /* width: 100%; */
    /* transform: translate(-50%, -50%); */
    transition: all 0.3s ease;
}

li.menu-item.menu-item-has-children {
    position: relative;
}

header .menu .menu-item:hover a .plus:after {
    /* background-color: var(--Black); */
}

header .close-nav-menu {
    height: 30px;
    color: #fff;
    width: 30px;
    background-color: var(--Secondary);
    margin-left: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.img-header-dektop {
    position: relative;
    margin-top: 20px;
}

.img-header-dektop img {
    width: calc(100% - 20px);
    border-radius: 20px;
    text-align: center;
    margin: auto;
    margin-left: 10px;
}

.img-header-dektop::before {
    left: 0px;
    position: absolute;
    background: #c4cedb;
    top: -10px;
    content: "";
    width: calc(100% - 10px);
    height: 100%;
    border-radius: 20px;
    z-index: -1;
}

.img-header-dektop:after {
    right: 0px;
    position: absolute;
    background: #f0f5cc;
    bottom: -10px;
    content: "";
    width: calc(100% - 10px);
    height: 100%;
    border-radius: 20px;
    z-index: -1;
}

.open-nav-menu span:after {
    top: 7px;
}

.open-nav-menu span:before {
    top: -7px;
}

.open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #fff;
    position: relative;
}

.open-nav-menu span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    display: inline-block;
}

.open-nav-menu span:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

/* hero-section css */
.hero-section .item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px 80px;
    overflow: hidden;
    background-position: top center;
    height: 420px;
}

.hero-section .item .container {
    position: relative;
    z-index: 1;
}

.hero-section .item::after {
    background: rgba(0, 0, 0, 0.49);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.hero-section .item h1 span {
    color: var(--yellow);
}

.hero-section .item h1 {
    font-weight: 500;
    font-size: 33px;
    line-height: 42px;
    color: #ffffff;
    margin-bottom: 15px;
}

.hero-section .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

.hero-section .owl-dots span {
    width: 8px;
    height: 8px;
    background: #fff;
    display: block;
    border-radius: 100px;
    position: relative;
}

.hero-section .owl-dots {
    position: absolute;
    left: 20px;
    transform: translate(0px, -50%);
    top: 50%;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.hero-section .owl-dots .active span {
    background: var(--Secondary);
}

.hero-section .owl-dots .active span:after {
    width: 20px;
    height: 20px;
    border: 1px solid var(--Secondary);
    content: "";
    border-radius: 100px;
    position: absolute;
    left: -6px;
    top: -6px;
}

.marquee-slider p {
    margin-bottom: 0px;
}

.clip-marquees {
    display: flex;
    background: var(--yellow);
    align-items: center;
}

.div-anouncement {
    position: relative;
    padding: 5px 20px;
    height: 100%;
    background: var(--Secondary);
    color: var(--White);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-anouncement::after {
    content: "";
    position: absolute;
    left: 100%;
    border-left: solid 50px var(--Secondary);
    border-bottom: solid 111px transparent;
    top: 0px;
    height: 100%;
    width: 100%;
    border-bottom-width: 55px;
}

.marquee-slider-outer .owl-carousel {
    overflow: hidden;
}

.marquee-slider-outer p {
    font-size: 18px;
}

.marquee-slider-outer a:hover p {
    color: var(--Secondary);
}

.marquee-slider-outer {
    width: calc(100% - 290px);
    padding-left: 60px;
    padding-right: 10px;
}

/* to load scroll css */

.scrollToTop i {
    color: var(--White);
}

.scrollToTop:hover i {
    color: var(--Secondary);
}

.scrollToTop:hover {
    background: var(--yellow);
    box-shadow: inset 0 0 0 1px var(--Secondary);
}

.scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    display: block;
    border-radius: 30px;
    box-shadow: inset 0 0 0 1px var(--yellow);
    z-index: 100;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    background: var(--Secondary);
    /* -webkit-animation: pulse2 linear 1000ms infinite;
  animation: pulse2 linear 1000ms infinite;
  -webkit-transition: all 0.4s; */
}

/* footer start css */
.footer {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 0px;
}

.tf-app-icon ul {
    padding: 10px;
    background: var(--White);
    border-radius: 10px;
    display: flex;
    gap: 10px;
    width: fit-content;
}

.tf-app-icon ul li a img {
    height: 43px;
    width: auto;
}

.tf-social-icon {
    padding-top: 30px;
}

.tf-app-icon {
    padding-top: 10px;
}

.footer .tf-social-icon h5,
.tf-app-icon h5 {
    margin-bottom: 15px;
}

.tf-social-icon ul li a {
    width: 40px;
    height: 40px;
    background: var(--yellow);
    display: inline-block;
    text-align: center;
    line-height: 39px;
    color: var(--Secondary);
    border-radius: 100px;
    transition: all 500ms ease;
    border: 1px solid var(--yellow);
    font-size: 16px;
}

.tf-social-icon a:hover {
    background: var(--Secondary);
    color: var(--yellow);
    border: 1px solid var(--yellow);
    margin-top: -4px;
    transition: all 500ms ease;
}

.tf-social-icon ul {
    display: flex;
    gap: 15px;
}

.footer h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--White);
    margin-bottom: 25px;
}

.footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.81);
}

.footer-menu-list li {
    margin-bottom: 20px;
}

.footer-menu-list li:last-child {
    margin-bottom: 0px;
}

/* .footer-menu-list li a::after {
  content: "\f054";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  color: var(--White);
  font-size: 12px;
  margin-right: 11px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
} */

.footer-menu-list li a {
    font-weight: 400;
    display: flex;
    align-items: center;
    font-size: 16px;
    position: relative;
    line-height: 20px;
    text-transform: capitalize;
    color: #8996a0;
    transition: all 0.4s ease;
}

.footer-menu-list li:hover a::after {
    opacity: 0;
}

.footer-menu-list li a:hover {
    color: #efdc04;
    margin-left: 5px;
    transition: 0.6s;
}

.footer-logo img {
    height: 90px;
}

.newsletter-submit {
    width: 100%;
    background: #fff;
    padding: 4px 8px;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
}

.tf-btn-arrow i {
    transform: rotate(-45deg);
    margin-left: 4px;
    margin-bottom: 12px;
}

.tf-btn-arrow {
    width: 40px;
    height: 40px;
    background: var(--Secondary);
    border-radius: 100px;
    color: #fff;
    transition: all 0.4s ease;
    border: 1px solid var(--Secondary);
    line-height: 32px;
}

.tf-btn-arrow:hover {
    background: var(--yellow);
    color: var(--Secondary);
}

.newsletter-submit input:focus {
    outline: 0px;
}

.newsletter-submit input {
    background: transparent;
    border: 0px;
    font-size: 14px;
    padding-left: 10px;
    width: calc(100% - 45px);
}

.top-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 60px;
}

.footer .address h5 {
    margin-bottom: 15px;
}

.footer .address li span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: var(--yellow);
    margin-bottom: 0px;
}

.footer .address li a,
.footer .address li p {
    margin-bottom: 0px;
    color: var(--White);
    word-break: keep-all;
    font-size: 16px;
}

.footer .address ul {
    display: flex;
    margin-bottom: 0px;
    align-items: center;
}

.footer .address li {
    width: 33.33%;
    padding: 15px 0px;
    margin-bottom: 0px;
    display: flex;
    font-weight: 400;
    font-size: 18px;
    gap: 10px;
    height: 100%;
    color: rgba(255, 255, 255, 0.81);
}

.footer .address li i {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(244, 244, 244, 0.5);
    border-radius: 100px;
    line-height: 40px;
    text-align: center;
    color: var(--White);
    transition: all 0.4s ease;
}

.footer .address li:not(:first-child) {
    justify-content: center;
}

.footer .address li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .address li:hover i {
    background: var(--yellow);
    color: var(--Secondary);
}

.footer .address li a:hover {
    color: var(--yellow);
}

.footer-bottom {
    padding: 20px 0px;
    /* border-top: 1px solid #525252; */
    background: #18171d;
}

.footer-bottom p span {
    color: #fffbcd;
}

.footer-bottom p {
    transition: all 0.4s ease;

    margin-bottom: 0px;
    text-align: end;
    color: var(--White);
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}

/* new-events */
.discover-news-list:hover h4 {
    color: var(--Secondary);
}

.discover-news-list:hover p,
.discover-news-list:hover .date-box,
.discover-news-list:hover .date-box span {
    color: #fff;
}

.date-box {
    transition: all 0.4s ease;
    width: 85px;
    height: 68px;
    line-height: 85px;
    font-weight: 500;
    font-size: 30px;
    align-items: center;
    text-align: left;
    display: flex;
    justify-content: center;
    -webkit-text-stroke: 0.5px #fff;
    -webkit-text-fill-color: transparent;
    background: #800000;
}

.date-box-outer {
    display: flex;
    gap: 15px;
    align-items: center;
}

.date-date i {
    color: var(--Secondary);
}

li:last-child .discover-news-list {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.discover-news-list {
    display: flex;
    transition: all 0.4s ease;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px 12px;
    gap: 10px;
    border-bottom: 1px solid #ededed;
}

.discover-our-school li:last-child .discover-news-list {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}

.discover-news-list:hover h4 {
    color: var(--Black);
}

.discover-news-list h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    color: var(--Secondary);
}

.discover-news-list p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #495057;
    margin-bottom: 0px;
}

.discover-our-school {
    background: #ffffff;
    box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    padding: 20px 10px;
}

.discover-our-school h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--Primary);
    margin-bottom: 20px;
}

.discover-our-school ul {
    margin-bottom: 0px;
}

.title-h2 span img {
    width: 23px !important;
}

.title-h2 span {
    justify-content: center;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: var(--Primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #0c54a0;
    gap: 5px;
}

.title-h2 h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    color: var(--Black);
    margin-bottom: 0px;
}

.title-h2 h2+h3 {
    margin-top: -5px;
}

.title-h2 h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    color: var(--Secondary);
    margin-bottom: 10px;
}

.title-h2 {
    margin-bottom: 40px;
}

header .visit-our-website i {
    background: #eae6b3;
    color: var(--Black);
    height: 40px;
    line-height: 40px;
    width: 40px;
}

header .visit-our-website {
    background: var(--yellow);
    color: var(--Black);
    border: 1px solid var(--yellow);
}

header .visit-our-website:hover:before {
    background: var(--Secondary);
    color: var(--White);
}

header .visit-our-website:hover {
    color: var(--White);
}

header .visit-our-website:hover i {
    background: #a73e3e;
    color: var(--White);
}

.title-h2 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #495057;
}

.hero-section .visit-our-website i {
    background: #eae6b3;
    color: var(--Black);
}

.hero-section .visit-our-website {
    background: var(--yellow);
    color: var(--Black);
}

.hero-section .visit-our-website:hover:before {
    background: var(--Secondary);
    color: var(--White);
}

.hero-section .visit-our-website:hover {
    color: var(--White);
}

.hero-section .visit-our-website:hover i {
    background: #a73e3e;
    color: var(--White);
}

.visit-our-website i {
    margin-left: 15px;
    height: 45px;
    width: 45px;
    border-radius: 100px;
    background: #a73e3e;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

.visit-our-website {
    padding: 0px 0px 0px 30px;
    background: var(--Secondary);
    border-radius: 160px;
    color: var(--White);
    position: relative;
    transition: all 0.2s ease;
    border-radius: 100px;
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.15px;
    text-transform: capitalize;
    border: 1px solid var(--Secondary);
}

.visit-our-website:hover i {
    transform: rotate(0deg);
    transition: all 0.3s ease;
    background: #eae6b3;
    color: var(--Secondary);
}

.visit-our-website:hover {
    color: var(--Secondary);
    transition: all 0.3s ease;
}

.visit-our-website:hover:before {
    width: 100%;
    color: var(--Secondary);
    background: var(--yellow);
    transition: all 0.4s ease;
}

.mobile-menu-toggle {
    display: flex;
    align-items: center;
}

.visit-our-website:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    /* background: var(--Primary); */
    height: 100%;
    width: 0px;
    transition: all 0.4s ease;
    z-index: 1;
}

.visit-our-website span {
    font-weight: 500;
    position: relative;
    z-index: 7;
}

.img-aboutuse img {
    width: 100%;
    border: 1px solid #000000;
    box-shadow: (0px 1px 4px rgba(0, 0, 0, 0.85));
    border-radius: 20px;
}

.img-aboutuse {
    position: relative;
}

.border-left-about p {
    line-height: 25px;
}

.about-section .container .positon-quote {
    position: absolute;
    height: 780px;
    left: 20%;
    top: -30px;
}

.about-section .container {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-section {
    padding: 100px 0px 100px;
}

ul.counter-number p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
    color: #000000;
}

ul.counter-number h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 5px;
    color: var(--Secondary);
}

ul.counter-number li:first-child {
    border-right: 1px solid var(--Secondary);
    padding-right: 30px;
}

ul.counter-number {
    margin-bottom: 0px;
    padding-bottom: 20px;
    display: flex;
    gap: 50px;
}

/* gallery box */

/* OVERLAY BACKGROUND */
.gallery-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #0C54A0CC;
    transform: scale(0.6);
    opacity: 0;
    transition: 0.5s ease;
    width: 94%;
    height: 94%;
    left: 4%;
    top: 4%;
    border-radius: 30px 30px 30px 0px;
}

.gallery-box:hover::after {
    opacity: 1;
    transform: scale(1);
}

/* PLUS ICON */
.zooicon-i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.4);

    opacity: 0;
    transition: 0.4s ease;
    z-index: 5;
}

.zooicon-i i {
    font-size: 36px;
    color: #fff;
}

/* Hover → plus icon show */
.gallery-box:hover .zooicon-i {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.gallery-box:hover img {
    transform: scale(1.04);
}

.gallery-box img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
}

.gallery-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 30px 30px 30px 0px;

}

.gallery-box img {
    width: 100%;
      border-radius: 30px 30px 30px 0px;

}

.galllery-section .gallery-box img {
    /* height: 240px; */
    object-fit: cover;
}

.galllery-section .container {
    position: relative;
}

.admission-page {
    padding-bottom: 30px;
}

.galllery-section {
    padding: 60px 0px;
}

.galllery-section .swiper-container {
    overflow: hidden;
}

.kd-counter-4-item .icon img {
    height: 30px;
}

.kd-counter-4-item {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s ease;
}

.kd-counter-4-item:hover {
    opacity: 0.8;
}

.kd-counter-4-item h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 4px;
}

.kd-counter-4-item h5 {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
}

.kd-counter-4-item:hover .icon {
    opacity: 0.8;
}

.kd-counter-4-item .icon {
    width: 55px;
    border-radius: 100px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: var(--Secondary);
}

.news-events-recents {
    margin-bottom: 50px;
    padding: 60px 0px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
}

/* .news-events-recents:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  content: "";
  top: 0px;
  left: 0px;
} */

.news-events-recents .container {
    position: relative;
    z-index: 2;
}

.counter-section {
    padding-top: 50px;
    padding-bottom: 20px;
}

.news-events-recents .upcomming-events,
.tabing-contant {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 15px 20px;
    padding-left: 0px;
}

.news-events-recents .global_heading h3 {
    color: #094788;
}

.news-events-recents .global_heading h2 {
    font-size: 18px;
    color: black;
}

.news-events-recents .tab-content {
    width: 100%;
    background-color: #007a34;
    padding: 25px;
    border-radius: 17px;
    position: relative;
    /* background-image: url(../../frontend/img/noti); */
}

.news-events-recents .tab-content:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 98%;
    height: 95%;
    bottom: 10px;
    border: 3px solid #fff;
    border-radius: 15px;
}

/* .date-notice span {
    color: black;
    font-size: 32px;
    line-height: 29px;
}

.date-notice {
    font-size: 16px;
    line-height: 18px;
    color: black;
    font-weight: 600;
    padding-right: 8px;
    background-color: transparent;
    padding: 20px;
} */

.notice-boardss li:hover p {
    color: var(--Secondary);
}

.notice-boardss p {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: black;
    margin-bottom: 0px;
}

.notice-boardss {
    gap: 10px;
    margin-bottom: 0px;
}

.notice-boardss li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.notice-boardss li {
    border-bottom: 2px solid #ededed70;
    width: 100%;
    /* display: flex;
    align-items: baseline; */
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* 
.date-notice {
    margin-right: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #e9f0f6;
} */

.date-notice span {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    color: #525252;
}

.tabing-contant .nav-tabs {
    gap: 5px;
    border-bottom: 0px;
    margin-top: 8px;

    justify-content: center !important;
}

.tabing-contant .nav-tabs .nav-link.active {
    background: var(--Secondary);
    border-radius: 0px 0px 0px 0px;
    color: var(--White);
    border: none;
}

.tabing-contant .nav-tabs .nav-link {
    background: #ffffff17;
    padding: 15px 15px;
    color: var(--Secondary);
    font-weight: 600;
    font-size: 16px;
    line-height: 13px;
    color: #707070;
    padding: 10px 10px;
    text-align: left;
    margin: 10px 0px;
}

.news-events-recents .title-h2 a:hover {
    color: var(--yellow);
    text-decoration: underline;
}

.news-events-recents .title-h2 a {
    color: var(--White);
    font-size: 16px;
}

.news-events-recents .title-h2 h2 {
    font-size: 26px;
    margin-bottom: 0px;
    color: black !important;
}

.news-events-recents .title-h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-nav button:hover,
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--yellow);
    color: var(--Secondary);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 12px);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 12px);
    right: auto;
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: -5px;
}

.custom-nav button,
.swiper-button-next,
.swiper-button-prev {
    height: 40px;
    line-height: 40px;
    transition: all 0.4s ease;
    width: 40px;
    background: var(--Secondary);
    color: var(--White);
    border: 1px solid var(--Secondary);
}

.exclusive-fetures {
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    background-repeat: no-repeat;
}

.feature-ex-bos:hover img {
    transform: rotateY(360deg);
}

.feature-ex-bos img {
    height: 75px;
    transition: all 0.8s ease-in-out;
    margin-bottom: 10px;
}

.feature-ex-bos:hover {
    border: 1px solid var(--Secondary);
}

.feature-ex-bos a i {
    transform: rotate(-45deg);
}

.feature-ex-bos a {
    display: none;
    height: 40px;
    opacity: 0;
    line-height: 40px;
    transition: all 0.4s ease;
    width: 40px;
    background: var(--Secondary);
    color: var(--White);
    border: 1px solid var(--Secondary);
    border-radius: 100px;
    transition: all 0.4s ease;
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
}

.feature-ex-bos:hover a {
    opacity: 1;
}

.feature-ex-bos {
    position: relative;
    padding: 20px 15px;
    background: var(--White);
    border-radius: 15px;
    border: 1px solid var(--White);
    transition: all 0.4s ease;
    text-align: center;
}

.feature-ex-bos h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.feature-ex-bos:hover h3 {
    color: var(--Secondary);
}

.feature-ex-bos p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}

.about-img-top1 {
    width: 100%;
}

.about-img-top2 {
    width: 60%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.about-img-top {
    position: relative;
    padding-bottom: 30px;
}

.about-section-top {
    padding: 50px 0px;
}

.hero-banner__bg-shape1 {
    position: absolute;
    left: -180px;
    top: 50%;
    transform: translate(0%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(180deg, #80000024, #80000024);
    box-shadow: 54px 24px 39px 0px #80000000;
}

.hero-banner__bg-shape1::after {
    position: absolute;
    left: -140px;
    top: -20%;
    transform: translate(0%, -50%);
    content: "";
    width: calc(100% + 250px);
    height: calc(100% + 250px);
    border-radius: 50%;
    background: linear-gradient(180deg, #80000024, #80000024);
    box-shadow: 54px 24px 39px 0px #80000000;
    animation-fill-mode: both;
    animation: blinker 1.5s ease-in-out infinite;
    -webkit-animation: blinker 1.5s ease-in-out infinite;
    -moz-animation: blinker 1.5s ease-in-out infinite;
}

.hero-banner__bg-round {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    animation: circle 15s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}

@keyframes circle {
    0% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(450deg);
    }
}

@keyframes blinker {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.03, 1.03);
    }

    100% {
        transform: scale(1, 1);
    }
}

/* about us page css */
.breadcrumb-sections .container {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.breadcrumb-sections {
    position: relative;
     padding: 70px 0px 50px;
}

.breadcrumb-sections:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #00000094;
    width: 100%;
    height: 100%;
}

.breadcrumb-sections h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: #ffffff;
    margin: 0px;
}

.breadcrumb-ul {
    list-style: none;
    margin-bottom: 0px;

    width: fit-content;
    color: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    display: flex;
}

.breadcrumb-ul .breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    /* Unicode for FontAwesome's chevron-left */
    font-family: "FontAwesome";
    padding: 0 8px;
    color: #fff;
}

.breadcrumb-ul .breadcrumb-item a i {
    margin-right: 5px;
}

.breadcrumb-ul .breadcrumb-item a:hover,
.breadcrumb-ul .breadcrumb-item:hover {
    color: var(--yellow);
}

.breadcrumb-ul .breadcrumb-item a,
.breadcrumb-ul .breadcrumb-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

/* middle-header */
.middle-header {
    padding: 20px 0px;
    display: none;
}

.middle-header ul li a:hover,
.middle-header ul li a.active {
    background: var(--Secondary);
    color: var(--White);
}

.middle-header ul li a {
    transition: all 0.4s ease;
    padding: 8px 30px;
    background: #ffe8e8;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #800000;
    white-space: nowrap;
}

.middle-header ul {
    justify-content: end;
    gap: 10px;
    display: flex;
    margin-bottom: 0px;
}

.border-img {
    border: 1px solid var(--Secondary);
    width: 100%;
}

.name-scholl p {
    margin-bottom: 0px;
    color: var(--Secondary);
    font-weight: bold;
}

.about-page {
    padding: 50px 0px 50px;
}

.box-founders {
    text-align: center;
}

.box-founders h3 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    color: #000000;
    transition: all 500ms ease;
}

.box-founders:hover img {
    transform: scale(1.04);
}

.box-founders-img {
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid var(--Secondary);
}

.box-founders img {
    transition: all 500ms ease;
    transform: scale(1);
    width: 100%;
    height: 600px;
    object-fit: contain;
    background-color: #42620d;
}

.box-founders p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}

.box-founders:hover h3 {
    color: var(--Secondary);
}

.card-outer ol li a,
.card-outer ul li a {
    color: #333931;
}

.card-outer ol li a:hover,
.card-outer ul li a:hover {
    color: #800000;
}

.card-outer ol li,
.card-outer ul li {
    font-size: 16px;
    font-weight: 400;
    color: #333931;

    line-height: 28px;
    list-style: decimal;
    margin-bottom: 10px;
}

.card-outer ol,
.card-outer ul {
    padding-left: 20px;
}

.border-card {
    border: 1px solid var(--Secondary);
    padding: 15px 15px 5px;
}

.card-outer .gallery-box {
    border-radius: 0px;
    border: 1px solid var(--Secondary);
}

.card-outer table {
    word-break: normal;
}

.card-outer table> :where(tbody)> :nth-child(even)>* {
    background-color: #0c54a017;
}

.card-outer table tbody tr:hover td {
    background-color: #0c54a017;
}

.card-outer img {
    border-radius: 0px;
}

.card-outer tbody td {
    vertical-align: middle;
    border: 1px solid var(--Secondary);
}

.card-outer table h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}

.card-outer table td {
    padding: 15px;
}

.card-outer table p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}

.box-gallery-img {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 15px;
    background: #ffe8e8;
    transition: all 500ms ease;
    border: 1px solid #ffe8e8;
}

.box-gallery-album .box-gallery-img img {
    width: calc(50% - 5px);
    border-radius: 10px;
    border: 1px solid var(--Secondary);
    height: 110px;
    object-fit: cover;
}

.box-gallery-album h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 31px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.box-gallery-album:hover h2 {
    color: var(--Secondary);
}

.box-gallery-album>img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--Secondary);
    height: 240px;
    object-fit: cover;
}

.admission-page .card-outer .gallery-box.gallery-box-seprate img,
.gallerys-page .card-outer .gallery-box.gallery-box-seprate img {
    height: 240px;
    object-fit: cover;
}

.box-gallery-img:hover {
    border: 1px solid var(--Secondary);
}

.video-box {
    border: 1px solid var(--Secondary);
}

.video-box video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: -9px;
}

.gallerys-page {
    padding: 60px 0px 60px;
}

.form-control::placeholder {
    color: #6d6c80;
}

.form-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333931;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--Secondary);
}

.form-control {
    background: #ffffff;
    border: 1px solid #cecece;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 15px;
    line-height: 24px;
    color: #333931;
}

.contact-card {
    border-radius: 10px;
    padding: 15px;
    background: #f3f5fa;
    transition: all 500ms ease;
}

.contact-page {
    padding: 40px 0px 40px;
}

.contact-infor-contact {
    border-radius: 10px;
    padding: 15px;
    transition: all 500ms ease;
}

.contact-infor-contact h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
}

.contact-infor-contact li i {
    width: 56px;
    height: 56px;
    background: #0c54a03d;
    /* border: 1px solid var(--Secondary); */
    border-radius: 100px;
    display: flex;
    line-height: 40px;
    text-align: center;
    color: var(--Secondary);
    transition: all 0.4s ease;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.contact-infor-contact li span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: var(--Secondary);
    margin-bottom: 0px;
}

.contact-infor-contact li a,
.contact-infor-contact li p {
    margin-bottom: 0px;
    color: #333931;
    word-break: keep-all;
    font-size: 16px;
}

.contact-infor-contact li {
    margin-bottom: 15px;
    text-align: center;
    display: flex;
    gap: 10px;
}

.contact-infor-contact li:last-child {
    margin-bottom: 0px;
}

.contact-infor-contact li:hover i {
    background-color: var(--Secondary);
    color: var(--White);
}

.exclusive-calender .ui-datepicker-header {
    background-color: var(--Secondary);
    color: white;
    text-align: center;
    font-family: "Roboto";
    padding: 0px;
}

.exclusive-calender .ui-datepicker-prev span,
.exclusive-calender .ui-datepicker-next span {
    display: none;
}

.exclusive-calender .ui-datepicker-prev:after {
    content: "\f053";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900);
    font-size: 16px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    color: var(--White);
    margin-top: 10px;
}

.exclusive-calender .ui-datepicker-next:after {
    margin-top: 10px;
    content: "\f054";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900);
    float: right;
    color: var(--White);
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
}

.exclusive-calender .ui-datepicker-calendar th {
    padding: 10px;
    color: var(--Secondary);
}

.exclusive-calender .ui-datepicker-calendar {
    text-align: center;
    margin: 0 auto;
    padding: 8px;
}

.exclusive-calender .ui-datepicker-title {
    padding: 10px;
}

.exclusive-calender .ui-datepicker-calendar td {
    padding: 4px 0px;
}

.exclusive-calender .ui-datepicker-calendar .ui-state-default {
    text-decoration: none;
    color: black;
}

.exclusive-calender .ui-datepicker-calendar .ui-state-active {
    color: var(--Secondary);
    font-weight: bold;
}

.exclusive-calender .hasDatepicker {
    background: #ffe8e8;
    overflow: hidden;
    border-radius: 8px 8px;
    padding-bottom: 15px;
}

.img-zoom-calenders img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
    height: 100%;
    object-fit: contain;
    background-color: white;

}

.zooicon-add img {
    height: unset !important;
    background-color: unset !important;
}

.img-zoom-calenders:hover .zooicon-add {
    opacity: 1;
}

.img-zoom-calenders:hover img {
    transform: scale(1.04);
}

.img-zoom-calenders {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #0C54A082;
}

.img-zoom-calenders:hover::after {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.img-zoom-calenders::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    background-color: #80000047;
    width: 100%;
    height: 100%;
}

.zooicon-add {
    position: absolute;
    z-index: 1;
    transform: ;
}

.zooicon-add img {
    width: 40px;
}

.zooicon-add {
    opacity: 0;
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 80px;
    line-height: 80px;
    width: 80px;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    display: block;
    border-radius: 100px;
    box-shadow: inset 0 0 0 1px var(--yellow);
    z-index: 100;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    background: var(--Secondary);
    -webkit-animation: pulse2 linear 1000ms infinite;
    animation: pulse2 linear 1000ms infinite;
    -webkit-transition: all 0.4s;
}

.view-clalenders:hover {
    background: #fff;
    color: var(--Secondary);
}

.view-clalenders {
    background: var(--Secondary);
    border-radius: 10px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
    margin-left: auto;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid var(--Secondary);
    font-size: 16px;
}

.upcomming-events::-webkit-scrollbar-thumb,
.notice-boardss::-webkit-scrollbar-thumb {
    background-color: #0c54a0;
    border: 2px solid #dee2e6;
    border-radius: 5px;
}

.upcomming-events {
    height: 400px;
    overflow: auto;
}

.notice-boardss {
    height: 520px;
    overflow: auto;
    padding: 10px;

}

.notic_board_outer {
    position: relative;

}

/* .notic_board_outer:after {

    content: "";
    position: absolute;
    right: 0px;
    background-color: white;
    width: 100%;
    height: 60px;
    clip-path: polygon(0 0, 100% 99%, 100% 0);

} */

.upcomming-events::-webkit-scrollbar,
.notice-boardss::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    width: 8px;
}

.upcomming-events::-webkit-scrollbar-track,
.notice-boardss::-webkit-scrollbar-track {
    background-color: #dee2e6;
    border-radius: 5px;
}

.table-responsive table {
    width: 100%;
}

.tabbing-creates ul li.nav-item .nav-link:hover,
.tabbing-creates ul li.nav-item .nav-link.active {
    background: var(--Secondary);
    color: var(--White);
}

.tabbing-creates {
    margin-bottom: 20px;
}

.tabbing-creates ul {
    border: 0px;
    justify-content: center;
    gap: 10px;
    display: flex;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.tabbing-creates ul li.nav-item .nav-link {
    transition: all 0.4s ease;
    padding: 8px 30px;
    background: #ffe8e8;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #800000;
    white-space: nowrap;
}

.admission-pages-inners {
    padding: 50px 0px;
}

.mboile-pay {
    margin-left: 10px;
}

header .visit-our-website i {
    margin-left: 4px;
}

header .visit-our-website {
    padding: 0px 0px 0px 16px;
    font-size: 14px !important;
}

.footer_mainence {
    background: #2600bd !important;
}

.footer_mainence .marquee-slider-outer p {
    font-size: 18px;
    margin: 0px;
    color: white;
}

.pop_img_main img {
    width: 100%;
}

.footer_mainence .marquee-slider-outer {
    width: 100%;
    display: flex;
    padding: 6px 0;
}

.pop_pop_close {
    position: absolute;
    right: 0px;
    z-index: 9;
    right: -17px;
    width: 20px;
    top: -15px;
    background: #ffffff;
    opacity: 1;
    color: black;
    height: 20px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
}

.modal-dialog.ad_pop_up {
    max-width: 635px !important;
}

@media screen and (max-width: 1450px) {
    .modal-dialog.ad_pop_up {
        max-width: 410px !important;
    }

    header .visit-our-website i {
        line-height: 30px;
        height: 30px;
        width: 30px;
    }
}

@media screen and (max-width: 767px) {


    .prinicpal_img img {
        width: 100% !important;
    }

    .count-area-content {
        gap: 2px;
    }

    .main_adminssion img {
        width: 290px !important;
    }

    .main_adminssion img {
        width: 290px !important;
    }
}

.tab-upgration {
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: fixed;
    right: 0px;
    z-index: 99;
    background: red;
    /* transform: translate(10px, 10px); */
    top: 50%;
    display: none;
    /* display: flex
; */
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    /* width: 40px; */
    transform: rotate(-90deg) !important;
    padding: 4px 12px;
    border-radius: 10px 10px 0px 0px;
    right: -129px;
}

.aboutsection .border-left-about p {
    position: relative;
    z-index: 9;
    height: 400px;
    overflow-y: scroll;
}

.aboutsection .border-left-about p::-webkit-scrollbar-track {
    background-color: white;
}

.aboutsection .border-left-about p::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: #f5f5f5;
}

.aboutsection .border-left-about p::-webkit-scrollbar-thumb {
    background-color: #800000;
}

@media screen and (max-width: 767px) {
    .aboutsection .border-left-about p {
        height: unset;
    }
}

.video_box video {
    height: 100vh;
    object-fit: cover;
}

.slider_video {
    position: relative;
}

.video_box {
    position: relative;
    width: 100%;

    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: center;
}

.slider_video video {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

.slider_video:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: #00000061;
    z-index: 2;
}

/* .slider_video:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      bottom: 0;
      background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
      transform: rotate(180deg);
      z-index: 1;
  } */

.content-slider {
    background: rgba(12, 84, 160, 0.6);
    position: absolute;
    z-index: 8;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 10px;
}

.content-slider h1 {
    font-size: 42px;
    color: white;
    font-family: "Dancing Script", cursive;
    font-weight: 500;
}

.content-slider p {
    color: white;
    margin: 0px;
}

.content-slider h1 {
    font-size: 2.5rem;
    font-weight: bold;
    white-space: nowrap;
}



.announcments p {
    text-align: center;
    font-size: 18px;
    background-color: var(--Secondary);
    margin: 0px;
    padding: 15px 0;
    color: white;
    height: 100%;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    background: #d9d9d9;
    color: var(--Black);
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    animation: marquee-scroll 10s linear infinite;
    font-size: 16px;
    font-weight: 600;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.fg_clouds {
    background-image: url(../img/bg-clouds-1.svg);
    height: 152px;
}

section.clods_image {
    margin-top: -152px;
    position: relative;
    z-index: 98;
    overflow: hidden;
}

.clods_image:after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 152px;
    background-image: url(../img/fg-clouds-1.svg);
    width: 100%;
}

/* .inner_about_school {
      background-color: #0C54A0;
  } */

.about_school {
    padding: 60px 0;
}

.about_school .global_heading h3 {
    color: black;
}

.about_school .global_heading h2 {
    color: black;
}

.global_heading h2 {
    font-size: 18px;
    color: white;
}

.global_heading h3 {
    color: white;
    font-size: 38px;
    font-weight: 600;
}

.inner_about_school p {
    color: #525252;
    font-weight: 500;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
}

.about_image img {
    border-radius: 10px;
}

.count-area {
    position: relative;
    text-align: center;
    color: #fff;
}

.count-area-content {
    margin-top: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.count-area-content:hover .count-icon i {
    color: #efdc04;
    transition: 0.6s;
}

.count-area i {
    font-size: 38px;
    transition: 0.6s;
}

.count-digit {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
}

.count-title {
    font-size: 16px;
}

.prinicpal_message {
    padding: 60px 0px 70px;
    overflow: hidden;
}

.prinicpal_message .global_heading h2 {
    color: black;
}

.prinicpal_message .global_heading h3 {
    color: #094788;
}

.prinicpal_img img {
    border-radius: 60px 0px 44px 44px;
    width: 90%;
    z-index: 2;

}


.prinicpal_img {

    position: relative;

}


.prinicpal_img::after {
    border-radius: 60px 0px 44px 44px;
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    border: 1px solid var(--Secondary);
    left: -10px;
    top: -10px;
    background-color: var(--Secondary);
    z-index: -1;
}

/* 15 */

.btn-15 {
    background: #094788;
    border: none;
    z-index: 1;
    color: white !important;
    font-weight: 500;
    /* border-radius: 5px; */
    padding: 0.5rem 2rem;
    position: relative;
    display: inline-block;
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #efdc04;
    border-radius: 0px;
    transition: all 0.3s ease;
}

.btn-15:hover {
    color: black !important;
    transition: 0.4s;
}

.btn-15:hover svg path {
    fill: black;
    color: black;
}

.btn-15:hover:after {
    left: 0;
    width: 100%;
}

.btn-15:active {
    top: 2px;
}

.custom-btn {
    color: #fff;
    padding: 10px 20px !important;
    text-align: center;
    font-weight: 500;
    background: #C31100;
    cursor: pointer;
    transition: all 0.3sease;
    position: relative;
    display: inline-block;
    outline: none;
    overflow: hidden;
    border-radius: 60px 60px 60px 0px;
}

.facilities {
    padding: 80px 0;
    background-color: #094788;
    overflow: hidden;
}

.facilities_iccon p {
    color: #525252;
    margin: 0px;
}

.card {
    position: relative;
    width: 100%;
    height: 388px;
    background: #fff;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.card a {
    text-decoration: none;
    color: #000;
}

.vk {
    background: #0c54a0;
    width: 100%;
    border-radius: 20px;
}

.git {
    background: #fff;
}

.twitter {
    background: #55acee;
}

.card__front,
.card__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 388px;
    color: #000;
    backface-visibility: hidden;
}

.card__front {
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card__back {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;
    background-color: #003974;
    border-radius: 20px;
    color: #094788;
}

.card__item:hover .card {
    transform: rotateY(180deg);
    width: 100%;
}

.card__back {
    transform: rotateY(180deg);
    width: 100%;
}

.facilities .owl-stage-outer {
    margin-right: -310px;
}

.card__front i {
    font-size: 140px;
    color: white;
}

.card__front p {
    font-size: 20px;
    margin-top: 20px;
    color: white;
    text-transform: uppercase;
}

.card__back p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: white;
}

.manage_button button {
    background: #0c54a0;
    border: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: 0.6s;
}

.manage_button button:hover {
    background-color: #efdc04;
    color: black;
    transition: 0.6s;
}

.manage_button {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-bottom: 25px;
}

.activities_recognition {
    padding: 60px 0px;
    background-color: #E9F0F6;
}

.activities_recognition .global_heading h2 {
    color: black;
}

.activities_recognition .global_heading h3 {
    color: black;
}

.activity_image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
    object-fit: cover;
    border-radius: 10px;
}

.activities_box h4 {
    color: black;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0px;
    /* margin-top: 12px; */
}

.activities_details {
    margin-bottom: 10px;
}

.activities_box {
    position: relative;
}

.activities_box .manage_button {
    position: absolute;
    right: 0px;
    bottom: -7px;
    margin: 0px;
}

header.scrolled .menu-item:hover {
    color: #0c54a0 !important;
}

.achievement_box_icon {
    width: 77px;
    height: 77px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-align: center;
    transition: 0.6s;
}

.achievement_box p {
    color: white;
}

.achievement_outer {
    background-color: #0c54a0;
    padding: 20px 15px 30px;
    margin-top: 50px;
}

.achievement_outer h5 {
    margin-bottom: 15px;
    color: white;
    font-size: 18px;
}

.achievement_box p {
    margin: 0px;
    margin-top: 10px;
}

.achievement_box_icon img {
    width: 38px !important;
}

.our_gallery {
    padding: 60px 0px;
    background-color: var(--Secondary);
}

.our_gallery .global_heading h2 {
    color: white;
}

.our_gallery .global_heading h3 {
    color: white;
}

.testimonials {
    background-color: #0c54a0;
    padding: 60px 0;
}

.youtube_btn_link {
    color: #f61c0d;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonials_images img {
    border-radius: 10px;
    height: 245px;
    object-fit: cover;
}

.testimonials_images {
    position: relative;
}

footer {
    background-color: #18171d;
}

.fooetr_logo img {
    width: 70%;
}

.news_letter {
    border: 1px solid #808080;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: space-between;
}

.news_letter input {
    background-color: transparent;
    border: none;
    width: 65%;
    padding: 10px;
    color: white;
}

.news_letter input:focus {
    outline: none;
}

.footer_cnt {
    margin: 15px 0px;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    padding: 15px 0;
}

.footer_links h6 {
    font-size: 18px;
    color: white;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
}

.footer_links ul li {
    list-style-type: none;
}

.footer_links ul li a {
    color: #8996a0;
    margin: 10px 0;
    display: inline-block;
    transition: 0.6s;
}

.footer_links ul li a:hover {
    color: ;
}

.copy_right p {
    color: white;
    font-size: 14px;
}

.social_icon ul li a {
    background-color: #C31100;
    color: white;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.social_icon ul li a:hover {
    background-color: #0c54a0;
    color: #fff;
}

.social_icon ul li {
    list-style: none;
}

.social_icon ul {
    display: flex;
    margin-bottom: 0px;
    gap: 15px;
    align-items: center;
}

.events {
    padding: 50px 0;
    position: relative;
}

.events__header {
    margin-bottom: 24px;
}

.events__header__right {
    display: none;
}

.events__header__right .button__link:first-child {
    margin-right: 12px;
}

.events__title {
    margin: 0;
    font-size: 1.5em;
    color: #575757;
    text-align: center;
}

.events__container {
    position: relative;
}

.events__btn {
    width: 58px;
    height: 58px;
    margin: 0 auto;
    top: 40%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #06162f;
    color: #fff;
    font-size: 1.5em;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 350ms ease,
        -webkit-box-shadow 350ms ease;
    transition: background-color 350ms ease, -webkit-box-shadow 350ms ease;
    -o-transition: background-color 350ms ease, box-shadow 350ms ease;
    transition: background-color 350ms ease, box-shadow 350ms ease;
    transition: background-color 350ms ease, box-shadow 350ms ease,
        -webkit-box-shadow 350ms ease;
}

.events__btn:disabled {
    background-color: #575757;
}

.events__btn:enabled:hover {
    -webkit-box-shadow: 0 0 0 14px rgba(144, 44, 61, 0.5);
    box-shadow: 0 0 0 14px rgb(20 61 121 / 36%);
}

.events__btn--prev {
    left: 0;
    right: calc(100% - 82px);
}

.events__btn--next {
    right: 0;
    left: calc(100% - 82px);
}

.events__list {
    width: calc(100% - 82px - 82px);
    z-index: 0;
    margin: 0 auto;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-item.cloned.active .events__item,
.events__item {
    width: 190px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 350ms ease, visibility 0ms linear 350ms;
    -o-transition: opacity 350ms ease, visibility 0ms linear 350ms;
    transition: opacity 350ms ease, visibility 0ms linear 350ms;
}

.events__list .owl-stage:before {
    content: "";
    position: absolute;
    top: 90px;
    right: 190px;
    left: 95px;
    height: 117px;
    background: url("../images/events.svg") left/570px 100% repeat-x;
    opacity: 0.5;
}

.events__item {
    width: 190px;
    margin: auto;
    list-style: none;
    -webkit-transition: opacity 350ms ease, visibility 0ms linear 350ms;
    -o-transition: opacity 350ms ease, visibility 0ms linear 350ms;
    transition: opacity 350ms ease, visibility 0ms linear 350ms;
}

.owl-item.active .events__item {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 350ms ease, visibility 0ms linear;
    -o-transition: opacity 350ms ease, visibility 0ms linear;
    transition: opacity 350ms ease, visibility 0ms linear;
}

.events__item__link {
    text-decoration: none;
    text-align: center;
}

.events__item__link:hover .events__item__date {
    background-color: #094788;
}

.events__item__link:hover .events__item__date span {
    color: #efdc04;
}

.events__item__date {
    background-color: #ddd;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 350ms ease;
    -o-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
}

.events__list .owl-item:nth-child(2n) .events__item__date,
.events__list>.events__item:nth-child(2n) .events__item__date {
    margin-top: 110px;
}

.events__item__date span {
    display: block;
    color: #06162f;
    font-weight: 700;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}

.events__item__date .d {
    font-size: 4.625em;
}

.events__item__date .m {
    font-size: 1.5em;
    text-transform: uppercase;
}

.events__item__title {
    font-size: 1.125em;
    margin: 32px 0 10px;
    color: #06162f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    max-height: 2.4em;
    overflow: hidden;
}

.events__item__time {
    color: #06162f;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}

.events__pager {
    margin-top: 64px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.events__pager button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 16px;
    background-color: #ddd;
    opacity: 0.5;
}

.events__pager button:last-child {
    margin-right: 0;
}

.events__footer {
    margin-top: 24px;
}

.events__footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px -12px 0;
}

.events__footer__links .button__link {
    margin: 0 12px 12px 0;
}

@media (min-width: 1025px) {
    .events {
        padding: 110px 0;
    }

    .events__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 64px;
    }

    .events__header__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .events__title {
        font-size: 2.125em;
    }

    .events__btn--prev {
        left: 0;
        right: calc(100% - 176px);
    }

    .events__btn--next {
        right: 0;
        left: calc(100% - 176px);
    }

    .events__list {
        width: calc(100% - 176px - 176px);
    }

    .events__footer {
        display: none;
    }

    .events__pager {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.upcomingevents .owl-item:nth-child(2n) .events__item__date,
.events__list>.events__item:nth-child(2n) .events__item__date {
    margin-top: 110px;
}

.events .global_heading h2 {
    color: black;
}

.events .global_heading h3 {
    color: #094788;
}

header.scrolled {
    background-color: white !important;
    transition: 0.6s;
    z-index: 999 !important;
}

header.scrolled .menu-item {
    transition: 0.25s;
    color: #000000 !important;
    text-shadow: none;
}

.top_btn_s svg {
    margin-right: 5px;
}

.all_menu.btn-15 {
    background-color: #b30000;
}

header .black_logo {
    display: none;
}

header.scrolled .white_logo {
    display: none;
}

header.scrolled .black_logo {
    display: block;
}

.gallery-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    background-color: #0000001f;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
}

.gallery-item:hover::after {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.gallery-item {
    cursor: pointer;
}

.gallery-item a {
    cursor: pointer;
    display: inline-block;
}

.gallery-item img {
    border-radius: 10px;
}

.offcanvas-start {
    background-color: #0c54a0;
    width: 400px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.listreset .owl-nav {
    display: none !important;
}

.menus_list_sidebar ul li {
    list-style: none;
    text-align: center;
    margin: 20px 0;
}

.menus_list_sidebar ul li a {
    color: white;
    padding: 5px 0px;
    width: 100%;
    display: inline-block;
    transition: 0.6s;
    border-radius: 20px;
}

.menus_list_sidebar ul li a:hover {
    background-color: #efdc04;
    color: black;
    border-radius: 20px;
    transition: 0.6s;
}

.menu-item:hover {
    color: #efdc04;
}

.my_off_canvas .custom-btn {
    color: #fff;
    border-radius: 0px;
    padding: 10px 30px !important;
    text-align: center;
    font-weight: 500;
    background: #0a2956;
}

.footer_links ul li a:hover {
    color: #efdc04;
    margin-left: 5px;
    transition: 0.6s;
}

.achievement_box_icon:hover {
    background-color: #0b2e61;
    cursor: grab;
    transition: 0.6s;
}

.resize_icon {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0c54a0;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    opacity: 0;
    transition: 0.6s;
}

.gallery-item:hover .resize_icon {
    opacity: 1;
    top: 50%;
    transition: 0.6s;
}

.image-img1 {
    -webkit-animation: animate-1 15s linear 0s infinite;
    animation: animate-1 15s linear 0s infinite;
}

.image-img2 {
    -webkit-animation: animate-2 15s linear 0s infinite;
    animation: animate-2 15s linear 0s infinite;
}

.img-1 {
    -webkit-animation: animate-3 15s linear 0s infinite;
    animation: animate-3 15s linear 0s infinite;
}

.img-3 {
    -webkit-animation: animate-4 15s linear 0s infinite;
    animation: animate-4 15s linear 0s infinite;
}

@-webkit-keyframes animate-1 {

    0%,
    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }

    50% {
        -webkit-transform: translateX(5vmin);
        /* यहाँ Y वैल्यू बढ़ाई गई */
        transform: translateX(5vmin);
    }
}

@keyframes animate-1 {

    0%,
    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }

    50% {
        -webkit-transform: translateY(-1.5vh) translateX(5vmin);
        transform: translateY(-1.5vh) translateX(5vmin);
    }
}

@-webkit-keyframes animate-2 {

    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-15vmin);
        transform: translateY(-15vmin);
    }
}

@keyframes animate-2 {

    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-15vmin);
        transform: translateY(-15vmin);
    }
}

@-webkit-keyframes animate-3 {

    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-5vmin);
        transform: translateY(-5vmin);
    }
}

@keyframes animate-3 {

    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-5vmin);
        transform: translateY(-5vmin);
    }
}

@-webkit-keyframes animate-4 {

    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10vmin);
        transform: translateY(10vmin);
    }
}

@keyframes animate-4 {

    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10vmin);
        transform: translateY(10vmin);
    }
}

@-webkit-keyframes animate-5 {

    0%,
    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }

    50% {
        -webkit-transform: translateY(-1.5vh) translateX(5vmin);
        transform: translateY(-1.5vh) translateX(5vmin);
    }
}

@keyframes animate-5 {

    0%,
    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }

    50% {
        -webkit-transform: translateY(-1.5vh) translateX(5vmin);
        transform: translateY(-1.5vh) translateX(5vmin);
    }
}

.bread_crumb_global {
    padding: 250px 0px 60px;
    position: relative;
}

.bread_crumb_global:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000087;
    transform: rotate(180deg);
    bottom: 0px;
}

.bread_crumb_global h1 {
    color: white;
    position: relative;
    z-index: 9;
}

.breadcrumb-ul {
    list-style: none;
    margin-bottom: 0px;
    width: fit-content;
    color: #fff;
    border-radius: 100px;
    padding: 10px 0px;
    display: flex;
}

.breadcrumb-ul .breadcrumb-item a,
.breadcrumb-ul .breadcrumb-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

.breadcrumb-ul .breadcrumb-item a,
.breadcrumb-ul .breadcrumb-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

.breadcrumb-ul .breadcrumb-item a i {
    margin-right: 5px;
}

.breadcrumb-ul .breadcrumb-item a,
.breadcrumb-ul .breadcrumb-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

.breadcrumb-ul .breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: "FontAwesome";
    padding: 0 8px;
    color: #fff;
}

.bread_crumb_global nav {
    position: relative;
    z-index: 9;
}

.contact_us_form {
    padding: 60px 0;
}

.let_touch li {
    list-style: none;
    margin-bottom: 25px;
    display: flex;
    gap: 10px;
}

.icon_c {
    width: 56px;
    height: 56px;
    background-color: #0c54a03d;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0c54a0;
    font-size: 22px;
}

.cnt_contact {
    width: calc(100% - 56px);
}

.let_touch span {
    color: #7d7d7d;
    font-size: 14px;
}

.let_touch a {
    color: black;
    font-size: 18px;
}

.form_elements {
    background-color: #f3f5fa;
    padding: 20px;
}

.contact_us_form h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}

.form_elements input {
    width: 100%;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #bbbbbc;
}

.form_elements label {
    font-size: 14px;
    color: #7d7d7d;
    display: block;
}

.login_form_field .form-control {
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #bdbdbd;
}

.form_elements input {
    width: 100%;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #bbbbbc;
}

.let_touch li:hover .icon_c {
    background-color: #0c54a0;
    color: white;
}

.lets_get_touch h4 {
    font-weight: 700;
}

.login_form_field .form-control:focus {
    box-shadow: none;
    border: 1px solid #0c54a0;
}

.content_global {
    padding: 60px 0;
}

.cntentt_global_inner {
    background-color: #e9e9e9;
    padding: 15px;
}

.cntentt_global_inner h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 15px;
    color: #0c54a0;
}

.content_global ul {
    padding: 0px;
}

.content_global ul li {
    color: #6f6f6f;
    margin: 16px 0px;
    list-style: none;
    position: relative;
    padding-left: 25px;
}

.content_global ul li:before {
    content: "\f192";
    position: absolute;
    left: 0;
    top: 13px;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0c54a0;
}

.cntentt_global_inner i {
    color: #0c54a0;
    margin-right: 10px;
    font-size: 14px;
}

.table_head {
    font-size: 22px;
    background: #0c54a029;
    color: #0c54a0;
    text-align: center;
    padding: 9px 0px;
    font-weight: 700;
    margin: 0px;
}

.vissi_miss_box {
    background-color: #ececec;
    padding: 10px;
    border-radius: 15px;
    height: 100%;
    border: 1px solid transparent;
    transition: 0.6s;
}

.vissi_miss_box:hover {
    border: 1px solid #0c54a0;
    transition: 0.6s;
}

.vissi_miss_box:hover .icon {
    background-color: #0c54a0;
    color: white;
    transition: 0.6s;
}

.vissi_miss_box h4 {
    font-weight: 600;
    font-size: 20px;
}

.vissi_miss_box .icon {
    width: 53px;
    height: 53px;
    border-radius: 100%;
    background-color: #0c54a03d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0c54a0;
    margin-bottom: 10px;
    font-size: 20px;
    transition: 0.6s;
}

.mid_space {
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    padding: 50px 0px 40px;
    margin-top: 40px;
}

.our_infrastructure {
    padding: 0px 0px 60px;
}

.school_uniform table ul li {
    margin: 10px 0px;
}

.school_uniform table ul li {
    position: relative;
    padding-left: 20px;
}

.school_uniform table ul li:before {
    content: "\f192";
    position: absolute;
    left: 0px;
    top: 1px;
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900);
    /* background-color: var(--Black); */
    /* height: 2px; */
    /* width: 100%; */
    /* transform: translate(-50%, -50%); */
    transition: all 0.3s ease;
    color: #0c54a0;
    font-size: 15px;
}

.admission-page {
    padding: 40px 0;
}

.border-card h5 {
    font-weight: 600;
    margin: 0px;
}

.other_documents a {
    display: block;
    color: #0c54a0;
    font-weight: 700;
}

.other_documents a:hover {
    background-color: #eaeef3;
}

.news_image img {
    height: 400px;
    object-fit: contain;
    background-color: #eaeef3;
    border-radius: 5px;
}

.parent_testimonials {
    padding: 60px 0px;
    background-color: #0c54a0;
}

.profile_parents img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 100%;
    margin-top: -65px;
    object-fit: cover;
}

.testimonials_box {
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    height: 100%;
    margin-top: 60px;
}

.testimonials_box h5 {
    margin-top: 10px;
}

.testimonials_box p {
    margin: 0px;
}

.quote_icon {
    position: absolute;
    right: 15px;
    top: 15px;
}

.quote_icon i {
    font-size: 28px;
    color: #0c54a0;
}

.tab-content h2 {
    color: white !important;
    font-size: 24px;
    font-weight: 600;
    margin-left: 8px;
    margin-top: 15px;
    display: inline-block;
    text-align: center;
}

.school_calendar {
    color: #0c54a0 !important;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}

.our_gallery .big-image img {
    height: 432px;
    object-fit: cover;
}

.gallerys-page .card-outer {
    margin: 0px !important;
}

.offcanvas.offcanvas-start {
    z-index: 9998 !important;
}

.offcanvas-header h5 {
    color: white;
    font-weight: 600;
}

.usefull_menu_links ul li a {
    display: block;
    background-color: #0b2c5d;
    margin: 10px 0px;
    padding: 8px;
    color: white;
}

.usefull_menu_links ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.offcanvas .btn-close {
    filter: invert(14);
}

.icon_off_can {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_off_can i {
    color: #0c54a0;
    font-size: 20px;
}

.usefull_menu_links ul li a:hover .icon_off_can {
    background-color: #efdc04;
}

.offcanvas .btn-close:focus {
    box-shadow: none;
}

.slide-content {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -230%);
    z-index: 9999;
    background: rgba(12, 84, 160, 0.6);
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.slide-content h2 {
    font-family: "Dancing Script", cursive;
    color: #ffd427;
}

.slide-content p {
    color: white;
}

.top_bar_details {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.top_bar .social_icon {
    background-color: #c31100;
    gap: 45px;
}

.top_bar {
    background-color: #0c54a0;
}

.top_bar .social_icon {
    padding: 5px 15px;
}

.top_bar .top_bar_details {
    padding: 0px 15px;
}

.top_bar_details li a {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.top_bar_details li a:hover{ text-decoration: underline;}

.top_bar_details li {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.top_bar_details li a i {
    color: white;
}

.social_icon span {
    color: white;
}

.video_box.img_box .owl-stage-outer .slide-item img {
    height: 80vh;
    object-fit: cover;
}

.slide-content h1 {
    font-size: 52px;
    color: #fff;
    font-family: "Dancing Script", cursive;
}

.slide-content h1 span {
    color: #ffd427;
}

.slide-banner {
    position: relative;
}

.slide-banner .owl-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(-50%, -50%);
    background-color: #ffffffc2 !important;
    padding: 15px 12px !important;
    width: 32px;
    height: 52px;
    color: white;
}

.slide-banner .owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0%, -50%);
    background-color: #ffffffc2 !important;
    padding: 15px 12px !important;
    width: 32px;
    height: 52px;
    color: white;
}

.slide-banner .owl-next:hover i {
    color: white;
}

.slide-banner .owl-next:hover {
    color: white;
    background-color: var(--Secondary) !important;
}

.slide-banner .owl-prev:hover i {
    color: white;
}

.slide-banner .owl-prev:hover {
    color: white;
    background-color: var(--Secondary) !important;
}

.since_school span {
    color: var(--Secondary);
    font-weight: 600;
}

.since_school h4 {
    font-size: 82px;
    color: var(--Secondary);
    font-weight: 600;
    font-family: "Playfair Display", serif;
    margin: 0px;
    /* line-height: 40px; */
    margin-top: -30px;
}

.since_school img {
    width: 110px;
    margin-left: 20px;
}

.inner_about_school .global_heading h3 {
    font-size: 26px;
    color: var(--Black);
}

.mission_vission_box h5 {
    color: var(--Secondary);
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.mission_vission_box {
    background-color: #e9f0f6;
    border-radius: 10px;
    padding: 12px;
    height: 100%;
}

.mission_vission_box .icon_box img {
    width: 40px;
    object-fit: contain;
    height: 40px;
}

.mission_vission_box .icon_box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.notice_section {
    background-color: #e9f0f6;
    padding: 0px 0 0px;
}

.notice_section_heading {
    background-color: var(--Secondary);
    padding: 20px;
    text-align: center;
    color: white;
    margin: 0px;
}


.school_badge {
    width: 220px;
    /* square */
    object-fit: contain;
    /* or cover */
    margin: auto;
}


.rewards .activity_image img {
    aspect-ratio: 16 / 23;

    width: 100%;
    overflow: hidden;
    height: unset;
    object-fit: contain;
}


.academic_excellence {
    padding: 15px;
    position: relative;
}

.academic_excellence_outers {
    background-color: white;
    position: relative;
    height: 88%;


}

.academic_excellence_outers:after {
    content: "";
    position: absolute;
    background-color: white;
    clip-path: polygon(0 0, 0% 100%, 140% 0);
    width: 100%;
    height: 60px;
    left: 0px;
    bottom: -45px;
}


.notice_section .tabing-contant .nav-tabs {
    overflow-y: scroll;
    flex-wrap: nowrap;
    justify-content: start !important;
    align-items: center;
    padding: 0px 10px;
}

.download_app_sec {

    padding-top: 60px;

}

.download_app_sec .global_heading h3 {
    color: #151131;
}

.download_app_sec .links_app img {
    height: 52px;
    width: auto;
}

.school_activity .global_heading h3 {

    font-size: 24px;
    color: var(--Secondary);

}


.pay_btn.custom-btn {
    color: #fff;
    padding: 10px 30px !important;
    text-align: center;
    font-weight: 500;
    background: #0c54a0;
}

.school_activity .activities .owl-nav,
.academic_excellence .rewards .owl-nav {
    display: flex;
    gap: 12px;
}

.school_activity .activities .owl-nav button,
.academic_excellence .rewards .owl-nav button {
    background-color: #0c54a0;
    /* padding: 5px 10px !important; */
    font-size: 16px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 10px;
    color: white;

}


.global_heading_h2 h3 {
    font-family: "Playfair Display", serif;
    font-size: 38px;
    font-weight: 600;
}

.global_heading_h3 h3 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 22px;
}

.right_added_box:after {
    content: "";
    position: absolute;
    right: 0px;
    background-color: white;
    width: 100%;
    height: 60px;
    clip-path: polygon(0 0, 100% 99%, 100% 0);
    bottom: -60px;
}

.right_added_box {
    height: 88%;

    background: #fff;
    position: relative;
}

.school_activity {
    padding: 20px 40px;
}

.academic_excellence .rewards .owl-nav button span {
    line-height: 30px;
    margin-top: -7px;
}

.academic_excellence .rewards .owl-nav {
    margin-top: 20px;
}

.school_activity .activities .owl-nav {
    position: absolute;
    right: 0px;
    bottom: 32px;
}

.activities_details {
    width: 80%;
}


.notice-marquee {
    height: 550px;
    /* jitna area chahiye */
    overflow: hidden;
    position: relative;
    padding: 10px 20px;
}

.notice-marquee .notice-boardss {
    margin: 0;
    padding: 0;
    list-style: none;
    animation: noticeScroll 12s linear infinite;
}

@keyframes noticeScroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.position_names {
    color: #fff;
    padding: 10px 30px !important;
    text-align: center;
    font-weight: 500;
    background: #C31100;
    cursor: pointer;
    transition: all 0.3sease;
    position: relative;
    display: inline-block;
    outline: none;
    overflow: hidden;
    border-radius: 20px 0px 80px 20px;
    position: absolute;
    bottom: -12px;
    right: 47px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.iframses_add {
    border-radius: 10px;
}


.contact_details .contact_tittle {
    display: flex;
    align-items: center;
    gap: 15px;
}


.contact_details .contact_tittle i {
    font-size: 32px;
    color: #003f9a;
}

.contact_details .contact_tittle h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0px;
}



.patron_saint_img{

    aspect-ratio: 3 / 2;
    width: 100%;
    object-fit: contain;
    margin: auto;

}


.border-card thead th{

    background-color: #0c54a0;
    color: white!important;
        padding: 10px;

}

.border-card p{ text-align: justify;}


.grid_design {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.grid_design a {
    background-color: rgb(12 84 160);
    color: white;
    text-align: start;
    width: 100%;
    position: relative;
    padding: 21px;
    border-radius: 10px;
}


.grid_design a::after {
    content: "";
    font-family: "Font Awesome 6 pro";
    position: absolute;
    width: 50px;
    height: 50px;
    color: rgb(85, 126, 201);
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5px;
    top: 6px;
    border-radius: 10px;
}

.grid_design a:hover{ 

    background-color: #efdc04!important;
    color: black;

}


 .other_documents h2 {

font-weight: 600;
font-size: 26px;

 }


 .mdoal_popu button.modal-close-btn {
width: 22px;
    height: 22px;
    padding: 0px;
    font-weight: bold;
    font-size: 18px;
    /* line-height: 35px; */
    background: #911b10;
    /* border-radius: 100px; */
    color: #fff;
    border: 0px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}




.facilites-outerr:hover {
    border-color: #0c54a0;
}
.facilites-outerr {
    text-align: center;
    padding: 15px;
    height: 100%;
    background: #0c53a017;
    border-radius: 10px;
    transition: all .3s ease 0s;
    border: 1px solid #fff;
}
.facilites-outerr img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.links-features-img {
    position: relative;
}
.links-features-img {
    overflow: hidden;
    transition: all .3s ease 0s;
    border-radius: 10px;
}
.facilites-outerr h2 {
    transition: all .3s ease 0s;
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.facilites-outers:hover h2 {
    color: #0c54a0;
}