:root {
    --primary-color: #5956E9;
    --lightprimary-color: #F1E7FF;
    --paragraph-color: #646464;
    --hotpink-color: #FD346E;
    --sky-color: #03B8F1;
    --primary10-color: #F7F7FE;
    --hotpink10-color: #FFF5F8;
    --green10-color: #F4FBFA;
    --sky10-color: #F2FBFE;
    --green-color: #1AB69D;
    --yellow-color: #FFDC60;
    --yellow10-color: #FFFDF7;
    --brand20-color: #DEDDFB;
    --green20-color: #D1F0EB;
    --hotpink20-color: #FFD6E2;
    --sky20-color: #CDF1FC;
    --surface-color: #F7F8FD;
    --border-color: #E3E3E3;
    --indicatordot-color: #D9D9D9;
    --white-color: #ffffff;
    --black-color: #000000;
    
    /*-------------DARK COLORS----------*/
    --darkprimary-color: #17093e;
    --darkwhite-color: #0c0e2b;
    --darkblack-color: #ffffff;
    --darksurface-color: #170f2f;
    --darkbox-shadow:  0px 16px 44px -20px #5956e969;
    --darklgbox-shadow:  0px 15px 100px -50px #5956e969;
    --darkparagraph-color: #7E858B;
    --darkborder-color: #4A4A4AB8;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'League Spartan', sans-serif !important;
    font-size: 1.6rem;
    /* line-height: 1.75; */
}
.is-dark{
    background-color: var(--darkwhite-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 1rem !important;
}

p {
    font-family: 'Poppins', sans-serif !important;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus,
.uneditable-input:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    outline: 0 none !important;
}

input::placeholder {
    color: #808080 !important;
}

.section-gap {
    height: 50px;
}

.bg-lightprimary {
    background-color: var(--lightprimary-color);
}

.bg-brand {
    background-color: var(--primary-color);
}

.bg-hotpink {
    background-color: var(--hotpink-color);
}

.bg-green {
    background-color: var(--green-color);
}

.bg-sky {
    background-color: var(--sky-color);
}

.bg-yellow {
    background-color: var(--yellow-color);
}

.bg-surface {
    background-color: var(--surface-color);
}

.bg-brand10 {
    background-color: var(--primary10-color);
}

.bg-hotpink10 {
    background-color: var(--hotpink10-color);
}

.bg-green10 {
    background-color: var(--green10-color);
}

.bg-sky10 {
    background-color: var(--sky10-color);
}

.bg-yellow10 {
    background-color: var(--yellow10-color);
}

.bg-brand20 {
    background-color: var(--brand20-color);
}

.bg-hotpink20 {
    background-color: var(--hotpink20-color);
}

.bg-green20 {
    background-color: var(--green20-color);
}

.bg-sky20 {
    background-color: var(--sky20-color);
}

.is-dark .bg-brand10, .is-dark .bg-hotpink10, .is-dark .bg-green10, .is-dark .bg-sky10, .is-dark .bg-yellow10{
    background-color: var(--darkwhite-color);
}
.text-brand {
    color: var(--primary-color) !important;
}

.text-green {
    color: var(--green-color) !important;
}

.text-yellow {
    color: var(--yellow-color) !important;
}

.text-sky {
    color: var(--sky-color) !important;
}

.text-hotpink {
    color: var(--hotpink-color) !important;
}

.font-poppins {
    font-family: 'Poppins', sans-serif !important;
}

.custom-btn {
    background-color: var(--primary-color);
    color: white;
    font-weight: 500;
    border: none;
    padding: 0px 25px;
    border-radius: 8px;
    height: 45px;
}

.custom-h1 {
    font-size: 38px;
}
.custom-h2 {
    font-size: 28px;
    font-weight: 600;
}
.custom-h3 {
    font-size: 24px;
    font-weight: 600;
}

.custom-h4 {
    font-size: 20px;
    font-weight: 500;
}
.is-dark .custom-h1, .is-dark .custom-h2, .is-dark .custom-h3, .is-dark .custom-h4{
    color: var(--darkblack-color);
}

.custom-paragraph {
    color: var(--paragraph-color);
    font-size: 14px;
}
.is-dark .custom-paragraph{
    color: var(--darkparagraph-color);
}

.lead-paragraph {
    color: var(--paragraph-color);
    font-size: 16px;
}
.is-dark .lead-paragraph {
    color: var(--darkparagraph-color);
}

.title-paraghraph {
    font-size: 14px;
    width: 93%;
    margin: 0 auto;
}
.is-dark .title-paraghraph{
    color: var(--darkparagraph-color);
}

.w-80 {
    width: 100%;
}

.mb-35 {
    margin-bottom: 15px !important;
}

.font-weight-300 {
    font-weight: 300;
}

#more {
    display: none;
}

.box-shadow {
    box-shadow: 0px 15px 100px -40px rgba(0, 0, 0, 0.35);
}
.dark-btn{
    width: 40px;
    height: 40px;
    background-color: navy;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 50;
    cursor: pointer;
    transition: .3s;
}
.dark-btn:hover{
    background-color: white;
    color: navy;
}
.z-20{
    z-index: 20;
}
/*<=====================CUSTOM CSS END=======================>*/
/*<=====================OWL CAROUSEL CSS START=======================>*/
.owl-dots {
    margin-top: 40px !important;
}

.owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--primary-color) !important;
}

#history-testimonial .owl-dot.active span {
    background-color: var(--hotpink-color) !important;
}
#history-testimonial .owl-dot span:hover{
    background-color: var(--hotpink-color) !important;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: var(--indicatordot-color) !important;
    margin: 5px !important;
    width: 13px !important;
    height: 13px !important;
}

#history-testimonial .owl-theme .owl-dots .owl-dot span {
    background-color: var(--hotpink-color) !important;
}

/*<=====================OWL CAROUSEL CSS END=======================>*/
/*<=====================HEADER & NAVBAR CSS START=======================>*/
.fixed-nav {
    position: fixed !important;
    top: 0%;
    transition: .5s;
    z-index: 15;
    border-radius: 0px !important;
}

.navbar {
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.08);
    background-color: var(--white-color);
    border-radius: 10px;
}
.is-dark .navbar{
    background-color: var(--darkwhite-color);
    box-shadow: var(--darkbox-shadow);
}
.navbar-brand img {
    transition: .5s;
    width: 75px;
}

.navbar-nav li {
    list-style-type: none;
    margin-right: 34px;
}

.navbar-nav li a {
    color: var(--black-color);
    text-decoration: none;
    font-size: 18px;
    transition: .5s;
    font-weight: 500;
}

.is-dark .navbar-nav li a{
    color: var(--darkblack-color);
}
.navbar-nav li a.active {
    color: var(--primary-color) !important;
}

.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--white-color);
    min-width: 220px;
    border-radius: 10px;
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.08);
    padding: 20px 20px 0px 20px;
    border-bottom: 5px solid var(--primary-color);
    top: 40px;
    z-index: 10;
}
.is-dark .dropdown-content{
    background-color: var(--darkwhite-color);
}
.dropdown-content a {
    padding-bottom: 15px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/*<=====================HEADER & NAVBAR CSS END=======================>*/
/*<=====================BREADCRUMB CSS START=======================>*/
.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(89, 86, 233, 0.75);
    display: flex;
    justify-content: center;
    align-items: last baseline;
}

.breadcrumb-titlebox {
    height: 182px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.breadcrumb-labelbox nav ol {
    margin-bottom: 0px !important;
    justify-content: center;
}

.breadcrumb-item {
    color: white !important;
    font-weight: 500;
}

.breadcrumb-item::before {
    color: white !important;
}

.breadcrumb-labelbox nav ol li a {
    color: white;
    text-decoration: none;
}

.about1-bg {
    background-image: url('../Images/about-us1/3.jpg');
}

.about2-bg {
    background-image: url('../Images/about-us2/about2.jpg');
}

.ourteam1-bg {
    background-image: url('../Images/our-team1/ourteam1.jpg');
}

.ourteam2-bg {
    background-image: url('../Images/our-team2/ourteam2.jpg');
}
.vision-mission-bg {
    background-image: url('../Images/vision-mission/vision-mission.jpg');
}
.categories-bg {
    background-image: url('../Images/categories/categories.jpg');
}
.contactus-bg {
    background-image: url('../Images/contact-us/bradcrumb.jpg');
}
.history-bg {
    background-image: url('../Images/history/breadcrumb.jpg');
}
.apply-bg {
    background-image: url('../Images/apply-now/breadcrumb.jpg');
}
.meal-bg {
    background-image: url('../Images/meal/breadcrumb.jpg');
}
.chairman-bg {
    background-image: url('../Images/chairman-message/breadcrumb.jpg');
}

.breadcrumb-image {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*<=====================BREADCRUMB CSS END=======================>*/
/*<=====================HOME 1 BANNER CSS START=======================>*/
.banner-section {
    height: 100vh;
    padding-top: 0px;
    background-color: var(--lightprimary-color);
}
.is-dark .banner-section{
    background-color: var(--darkwhite-color);
}

.banner-input {
    width: 100% !important;
    height: 50px;
}

.banner-inputsearch {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50% !important;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.banner-input input {
    padding-left: 20px;
}

.banner-img {
    width: 90%;
    margin: 20px auto;
}

.banner-element {
    position: absolute;
}

.banner-element-one {
    top: 10%;
}

.banner-element-two {
    bottom: 5%;
    right: 0%;
}

/*<=====================HOME 1 BANNER CSS END=======================>*/
/*<=====================FEATURED CSS START=======================>*/
.featured-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    z-index: 1;
}

.featured1-circle {
    background-color: var(--yellow-color);
}

.featured2-circle {
    background-color: var(--green-color);
}

.featured3-circle {
    background-color: var(--hotpink-color);
}

.featured-img {
    position: relative;
    z-index: 2;
}

.featured-content {
    color: white;
    display: flex;
    margin-top: 0px !important;
    position: relative;
    align-items: center;
}

.featured-content h3 {
    font-weight: 600;
    font-size: 24px;
}

.featured-content p {
    font-weight: 400;
    font-size: 16px;
}

/*<=====================FEATURED CSS END=======================>*/
/*<=====================GALLERY CSS START=======================>*/
.masonary_section {
    width: 100%;
    padding-top: 20px;
}

.maso_box {
    -webkit-column-width: 245px;
    column-width: 245px;
    -webkit-column-gap: 34px;
    column-gap: 34px;
    padding: 0px;
    position: relative;
}

.maso_box img {
    width: 100%;
    border-radius: 10px;
}

.maso_box .item {
    margin-bottom: 26px;
    text-align: right;
}

.gallery-ele1 {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: 8%;
    left: 15%;
}

.gallery-ele2 {
    width: 30px;
    height: 30px;
    background-color: var(--hotpink-color);
    border-radius: 50%;
    position: absolute;
    bottom: 28%;
    right: 15%;
}

.gallery-ele3 {
    width: 50px;
    height: 50px;
    border: 2px dashed var(--green-color);
    border-radius: 50%;
    position: absolute;
    bottom: 15%;
    left: 35%;
}

/*<=====================GALLERY CSS END=======================>*/
/*<=====================FEATURED TOPICS CSS START=======================>*/
.featured-topics-contentbox {
    margin-top: 40px;
}

.featured-topic-card {
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: var(--black-color);
}
.is-dark .featured-topic-card{
    border: 1px solid var(--darkborder-color);
    box-shadow: var(--darkbox-shadow);
    color: var(--darkblack-color);
}

.featured-topic-card img {
    margin-right: 20px;
}

.featured-topic-card h4 {
    margin-bottom: 0px !important;
    font-size: 20px !important;
}

.featured-topic-title {
    width: 180px;
}

/*<=====================FEATURED TOPICS CSS END=======================>*/
/*<=====================TESTIMONIAL CSS START=======================>*/
.home1testimonial-section{
    background-color: var(--surface-color);
    padding: 100px 0px;
}
.is-dark .home1testimonial-section{
    background-color: var(--darksurface-color);
}
.testimonial{
    background: var(--surface-color);
    padding: 80px 0px;
}
.testimonial-card{
    background-color: var(--white-color) !important;
    border: 1px solid var(--border-color) !important;
    padding: 70px 20px;
    border-radius: 30px !important;
    position: relative;
}
.testimonial-card svg{
    position: absolute;
    right: -6px;
    top: -26px;
    width: 55px;
}
.testimonial-card svg path{
    fill: var(--white-color);
}
.is-dark .testimonial-card svg path{
    fill: var(--darksurface-color);
}
.is-dark .testimonial-card{
    background-color: var(--darkwhite-color) !important;
    border: 1px solid var(--darkborder-color) !important;
}
.testimonial-card1 img{
    border: 2px solid var(--primary-color);
}
.testimonial-card2 img{
    border: 2px solid var(--hotpink-color);
}
.testimonial-card3 img{
    border: 2px solid var(--green-color);
}
.parent-namebox{
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}
.parent-namebox img{
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    flex: none;
    margin-right: 10px;
    object-fit: cover;
}
.parent-namebox h4{
    margin-bottom: 0px !important;
}
/*<=====================TESTIMONIAL CSS END=======================>*/
/*<=====================EVENT SECTION CSS END=======================>*/
.event-section {
    height: 750px;
    background-image: url(../Images/home-event/event.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.event-date {
    padding: 15px 0px;
    width: 300px;
    background-color: var(--hotpink-color);
    border-radius: 45px;
    font-size: 18px;
    color: white;
    font-weight: 500;
    text-align: center;
}

.event-countdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.event-countdownbox {
    width: 100px;
    margin: 20px;
    border-radius: 5px;
    color: white;
}

.event-countdownbox div {
    font-size: 30px;
    font-weight: 500;
    padding: 10px 0px;
    border-radius: 5px;
}

.event-countdownbox h5 {
    margin-bottom: 0px !important;
    padding: 10px 0px;
}

.box1 {
    border: 1px solid var(--hotpink-color);
}

.box2 {
    border: 1px solid var(--yellow-color);
}

.box3 {
    border: 1px solid var(--green-color);
}

.box4 {
    border: 1px solid var(--primary-color);
}

/*<=====================EVENT SECTION CSS END=======================>*/
/*<=====================MUSIC CLASS CSS END=======================>*/
.music-card, .violence-card {
    border: 1px solid var(--border-color);
    box-shadow: 0px 15px 100px -50px rgba(0, 0, 0, 0.35);
    padding: 25px;
    border-radius: 10px;
}
.is-dark .music-card, .is-dark .violence-card{
    border: 1px solid var(--darkborder-color);
    color: var(--darkblack-color);
    box-shadow: var(--darkbox-shadow);
}

.music-card img {
    margin-bottom: 35px;
}

.learn-more {
    display: flex;
    justify-content: center;
    align-items: center;
}

.learn-more a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin-right: 8px;
}

/*<=====================MUSIC CLASS CSS END=======================>*/
/*<=====================ABOUT US 1 CSS END=======================>*/
.about1-learnbox, .priority-learnbox {
    margin: 35px 0px;
}

.about1-learnbox div, .priority-learnbox div {
    margin-right: 40px;
}

.about1-learnbox h4, .priority-learnbox h4 {
    font-weight: 600 !important;
}

.about1-learnbox p, .priority-learnbox p {
    margin-bottom: 0px !important;
}

.about1team-card {
    text-align: center;
}
.teacher {
    border-radius: 50%;
    position: relative;
    z-index: 2;
    transition: 0.3s;
    width: 256px;
    height: 258px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
}
.inner{
    position: relative;
    padding: 20px;
}
.inner img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
}
.teacher::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../Images/about-us1/arc1.png);
    background-position: center center;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}
.teacher2::after{
    background-image: url(../Images/about-us1/arc2.png);
}
.teacher3::after{
    background-image: url(../Images/about-us1/arc3.png);
}
.teacher4::after{
    background-image: url(../Images/about-us1/arc4.png);
}
.teacher5::after{
    background-image: url(../Images/about-us1/arc4.png);
}
.teacher6::after{
    background-image: url(../Images/about-us1/arc3.png);
}
.teacher7::after{
    background-image: url(../Images/about-us1/arc2.png);
}
.teacher8::after{
    background-image: url(../Images/about-us1/arc1.png);
}
.about1team-card:hover .teacher::after {
  transform: rotate(90deg);
}
.is-dark .teacher{
    box-shadow: var(--darkbox-shadow);
}
.team-member-img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    object-fit: cover;
}

.about1team-card .card-body h3 {
    font-size: 24px;
}

.is-dark .about1team-card .card-body h3{
    color: var(--darkblack-color);
}
.about1team-card .card-body p, .our-team2-card .card-body p {
    font-size: 14px;
    color: var(--paragraph-color);
}
.is-dark .about1team-card .card-body p, .our-team2-card .card-body p{
    color: var(--darkparagraph-color);
}
.aboutus1-student-section {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--surface-color);
}
.is-dark .aboutus1-student-section{
    background-color: var(--darksurface-color);
}
.aboutus1-student-card {
    border: 1px solid var(--border-color) !important;
    padding: 70px 20px;
}
.is-dark .aboutus1-student-card{
    background-color: var(--darkwhite-color);
    border: 1px solid var(--darkborder-color) !important;
}
.rating {
    color: #FEC40E;
    font-size: 13px;
}

.aboutus1-student-card .card-body p {
    margin-bottom: 0px !important;
}

.aboutus1-student-name {
    display: flex;
    margin: 25px 0px 0px 35px;
}

.aboutus1-student-name img {
    width: 50px !important;
    height: 50px;
    border: 2px solid var(--primary-color);
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
}

.aboutus1-student-name h4,
.aboutus1-student-name p {
    margin-bottom: 0px !important;
}

.aboutus1-student-name p {
    font-size: 14px;
}

.aboutus1-student-card::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 0 0 27px;
    border-color: transparent transparent transparent white;
    top: calc(99% - 10px);
    transform: rotate(-45deg);
    z-index: -1;
    border-bottom-right-radius: 4px;
    left: 45px;
    outline: 1px solid var(--border-color);
}
.is-dark .aboutus1-student-card::after{
    border-color: transparent transparent transparent var(--darkborder-color);
    outline: 1px solid var(--darkborder-color);
}
/*<=====================ABOUT US 1 CSS END=======================>*/
/*<=====================ABOUT US 2 CSS START=======================>*/
.liberating-cardbox {
    margin: 25px 0px;
}

.liberating-img-content, .success-img-content {
    width: 115px;
    height: 115px;
    background: linear-gradient(143deg, #5956E9 16.15%, #03B8F1 79.92%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    border-radius: 50%;
    right: 10px;
    color: white;
}

.liberating-card {
    width: 100%;
    background-color: white;
    padding: 30px 20px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    margin-bottom: 20px;
}
.is-dark .liberating-card{
    background-color: var(--darkwhite-color);
    border: 1px solid var(--darkborder-color);
    box-shadow: var(--darkbox-shadow);
}

.skill-card {
    border: 1px solid var(--border-color);
    padding: 50px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0px 15px 100px -50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}
.is-dark .skill-card{
    box-shadow: var(--darklgbox-shadow);
    border: 1px solid var(--darkborder-color);
} 
.card-border {
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.skill-card-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skill-card1 {
    border: 2px solid var(--primary-color);
}

.skill-card2 {
    border: 2px solid var(--hotpink-color);
}

.skill-card3 {
    border: 2px solid var(--green-color);
}

.skill-card4 {
    border: 2px solid var(--sky-color);
}

.skill-card-imgbox {
    width: 97%;
    height: 97%;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.is-dark .skill-card-imgbox{
    background-color: var(--darkwhite-color);
}
.workshop-section {
  height: auto;
  display: flex;
  align-items: center;
  background-image: url(../Images/about-us2/map.png);
  background-position: bottom;
  background-size: 70% 30%;
  background-repeat: no-repeat;
}
.header-play-button {
    height: 90px;
    width: 90px;
    cursor: pointer;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

.header-play-button span {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header-play-button span:nth-child(4) {
    margin: 46px 52px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 18px solid #fff;
}

.header-play-button span:nth-child(3) {
    margin: 19px;
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 40px;
}

.header-play-button span:nth-child(2) {
    width: 80px;
    height: 80px;
    margin: 19px;
    border: solid 1px #5956E9;
    -webkit-animation-name: playButtonRingAnim;
    animation-name: playButtonRingAnim;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #5856e971;
    border-radius: 49px;
}

.header-play-button span:nth-child(1) {
    width: 80px;
    height: 80px;
    margin: 19px;
    border: solid 1px #ffffff;
    -webkit-animation-name: playButtonRingAnim;
    animation-name: playButtonRingAnim;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 59px;
    opacity: 0.36;
}

@-webkit-keyframes playButtonRingAnim {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes playButtonRingAnim {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0;
    }
}

/*<=====================ABOUT US 2 CSS END=======================>*/
/*<=====================OUR TEAM 1 CSS START=======================>*/
.experienced-thought {
    font-size: 20px;
    font-style: italic;
    line-height: 1.5em;
    color: #000;
    text-align: center;
}
.is-dark .experienced-thought, .is-dark .check{
    color: var(--darkblack-color);
}
.experienced-thought:before{
    content: open-quote;
}

.experienced-thought:before {
    display: inline-block;
    vertical-align: bottom;
    color: var(--primary-color);
    font-size: 4em;
    top: 10px;
    left: -5px;
    position: relative;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.check {
    color: #000;
}

.check::before {
    font-family: "FontAwesome";
    content: "\f00c";
    padding-right: 5px;
    font-style: normal;
    color: var(--primary-color);
}

/*<----Experienced Professionals End---->*/
/*<----Our Honourable Teachers---->*/
.honourable-teacher-section{
    background-color: var(--surface-color);
}
.is-dark .honourable-teacher-section{
    background-color: var(--darksurface-color);
}
.teacher-card {
    border: 1px solid var(--border-color);
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
}
.is-dark .teacher-card{
    background-color: var(--darkwhite-color);
    border: 1px solid var(--darkborder-color);
}
.teacher-card p {
    color: var(--paragraph-color);
    font-size: 14px;
}
.is-dark .teacher-card p{
    color: var(--darkparagraph-color);
}
.team-img {
    width: 100%;
}

.team-img img {
    width: 100%;
    height: 255px;
    border-radius: 5px;
    object-fit: cover;
}

.team-social-links ul {
    display: flex;
    justify-content: center;
}

.team-social-links ul li {
    border: 1px solid var(--paragraph-color) !important;
}
.is-dark .team-social-links ul li{
    border: 1px solid var(--darkborder-color) !important;
}
.team-social-links ul li a {
    color: var(--paragraph-color);
    text-decoration: none;
    display: flex;
}
.is-dark .team-social-links ul li a{
    color: var(--darkblack-color);
}
/*<=====================EXPERIENCE STATISTICS CSS START=======================>*/
.statistic-card {
    width: 310px;
    height: 210px;
    background-color: white;
    padding: 40px 0px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    margin: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.is-dark .statistic-card{
    background-color: var(--darkwhite-color);
    border: 1px solid var(--darkborder-color);
    box-shadow: var(--darkbox-shadow);
}
.statistic-circlebox{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 60px;
}
.statistic-circlebox h3{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
}
.is-dark .statistic-circlebox h3{
    color: var(--darkblack-color);
}
.statistic-card  p{
    font-weight: 600;
    position: absolute;
    bottom: 25px;
}
.is-dark .statistic-card  p{
    color: var(--darkblack-color);
}
.statistic-card:first-child {
    margin-left: 0px !important;
}

.statistic-cardbox {
    margin: 35px 0px;
    width: 100%;
    position: relative;
}

.statistic {
    font-family: sans-serif;
    width: 25%;
    margin: 0 auto;
}

.statcircle--container {
    position: relative;
}

.statistic__figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.statistic-card svg {
    width: 110px;
}

.statcircle {
    fill: none;
    stroke: #d7d7d7;
    stroke-width: 15;
    stroke-miterlimit: 10;
}

/*<=====================OUR TEAM 1 CSS END=======================>*/
/*<=====================OUR TEAM 2 CSS START=======================>*/
.seniorimg-box {
    height: 610px;
    position: relative;
}

.senior-thougthbox {
    width: 90%;
    background-color: var(--primary-color);
    padding: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0%;
    border-radius: 20px;
}

.seniorimg-box img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.senior-thougt {
    font-style: italic;
    font-size: 20px;
    font-weight: 500;
    color: white;

}

.senior-social-links ul li {
    border: 1px solid var(--primary-color) !important;
}

.senior-social-links ul li a {
    color: var(--primary-color) !important;
}

.our-team2-img img {
    height: 370px !important;
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.our-team2-card {
    width: 80%;
    background-color: white;
    border: 1px solid var(--border-color);
    position: relative;
    margin: -25% auto 0px auto;
    border-radius: 10px;
}
.is-dark .our-team2-card{
    background-color: var(--darkwhite-color);
    border: 1px solid var(--darkborder-color);
    box-shadow: var(--darkbox-shadow);
}
.is-dark .team2-social-links ul li a{
    color: var(--primary-color);
}
.our-team2-card li:nth-child(1) {
    border: 1px solid var(--primary-color) !important;
}

.our-team2-card li:nth-child(1) a {
    color: var(--primary-color);
}

.our-team2-card li:nth-child(2) {
    border: 1px solid var(--hotpink-color) !important;
}

.our-team2-card li:nth-child(2) a {
    color: var(--hotpink-color) !important;
}

.our-team2-card li:nth-child(3) {
    border: 1px solid var(--sky-color) !important;
}

.our-team2-card li:nth-child(3) a {
    color: var(--sky-color) !important;
}

/*<=====================OUR TEAM 2 CSS END=======================>*/
/*<=====================VISION MISSION CSS START=======================>*/
.success-img-content{
    background: linear-gradient(143deg, #5956E9 16.15%, #1AB69D 73.00%);
    top: -10px;
    left: 50px;
}
.vision-card{
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    box-shadow: 0px 15px 100px -50px rgba(0, 0, 0, 0.35);
    display: block;
    padding: 20px;
    margin: 35px 0px;
    align-items: center;
}
.is-dark .vision-card{
    background-color: var(--darkwhite-color);
    box-shadow: var(--darkbox-shadow);
    border: 1px solid var(--darkborder-color);
}
.visioncard-iconbox{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    flex: none;
}
.categories{
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--surface-color);
}
.is-dark .categories{
    background-color: var(--darksurface-color);
}
.categories-mainbox{
    text-align: center;
    width: 170px;
    margin: 20px;
}
.categories-mainbox p{
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}
.is-dark .categories-mainbox p{
    color: var(--darkblack-color);
}
.categories-boxes{
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background: #FFF;
    box-shadow: -4px 15px 100px -50px rgba(0, 0, 0, 0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.is-dark .categories-boxes{
    background-color: var(--darkwhite-color);
}
.myarrow{
  position:absolute;
  top:0;
  bottom:0;
  transform: rotate(90deg);
  right: -7px;
  display: none;
}
.line {
  border-right: 2px dashed var(--primary-color);
  display:inline-block;
  height:5rem;
}
.arrow{
  position:absolute;
  top:-0.3rem;
  bottom:0;
  height: 0.9rem;
  border-right: 2px solid var(--primary-color);
  display: inline-block;
}
.arrow2{
    border-right: 2px solid var(--hotpink-color);
}
.line2{
    border-right: 2px dashed var(--hotpink-color);
}
.arrow3{
    border-right: 2px solid var(--green-color);
}
.line3{
    border-right: 2px dashed var(--green-color);
}
.arrow4{
    border-right: 2px solid var(--sky-color);
}
.line4{
    border-right: 2px dashed var(--sky-color);
}
.right{
  left:0.3rem;
  transform: rotate(-45deg);
}
.left{
  right:0.3rem;
  transform: rotate(45deg);
}
.campus-card {
    border: 1px solid var(--border-color);
    padding: 0px 25px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 15px 100px -50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    height: 250px;
}
.is-dark .campus-card{
    border: 1px solid var(--darkborder-color);
}
.campus-card2, .campus-card4{
    margin-top: 0px;
}
.campus-card .card-border{
    left: 0;
}
.campus-card img{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 110px;
}
.campus-card .content-box{
    position: absolute;
    left: 35px;
    bottom: 30px;
}
.campus-card .content-box p{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px !important;
}
.is-dark .campus-card .content-box p{
    color: var(--darkblack-color);
}
/*<=====================VISION MISSION CSS END=======================>*/

/*<=====================CATEGORIES CSS START=======================>*/
.violence-card{
    padding: 30px;
    border-radius: 10px;
}
.violence-imgbox{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-color: var(--surface-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.is-dark .violence-imgbox{
    background-color: var(--darksurface-color);
}
.violence-contentbox{
    margin-top: 25px;
}
.results-section{
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--surface-color);
}
.is-dark .results-section{
    background-color: var(--darksurface-color);
}
.is-dark .results-para{
    color: var(--darkblack-color);
}
.result-img-content{
    width: 200px;
    border-radius: 10px;
    background: linear-gradient(128deg, #5956E9 8.52%, #03B8F1 100%);
    color: white;
    padding: 10px;
    position: absolute;
    left: 20px;
    bottom: 8%;
}
.result-icon{
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    border-radius: 75px;
    background: linear-gradient(180deg, #5956E9 0%, #1AB69D 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    position: absolute;
}
.categories-about{
    border-right: none;
    margin-right: 0px;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.categories-about .categories-imgbox{
    width: 95px;
    height: 95px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories-about p{
    font-weight: 500;
    margin-bottom: 0px !important;
}
.is-dark .categories-about p{
    color: var(--darkblack-color);
}
.categories-about:last-child{
    border: none;
}
/*<=====================CATEGORIES CSS END=======================>*/
/*<=====================GET IN TOUCH CSS START=======================>*/
.support-card{
    height: 300px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    box-shadow: 0px 15px 100px -50px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    padding: 50px;
    text-align: center;
}
.is-dark .support-card{
    background-color: var(--darkwhite-color);
    border: 1px solid var(--darkborder-color);
    box-shadow: var(--darkbox-shadow);
}
.support-iconcircle{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.support-card h3{
    margin: 30px 0px;
}
.support-card p{
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--paragraph-color);
    font-weight: 500;
}
.is-dark .support-card p{
    color: var(--darkparagraph-color);
}
.getin-touch-form input, .getin-touch-form textarea, .registration-box input, .registration-box textarea{
    background-color: var(--surface-color);
    border: 1px solid var(--border-color);
}
.is-dark .getin-touch-form input, .is-dark .getin-touch-form textarea, .is-dark .registration-box input{
    background-color: var(--darksurface-color);
    border: 1px solid var(--darkborder-color);
    color: white;
}
.getin-touch-form .inputbox, .registration-box .inputbox{
    margin-bottom: 38px;
}
.getin-touch-form input::placeholder,  .getin-touch-form textarea::placeholder, .registration-box input::placeholder,.registration-box textarea::placeholder{
    color: var(--paragraph-color);
    font-size: 16px !important;
}
.is-dark .getin-touch-form input::placeholder, .is-dark .getin-touch-form textarea::placeholder{
    color: var(--darkparagraph-color);
}
/*<=====================GET IN TOUCH END=======================>*/
/*<=====================HISTORY CSS START=======================>*/
.history-card {
    background-color: white;
    padding: 50px 30px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    margin: 0px 10px;
    position: relative;
    box-shadow: 0px 15px 100px -50px rgba(0, 0, 0, 0.35);
}
.is-dark .history-card{
    background-color: var(--darkwhite-color);
    border: 1px solid var(--darkborder-color);
    box-shadow: var(--darkbox-shadow);
}
.history-card img{
    width: 70px;
}
.history-card p{
    margin-bottom: 0px !important;
}
.history-card .card-number{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--hotpink-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
}
.history-card .card-number2{
    background-color: var(--green-color);
}
.history-card .card-number3{
    background-color: var(--primary-color);
}
.history-slider-section{
    background-color: var(--primary-color);
    display: flex;
}
.history-slider-box{
    width: 100%;
}
#history-testimonial{
    padding: 50px 0px;
}
.history-carousel img{
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    object-fit: cover;
}
.history-carousel p{
    font-style: italic;
    font-size: 18px;
    line-height: 45px;
    margin: 35px 0px;
    color: var(--white-color);
}
.history-carousel-name{
    font-size: 16px;
    color: white;
    margin-top: 30px;
}
.history-slider-images{
    width: 40%;
}
.history-slider-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.priority-imgbox img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 auto;
}
.priority-video-bg {
  width: 100%;
  height: 400px;
  background-image: url(../Images/history/prio2.jpg);
}
#about2-feedback .owl-dots{
    text-align: center !important;
    margin-top: 20px !important;
}
.priority-video-bg .header-play-button span:nth-child(1) {
  width: 60px;
  height: 60px;
}
.priority-video-bg .header-play-button span:nth-child(2) {
  width: 60px;
  height: 60px;
  border: solid 1px var(--white-color);
  background: #ffffff70;
}
.priority-video-bg .header-play-button {
  width: 60px;
  height: 60px;
}
.priority-video-bg  .header-play-button span:nth-child(3) {
  margin: 19px;
  width: 60px;
  height: 60px;
  background: #FFF;
}
.priority-video-bg .header-play-button span:nth-child(4) {
  margin: 40px 45px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid var(--primary-color);
}
/*<=====================HISTORY CSS END=======================>*/
/*<=====================JOIN AS A STUDENT CSS START=======================>*/
.registration-box{
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    box-shadow: 0px 15px 100px -50px rgba(0, 0, 0, 0.35);
    padding: 60px 40px !important;
    border-radius: 20px;
}
.is-dark .registration-box{
    background-color: var(--darkwhite-color);
    border: 1px solid var(--darkborder-color);

}
.is-dark .registration-box label{
    color: var(--darkblack-color);
}
.registration-box button{
    width: 40%;
    margin: 0 auto;
}
.educator {
  padding: 50px 20px;
  background-color: var(--surface-color);
}
.is-dark .educator{
    background-color: var(--darksurface-color);
}
.join-input{
    width: 100% !important;
}
.educator-input{
    border-radius: 10px !important;
}
.is-dark .educator-input:focus{
    background-color: transparent !important;
    color: white !important;
}
.is-dark .educator-input{
    background-color: var(--darksurface-color);
    color: var(--white-color);
    border: 1px solid var(--darkborder-color);
}

.educator-input::placeholder{
    font-size: 16px !important;
}
.register-inputbutton{
    height: 40px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 5px !important;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    padding: 0px 30px;
    text-decoration: none;
}
/*<=====================JOIN AS A STUDENT CSS END=======================>*/
/*<=====================MEAL CSS START=======================>*/
.food-schedule-section{
    background-color: var(--surface-color);
    padding: 80px 0px;
}
.is-dark .food-schedule-section{
    background-color: var(--darksurface-color);
}
.tab-content {
  position: relative;
  overflow: hidden;
}
.tab-content.is-animating {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  width: auto;
}

.content-pane {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(100%) translateY(-50%);
}
.content-pane.is-active {
  position: relative;
  opacity: 1;
  transform: translateX(0%);
}
.content-pane.is-exiting {
  opacity: 0;
  transform: translateX(-100%);
}
.content-pane.is-animating {
  transition: opacity 400ms ease-out, transform 400ms ease-out;
}

.nav-tabs li.active a {
  color: var(--primary-color);
}
.is-dark .nav-tabs li.active a {
  color: var(--primary-color);
}

.nav-tabs li:not(.active) {
  color: var(--black-color);
}
.tabs-box {
    height: 110px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: var(--white-color);
    box-shadow: 0px 15px 80px -40px rgba(0, 0, 0, 0.35);
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px !important;
}
.is-dark .tabs-box{
    background-color: var(--darkwhite-color);
    border: 1px solid var(--darkborder-color);
}
.tabs-box li a{
    text-decoration: none;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 500;
}
.is-dark .tabs-box li a{
    color: var(--darkblack-color);
}
.content-pane img{
    width: 110px;
    height: 110px;
    border-radius: 10px;
    object-fit: cover;
}
.meal-listbox{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.meal-listimgbox{
    margin-right: 15px;
}
.meal-listbox h5{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px !important;
}
.is-dark .meal-listbox h5{
    color: var(--darkblack-color);
}
.meal-listbox p{
    color: var(--paragraph-color);
    font-size: 14px;
    margin-bottom: 0px !important;
}
.is-dark .meal-listbox p, .is-dark .kindergarten-thougth{
    color: var(--darkparagraph-color);
}
.activities img, .activities-images img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 300px;
}
.activities-images img{
    height: 300px;
}
/*<=====================MEAL CSS END=======================>*/
/*<=====================CHAIRMAN MESSAGE CSS START=======================>*/
.chairman-heroimg .card{
    border-radius: 10px !important;
    position: relative;
    box-shadow: 0px 15px 100px -50px rgba(0, 0, 0, 0.35);
    height: 640px;
}
.chairman-heroimg .card .card-body{
    padding: 0px;
}
.chairman-heroimg .card .card-body img{
    width: 100%;
    height: 70%;
    object-fit: cover;
    border-radius: 10px;
}
.chairman-social-links ul li{
    border: 1px solid var(--primary-color) !important;
}
.title-underline{
    width: 82px;
    height: 3px;
    background-color: var(--primary-color);
}
.chairman-exper{
    border-radius: 20px;
    background: linear-gradient(180deg, #5956E9 8.77%, #03B8F1 100%);
    text-align: center;
    padding: 30px 0px;
    width: 220px;
    position: absolute;
    color: var(--white-color);
    bottom: 20%;
    right: -5%;
}
.chairman-exper div{
    background-color: var(--green-color);
    width: 80%;
    height: 50px;
    border-radius: 10px;
    position: absolute;
    left: 10%;
    top: -15px;
}
.about-chairman-section{
    background-color: var(--surface-color);
    padding: 100px 0px;
}
/*<=====================CHAIRMAN MESSAGE CSS END=======================>*/








/*<=====================FOOTER CSS START=======================>*/
.subscribe-contentbox {
    width: 100%;
}

.subscribe-inputbox {
    width: 100%;
}

.subscribe-newsletter {
    display: block;
}
.footer-content{
    width: 100%;
}
.footer-links-section {
    margin-top: 40px;
}

.footer-links-section h5 {
    font-weight: 600;
}

.footer-social-links ul,
.senior-social-links ul {
    display: flex;
}

.footer-social-links ul li,
.team-social-links ul li,
.senior-social-links ul li {
    list-style-type: none;
    margin-right: 15px;
    width: 38px;
    height: 38px;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.footer-social-links ul li a,
.senior-social-links ul li a {
    color: white;
    text-decoration: none;
    display: flex;
}

.footer-links {
    color: white;
}

.footer-links li {
    list-style-type: none;
    margin-bottom: 15px;
}

.footer-links li a {
    color: white;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
}

.subscribe-title {
    font-size: 35px;
    font-weight: 600;
}

.footer-support-links {
    display: block;
}

.footer-support-links li {
    list-style-type: none;
    border-right: none;
    padding: 0px 20px;
    margin: 8px 0px;
    text-align: center;
}

.footer-support-links li a {
    text-decoration: none;
    cursor: pointer;
    color: white;
    font-weight: 300;
}

/*<=====================FOOTER CSS END=======================>*/
/*<=====================MEDIA QUERIES START=======================>*/
@media (min-width: 768px) {
    .section-gap {
        height: 80px;
    }
    .custom-h2 {
        font-size: 40px;
        font-weight: 600;
    }
    .title-paraghraph {
        width: 81%;
        font-size: 16px;
        text-align: center;
    }
    .experienced-thought {
        font-size: 24px;
        text-align: left;
    }
    .w-80 {
        width: 80%;
    }
    .liberating-card {
        width: 47%;
    }
    .banner-img {
        width: 70%;
    }
    .vision-card{
        display: flex;
    }
    .liberating-img-content, .success-img-content {
      width: 160px;
      height: 160px;
    }
    .liberating-img-content{
        right: -10px;
    }
    .success-img-content {
        left: 100px;
    }
    .results-section{
        padding: 80px 0px;
    }
    .result-img-content {
        left: 100px;
    }
    .result-icon {
        right: 110px;
    }
    
}

@media (min-width: 992px) {
    .main-container {
        margin-top: -148px;
    }
    .banner-section {
        padding-top: 148px;
    }
    .custom-h1 {
        font-size: 64px;
    }
    .custom-h3 {
        font-size: 24px;
        font-weight: 600;
    }
    .custom-h4 {
        font-size: 20px;
        font-weight: 500;
    }
    .lead-paragraph {
        font-size: 18px;
    }
    .banner-input {
        width: 80% !important;
    }
    .section-gap {
        height: 130px;
    }
    .maso_box {
        padding: 20px;
    }
    .banner-img {
       margin: 0px;
       width: 90%;
    }
    .custom-paragraph {
        color: var(--paragraph-color);
        font-size: 16px;
    }
     .breadcrumb-image {
        height: 330px;
    }
    .aboutus1-student-section {
        height: 900px;
    }
    .liberating-cardbox {
        margin: 35px 0px;
    }
    .workshop-section {
        height: 800px;
        background-position: center;
        background-size: 50% 50%;
    }
    .mb-35 {
        margin-bottom: 35px !important;
    }
    .senior-thougthbox {
        bottom: -10%;
    }
    .categories-mainbox{
        margin-right: 70px;
    }
    .success-img-content {
        left: 40px;
        top: 20px;
    }
    .experienced-thought:before {
        top: -10px;
    }
    .event-countdownbox {
        margin: 0px 30px;
    }
    .music-card, .violence-card {
        padding: 55px;
    }
    .subscribe-newsletter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 85%;
    }
    .subscribe-contentbox {
        width: 60%;
    }
    .footer-content{
        width: 75%;
    }
    .subscribe-inputbox {
        width: 40%;
    }
    .footer-links-section {
        margin-top: 80px;
    }
    .footer-support-links {
        display: flex;
    }
    .footer-support-links li {
        border-right: 1px solid white;
        margin: 0px;
        text-align: left;
    }
    .campus-card2, .campus-card4{
        margin-top: -50px;
    }
    .result-icon {
        right: 0px;
    }
    .result-img-content {
        left: 20px;
    }
    .categories-about{
        border-right: 1px solid var(--border-color);
        margin-right: 20px;
        margin-bottom: 0px;
    }
    .educator{
        padding: 70px;
        background-color: var(--surface-color);
    }
    .join-input{
        width: 70% !important;
    }
    .activities img{
        height: auto;
    }
    .header-play-button {
        left: 50%;
    }
    #about2-feedback .owl-dots{
        text-align: left !important;
    }
    .statistic-cardbox{
        width: 130%;
    }
    .statistic-card {
        margin: 0px 20px;
    }
    .history-slider-box{
        width: 100%;
    }
    .history-card {
        margin: 0px 20px;
    }
    #history-testimonial{
        padding: 120px 0px;
    }
    .priority-imgbox img{
        width: 500px;
    }
}

@media (min-width: 1366px) {
    .title-paraghraph {
        width: 40%;
    }
    .myarrow{
        display: block;
    }
    .join-input{
        width: 40% !important;
    }
    .tabs-box{
        height: 80px;
        padding: 0px 50px !important;
    }
    .history-slider-box{
        width: 100%;
    }
     
}
@media (min-width: 1400px){
    .history-slider-box{
        width: 60%;
    }
    .priority-video-bg{
        width: 250px;
        height: 250px;
        position: absolute;
        z-index: 10;
        background-size: cover;
        right: 60px;
        bottom: -50px;
    }
}
@media (min-width: 1600px) {
    .container {
        padding: 0px;
    }

}