*{
    padding: 0;
    margin: 0;
}

ul{
    padding: 0;
    margin: 0;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}

img{
    width: 100%;
}

.container{
    max-width: 1200px;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Baloo Chettan 2', sans-serif;
}

body{
    font-family: 'ABeeZee', sans-serif;
    background:#147fc5;
}


/* waves */
.wave{
    position: relative;
}
.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
    left: 0;
    bottom: 0px;
    z-index: 11;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}


@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    
    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/* header */
.xs{
    background: #147fc5;
    padding: 0 40px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}

.xs ul{
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
}

.site-inner{
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.site-inner .content-wrap{
    display: inline-block;
    margin-left: 45px;
}

.prefix{
    color: #333232;
}

.prefix-text{
    font-weight: 700;
}

.prefix-text i{
    color: #003db8;
    margin-right: 5px;
}

.prefix-text a,.prefix-text{
    color: #070707;
}

.header-bottom{
    padding: 20px 0 60px;
    background: #abd9ff;
}

.header-last{
    margin-top: -40px;
}

.h-btn a{
   background: #ffdb49;
   color: #000;
   padding: 15px 35px;
   font-weight: 700;
}

.header-contact{
    padding: 20px 0;
}

.hc-box{
    font-size: 12px;
    font-weight: 400;
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
}

.hc-box a, .hc-box .text{
    color: #147fc5;
    font-size: 16px;
    font-weight: 700;
}

.hc-box i{
    height: 50px;
    width: 50px;
    background: #147fc5;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    text-align: center;
}

.site-logo{
    width:10rem
}

.m-logo{width: 17rem; top:20px}

/* banner */
.banner{
    background: rgba(13, 109, 253, 0.418);
    padding: 15rem 0;
    position: relative;
    overflow: hidden;
    
 }

 .banner .video-container{
    z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-attachment: fixed;
        width: 100vw;
 }

 .banner .video-container video{
    width: 100%;
    position: absolute;
    top: -60rem;
 }
.banner .content{
    text-align: center;
}

 .banner h3{
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
 }

 .banner h1{
    font-weight: 700;
    color: #fff;
    font-size: 3rem;
    margin-bottom: 20px;
 }

 .banner p{
    color: #fff;
    font-size: 1.3rem;
 }

.banner-btn{
    margin-top: 35px;
}

 .banner-btn a{
    color: #fff;
    background: #147fc5;
    padding: 15px 35px;
    font-weight: 700;
 }


/* choose */
.commitment{
    /* background-image: url(cm.jpg); */
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 72% auto;
    padding: 2rem 0 3rem;
    overflow: hidden;
}

.commitment p{
    color: #fff;
}

.choose-box{
    background: #ffdb49;
    border: 2px solid #147fc5;
    border-radius: 25px;
    padding: 35px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .38);
    margin-bottom: 35px;
}

.commitment h2{
    margin-bottom: 20px;
    font-size: 40px;
    color: #ffdb49;
    font-weight: bolder;
    -webkit-text-stroke: 0.5px #147fc5;
}

.choose-box p{
    color: #000;
}

/* .choose-box h2 span{
    color: #147fc5;
} */
.choose-list{
    padding: 15px;
    background: #dcdce4;
    border-radius: 25px;
}

.choose-list ul{
    padding-left: 25px;
}
.choose-list li{
    list-style: disc;
    margin-bottom: 6px;
}

.c-btn{
    margin-top: 30px;
}

.c-btn a{
    background: #0d6efd;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 500;
}

.c-btn i{
    margin-right: 7px;
}

.chose-imh{
    width:75%;
    margin: 0 auto 20px;
}

/* about */
.about{
    background: #fff;
    padding: 5rem 0;
    overflow: hidden;
}


.about-img{
    padding: 30px;
}

.about-img img{
    border: 7px solid #0d6efd;
    border-radius: 8px;
}

.about-content h2{
     color: #003db8;
     font-weight: 800;
}

.about p{
    font-size: 16px;
}

.about h3{
    font-weight: 800;
    color: #003db8;
    margin-top: 25px;
}

.about ul{
    padding-left: 20px;
}

.about li{
    list-style: disc;
    font-size: 16px;
}


.about li::marker{
    color: #003db8;
}

.about.va{
    background: #0d6efd !important;
    color: #fff !important;
}

.about.va h2, .about.va h3{
    color: #fff !important;
}

.about h4 {
    font-weight: 800;
    color: #003db8;
    margin-top: 25px;
}

.about a {
    color: #fff;
    background: #003db8;
    padding: 15px 35px;
    margin-right: 15px;
}
/* gallery */
.gallery{
    background: #ffdb49;
    padding: 5rem 0
}

.g-box{
    padding: 2px;
    height: 16rem;
    margin-bottom: 20px;
    border: 2px solid #0d6efd;
    border-radius: 5px;
}

.g-box img{
    height: 100%;
    object-fit: cover;
}

/* services */
.services{
    padding: 5rem 0;
    overflow: hidden;
}

.services h2{
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.services h2 span{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.ujs{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background:#ffdb49;
    margin-bottom: 2rem;
    border-radius: 5px;
}

.ujs.ra{
    background: #147fc5;
    
}

.ser-img{
    height: 100%;
}


.ser-img img{
    object-fit: cover;
    height: 100%;
}
.tjd{
    padding: 3rem 45px;
    
}

.tjd h3{
    font-weight: 700;
    color: #147fc5;
    margin-bottom: 25px;
    font-size: 25px;
}

.tjd a{
    color: #003db8;
    font-weight: 700;
}

.tjd a i{
    margin-left: 5px;
    color: #147fc5;
}

.ra .tjd h3{
    color: #fff
}

.ra .tjd p{
    color: #f9f9f9;
}

/* events */
.events{
    padding: 5rem 0;
    background: #ffdb49;
}

.s-header{
    text-align: left;
    margin-bottom: 25px;
    text-align: center;
}

.s-header p{
    font-size: 15px;
    color: #5e5e5e;
}

.events h3{
    font-size: 30px;
    font-weight: 700;
    
}

.s-card{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 5px 1px 15px rgba(0, 0, 0, 0.062);
    margin-bottom: 24px;
    transition:all 0.5s ease-in-out;
    text-align: left;
}

.s-card .s-body{
    padding: 25px 35px;
    background: #fff;
    border-bottom: 10px solid #0d6efd;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: left;
    transition:all 0.5s ease-in-out;
}

.s-body h3{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 7px;
}

.s-body p{
    color: #8d8d8d;
    font-size: 14px;
}

.s-body a{
    color: #0B1215;
    /* font-size: 15px; */
    font-weight: 600;
}

.s-body a i{
    margin-left: 5px;
}

.s-img{
    height: 15rem;
    overflow: hidden;
}

.s-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.s-card:hover .s-img img{
    transform: scale(1.3);
    
}

.s-card:hover .s-body{
    
    border-bottom: 10px solid #fff;
}

.s-card:hover{
    box-shadow: none;
    
}

.time{
    margin-bottom: 14px;
}

.time i{
    color: #003db8;
}

/* procedure */
.procedure{
    padding: 5rem 20px;
    background: linear-gradient(rgba(29, 40, 81, 0.712), rgba(29, 40, 81, 0.466)), url(procedure.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.procedure h2{
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}

.procedure h2 span{
    font-weight: 500;
    font-size: 20px;
}

.procedure table{
    background: #fff;
    padding: 20px;
}

.procedure thead{
    background: #147fc5;
    color: #abd9ff;
}

.procedure th{
    padding: 14px 16px;
}

.procedure td{
    border-bottom: 1px solid #000;
    padding: 14px 16px;
    border-right: 1px solid #000;
}

.procedure td:last-child{
    border-right: none;
}

/* process */

.process{
    padding-bottom: 3rem;
}

.section-title {
      text-align: center;
      margin-bottom: 40px;
      color: #fff;
    }

    .section-title h2{
        color: #fff;
        font-weight: 700;
    }

    .text-muted{
        color: #fff !important;
    }
.step-card {
      border: none;
      border-radius: 16px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
      transition: 0.3s ease;
      height: 100%;
    }

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

    .step-badge {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: #0d6efd;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .step-title {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .step-text {
      font-size: 14px;
      color: #555;
    }

    .step-number {
      font-size: 13px;
      color: #888;
    }


/* contact */
.contact{
    padding: 3rem 0 7rem;
    background: #ffdb49;
}

.contact h2{
    color: #147fc5;
    font-weight: 700;
    font-size: 22px;
}

.contact h2 span{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.c-call{
    margin: 30px 0;
}

.c-call a{
    font-size: 22px;
    color: #302f2f;
    font-weight: 700;
}

.c-call i{
    margin-right: 20px;
    color: #147fc5;
}
.contact p{
    font-weight: 700;
    font-size: 18px;
}

.contact p span{
    color: #147fc5;
    font-size: 16px;
    font-weight: 500;
}

.map{
    margin-top: 30px;
}

.form-block{
    padding: 20px;
}

.form-block h3{
    color: #147fc5;
    font-weight: 700;
    margin-bottom: 30px;
}

.form-block span{
    color: #000;
    font-size: 16px;
    
}

.contact .form-block .form-control{
    padding: 15px 25px;
    font-size: 16px;
    background: rgba(238, 238, 238, 0.561);
    border-color: rgba(48, 48, 48, 0.171);
    color: #000;
}

.contact .form-block label{
    text-transform: capitalize;
    font-size: 500;
}

.form-block label span{
    color: rgb(212, 0, 0);
}

.form-block p{
    font-size: 14px;
    color: #147fc5;
}

.form-block .form-control{
    border:1px solid rgba(255, 255, 255, 1);
    box-shadow: none;
    margin-bottom: 10px;
}

.form-block .form-control::placeholder{
    color: #fff;
}

.form-block .form-control::selection{
    border-color: rgba(255, 255, 255, 1);
}

.aass{
    background: #0d6efd;
    color: #fff;
    padding: 15px 45px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #0d6efd;
    margin-bottom:15px;
    font-weight: 700;
}
/* footer */
.footer-shape{
    background: url(footer.png);
    background-repeat: repeat;
    background-size: contain;
    height: 10rem;
}

footer{
    background: #147fc5;
    padding: 5rem 0 2rem;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

footer h3{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

footer p{
    font-size: 15px;
    /* color: #e4e4e4; */
}

.footer-social i{
    color: #fff;
    margin-right: 10px;
}

footer li{
    /* color: #e4e4e4; */
    margin-bottom: 10px;
}

footer li a{
    color: #fff;
}

footer li i{
    margin-right: 10px;
    color: #fff;
}

.footer-bottom{
    border-top: 1px solid #b3b3b3;
    margin-top: 30px;
    padding: 20px 0;
}

.footer-bottom a{
    color: #e4e4e4;
}

/* google translate */

#google_translate_element{
    display: none;
}

.translate-btns{
    /* background: #147fc5; */
    padding:20px 0;
    color: #fff;
    position: fixed;
    bottom: 2%;
    left: 2%;
    /* width: 100%; */
}

.translate-btns a{
    border: none;
    color: #fff;
    padding: 15px 25px; 
    background: #147fc5;
    border-radius: 50px;
    font-weight:700;
}

/* bread */
  .bread{
    padding: 8rem 0;
    color: #fff;
    background: linear-gradient(rgba(13, 109, 253, 0.6), rgba(13, 109, 253, 0.53)), url(body.jpg);
    background-size: cover;
    background-position: center;
  }

  .bread-nav li{
    font-size: 16px;
  }

  .bread-nav li a{
    color: #fff;
    font-weight: 700;
  }


  /* news */
  .news{
    padding: 5rem 0;
    background: #fff;
    padding-bottom: 7rem;
  }

  .service-location{
    height: 22rem;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.39);
}

.service-location::before{
    content: '';
    position: absolute;
    background: linear-gradient(to bottom,rgba(0, 136, 70, 0) 0%, #0d6efd 90%);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.service-location img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-content{
    position: absolute;
    left: 20px;
    bottom: 25px;
    z-index: 1;
    color: #fff;
    padding-right: 10px;
}

.location-content h3 a{
    font-size: 24px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    transition: .4s ease-in-out;
    font-weight: 600;
}

.location-content h3 a:hover{
    color: #686868;
}

.location-content p{
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 300;
}

/* mission */
.mission{
    padding: 5rem 0;
}

.mission h2{
    color:#fff; 
    font-weight: 800;
}

.mission p{
    color: #f9f9f9;
}

.mission .choose-box p{
    color: #070707;
}


/* bre */
.bre{
    background: #ffdb49;
    padding: 5rem 0;
}

.bre h2{
    color: #147fc5;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 30px;
}

.bre-card{
    padding: 40px 25px;
    background: #147fc5;
    color: #fff;
    margin-bottom: 25px;
    border-radius: 5px;
    text-align: center;
}

.bre-card h3{
    font-size: 20px;
    font-weight: 800;
}

/* goals */
.goals{
    padding: 5rem 0;
    background: #ffdb49;
}

.goals h2{
     color: #147fc5;
     text-align: center;
     margin-bottom: 15px;
     font-weight: 800;
}

.goals p{
    text-align: center;
}

/* teach */
.teach{
    padding: 5rem 0;
    background: #0d6efd;
    color: #fff;
}

.teach h2{
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    text-align: center;
}

.tec-img{
    width: 25rem;
    margin: 0 auto 25px;
}

.teach h3{
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.teach .choose-box p{
    color: #000;
}


/* choose */
.cha{
    background: url(bab.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.vas{
    padding: 5rem 40px;
    background: #fff;
    height: 100%;
    
}

.vas h2{
    font-weight: 700;
    margin-bottom: 30px;
    color: #147fc5;

    
}

.vas h3{
    color: #147fc5;
    margin-bottom: 20px;
    font-weight:700;
}

.vas h6{
    font-weight: 700;
}

.vas p{
    font-size: 16px;
}

.ch-box{
    padding: 10px 0px;
    display: flex;
    
    
}

.c-icon{
    margin-right: 10px;
    
}

.c-icon img{
    width: 70px;
    height: 70px;
    max-width: unset;
}


.vas a{
    background: #147fc5;
    padding: 15px 25px;
    border-radius: 50px;
    color: #fff;
}

/*baby*/
.baby{
    padding: 3rem 0;
    background: #ffdb49;
}

.baby h2{
    text-align: center;
    font-weight: 700;
    font-size:26px;
}

.baby h2 a{
    font-size: 17px;
    background: #147fc5;
    border-radius:50px;
    font-weight: 700;
    padding: 15px 35px;
    color: #fff;
}


@media only screen and (min-width:1023px){
    .m-logo{
        display: none;
        
    }

    .banner{
        margin-top: -45px;
    }
}

@media only screen and (max-width:1023px) {
    .header-bottom{
        display: none;
    }

    .header-last{
        margin-top: 0;
        padding: 10px 0;
    }

    /* .menu-box .h-btn{
        margin-top: 40px;
    }  */

        .xs {
        background-color: #fff;
        box-shadow: none;
        
    }

    .m-logo{
        width: 12rem;
        padding:20px;
    }

    .m-header{
        align-items: center;
    }
}

@media (min-width:767px) and (max-width:992px){
    .banner .video-container video{
        top:-50px;
    }
}

@media only screen and (max-width:767px){
    .about a{
       display: block;
       text-align:center;
       margin-bottom: 20px;
   } 
   
    .banner .video-container video{
        top: 0
    }
}