@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

p {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.navbar-nav .nav-link {
    color: #584d66;
    margin: 0 5px;
}

/* .navbar-nav li.active>a {
    color: #6300e2 !important;
    font-weight: 600;
} */

.nav-item .active1 {
    font-weight: bolder;
    color: #6300e2 !important;
}

/* .navbar-nav .active {
    color: #6300e2 !important;
    font-weight: 600;
} */

.social-links {
    gap: 20px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    color: #6300e2;
}

.sider {
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.content {
    position: absolute;
    top: 20%;
    left: 0;
    padding: 0 50px;
    z-index: 999;
}

.content .line {
    height: 4px;
    width: 100px;
    margin-bottom: 30px;
    background-color: #fff;
}

.content h1 {
    color: #fff;
    font-size: 70px;
    width: 50%;
    font-weight: 700;
}

.content p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.btn-ad {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 12px 20px;
    color: #6300e2;
    background-color: #fff;
    border-radius: 12px;
    font-size: 14px;
    transition: .4s all;
}

.btn-ad:hover {
    background-color: #6300e2;
    color: #fff;
}

.help_child .line {
    height: 4px;
    width: 100px;
    margin-top: 30px;
    margin-left: 80px;
    background-color: #6300e2;
}

.help_content p {
    font-size: medium;
    font-weight: 300;
    line-height: 1.8;
    padding: 25px;
}

.help_content .help_text {
    color: #6300e2;
    font-weight: 800;
    font-size: large;
}

.help_header {
    position: relative;
}

.help_header h2 {
    margin-left: 11%;
}

.help_header h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    height: 2px;
    width: 100px;
    background-color: #6300e2;
}

.help_child .help_button {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.help_child .help_button .btn-ad {
    width: 200px;
    background-color: #f0ad4e;
    text-align: center;
    margin: 10px;
    transition: .4s all;
    /* margin: auto; */
}

.display-4 {
    font-size: 80px;
    font-weight: 500;
    color: #6200e2dd;
}

.sider1 {
    height: 100vh;
    width: 100%;
    border-radius: 10px;
}

.sider1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.content-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    text-align: center;
}

.content-slider h1 {
    font-size: 50px;
    color: #fff;
}

.quote-sec {
    background-color: #ededed;
    padding: 100px 0;
}

.quote-sec i {
    font-size: 40px;
    color: #6300e2;
    margin-bottom: 20px;
}

.quote-sec h1 {
    font-size: 56px;
    line-height: 1.3;
    color: #584d66;
    font-style: italic;
    font-family: Georgia, sans-serif;
}

.quote-sec h5 {
    font-size: 25px;
    line-height: 1.4;
    color: #000000;
    font-weight: 600;
    margin-top: 20px;
}

.line-h {
    height: 2px;
    width: 100px;
    margin: 20px auto;
    background-color: #fff;
}

.newsletter {
    background-color: #8e43f0;
    padding: 8%;
    border-radius: 10px;
}

.newsletter h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    font-family: Georgia, sans-serif;
}

.input-group {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
}

.input-group input {
    width: 70%;
    height: 50px;
    background-color: #fff;
    border-radius: 3px !important;
    border: none;
    outline: none;
    padding-left: 20px;
}

.input-group button {
    background-color: #fff;
    color: #6300e2;
    width: 26%;
    font-weight: 600;
    border: none;
    outline: none;
    border-radius: 4px !important;
}

/* footer css code */

.footer-section {
    background: #151414;
    /* #f3f1f6 */
    position: relative;
    margin-bottom: -48px;
}

.footer-cta {
    border-bottom: 1px solid #373636;
    padding-bottom: 8px !important;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.cta-text span a {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo img {
    max-width: 120px;
}



.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 21px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3b5998;
}

.twitter-bg {
    background: #55acee;
}

.google-bg {
    background: #dd4b39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-left: 40px;
    position: relative;
}

.footer-widget-heading-sub h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading-sub h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget .ul {
    /* margin-left: 30px; */
    padding-left: 0px;
}

.footer-widget ul li {
    display: inline-block;
    /* float: left; */
    width: 70%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
    text-decoration: none;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;

}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
    text-decoration: none;
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
    position: absolute;
    color: #ff5e14;
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
    padding-left: 32px;
}

.footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
    color: #14ffa7;
}

.footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
    color: #ffd700;
}

.footer-social-icon .social_icon {
    text-align: left;
}

.footer-social-icon .social_icon li {
    float: inherit !important;
    display: inline-block !important;
    width: inherit;
}

.footer-social-icon .social_icon li a i {
    font-size: 15px;
    line-height: 39px;
}

.footer-social-icon .social_icon li a {
    width: 40px;
    height: 40px;
}

.social_icon {
    text-align: right;
    margin: 0;
    margin-top: 3px;
}

.social_icon li {
    display: inline-block;
    margin: 0 5px;
}

.social_icon li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 100%;
    transition: 0.2s ease-in-out;
}

.social_icon li a i {
    font-size: 15px;
    line-height: 20px;
}

.social_icon li:nth-child(1) a {
    background: #4267b2;
    color: #fff;
}

.social_icon li:nth-child(2) a {
    background: #1da1f2;
    color: #fff;
}

.social_icon li:nth-child(3) a {
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #fff;
}

.social_icon li:nth-child(4) a {
    background: #ff0000;
    color: #fff;
}

.social_icon li:nth-child(1):hover a {
    background: #fff;
    color: #4267b2;
}

.social_icon li:nth-child(2):hover a {
    background: #fff;
    color: #1da1f2;
}

.social_icon li:nth-child(3):hover a {
    background: #fff;
    color: #bc1888;
}

.social_icon li:nth-child(4):hover a {
    background: #fff;
    color: #ff0000;
}

/* Activity Section */
.Activity {
    background: #8e43f0;
    padding: 60px;
}

.activity-body {
    background: #f3f1f6;
}

.activity-body .activity-main {
    padding-top: 60px;
}

.Activity h1 {
    color: #fff;
    font-weight: 700;
    font-size: 64px;
    font-family: 'Vollkorn', serif;
}

.activity-card img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.activity-card p {
    line-height: 1.9;
}

/* about-us page */
.about-page .about-text {
    line-height: 1.8;
    font-weight: 700;
    font-size: 26px;
}

.about-page p {
    font-family: 'Vollkorn', serif;
}

.about-page h1 {
    font-family: 'Vollkorn', serif;
    font-weight: 800;
    margin-left: 40px;
}

.about-page .about-line {
    height: 5px;
    width: 80px;
    margin-left: 50px;
    margin-top: 30px;
    background-color: #8e43f0;
}

.about-page .about-title {
    color: rgb(94, 81, 81);
    margin: 20px 0px;
}

.about-mission .heading {
    padding: 40px 5px;
}

.about-mission .title-body {
    padding: 40px 5px;
}

.about-mission .title {
    color: rgb(94, 81, 81);
}

.about-document {
    background-color: #ededed;
    padding: 15px;
    margin-bottom: -50px;
}

/* admission section */
.admission .admission-banner {
    padding: 8%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.admission-heading .about-line {
    height: 3px;
    width: 80px;
    margin-left: 5px;
    margin-top: 30px;
    background-color: #8e43f0;
}

.admission-heading h1 {
    font-family: 'Vollkorn', serif;
    font-size: 55px;
    font-weight: bold;
}

.step1 h3 {
    font-weight: 700;
}

.step1 h6 {
    padding-top: 5px;
}

/* franchise section */
.franchise .franchise-banner {
    padding: 7%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.franchise .franchise-heading {
    font-family: 'Vollkorn', serif;
    font-size: 70px;
    font-weight: bolder;
}

.franchise-step h1 {
    padding: 25px 0;
}

.franchise-heading h1 {
    font-family: 'Vollkorn', serif;
    font-size: 35px;
    font-weight: 900;
}

.franchise-heading p {
    padding-top: 30px;
    line-height: 1.9;
    color: gray;
}

.franchise-bullet ul li {
    color: gray;
    padding: 6px 0;
}

/* Contact section */
.contact-main {
    background: #8e43f0;
    /* height: 100px; */
    width: 100%;
}

.contact-main h1 {
    font-family: 'Vollkorn', serif;
    font-size: 60px;
    font-weight: bolder;
    color: #fff;
}

.contact-main .contact-address span {
    color: #fff;
    font-weight: 700;
}

.contact-main .contact-address address {
    color: #fff;
    font-weight: 300;
    padding-top: 10px;
}

.contact-main .contact-phone span {
    color: #fff;
    font-weight: 700;
}

.contact-main .contact-phone address {
    color: #fff;
    font-weight: 300;
    padding-top: 10px;
}

.contact-main .contact-email span {
    color: #fff;
    font-weight: 700;
}

.contact-main .contact-email address {
    color: #fff;
    font-weight: 300;
    padding-top: 10px;
}

.google-map h1 {
    font-family: 'Vollkorn', serif;
    font-size: 50px;
    font-weight: bolder;
}

/* pop-up button code */

#myBtn {
    display: none;
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: black;
    color: white;
    cursor: pointer;
    border-radius: 30px;
}

.myBtn1 {
    position: fixed;
    height: 60px;
    width: 60px;
    bottom: 80px;
    right: 10px;
    z-index: 99;
    font-size: 40px;
    border: none;
    outline: none;
    background-color: none;
    color: rgb(11, 155, 42);
    cursor: pointer;
    border-radius: 30px;
}

/* medi CSS for home */

@media only screen and (max-width: 600px) {

    h2 {
        font-size: 26px;
    }

    .social-links {
        display: none;
    }

    .navbar {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .sider {
        height: auto;
        padding: 65% 0;
        /* background-size: cover;
        background-position: center center; */
    }

    .content {
        position: absolute;
        top: 15%;
        left: 0;
        padding: 0 20px;
        z-index: 999;
    }

    .content h1 {
        color: #fff;
        font-size: 40px;
        width: 100%;
        font-weight: 600;
    }

    .btn-ad {
        margin-bottom: 15px;
    }

    .content p {
        padding: 20px 0;
    }

    .help_header h2 {
        margin-left: 0;
        padding: 0 20px;
    }

    .help_header h2::before {
        bottom: -10px;
        left: 23px;
        height: 4px;
    }

    .help_content p {
        padding: 5px 25px;
    }

    .help_child {
        padding: 0 30px 0 10px;
    }

    .help_child .help_button {

        flex-direction: column;
        gap: 0px;
    }

    .help_child .help_button .btn-ad {
        width: 100%;
        display: flex;

    }

    .display-4 {
        font-size: 50px;
    }

    .sider1 {
        height: 50vh;
        width: 100%;
        border-radius: 10px;
    }

    .content-slider h1 {
        font-size: 40px;
        font-weight: 700;
    }

    .quote-sec h1 {
        font-size: 40px;
    }

    .newsletter h2 {
        font-size: 24px;
    }

    .input-group input {
        width: 60%;
    }

    .input-group button {
        width: 35%;
    }

    .footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
        padding-left: 45px;
    }

    .footer-section {
        padding: 0 15px;
    }

    .single-cta i {
        font-size: 20px;
    }

    .cta-text {
        padding-left: 25px;
    }

    .footer-widget ul {
        margin-left: 0px !important;
    }

    .footer-widget-heading h3 {
        margin-left: 0px;
        margin-top: 20px;
    }

    .subscribe-title {
        margin-top: -30px;
    }

    .Activity h1 {
        font-weight: 600;
        font-size: 40px;
    }

    /* about us */
    .about-page h1 {
        margin-left: 0px;
    }

    .about-page .about-line {
        margin-left: 0px;
        margin-top: 15px;
    }

    .about-page .about-text {
        line-height: 1.6;
        font-weight: 600;
        font-size: 20px;
    }

    .about-mission .heading {
        padding: 18px 10px;
    }

    .about-mission .title-body {
        padding: 10px 10px;
    }

    .about-document .about-img {
        margin: 10px 0px;
    }

    .about-document .about-img img {
        width: 100%;
    }

    /* admission page */
    .admission-heading h1 {
        font-size: 35px;
        font-weight: 800;
    }

    /* franchies page */
    .franchise .franchise-heading {
        font-size: 32px;
        font-weight: 800;
    }

    .franchise-step h1 {
        padding: 20px 0;
        font-size: 24px;
    }

    .franchise-heading h1 {
        font-size: 25px;
        font-weight: 700;
    }

    /* contact us */
    .contact-main h1 {
        font-size: 42px;
        font-weight: 700;
    }

    .google-map h1 {
        font-size: 40px;
        font-weight: 700;
    }
}

.mb-30 {
    margin-bottom: 30px;

}