a{
    transition: all 0.5s ease;
    text-decoration: none !important;
}
h1, h2, h3, h4{
    font-family: 'Lato', sans-serif;
    color: #000;
}
h5, h6{
    font-family: 'Lato', sans-serif;
    color: #000;
    line-height: 24px;
}
ul{
    padding: 0;
    list-style: none;
}
li{
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    color: #000;
}
p{
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    color: #000;
}
.sec-header h2{
    font-family: 'Chewy', cursive;
    color: #ec2326;
    margin-bottom: 0;
    line-height: 33px;
}
.sec-header h5{
    font-family: 'Chewy', cursive;
    font-weight: 400;
    color: #000;
    margin-bottom: 3px;
}
.my-btn{
    font-family: "Open Sans",sans-serif;
    padding: 8px 25px;
    background: #996327;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s ease-out;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: 1px 0 3px rgba(255,255,255,0.25);
}
.my-btn:hover{
    background: #ec2326;
    color: #fff;
}
.img-hover{
    overflow: hidden;
    width: 100%;
    display: block;
}
.img-hover img{
    transition: all 0.5s ease;
    width: 100%;
}
.img-hover:hover img{
    transform: scale(1.1);
}
.parallax{
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.parallax:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(17,4,20,0.5);
}
.parallax > div{
    position: relative;
    z-index: 5;
}
.parallax h6, .parallax h5, .parallax h4, .parallax h3, .parallax h2, .parallax p{
    color: #fff;
}
section{
    padding: 65px 0;
}
.carousel-item{
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.social-icons a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 3px;
}
.social-icons a[data-bs-original-title="Facebook"]{
    background-color: #3b5998;
}
.social-icons a[data-bs-original-title="Twitter"]{
    background-color: #00acee;
}
.social-icons a[data-bs-original-title="Yelp"]{
    background-color: #c41200;
}
.social-icons a[data-bs-original-title="Instagram"]{
    background-color: #e90070;
}
.social-icons a[data-bs-original-title="Linkedin"]{
    background-color: #0077b4;
}
.social-icons a[data-bs-original-title="Youtube"]{
    background-color: #c4302b;
}
.social-icons a[data-bs-original-title="Pinterest"]{
    background-color: #e60023;
}
.social-icons a[data-bs-original-title="Google"]{
     background-color: #3982f3;
 }
.social-icons a:hover{
    background: #000;
    color: #fff;
}


.animate {
    /*visibility:hidden;*/
}
.scrollAnm {
    animation-name: scroll;
    -webkit-animation-name: scroll;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
}
@keyframes scroll {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes scroll {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
body{

}

header{

}

/* START: top bar section */
    .top-bar{
        background: #ec2326;
        padding: 5px 0;
    }
    .top-bar h5{
        font-size: 18px;
        margin: 0;
        color: #fff;
    }
    .top-bar h5 a{
        color: #fff;
    }
    .top-bar h6{
        font-size: 15px;
        margin: 0;
        color: #fff;
        line-height: 18px;
    }
    .top-bar h5 i,
    .top-bar h6 i{
        color: #ffff1c;
    }
/* END: top bar section */

/* START: Menu section */
    .menu-sec{
    }
    .menu-sec .navbar-nav .nav-link{
        font-weight: 600;
        font-family: "Lato", sans-serif;
        text-transform: uppercase;
        font-size: 15px;
        color: #000;
        padding: 8px 15px;
        white-space: nowrap;
    }
    .menu-sec .navbar-nav .nav-link:hover,
    .menu-sec .navbar-nav .active .nav-link{
        color: #996327;
    }
    .menu-sec .navbar-toggler{
        padding: 3px 5px;
        /*margin: 5px 0;*/
        background: #996327;
        border-radius: 0;
        box-shadow: none;
    }
/* END: Menu section */

/* START: banner section */
    .banner-sec{
        background: #ffff1c;
    }
    .banner-text h1,
    .banner-text h3{
        font-family: 'Chewy', cursive;
        color: #ec2326;
        font-weight: 800;
    }
    .banner-text h1 span,
    .banner-text h3 span{
        color: #000;
    }
    .owner-statement {
        background: #996327;
        padding: 25px 0;
        margin-top: 20px;
    }
    .owner-statement h4{
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        margin: 0;
        text-align: center;
    }
    .owner-statement h4 span{
        color: #ffff1c;
    }
/* END: banner section */

/* START: Welcome section */
    .welcome-sec{
        /*background-image: url("../img/welcome-boy.jpg");*/
        background-image: url("../img/welcome-girl.png");
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size:  auto 100%;
        background-color: #f6f6f6;
    }
    .sessions{
        background-color: #dddada;
        padding: 20px;
        margin-top: 20px;
    }
    .sessions h5{
        font-family: 'Chewy', cursive;
        color: #3a3838;
        margin: 0;
    }
    .sessions h5 span{
        color: #ec2326;
    }
    .sessions h4{
        font-family: 'Chewy', cursive;
        color: #ec2326;
    }
    .sessions h4 small{
        color: #3a3838;
        display: block;
    }
    .sessions ul li{
        font-family: 'Montserrat', sans-serif;
        color: #1d1d1d;
        font-weight: 600;
        border-top: 1px solid #fff;
        padding: 3px 0;
    }
    .sessions ul li:last-child{
        border-bottom: 1px solid #fff;
    }
/* END: Welcome section */

/* START: Kindergarten */
    .kindergarten{
        background-color: #f4f41b;
        padding: 100px 0;
        position: relative;
    }
    .kindergarten:before{
        content: '';
        /*background-image: url("../img/kindergarten-bg.png");*/
        background-image: url("../img/5th-12th.jpeg");
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 53%;
        border-radius: 0 50% 50% 0;
    }
    .kindergarten h2{
        font-family: 'Chewy', cursive;
        font-size: 40px;
        color: #000;
    }
    .kindergarten h2 span{
        color: #ec2326;
        display: block;
    }
/* END: Kindergarten */

/* START: plan & steps section */
    .plan-steps-sec{

    }
    .plan-body .sec-header h5{
        font-size: 28px;
        margin-bottom: 8px;
    }
    .plan-body .plan{
        text-align: center;
    }
    .plan-body .plan h5{
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        margin-top: 10px;
    }
    .steps-body{
        margin-top: 40px;
        padding: 30px;
        background-color: #dbd8d8;
    }
    .steps-body .sec-header h2{
        font-size: 35px;
    }
    .steps-body .sec-header h2 span{
        color: #000;
    }
    .steps-body .step{
        text-align: center;
    }
    .steps-body .step i{
        font-size: 50px;
        color: #996327;
    }
    .steps-body .step h3{
        margin: 3px 0;
        color: #eb2228;
        font-family: 'Chewy', cursive;
    }
    .steps-body .step h4{
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        color: #1d1d1d;
        font-weight: 600;
    }
    .steps-body .row .py-3{
        border-right: 1px solid #fff;
    }
    .steps-body .row .py-3:last-child{
        border-right: 0;
    }
/* END: plan & steps section */

/* START: benefits Section */
    .benefits-sec{
        background-color: #996327;
        padding: 0;
    }
    .benefits-sec .sec-header h2{
        color: #fff;
        line-height: 45px;
    }
    .benefits-sec .sec-header h2 span{
        color: #f4f41b;
    }
/* END: benefits Section */

/* START: quote section  */
    .why-choose ul li{
        position: relative;
        padding-left: 25px;
        font-weight: 600;
    }
    .why-choose ul li:before{
        content: '\f14a';
        font-family: "Font Awesome 5 Free", sans-serif;
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
    }
    .quote-col{
        background-color: #f4f41b;
        padding: 30px;
    }
    .quote-col .form-control,
    .quote-col .form-select{
        border-radius: 0;
    }
/* END: quote section */

/* START: products */
    .donation-sec{
        background: #ec2326;
        padding: 20px 0;
    }
    .donation-sec h5{
        color: #000;
        font-family: 'Montserrat', sans-serif;
        margin: 0;
    }
    .donation-sec h5 span,
    .donation-sec h5 span a{
        color: #fff;
    }
/* End: products */

/* START: footer section */
    footer{
        background: #000;
    }
    .top-footer{
        padding: 30px 0;
    }
    .top-footer h5{
        color: #fff;
        font-size: 18px;
    }
    .top-footer p,
    .top-footer p a{
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-size: 14px;
    }
    .top-footer p a:hover{

    }

    .top-footer ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .top-footer ul li{
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-size: 14px;
    }
    .top-footer ul li a{
        color: #fff;
    }
    .top-footer ul li a:hover{

    }
    .ft-info p{
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 10px;
        line-height: 18px;
    }
    .ft-info p span{
        text-transform: uppercase;
        display: block;
    }
    .ft-info p a:hover{

    }
    .ft-map iframe{
        width: 100%;
        height: 100%;
    }
    .btm-footer{
        border-top: 1px solid rgba(255,255,255,0.4);
        padding: 20px 0;
    }
    .btm-footer p,
    .btm-footer p a{
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-size: 14px;
    }
    .btm-footer p a{

    }
/* END: footer section */

/* START: page header section */
    .page-header-sec{
        background-color: #f9a74c;
        padding-top: 40px;
    }
    .page-header h1{
        color: #ec2326;
        font-family: 'Chewy', cursive;
        margin-bottom: 5px;
    }
    .page-header h4{
        font-family: "Poppins", sans-serif;
        color: #3a3838;
    }
    .page-title{
        font-family: 'Chewy', cursive;
        color: #ec2326;
    }
    .page-header-img{
        border: 3px solid #fff;
        border-bottom: 0;
    }
/* END: page header section */

/* START: about page section */

/* END: about page section */

/* START: academics page section */
    .academic-box h4{
        background: #ec2326;
        padding: 10px 15px;
        color: #ffff1c;
        margin-top: 3px;
    }
    .academic-box h6{
        font-size: 16px;
        font-family: "Poppins", sans-serif;
    }
    .feature-benefits h3{
        background: #915c1f;
        padding: 10px 15px;
        color: #fff;
        font-family: 'Chewy', cursive;
        text-align: center;
    }
    .feature-box{
        height: 100%;
        background: #cdcdcc;
        padding: 20px;
        text-align: center;
    }
    .feature-box h5{
        color: #ec2326;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
    }
/* END: academics page section */

/* START: tutoring page section */
    .tutoring-box{
        background: #dad6d6;
        padding: 25px;
        margin-bottom: 30px;
    }
    .tutoring-box ul li{
        position: relative;
        padding-left: 25px;
    }
    .tutoring-box ul li:before{
        content: '\f14a';
        font-family: "Font Awesome 5 Free", sans-serif;
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
    }
    .tutoring-box ul li h6{
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .tutoring-box ul li p{
        margin-bottom: 10px;
    }
/* END: tutoring page section */

/* START: contact Page section */
    .preeti-girl{
        position: relative;
    }
    .preeti-girl img{
        width: 100%;
    }
    .preeti-girl h3{
        position: absolute;
        left: 30px;
        bottom: 30px;
        color: #ffff1c;
        text-shadow:
                -1px -1px 0 #000,
                1px -1px 0 #000,
                -1px 1px 0 #000,
                1px 1px 0 #000;
    }

    .contact-page form .form-control{
        border-radius: 0;
        background: #dfdfdf;
    }
    .contact-page form .form-control::placeholder{
        font-family: 'Roboto Slab', sans-serif;
        color: #868484;
    }
    .contact-page form .mybtn{
        border-radius: 0;
    }
    .google-map{
        height: 310px;
        margin-top: 30px;
    }
    .google-map iframe{
        height: 100%;
        width: 100%;
    }
/* END: contact Page section */
    #toTop {
        position: fixed;
        bottom: 10px;
        right: 10px;
        border-color: rgba(255,255,255,0.2);
        width: 40px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        z-index: 9999;
        text-align: center;
        padding: 0;
    }
/* START: responsive section */

/* END: responsive section */

