body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

/* =========================================
   HERO SLIDER FIX ONLY
========================================= */

.hero-section{
    padding:0;
    margin:0;
}

#heroSlider{
    width:100%;
    overflow:hidden;
}

#heroSlider .carousel-inner{
    width:100%;
}

#heroSlider .carousel-item{
    width:100%;
    background:transparent;
    text-align:center;
}

.hero-banner{
    width:100%;
    display:block;
    height:auto;
    max-height:520px;
    object-fit:contain;
}

/* MOBILE RESPONSIVE */

@media(max-width:768px){

    .hero-banner{
        width:100%;
        height:auto !important;
        max-height:none !important;
        object-fit:contain !important;
    }

}

/* =========================================
   NORMAL CSS
========================================= */

.carousel-inner {
    border-radius: 0;
}

.carousel-item{
    background:transparent;
    text-align:center;
}

.section-title{
    font-size: 55px;
    font-weight: 500;
    color: #24349b;
}

.section-title span{
    background: #24349b;
    color: white;
    padding: 6px 20px;
    border-radius: 6px;
}

.about-text{
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}

.main-heading{
    font-size: 52px;
    color: #24349b;
    font-weight: 500;
}

.consult-card{
    border: 1px solid #ddd;
    background: white;
    transition: 0.3s;
}

.consult-card:hover{
    transform: translateY(-8px);
}

.consult-top{
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.consult-top h5{
    margin: 0;
    font-size: 22px;
}

.consult-body{
    padding: 35px 35px;
}

.consult-body p{
    color: #686161;
    line-height: 1.9;
    font-size: 15px;
}

.consult-icon{
    width: 70px;
}

.consult-footer{
    background: #2d3192;
    padding: 20px;
}

.orange-footer{
    background: #ff7300;
}

.package-bg{
    margin-bottom: 30px;
}

.heading-color{
    font-weight: 600;
    letter-spacing: 1px;
}

.fonts{
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 19px;
}

/* CARD DESIGN */

.card{
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
    margin-right:10px;
    margin-left:13px;
}

.card:hover{
    transform: translateY(-5px);
}

.border-school{
    border: 1px solid #403782 !important;
}

.border-college{
    border: 1px solid #f67812 !important;
}

.card-header{
    background: transparent;
    padding: 18px;
}

.card-body{
    padding: 25px;
}

.card-footer{
    background: transparent;
    border-top: none;
    text-align: center;
    padding-bottom: 25px;
}

/* BLINK EFFECT */

.blink{
    animation: blink-animation 1s infinite;
}

@keyframes blink-animation{
    0%{
        opacity:1;
    }

    50%{
        opacity:0.3;
    }

    100%{
        opacity:1;
    }
}

/* APPOINTMENT LINK */

.appointment-link{
    color: white !important;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    font-family: sans-serif;
}

.appointment-link:hover{
    color: white !important;
    text-decoration: none !important;
}

/* DIRECTOR SECTION */

.bgimg2{
    background:
    linear-gradient(rgba(0,0,0,0.7),
    rgba(0,0,0,0.7));

    width: 100%;
    padding: 20px 0 !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

p{
    font-family: source sans pro, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: none;
    color: #606060;
}

.testimonial{
    background: transparent !important;
    border: none;
    box-shadow: none;
    padding: 0 !important;
    margin: 0 !important;
}

.testimonial h2,
.testimonial p,
.white{
    color: white !important;
}

.testimonial img{
    border: 5px solid white;
}

.color_testi{
    padding: 30px;
}

.director-img{
    width: 180px !important;
    height: 180px !important;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 40px;
    margin-top: 50px;
    border: none !important;
}

/* SERVICES SECTION */

.services-section{
    background: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 40px;
}

.service-banner{
    width: 100%;
    display: block;
}

.service-card{
    border: 1px solid #d9d9d9 !important;
    border-radius: 2px;
    overflow: hidden;
    background: #fff;
    box-shadow: none !important;
    height: 100%;
}

.purple-header{
    background: #403782 !important;
    color: white !important;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 18px !important;
    border: none !important;
}

.orange-header{
    background: #f67812 !important;
    color: white !important;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 18px !important;
    border: none !important;
}

.service-card .card-body{
    padding: 28px !important;
    background: white;
}

.service-img{
    width: 82%;
    height: 220px;
    object-fit: cover;
}

.service-text{
    font-size: 15px;
    line-height: 1.9;
    color: #666;
    text-align: left;
    margin-bottom: 0;
}

.purple-footer{
    background: #403782 !important;
    padding: 22px !important;
    text-align: center;
    border: none !important;
}

.orange-footer{
    background: #f67812 !important;
    padding: 22px !important;
    text-align: center;
    border: none !important;
}

/* RESPONSIVE */

@media(max-width:992px){

    .section-title,
    .main-heading{
        font-size:36px;
        text-align:center;
    }

    .card{
        margin-bottom:25px;
    }

    .service-img{
        width:100%;
        height:auto;
    }

}

@media(max-width:768px){

    body{
        overflow-x:hidden;
    }

    .section-title{
        font-size:30px;
        text-align:center;
    }

    .main-heading{
        font-size:28px;
        text-align:center;
    }

    .about-text,
    .service-text{
        font-size:14px;
        line-height:1.8;
        text-align:left;
    }

    .card{
        margin:0 0 20px 0;
    }

    .service-card{
        margin-bottom:25px;
    }

    .service-img{
        width:100%;
        height:auto;
    }

    .appointment-link{
        font-size:20px;
        letter-spacing:1px;
        font-weight:600;
    }

    .director-img{
        width:130px !important;
        height:130px !important;
        margin:auto;
        display:block;
    }

}

@media(max-width:576px){

    .section-title,
    .main-heading{
        font-size:24px;
    }

    .card-body{
        padding:18px;
    }
/* =====================================
   MOBILE RESPONSIVE FIX
===================================== */

@media(max-width:768px){

    /* HERO SLIDER */

    .hero-banner{
        width:100%;
        height:auto !important;
        max-height:none !important;
        object-fit:contain !important;
    }

    /* SECTION HEADINGS */

    .section-title,
    .heading-color{
        font-size:30px !important;
        line-height:1.3;
    }

    .fonts{
        font-size:16px !important;
        line-height:1.8;
        padding:0 10px;
    }

    /* CARDS */

    .card{
        margin-left:0 !important;
        margin-right:0 !important;
    }

    .card-body{
        padding:20px !important;
    }

    .card-body p{
        font-size:14px;
        line-height:1.8;
    }

    .appointment-link{
        font-size:20px !important;
    }

    /* VIDEO */

    .video-box iframe{
        height:220px !important;
    }

    /* DIRECTOR SECTION FIX */

    .testimonial{
        flex-direction:column !important;
        text-align:center;
        padding:15px !important;
    }

    .director-img{
        width:120px !important;
        height:120px !important;
        margin:0 auto 20px auto !important;
        display:block;
    }

    .color_testi{
        padding:10px !important;
    }

    .bgimg2{
        padding:30px 15px !important;
    }

    .testimonial h2{
        font-size:26px !important;
    }

    .testimonial p{
        font-size:14px !important;
        line-height:1.8;
    }

    /* REMOVE EXTRA HEIGHT */

    .carousel-item{
        min-height:auto !important;
    }


}


}

