html,body{
    font-family: 'Poppins', sans-serif !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif !important;
}
p,label,small{
    font-family: 'Poppins', sans-serif !important;
}
p{
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    color: rgba(80,92,127,.9);
}
a{
    font-family: 'Poppins', sans-serif !important;
    text-decoration: none !important;
    color: #000;
}

.bg-g-red{
    background-color: #e35324;
}
.bg-g-green{
    background-color: #992475;
}
.bg-g-gray{
    background-color: #009688;
}
.bg-g-blue{
    background-color: #ce2026;
}
.bg-g-orange{
    background-color: #ff5722;
}
.bg-red {
    background-color: #c63230 !important;
}
.bg-f2f2f2{
    background-color: #f2f2f2;
}
.text-red {
    color: #c63230;
}

.text-red{
    color: #e91e63;
}
.text-green{
    color: #4caf50;
}
.text-gray{
    color: #009688;
}
.text-blue{
    color: #673ab7;
}
.text-orange{
    color: #ff5722;
}

.border-red{
    border-color: #e91e63 !important;
}
.border-green{
    border-color: #4caf50 !important;
}
.border-gray{
    border-color: #009688 !important;
}
.border-blue{
    border-color: #673ab7 !important;
}
.border-orange{
    border-color: #ff5722 !important;
}




.thank-you-banner-section{
    /* padding: 116px 0px; */
    background-image: url(../images/Thank-You-Page-Banner-NewAge.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}
.thank-you-area{
    box-shadow: 1px 1px 10px 4px #ddd;
    border-radius: 12px;
    border: 2px solid #673ab7;
    background-color: #fff;
}
.thank-heading{
    font-size: 25px !important;
    font-weight: 600;
    margin-bottom: 20px;
}
.thank-para{
    font-size: 16px;
    color: #685a5a;
    font-weight: 100;
}
.thank-call-title{
    font-size: 22px !important;
    font-weight: 600;
}



.admi-box{
    border: 2px solid #b30183;
    padding: 20px 20px;
    border-radius: 20px;
    text-align: center;
}
.admi-box img{
    /* width: 200px !important;
    height: 200px; */
    border: 1px solid #e91e63;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.admi-box h5{
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.section{
    padding: 64px 0px;
}

.carousel-control-prev i, .carousel-control-next i {
    background-color: #c63230;
    padding: 10px 10px;
    font-size: 20px;
    fill: #fff;
    border-radius: 100px;
    text-align: center;
    width: 40px;
    height: 40px;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}


.apply-form-bg{
    background-image: url('../images/admission-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.apply-form-bg-overlay{
    background-color: #00000038;
    padding: 60px 0px;
}
.apply-form-heading{
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}
.apply-form-sub-heading{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.apply-form{
    /* position: relative; */
    padding: 20px;
    z-index: 2;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
}
.apply-form .form-heading{
    font-size: 24px;
    font-weight: 600;
    color: #07294d;
}
.form-control,
.form-select{
    background-color: #fafafa;
    border: solid 1 px #ccc;
    border-radius: 8px !important;
    font-size: 14px;
    padding: 10px;
}
.form-control:focus, 
.form-select:focus {
    box-shadow: unset;
}
.form-check-label{
    font-size: 14px;
}


.sidebtn-fixed {
    background: #ce2026  none repeat scroll 0 0;
    border: 0px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 34px;
    letter-spacing: 1px;
    border-radius: 6px;
    cursor: pointer;
    position: fixed;
    transform: rotate(90deg);
    float: left;
    right: 1px;
    top: 383px;
    z-index: 9999;
    margin-right: -95px;
}


.accordion-button:not(.collapsed){
    color: #fff;
    background-color: #992475;
}




.navbar-section{
    padding: 5px 0px;
    background-color: #fff;
}
.navbar-phone {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
}
.navbar-whatsapp{
    font-size: 16px;
    color: #000;
    margin-right: 20px;
    border: 1px solid #4caf50;
    padding: 6px 20px;
    border-radius: 50px;
}

.main-heading {
    font-size: 32px;
    font-weight: 600;
    color: #07294d;
}
.sub-heading {
    font-size: 18px;
    font-weight: 600;
    color: #07294d;
}
.award-heading{
    font-size: 20px;
    font-weight: 600;
    color: #07294d;
}
.underline {
    width: 48px;
    height: 4px;
    background-color: #db274a;
    margin-bottom: 20px;
    margin-top: 14px;
}

.card1{
    padding: 10px;
    border: 1px solid #e91e63;
    border-radius: 6px;
    background-color: #fff;
}
.card1 h4{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}
.card1 p{
    margin-bottom: 0px;
}


.owl-carousel .owl-item{
    padding: 0px 20px;
}
.card2{
    padding: 30px 10px;
    border: 1px solid #673ab7;
    border-radius: 6px;
    background-color: #fff;
}
.card2 img{
    width: 50px !important;
    height: 50px;
    margin-left: -34px;
}
.card2 h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}
.card2 p{
    margin-bottom: 0px;
    font-size: 14px;
}

.holisticCarousel .item{
    margin-top: 50%;
}
.card3{
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.card3:hover{
    margin-top: -10%;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.card3 .content{
    height: 218px;
}
.card3 img{
    display: inline-block !important;
    width: 80% !important;
    border: 8px solid #fff;
    border-radius: 50%;
    margin-top: -60%;
    margin-bottom: 20px;
}
.card3 h4{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}
.card3 p{
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 26px;
}
.img-style-1{
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 16px 51px 0 rgb(23 32 42 / 17%);
}
.fs-16{
    font-size: 16px;
    line-height: 28px;
}
.btn-1 {
    transition: all .2s ease-in-out;
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    border: 0px;
    background-color: red;
    padding: 10px 34px;
    margin: 0px 0px;
    display: inline-block;
    outline: none;
    letter-spacing: 1px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: normal;
    box-shadow: 0px 0px 20px rgb(255 255 255 / 25%);
}
.btn-1:hover {
    box-shadow: 1px 9px 10px rgb(53 52 52 / 45%);
    background-color: #ffa00b;
}

/* .bg-holistic-development{
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: url('../images/holistic-development.jpg');
} */


.owl-nav .owl-prev {
    /* position: absolute; */
    /* top: 50%; */
    /* left: -7%; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 45px;
    height: 45px;
    border-radius: 50px !important;
    line-height: 49px !important;
    background-color: #ce2026 !important;
    color: #fff !important;
    border: 1px solid #ce2026 !important;
}
.owl-nav .owl-next {
    /* position: absolute; */
    /* top: 50%; */
    /* right: -7%; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #444444 !important;
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 45px;
    height: 45px;
    line-height: 49px !important;
    border-radius: 50px !important;
    background-color: #ce2026 !important;
    color: #fff !important;
    border: 1px solid #e91e63 !important;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
    position: relative;
    top: -8px;
    font-size: 20px;
    font-weight: 400;
}
.owl-theme .owl-nav{
    margin-top: 40px !important;
}

.box1 {
    border-radius: 20px;
    box-shadow: -0.07px 0.998px 9px 0px rgb(0 0 0 / 20%);
    padding: 5% 5%;
}


.testi-box{
    text-align: center;
    padding: 40px 40px;
    background-color: #fff;
    border: 1px solid #ff5722;
    border-radius: 40px;
    position: relative;
}
.testi-box .icon{
    position: absolute;
    top: -42px;
    left: 44%;
    padding: 26px;
    border-radius: 50px;
    border: 1px solid #e35324 ;
    width: 80px;
    height: 80px;
    background-color: #fff;
}
.testi-box .icon i{
    font-size: 24px;
    color: #c63230;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.testi-box:hover .icon{
    background-color: #c63230;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.testi-box:hover .icon i{
    color: #fff;
}
.testi-Carousel .item{
    margin-top: 50px;
}
.testi-box .parent-video{
    margin-bottom: 16px;
}
.testi-box .parent-video iframe{
    border: 4px solid #ff5722;
    border-radius: 20px;
}

.testi-box .parent-image img{
    width: 70px;
    height: 70px;
    border: 1px solid #ce2026;
    border-radius: 100%;
    display: inline-block;
}
.testi-box .parent-name{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.bg-faq{
    background-color: #f3f7fb;
}

.footer-top {
    background-color: #892b7c !important;
    padding-top: 8px;
    padding-bottom: 8px;
}
.footer-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #fff !important;
    margin-right: 16px;
}
.icons-row {
    padding-left: 15px;
}
.facebook {
    background: #4968af;
}
.insta {
    background: #bf3675;
}
.linkedin {
    background: #1377b6;
}
.social-icon {
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin-right: 3px;
}

.card5{
    background-color: #eee1ca;
}

.new-logo{
    width: 100%;
}
.mobile-form-bg{
    background-image: none;
}

@media only screen and (max-width: 680px) {

    .section{
        padding: 20px 0px;
    }
    .main-heading{
        font-size: 26px;
    }
    .sidebtn-fixed{
        padding: 4px 28px;
    }

    .mobile-call-btn{
        padding: 7px;
        background-color: #eee;
        border-radius: 8px;
    }
    .mobile-footer-sticky{
        border-radius: 14px 14px 0px 0px;
    }
    .mobileFooter-btns {
        text-align: center;
    }
    .mobileFooter-btns a {
        font-size: 13px;
        color: #fff;
    }
    .mob-cta-border {
        border-right: 1px solid #ae9a9a;
    }
    .mobileFooter-btns a i {
        font-size: 18px;
        padding: 6px 0px;
        display: block;
        color: #fff;
    }


    .mobile-form-bg{
        background-image: url('../images/admission-bg.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .mobile-form-bg-overlay{
        background-color: #00000038;
        padding: 30px 0px;
    }
    .apply-form{
        margin-top: 20px;
    }
    .apply-form-bg{
        background-image: none;
    }
    .apply-form-bg-overlay{
        background-color: #fff;
        padding: 0px;
    }

    .new-logo{
        width: 80%;
    }

    .nav-number {
        margin-top: 14px;
        text-align: center;
    }
    .navbar-whatsapp{
        font-size: 16px;
        display: inline-block;
    }
    .navbar-phone {
        font-size: 16px;
        display: block;
    }
    .footer-link {
        font-size: 16px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .owl-nav .owl-prev {
        position: inherit;
        left: -18%;
    }
    .owl-nav .owl-next {
        right: -18%;
        position: inherit;
    }
    .owl-theme .owl-nav {
        margin-top: 36px;
    }

    .apply-form-heading{
        font-size: 30px;
    }
    .apply-form-sub-heading{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .card3{
        padding: 20px;
    }
    .testi-box{
        padding: 20px 20px;
    }

}
