body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Montserrat", sans-serif;
}

ul {
    list-style: none;
}

a,
button {
    color: var(--textcolor);
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
    padding: 0px;
    margin: 0px;
    line-height: normal;
}

p {
    font-family: "Open Sans", sans-serif;
}

:root {
    --primarycolor: #c8cfd7;
    --darkcolor: #404040;
    --lightcolor: #fff;
    --textcolor: #404040;
    --titlecolor: #9A1E1F;
    --bgcolor: #f7f7f799;
    --bordercolor: #E0E0E0;
    --btn-color: #B91C1C;
}

.custom-style {
    display: inline-block;
    width: 100%;
    padding: 40px 0px;
}

.common-title {
    color: var(--titlecolor);
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 40px;
}

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

.common-btn-box {
    margin-top: 33px;
}

.common-btn,
.readmore-btn {
    color: var(--textcolor);
    background: var(--primarycolor);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    border-radius: 8px;
    padding: 15px 25px;
    line-height: normal;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in-out;
}

.readmore-btn {
    color: var(--textcolor) !important;
    background-color: transparent;
    border: 2px solid var(--primarycolor);
}

.scroll-top {
    width: 40px;
    height: 40px;
    color: var(--textcolor);
    background: var(--primarycolor);
    font-size: 17px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    position: fixed;
    right: 18px;
    bottom: 15px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.scroll-top:hover i {
    color: var(--textcolor);
}

.btn-floating {
    position: fixed;
    left: 18px;
    bottom: 15px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    z-index: 999;
    color: var(--textcolor);
    background-color: var(--primarycolor);
    font-size: 20px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-floating:hover {
    width: auto;
    padding: 0px 20px;
    cursor: pointer;
}

.btn-floating span {
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 8px;
    transition: all 0.3s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

.scroll-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: painted;
}

.owl-carousel .owl-item {
    border-radius: 15px !important;
}

.owl-nav {
    margin-top: 0px !important;
}

.owl-nav button {
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    background-color: var(--primarycolor) !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    align-content: center;
    position: absolute;
    top: 41%;
}

.owl-nav button i {
    color: var(--textcolor);
    font-size: 15px;
}

.owl-nav .owl-prev {
    left: -23px;
}

.owl-nav .owl-next {
    right: -23px;
}

.owl-dots {
    margin-top: 24px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--primarycolor);
}

.owl-theme .owl-nav .disabled {
    opacity: 0;
}

.bgcolor {
    background-color: var(--bgcolor);
}

.pagination {
    width: 100%;
    gap: 12px;
    justify-content: center;
    list-style: none;
    margin: 0px !important;
    margin-top: 32px !important;
}

.pagination .page-item {
    display: inline-block;
    margin: 0px;
}

.pagination .page-item::before {
    display: none;
}

.pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0px;
    border-radius: 50% !important;
    color: var(--textcolor);
    background-color: var(--primarycolor);
    font-size: 16px;
    font-weight: 500;
    transition: all 0.25s ease;
    box-shadow: none;
}

.pagination .page-link:hover {
    transform: translateY(-1px);
    color: var(--textcolor);
    background-color: var(--primarycolor);
}

.pagination .page-item.active .page-link {
    color: var(--textcolor);
    background-color: var(--primarycolor);
    border-color: var(--primarycolor);
}

#focus {
    scroll-margin-top: 240px;
}

p {
    text-align: justify;
}

.header {
    width: 100%;
}

.header .top-header {
    padding: 8px 25px;
    background-color: var(--primarycolor);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .update-box {
    width: 88%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.header .update-box span {
    display: block;
    width: 193px;
    color: var(--textcolor);
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.header .scrolling-container {
    width: 100%;
    overflow: hidden;
}

.header .scrolling-text {
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    animation: scroll-left 28s linear infinite;
    white-space: nowrap;
}

.header .top-header li {
    display: inline-block;
    line-height: normal;
}

.header .our-social a {
    font-size: 15px;
    background-color: var(--lightcolor);
    color: var(--textcolor);
    line-height: normal;
    margin-left: 5px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header .middle-header {
    width: 100%;
    background-color: var(--lightcolor);
    padding: 0px 25px;
    border-bottom: 1px solid #8080801f;
    text-align: center;
}

.header .school-logo {
    height: 82px;
    object-fit: contain;
}

.header .bottom-header {
    width: 100%;
    background-color: var(--lightcolor);
}

.header .navbar {
    padding: 0px;
}

.header .nav-link {
    color: var(--textcolor);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 12px !important;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.header .nav-link:hover {
    color: var(--titlecolor);
}

.header .dropdown-menu {
    padding: 0px;
    background-color: var(--lightcolor);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
    border: 0px;
}

.header .mega-menu {
    padding: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0px 0px 15px 15px;
    left: 50%;
    transform: translateX(-50%);
}

.header li:first-child .mega-menu {
    transform: translateX(-33%);
}

.header .mega-inner {
    display: flex;
    column-gap: 20px;
}

.header .mega-img {
    width: 420px;
    height: 100%;
    border-radius: 15px;
}

.header .mega-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.header .custom-mega-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 14px;
}

.header .dropdown-menu li {
    min-width: 311px;
    border-bottom: 1px solid #f3f3f3;
}

.header .dropdown-menu li:last-child {
    border-bottom: 0px;
}

.header .dropdown-menu .dropdown-item {
    color: var(--textcolor);
    background-color: transparent;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 0px !important;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.header .dropdown-menu .dropdown-item:hover {
    color: var(--titlecolor);
}

.mega-menu[data-bs-popper] {
    left: unset !important;
    margin-top: 10px !important;
}

.bottom-header.is-sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background: var(--lightcolor);
    backdrop-filter: blur(8px);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
    animation: smoothSlideDown 0.4s ease forwards;
}

.nav-head {
    display: none;
}

.showDropdownMenu {
    display: block;
}

.header .navbar-brand {
    display: none;
}

.hero-slide {
    width: 100%;
    height: 100%;
}

.hero-slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider .owl-nav button {
    width: 45px;
    height: 45px;
}

.hero-slider .owl-nav .owl-prev {
    left: 14px;
}

.hero-slider .owl-nav .owl-next {
    right: 14px;
}

.hero-slider .owl-nav button {
    background-color: var(--lightcolor) !important;
}

.hero-slide .owl-nav button i {
    color: var(--lightcolor);
}

.hero-banner {
    position: relative;
    overflow: hidden;
}

.community-links {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 1;
    display: flex;
    align-items: center;
    background-color: rgba(191, 199, 209, 0.8);
    border-radius: 5px;
    padding: 10px 12px;
	display:none;
}

.community-links li {
    display: flex;
    align-items: center;
}

.community-links span {
    display: inline-block;
    margin: 0px 8px;
}

.community-links a {
    color: var(--textcolor);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.message-video-box {
    width: 615px;
    height: 615px;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.message-video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.message-content {
    height: 100%;
    align-content: center;
}

.message-content p {
    color: var(--textcolor);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 18px;
}

.message-content p:last-child {
    margin-bottom: 0px;
}

.message-content .common-btn {
    margin-top: 16px;
}

.message-content .common-title,
.principal-note .common-title {
    text-align: left;
    margin-bottom: 25px;
}

.core-value-box {
    text-align: center;
}

.core-value-box h2,
.core-heading-box h2 {
    color: var(--titlecolor);
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 32px;
}

.core-value-box p {
    color: var(--textcolor);
    font-size: 18px;
    line-height: 26px;
}

.core-heading-box {
    text-align: center;
    margin: 50px 0px 31px;
}

.core-box {
    padding: 25px;
    border-radius: 15px;
    background-color: var(--lightcolor);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 24px;
}

.core-box h3 {
    color: var(--titlecolor);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.core-box p {
    color: var(--textcolor);
    font-size: 17px;
    line-height: 25px;
}

.principal-note {
    height: 100%;
    align-content: center;
}

.principal-note p {
    color: var(--textcolor);
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 14px;
}

.principal-note p:last-child {
    margin-bottom: 0px;
}

.principal-note h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 23px 0px 10px;
}

.principal-note blockquote {
    margin-bottom: 15px;
}

.principal-note .readmore-content-box {
    height: 323px;
    overflow: hidden;
}

.add-height {
    height: auto !important;
}

.principal-note .readmore-btn {
    margin-top: 26px;
}

.principle-img-box {
    position: sticky;
    top: 53px;
}

.principle-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.principle-img-box figure {
    display: block;
    width: 512px;
    height: 512px;
    border-radius: 50%;
    border: 10px solid var(--lightcolor);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 0px auto;
}

.achievers-container figure,
.achievers-container .title-box {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin: auto;
    border: 1px dashed var(--primarycolor);
    padding: 5px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease-in-out;
}

.achievers-container .title-box {
    text-align: center;
    align-content: center;
    background-color: var(--primarycolor);
    padding: 20px;
}

.achievers-container .title-box h3 {
    color: var(--textcolor);
    font-size: 23px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.achievers-container figure:hover .overlay-box {
    transform: scale(1);
    opacity: 1;
}

.achievers-container a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.achievers-container figure img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.achievers-container .owl-carousel .owl-stage-outer {
    padding: 0px 2px;
}

.fancybox-container {
    z-index: 9999999999;
}

.gallery-box figure {
    width: 100%;
    height: 260px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

.gallery-middle-box figure {
    height: 528px;
}

.gallery-box figure:last-child {
    margin-bottom: 0px;
}

.gallery-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-box {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(200, 207, 215, 0.5);
    text-align: center;
    align-content: center;
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.overlay-box i {
    color: var(--textcolor);
    background-color: var(--primarycolor);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    align-content: center;
}

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

.counter-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.counter-container .counter-box {
    width: 247px;
    height: 247px;
    border-radius: 50%;
    background-color: var(--lightcolor);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 35px;
    text-align: center;
    align-content: center;
}

.counter-container i {
    color: var(--textcolor);
    font-size: 52px;
    margin-bottom: 17px;

}

.counter-container .counter-box span {
    color: var(--textcolor);
    font-size: 27px;
    font-weight: 700;
}

.counter-container p {
    color: var(--titlecolor);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 7px;
    text-align: inherit;
}

.collaboration-slider figure {
    padding: 5px;
    border-radius: 15px;
    border: 3px solid #80808030;
}

.collaboration-slider figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial-card {
    padding: 30px;
    border-radius: 15px;
    background-color: var(--lightcolor);
    position: relative;
    text-align: center;
    border: 1px solid var(--bordercolor);
}

.testimonial-card::before {
    content: "“";
    font-size: 120px;
    position: absolute;
    top: 30px;
    left: 30px;
    color: rgba(0, 0, 0, 0.04);
}

.testimonial-card figure {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(135deg, var(--primarycolor), rgb(40 96 40));
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 0 auto 15px;
}

.testimonial-card figure img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    background: var(--lightcolor);
}

.testimonial-card .parent-name {
    display: block;
    color: var(--titlecolor);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.testimonial-card p {
    color: var(--textcolor);
    font-size: 16px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    height: 248px;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.flag-panel {
    padding-bottom: 18px;
}

.flags-slider img {
    height: 40px;
    object-fit: contain;
}

.footer {
    padding-top: 40px;
    padding-bottom: 10px;
}

.footer .bg-box {
    padding: 30px 30px 21px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footer h2 {
    color: var(--titlecolor);
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.footer .ftr-info {
    padding-right: 31px;
}

.footer .ftr-info p {
    color: var(--textcolor);
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    height: 72px;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.footer .middle-footer {
    text-align: center;
    margin-top: 24px;
}

.footer .middle-footer img {
    height: 42px;
    object-fit: contain;
}

.footer .copyright-box {
    padding-top: 21px;
    margin-top: 23px;
    border-top: 1px solid #5857572e;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
}

.footer .copyright-box p {
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 600;
}

.footer .copyright-box span {
    display: block;
    color: var(--textcolor);
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
}

.footer .copyright-box span a {
    color: #777;
}

.footer .social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: var(--textcolor);
    background-color: var(--primarycolor);
    font-size: 20px;
    margin-right: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.footer .social-icons a:last-child {
    margin-right: 0px;
}

.footer .ftr-title {
    color: var(--titlecolor);
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.footer .ftr-box li {
    margin-bottom: 17px;
}

.footer .ftr-box a {
    color: var(--textcolor) !important;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.4s linear;
    font-family: "Open Sans", sans-serif;
}

.footer .link-list a {
    display: flex;
    align-items: baseline;
}

.footer .ftr-box a:hover {
    color: var(--primarycolor);
}

.footer .ftr-box a i {
    color: var(--primarycolor);
    margin-right: 6px;
}

.footer .contcatus li {
    display: flex;
    margin-bottom: 19px;
}

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

.footer .contcatus i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--textcolor);
    background-color: var(--primarycolor);
    font-size: 16px;
    text-align: center;
    align-content: center;
    margin-right: 15px;
}

.footer .contact-info {
    width: 87%;
}

.footer .contcatus h5 {
    color: var(--darkcolor);
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.footer .contcatus a,
.footer .contcatus p {
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-transform: unset;
}

.banner-panel {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    background-color: var(--bgcolor);
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(0.85);
    transition:
        transform 2s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.9s ease;
    will-change: transform, opacity;
}

.banner-img.show {
    opacity: 1;
    transform: scale(1);
}

.breadcrumbs-panel {
    width: 100%;
    padding: 14px 0px;
    background-color: var(--lightcolor);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs li {
    color: var(--darkcolor);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs li.active {
    color: var(--titlecolor);
}

.breadcrumbs .separator {
    display: inline-block;
    font-size: 12px;
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
}

.contact-info-box {
    width: 100%;
    height: 224px;
    text-align: center;
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact-info-box i {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--textcolor);
    font-size: 24px;
    text-align: center;
    align-content: center;
    border: 2px dashed var(--primarycolor);
    margin-bottom: 21px;
}

.contact-info-box h2 {
    color: var(--textcolor);
    font-size: 21px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.contact-info-box p {
    color: var(--textcolor);
    text-align: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
}

.tel2 {
    margin-top: 7px;
}

.contact-form-box {
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px 0px 0px 15px;
}

.contact-form-box h2 {
    color: var(--titlecolor);
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-form-box h2 span {
    color: var(--primarycolor);
}

.contact-form-box .input-box {
    margin-bottom: 22px;
}

.form-control,
.form-select {
    color: var(--textcolor);
    font-size: 16px;
    padding: 11px 14px;
    border-color: #5a5a5a45;
}

.form-control::placeholder {
    color: var(--textcolor);
    opacity: 0.5;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: var(--primarycolor);
}

select option:disabled {
    color: var(--textcolor);
    opacity: 0.6;
}

input[type="checkbox"] {
    accent-color: var(--primarycolor);
}

input[type="file"]::file-selector-button {
    background-color: var(--primarycolor);
    color: var(--lightcolor);
    border: none;
    border-radius: 4px;
}

.job-apply-modal .form-control,
.job-apply-modal .form-select {
    padding: 12px 10px;
}

input[type="file"] {
    padding-left: 20px !important;
}

.contact-form-box .submit-btn-box {
    margin-top: 34px;
    text-align: center;
}

.contact-form-box .common-btn {
    padding: 14px 35px;
}

.map-box {
    width: 100%;
    height: 100%;
    border-radius: 0px 15px 15px 0px;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.common-tab .nav {
    justify-content: center;
    align-items: center;
    border: none;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.common-tab .nav-item {
    margin: 0px;
    margin-right: 15px;
}

.common-tab .nav-link {
    min-width: 110px;
    width: 100%;
    white-space: nowrap;
    border: 1px solid var(--primarycolor);
    text-align: center;
    color: var(--primarycolor);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    border-radius: 8px;
    padding: 12px;
    line-height: normal;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in-out;
}

.common-tab .nav-link:hover {
    color: var(--primarycolor);
    border-color: var(--primarycolor);
}

.common-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--lightcolor);
    border-color: var(--primarycolor);
    background: var(--primarycolor);
}

.gallery-container {
    margin-top: 35px;
}

.gallery-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery-head h1.common-title {
    margin-bottom: 0px;
}

.sidebar-menu {
    width: 100%;
    background-color: var(--lightcolor);
    border-radius: 15px;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-top: 2px solid var(--primarycolor);
    position: sticky;
    top: 53px;
}

.sidebar-menu h2 {
    color: var(--titlecolor);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

.sidebar-menu li {
    border-bottom: 1px solid #8080801a;
}

.sidebar-menu li:last-child {
    border-bottom: 0px;
}

.sidebar-menu a {
    width: 100%;
    color: var(--textcolor);
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    padding: 14px 0px;
    white-space: normal;
    transition: all 0.3s ease-in;
}

.sidebar-menu a:hover {
    color: var(--titlecolor);
}

.sidebar-menu li:last-child a {
    padding-bottom: 0px;
}

.sidebar-menu a.active {
    color: var(--titlecolor);
}

.inner-content-box .common-title {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 18px;
    font-weight: 700;
}

.inner-content-box h1 {
    color: var(--titlecolor);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 41px;
    margin-bottom: 18px;
}

.inner-content-box h1 span {
    color: var(--titlecolor);
}

.inner-content-box h2 {
    font-size: 23px;
}

.inner-content-box h3 {
    font-size: 22px;
}

.inner-content-box h4 {
    font-size: 20px;
}

.inner-content-box h5 {
    font-size: 18px;
}

.inner-content-box h2,
.inner-content-box h3,
.inner-content-box h4,
.inner-content-box h5 {
    color: var(--titlecolor);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3;
    margin-bottom: 12px;
}

.inner-content-box>h2,
.inner-content-box>h3,
.inner-content-box>h4,
.inner-content-box>h5 {
    margin-top: 28px;
}


.inner-content-box p {
    color: var(--textcolor);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}

.inner-content-box p:last-child {
    margin-bottom: 0px;
}

.inner-content-box p strong {
    margin: 0px;
}

.inner-content-box p a {
    color: var(--titlecolor);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.inner-content-box>ul {
    margin-top: 20px;
    margin-bottom: 12px;
}

.inner-content-box li {
    list-style: none;
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 14px;
    display: flex;
    align-items: baseline;
    position: relative;
}

.inner-content-box li:not(.stepper-list li, .nav-item)::before {
    content: "✔";
    color: var(--titlecolor);
    font-size: 15px;
    font-weight: 800;
    margin-right: 8px;
}

.inner-content-box ul.key-points li::before {
    content: "✔";
    color: var(--titlecolor);
    font-size: 15px;
    font-weight: 800;
    margin-right: 8px;
}

.inner-content-box li:last-child {
    margin-bottom: 0px;
}

.inner-content-box li strong {
    display: inline-block;
    color: var(--titlecolor);
    margin-bottom: 0px;
}

.inner-content-box .img-box {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.inner-content-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.inner-content-box blockquote {
    color: var(--textcolor);
    font-size: 17px;
    margin: 10px 0px;
}

.inner-content-box .principal-signature {
    margin-top: 23px;
}

.inner-content-box .principal-signature span {
    display: block;
    color: var(--titlecolor);
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.inner-content-box .principal-signature .signature-name {
    font-family: "Brush Script MT", "Brush Script Std", cursive;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
}

.inner-content-box .core-box {
    margin-bottom: 18px;
}

.inner-content-box .parent-reviews {
    width: 100%;
    height: 250px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    margin-bottom: 24px;
}

.inner-content-box .parent-reviews img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: inherit;
}

.inner-content-box .testimonial-card {
    margin-top: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.community-container {
    margin-top: 30px;
}

.community-container .row {
    justify-content: center;
}

.gallery-card {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    background-color: var(--lightcolor);
    padding: 6px;
    margin-bottom: 16px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

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

.gallery-card figure {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.gallery-card a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.gallery-card .play-btn {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--titlecolor);
    background-color: var(--lightcolor);
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-btn {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--titlecolor);
    background-color: var(--lightcolor);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.play-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--lightcolor);
    z-index: -1;
    animation: heartbeats 2s linear infinite;
}

.clip-hub {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    padding: 10px;
    background-color: var(--lightcolor);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}

.clip-hub a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.clip-hub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.clip-hub .play-btn {
    width: 58px;
    height: 58px;
    font-size: 22px;
}

.vacancies-container {
    margin-top: 24px;
}

.vacancy-card {
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #fdfdfd 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
    padding: 28px;
}

.vacancies-container .vacancy-card:last-child {
    margin-bottom: 0px;
}

.vacancy-card .vacancy-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vacancy-card h4 {
    color: var(--titlecolor);
    font-size: 22px;
}

.vacancy-card .vacancy-mode {
    background: var(--bgcolor);
    color: var(--textcolor);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 50px;
    white-space: nowrap;
    border: 1px solid #e3e3e3;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.vacancy-meta {
    margin: 0px 0px 16px;
}

.vacancy-meta span {
    display: inline-block;
    font-size: 15px;
    color: #666;
    margin-right: 3px;
}

.vacancy-card p {
    color: var(--textcolor);
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 27px;
}

.vacancy-card .btn {
    color: var(--textcolor);
    border: 1px solid var(--primarycolor);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 13px 16px;
    line-height: normal;
    letter-spacing: 0.3px;
}

.vacancy-card .apply-btn {
    margin-left: 10px;
    color: var(--textcolor);
    background-color: var(--primarycolor);
}

.procedure-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
    margin-bottom: 24px;
}

.procedure-steps .step-box {
    border-radius: 15px;
    padding: 20px 12px;
    width: 19%;
    text-align: center;
    background: linear-gradient(180deg, #ffffff, #fafafa);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.procedure-steps .step-box strong {
    display: inline-block;
    color: var(--textcolor);
    background: var(--primarycolor);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.procedure-steps p {
    color: var(--textcolor);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: inherit;
}

.inner-content-box .documents-list {
    margin-top: 23px;
    list-style: none;
}

.inner-content-box .documents-list li {
    display: flex;
    align-items: baseline;
    padding: 14px 16px;
    color: var(--textcolor);
    background: #f9fafb;
    border-left: 4px solid var(--primarycolor);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    transition: all 0.25s ease;
    margin-bottom: 14px;
}

.inner-content-box .documents-list li:hover {
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.inner-content-box .documents-list li:last-child {
    margin-bottom: 0px;
}

.inner-content-box .overview-box {
    margin-top: 28px;
    margin-bottom: 25px;
}

.thank-you-box p {
    color: var(--primarycolor);
}

.overview-box .media {
    width: 100%;
    height: 389px;
    border-radius: 15px;
}

.overview-box .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.overview-box .overview-content {
    height: 100%;
    align-content: center;
}

.sidemenu-toggle {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 63px;
    z-index: 99999;
}

.filter-btn {
    width: auto;
    color: var(--textcolor);
    background: var(--primarycolor);
    padding: 12px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.filter-btn i {
    font-size: 15px;
    margin-right: 3px;
}

.faq-wrapper {
    margin-top: 23px;
}

.faq-wrapper .accordion-item {
    width: 100%;
    border: 0px;
    padding: 0px;
    border-radius: 8px !important;
    margin-bottom: 24px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.faq-wrapper .accordion-item:last-child {
    margin-bottom: 0px;
}

.faq-wrapper .accordion-button.collapsed {
    background-color: var(--lightcolor);
}

.faq-wrapper .accordion-button {
    color: var(--darkcolor);
    background-color: var(--lightcolor);
    font-size: 18px;
    font-weight: 500;
    padding: 18px;
    position: relative;
    padding-right: 55px;
}

.faq-wrapper .accordion-button:focus {
    box-shadow: none;
}

.faq-wrapper .accordion-body {
    border-top: 1px solid #dddd;
}

.faq-wrapper p {
    color: var(--darkcolor);
    font-size: 16px;
    line-height: 26px;
}

.faq-wrapper .accordion-button::after {
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 7 Free";
    font-weight: 700;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    color: var(--textcolor);
    background-color: var(--primarycolor);
    transition: all 0.3s ease-in-out;
    background-image: none !important;
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
    content: "\f068";
    transform: translateY(-50%);
    color: var(--lightcolor);
    background-color: var(--primarycolor);
}

.inner-content-box .stepper-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 27px 0px;
}

.inner-content-box .stepper-list::before {
    content: "";
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    width: 62%;
    height: 2px;
    background: #e0e0e0;
    z-index: 0;
}

.inner-content-box .step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    flex: 1;
    text-align: center;
    margin-bottom: 0px;
}

.inner-content-box .step i {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    color: #777;
    background: #e0e0e0;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-content-box .step.active {
    color: var(--textcolor);
}

.inner-content-box .step.active i {
    color: var(--textcolor);
    background: var(--primarycolor);
}


.inner-content-box .stepper-list span {
    color: var(--darkcolor);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.form-container {
    width: 100%;
    min-height: fit-content;
    height: auto;
    align-content: center;
    background: var(--lightcolor);
    border-radius: 15px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: visible;
}

.inner-form-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 28px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.inner-form-box.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.form-container .form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.form-container h2 {
    color: var(--darkcolor);
    font-size: 19px;
    font-weight: 700;
    margin: 0;
}

.form-container span {
    color: var(--darkcolor);
    font-size: 15px;
    font-weight: 600;
}

.form-container .input-box {
    margin-bottom: 20px;
}

.form-container .btn-box {
    text-align: center;
    margin-top: 20px;
}

.form-container .common-btn {
    color: var(--textcolor);
    background-color: var(--primarycolor);
    font-size: 15px;
    padding: 13px 33px;
}

.form-container .prev-btn,
.form-container .next-btn {
    margin-right: 8px;
    color: var(--textcolor);
    background-color: var(--primarycolor);
}

.form-container h4 {
    color: var(--btn-color);
    font-size: 59px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2px;
}

.form-container p {
    color: var(--textcolor);
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.content-summary {
    margin-bottom: 30px;
}

.content-summary .image-wrapper {
    border-radius: 15px;
}

.content-summary .text-wrapper {
    height: 100%;
    align-content: center;
}

.student-achievement {
    margin-top: 25px;
}

.achievement-box {
    width: 100%;
    height: 250px;
    border-radius: 15px;
    background-color: var(--lightcolor);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

.achievement-box a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.achievement-box figure {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.achievement-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.achievement-box .info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 15px;
    display: none;
}

.achievement-box h3 {
    color: var(--lightcolor);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.achievement-box p {
    color: var(--lightcolor);
    font-size: 14px;
    line-height: normal !important;
    opacity: 0.9;
}

.achievement-box:hover .overlay-box {
    transform: scale(1);
    opacity: 1;
}

.events-container {
    margin-top: 28px;
}

.event-card {
    width: 100%;
    background-color: var(--lightcolor);
    padding: 10px 10px 0px;
    border-radius: 15px 15px 0px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    margin-bottom: 16px;
}

.event-card a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.event-card figure {
    width: 100%;
    height: 218px;
    border-radius: inherit;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #80808024;
}

.event-card img {
    width: 100%;
    height: 100%;
    height: auto;
    object-fit: fill;
    border-radius: inherit;
}

.event-card .event-date {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 7px 6px;
    border-radius: 4px;
    color: var(--lightcolor);
    background-color: rgba(154, 30, 31, 0.7);
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    display: none !important;
}

.event-card .event-date i {
    font-size: 14px;
    margin-right: 5px;
    color: var(--lightcolor);
    vertical-align: middle;
}

.event-card h3 {
    margin-bottom: 0px;
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    height: 19px;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.event-card .event-content {
    padding: 18px 0px;
}

.bod-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    row-gap: 38px;
    margin-top: 27px;
}

.bod-wrapper .bod-box {
    width: 22.8%;
}

.bod-box figure {
    width: 100%;
    height: auto;
    border-radius: 15px;
    padding: 20px;
    position: relative;
}

.bod-box figure::before,
.bod-box figure::after {
    content: '';
    height: 100%;
    width: calc(100% - 40px);
    position: absolute;
    top: 0px;
    border-radius: inherit;
    border: 1px solid #cecece;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.bod-box figure::before {
    left: 0px;
    background-color: rgb(255 255 255);
}

.bod-box figure::after {
    right: 0px;
    height: calc(100% - 40px);
    background-color: #bfbdbd;
    clip-path: polygon(13px 0px, 101% 0, 101% 101%, calc(100% - 40px) 101%);
}

.bod-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: inherit;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.bod-box .profile-details {
    text-align: center;
    margin-top: 18px;
}

.bod-box h3 {
    color: var(--titlecolor);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px !important;
}

.directors-box figure {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 15px;
    background-color: var(--lightcolor);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 30px;
    overflow: hidden;
}

.directors-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.directors-box .directors-names {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.directors-box span {
    color: var(--textcolor);
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
}

.error-box {
    width: 100%;
    height: 100vh;
    text-align: center;
    align-content: center;
}

.error-box img {
    height: 130px;

}

.error-box h1 {
    color: var(--primarycolor);
    font-size: 220px;
    font-weight: 600;
    line-height: 1;
    filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.40));
}

.error-box span {
    display: inline-block;
    color: var(--textcolor);
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
}

.error-box p {
    color: var(--textcolor);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 37px;
    text-align: center;
}

.calendar {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: var(--lightcolor);
    margin-top: 26px;
}

.fc-button-group .fc-button {
    color: var(--lightcolor);
    background-color: var(--titlecolor);
    border: none;
    outline: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    padding: 7px 10px;
    border: 1px solid var(--lightcolor);
}

.fc-button-group .fc-button:hover {
    background-color: var(--titlecolor);
    border-color: var(--lightcolor);
    opacity: 0.9;
}

.calendar .fc-today-button {
    background-color: var(--titlecolor);
    text-transform: capitalize;
    border: none !important;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 10px;
}

.calendar .fc-today-button:hover {
    background-color: var(--titlecolor);
}

.fc-button-group .fc-button:focus,
.fc-button-group .fc-button:active {
    box-shadow: none !important;
    background-color: var(--titlecolor) !important;
    border-color: var(--lightcolor) !important;
}

.calendar .fc-toolbar-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
}

.calendar .fc-dayGridMonth-button,
.calendar .fc-timeGridWeek-button,
.calendar .fc-listMonth-button {
    color: var(--textcolor);
    background-color: var(--primarycolor);
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    vertical-align: middle;
    border: 1px solid var(--lightcolor);
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    color: var(--lightcolor);
    background-color: var(--titlecolor);
    border-color: var(--lightcolor);
}

.fc .fc-button-primary:disabled {
    color: var(--lightcolor);
    background-color: var(--primarycolor);
}

.calendar .fc-col-header-cell {
    padding: 4px;
    font-size: 16px;
    font-weight: 700;
}

.calendar .fc-event {
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 6px;
    white-space: normal;
    text-align: center;
    cursor: pointer;
}

.fc-h-event {
    background-color: var(--primarycolor);
    border-color: var(--primarycolor);
}

.calendar .provision-event {
    color: var(--primarycolor) !important;
    border: 2px dashed var(--primarycolor);
    background-color: transparent;
}

.provision-event .fc-event-title {
    color: var(--primarycolor);
}

.fc .fc-timegrid-axis-cushion {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    font-size: 12px;
    font-weight: 500;
}

.event-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.event-popup.show {
    display: flex;
    opacity: 1;
}

.fc-h-event .fc-event-main,
.provision-event .fc-event-title {
    color: var(--textcolor);
}

.popup-content {
    background: var(--lightcolor);
    padding: 25px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.3s ease;
    text-align: center;
}

.event-popup.show .popup-content {
    transform: scale(1);
}

.popup-content #popup-title {
    color: var(--titlecolor);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.popup-content p {
    margin: 0px;
    color: var(--textcolor);
    text-align: center;
}

.popup-content #popup-date {
    color: var(--textcolor);
    font-size: 16px;
}

.popup-content .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    cursor: pointer;
    color: var(--darkcolor);
}

.side-enquiry-form {
    position: fixed;
    top: 62%;
    right: 0px;
    width: 300px;
    max-width: 100%;
    transform: translateX(100%) translateY(-50%);
    z-index: 9999;
    will-change: transform;
    transition: all 0.5s ease-in-out;
}

.side-enquiry-form.formshow {
    transform: translateX(0) translateY(-50%);
}

.side-enquiry-form .inner-box {
    position: relative;
}

.side-enquiry-form .form-box {
    padding: 20px 10px;
    background-color: var(--lightcolor);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0px 0px 0px 10px;
    text-align: center;
}

.side-enquiry-form h6 {
    color: var(--titlecolor);
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
    margin-bottom: 24px;
}

.side-enquiry-form .form-control,
.side-enquiry-form .form-select {
    font-size: 14px;
    padding: 10px 14px;
}

.side-enquiry-form .input-box {
    margin-bottom: 16px;
}

.side-enquiry-form .submit-btn-box {
    margin-top: 30px;
}

.side-enquiry-form .submit-btn {
    color: var(--titlecolor);
    background-color: transparent;
    border: 1px solid var(--titlecolor);
    font-size: 14px;
    font-weight: 600;
    padding: 12px 18px;
    text-transform: capitalize;
    outline: none;
    border-radius: 8px;
    cursor: pointer;
}

.side-enquiry-form .side-btn {
    position: absolute;
    top: 60px;
    left: -106px;
    transform: rotate(-90deg);
    border: none;
    color: var(--textcolor);
    background: var(--primarycolor);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 14px 20px;
    border-radius: 10px 10px 0px 0px;
    line-height: normal;
}

.cookies-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999999;
}

.cookies-container .cookies-box {
    width: 37%;
    position: absolute;
    left: 40px;
    bottom: 40px;
    padding: 30px;
    background: var(--lightcolor);
    box-shadow: 0px 10px 16px 0 rgba(31, 24, 43, 0.25);
    border-radius: 15px;
}

.cookies-container h3 {
    color: var(--titlecolor);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}


.cookies-container p {
    color: var(--textcolor);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
}

.cookies-container p a {
    color: var(--primarycolor);
    font-weight: 600;
}

.accept-btn {
    margin-right: 12px;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: var(--primarycolor);
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.9s ease, transform 0.9s ease, visibility 0.9s ease;
}

.loader {
    width: clamp(200px, 32vmin, 260px);
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.loader img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preloader .school-name {
    position: fixed;
    width: 100%;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--titlecolor);
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.preloader.hide-preloader {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    pointer-events: none;
}

.modal {
    z-index: 9999999999;
}

.modal-header {
    padding: 12px 16px;
}

.modal-title {
    color: var(--darkcolor);
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
}

.modal-content {
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
}

.btn-close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    width: 26px;
    height: 26px;
    font-size: 13px;
    border-radius: 0px;
    border-bottom-left-radius: 14px;
    color: var(--lightcolor);
    background-color: var(--titlecolor);
    background-image: none;
    opacity: 1;
    padding: 0px !important;
    transition: all 0.3s ease-in-out;
}

.btn-close:hover {
    opacity: 1;
    color: var(--textcolor);
    background-color: var(--primarycolor);
}


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

.modal .btn-close:hover {
    color: var(--lightcolor);
    background-color: var(--primarycolor);
}

.modal .input-box {
    margin-bottom: 20px;
}

.modal .form-control,
.modal .form-select {
    font-size: 15px;
}

.modal .submit-btn-box .common-btn {
    color: var(--textcolor);
    width: 100%;
    font-size: 15px;
    padding: 15px;
    text-align: center;
}

.custom-popup .modal-header {
    border: none;
    padding: 0px;
}

.custom-popup .modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.custom-popup .modal-body {
    padding: 10px;
}

.custom-popup .btn-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 27px;
    height: 27px;
    line-height: 29px;
    background: var(--primarycolor);
    padding: 0px;
    z-index: 1;
    opacity: 1;
    background-image: none;
}

.custom-popup .btn-close i {
    color: var(--lightcolor);
}

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

.custom-popup .video-box {
    width: 100%;
    height: 410px;
    border-radius: 15px;
}

.custom-popup iframe {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.custom-popup video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

#video-modal .video-box {
    height: 480px;
}

#enquiry-popup1 .modal-lg {
    width: 700px;
}

.custom-popup figure {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.custom-popup figure a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.custom-popup figure img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.announcement-overlay {
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.announcement-overlay .announcement-box {
    width: 38%;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.95),
            rgba(255, 255, 255, 0.85));
    padding: 22px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.25);
    animation: popupFade 0.47s ease;
    overflow: hidden;
}

.announcement-overlay h2 {
    color: var(--titlecolor);
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.announcement-overlay h2 i {
    transform: rotate(-20deg);
}

.announcement-overlay p {
    color: var(--textcolor);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.announcement-overlay .btn-close {
    top: 0px;
    right: 0px;
    width: 27px;
    height: 27px;
}

.announcement-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.core-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.core-box p {
    font-size: 17px;
}

.custom-style2 h2,
.custom-style2 h3,
.custom-style2 h4,
.custom-style2 h5,
.custom-style2 h6,
.custom-style2 p,
.custom-style2 ul li,
.custom-style2 a,
.custom-style2 b,
.custom-style2 blockquote,
.custom-style2 span {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
}

.custom-style2 h2 {
    color: var(--textcolor);
}

.principal-note,
.principal-note p,
.principal-note span {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
}

.principal-note .principal-signature span {
    display: block;
    color: var(--titlecolor);
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.principal-note .principal-signature .signature-name {
    font-family: "Brush Script MT", "Brush Script Std", cursive;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
}

.job-description {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 999;
}

.job-description.active {
    opacity: 1;
    visibility: visible;
}

.job-description .job-card {
    width: 30%;
    background: var(--lightcolor);
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .3);
    transform: translateY(40px);
    transition: .35s;
    position: relative;
    overflow: hidden;
}

.job-description.active .job-card {
    transform: translateY(0);
}

.job-description .closeModal {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    width: 26px;
    height: 26px;
    font-size: 13px;
    border-radius: 0px;
    border-bottom-left-radius: 14px;
    color: var(--lightcolor);
    background-color: var(--titlecolor);
    background-image: none;
    opacity: 1;
    padding: 0px !important;
    transition: all 0.3s ease-in-out;
}

.job-description .job-title {
    color: var(--titlecolor);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 6px;
}

.job-description .location {
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom: 18px;
}

.job-description p {
    color: var(--textcolor);
    font-size: 15px;
    line-height: 20px;
}

.job-description .job-details {
    max-height: 260px;
    overflow-y: auto;
    line-height: 1.6;
    font-size: 15px;
}


.job-description .job-details h3 {
    color: var(--darkcolor);
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 17px;
    margin-bottom: 10px;
}


.job-description .job-details ul {
    padding-left: 18px;
    list-style: disc;
}

.job-description .job-details ul li {
    color: var(--textcolor);
    font-size: 14px;
    margin-bottom: 8px;
    list-style-type: disc;
}

.job-description .apply-btn {
    margin-top: 25px;
    display: block;
    width: 100%;
    background: var(--primarycolor);
    color: var(--darkcolor);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding: 14px;
    border-radius: 8px;
}

.job-description .job-card {
    animation: fadeUp .4s ease;
}


@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

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

@keyframes heartbeats {
    from {
        width: 60px;
        height: 60px;
        opacity: 0.9;
    }

    to {
        width: 90px;
        height: 90px;
        opacity: 0;
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

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

@keyframes smoothSlideDown {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes popupFade {
    from {
        opacity: 0;
        transform: scale(0.85) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}