@charset "UTF-8";

/* CSS Document */
body{font-family: 'Open Sans', sans-serif;}
.tab-header{  }
.school-nav{ margin-top: 57px; }
.pre-school-nav{ margin-top: 57px; }
.header-top .nav{ justify-content: center; box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6); }
.header-top .nav-item { width: 50%; }
.header-top .nav-link{ margin: auto; height: 60px;}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0c3c8b;
    width: 100%; border-radius: 0rem;
}
.header-top .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: 0rem;
}
#pills-home-tab:hover{ background-color:#0661ad; }
#pills-home-tab{ background-color:#0c3c8b; }
#pills-profile-tab{ background-color: #fff; }
#pills-profile-tab:hover{ background-color: #c2e8f5; }
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0rem;
    width: 100%;
}


.navbar-light .navbar-nav .nav-link {
    color: #022e6f;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #33c2df;
}
.nav-item img{ width: 190px; }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 13px; font-family: 'Josefin Sans', sans-serif; font-weight: 600;
}
.navbar-nav .nav-item{ width: inherit; }
.navbar-nav .nav-link {

    height:inherit;
}
.banner-section .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 10.25rem;
    color: #fff;
    text-align:left;
}
.banner-section .carousel-caption h2{ 
font-family: 'Montserrat', sans-serif; font-size: 32px; font-weight: bold;  }
.about-section{ padding-top: 15px !important; }
.about-bg { background-color: #f2f2f2; padding-top: 50px; padding-bottom: 50px; }
.readmore {
    float: left;
}
.readmore a {
    color: #0c3c8b;
    font-size: 14px;
    text-decoration: none;
    font-style: italic;
    font-weight: 500;
}

.readmore-right{ float: right; }
.readmore-right a {
    color: #0c3c8b;
    font-size: 14px;
    text-decoration: none;
    font-style: italic;
    font-weight: 500;
}
.details-section img{box-shadow: 3px 3px 10px -6px rgba(0, 0, 0, 0.6);}
.about-text-section{ display: flex; align-items: center; }
.about-text h3{ text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 600; color: #022e6f; padding-bottom: 15px; }
.about-text p{ font-family: 'Montserrat', sans-serif; font-size: 14px; color: #000; padding-right: 70px; }
.details-section{ padding-top: 80px; padding-bottom: 80px; }
.section-text-container{  display: flex; align-items: center; }
.section-text h3{text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 600; color: #022e6f;  text-align: right;  }
.section-text p{ font-family: 'Montserrat', sans-serif; font-size: 14px; color: #000; text-align: right;}
.section-text h6{ font-weight: bold; font-family: 'Montserrat', sans-serif; color: #000; text-align: right; }
.section-text h5{ font-weight: 600; font-family: 'Montserrat', sans-serif; color: #787878; text-align: right;}
.section-text-two h3{text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 600; color: #022e6f; text-align: left;  }
.section-text-two p{ font-family: 'Montserrat', sans-serif; font-size: 14px; color: #000; text-align: left;}
.section-text-two h6{ font-weight: bold; font-family: 'Montserrat', sans-serif; color: #000; text-align: left; }
.section-text-two h5{ font-weight: 600; font-family: 'Montserrat', sans-serif; color: #787878; text-align: left;}
.form-section{ width: 70%; padding-bottom: 40px; }
.form-section h2{ font-size: 30px; font-family: 'Josefin Sans', sans-serif; font-weight: 700; color: #155994; text-transform: uppercase; }
.form-section h6{ font-size: 16px; font-family: 'Josefin Sans', sans-serif; font-weight: 600; color: #155994; text-transform: uppercase; padding-bottom: 10px; }
.form-container { padding-top: 100px; }
.contact-form{ background-color: #002c51; padding-left: 35px; padding-right: 35px; padding-top: 30px; padding-bottom: 30px; font-family: 'Montserrat', sans-serif; }

.contact-form h4{font-family: 'Josefin Sans', sans-serif; font-weight: 600; color: #fff; text-transform: uppercase; text-align: center; font-size: 20px; padding-bottom: 20px;}
.contact-form label{ color: #fff; }
.contact-form .form-control{ margin-bottom: 15px; }
.contact-form .btn { width: 100%; font-weight: 600; margin-top: 10px; }
.contact-form .btn-success {
    color: #fff;
    background-color: #5abe67;
    border-color: #5abe67;
}
.contact-form .btn-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    color: #5abe67; font-weight: bold;
}
.contact-head{ }
.footer-container{  background-color: #002c51; }
.footer-container p{ text-align: center; color: #fff; font-size: 13px; margin-bottom: 0px; padding-bottom: 20px; }
.footer-container a{  color: #fff; font-weight: bold; text-decoration: none;  }
.footer-container a:hover{  color: #218ea6;}

.contact-head img{ width: 100%; }
.site-map { padding-top: 40px; }
.site-map img{ width: 100%; }
.footer-logo p {
    font-size: 14px; font-family: 'Montserrat', sans-serif; color: #fff; text-align: justify;

}
.site-map h5{font-size: 16px;
font-weight: 600;
color: #fff;
padding-bottom: 10px; font-family: 'Montserrat', sans-serif; }
.site-map li {
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px; list-style: none;
}
.site-map li:hover {
    font-size: 14px;
    color: #e1e1e1;
    padding-bottom: 10px;
}
.site-map i {
    padding-right: 10px;
    font-size: 10px;
}
.site-map a {
    text-decoration: none;
}
.site-map ul{ padding-left: 0px; }
.quik-lnk{ padding-left: 100px; }
.footer-social-icons{ position: absolute; }
.footer-social-icons ul {
  position:absolute;
  top:50%;
  left:50%;

  margin:0;
  padding:0;
  display:flex;
}

.footer-social-icons ul li {
  list-style: none;
}

.footer-social-icons ul li a {
  position: relative;

  display:block;
  text-align:center;

padding-right: 8px;
  box-sizing: border-box;
  text-decoration:none;

  transition: .5s;
}

.footer-social-icons ul li a:hover {

  text-decoration:none;
}

.footer-social-icons ul li a .fab {
  width: 100%;
  height:100%;
  display:block;
  font-size:24px;
  color: #fff;
  transition: .5s;
}

.footer-social-icons ul li:nth-child(1) a:hover .fab {
  color: #3b5998;
}

.footer-social-icons ul li:nth-child(2) a:hover .fab {
  color: #00aced;
}

.footer-social-icons ul li:nth-child(3) a:hover .fab {
  color: #dd4b39;
}

.footer-social-icons ul li:nth-child(4) a:hover .fab {
  color: #007bb6;
}

.footer-social-icons ul li:nth-child(5) a:hover .fab {
  color: #e4405f;
}
.contact-details{ padding-top: 44px; }
.contact-details i{ color: #fff; font-size: 20px;}

.contact-details p{ font-size: 14px; color: #fff; text-align:left; }
.footer-container hr{ background-color: #fff; }

.our-teachers{ background-color: #f4f4f4;}
#team {
    padding: 30px 0; padding-bottom: 100px;
}
.sec-heading h6 {
    font-family: 'Allura', cursive;
    font-size: 65px; color: #002f73;
}
.sec-heading-board h6 {
    font-family: 'Montserrat', sans-serif;
    font-size:22px; text-transform: uppercase; color: #002f73; font-weight: 600; padding-bottom: 25px; padding-top: 25px;
}

.single-box {
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff
}
.info-area {
    padding: 0 20px 45px;
}
.img-area {
    overflow: hidden;
    padding: 15px 0 15px;
}
.img-area img {
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 230px
}
.single-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.info-area i {
    display: inline-block;
    color: #ffb400;
    margin: 0 4px;
}
.info-area h4 {
    font-weight: 600
}
.info-area h5 {
    color: #3b04db;
    margin: 10px 0 0;
    font-weight: 600
}

.team-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    text-align: center;
    width: 100%;
}
.team-slider button.owl-dot {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 6px;
    text-align: center;
    border-radius: 50%;
    background-color: #262626;
}
.team-slider .owl-dot.active {
    background-color: #002c51 !important;
}

.move-animation {
    position: relative;
    -webkit-animation: move-animation 2s ease-in-out infinite;
    animation: move-animation 2s ease-in-out infinite;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
 background-color: #aeaeae !important;
 color:#fff;
 border:none;
 padding:0!important;
 font:inherit
}
@-webkit-keyframes move-animation {
    0% {
        top: 3px;
    }
    50% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}


/* PRE-SCHOOL START */
.pre-banner .container-fluid{ padding: 0px; }
.pre-school-banner{ background-image: url(../images/pre-banner.jpg); width: 100%; height: 100vh; background-size: cover; }
.pre-banner-txt h2{ font-family: 'Fredoka One', cursive; font-size: 34px; text-align: center; color: #fff;}
.pre-banner-txt p{ font-family: 'Schoolbell', cursive; font-size: 18px;  text-align: center; color: #fff;}
.pre-banner-txt { margin-top: 36%; }

.about{
    background-image: url(../images/about.jpg);
    width: 100%;
    height:672px; background-size: cover;
}

.pre-about .container-fluid{ padding: 0px; }

.about h3{ font-family: 'Schoolbell', cursive; font-size: 28px;  text-align: center; color: #007494; }
.about h2{ font-family: 'Fredoka One', cursive; font-size: 30px; text-align: center; color: #000;}
.about p{ font-family: 'Schoolbell', cursive; font-size: 18px;  text-align: center; color: #000; padding-left: 300px; padding-right: 300px; padding-top: 15px;}
.pre-first .container-fluid{ padding: 0px; }

.first-section{
    background-image: url(../images/first-img.jpg);
    width: 100%;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}
.first-img img{ width: 60%; }
.first-txt-section{ center; color: #fff; }
.first-text h4{ font-family: 'Fredoka One', cursive; font-size: 28px; text-align: center; color: #fff; }
.first-text p{ font-family: 'Schoolbell', cursive; font-size: 18px;  text-align: center; color: #fff; padding-left: 150px; padding-right: 150px; padding-top: 15px;}
.frist-btm-bg img{ width: 100%; }
.second-bg .container-fluid {padding: 0px;}

.second-bg-container{
    background-image: url(../images/second-img.jpg);
    width: 100%;
    background-size: cover;
    padding-bottom: 40px;
}

.second-text h4{ font-family: 'Fredoka One', cursive; font-size: 28px; text-align: center; color: #000; }
.second-text p{ font-family: 'Schoolbell', cursive; font-size: 18px;  text-align: center; color: #000; padding-left: 150px; padding-right: 150px; padding-top: 15px;}
.second-text{ margin-top: 30%; }
.second-img img{ width: 400px; padding-top: 15%; }
.contact-top-bg img{ width: 100%; }

.pre-teachers {
   background-image: url(../images/pre-teachers.jpg);
   width: 100%;
   background-size: cover;
   padding-bottom: 80px;
   padding-top: 20px;
}
.pre-teachers h6{ color: #000; font-family: 'Fredoka One', cursive; font-size: 28px; }
.pre-teachers p{ color: #000; font-family: 'Schoolbell', cursive; font-size: 18px; padding-left: 100px; padding-right: 100px; padding-bottom: 20px;}


.pre-single-box {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background-color: none;
}
.pre-single-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



/* SCHOOL PAGE-1 START */


.school-page-section{ background-color: #0c3c8b; }
.navbar-brand img{ width: 250px; }
.school-page-header .btn-outline-success {
    color: #fff;
    border-color: #fff;
}

.school-page-header .btn-outline-success:hover {
    color: #0c3c8b;
    border-color: #fff;
    background-color: #fff;
}
.chavar-banner { background-image: url(../images/chavara-school.jpg); width: 100%; height:470px; background-size: cover;  display: flex; align-items: center;}
.chavar-banner img{ width: 100%; background-size: cover; }


.school-nav-page .navbar { padding-bottom: 0px; padding-top: 3px; }

.chavar-banner h2{
     color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3em;
  margin: 10px 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  animation: animtext 4s steps(80, end);
   transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1); text-align: center; text-transform: uppercase; font-weight: 700;
}
@keyframes animtext {
  from {
      width: 0;
     transition: all 2s ease-in-out;
  }
}
.chavara-about h3{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 70px;
    font-size: 22px;
    font-weight: 600;
    color: #022e6f;
    padding-bottom: 15px;
}

.chavara-about p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #555;
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 25px;
    font-weight: 500;
}



.vision-box { padding: 15px; background-color: #f3f3f3; min-height: 385px; border-radius: 15px;}
.vision-box h4{  font-family: 'Josefin Sans', sans-serif; font-size: 18px; font-weight: 600; text-transform: uppercase; color: #022e6f; text-align: left; padding-top: 15px; }
.vision-box p{ font-family: 'Montserrat', sans-serif; text-align: justify; font-size: 14x; color: #6a6a6a; padding: 0px;}
.vision-box span{ font-style: italic; font-weight: 500; font-size: 14x !important;}
.vision-box i{ font-size: 16px; color:#000; padding-right: 10px; }
.kuriakose{ background-color: #002c51; padding-top: 60px; padding-bottom: 60px; margin-top: 70px;}
.kuriakose h3{ text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
text-align: left;

font-size: 22px;
font-weight: 600;
color: #fff;
padding-bottom: 15px  }
.kuriakose h2{
        color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
}

.kuriakose p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #e4e4e4;

    text-align: justify;
}




.elavanal{ background-color: #fff; padding-top: 60px; padding-bottom: 60px;}
.elavanal h3{ text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
text-align: left;

font-size: 22px;
font-weight: 600;
color:#002c51;
padding-bottom: 15px  }
.elavanal h2{
        color: #002c51;
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
}

.elavanal p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #555;

    text-align: justify;
}
.chairman-box{ padding-top: 70px; }
.chairman-bg{ background-color: #f1f1f1; }
.principal-box{ padding-top: 30px; }
.principal{ background-color: #002c51; padding-top: 60px; padding-bottom: 60px;}
.principal h3{ text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
text-align: left;

font-size: 22px;
font-weight: 600;
color: #fff;
padding-bottom: 15px  }
.principal h2{
        color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
}

.principal p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #e4e4e4;

    text-align: justify;
}





.facilities h3{ text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
text-align: center;

font-size: 22px;
font-weight: 800;
color: #022e6f;
padding-bottom: 25px  }
.facilities p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #545454; font-weight: 600px;

}
.facilities span{ font-weight: 600; }
.facilities i{ color: #022e6f; padding-right: 10px; }
.facilities-container {
    padding: 25px;
    border: 1px solid #e0e0e0;
    margin-top: 70px;
    background-color: #f4f4f4;
    border-radius: 10px;
}
.service-section{ margin-top: 60px; padding-bottom: 80px; padding-top: 80px;
  /* The image used */
  background-image: url(../images/classroom.jpg);

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 }
.service-section h4{
    text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
text-align: center;

font-size: 22px;
font-weight: 800;
color: #fff; padding-bottom: 25px;

}




.serviceBox{
    padding: 20px 25px;
    border-radius: 5px;
    text-align: right;
    overflow: hidden;
    z-index: 1;
    position: relative;
    min-height: 340px;
    background-color: #fff;
}
.serviceBox:before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #2b4150;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover:before{ left: 0; }
.serviceBox:after{
    content: "";
    width: 7px;
    height: 0;
    border-radius: 5px;
    background: #ed4919;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover:after{ height: 100%; }
.serviceBox .service-icon{
    color: #002c51;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}
.serviceBox .service-icon:hover{
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}
.serviceBox .service-icon i{ font-size: 30px; }
.serviceBox .title{

    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize; text-align: left; padding-top: 30px;

}
.serviceBox .description{
    font-size: 14px;
    color: #555;
    line-height: 25px;
    transition: all 0.5s ease 0s; text-align: left;
}
.serviceBox:hover .service-icon,
.serviceBox:hover .description{ color: #fff; }
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}







/* PRE-SCHOOL PAGE-1 START */


.pre-page-section{ background-color: #fff; }

.pre-school-page-header .btn-outline-success {
    color: #fff;
    border-color: #218ea6;
    background-color: #218ea6;
}

.pre-school-page-header .btn-outline-success:hover {
    color: #fff;
    border-color: #8cc540;
    background-color: #8cc540;
}


.pre-page-nav{ background-color: #218ea6; }
.pre-page-nav .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.pre-page-nav .navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.pre-page-nav .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.pre-school-slide {
    position: relative;
    width: 100%;
    height: 475px;
    display: flex;
    align-items: center;
}

.pre-school-slide::before {
    content: "";
    background-image: url(../images/pre-page-slide.jpg);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}

.pre-school-slide h2 {
    position: relative;
    color: #ec1d45;
    font-family: 'Schoolbell', cursive;
    font-size: 3em;
    margin: 10px 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    animation: animtext 4s steps(80, end);
    transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1);
    text-align: center;

    font-weight: 700;
    text-shadow: 0 0 3px #000, 0 0 5px #000;
}
.pre-page-about{ padding-top: 70px; padding-bottom: 70px; }

.pre-page-about h3 {
    font-family: 'Fredoka One', cursive;
    text-align: center;
    letter-spacing: 2px;
    font-size: 25px;
    color: #8cc540; padding-bottom: 10px;
}
.pre-page-about p {
    font-family: 'Schoolbell', cursive;
    font-size: 18px;
    color: #555;
    text-align: justify;
}
.pre-page-about h4{ font-family: 'Schoolbell', cursive;
font-size: 20px;

color: #000;
 }
.pre-page-about i{ font-size: 20px; color: #8cc540; padding-right: 10px; }
.time-age-box{ display: flex; justify-content: center; align-items: center; }


/* DISPLAY NONE IN PRE-SHOOL MAIN SCREEN */
.time-age-mobile{ display: none; }










/* DISPLAY NONE IN MAIN SCREEN */


.mobile-pic{ display: none; }

.chairman-box-mobile{ display: none; }





/* APPLICATION FORM */

.app-form {
  border: 1px solid #e6e6e6;
  padding: 30px;
  border-radius: 15px;
  margin-top: 80px;
  background-color: #f2f2f2;
}


.app-form h3{ font-size:20px; font-weight:600; color:#000; text-transform:uppercase; font-family: 'Montserrat', sans-serif; padding-top:20px; padding-bottom:20px; }
.booking-form h1{ font-size:26px; font-weight:bold; color:#fff; text-decoration: underline; text-transform:uppercase; font-family: 'Josefin Sans', sans-serif; padding-top:10px; padding-bottom: 30px;}


.form-heading {}
.form-heading h6{ font-size:18px; font-weight:600; text-align:left; color:#fff; margin-bottom:0px; text-transform: uppercase; }
.form-heading hr{ background-color:#fff; height:1px; }

.booking-form {
    max-width:100%;
    width: 100%;
    margin: auto;
}

.booking-form .form-header {
    text-align: center;
    margin-bottom: 25px;
}

.booking-form .form-header h1 {
    font-size: 58px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffc001;
    margin: 0px;
}

.booking-form>form {
    background-color: #002c51;
    padding: 30px 20px;
    border-radius: 3px;
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.booking-form .form-control {
    background-color: #f5f5f5;
    border: none;
    height: 45px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    color: #101113;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(16, 17, 19, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(16, 17, 19, 0.3);
}

.booking-form .form-control::placeholder {
    color: rgba(16, 17, 19, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(16, 17, 19, 0.3);
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 0px;
    bottom: 6px;
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: #101113;
    font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
    content: '\279C';
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.booking-form .form-label {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
}

.booking-form .submit-btn {
    color: #fff;
    background-color: #20df87;
    font-weight: 700;
    padding: 10px 40px;
    border: none;

    display: block;
    border-radius: 3px; margin: auto; margin-top: 40px;

}

.form-btn i{ padding-left:15px; }

.booking-form .add-area { min-height:80px; }
.Upload-photos label{ color:#fff; border:1px solid #fff; border-radius:5px; padding:10px; }
.Upload-photos h6{ color:#fff; font-weight:bold; text-transform:uppercase; font-size:16px; font-family: 'Josefin Sans', sans-serif; }
.up-img { width:200px; border:2px solid #fff; min-height:250px; }
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.add-btn{  }
.add-btn button{ background-color:#20df87; border:none; border-radius:3px; color:#fff; margin-top: 10px;  }
.ys-no{ text-align:left; padding-top:20px; }
.ys-no label{ color:#fff; text-align:left; }
.ys-no i{ color:#fff; font-size:18px; margin-right:15px; }
.ysno-lable{ display:flex; }
.check-section{ margin-left:40px; margin-top:15px; }
.yes-container{ padding-top:30px; }
.other-txt-area{ padding-top:25px; }
.permission-parents label{ text-align:left; color:#fff; }
.permission-parents span { font-weight:700; }


























/* RESPONSIVE START */

@media screen and (max-width:1399px) {
        .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 35px;
    padding-left: 35px;
}

/* PRE-SCHOOL START */
.pre-school-banner {
    background-image: url(../images/pre-banner.jpg);
    width: 100%;
    height: 650px;
    background-size: cover;
}

.first-text p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.second-text {
    margin-top: 17%;
}
.second-img img {
    width: 320px;
    padding-top: 10%;
}

@media screen and (max-width:1200px) {
   .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
    .vision-box { min-height: 450px; }

    .serviceBox{
        padding: 17px 22px;
        min-height: 420px;
    }
/* PRE-SCHOOL START */
.pre-school-banner {
    background-image: url(../images/pre-banner.jpg);
    width: 100%;
    height: 595px;
    background-size: cover;
}
.about p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
}
.about {
    background-image: url(../images/about.jpg);
    width: 100%;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}
.first-text p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
}
.first-img img {
    width: 75%;
}

.second-text p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 15px;
}
.second-img img {
    width: 320px;
    padding-top: 10%;
}
.second-text {
    margin-top: 20%;
}

.pre-teachers p {
    color: #000;
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

}

@media screen and (max-width:1119px) {
    .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

.banner-section .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: -2.75rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 10.25rem;
    color: #fff;
    text-align: left;
}

.about-bg img{ width: 100%; }
/* PRE-SCHOOL START */

.pre-school-banner {
    background-image: url(../images/pre-banner.jpg);
    width: 100%;
    height: 535px;
    background-size: cover;
}
.about p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #000;
}

.first-text p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 15px;
}

.second-text p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
}
.second-img img {
    width: 311px;
    padding-top: 18%;
}

.pre-teachers p {
    color: #000;
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
}

/* PRE-SCHOOL page 1START */
.pre-school-slide {
    position: relative;
    width: 100%;
    height: 338px;
    display: flex;
    align-items: center;
}

.pre-school-slide::before {
    content: "";
    background-image: url(../images/pre-page-slide.jpg);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.92;
}

.pre-school-slide h2 {
    position: relative;
    color: #ec1d45;
    font-family: 'Schoolbell', cursive;
    font-size: 36px;
}
}

@media screen and (max-width:992px) {
.quik-lnk {
    padding-left: 0px;
}
.about-bg img{ width: 100%; padding-left: 20px; }
.details-section img{ width: 80%; }
.details-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.banner-section .carousel-caption {

    padding-bottom: 3.25rem;

}
.header-top .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.toggle-bg{ background-color: #0c3c8b; padding-top: 5px; padding-bottom: 5px;}
.navbar-toggler {
    padding: 0px 5px;
    font-size: 13px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 1px;
    transition: box-shadow .15s ease-in-out;
}
.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.10);
    border: none;
    background-color: #fff;
}
.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.10);
    border: none;
    background-color: #fff;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 0.9); text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.navbar-light .navbar-nav .nav-link {
    color: #fff; text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

/* PRE-SCHOOL PAGE 1 */
.school-nav-page .toggle-bg {
    background-color: #218ea6;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pre-school-slide {
    position: relative;
    width: 100%;
    height: 315px;
    display: flex;
    align-items: center;
}

.pre-school-slide::before {
    content: "";
    background-image: url(../images/pre-page-slide.jpg);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.92;
}

.pre-school-slide h2 {
    position: relative;
    color: #ec1d45;
    font-family: 'Schoolbell', cursive;
    font-size: 28PX;
    margin: 10px 0 0 10px;
    white-space: inherit;
    overflow: hidden;
    width: 100%;
    animation: animtext 4s steps(80, end);
    transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 3px #000, 0 0 5px #000;
}







/* SCHOOL page 1 START */
.vision-box {
    padding: 15px;
    background-color: #f3f3f3;
    min-height: 570px;
    border-radius: 15px;
}

.vision-box p { padding-bottom: 0px !important;}

.chavara-about p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #555;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    font-weight: 500; text-align: justify;
}
.school-nav-page{ margin-bottom: 4px; }
.chavar-banner {
    background-image: url(../images/chavara-school.jpg);
    width: 100%;
    height: 225px;
    background-size: cover;
    display: flex;
    align-items: center;
}
.chavar-banner h2 {

    font-size: 26px;
    margin: 10px 0 0 10px;
    white-space: inherit;

}
.serviceBox {
    min-height: 588px;
}






/* PRE-SCHOOL START */


.pre-school-banner {
    width: 100%;
    height: 400px;
    background-size: cover;
}
.pre-banner-txt h2 {
    font-family: 'Fredoka One', cursive;
    font-size: 25px;
    text-align: center;
    color: #fff;
}
.pre-banner-txt p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.toggle-bg-pre {
    background-color: #36c2e0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.about p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}
.first-text p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
}

.second-text p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
}

.second-img img {
    width: 250px;
    padding-top: 21%;
}

.pre-teachers p {
    color: #000;
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
}


/* PRE-SCHOOL PAGE 1 */
.school-nav-page .toggle-bg {
    background-color: #218ea6;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pre-school-slide {
    position: relative;
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
}

.pre-school-slide::before {
    content: "";
    background-image: url(../images/pre-page-slide.jpg);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.92;
}

.pre-school-slide h2 {
    position: relative;
    color: #ec1d45;
    font-family: 'Schoolbell', cursive;
    font-size: 24PX;
    margin: 10px 0 0 10px;
    white-space: inherit;
    overflow: hidden;
    width: 100%;
    animation: animtext 4s steps(80, end);
    transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 3px #000, 0 0 5px #000;
}


/* DISPLAY NONE IN Mobile SCREEN */
  .Upload-photos img{ width:90px; }
  .up-img {
  width: 90px;
  border: 2px solid #fff;
  min-height: 110px;
}
.Upload-photos h6 {

  font-size: 8px;
  }
  .Upload-photos label {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px;
  font-size: 8px;
}
.booking-form .submit-btn {
  color: #fff;
  background-color: #20df87;
  font-weight: 700;
  padding: 5px 25px;
  border: none;
  display: block;
  border-radius: 3px;
  margin: auto;
    margin-top: auto;
  margin-top: 15px;
  font-size: 12px;
}



}



@media screen and (max-width:767px) {

.serviceBox {
    min-height: 200px;
}

.header-top .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.toggle-bg{ background-color: #0c3c8b; padding-top: 5px; padding-bottom: 5px;}
.navbar-toggler {
    padding: 0px 5px;
    font-size: 13px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 1px;
    transition: box-shadow .15s ease-in-out;
}
.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.10);
    border: none;
    background-color: #fff;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 0.9); text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.navbar-light .navbar-nav .nav-link {
    color: #fff; text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.banner-section .carousel-caption {
    text-align: center;
    font-size: 8px;
}
.banner-section .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 40px;
    left: 0px;

    padding-bottom: 0px;

    text-align: center;
    font-size: 8px;
}
.d-none {
    display: inherit;
}
.banner-section .carousel-caption h2 {

    font-size: 12px;

}
.carousel-caption .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;


    padding: 2px 5px;
    font-size: 5px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.carousel-caption .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.carousel-caption .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.carousel-indicators{ display: none; }
.about-bg img{ width: 250px; }
.about-text h3 {

    font-size: 18px; text-align: center; padding-top: 20px; padding-left: 20px; padding-right: 20px;

}
.about-text p {

    font-size: 14px;

    padding-right: 20px; padding-left: 20px; text-align: justify;
}
.section-text h3 {

    font-size: 18px;

    padding-bottom: 15px;
    text-align: center;
}
.section-text p {

    font-size: 14px;

    text-align: justify; padding-left: 20px; padding-right: 20px;
}
.details-section {
    padding-top: 60px;
    padding-bottom: 6px;
}
.section-text-two h3 {

    font-size: 18px;

    padding-bottom: 15px;
    text-align: center; padding-top: 20px;
}
.section-text-two p {

    font-size: 14px;

    text-align: justify; padding-left: 20px; padding-right: 20px;
}
.last-img{ padding-bottom: 40px; }
.form-section {
    width: 100%;
    padding-bottom: 40px;
}
.form-container {
    padding-top: 70px;
}
.form-section h2 {
    font-size: 20px; text-align: center;
}
.form-section h6 {
    font-size: 12px; text-align: center;

}
.contact-form h4 {

    font-size: 14px;

}
.quik-lnk {
    padding-left: 15px;
}
.site-map img {
    width: 50%; padding-bottom: 25px;
}



/* DISPLAY NONE IN Mobile SCREEN */

.mobile-pic{ display: inherit; }
.main-pic{ display: none; }
.details-section img {
    width: 80%;
}
.section-text h5 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #787878;
    text-align: center;
    padding-top: 15px;
}
.section-text h6 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-align: center;
}
.readmore-right {
    float: inherit;

}
.section-text-two h5 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #787878;
    text-align: center; padding-top: 15px;
}
.section-text-two h6 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-align: center;
}
.section-text-two{ padding-bottom: 40px; }
.readmore {
    float: inherit;
    text-align: center;
}
.therd-btn{ padding-bottom: 40px; }


/* SCHOOL PAGE-1 */

.school-nav-page{ margin-bottom: 4px; }
.chavar-banner {
    background-image: url(../images/chavara-school.jpg);
    width: 100%;
    height: 225px;
    background-size: cover;
    display: flex;
    align-items: center;
}
.chavar-banner h2 {

    font-size: 14px;
    margin: 10px 0 0 10px;
    white-space: inherit;

}
.chavara-about p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #555;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    font-weight: 500; text-align: justify;
}
.vision-box {
    padding: 15px;
    background-color: #f3f3f3;
    min-height: 170px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.kuriakose h3 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
}
.kuriakose h2 {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding-top: 20px;
}
.principal h3 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-align:center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
}
.principal h2 {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding-top: 20px;
}
.chairman-box {
   display: none;
}
.elavanal h2 {
    color: #002c51;
    font-size: 12px;
    font-weight: 600;
    padding-top: 20px;
}
.elavanal h3 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #002c51;
    padding-bottom: 15px; text-align: center;
}
.chairman-box-mobile{ display: inherit; }




/* PRE-SCHOOL START */

.pre-banner-txt h2 {
    font-size: 25px;
    text-align: center;
    color: #000;
    text-shadow: #FFF 1px 0 5px;
}
.pre-banner-txt p {
    font-size: 16px;
    text-align: center;
    color: #000;
    text-shadow: #FFF 2px 0 5px;
}

.btn-outline-light {
    color: #000;
    border-color: #000;
}

.toggle-bg-pre {
    background-color: #36c2e0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.toggle-bg-pre .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.about h3 {
    font-family: 'Schoolbell', cursive;
    font-size: 18px;
    text-align: center;
    color: #007494; padding-top: 30px;
}
.about h2 {
    font-family: 'Fredoka One', cursive;
    font-size: 22px;
    text-align: center;
    color: #000;
}
.about p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
}
.first-img img {
    width: 80%;
}

.first-text h4 {
    font-family: 'Fredoka One', cursive;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.first-text p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
}

.frist-btm-bg img {
    width: 100%;
    background-size: cover;
    height: 30px;
}
.second-text h4 {
    font-family: 'Fredoka One', cursive;
    font-size: 24px;
    text-align: center;
    color: #000;
}
.second-text p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px; padding-left: 10px; padding-right: 10px;
}
.second-img img {
    width: 200px;
    padding-top: 8%;
}
.contact-top-bg img {
    width: 100%;
    height: 30px;
}
.pre-teachers h6 {
    color: #000;
    font-family: 'Fredoka One', cursive;
    font-size: 20px;
}
.pre-teachers p {
    color: #000;
    font-family: 'Schoolbell', cursive;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 40% !important;
}
.info-area h4{ font-size: 14px; }
.second-text {
    margin-top: 15%;
}

/* PRE-SCHOOL PAGE 1 */
.school-nav-page .toggle-bg {
    background-color: #218ea6;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pre-school-slide {
    position: relative;
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
}

.pre-school-slide::before {
    content: "";
    background-image: url(../images/pre-page-slide.jpg);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.92;
}

.pre-school-slide h2 {
    position: relative;
    color: #ec1d45;
    font-family: 'Schoolbell', cursive;
    font-size: 20PX;
    margin: 10px 0 0 10px;
    white-space: inherit;
    overflow: hidden;
    width: 100%;
    animation: animtext 4s steps(80, end);
    transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 3px #000, 0 0 5px #000;
}
.time-age-mobile{ display: inherit; }
.time-age{ display: none; }
.time-age-box {
    display: inherit;
    justify-content: inherit;
}


/* APPLICATION */
.app-form { width:200xp; padding: 10px; }
.app-form h3 {
  font-size: 12px;
}
.booking-form h1 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.form-heading h6 {
  font-size: 13px;
  }
  .booking-form .form-label {
  color: #fff;
  font-size: 10px;
}
.booking-form .form-control {
  height: 30px;
  font-size: 9px;
}
.booking-form select.form-control + .select-arrow {

  bottom: 6px;
  width: 26px;
  line-height: 44px;
  height: 32px;

  font-size: 10px;
}
  .Upload-photos img{ width:90px; }
  .up-img {
  width: 90px;
  border: 2px solid #fff;
  min-height: 110px;
}
.Upload-photos h6 {

  font-size: 8px;
  }
  .Upload-photos label {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px;
  font-size: 8px;
}
.booking-form .submit-btn {
  color: #fff;
  background-color: #20df87;
  font-weight: 700;
  padding: 5px 25px;
  border: none;
  display: block;
  border-radius: 3px;
  margin: auto;
    margin-top: auto;
  margin-top: 15px;
  font-size: 12px;
}
}




























@media screen  and (max-width:499px) {



.nav-item img {
    width: 100%;

}
.header-top .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.toggle-bg{ background-color: #0c3c8b; padding-top: 5px; padding-bottom: 5px;}
.navbar-toggler {
    padding: 0px 5px;
    font-size: 13px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 1px;
    transition: box-shadow .15s ease-in-out;
}
.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.10);
    border: none;
    background-color: #fff;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 0.9); text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.navbar-light .navbar-nav .nav-link {
    color: #fff; text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.banner-section .carousel-caption {
    text-align: center;
    font-size: 8px;
}
.banner-section .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 20px;
    left: 0px;

    padding-bottom: 0px;

    text-align: center;
    font-size: 8px;
}
.d-none {
    display: inherit;
}
.banner-section .carousel-caption h2 {

    font-size: 12px;

}
.carousel-caption .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;


    padding: 2px 5px;
    font-size: 5px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.carousel-caption .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.carousel-caption .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.carousel-indicators{ display: none; }
.about-bg img{ width: 250px; }
.about-text h3 {

    font-size: 18px; text-align: center; padding-top: 20px; padding-left: 20px; padding-right: 20px;

}
.about-text p {

    font-size: 14px;

    padding-right: 20px; padding-left: 20px; text-align: justify;
}
.section-text h3 {

    font-size: 18px;

    padding-bottom: 0px;
    text-align: center;
}
.section-text p {

    font-size: 14px;

    text-align: justify; padding-left: 20px; padding-right: 20px;
}
.details-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-text-two h3 {

    font-size: 18px;

    padding-bottom: 0px;
    text-align: center; padding-top: 0px;
}
.section-text-two p {

    font-size: 14px;

    text-align: justify; padding-left: 20px; padding-right: 20px;
}
.last-img{ padding-bottom: 40px; }
.form-section {
    width: 100%;
    padding-bottom: 40px;
}
.form-container {
    padding-top: 70px;
}
.form-section h2 {
    font-size: 20px; text-align: center;
}
.form-section h6 {
    font-size: 12px; text-align: center;

}
.contact-form h4 {

    font-size: 14px;

}
.quik-lnk {
    padding-left: 15px;
}











/* DISPLAY NONE IN Mobile SCREEN */

.mobile-pic{ display: inherit; }
.main-pic{ display: none; }
.details-section img {
    width: 60%;
}
.section-text h5 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #787878;
    text-align: center;
    padding-top: 15px;
}
.section-text h6 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-align: center;
}
.readmore-right {
    float: inherit;

}
.section-text-two h5 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #787878;
    text-align: center; padding-top: 15px;
}
.section-text-two h6 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-align: center;
}
.section-text-two{ padding-bottom: 40px; }
.readmore {
    float: inherit;
    text-align: center;
}
.therd-btn{ padding-bottom: 40px; }



/* SCHOOL PAGE-1 */
.school-nav-page{ margin-bottom: 4px; }
.chavar-banner {
    background-image: url(../images/chavara-school.jpg);
    width: 100%;
    height: 112px;
    background-size: cover;
    display: flex;
    align-items: center;

}
.chavar-banner h2 {

    font-size: 14px;
    margin: 10px 0 0 10px;
    white-space: inherit;

}
.chavara-about p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #555;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    font-weight: 500; text-align: justify;
}
.vision-box {
    padding: 15px;
    background-color: #f3f3f3;
    min-height: 170px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.kuriakose h3 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
}
.kuriakose h2 {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding-top: 20px;
}
.principal h3 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-align:center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
}
.principal h2 {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding-top: 20px;
}
.chairman-box {
   display: none;
}
.elavanal h2 {
    color: #002c51;
    font-size: 12px;
    font-weight: 600;
    padding-top: 20px;
}
.elavanal h3 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #002c51;
    padding-bottom: 15px; text-align: center;
}
.chairman-box-mobile{ display: inherit; }


/* PRE-SCHOOL START */

.pre-banner-txt h2 {
    font-size: 24px;
    text-align: center;
    color: #000;
    text-shadow: #FFF 1px 0 5px;
}
.pre-banner-txt p {
    font-size: 16px;
    text-align: center;
    color: #000;
    text-shadow: #FFF 2px 0 5px;
}

.btn-outline-light {
    color: #000;
    border-color: #000;
}

.toggle-bg-pre {
    background-color: #36c2e0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.toggle-bg-pre .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.about h3 {
    font-family: 'Schoolbell', cursive;
    font-size: 18px;
    text-align: center;
    color: #007494; padding-top: 30px;
}
.about h2 {
    font-family: 'Fredoka One', cursive;
    font-size: 22px;
    text-align: center;
    color: #000;
}
.about p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #000;
}
.first-img img {
    width: 60%;
    padding-bottom: 20px;
}
.first-text h4 {
    font-family: 'Fredoka One', cursive;
    font-size: 22px;
    text-align: center;
    color: #fff;
}
.first-text p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
}

.frist-btm-bg img {
    width: 100%;
    background-size: cover;
    height: 30px;
}
.second-text h4 {
    font-family: 'Fredoka One', cursive;
    font-size: 22px;
    text-align: center;
    color: #000;
}
.second-text p {
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px; padding-left: 10px; padding-right: 10px;
}
.second-img img {
    width: 200px;
    padding-top: 8%;
}
.contact-top-bg img {
    width: 100%;
    height: 30px;
}
.pre-teachers h6 {
    color: #000;
    font-family: 'Fredoka One', cursive;
    font-size: 22px;
}
.pre-teachers p {
    color: #000;
    font-family: 'Schoolbell', cursive;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 40% !important;
}
.info-area h4{ font-size: 14px; }


/* PRE-SCHOOL PAGE 1 */
.school-nav-page .toggle-bg {
    background-color: #218ea6;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pre-school-slide {
    position: relative;
    width: 100%;
    height: 145px;
    display: flex;
    align-items: center;
}

.pre-school-slide::before {
    content: "";
    background-image: url(../images/pre-page-slide.jpg);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.92;
}

.pre-school-slide h2 {
    position: relative;
    color: #ec1d45;
    font-family: 'Schoolbell', cursive;
    font-size: 20PX;
    margin: 10px 0 0 10px;
    white-space: inherit;
    overflow: hidden;
    width: 100%;
    animation: animtext 4s steps(80, end);
    transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 3px #000, 0 0 5px #000;
}
.time-age-mobile{ display: inherit; }
.time-age{ display: none; }
.time-age-box {
    display: inherit;
    justify-content: inherit;
}










/* APPLICATION */


.booking-form .form-control {
  background-color: #f5f5f5;
  border: none;
  height: 30px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  color: #101113;
  font-size: 6px;
}
.app-form h3 {
  font-size: 14px;
}
.form-heading h6 {
  font-size: 12px;
  }
  .booking-form .form-label {
  color: #fff;
  font-size: 8px;
}
.booking-form h1 {
  font-size: 20px;
  }
  .booking-form select.form-control + .select-arrow {
  position: absolute;
  right: 0px;
  bottom: 6px;
  width: 18px;

  height: 26px;

  font-size: 10px;
}
.app-form {
  border: 1px solid #e6e6e6;
  padding: 0px; padding-top: 15px;
  }
  .app-form img{ width:180px; }
  .Upload-photos img{ width:90px; }
  .up-img {
  width: 90px;
  border: 2px solid #fff;
  min-height: 110px;
}
.Upload-photos h6 {

  font-size: 8px;
  }
  .Upload-photos label {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px;
  font-size: 8px;
}
.booking-form .submit-btn {
  color: #fff;
  background-color: #20df87;
  font-weight: 700;
  padding: 5px 25px;
  border: none;
  display: block;
  border-radius: 3px;
  margin: auto;
    margin-top: auto;
  margin-top: 15px;
  font-size: 12px;
}
.add-btn button {

  margin-top: 0px;
}
}
