@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #2a2792;
    --highlight-color: #f11c22;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #615e5d;
    font-family: 'Montserrat', sans-serif;
    font-family: "Bubblegum Sans", sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
}

p {
    font-size: 15px;
}


#fixed_icons {
    position: fixed;
    right: 0;
    top: 36%;
    z-index: 9999;
}

.fixed_icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fixed_icons li {
    display: block;
    width: 42px;
    height: 42px;
    padding-top: 10px;
    /* margin-bottom: 5px; */
    /* margin-right: 2.5px; */
    /* border-radius: 50px; */
    text-align: center;
    color: var(--secondary-color);
    font-size: 15px;
}

.fixed_icons li a {
    display: block;
}

.whatsapp {
    background: #4ac959;
}

.phone {
    background: #34b7f1;
}

.facebook {
    background: #4267B2;
}

.youtube {
    background: #CD201F;
}

.twitter {
    background: #00acee;
}

.instagram {
    background: #d62976;
}

#top_bar {
    width: 100%;
    height: auto;
    padding: 16px 0;
    background: var(--primary-color);
    z-index: 999 !important;
}

.top_phone_mail {
    padding: 0;
    margin: 0;
}

.top_phone_mail li {
    display: inline-block;
    color: var(--secondary-color);
    padding-right: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li a i {
    color: var(--secondary-color);
    padding-right: 6px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li:hover {
    transition: all 0.3s ease-in;
    color: var(--secondary-color);
}

.top_social {
    padding: 0;
    margin: 0;
}

.top_social li {
    display: inline-block;
    color: var(--secondary-color);
    padding: 0px 12px;
    transition: all 0.3s ease-in;
}

.top_social li :hover {
    color: var(--primary-color);
    transition: all 0.3s ease-in;
}

/* navbar  */

#header {
    position: sticky;
    top: 0;
    z-index: 999 !important;
}

.navbar-brand {
    padding: 0px 15px;
}

.navbar {
    width: 100%;
    background: var(--secondary-color);
    border: none;
    border-radius: 0;
    margin: 0 !important;
    box-shadow: 0px 3px 6px 0px rgba(5, 37, 95, 0.2);
}

.logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: -0.5px;
    padding-top: 7px !important;
    font-size: 32px;
}

#logo {
    height: 80px;
    padding: 2.5px;
}

.navbar .navbar-nav>li>a {
    padding: 12px 12.5px;
    color: var(--text-color);
    font-size: 15px;
    letter-spacing: 0.15px;
    font-weight: 600;
    margin: 18px 2.5px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.navbar .navbar-nav>li>a:hover {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-color) !important;
    background: transparent !important;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-color) !important;
    background: transparent !important;
    transition: all 0.3s ease;
}

.dropdown-menu {
    padding: 0;
    /* width: 250px; */
    border: none !important;
    border-radius: 0;
}

.dropdown li a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    padding: 10px 20px !important;
    font-weight: initial;
    font-weight: 600;
    color: var(--text-color) !important;
    letter-spacing: 0.15px;
}

.dropdown li a:hover {
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
    font-weight: initial;
    font-weight: 500;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: none !important;
    color: var(--text-color) !important;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* end navbar  */



#banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner_box {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.banner_img {
    overflow: hidden;
}

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

.banner_content {
    position: absolute;
    text-align: center;
    padding: 0 20%;
}

.banner_sh {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 22px;
    letter-spacing: 0.15px;
    animation-delay: 0.5s !important;
}

.banner_h {
    font-family: "Bubblegum Sans", sans-serif;
    line-height: inherit;
    font-size: 62px;
    color: var(--highlight-color);
    font-weight: 900;
    letter-spacing: 1.5px;
    animation-delay: 0.8s !important;
}

.banner_p {
    font-family: "Jost", serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--secondary-color);
    letter-spacing: 0.15px;
    padding-top: 20px !important;
    line-height: 33px;
    animation-delay: 1.1s !important;
}

.banner_btn {
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    padding: 15px 30px;
    letter-spacing: 0.15px;
    font-size: 16px;
    background: var(--primary-color);
    border: none;
    border-radius: 5px;
    font-weight: 500;
    color: var(--secondary-color);
    animation-delay: 1.4s !important;
}

.banner_btn i {
    position: relative;
    top: 1.5px;
    left: 2.5px;
    font-size: 15px;
}

.banner_h,
.banner_sh,
.banner_p,
.banner_btn {
    transform: translateY(150px);
    opacity: 0;
    filter: blur(20px);
    animation: banner_animation 0.5s 1 linear forwards;
}

@keyframes banner_animation {
    from {
        opacity: 0;
        filter: blur(20px);
        transform: translateY(150px);
    }

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


#modal_form {
    padding: 0 25px;
    padding-bottom: 25px;
    z-index: 9999 !important;
}

.modal-body {
    padding: 0 15px;
}

.modal-dialog {
    top: 15%;
    z-index: 9999 !important;
}

.modal-title {
    color: var(--primary-color);
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: 600;
}

.modal_input {
    margin-top: 20px;
    padding: 10px;
    height: auto;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    background: var(--secondary-color);
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
}

.modal_input::placeholder {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
}

.modal_checkbox {
    margin-top: 12px !important;
}

.modal_label {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    font-size: 13px;
    display: inline;
}

.modal_btn {
    padding: 10px 30px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    border: none;
    font-weight: 600;
    background: var(--primary-color);
    position: relative;
    display: block;
}

#about {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.abt_sh {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--highlight-color);
    letter-spacing: 0px;
    font-size: 16px;
    padding-top: 15px !important;
    position: relative;
    padding-left: 40px !important;
}

.abt_sh::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: var(--highlight-color);
    bottom: 12.5px;
    left: 0;
}

.abt_h {
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: inherit;
    color: var(--primary-color);
    padding-top: 12px !important;
}

.abt_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--p-color);
    letter-spacing: 0.35px;
    padding-top: 10px !important;
    line-height: 32px;
}

.abt_p strong {
    color: var(--text-color);
}

.abt_hh {
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: inherit;
    color: var(--primary-color);
    padding-top: 15px !important;
}

#mission_vision_goals {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--s_backgound-color);
    padding-top: 40px;
}

.mvg_box {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    background: var(--secondary-color);
    border-radius: 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    position: relative;
}

.m_circle::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    background: var(--primary-color);
    border-radius: 50%;
    left: -30px;
    bottom: -30px;
    z-index: -1;
    box-shadow: -5px 10px 15px 0px rgba(5, 37, 95, 0.4);
}

.v_circle::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    background: var(--highlight-color);
    border-radius: 50%;
    left: -35px;
    bottom: -35px;
    z-index: -1;
    box-shadow: -5px 10px 15px 0px rgba(241, 28, 34, 0.4);
}

.g_circle::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    background: #8bc34a;
    border-radius: 50%;
    left: -35px;
    bottom: -35px;
    z-index: -1;
    box-shadow: -5px 10px 15px 0px rgba(139, 195, 74, 0.4);
}

#mvg_img {
    width: 85px;
}

#mvg_main_img {
    margin-top: 50px;
}

.mvg_h {
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: inherit;
    color: var(--primary-color);
    padding-bottom: 5px !important;
}

.mvg_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--p-color);
    padding-bottom: 5px !important;
    line-height: 30px;
    letter-spacing: 0.15px;
}

#steps {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

.s_box {
    margin-top: 40px;
}

.sb_h {
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: inherit;
    color: var(--primary-color);
    font-size: 20px;
}

.sb_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--p-color);
    letter-spacing: 0;
    padding-bottom: 10px !important;
    line-height: 30px;
    letter-spacing: 0.35px;
    padding-top: 2.5px !important;
}

#facilities {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    /* background: rgba(42, 39, 146, 0.05); */
    background: var(--s_backgound-color);
}

.facility_image {
    position: absolute;
    width: 50%;
    height: 100%;
    background: url(../../images/facility_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.facility_box {
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.facility_list {
    margin-top: 30px;
    display: flex;
}

.fl_icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 50px;
    text-align: center;
}

.fl_icon i {
    color: var(--secondary-color);
    font-size: 36px;
    position: relative;
    top: 20px;
}

.fl_text {
    padding-left: 20px;
}

.flt_h {
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: inherit;
    color: var(--primary-color);
    font-size: 22px;
}

.flt_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--p-color);
    letter-spacing: 0.15px;
}

.bg_h {
    background: var(--highlight-color) !important;
}

.c_h {
    color: var(--highlight-color);
}

#aminities {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

.a_box {
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 40px 15px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 20px 0px rgba(5, 37, 95, 0.1);
    border-radius: 15px;
    transform: translateY(0px);
    transition: all 0.3s ease;
}

.a_box:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.a_box i {
    font-size: 32px;
    text-align: center;
    display: block;
    color: var(--highlight-color);
}

.ab_h {
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: inherit;
    color: var(--primary-color);
    font-size: 20px;
    padding-top: 10px !important;
    text-align: center;
}

#enroll {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: var(--primary-color);
    text-align: center;
}

.enroll_sh {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 20px;
    letter-spacing: 0.65px;
}

.enroll_h {
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: bolder;
    letter-spacing: 2px;
    line-height: inherit;
    color: var(--secondary-color);
    padding-top: 15px !important;
    font-size: 52px;
}

.enroll_btn {
    padding: 10px 25px;
    background: var(--highlight-color);
    color: var(--secondary-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 15px;
    letter-spacing: 0.35px;
}

#gallery {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}


#footer {
    background-color: var(--primary-color);
    min-height: 400px;
    margin: 20px 0 0 0;
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
    background-image: url(../../images/footer_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.wave {
    background-image: url(../../images/wave.png);
    animation: marquee 15s infinite linear;
    background-repeat: repeat-x;
    background-position: center top;
    min-height: 44px;
    background-size: 3600px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 51;
}

@keyframes marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1190px;
    }
}

#footer_map {
    line-height: 0;
}

.map {
    border-radius: 10px;
}

.footer_contact_li {
    padding: 0;
    margin: 0;
    padding-top: 15px;
}

.footer_contact_li li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 0.65px;
    color: var(--secondary-color);
    padding-top: 15px;
}

.footer_h {
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: bolder;
    letter-spacing: 2px;
    line-height: inherit;
    color: var(--secondary-color);
    padding-top: 15px !important;
}

.footer_li {
    padding: 0;
    margin: 0;
}

.footer_li li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 0.65px;
    color: var(--secondary-color);
    padding-top: 15px;
}

#copyrights {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: var(--primary-color);
}

.copy_p {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-weight: 400;
    letter-spacing: 0.35px;
}

.steps_box {
    width: 100%;
    height: auto;
    margin-top: 50px;
    position: relative;
}

.sb_img {
    position: relative;
}

.sb_img img {
    width: 85%;
    border-radius: 50%;
    box-shadow: 0px 0px 25px 0px rgba(5, 37, 95, 0.5);
}

.sb_text {
    width: 130px;
    height: 130px;
    background: rgba(5, 37, 95, 0.65);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 20px;
    outline: 15px solid rgba(5, 37, 95, 0.45);
}

.sbt_h {
    font-family: "Bubblegum Sans", sans-serif;
    color: var(--secondary-color);
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 22px;
    padding-top: 40px !important;
}

.mt-60 {
    margin-top: 50%;
}

#academics {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

#a_icon {
    width: 100px;
}

.a_h {
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: inherit;
    color: var(--primary-color);
    padding-top: 10px !important;
}

.a_li {
    padding: 0;
    margin: 0;
}

.a_li li {
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    list-style: none;
    font-size: 17px;
    padding-top: 12px !important;
    font-weight: 400;
}

.a_li li i {
    color: var(--primary-color);
    font-size: 20px;
    padding-right: 2.5px;
    position: relative;
    top: 2.5px;
}

.a_img {
    padding: 10px;
    border: 10px solid rgba(5, 37, 95, 0.5);
    border-radius: 50%;
    margin-top: 40px;
}

.b_r {
    border: 10px solid rgba(241, 28, 34, 0.5);
}

.b_g {
    border: 10px solid rgba(0, 128, 0, 0.5);
}

#a_img {
    border-radius: 50%;
}

#why_choose {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--s_backgound-color);
}

.wc_box {
    width: 100%;
    height: auto;
    min-height: 350px;
    padding: 35px 20px;
    background: var(--secondary-color);
    margin-top: 40px;
    text-align: center;
}

.wc_box::before {
    position: absolute;
    left: calc(0px + 15px);
    top: calc(0px + 15px);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: "";
    border: 1px solid var(--highlight-color);
}

.wcb_h {
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: inherit;
    color: var(--primary-color);
    padding-top: 10px !important;
}

.wcb_p {
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    padding-top: 10px !important;
    letter-spacing: 0.35px;
    font-weight: 400;
}

#wc_img {
    width: 85px;
    margin: auto;
}

.mt-60 {
    margin-top: 65px;
}

.amenities_box {
    width: 100%;
    height: auto;
    margin-top: 40px;
    position: relative;
    text-align: center;
}

.ab_text {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75) 100%);
    top: 0;
    left: 0;
}

.ab_h {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    font-family: "Bubblegum Sans", sans-serif;
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 22px;
}

.ab_img {
    position: relative;
    overflow: hidden;
}

.ab_img img {
    transform: scale(1);
    transition: all 0.3s ease-in;
}

.amenities_box:hover .ab_img img {
    transform: scale(1.15);
    transition: all 0.3s ease-in;
}

#programes {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: url(../../images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c_w {
    color: #ffffff !important;
}

.program_box {
    width: 100%;
    height: auto;
    padding: 40px 15px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 15px 0px rgba(5, 37, 95, 0.45);
    border-radius: 15px;
    text-align: center;
}

.program_box img {
    margin: auto;
}

.pb_h {
    font-family: "Bubblegum Sans", sans-serif;
    color: var(--primary-color);
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 21px;
    padding-top: 20px !important;
}


.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 42px;
    color: var(--secondary-color);
    position: absolute;
    bottom: 15%;
    left: 0;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--highlight-color);
    line-height: 0;
}

.owl-prev span {
    position: relative;
    bottom: 3px;
    font-weight: lighter;
}

.owl-next span {
    position: relative;
    bottom: 3px;
    font-weight: lighter;
}

.owl-carousel .owl-nav button.owl-next {
    left: -42%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -51%;
}

#pen_animation {
    height: 150px;
    position: absolute;
    left: 0%;
    animation: pen 5s linear forwards infinite;
}

@keyframes pen {
    0% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(80%);
    }

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

#abc_animation {
    height: 120px;
    position: absolute;
    right: -5%;
    bottom: 100%;
    animation: abc 5s linear forwards infinite;
}

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

    50% {
        transform: scale(1.2);
    }

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

#founder_img {
    margin-top: 20px;
    box-shadow: 0px 0px 15px 0px rgba(5, 37, 95, 0.4);
}

#bredcum {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-image: url(../../images/background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bredcum_h {
    font-family: "Bubblegum Sans", sans-serif;
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 42px;
}

.admission_p_box {
    padding: 0 20px;
    margin-top: 40px;
    width: 100%;
    min-height: 300px;
    background-color: var(--s_backgound-color);
    box-shadow: 0px 0px 15px 0px rgba(5, 37, 95, 0.15);
    text-align: center;
}

.apb_number {
    width: 65px;
    height: 65px;
    background: rgba(5, 37, 95, 0.15);
    text-align: center;
    margin: auto !important;
    font-family: "Bubblegum Sans", sans-serif;
    font-size: 32px;
    padding-top: 20px !important;
    color: var(--primary-color);
    font-weight: 700;
}

.apb_h {
    font-family: "Bubblegum Sans", sans-serif;
    color: var(--primary-color);
    font-weight: 700;
    padding-top: 40px !important;
}

.apb_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--p-color);
    letter-spacing: 0.35px;
    padding-top: 20px !important;
}

.apb_p a {
    color: var(--highlight-color) !important;
}

.academics_btn {
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    padding: 15px 30px;
    letter-spacing: 0.15px;
    font-size: 16px;
    background: var(--primary-color);
    border: none;
    border-radius: 5px;
    font-weight: 500;
    color: var(--secondary-color);
}

#pre_primary {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: rgba(154, 205, 50, 0.35);
}

#primary {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--secondary-color);
}

#high_school {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: rgba(241, 28, 34, 0.08);
}

.contact_box {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    background-color: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(5, 37, 95, 0.2);
    text-align: center;
}

.contact_box i {
    font-size: 32px;
    color: var(--highlight-color);
}

.sb_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--p-color);
    letter-spacing: 0px;
    font-size: 16px;
    padding-top: 5px !important;
}

#contact_form {
    background: var(--secondary-color);
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(5, 37, 95, 0.15);
}

.gallery_btn {
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    padding: 15px 30px;
    letter-spacing: 0.15px;
    font-size: 16px;
    background: var(--primary-color);
    border: none;
    border-radius: 5px;
    font-weight: 500;
    color: var(--secondary-color);
}