* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    line-height: inherit
}

:root {
    /* --theme-primary-dark: #0D1D51; */
    --theme-primary: #0A85C5;
    --theme-primary-light: #fff;
    --theme-primary-dark: #112541;
    --theme-warning: #F5811A;
    --theme-danger: #EB1D27;
    --theme-green: #007A4B;
    --font-family-title: "Montserrat", serif;
    --font-family-body: "DM Sans", serif;
    --theme-gray: rgb(248, 248, 248);
    --theme-primary-accent: #F1F3F2;
    --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.875rem, 0.8315rem + 0.2174vw, 1rem);
    --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);
    --font-size-md:
}

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-body);
    scroll-behavior: smooth
}

/* !
==============================================
 * Design and developed by Edunext Technology
 * Designer Donald Singh
==============================================
*/

.logo-name h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    font-family: var(--font-family-title);
    margin: 0;
    color: #fff;
}

.logo-name p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    font-family: var(--font-family-body);
    margin: 0;
    color: #fff;
}

.fs-14 {
    font-size: .8rem
}

.header-top {
    background: hsla(30, 93%, 58%, 0.1);
    ;
}

.border-white-50 {
    border-color: rgba(255, 255, 255, .5) !important
}

.border-theme-primary {
    border-color: var(--theme-primary) !important;
}

.font-dm {
    font-family: "DM Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-family-title)
        /* letter-spacing: 2px */
}

.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
}

.btn-outline {
    border: 2px solid #F5811A;
    border-radius: 6px;
    letter-spacing: 0.34px;
    font-size: 12px;
    color: #191919;
    font-family: var(--font-family-body);
    font-weight: 500;
    padding: 3px 7px;
}

.btn-outline:hover {
    background: #F5811A;
    color: #fff;
}

.btn-warning {
    border: 2px solid #F5811A;
    background: #F5811A;
    border-radius: 6px;
    letter-spacing: 0.34px;
    font-size: 12px;
    color: #fff;
    font-family: var(--font-family-body);
    font-weight: 500;
    padding: 3px 7px
}

.btn-warning span img {
    width: 17px;
}

.content ul {
    list-style: none;
    padding: 0;
}

.about-section {
    padding-top: 5rem !important;
}

.about-page::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('https://resources.edunexttechnologies.com/web-data/ipsballia/img/gif.gif');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
}

.about-page .abstract1 {
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.content ul li::before {
    content: "\f05d";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
    color: #F79530;
}

.content ul li {
    display: flex;
    align-items: start;

}

.content ul li,
.content p {
    font-family: var(--font-family-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 5px;

}

.content ol li::marker {
    font-weight: bold;
}

.content span {
    font-family: var(--font-family-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.content .mission li strong {
    font-size: 18px;
    font-weight: 800;
}

.notice-title {
    height: 40px;
    width: 265px;
    background: var(--theme-warning);
}

.notice-title h3 {
    color: var(--theme-primary-light);
    font-family: "Montserrat", serif;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
}

.news_date {
    border: 1px solid #007A4B;
    padding: 0px 4px;
    text-align: center;
    margin-right: 10px;
}

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

.social-head a {
    background: transparent;
    padding: 2px 5px;
    border-radius: 28px;
    align-items: center;
}

.social-media a {
    background: #0000001a;
    padding: 6px 6px;
    border-radius: 28px;
    align-items: center;
}

.info .btn-warning.btn:hover {
    color: #fff;
    background-color: #007A4B;
    border-color: #007A4B;
}

.social a:hover {
    background: #F79530;
    padding: 6px 6px;
    border-radius: 28px;
    align-items: center;
}

.social-head a:hover {
    background: #007A4B;
    padding: 2px 5px;
    border-radius: 28px;
    align-items: center;
}

.btn-success {
    font-size: 14px;
    font-family: var(--font-family-body);
    font-weight: 600;
    letter-spacing: 0.45px;
    text-transform: capitalize;
    line-height: 18px;
}

.accordion-button:not(.collapsed) {
    color: #007A4B !important;
}

.accordion-button {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-family-title);
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.news_date h1 {
    font-size: 12px;
    font-weight: 600 !important;
    color: #007A4B;
    font-family: var(--font-family-body);
}

.news_discription h5 {
    font-size: 14px;
    font-weight: 500 !important;
    color: #000;
    font-family: var(--font-family-body);
}

.footer-heading {
    font-size: 16px;
    font-family: var(--font-family-title);
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.footer-heading::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 50px;
    background: #F79530;
}

.msgcontent p:nth-child(1)::first-letter {
    color: #007A4B;
    font-weight: 800;
    margin-right: 0px;
    font-size: 32px;
}

.main-heading {
    font-size: 24px;
    font-family: var(--font-family-title);
    color: #191919;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.main-heading::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100px;
    background: #F79530;
}

.heading-center h1.main-heading::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 100px;
    background: #F79530;
}

.about-txt-bg {
    background: url('https://resources.edunexttechnologies.com/web-data/ipsballia/img/about-us-txt-bg.png') no-repeat right bottom;
    background-size: contain;
    height: 100%;
}

.our-facility {
    background: url('https://resources.edunexttechnologies.com/web-data/ipsballia/img/our-facility-bg.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.board {
    background: url('https://resources.edunexttechnologies.com/web-data/ipsballia/img/board-bg.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.testimonial.owl-carousel .owl-stage {
    margin-top: 65px;
}

.board_management:hover p {
    background: #F79530;
    color: #fff;
    border: 1px solid #F79530;
}

.learning-inn:hover .learning-link a {
    background: #F79530;
    border: 1px solid #F79530;
}

.our-gallery .owl-item .item {
    transform: translate3d(0, 0, 0);
    transition: all .25s ease-in-out;
    margin: 50px 0;
}

.our-gallery .owl-item.active.center .item .gal-overly {}

.our-gallery .owl-item.active.center .item .gal-overly .gal-txt {
    display: block;
}

.activity-card {
    background: #fff;
    box-shadow: 0px 4px 8px hsla(0, 0%, 0%, 0.09);
    border-radius: 20px;
    margin: 5px;
    padding: 20px;
}

.facility-nav {
    position: relative;
    z-index: 999;
}

.footer-details p,
a,
h1 {
    color: #fff;
}

.footer-details ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-family-body);
    line-height: 20px;
    text-align: left;
    margin-bottom: 15px;
    display: block;
}

.map {
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #fff;
}

.gal-overly {
    border-radius: 20px;
    transition: all 5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.our-gallery .owl-item .item .gal-overly {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.our-gallery .owl-item.active.center .item .gal-overly {
    transform: scale(1.2);
}

.gal-txt {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 111;
    display: none;
    transition: all 1.9s 6s;
}

.gal-overly:hover::after {
    position: absolute;
    background: hsl(28 92% 53% / 0.8);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    width: 180%;
    height: 180%;
    left: -80%;
    bottom: -80%;
}

.gal-txt p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-family: var(--font-family-body);
    line-height: 18px;
    margin-bottom: 10px;
}

.gal-txt a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--font-family-body);
    line-height: 16px;
}

.gal-overly:hover .gal-txt {
    display: block;
    transition: all 1.9s 6s;

}

.gal-overly::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(0deg, hsl(0deg 0% 0% / 50%) 0%, hsla(219, 91%, 31%, 0) 100%) 0% 0% no-repeat padding-box;
}

.copyright p {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-family-body);
    line-height: 24px;
}

.gal-overly::after {
    content: '';
    width: 76px;
    height: 76px;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    background: #f58019;
    bottom: -30px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;

}

.map iframe {
    border-radius: 15px;
    clip-path: inset(0 round 15px);
}

.footer-details li {
    list-style-type: none;
}

.activity-card:hover {
    background: #F79530;
}

.activity-card:hover .activity-title {
    color: #fff;
}

.activity-card:hover .activity-text {
    color: #fff;
}

.activity-card:hover a {
    color: #fff !important;
}

.activity-title {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family-body);
    line-height: 20px;
    color: #013013;
    text-align: left;
    margin-top: 10px;
}

.activity-text {
    font-size: 14px;
    color: #013013;
    font-weight: 400;
    font-family: var(--font-family-body);
    line-height: 20px;
    color: #013013;
    text-align: left;
}

.activity-card .activity-body a {
    font-size: 14px;
    font-weight: 600;
    color: #F79530;
    text-align: left;
    font-family: var(--font-family-body);
    line-height: 20px;
    margin-top: 10px;
}

.facility-content {
    margin-top: -50px;
    box-shadow: 0px 0px 5px #00000017;
    border: 0;
}

.full-width {
    width: 100%;
}

.school-bulding {
    width: 100%;
    position: relative;
}

.school-bulding::after {
    content: '';
    position: absolute;
    left: -25px;
    background: url('https://resources.edunexttechnologies.com/web-data/ipsballia/img/contact-after-effact.png') no-repeat center;
    width: 80px;
    height: 100%;
}

.back-events .circular-header {
    background: #fff;
    padding: 8px 10px;
    width: -webkit-fill-available;
    color: #007A4B;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    text-align: center;
    line-height: 0;
    border-radius: 12px 12px 0px 0px
}

.circular-header img {
    width: 22px;
}

.board_management {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.board_management img {
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    border: 4px solid #fff;
    width: 185px;
    height: 185px;
    object-fit: cover;
    object-position: top;
}

.board_management h2 {
    font-size: 20px;
    font-weight: 800;
    font-family: var(--font-family-body);
    color: var(--theme-primary-light);
}

.board_management p {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 21px;
    padding: 0px 15px;
    font-size: 14px;
    font-family: var(--font-family-body);
    color: #007A4B;
    font-weight: 600;
    margin: 0;
    display: inline-block;
}

.school-facility span {
    background: #fff;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.school-facility span img {
    padding: 15px;
}

.social span {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-family-body);
}

.social-media a img {
    width: 20px;
    height: 20px;
}

.social-head a img {
    width: 20px;
    height: 20px;
}

.school-facility p {
    text-align: center;
    font-size: 14px;
    font-family: var(--font-family-body);
    font-weight: 600;
    color: #191919;
    padding: 10px 25px;
    line-height: 20px;
    margin: 0;
}

.school-facility span .img-none {
    display: none;
}

.school-facility:hover img {
    display: none;
}

.school-facility:hover span {
    background: #F79530;
}

.school-facility:hover span .img-none {
    display: block;
}

.back-events .intro {
    background: #F5F5F5;
    border-radius: 0px 0px 12px 12px;
}

.news_date h3 {
    font-size: 12px;
    font-weight: 400 !important;
    color: #007A4B;
    font-family: var(--font-family-body);
}

.facility .nav-item a {
    border: 2px solid #007A4B;
    border-radius: 16px;
    letter-spacing: 0.58px;
    color: #191919;
    font-size: 14px;
    text-align: center;
    max-width: 230px;
    min-width: 229px;
    width: 100%;
    background: #fff;
    gap: 10px;
    font-weight: 600;
    font-family: var(--font-family-body);
    padding: 10px 25px;
}

.facility .nav-item a.active {
    border: 2px solid #F79530;
    background: #F79530;
    color: #fff;

}

/* ---------------testimonial section start ----------------- */
.testimonial-section {
    background: #fff;
}

.single-testimonial {
    border: 4px solid #005320;
    text-align: left;
    border-radius: 24px;
    position: relative;
    z-index: 2;
    padding: 50px 20px 20px 20px;
}

.single-testimonial .description {
    color: #262626;
    position: relative;
    z-index: 3;
    overflow: hidden !important;
}

.single-testimonial .parent-image {
    position: absolute;
    left: 35px;
    top: -65px;
    background: #ffffff;
    width: 115px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.single-testimonial .parent-image img {
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #005320;
}

.single-testimonial .child-image img {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #005320;
}

.single-testimonial .child-image {
    position: absolute;
    right: -26px;
    bottom: -26px;
    background: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.testimonial-section .item {
    padding: 0 30px;
}

.single-testimonial a {
    font-weight: 600;
    color: #F79530;
    font-size: 14px;
}

.client-info {
    position: relative;
    z-index: 3;
    text-align: left;
}

.client-info h6 {
    color: #262626;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}

.client-info span {
    display: inline-block;
    color: #005320;
    font-weight: 700;
    font-size: 14px;
}

.sec-title.white-title h2 {
    color: #262626;
}

.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.owl-dots .owl-dot {
    background: #c1c1c1 !important;
    width: 10px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
}

.owl-dots .owl-dot.active {
    background: #007A4B !important;
    width: 25px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
}

.testimonial-section .owl-dots {
    text-align: center;
}

.testimonial-section .owl-dots button.active {
    width: 30px;
}

.testimonial-section .owl-carousel {
    overflow: hidden;
    padding: 0 20px;
    margin: 0px -40px;
    padding-right: 40px;
}

.testimonial-section .owl-stage-outer {
    padding: 30px 50px 50px 50px;
    margin-left: -34px;
    width: calc(100% + 100px);
}

/*  -------------end testimonial-section ----------------------------*/

.text-theme-primary {
    color: var(--theme-primary) !important
}

.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
}

.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 black;
}

body.mobile-menu-visible .page-wrapper {
    z-index: 999999
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    color: var(--blue-color)
}

a:focus,
a:hover,
a:visited {
    text-decoration: none !important;
    outline: 0
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
}

.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
}

figure {
    margin-bottom: 0
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.dropdown-toggle::after {
    display: none
}

.btn,
button {
    outline: 0 !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.contact {
    background: #007A4B;
    border-radius: 0px 0px 12px 12px;
    margin-top: -63px;
    max-width: 526px;
    position: absolute;
    right: 38px !important;
}

.contact-us-mobile {
    background: #007A4B;
    border-radius: 0px 0px 12px 12px;
}

.contact-us-mobile a {
    font-size: 12px;
    padding: 0px 5px;
    font-weight: 500;
    font-family: 'DM Sans';
    color: #fff;
}

.contact a {
    font-size: 12px;
    padding: 0px 5px;
    font-weight: 500;
    font-family: 'DM Sans';
    color: #fff;
}

.contact a:hover {
    background: #F5811A;
}

.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;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.lh {
    line-height: 1.4;
}

.scroll-to-top.style-two {
    background-color: #2d3247
}

.scroll-to-top:hover {
    color: #fff;
    background: var(--theme-primary-dark)
}

.circular_card_sec .circular_title {
    font-size: .875rem;
}

.circular_card_sec {
    height: 350px;
    overflow: hidden auto;
}

.circular_card_sec .btn-link {
    color: var(--theme-primary);
    transition: all 0.3s;
}

.circular_card_sec .circular_viewAll {
    margin-bottom: -1em;
}

.circular_card_sec .btn-link:hover {
    filter: brightness(70%);
}

/* width */
.circular_card_sec::-webkit-scrollbar {
    width: 5px;

}

/* Track */
.circular_card_sec::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.circular_card_sec::-webkit-scrollbar-thumb {
    background: var(--theme-warning);
}

/* Handle on hover */
.circular_card_sec::-webkit-scrollbar-thumb:hover {
    background-color: #ffc000;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 27px;
}

.btn_top-links img.edunext-logo {
    width: 13px;
}

/* marque section end */

.list-style-auto {
    list-style-type: auto;
}

.list-style-auto li {
    list-style-type: auto;
}

/* gallery section  */

.activity-gal-card {
    position: relative;
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #70707040;

}

.activity-gal-card:hover .activity-gal-content {
    bottom: 100%;
    transform: translateY(100%);
}

.activity-gal-content {
    background: rgb(0 122 75 / 75%);
    padding: 10px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    transition: all 1s;
}

.activity-gal-content .act-name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.activity-gal-img {
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.activity-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);
    }
}

/* end about section */

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    clear: both;
}

.container.auto-container,
.header-upper .auto-container,
.main-header.header-style-one .auto-container {
    max-width: 1520px
}

.main-header.header-style-one {
    position: relative
}

.rs-toolbar {
    padding: 4px 0 5px;
    font-size: 12px;
    position: relative;
    /* background: url(https://resources.edunexttechnologies.com/web-data/amenity-school/img/header-strip.png) no-repeat; */
    background-color: var(--theme-primary);
}

.rs-toolbar .container {
    position: relative;
    z-index: 2
}

.top-bar a {
    color: rgba(255, 255, 255, 0.863);
    transition: all 0.3s;
}

.top-bar a:hover {
    color: white;
}

@media (max-width: 768px) {
    .top-bar a {
        background: rgba(0, 0, 0, .2);
        border-radius: 3px !important;
    }

    .top-bar a:hover {
        background: var(--theme-danger);
        color: white;
    }
}

.left-img-column img {
    max-width: 200px
}

a.fb-color {
    background: #3e5c9a !important
}

a.ld-color {
    background: #0c63bc !important
}

a.tw-color {
    background: #1c9cea !important
}

a.ins-color {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.fb-bg {
    background: #3e5c9a
}

.ins-bg {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.fb-bg:hover {
    background: #3e5c9a !important
}

.insta-bg:hover {
    background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important
}

.ld-bg:hover {
    background: #0c63bc !important
}

.yb-bg:hover {
    background: #c3271a !important
}

ul.btns-link {
    max-width: 100%;
    text-align: right;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

ul.btns-link li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 8px
}

.add-enq {
    position: relative
}

.add-enq:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 1px;
    height: 36px;
    background: #84858f63
}

ul.btns-link li:first-child {
    margin-left: 0
}

ul.btns-link li a {
    padding: 6px 6px;
    font-size: 12px;
    font-weight: 400
}

ul.btns-link li .cbse-btn {
    color: #001742;
    background: #f9fbff;
    box-shadow: 2px 3px 3px #0000000D;
    border: 1px solid var(--blue-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    transition: .3s
}

ul.btns-link li .cbse-btn:hover {
    background: var(--gold-color);
    color: #fff;
    border: 1px solid #fff
}

ul.btns-link li:hover .cbse-btn img {
    filter: brightness(20)
}

.border-primary-btn {
    border: 1px solid #343f64 !important;
    color: #343f64 !important
}

.header-upper .navbar-right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 50px
}

.header-upper {
    position: relative;
    z-index: 222;
    /* background: #fff */
}

.header-internal .header-upper {
    background: #fff
}

.header-upper .inner-container {
    position: relative;
    display: flex;
    /* flex-wrap: wrap-reverse; */
    align-items: center;
    justify-content: center
}

.header-upper .logo-box {
    z-index: 10
}

.header-upper .logo-box .logo {
    position: relative;
    display: block;
    padding: 6px 0
}

.header-upper .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.header-upper .search-btn {
    margin-left: 35px;
    padding-left: 20px;
    line-height: 20px;
    border-left: 1px solid #919191;
    margin-right: 20px
}

.header-upper .link-btn a {
    vertical-align: middle
}

.header-upper .search-toggler {
    color: #000;
    background: 0 0;
    font-size: 22px
}

.nav-outer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.navbar-right-info .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%
}

.main-header .nav-outer .main-menu {
    position: relative
}

.main-menu .inner-container {
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .12);
    margin-bottom: -25px;
    background: #fff
}

.main-menu .navbar-collapse {
    padding: 0;
    display: block !important
}

.main-menu .navigation {
    position: relative;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.main-menu .navigation>li {
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 .1em;
}

/* .main-menu .navigation>li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 50%;
    top: calc(50% - 25%);
    background: rgb(0 0 0 / 19%);
} */

.main-menu .navigation>li.current:before {
    opacity: 1
}

.main-menu .navigation>li:last-child {
    margin-right: 0
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    color: var(--theme-primary-light);
    font-size: 14px;
    line-height: 28px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .5px;
    font-weight: 500;
    margin: 0px 6px;
    padding: 2px 6px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.header_links>a {
    font-size: .8rem;
    transition: all 0.3s;
    padding: 0 .7em;
}

@media (max-width: 768px) {
    .header_links>a {
        width: 49%;
    }
}

.header_links .link_contact {
    background: #386D51;
    color: white;
}

.header_links .link_mandatory {
    background: #79318A;
    color: white;
}

.link_enquiry {
    background: #D26E1F;
    color: white;
}

.link_fee {
    background: var(--theme-warning);
    color: white;
}

.header_links a:hover,
.slider-bottom-links a:hover {
    color: white;
    filter: brightness(90%);
}

.header-social a {
    width: 27px;
    height: 27px;
    border: 2px solid white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    border-radius: 50% !important;
    font-size: 12px;
    transition: all 0.2s;
}

.header-social .social-face:hover {
    background: white;
    color: #3d5c99 !important;
}

.header-social .social-you:hover {
    background: white;
    color: #ff0000 !important;
}

.header-social .social-insta:hover {
    background: white;
}

.header-social .social-insta:hover i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.main-menu .navigation li:last-child a::before {
    display: none
}

li.dropdown ul li a::before {
    display: none !important
}

.header-internal .main-menu .navigation>li>a {
    color: #070707
}

.header-internal .main-menu .navigation>li.current:not(:last-child)>a,
.header-internal .main-menu .navigation>li>a:hover,
.main-menu .navigation>li.current:not(:last-child)>a,
.main-menu .navigation>li>a:hover {
    color: var(--theme-primary-light) !important;
    border-bottom: 2px solid var(--theme-primary-light);
    /* background-color: var(--theme-warning); */
    /* border-radius: 3px */
}

.main-menu .navigation>li>a img {
    width: 15px;
    margin-bottom: 2px;
}

.main-menu .navigation>li.current>a img,
.main-menu .navigation>li:hover>a img {
    filter: unset;
}

.main-menu .navigation .home-icon img {
    max-width: 18px
}

/* .main-menu .navigation li.dropdown:hover>a:after {
    color: #fff
} */

/* .main-menu .navigation li.current>a:after {
    color: #fff !important
} */

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    bottom: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li:last-child>ul {
    right: 0;
    left: unset;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 15px
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation .dropdown ul li.current:after {
    display: none
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #e9e5df;
    line-height: 20px;
    font-size: .8rem;
    font-weight: 600;
    font-family: var(--font-family-body);
    /* color: var(--theme-primary); */
    text-align: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation .dropdown li {
    transition: all 0.3s ease;
}

.main-menu .navigation .dropdown li:hover {
    padding-left: 1.5rem;
    background-color: var(--theme-warning);
}

.main-menu .navigation .dropdown li:hover a {
    color: #000;
    line-height: 20px;
    font-size: .8rem;
    font-weight: 600;
    border-color: var(--theme-warning);
}

.about_left {
    background: #f7f7f7 url("https://resources.edunexttechnologies.com/web-data/idps-assets/images/about-bg-min.png") no-repeat center;
    background-size: cover;

}

.activity-sec {
    background: #f7f7f7;
}

.mission-card {
    background: var(--theme-primary) url("https://resources.edunexttechnologies.com/web-data/idps-assets/images/mission-bg.png") no-repeat center;
    background-size: 100%;
}

.key_left-col {
    background: var(--theme-primary) url("https://resources.edunexttechnologies.com/web-data/idps-assets/images/kc-bg.png") no-repeat center;
    background-size: 100%;
}

.key-char .heading-img {
    max-width: min(640px, 90%);
}

.key-char .card-item {
    background: rgb(240, 252, 246);
    /* background: linear-gradient(145deg, rgba(240, 252, 246, 1) 35%, rgba(250, 207, 15, 1) 100%); */
    transition: background 0.3s;
}

.key-char .card-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: var(--theme-primary);
    background: linear-gradient(145deg, var(--theme-primary) 35%, rgba(250, 207, 15, 1) 100%);
    transition: all 0.5s;
}

.key-char .card-item:hover::after {
    height: 7px;
    bottom: -7px;
}

.key-char .card-item:hover {
    background: rgb(240, 252, 246);
    background: linear-gradient(145deg, rgba(240, 252, 246, 1) 41%, rgba(250, 207, 15, 0.5914740896358543) 100%);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.key-char .key-char_sub-h {
    margin-top: -20px;
    line-height: 1.3;
}

.message-sec .heading-img {
    max-width: min(410px, 80%);
}

.heading-img {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 90%;
    max-width: min(850px, 80%);
}

.acitvity-school-title {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    width: fit-content;
}

.activity-sec .a_card-item {
    position: relative;
    transition: all 0.3s;
}

.activity-sec .a_card-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 50%;
    transform: translateY(-50%);
    background-color: var(--theme-primary);
    transition: all 0.3s;
}

.activity-sec .a_card-item:hover {
    background-color: var(--theme-warning);
    border-color: var(--theme-primary) !important;
}

.activity-sec .a_card-item:hover::before {
    transform: translateY(-60%);
}

@media (min-width: 768px) {

    .activity_card {
        padding-right: 4rem !important;
    }

    .acitvity-school-title {
        margin-right: 40px;
        margin-left: unset;
    }

    .mission-card {
        transform: translate(-70px, 10px);
    }
}

@media (min-width: 992px) {
    .activity-sec {
        padding-bottom: 9rem;
    }

    .key_right-thumb img {
        transform: scaleX(1.1);
        transform-origin: top right;
    }

    .activity-sec {
        background: #f7f7f7 url("https://resources.edunexttechnologies.com/web-data/idps-assets/images/as-bg-min.png") no-repeat center;
        background-size: 100%;
    }
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    content: "\f105";
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 17px;
    font-family: FontAwesome;
    font-weight: 400
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    z-index: 100;
    display: none;
    background-color: #fff;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1)
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 15px
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    display: block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 0;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 1px solid #e9e5df;
    font-size: 14px;
    font-weight: 500;
    color: var(--blue-color);
    text-align: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    z-index: 5
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header .header-upper .contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #eee
}

.main-header .header-upper .contact-info .icon {
    position: relative;
    font-size: 24px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #e1eeeb;
    border-radius: 50%;
    margin-right: 15px;
    color: #126051;
    transition: .5s
}

.main-header .header-upper .contact-info:hover .icon {
    color: #fff
}

.main-header .header-upper .contact-info .icon:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.main-header .header-upper .contact-info:hover .icon:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.main-header .header-upper .contact-info .icon span {
    position: relative
}

.main-header .header-upper .contact-info h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px
}

.main-header .header-upper .contact-info h4 {
    font-size: 26px;
    font-weight: 700
}

.main-header .header-upper .contact-info h4 a {
    color: #222
}

.menuup .main-menu .navigation>li>ul {
    top: auto;
    bottom: 100%;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.header-internal .menuup .main-menu .navigation>li>ul {
    top: 100%;
    bottom: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    z-index: -1;
    background: #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 ease;
    -o-transition: top .3s ease;
    transition: top .3s ease
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    float: right;
    margin: 13px 0;
    margin-left: 0;
    display: none
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    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: 10px 30px;
    text-align: left;
    margin: 0;
    background: #fff;
}

.mobile-menu-visible {
    overflow: hidden
}

.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: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    background-color: #000
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .3;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -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-green);
    padding: 0 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: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -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: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 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: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu .navigation li a img {
    max-width: 18px
}

.mobile-nav-toggler {
    padding: 7px 10px;
    background: #f5811a;
    border-radius: 5px;
    width: 32px;
    color: #fff;
    height: 32px;
}

.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: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.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;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none
}

.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: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 5px 10px
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, .7);
    overflow: hidden;
    cursor: none
}

.banner-section {
    position: relative
}

.banner-section .background-text {
    position: absolute;
    right: -280px;
    bottom: 190px;
    z-index: 99;
    text-transform: uppercase;
    font-size: 240px;
    font-weight: 700;
    letter-spacing: -5px;
    line-height: 200px;
    color: rgb(255 255 255 / .1);
    transform: rotate(-30deg)
}

.banner-section .background-text .text-2 {
    position: absolute;
    top: -5px;
    left: 15px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / .2);
    color: transparent
}

.banner-slider,
.three-item-carousel {
    position: relative;
    height: 100% !important;
    z-index: 9
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.learning-inn img {
    border-radius: 16px;
}

.slider-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 20px 0;
    width: 100%;
    background: transparent linear-gradient(180deg, #00000000 0, #222 100%)
}

.slider-overlay .main-head-text {
    font-size: 16px;
    font-weight: 400;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-decoration: underline
}

.slider-overlay .slider-con-text {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    font-style: italic;
    text-shadow: 0 3px 6px #0000004F
}

.slider-logo-img img {
    max-width: 60px;
    margin: 0 10px
}

.sec-title {
    position: relative;
    margin-bottom: 50px
}

.preloader-close,
.scroll-to-top:hover,
.search-popup .search-form fieldset input[type=submit] {
    background-color: var(--theme-warning);
    color: var(--them-primary);
}

.scroll-to-top {
    color: var(--theme-primary-dark);
    background: #fff;
    border: 2px dashed var(--theme-primary-dark);
}

.font-itallic {
    font-style: italic
}

.fw-500 {
    font-weight: 500 !important
}

.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: linear-gradient(180deg, hsla(30, 93%, 58%, 0.6) 0%, hsla(157, 100%, 24%, 0.8) 100%),
        url(https://resources.edunexttechnologies.com/web-data/ipsballia/img/page-title-bg-new.png) no-repeat center;
    background-size: 100%;
    min-height: 275px;
    display: flex;
    align-items: center;
}

.photo-mask img {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 350px;
    object-fit: cover;
    box-shadow: 0px 0px 5px #00000017;
    object-position: top;
}

.our-gallery.owl-carousel .owl-item img {
    height: 210px;
    width: 100%;
}

.photo-mask::before {
    content: '';
    width: 75px;
    height: 75px;
    background: #007a4b;
    bottom: -10px;
    left: -10px;
    position: absolute;
}

.photo-mask::after {
    content: '';
    width: 75px;
    height: 75px;
    background: #f79530;
    top: -10px;
    right: -10px;
    position: absolute;
}

.page-title .bread-crumb {
    position: relative
}

.page-title .bread-crumb li {
    color: #fff;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
    padding-right: 35px
}

.page-title .bread-crumb li:last-child {
    margin-right: 0;
    padding-right: 0
}

.page-title .bread-crumb li:before {
    font-family: fontawesome;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 25px;
    font-size: 17px;
    color: #fff;
    font-weight: 400
}

.page-title .bread-crumb li:last-child:before {
    display: none
}

.page-title .bread-crumb li a {
    color: #fff
}

.main-menu .navigation>li.dropdown:nth-child(10) .dropdown-btn,
.main-menu .navigation>li.dropdown:nth-child(8) .dropdown-btn,
.main-menu .navigation>li.dropdown:nth-child(9) .dropdown-btn {
    display: none !important
}

@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 / 90%)
}

#enquirymodal .modal-header {
    background: var(--blue-color);
    padding: .2rem 1rem;
    border-bottom: none
}

#enquirymodal .modal-content {
    border-radius: 10px
}

#enquirymodal h4 {
    color: #fff;
    font-size: 20px
}

#enquirymodal .close {
    position: absolute;
    top: 16px;
    right: 16px;
    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
}

.btn-send {
    background: var(--blue-color);
    color: #fff;
    padding: 6px;
    width: 125px;
    border-radius: 5px
}

.modal .close {
    position: absolute;
    top: 0;
    right: 0;
    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
}

#newmodal .modal-dialog .modal-dialog-centered {
    width: 100%
}

.ser-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a29161cf;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 10px 40px
}

.page-inner-heading:after {
    display: block;
    content: "";
    height: 1px;
    width: 50px;
    background: #89764b;
    margin: 0;
    margin-top: 10px;
    position: relative
}

.enquiry-btn-page {
    background: #001744;
    color: #fff !important;
    padding: 10px 15px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500
}

.inner-page-card ol {
    color: #000;
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 400 !important
}

.inner-page-card ol li {
    list-style-type: decimal;
    padding-left: 5px
}

.inner-page-card ol li::marker {
    color: var(--gold-color);
    font-weight: 700
}

.submenu {
    display: none;
    margin-top: 15px;
    padding: 15px;
    padding-top: 5px
}

.submenu_second {
    display: none;
    margin-top: 15px;
    padding: 15px;
    padding-top: 5px
}

.whats-img {
    bottom: 45px;
    right: 10px;
    width: 40px;
    position: fixed;
    z-index: 22;
}

.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(0deg, hsla(157, 100%, 24%, 0.6) 0%, hsla(219, 91%, 31%, 0) 100%) 0% 0% no-repeat padding-box;
}

.our-gallery .owl-prev {
    background: transparent;
    position: absolute;
    top: 16%;
    width: 42.6px !important;
    height: 40px !important;
}

.our-gallery .owl-next {
    background: transparent;
    position: absolute;
    top: 16%;
    width: 42.6px !important;
    height: 40px !important;
}

.owl-prev {
    background: #fff;
    position: absolute;
    top: 40%;
    width: 40px !important;
    height: 40px !important;
    border-radius: 130px;
}

.owl-next {
    background: #fff;
    position: absolute;
    top: 40%;
    width: 40px !important;
    height: 40px !important;
    border-radius: 130px;
}

.board-management-sld.owl-carousel .owl-stage-outer {
    text-align: center;
}

.list-style-disc {
    list-style-type: disc !important;
}

.list-style-disc li {
    list-style-type: disc !important;
}

.visitor {
    margin-top: -20px;
}

.heading-internal {
    color: hsla(157, 100%, 24%, 1);
    margin-bottom: 1rem;
    text-align: center;
}

.custom-table {
    border: 1px solid #ff8c1a;
}

.btn-tabs {
    margin-bottom: 20px;
}

.btn-tab {
    padding: .5em 1.5em;
    border-radius: var(--bs-border-radius-sm);
    font-weight: 600;
    margin-right: 5px;
    border: none;
    background-color: #dae5e1;
    cursor: pointer;
    transition: all .2s;
}

.btn-tab:not(.active):hover {
    background-color: #c3cfcb;
    color: var(--bs-green);
}

.btn-tab.active {
    background-color: var(--bs-green);
    color: white;
}


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

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

.tab-content {
    display: none;
    background: #f8f8f8;
    padding: 2rem;
    border-radius: var(--bs-border-radius-sm);
    animation: fadeUp 0.5s forwards;
}

.tab-content.active {
    display: block;
}

.btn-subtabs .btn-tab {
    background: white;
    padding: .3em 1em;
}

.btn-subtabs .btn-tab:not(.active):hover {
    background: rgb(240, 240, 240);
}

.btn-subtabs .btn-tab.active {
    background: var(--theme-warning);
}