﻿html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: #e9ecef;
}
.datepicker {width:270px !important;margin-right:5px;display:inline;}

/******** Start Home Page CSS **********************************************************/
.topbar {
    background: #fff;
    text-align: right;
}

    .topbar ul {
        margin: 10px 10px;
        padding: 0;
        display: inline-flex;
        align-items: center;
    }

        .topbar ul li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .topbar ul li::after {
                content: "";
                border-right: 1px solid #b3b3b3;
                top: 10px !important;
                bottom: 10px !important;
                right: 0;
            }

            .topbar ul li:last-child::after {
                content: "";
                display: none;
            }

            .topbar ul li > a {
                margin: 0;
                padding: 14px 15px !important;
                font-size: 14px;
                color: #333;
                text-transform: uppercase;
                text-decoration: none;
            }

                .topbar ul li > a:hover, .topbar ul li > a:focus {
                    color: #000;
                }

                .topbar ul li > a i {
                    margin: 0 8px 0 0;
                    font-size: 21px;
                    color: #343434;
                }

.bg-menu {
    background: #ffce00;
}

.navbar-brand {
    width: 175px !important;
    color: #333 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-size: 18px !important;
    font-weight: 500 !important;
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: #000;
    }

.dropdown-ext {
    margin-top: 8px !important;
    border: 0 !important;
}

.intro-box {
    background: #ff6a00;
    padding: 40px 30px;
}

.achievements {
    margin-top: 50px;
}

    .achievements img {
        float: left;
    }

    .achievements p {
        padding-left: 90px;
        color: #333;
        font-size: 18px;
        line-height: normal;
    }

        .achievements p span {
            color: #333333;
            font-size: 32px;
            display: block;
            font-weight: 300;
            line-height: normal;
        }

#feature {
    background-image: url('/img/feature_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.learning {
    background-image: url('/img/child-laptop.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.box_a2 {
    margin-top: 75px;
    max-width: 360px;
    padding: 5px;
}

    .box_a2 h4 {
        color: #dc2f02;
        display: block;
        font-weight: 700;
        font-size: 18px;
        text-transform: none;
        line-height: normal;
    }

    .box_a2 ul {
        padding: 0;
        margin: 0;
    }

        .box_a2 ul li {
            list-style: none;
        }

            .box_a2 ul li::after {
                content: "";
                border-bottom: 1px solid #000;
                width: 100%;
                margin-top: 5px;
                margin-bottom: 5px;
                display: block;
            }

            .box_a2 ul li:last-child::after {
                content: "";
                display: none;
            }

.benefit_bg {
    background: #fafafa;
}

.box_a1 {
    max-width: 585px;
    width: 100%;
    float: right;
    padding: 60px 40px 60px 0;
    text-align: center;
}

    .box_a1 h4 {
        color: #dc2f02;
        display: block;
        font-weight: 700;
        font-size: 18px;
        text-transform: none;
        line-height: normal;
    }

.toddlers {
    /* The image used */
    background-image: url('/img/parallax-bg.jpg');
    /* Set a specific height */
    min-height: 600px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .toddlers img {
        margin: auto;
        transform: rotate(-4deg);
        -moz-transform: rotate(-4deg);
        max-height: 480px;
    }

    .toddlers h2 {
        color: #df1e26;
        font-weight: 700;
    }

.toddler-info ul {
    padding: 0;
    margin: 0;
}

    .toddler-info ul li {
        list-style: none;
    }

        .toddler-info ul li::after {
            content: "";
            border-bottom: 3px dotted #df1e26;
            width: 100%;
            margin: 5px auto;
            display: block;
        }

        .toddler-info ul li:last-child::after {
            content: "";
            display: none;
        }

.infos {
    background: #fff;
}

.info-box {
    box-shadow: 0 0 10px rgba(0,0,0,.15) !important;
    border-radius: 10px;
    padding: 30px 30px 30px;
    margin-bottom: 30px;
    min-height: 240px;
}

    .info-box h4 {
        color: #df1e26;
        font-size: 18px;
        font-weight: 700;
    }

.infobox-txt {
    height: 100px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

    .infobox-txt::-webkit-scrollbar {
        height: 8px;
        width: 8px;
        background: #ecedee;
    }

    .infobox-txt::-webkit-scrollbar-thumb {
        background: #d5d6d6;
    }

    .infobox-txt p {
        color: #333;
        font-size: 15px;
        margin: 0 5px 10px;
        line-height: normal;
    }
.contacts {
    position: relative;
    z-index: 1;
    background: #6a040f;
}
    .contacts::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        background: #ff6a00;
        z-index: -1;
    }
    .contacts::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        background: #ffce00;
        z-index: -1;
    }

    
.address 
{
    padding: 50px 15px;
}
    .address h4 {
        font-size: 18px;
        color: #000;
        margin: 0 0 15px;
        font-weight: 700;
    }

    .address p {
        font-size: 16px;
        color: #000;
    }

    .address a {
        color: #000;
        margin: 0 0 10px;
        font-weight: 400;
        display: block;
        text-decoration:none;
    }

        .address a i {
            margin-right: 15px;
        }
.fees {
    padding: 50px 15px;
}

    .fees h4 {
        font-size: 18px;
        color: #fff;
        margin: 0 0 15px;
        font-weight: 700;
    }

    .fees p {
        font-size: 16px;
        color: #fff;
    }
.txt-shadow{text-shadow:1px 1px #000}
.blockquote{font-size:18px !important;
            text-align:justify !important;
}
.feedback-box{
    width:300px;
    height:auto;  
    background:#fff;
}
/*Buttons*/
.socialbtns {
    margin-top: 15px;
    color: #fefefe;
    font-size: 24px;
}
.socialbtns a{color:#fff;
              text-decoration:none;
}
.socialbtns a:after{content:"";
    margin-right:15px;}

.btn{font-size:18px !important;
     line-height:normal !important;
     font-weight:400 !important;
}
.btn-success {
    color: #262228;    
    background-color: #FFCE00;
    border-color: #333;
    border-radius: 50rem !important;
}

    .btn-success:hover {
        color: #fff;
        background-color: #262228;
        border-color: #333;
    }

    .btn-success:focus,
    .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 206, 0, 0.5);
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #FFCE00;
        border-color: #333;
    }

    .btn-success:not(:disabled):not(.disabled):active,
    .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #FFCE00;
        border-color: #FFCE00;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus,
        .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 206, 0, 0.5);
        }
/*Buttons End*/
/*Inner Pages*/
.rowheightfix{
    min-height:auto;
    height:100vh;
}
.generic-box{width:100%;
             padding:5px;
             background:#fff;
             border-radius:5px;
}
.generic-liveclassbox {
    width: 100%;
    min-height:450px !important;
    background: url('../img/liveclass.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    border-radius: 5px;
}
.accordion-button 
{color:#df1e26 !important;
 font-weight:600 !important;
}
.mt-50 {
    margin-top: -75px !important;
}
.border-sap {
    border-bottom: solid 2px #df1e26;
    width: 150px;
}
.csbg{background:#7acdfc !important;}
@media only screen and (max-width: 360px) {
    .topbar ul li > a {
        padding: 15px 9px;
        font-size: 12px;
    }

    .topbar .col-md-12 {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 400px) {
    .box_a2 {
        margin-top: 40px;
        max-width: 360px;
        padding: 5px;
    }
}

@media only screen and (max-width: 465px) {
    .box_a1 {
        width: 100%;
        padding: 40px 15px;
        text-align: center;
    }
    .carousel-indicators{visibility:hidden !important;}
}

@media only screen and (max-width: 575px) {
    .hide_phone {
        display: none
    }

    .box_a1 {
        width: 100%;
        padding: 40px 15px;
        text-align: center;
    }
}
@media only screen and (max-width:767px){
    .contacts::before {
        position: absolute;
        content: "";
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        background: #ffce00;
        z-index: -1;
        height: 40.5%;
    }
    .contacts::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background: #ff6a00;
        z-index: -1;
        height: 59.5%;
    }

    

    .address {
        padding: 50px 15px;
    }

    .fees {
        padding: 50px 15px;
    }
}
@media only screen and (max-width: 991px) {
    .box_a1 {
        max-width: 100%;
        padding: 60px 0 60px 0;
    }
}
/* Google Maps */
.footer {
    background: #333;
    color: #fff;
}

#gmap iframe {
    width: 100% !important;
    max-height: 350px;
    overflow: hidden;
}
