@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://use.typekit.net/sto0shi.css);

:root {
    --theme-primary: #302782;
    --theme-primary-light: #f1f8fc;
    --theme-primary-dark: #112541;
    --theme-warning: #ffda60;
    --theme-danger: #eb1d27;
    --theme-green: #34a345;
    --font-family: "Montserrat", sans-serif;
    --font-family-1: "impact", sans-serif;
    --theme-gray: rgb(248, 248, 248);
    --theme-primary-accent: #f1f3f2;
    --text-white: #ffffff;
    --theme-dark: #0a0a0a;
    --step--2: clamp(0.6076rem, 0.5964rem + 0.0563vw, 0.64rem);
    --step--1: clamp(0.7292rem, 0.7045rem + 0.1232vw, 0.8rem);
    --step-0: clamp(0.8125rem, 0.7614rem + 0.2273vw, 0.9375rem);
    --step-1: clamp(1.05rem, 0.9804rem + 0.3478vw, 1.25rem);
    --step-2: clamp(1.26rem, 1.1548rem + 0.5261vw, 1.5625rem);
    --step-3: clamp(1.512rem, 1.3586rem + 0.7672vw, 1.9531rem);
    --step-4: clamp(1.8144rem, 1.5963rem + 1.0904vw, 2.4414rem);
    --step-5: clamp(2.1773rem, 1.8731rem + 1.5208vw, 3.0518rem);
    --color-dark: #1D1D1D;
}

body,
html {
    font-size: var(--step-0);
    color: var(--theme-dark);
    line-height: 1.6em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    font-family: var(--font-family) !important;
    scroll-behavior: smooth;
    overflow-x: hidden
}

.fs-14 {
    font-size: .8rem
}

.border-white-50 {
    border-color: rgba(255, 255, 255, .5) !important
}

.border-theme-primary {
    border-color: var(--theme-primary) !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important
}

.h1,
h1 {
    font-size: var(--step-5)
}

.h2,
h2 {
    font-size: var(--step-4)
}

.h3,
h3 {
    font-size: var(--step-3)
}

.h4,
h4 {
    font-size: var(--step-2)
}

.h5,
h5 {
    font-size: var(--step-1)
}

.h6,
h6 {
    font-size: var(--step-0)
}

.small,
small {
    font-size: var(--step--1)
}

.smallest {
    font-size: var(--step--2)
}

.bg-theme-primary-accent {
    background-color: var(--theme-primary-accent) !important
}

.bg-theme-primary-light {
    background-color: var(--theme-primary-light) !important
}

.bg-theme-primary {
    background-color: var(--theme-primary)
}

.bg-theme-primary-dark {
    background-color: var(--theme-primary-dark)
}

.bg-theme-warning {
    background-color: var(--theme-warning) !important
}

.text-theme-primary {
    color: var(--theme-primary) !important
}

.color-theme-dark {
    color: var(--color-dark);
    font-size: var(--step--1);
}

.border-4 {
    border: 4px solid
}

.border-theme-warning {
    border-color: var(--theme-warning) !important
}

.text-theme-primary-dark {
    color: var(--theme-primary-dark) !important
}

.text-theme-warning {
    color: var(--theme-warning) !important
}

.text-white {
    color: var(--text-white)
}

.font-impact {
    font-family: var(--font-family-1)
}

.text-theme-secondary {
    color: var(--theme-primary);
    font-weight: 400 !important
}

.text-theme-small {
    color: var(--theme-dark);
    font-weight: 400 !important
}

.btn-theme-outline {
    background: #fff;
    color: var(--theme-primary);
    border: 2px solid var(--theme-warning);
    padding: .2em 1em;
    border-radius: var(--bs-border-radius-pill);
    font-weight: 600
}

.btn-theme-outline:hover {
    border: 2px solid var(--theme-warning) !important;
    background: var(--theme-warning) !important;
    color: var(--theme-primary) !important
}

.btn-theme-outline i {
    font-size: .9em
}

.btn-theme-primary-outline {
    background: #fff;
    color: var(--theme-primary);
    border: 2px solid var(--theme-primary);
    padding: .2em 1em;
    border-radius: var(--bs-border-radius-pill);
    font-weight: 600
}

.btn-theme-primary-outline:hover {
    border: 2px solid var(--theme-primary) !important;
    background: var(--theme-primary) !important;
    color: #fff !important
}

.btn-theme-primary-outline i {
    font-size: .9em
}

.ls-1 {
    letter-spacing: 1px
}

.ls-2 {
    letter-spacing: 2px
}

.lh-13 {
    line-height: 1.3
}

.lh-1 {
    line-height: 1
}

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0 auto
}

.text-black {
    color: #000 !important
}

.text-shadow {
    text-shadow: 0 0 #000
}

a {
    text-decoration: none
}

body.mobile-menu-visible .page-wrapper {
    z-index: 999999
}

.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto
}

.main-header li,
.main-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.scroll-to-top {
    position: fixed;
    right: 10px;
    bottom: 90px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    transition: .3s
}

.scroll-to-top:hover {
    color: #fff;
    background: var(--theme-primary-dark)
}

.gal-card {
    position: relative;
    box-shadow: 0 3px 6px #0000000f;
    border: 1px solid #70707040
}

.gal-card:hover .gal-content {
    bottom: 100%;
    transform: translateY(100%)
}

.gal-content {
    background: #0b7c2d;
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    transition: 1s
}

.gal-content .act-name {
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.gal-img {
    height: 250px;
    width: 100%
}

.gal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@keyframes scrollDown {
    0% {
        transform: translate3d(0, -70px, 0)
    }

    50% {
        animation-timing-function: ease-in-out;
        transform: translate3d(0, 0, 0)
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: translate3d(0, 65px, 0)
    }
}

.mobile-menu,
.sticky-header {
    position: fixed;
    visibility: hidden;
    top: 0
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.slideInDown {
    -webkit-animation: slideInDown .6s ease both;
    animation: slideInDown .6s ease both;
    will-change: transform, opacity
}

.sticky-header {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: -1;
    background: var(--theme-primary);
    color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible
}

.mobile-menu {
    right: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 999999
}

.mobile-menu .mCSB_scrollTools {
    right: -6px
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px
}

.mobile-menu .navbar-collapse {
    display: block !important
}

.mobile-menu .nav-logo {
    position: relative;
    padding: .7rem;
    text-align: left;
    margin: 0;
    background: #fff
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    background-color: #000
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .3;
    visibility: visible;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--theme-primary);
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 5px;
    top: 10px;
    line-height: 10px;
    width: 24px;
    text-align: center;
    font-size: 20px;
    color: var(--theme-primary-dark);
    cursor: pointer;
    z-index: 10;
    font-weight: 400;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none
}

.mobile-menu .navigation li {
    position: relative;
    display: block
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 7px 25px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mobile-menu .navigation li a img {
    filter: invert(1) brightness(100);
    max-width: 18px
}

.mobile-menu .navigation li ul li>a {
    font-size: 13px;
    margin-left: 20px;
    text-transform: capitalize
}

.mobile-menu .navigation li ul li:before {
    position: absolute;
    left: 22px;
    font-family: FontAwesome;
    font-weight: 800;
    content: "\f178";
    top: 11px;
    line-height: 15px;
    color: #fff
}

.mobile-menu .navigation li>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: .2em;
    width: 32px;
    height: 32px;
    text-align: center;
    transform: rotate(90deg);
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 5px 10px
}

.scroll-to-top {
    color: var(--theme-primary-dark);
    background: #fff;
    border: 2px dashed var(--theme-primary-dark)
}

.page-title {
    position: relative;
    padding: 45px 0;
    text-align: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    border-top: 1px solid var(--gold-color);
    background: var(--theme-primary) url(https://resources.edunexttechnologies.com/web-data/page-title-bg.png) no-repeat center
}

.page-title h1 {
    font-size: 24px;
    color: #fff;
    line-height: 42px;
    margin-bottom: 0;
    font-weight: 500
}

@media only screen and (min-width:992px) {
    #newmodal .modal-dialog {
        max-width: 580px
    }
}

@media only screen and (max-width:991px) {
    .mobile-menu .navigation {
        max-height: 70vh;
        overflow: auto
    }
}

#enquirymodal,
#newmodal {
    z-index: 9999;
    background: rgb(0 0 0 / 74%)
}

#enquirymodal .modal-header {
    background: var(--blue-color);
    padding: .2rem 1rem;
    border-bottom: none
}

#enquirymodal .modal-content {
    border-radius: 10px
}

#enquirymodal .close,
.modal .close {
    position: absolute;
    font-size: 18px;
    background: #343f64;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    display: inline-block;
    padding: 0 4px 8px 8px;
    border-radius: 0 0 0 42px;
    cursor: pointer;
    z-index: 22
}

#enquirymodal h4 {
    color: #fff;
    font-size: 20px
}

#enquirymodal .close {
    top: 16px;
    right: 16px
}

.modal .close {
    top: 0;
    right: 0
}

#newmodal .modal-dialog .modal-dialog-centered {
    width: 100%
}

.whats-img {
    bottom: 45px;
    right: 10px;
    width: 40px;
    position: fixed;
    z-index: 22
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    width: 40px !important;
    height: 40px !important
}

.owl-prev {
    left: 10% !important;
    border: 1px solid #fff !important;
    border-radius: 130px
}

.owl-next {
    right: 10% !important;
    border: 1px solid #fff !important;
    border-radius: 130px
}

.navigation {
    display: none;
    font-weight: 500
}

@media screen and (min-width:768px) {
    .navigation {
        display: flex;
        gap: .4rem;
        justify-content: center
    }

    .sticky-header .navigation {
        justify-content: space-evenly
    }
}

.navigation ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.navigation .dropdown {
    position: relative;
    padding-right: 10px
}

.navbar .navigation ul a {
    padding: .4em 1em
}

@keyframes slideUp {
    from {
        transform: translateY(10px)
    }

    to {
        transform: none
    }
}

.navbar .navigation .dropdown ul {
    position: absolute;
    font-size: .9rem;
    width: 200px;
    left: 0;
    background-color: #fff;
    border: 1px solid var(--theme-warning);
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    display: none;
    z-index: 1;
    transition: all .3s;
    animation: slideUp .6s ease alternate
}

.navbar .navigation .dropdown:hover>ul {
    display: block
}

.navigation .home-icon img {
    width: 1.2em;
    filter: brightness(0) invert(1)
}

.navbar .navigation .dropdown ul .dropdown ul {
    left: 100%;
    margin: 0;
    top: 0
}

.navbar .dropdown::after {
    content: "\f078";
    position: absolute;
    right: 0;
    top: 55%;
    translate: 0 -50%;
    font-size: .7em;
    font-weight: 700;
    font-family: FontAwesome
}

.navbar .dropdown .dropdown::after {
    top: 50%;
    font-family: FontAwesome;
    content: "\f054";
    right: 5px
}

.navbar .dropdown-btn {
    display: none
}

.navigation li a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: .3em .5em;
    transition: all .3s
}

.navigation li a:hover {
    color: var(--theme-warning)
}

.mobile-menu-toggler {
    background-color: var(--bs-light);
    border: 1px solid var(--bs-border-color)
}

#leftSideMenu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .875rem
}

#leftSideMenu li {
    display: block;
    cursor: pointer;
    position: relative
}

#leftSideMenu li.leftMenuBtn {
    padding-right: 1rem
}

#leftSideMenu li a {
    display: block
}

#leftSideMenu li>a {
    padding: .25em .5em;
    border-radius: 4px;
    font-weight: 500;
    transition: all .3s
}

#leftSideMenu li:hover>a {
    color: var(--theme-warning)
}

#leftSideMenu>li.leftMenuBtn::after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: .9em;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: .4em;
    transition: all .3s
}

#leftSideMenu>li.leftMenuBtnActive::after {
    transform: rotate(90deg)
}

#leftSideMenu li:hover::after {
    color: inherit
}

#leftSideMenu .active-leftPage {
    background-color: var(--theme-warning);
    color: var(--theme-primary) !important
}

#leftSideMenu li:not(:last-child) {
    border-bottom: 1px solid #ffffff2b;
    margin-bottom: .5em
}

#leftSideMenu .leftMenu-drop {
    display: block;
    padding-left: 1em;
    font-size: .9em
}

.theme-btn {
    border: 1px solid var(--theme-primary);
    color: var(--theme-primary);
    font-weight: 700
}

ul li a {
    color: var(--text-white);
    font-size: 1rem;
    list-style-type: none
}

.edu-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 12%;
    width: 1.5rem;
    height: 1.5rem !important;
    background: transparent linear-gradient(242deg, #007fd0 0, #002348 100%) 0 0 no-repeat padding-box
}

.header-erp {
    background: transparent linear-gradient(242deg, #007fd0 0, #002348 100%) 0 0 no-repeat padding-box;
    color: var(--text-white)
}

.header-text {
    color: var(--text-white)
}

.logo .navbar-brand>img:first-child {
    height: 8.1rem;
    position: relative;
    width: 100%;
    transform: translate(0, 43.2%);
    z-index: 9;
    margin-top: -3.7rem
}

.header-logo-new {
    height: 5rem !important;
    width: 5rem !important;
    padding: .5rem;
    margin-top: 0rem !important;
    transform: translate(0, 0) !important
}

.text-logo {
    height: 2rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2rem !important
}

.header-button {
    border: 2px solid #fff !important;
    background-color: #ffda60;
    transition-duration: .3s;
    font-size: small
}

.header-button:hover {
    background-color: #ffc120 !important;
    transition-duration: .3s
}

.header-erp .edu-icon {
    padding: 2px;
    transition-duration: .3s;
    box-shadow: #d3d3d3 0 1px 3px
}

.header-erp:hover .edu-icon {
    filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(150deg) brightness(150%) contrast(100%);
    transition-duration: .3s
}

.header-strip {
    height: 5rem !important;
    width: 81%;
    position: relative;
    left: 0;
    transform: translate(-12%, 95%);
    z-index: 4
}

.left-section img {
    width: 90%
}

.right-section .header-img {
    height: 1rem;
    margin-bottom: .1rem
}

.lower-section {
    background-color: var(--theme-primary);
    color: #f1f3f2
}

.slider-text {
    position: absolute;
    bottom: 2%;
    left: 0;
    font-size: 2rem;
    color: #fff;
    transform: translate(28%, -64%);
    z-index: 2
}

.latest-news-section {
    background-color: var(--theme-primary);
    color: var(--text-white);
    max-width: 12%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0)
}

.latest-news {
    background-color: var(--theme-warning)
}

.latest-news-button a {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(-41%, -15%)
}

.latest-news-button a:hover {
    background-color: var(--theme-primary);
    color: #fff
}

.content-news {
    padding: .9rem;
    background-color: var(--theme-warning)
}

.content-news .line {
    border-left: 2px solid var(--theme-primary)
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme-primary-light);
    border-radius: 4px
}

::-webkit-scrollbar-thumb {
    background: var(--theme-primary);
    border-radius: 4px;
    transition: all .3s
}

::-webkit-scrollbar-thumb:hover {
    background: var(--theme-primary-dark);
    transition: all .3s
}

.mobile-logo {
    height: 3.7rem !important;
    padding: .5rem 0rem
}

.about-us {
    background-image: url(https://resources.edunexttechnologies.com/web-data/postepoderschool/img/background-about.png);
    background-repeat: no-repeat
}

.about-left-section {
    background-color: #fff;
    border: 2px solid #fff;
    border-top-left-radius: 6rem;
    border-bottom-right-radius: 6rem;
    text-align: justify
}

.about-logo {
    position: relative;
    width: 13%
}

.v-line {
    display: block;
    height: 2rem;
    width: .1rem;
    background-color: #d3d3d3;
    margin: 5px auto;
    border: 1px solid #8d438f
}

.about-img .img-first {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 0)
}

.about-img .img-second {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, 0)
}

.about-btn {
    /* background-color:var(--theme-warning) */
    border: 1.5px solid var(--theme-warning);
    color: var(--theme-primary);
}

.about-btn:hover {
    background-color: var(--theme-warning);
    color: var(--theme-primary);
    transition-duration: 0.3s
}

.principal-button {
    background-color: rgba(255, 255, 255, .25);
    transition-duration: .3s
}

.principal-button:hover {
    background-color: rgba(255, 255, 255, .5);
    transition-duration: .3s
}

.about-owl .owl-item,
.about-owl .owl-stage,
.about-owl .owl-stage-outer {
    background-color: transparent !important;
    overflow: hidden
}

.about-right-section {
    position: relative;
    width: fit-content
}

.img-podar img {
    border: 10px solid var(--text-white);
    width: min(55%, 300px) !important
}

.about-right-section {
    max-width: 570px;
    margin-inline: auto
}

.about-right-section .content {
    background: #302782d9;
    margin-left: 4rem;
    margin-top: -6rem;
    z-index: 99;
    position: relative;
    font-size: .9rem;
    border: 3px solid white !important;
}

.about-owl .owl-nav {
    position: absolute;
    width: fit-content;
    display: flex;
    gap: .4em;
    right: clamp(1.625rem, -2.7228rem + 6.9565vw, 5.625rem);
    bottom: 1.5rem
}

.about-owl .owl-nav>* {
    position: static;
    background: var(--theme-primary) !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    width: 2rem !important;
    height: 2rem !important;
    transition: all .2s
}

.about-owl .owl-nav>:hover {
    position: static;
    background: #fff !important;
    color: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
    width: 2rem
}

.black {
    position: absolute;
    left: min(51%, 300px);
    top: -.5rem;
    transform: translate(0, -100%);
    width: 4.5rem !important
}

.purple {
    position: absolute;
    bottom: calc(100% - 2.5rem - 6.6rem);
    left: -.5rem;
    transform: translate(-100%, 0);
    width: 2.5rem !important
}

.mision-vision {
    background-color: rgba(143, 66, 146, .4);
    overflow: hidden
}

.left-mission {
    position: relative;
    z-index: 3;
    background: url(https://resources.edunexttechnologies.com/web-data/postepoderschool/img/mission-bg.png) rgba(48, 39, 130);
    padding: 10px;
    border-radius: 22px;
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
    border-top-right-radius: 46rem;
    border-bottom-right-radius: 11rem
}

.right-vision {
    position: relative;
    z-index: 3;
    background: url(https://resources.edunexttechnologies.com/web-data/postepoderschool/img/vision-latest-bg.png) #ffda60;
    padding: 10px;
    border-radius: 22px;
    border-top-left-radius: 59rem;
    border-bottom-left-radius: 21rem;
    border-top-right-radius: 85rem;
    border-bottom-right-radius: 68rem
}

.lh-2 {
    line-height: 1.7 !important
}

.mission-section::after {
    content: "";
    position: absolute;
    bottom: -.4rem;
    right: 1.7rem;
    width: 100rem;
    height: 54%;
    background-color: rgba(255, 255, 255, .5);
    border-bottom-right-radius: 8px;
    z-index: 1
}

.vision-section::after {
    content: "";
    position: absolute;
    bottom: -.4rem;
    left: 1.7rem;
    width: 100rem;
    height: 54%;
    background-color: rgba(255, 255, 255, .5);
    border-bottom-left-radius: 8px;
    z-index: 1
}

.mission-img {
    transform: translateY(0);
    transition-duration: 1s;
    height: 7.5rem
}

.mission-img:hover {
    transform: translateY(-10px);
    transition-duration: 1s
}

.vision-img {
    transform: translateY(0);
    transition-duration: 1s;
    height: 7.5rem
}

.vision-img:hover {
    transform: translateY(-10px);
    transition-duration: 1s
}

.wings-btn {
    background-color: var(--theme-warning);
    color: var(--theme-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 25%;
    line-height: 1.2
}

.wings-btn:hover {
    background-color: var(--theme-warning);
    color: var(--theme-dark)
}

.img-wings img {
    transition: all .3s ease-in-out
}

.img-wings {
    width: 100% !important;
    height: 20rem;
    transition: all .3s ease-in-out;
    border-radius: 2rem;
    object-fit: cover;
    overflow: hidden;
    border: 3px solid #fff;
    background: transparent url("img/istockphoto-1148232113-2048x2048 copy.png") 0 0 no-repeat padding-box;
    box-shadow: 0 0 8px #00000029;
    margin-bottom: 1rem;
    margin-top: .5rem
}

.our-wings-owl .item:hover .img-wings {
    border-top-right-radius: 8rem
}

.img-wings img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.our-wings-owl .item:hover .img-wings img {
    transform: scale(1.1)
}

.social-img {
    border: 1px solid #003c683d
}

.social-logo {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, 0);
    height: 4rem
}

.gallery-section {
    background-color: rgba(48, 39, 130, .1)
}

.gallery-btn {
    border: 1.5px solid #ffda60;
    color: var(--theme-primary);
    font-size: small
}

.gallery-btn:hover {
    background-color: #ffda60 !important;
    color: var(--theme-primary)
}

.gallery-text {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    text-align: center;
    height: 10%;
    background: transparent linear-gradient(180deg, #37343500 0, #373435 100%) 0 0 no-repeat padding-box;
    width: 100%
}

.galleryCard-image {
    position: relative;
    width: fit-content
}

.inner-galleryCard-image {
    min-height: 100%
}

.inner-galleryCard-image img {
    min-height: 20rem;
    object-fit: cover
}

.gallery-card .galleryCard-image .galleryCard-bottom img {
    display: none;
    opacity: 0;
    visibility: hidden
}

.gallery-card .galleryCard-image .galleryCard-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    width: 100%;
    min-height: 20%;
    padding: 1.5em .2em .2em;
    text-align: center;
    background-image: url(https://resources.edunexttechnologies.com/web-data/kunwar-global/images/hover-bg.png);
    background: transparent linear-gradient(180deg, #37343500 0, #040404b3 80%) 0 0 no-repeat padding-box
}

.our-gallery.owl-carousel .owl-item img {
    aspect-ratio: 7/9;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 !important
}

.our-gallery.owl-carousel .owl-item {
    transform: scale(.95);
    will-change: transform;
    margin-block: 1rem;
    transition: all .3s
}

.our-gallery.owl-carousel .owl-item.active.center {
    transform: scale(1.1);
    position: relative;
    z-index: 3;
}

@media (min-width:1600px) {
    .our-gallery.owl-carousel .owl-item {
        transform: scale(.85)
    }

    .our-gallery.owl-carousel .owl-item.active.center {
        transform: scale(1)
    }
}

.our-gallery.owl-carousel .owl-item .galleryCard-image {
    transition: all .2s
}

.our-gallery.owl-carousel .owl-item.active.center img {
    width: 100%
}

.our-gallery.owl-carousel .owl-item:hover .galleryCard-bottom {
    color: var(--theme-warning)
}

.our-gallery.owl-carousel .owl-item.active.center .galleryCard-image {
    width: fit-content
}

.our-gallery.owl-carousel .owl-item:not(.center):hover .galleryCard-image {
    scale: 1.05
}

.gallery-prev {
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    aspect-ratio: 1;
    width: 2.5rem;
    left: 0;
    top: 50%;
    transform: translate(100%, 0);
    z-index: 3
}

.gallery-next {
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    aspect-ratio: 1;
    width: 2.5rem;
    right: 0;
    top: 50%;
    transform: translate(-100%, 0);
    z-index: 3
}

.gallery-prev:hover {
    background-color: var(--theme-warning) !important;
    border: 1px solid #fff !important
}

.gallery-next:hover {
    background-color: var(--theme-warning) !important;
    border: 1px solid #fff !important
}

.facility-wrp {
    background: #30278214 url(https://resources.edunexttechnologies.com/web-data/postepoderschool/img/bg-facilities.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.facility-wrp .main-top-topic a {
    top: 50%;
    right: 10%;
    transform: translate(50%, -50%)
}

.facility-wrp .carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 40px 0;
    display: grid;
    grid-template-areas: "layer";
    place-items: center;
    border-radius: 50%;
    --radius: 165px;
    width: calc(2 * var(--radius));
    height: calc(2 * var(--radius));
    background: url(https://resources.edunexttechnologies.com/web-data/postepoderschool/img/facilities-new.png) no-repeat;
    background-size: 185px;
    background-position: center
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.facility-wrp .carousel-indicators button {
    grid-area: layer;
    width: 100px;
    height: 100px;
    padding: .2rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    --d: calc(var(--i) / var(--total));
    --r-offset: -0.37turn;
    --r-amount: 1.5turn;
    --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
    --transform: rotate(var(--r)) translate(var(--radius)) rotate(calc(-1 * var(--r)));
    transform: var(--transform);
    transition: transform 1.5s ease-in-out;
    margin: 0;
    opacity: 1;
    border: none;
    text-indent: inherit;
    position: relative
}

.carousel-position .carousel-control-next,
.carousel-position .carousel-control-prev {
    width: 30px;
    height: 30px;
    top: 33%;
    background: #fff;
    opacity: 1;
    color: #1e73be;
    border-radius: 42px;
    font-size: 20px
}

.facility-wrp .carousel-indicators button.ft1 {
    --clr: #245abb
}

.facility-wrp .carousel-indicators button.ft2 {
    --clr: #00629e
}

.facility-wrp .carousel-indicators button.ft3 {
    --clr: #683ab2
}

.facility-wrp .carousel-indicators button.ft4 {
    --clr: #e12970
}

.facility-wrp .carousel-indicators button.ft5 {
    --clr: #ff7742
}

.facility-wrp .carousel-indicators button.ft6 {
    --clr: #377012
}

.facility-wrp .carousel-indicators button.ft7 {
    --clr: #d6bc12
}

.facility-wrp .carousel-indicators button.ft8 {
    --clr: #00b7ab
}

facility-wrp .carousel-indicators button {
    border-top: 14px solid var(--clr)
}

.facility-wrp .carousel-indicators button.ft1:before {
    transform: translate(-3px, 0) rotate(3deg)
}

.facility-wrp .carousel-indicators button.ft1:after {
    transform: translate(-52px, -18px)
}

.facility-wrp .carousel-indicators button.ft2:before {
    transform: translate(-40px, 48px) rotate(43deg);
    bottom: 50%
}

.facility-wrp .carousel-indicators button.ft2:after {
    transform: translate(-7px, 6px) rotate(43deg);
    left: 0;
    bottom: 0
}

.facility-wrp .carousel-indicators button.ft3:before {
    transform: translate(-16px, 17px) rotate(90deg);
    bottom: auto;
    top: 26px;
    left: 0
}

.facility-wrp .carousel-indicators button.ft3:after {
    transform: translate(-26px, -50%);
    top: 50%;
    left: 0
}

.facility-wrp .carousel-indicators button.ft4:before {
    transform: translate(-8px, 12px) rotate(123deg);
    bottom: auto;
    top: 0;
    left: 0
}

.facility-wrp .carousel-indicators button.ft4:after {
    transform: translate(-14px, 5px);
    bottom: auto;
    left: 0;
    top: 0
}

.facility-wrp .carousel-indicators button.ft5:before {
    transform: translate(-50%, -13px) rotate(-181deg);
    bottom: auto;
    top: 0;
    left: 50%
}

.facility-wrp .carousel-indicators button.ft5:after {
    transform: translate(-50%, -22px);
    bottom: auto;
    top: 0;
    left: 50%
}

.facility-wrp .carousel-indicators button.ft6:before {
    transform: translate(48px, 15px) rotate(-123deg);
    bottom: 50%;
    top: 0
}

.facility-wrp .carousel-indicators button.ft6:after {
    transform: translate(12px, 8px);
    right: 0;
    top: 0
}

.facility-wrp .carousel-indicators button.ft7:before {
    transform: translate(16px, -50%) rotate(-90deg);
    right: 0;
    top: 50%
}

.facility-wrp .carousel-indicators button.ft7:after {
    transform: translate(26px, -50%);
    top: 50%;
    right: 0
}

.facility-wrp .carousel-indicators button.ft8:before {
    transform: translate(-4px, 0) rotate(-40deg);
    right: 0;
    bottom: 0
}

.facility-wrp .carousel-indicators button.ft8:after {
    transform: translate(1px, 11px);
    bottom: 0;
    right: 0
}

.facility-wrp .carousel-indicators button.active {
    background: var(--clr)
}

.facility-wrp .carousel-indicators button.active .fac-topic p {
    color: #fff
}

.facility-wrp .carousel-indicators .fac-topic p {
    font-size: .8rem !important;
    line-height: 1.25;
    font-weight: 600
}

.facility-wrp .carousel-indicators button .fac-topic span {
    position: absolute;
    width: 30px;
    height: 30px;
    box-shadow: 0 3px 12px #1859ab47;
    border-radius: 30px;
    background: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color: var(--clr);
    transition: 1.5s ease-in-out
}

.facility-wrp .carousel-indicators button:first-child .fac-topic span,
.facility-wrp .carousel-indicators button:nth-child(2) .fac-topic span,
.facility-wrp .carousel-indicators button:nth-child(3) .fac-topic span {
    top: 0;
    left: 80px;
    z-index: 1
}

.facility-wrp .carousel-indicators button:last-child .fac-topic span,
.facility-wrp .carousel-indicators button:nth-child(4) .fac-topic span,
.facility-wrp .carousel-indicators button:nth-child(5) .fac-topic span,
.facility-wrp .carousel-indicators button:nth-child(6) .fac-topic span,
.facility-wrp .carousel-indicators button:nth-child(7) .fac-topic span {
    top: -2px;
    right: 2px;
    z-index: 1
}

.facility-wrp .carousel-indicators button:nth-child(6) .fac-topic span,
.facility-wrp .carousel-indicators button:nth-child(7) .fac-topic span,
.facility-wrp .carousel-indicators button:nth-child(8) .fac-topic span {
    left: 2px;
    right: unset
}

.facility-wrp .carousel-indicators button:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid var(--clr);
    content: "";
    position: absolute;
    bottom: -13px;
    z-index: 1
}

.facility-wrp .carousel-indicators button.ft1:after {
    transform: translate(-50%, 32px);
    bottom: 0;
    left: 50%
}

.facility-wrp .carousel-indicators button:after {
    width: 1px;
    height: 1px;
    content: "";
    position: absolute;
    border: 6px double var(--clr);
    border-radius: 12px;
    bottom: -30px
}

.carouselCard .carouselImg img {
    height: 25rem;
    width: 100%;
    object-fit: cover
}

.overlay-topper {
    background: url(https://resources.edunexttechnologies.com/web-data/postepoderschool/img/topper-bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.toppers-owl {
    z-index: 5 !important
}

.topper-img .child-img {
    border: 1px solid var(--theme-primary);
    padding: 5px;
    padding-bottom: 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom: none
}

.percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%)
}

.topper-info span {
    background-color: rgba(255, 255, 255, .25)
}

.forinternal .topper-info span {
    background-color: #302782 !important
}

.lower-topper {
    left: 0;
    background: var(--theme-primary) url(https://resources.edunexttechnologies.com/web-data/postepoderschool/img/bg-ii.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 12.5rem;
    width: 100%;
    bottom: 0;
    z-index: 1;
    position: absolute
}

.footer-section {
    background: var(--theme-primary)
}

.footer-upper-div {
    position: relative;
    z-index: 4
}

.footer-upper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5rem;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #fff;
    z-index: 2
}

.footer-btn {
    border: 1px solid #302782;
    white-space: nowrap
}

.footer-btn:hover {
    background-color: var(--theme-primary);
    color: #fff
}

.social-icons span a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    padding: .25rem
}

.footer-ul {
    line-height: 2.3;
    margin-bottom: 0
}

.contact-section ul li a i {
    color: var(--theme-warning)
}

.social-icons a {
    opacity: 1
}

.social-icons .fb-link:hover {
    background: #fff;
    color: #1877f2
}

.social-icons .x-link:hover {
    background: #fff;
    color: #000
}

.social-icons .insta-link:hover {
    background: #fff;
    color: #EA3F8C
}

.social-icons .youtube-link:hover {
    background: #fff;
    color: red
}

hr {
    opacity: 1;
    color: #fff
}

.navigation ul {
    list-style: none;
    padding: 0;
    padding-left: .5em
}

.navigation ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.navbar .navigation {
    text-transform: uppercase
}

.navbar .navigation .dropdown {
    position: relative;
    padding-right: 10px
}

.navbar .navigation ul a {
    padding: .6em 1em;
    color: var(--theme-primary);
    font-size: 1em
}

.navbar .navigation ul li:first-child a {
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius)
}

.navbar .navigation ul li:last-child a {
    border-bottom-left-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius)
}

.navbar .navigation li li a:hover {
    background: var(--theme-warning);
    color: var(--theme-primary)
}

@keyframes slideUp {
    from {
        transform: translateY(10px)
    }

    to {
        transform: none
    }
}

.navbar .navigation .dropdown ul {
    position: absolute;
    font-size: .9rem;
    width: 200px;
    left: 0;
    background-color: #ffffeb;
    border: 1px solid var(--clr-border);
    border-radius: var(--bs-border-radius);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    display: none;
    z-index: 9;
    transition: all .3s;
    animation: slideUp .6s ease alternate
}

.navbar .navigation .dropdown>ul {
    border: 1px solid var(--theme-warning);
    padding-left: 0
}

.navbar .navigation>.dropdown>ul::after {
    content: "";
    position: absolute;
    top: -1em;
    left: 10px;
    border: .5rem solid transparent;
    border-bottom-color: var(--theme-warning)
}

.navbar .navigation .dropdown:hover>ul {
    display: block
}

.navbar .navigation .home-icon img {
    width: 1.2em
}

.navbar .navigation .dropdown ul .dropdown ul {
    left: 100%;
    margin: 0;
    top: 0
}

.navbar .navigation .dropdown::after {
    content: "\f078";
    position: absolute;
    right: 0;
    top: 50%;
    color: #fff;
    line-height: 1.2;
    translate: 0 -50%;
    font-size: .7em;
    font-weight: 700;
    font-family: FontAwesome
}

.navbar .navigation .dropdown .dropdown::after {
    top: 50%;
    font-family: FontAwesome;
    content: "\f054";
    right: 5px
}

.navbar .navigation .dropdown-btn {
    display: none
}

.navbar .navigation li a {
    text-decoration: none;
    display: block;
    padding: .3em .5em;
    font-size: .85rem;
    transition: all .3s
}

.navbar .navigation li a:not(:first-child):hover {
    color: rgb(var(--theme-primary))
}

.navbar .navigation>li>a {
    color: #fff;
    padding-block: .5em
}

.inside-leftMenu {
    background: var(--theme-primary);
    color: #fff;
    padding: 1rem;
    border-radius: var(--bs-border-radius-sm);
    box-shadow: var(--bs-box-shadow-sm)
}

.wings-title {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5em
}

.wings-title i {
    font-size: 0;
    transition: all .2s
}

.our-wings-owl .item:hover .wings-title i {
    font-size: 1em
}

footer {
    font-size: .85rem
}

footer a:not(.btn) {
    font-size: 1em !important
}

.social-icons span a {
    font-size: 1.2em !important
}

.home-slider .carousel-item {
    position: relative
}

.home-slider .carousel-item img {
    aspect-ratio: 9/4;
    object-fit: cover
}

.home-slider .carousel-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, .425), transparent);
    z-index: 1
}

@media (max-width:400px) {
    .about-right-section .content {
        margin-top: 1rem;
        margin-left: unset
    }

    .purple {
        display: none !important
    }

    .black {
        display: none !important
    }

    .img-podar img {
        margin-inline: auto
    }
}

.bottomVision,
.topMission {
    height: 3rem
}

.bottomVision::after,
.bottomVision::before,
.topMission::after,
.topMission::before {
    content: "";
    border-radius: 50%;
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    background-color: gold;
    border: 1px solid #daa520
}

.bottomVision::after,
.topMission::after {
    right: .25rem
}

.bottomVision::before,
.topMission::before {
    left: .25rem
}

.ratio-1 {
    aspect-ratio: 1
}

.facility-chakr {
    align-items: center;
    display: flex
}

@media (max-width:500px) {
    .facility-chakr {
        transform: scale(calc(100vw / 480px))
    }
}

@media (min-width:400px) and (max-width:991px) {
    .facility-chakr {
        margin-block: 60px
    }
}

.birthday-card,
.circular-card {
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, .2), inset 0 0 3px 2px rgba(0, 0, 0, .1);
    border-radius: var(--bs-border-radius-xxl);
    overflow: hidden;
    border: 4px solid #fff
}

.circular-card {
    background: #00000029;
    padding: 0 .2em 0 3.2rem;
    position: relative
}

.circular-heading {
    writing-mode: sideways-lr;
    background: #8f4292;
    color: #fff;
    text-align: center;
    padding: 1.2em .9em;
    font-size: 1rem;
    margin: 0;
    font-weight: 700 !important;
    position: absolute;
    top: 0;
    left: 0
}

.circular-slider .item {
    background: #fff;
    padding: 1em;
}

.circular-slider .item .date {
    font-weight: 700;
    padding: .1em 0;
    font-size: 1rem;
    line-height: 1.2;
    border-bottom: 3px solid var(--bs-border-color);
    font-family: var(--font-heading);
    margin-bottom: .5em;
    margin-right: 1em;
    display: flex;
    align-items: center;
    column-gap: .5em
}

@media (min-width:576px) {
    .circular-slider .item .date {
        /* border-right:3px solid var(--bs-border-color);*/
        padding: .2em 0.9em;
        border-bottom: 0;
        margin-bottom: 0;
        display: block
    }
}

.circular-slider .item .date>span {
    display: block;
    text-align: center
}

.circular-slider .item .date>span:first-child {
    font-size: 1.7em
}

.circular-slider .item .date>span:last-child {
    font-size: 1.3em
}

.circular-paragraph {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .9em;
    line-height: 1.3rem
}

.circular-paragraph+.readmore {
    font-size: .9em
}

.text-shadow {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.readmore {
    color: var(--theme-primary);
    font-weight: 600;
    transition: all .2s
}

.readmore:hover {
    color: var(--theme-primary-dark) !important;
    font-weight: 600
}

.birthday-card {
    /* background:#edf0ff url(https://resources.edunexttechnologies.com/web-data/postepoderschool/img/birthday-bg-new.png) no-repeat center;*/
    background: #edf0ff url(https://resources.edunexttechnologies.com/web-data/postepoderschool/img/bg-back.png) no-repeat center;
    background-size: 100%;
    position: relative;
    overflow: visible;
    max-width: 500px;
    margin: auto;
}

.birthday-card .profile-img {
    width: min(60%, 150px) !important;
    margin: 1rem auto 1rem;
    aspect-ratio: 6/6.7;
    object-fit: cover;
    border: 4px solid var(--theme-warning);
    border-radius: var(--bs-border-radius-xxl)
}

.bcc-sec {
    background: transparent linear-gradient(180deg, #30278224 0, #ffda602c 100%) 0 0 no-repeat padding-box
}

.left-balloon,
.right-balloon {
    width: auto;
    height: min(90%, 330px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    pointer-events: none
}

.left-balloon {
    left: -35px
}

.right-balloon {
    right: -35px
}

.birthday-class {
    background: #3027823d;
    color: #302782;
    border-radius: 50rem;
    font-weight: 600
}

.birthday-slider .owl-nav {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: center;
    align-items: center;
    bottom: 1em;
    left: 0;
    gap: 7rem
}

.birthday-slider .owl-nav>* {
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: var(--theme-primary) !important;
    border: 2px solid var(--theme-warning) !important;
    position: static;
    font-size: 1em !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.birthday-slider .owl-nav>:hover {
    background: var(--theme-warning) !important;
    color: var(--theme-primary) !important;
    border: 2px solid var(--theme-warning) !important
}

.about-right-section-internal {
    max-width: 800px;
    margin-inline: auto
}

.about-right-section-internal .content {
    background: #302782d9;
    z-index: 99;
    position: relative;
    font-size: .9rem
}

.gal-single-image a img {
    object-position: top;
}

.para-internal {
    background: var(--bs-border-color-translucent);
    padding: 1rem;
    box-shadow: var(--bs-box-shadow-sm) !important;
    color: black;
    font-size: 16px;
    line-height: 1.5rem;
    border-radius: var(--bs-border-radius-lg);
}

.about-inner-section {
    background: url("https://resources.edunexttechnologies.com/web-data/postepoderschool/img/5563243.jpg");
}

.img-wings-internal {
    width: 100% !important;
    /* height:20rem;*/
    transition: all .3s ease-in-out;
    border-radius: 2rem;
    object-fit: cover;
    overflow: hidden;
    border: 3px solid #fff;
    background: transparent url(img/istockphoto-1148232113-2048x2048%20copy.png) 0 0 no-repeat padding-box;
    box-shadow: 0 0 8px #00000029;
    margin-bottom: 1rem;
    margin-top: .5rem;
}

.img-wings-internal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.activity-gal-img img {
    object-fit: cover;
    height: 15rem;
    object-position: top;
    width: 100%;
}

.achievements_card {
    box-shadow: 0 0 10px #80808042;
    border-radius: 12px;
    overflow: hidden;
}

.circular_bg {
    background: #2066471f;
}

.download_img {
    background: #302782;
    ;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download_img img {
    width: 70%;
    height: 100%;
    object-fit: contain;
}

.birthday-text {
    width: 100%;
}

.icon-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.icon-list li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: var(--theme-primary);
}

.social-presence .fb,
.insta,
.twitter,
.youtube {
    border: none;
}

.social-presence .fb:hover {
    border: 1px solid var(--theme-primary-dark);
}

.social-presence .insta:hover {
    border: 1px solid var(--theme-primary-dark);
}

.social-presence .twitter:hover {
    border: 1px solid var(--theme-primary-dark);
}

.social-presence .youtube:hover {
    border: 1px solid var(--theme-primary-dark);
}

.small-font {
    font-size: 14px;
}

.section-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

.section-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFC120;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1rem;
    margin-bottom: 5px;
}

.section-tag::after,
.section-tag::before {
    content: "";
    height: 3px;
    width: 41px;
    /* background-color: var(--theme-golden); */
    background: #FFC120;
    opacity: 80%;
}
.section-tag::before{
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 50%);
 
}
.section-tag::after{
     clip-path: polygon(0 0, 100% 50%, 0 100%, 0% 50%)
}