@import url("../../Fonts/stylesheet.css");

body,
html {
 
  
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Open Sans', sans-serif;
  overflow-x:hidden;
}

hr {
  width: 88px;
 height:13px;
  background: url(../img/border-c.png) repeat;
  border-width:0;
}

hr.light {
  background: url(../img/border-w.png);
}

a {
  color:#e91e63;
   opacity:1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #e91e63;
  opacity:.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fredoka One', cursive, 'Open Sans', sans-serif;
  letter-spacing: 4px;
}

.bg-primary {
  background-color: #e91e63;
}

.bg-dark {
  background-color: #212529;
}

/** .text-faded {
  color: rgba(255, 255, 255, 0.7);
} **/

section {
  padding: 8rem 0;
}


@media (max-width:500px){

section {
  padding: 4rem 0;
}	
	
}


.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Fredoka One', cursive;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99998;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: initial;
  color: #e91e63;
  font-family: 'Fredoka One', cursive;
}

#mainNav .navbar-brand img{
	max-height: 60px;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #e91e63;
}

.navbar-nav{
	padding: 10px 0;	
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: initial;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #e91e63;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #e91e63;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
  }
  #mainNav .navbar-brand {
    color: #202020;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #202020;
  }
  
  #mainNav .navbar-brand img{
	border-radius:4px;
  max-height: 90px;
  max-width: 200px;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #202020;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #e91e63;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #e91e63;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #e91e63;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    /*color: #212529;*/
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #e91e63;
  }
}

.navBg {
  background-color: white;
}

#triangleIconColor {
   /*color: #212529;*/
}

@media (min-width: 1025px) {
  section.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url("../img/Toddler.jpg");
    background-size: 60%;
    background-repeat: no-repeat;
    position:relative;
  }
  .headerContainer {
    max-width: 100%;
    
  }
  .headerBgColor {
    background-color: white;
  }
  .headerImgText {
    width: 53%;
    float: right;
	padding: 90px 0px 0 40px;
    height: 95vh;
  }
  .welcomeText {
    color: #202020;
  }
  .schoolName {
    color: #e91e63;
  }
  .ImgText {
    margin: 0!important;
    text-align: initial;
    color: #202020;
  }
}

@media (max-width: 1024px) {
  section.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url("../img/Toddler.jpg");
    background-position: center center;
    background-size: cover;
    position:relative;
    height: 100vh;
  }
  section.masthead:before{
    content:'';
    background:#333333;
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    left:0;
    top:0;
    opacity: .6;
  }
  .welcomeText {
    color: white;
  }
  .schoolName {
    color: #e91e63;
  }
  .ImgText {
    margin: 0!important;
    color: white;
  }
  .headerImgText {
    justify-content: center;
  }
}

section.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

section.masthead h1 {
  font-size: 2rem;
  margin:20px 0 10px;
}

section.masthead p {
  font-weight: 400;
}

@media (min-width: 768px) {
  section.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  section.masthead {
    height: 100%;
    min-height: 95vh;
    padding-top: 10vh;
    padding-bottom: 0;
	background-size: auto 100%;
  }
  section.masthead h1 {
    font-size: 3rem;
	margin: 30px 0 10px;
  }
}

@media (min-width: 1200px) {
  section.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

/* about us */

.about img{
	max-width:100%;
	height:auto;
}

.about ul{
  padding: 0 0 0 15px;
  display:inline-block;
}

.about p{margin-bottom: 12px!important}

/* gallery */

.gallery{
	
	padding:2rem 0 4rem;
	
}

.gallerySection {
  padding: 4rem 0;
}

.gallery-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.gallery-box .gallery-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: #82b6ff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery-box .gallery-box-caption .gallery-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.gallery-box .icons i:before {
    border-radius: 50%;
    font-size: 40px;
    border: 2px dashed;
    width: 40px;
    height: 40px;
    padding: 20px;
}

.gallery-box .gallery-box-caption .gallery-box-caption-content .project-category,
.gallery-box .gallery-box-caption .gallery-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', sans-serif, 'Fredoka One', cursive;
}

.gallery-box .gallery-box-caption .gallery-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.gallery-box .gallery-box-caption .gallery-box-caption-content .project-name {
  font-size: 18px;
}

.gallery-box:hover .gallery-box-caption {
  opacity: .8;
}

.gallery-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .gallery-box .gallery-box-caption .gallery-box-caption-content .project-category {
    font-size: 16px;
  }
  .gallery-box .gallery-box-caption .gallery-box-caption-content .project-name {
    font-size: 22px;
  }
}


/* Editors Review */

@media (min-width: 1025px) {
  .featured-logo:before {
    content:'';
    background: url(../img/featured-icon-2.png) no-repeat;
    background-size: 100% 100%;
    width: 250px;
    height: 250px;
    display:block;
  }
  .featuredSection {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  }

  .featured-text {
  display: flex;
  flex: 3;
  flex-direction: column;
  }

  .featured-logo {
  display: flex;
  flex: 1;
  }

  .featuredButtonWrap {
  align-self: center;
  }

  .feature-button {
  display: flex;
  flex: 1;
  width: 400px;
  justify-content: center;
  }
}

@media (max-width: 1024px) {
  .featured-logo:before {
    content:'';
    background: url(../img/featured-icon-2.png) no-repeat;
    background-size: 100% 100%;
    width: 150px;
    height: 150px;
    display:block;
  }
  .featuredSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }

  .featured-text {
  display: flex;
  flex: 3;
  flex-direction: column;
  }

  .featured-logo {
  display: flex;
  flex: 1;
  }

  .featuredButtonWrap {
  align-self: center;
  }

  .feature-button {
  display: flex;
  flex: 1;
  width: 300px;
  justify-content: center;
  }
}

/* testimonial */

.testimonial {
  background: #e91e63;
}

.testimonial-item {
  padding: 30px;
  margin: 15px;
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-item ::-webkit-scrollbar {
    -webkit-appearance: none;
}

.testimonial-item ::-webkit-scrollbar:vertical {
    width: 8px;
	margin-right:5px;
}

.testimonial-item ::-webkit-scrollbar:horizontal {
    height: 8px;
}

.testimonial-item ::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
    border: 2px solid #EEEEEE;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #EEEEEE; 
}


.testimonial-item .author {
  display: inline-block;
  margin-bottom: 0;
}

.testimonial-item .author .img-thumb {
  float: left;
  overflow: hidden;
  position: relative;
}

.testimonial-item .author .img-thumb img {
  border-radius: 50%;
  width: 75%;
}

.testimonial-item .author .author-info {
  float: left;
  padding: 3px 0;
}

.testimonial-item .author .author-info h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;

}

.testimonial-item .author .author-info h2 a {
  color: #202020;
}

.testimonial-item .author .author-info h2 a:hover {
  color: #ee4b28;
}

.testimonial-item .content-inner {
  overflow: hidden;
}

.testimonial-item .content-inner .description {
  width: 100%;
  margin-bottom: 10px;
  max-height: 160px;
  overflow-y: auto;
  padding-right:10px;
}

.testimonial-item .content-inner span {
  color: #ffc107;
}

.owl-pagination {
 /* position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;*/
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #F97794;
}

/* Contact */

@media (min-width: 1025px) {
  .contactSection {
    display: flex;
    flex-direction: row;
  }
  .contactImg {
    content: '';
    display: flex;
    flex: 1;
    background: url("../img/phone.png") no-repeat;
    background-size: cover;
	min-height:300px;
  }
  .alignSelf {
    align-self: center;
    margin-left: 20px;
  }
  .contactIcon {
    display: flex;
    flex-direction: row;
  }
  .contactextSection {
    margin-left: 40px;
  }
  .contactIconSection {
    margin-left: 40px;
  }
  .contactInfo {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .contactSection {
    display: flex;
    flex-direction: column;
  }
  .contactImg {
    content: '';
    display: flex;
    flex: 1;
    background: url("../img/phone.png") no-repeat;
    background-size: cover;
    min-height: 200px;
  }
  .alignSelf {
    align-self: initial;
    margin-top: 10px;
  }
  .contactIcon {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contactInfo {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    margin-top: 10px;
  }
  .contactextSection {
    text-align: center;
  }
}

/* general */

.contactLink a {
  text-decoration: none;
  color: #202020;
}

.text-primary {
  color: #e91e63 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 4px;
  color: white;
}

@media (max-width:500px){
.btn {
  font-size: 12px;
}

}

.btn:hover, .btn:focus, .btn:active {
  opacity: .8;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #e91e63;
  border-color: #e91e63;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

#footer {
  padding: 20px 0;
  background: #202020;
  border-top: 1px solid #eeeeee;
}
#footer .footer-links {
  padding: 0;
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
#footer .footer-links li {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  line-height: 1;
}
#footer .footer-links li a {
  text-decoration: none;
}
#footer .footer-links li a:hover {
  text-decoration: underline;
}
#footer .widget {
  margin-bottom: 30px;
}
#footer .widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#footer .widget .quick-contact {
  padding: 0;
  margin: 0;
}
#footer .widget .quick-contact li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#footer .widget .quick-contact li i {
  width: 30px;
  float: left;
  font-size: 18px;
  position: relative;
  margin-top: 4px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.copyright {
  text-align: center;
  color: white;
}

@media screen and (max-width: 768px) {
  #footer .copyright .pull-left,
  #footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#footer .copyright .block {
  display: block;
}

.social-icons {
  margin: 0;
  padding: 0;
}
.social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #7ED321;
  padding-left: 10px;
  padding-right: 10px;
}
.social-icons li a i {
  font-size: 20px;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius:50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

#conatiner-map {
  width: 100%;
  height: 480px;
}

#google-map-area {
  position: relative;
  padding:0;
}

#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.toggle-map {
  height: 5px;
  width: 100%;
  background-color: #F97794;
  bottom: 0px;
  text-align: center;
  position: absolute;
  z-index: 106;
}

.toggle-map .map-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: #F97794 3px solid;
  position: relative;
  top: -46px;
}

.toggle-map .map-icon i {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
}

#google-map {
  text-align: center;
  background-color: #fff;
  height: 465px;
  position: absolute;
  bottom: -460px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
  border-top: #F97794 3px solid;
}

#google-map.panel-show {
  bottom: -20px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}



/* color */

.yellow{
	color:#ffeb3b;
}

.orange{
	color:#ff9668;
}

.pink{
color:#ff5994;	
}


.blue{
	color:#82b6ff;
	
}

.green{
	color:#84ff9f;
	
}

.black {
  color: #202020;
}

.white {
  color: #fff;
}

.reddish {
  color: #e91e63;
}

.purple {
  color: #9c27b0;
}

/* background */

.bg-yellow{
	background-color:#ffeb3b;
}

.bg-orange{
	background-color:#ff9668;
}

.bg-pink{
	background-color:#ff5994;	
}


.bg-blue{
	background-color:#82b6ff;
	
}

.bg-reddish{
	background-color:#e91e63;
	
}

.bg-black{
	background-color:#202020;
	
}

.bg-purple{
	background-color:#9c27b0;
	
}

.bg-pattern{
	background-repeat:repeat;	
	
}

.bg-pattern-1{
	background-image: url(../img/bg-pattern-1.png);
	background-repeat:repeat;	
	
}

.bg-pattern-2{
	background-image: url(../img/bg-pattern-2.png);
	background-repeat:repeat;	
	
}

.bg-pattern-3{
	background-image: url(../img/stars-yellow-30.png);
	background-repeat:repeat;	
	
}

.bg-pattern-4{
	background-image: url(../img/watercolor-cutebg-30.png);
	background-repeat:repeat;
}

.bg-fixed{
	background-attachment:fixed;	
	
}


.eapps-facebook-feed-extra-small .eapps-facebook-feed-photos-item {
    flex: 0 0 50%!important;
    margin: 0!important;
} 
:root {
  --blue: #1e90ff;
  --white: #ffffff; 
}
.margin-top-40{margin-top:40px!important}
.display-none{display: none!important}
.hd-1{background-color: #EDEDF9}
.hd-2{}
.hd-3{background-color:#FDEAEE}
.oservice img {max-width: 100px;margin-bottom: 20px}
.oservice .col-6 {margin-bottom: 30px; padding: 0 50px;}
.oservice h5{font-family: 'Helvetica Neue Black', sans-serif; font-weight: 900;color: #103A82;letter-spacing: 0}
.icon-custom{max-width: 40px;padding-right: 10px}
.icon-custom1{max-width: 30px;margin-right: 20px}
.arrow-list{list-style: none;padding-left: 2px}
.programme h3{font-family: 'Helvetica Neue Black', sans-serif; font-weight: 900;color: #FA691A;letter-spacing: 0}
.arrow-list li h6{font-size: 20px;font-family: 'Helvetica Neue Black', sans-serif; font-weight: 900;color: #103A82;letter-spacing: 0}
.arrow-list li h6:before{ content: '';
  display: inline-block;
  height: 36px;
  width: 36px;
  background-size: contain;
  background-image: url(../img/18.png);
position: relative;
    top: 3px;}
.numbe{width: 50px;position: absolute;    left: -20px;top: 20px;}
.hd-3 .col-12 .card{margin-bottom: 30px}
.hd-3 .col-12 .card{background-color: white;border-radius: 10px;position: relative;padding: 18px;}
.hd-3 .col-12 .card h5{font-family: 'Helvetica Neue Black', sans-serif; font-weight: 900;color: #103A82;letter-spacing: 0;margin-top: 20px}
.hd-3 .col-12 .card p{color: #777777}
.mesa-b{position: absolute;bottom: 20px;left: 30%;max-width: 120px;}
@media (max-width:480px){
  .oservice .col-6 {
    padding: 0 10px;
}
  .numbe {
    width: 70px;}
  .mesa-b {
    top:110px;
    left: unset;
    right: 0;
    bottom: 3px;
    max-width: 110px;
  }
}