@font-face {
    font-family: 'vanilla_extractregular';
    src: url('vanillaextractregular-webfont.woff2') format('woff2'),
         url('vanillaextractregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Black.woff2") format("woff2"), url("Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Bold.woff2") format("woff2"), url("Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-BlackItalic.woff2") format("woff2"), url("Poppins-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-BoldItalic.woff2") format("woff2"), url("Poppins-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-ExtraBold.woff2") format("woff2"), url("Poppins-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-ExtraBoldItalic.woff2") format("woff2"), url("Poppins-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-ExtraLight.woff2") format("woff2"), url("Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Italic.woff2") format("woff2"), url("Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-ExtraLightItalic.woff2") format("woff2"), url("Poppins-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Light.woff2") format("woff2"), url("Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Medium.woff2") format("woff2"), url("Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-LightItalic.woff2") format("woff2"), url("Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-MediumItalic.woff2") format("woff2"), url("Poppins-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Regular.woff2") format("woff2"), url("Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-SemiBold.woff2") format("woff2"), url("Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-SemiBoldItalic.woff2") format("woff2"), url("Poppins-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Thin.woff2") format("woff2"), url("Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-ThinItalic.woff2") format("woff2"), url("Poppins-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

body{font-family: 'vanilla_extractregular';}
img{max-width: 100%;}

header{background:#fff url(../images/header_bg.png) repeat-x center top; position: fixed; width: 100%; top: 0;}
.bg-body-tertiary{background: none !important;}
.menuhome{color: #ff0000 !important; border-radius: 5px; padding-left: 16px !important; padding-right: 16px !important; margin: 0 4px;}
.menuhome:hover, .menuhome.active{background: #ff0000; color: #fff !important;}


.menuabout{color: #1D62ED !important; border-radius: 5px; padding-left: 16px !important; padding-right: 16px !important; margin: 0 4px;}
.menuabout:hover, .menuabout.active{background: #1D62ED; color: #fff !important;}

.menuacademics{color: #C810CA !important; border-radius: 5px; padding-left: 16px !important; padding-right: 16px !important; margin: 0 4px;}
.menuacademics:hover, .menuacademics.active{background: #C810CA; color: #fff !important;}

.menugallery{color: #DA8302 !important; border-radius: 5px; padding-left: 16px !important; padding-right: 16px !important; margin: 0 4px;}
.menugallery:hover, .menugallery.active{background: #DA8302; color: #fff !important;}

.menucareer{color: #1898E3 !important; border-radius: 5px; padding-left: 16px !important; padding-right: 16px !important; margin: 0 4px;}
.menucareer:hover, .menucareer.active{background: #1898E3; color: #fff !important;}

.menucontact{color: #FF6211 !important; border-radius: 5px; padding-left: 16px !important; padding-right: 16px !important; margin: 0 4px;}
.menucontact:hover, .menucontact.active{background: #FF6211; color: #fff !important;}

.menuFranchise{color: #C810CA !important; border-radius: 5px; padding-left: 16px !important; padding-right: 16px !important; margin: 0 4px;}
.menuFranchise:hover, .menuFranchise.active{background: #C810CA; color: #fff !important;}

.menuplaygroup{color: #ff0000; padding-top: 10px; padding-bottom: 10px;}
.menuplaygroup:hover, .menuplaygroup.active{background: #ff0000; color: #fff !important;}

.menunursery{color: #1D62ED; padding-top: 10px; padding-bottom: 10px;}
.menunursery:hover, .menunursery.active{background: #1D62ED; color: #fff !important;}

.menulkg{color: #C810CA; padding-top: 10px; padding-bottom: 10px;}
.menulkg:hover, .menulkg.active{background: #C810CA; color: #fff !important;}

.menuukg{color: #DA8302; padding-top: 10px; padding-bottom: 10px;}
.menuukg:hover, .menuukg.active{background: #DA8302; color: #fff !important;}

.menudaycare{color: #C810CA; padding-top: 10px; padding-bottom: 10px;}
.menudaycare:hover, .menudaycare.active{background: #C810CA; color: #fff !important;}

a.navbar-brand img{width: 120px;}
.navbar-expand-lg .navbar-nav .nav-link{font-size: 14px; font-family: 'vanilla_extractregular'; text-transform: uppercase;}

.slider{ background:#6621BA url(../images/cloud.png) repeat-x top center; margin-top:100px; min-height: 700px; background-size: contain;}
.topcloud{background: url(../images/cloud.png) repeat-x top center;}

.inntercontent{ margin-top:100px; min-height: 300px; padding-top: 70px;}
.contactdetails{padding: 24px; font-family: "Poppins";}
.contactdetails h6{margin-top: 20px;}
.contactdetails p{font-size: 14px;}
.contactform {
    background: #fff6;
    box-shadow: 0px 0px 5px 0px #e8ecf3;
    padding: 40px;
    font-family: "Poppins";
  }
.contactdetails h5{color: #FF6211; font-size: 18px; font-family: 'vanilla_extractregular';}
.contactform h6 {
    background: #f00;
    color: #fff;
    margin: 25px 0;
    font-size: 16px;
    padding: 4px 10px;
    font-family: "Poppins";
  }
  .warning{font-size: 14px; text-align: center;}
  .forminput {
    border-radius: 0px;
    font-size: 12px;
    padding: 12px;
  }

  .formbutton {
    background: #f00;
    color: #fff;
    padding: 15px 35px;
    font-size: 20px;
    border-radius: 8px;
    margin-top: 20px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
  }
  .formbutton:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
  }
  .form-select{font-size: 12px; padding: 12px;}
  select.form-select{padding: 14px; /*font-family: 'vanilla_extractregular';*/}
  .form-group {
    margin-bottom: 1rem;
  }
  .form-group label{font-size: 12px; padding-bottom:5px;}

.purple{color: #C810CA;}

footer{
    margin-top: 50px;
    background: url(../images/footer.png) no-repeat bottom center;
    height: 540px;
}

.footlogo{text-align: center;}
.footlogo img{width: 200px; text-align: center;}

.pagehading{text-align: center; margin-bottom: 40px;}
.pagehading h1{font-size: 40px; color: #FF6211;}