
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato');
/* CSS Document */
/*@font-face{
  font-family: flaticon;
  src:url(../fonts/flaticon.ttf) format('truetype');
}*/
@font-face{
  font-family: 'fredoka-one';
  src:url(../fonts/fredoka-one.regular.ttf) format('truetype');
}
@font-face{
	font-family:Righteous;
	src:url(../fonts/Righteous-Regular.ttf) format('truetype');
}
@font-face{
  font-family: Lato-BoldItalic;
  src:url(../fonts/Lato-BoldItalic.ttf) format('truetype');
}
@font-face{
  font-family:Lato-Regular;
  src:url(../fonts/Lato-Regular.ttf) format('truetype');
}
@font-face{
  font-family:Lato-Medium;
  src:url(../fonts/Lato-Medium.ttf) format('truetype');
}
@font-face{
  font-family: 'JosefinSans-Regular';
  src:url(../fonts/JosefinSans-Regular.ttf) format('truetype');
}
@font-face{
  font-family: Nunito-Regular;
  src:url(../fonts/Nunito-Regular.ttf) format('truetype');
}
@font-face{
  font-family: Nunito-Bold;
  src:url(../fonts/Nunito-Bold.ttf) format('truetype');
}
body{
	padding:0;
	margin:0;
	font-family:Righteous;
	font-family: 'Lato', sans-serif;
  font-family: 'JosefinSans-Regular';
  font-family:Lato-Regular;
	font-weight:500;
}
p{
  font-size: 15px;
  line-height: 28px;
}
li{
  list-style: none;
}
a:hover{
	text-decoration:none;
}
#preloader{
  position: fixed;
  height: 100%;
  width: 100%;
  background:#fff;
  z-index: 99999999;
}
#status{
  position: absolute;
  background: url(../images/preloader.gif);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999999999999999999;
  width: 235px;
  height: 200px;
  background-size: cover;
}
.welcome-little-star{
	background:#ffd900;
	padding:40px 0;
	color:#
}
.welcome-little-star h2{
	color:#fff;
	font-family: Righteous;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px;
}
.welcome-little-star .intro{
	font-family: 'Lato', sans-serif;
	color:#fff;
	font-size: 18px;
    margin-top: 14px;
}
h2.header{
	position:relative;
}
h2.header:before{
	position: absolute;
    content: "";
    background: #f54178;
    width: 40px;
    margin-left: -62px;
    height: 4px;
    top: 18px;
    border-radius: 26px;
}

h2.header::after {
   position: absolute;
   content: "";
   background: #f54178;
   width: 40px;
   height: 4px;
   margin-left: 22px;
   top: 18px;
   border-radius: 26px;
}
.read-more {
    background: #ff9c00;
    color: #fff;
    padding: 6px 19px;
    margin-top: 12px;
    display: inline-block;
	text-decoration:none;
}
.read-more:hover{
	text-decoration:none;
}
.enroll-now{
	background: #f54178;
    padding: 28px 0;
    text-align: center;
}
.enroll-now-link {
    color: #ffd900;
    border: 2px solid #ffd900;
    font-size: 33px;
    padding: 1px 18px;
	font-family:Righteous;
	text-transform:uppercase;
}
.our-galaxy{
	background: url(../images/bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 43px 0 22px;
  background-size: 100%;
  background-position: center 48px;
}
.our-galaxy h2.header{
	font-family: Righteous;
  color: #7b7b7b;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px;
}	
.top-contact li:nth-child(2) a:hover {
  color: #a1f13b;
}
.testimonial-quote{
  font-size: 14px;
}
.testimonial-author {
    font-size: 16px;
}
.our-galaxy h2.header:before{
	display:none;
}
.our-galaxy h2.header:after{
	display:none;
}
.galaxy-list img {
    width: 100%;
}
.galaxy-gallery{
	width: 806px;
    margin: 96px auto;
}
.galaxy-gallery .padding-0{
	padding:4px;
}
.enter-gallery{
	background: #00c3e1;
    color: #fff;
    padding: 2px 31px;
    display: inline-block;
    margin-top: 36px;
    text-transform: uppercase;
    font-weight: 500;
    width: auto;
    font-size: 14px;
}
.clear{
	clear:both;
}

/*testimonial slider css*/


.main-gallery {
  background: #fff;
  font-style: italic;
  font-size: 16px;
  background: url(../images/testimonial-bg.png) no-repeat;
  background-size: cover;

}

.gallery-cell {
  width: 100%;
}

.testimonial {
  text-align: center;
  max-width: 850px;
  margin: 80px auto 100px auto;
  padding: 0 20px;
}

.testimonial-avatar {
  width: 100px;
  border-radius: 50%;
}

.testimonial-quote {
  display: block;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 0;
}

.testimonial-author {
  display: block;
  font-weight: 800;
  color: #7AA641;
}

.flickity-page-dots {
  bottom: 25px;
}

.flickity-page-dots .dot.is-selected {
  background: #7AA641;
}
.testimonial-author{
	color:#00c670;
	font-size:18px;
}
.testimonial-quote{
	color:#fff;
}
/*testimonial slider css end here*/
.copy-right{
	color: #fff;
  text-align: center;
  padding: 23px 0;
  /*font-family: Nunito-Bold;*/
  font-weight: 'lato';
  background:#00c3e1;
  
}
.copy-right a{
 color:#fff
}
.copy-right a:hover{
  color:#a1f13b;
}
.our-curriculam{
	padding:40px 0;
	height:320px;
}
.our-curriculam h2{
	font-family:Righteous;
  color: #7b7b7b;
}
.our-curriculam h2.header:before{
	position: absolute;
    content: "";
    background: #a1f13c;
    width: 40px;
    margin-left: -55px;
    height: 3px;
    top: 18px;
    border-radius: 10px;
}

.our-curriculam h2.header:after {
   position: absolute;
   content: "";
   background: #a1f13c;
   width: 40px;
   height: 3px;
   margin-left: 11px;
   top: 18px;
   border-radius: 5px;
}
.main-banner{
  background: url(../images/home-banner.jpg);
  height: 542px;
  background-position: center;
}

/*bootstrap default nav*/
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    z-index: 99;
    border:none;
}
header{
  height: 94px;
}
.navbar-default .navbar-nav > li > a{
  font-family:Lato-Medium;
  font-size: 15px;
  text-transform: uppercase;
  padding: 37px 14px;
  color: #b7b7b7;
}
.navbar-default .navbar-nav > .active > a{
  color: #fff;
  background-color: #a1f13b;
}
.navbar-brand{
  padding: 0px 0 0 30px;
}
.navbar{
  margin-bottom: 0;
}
.our-client {
    padding: 20px 0 20px;
    box-shadow: 0 0 9px -5px;
    height: 100px;
}
.client-list.text-center {
    width: 186px;
    float: left;
    margin: 4px 4px;
    display: inline-block;
}
.about-us{
  background: url(../images/about-banner.png);padding: 170px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-us{
  background: url(../images/contact-us-pg--resized.png) no-repeat;
  padding: 58px 0;
  color: #fff;
  background-size: contain;
  background-position: center top;
}
.contact-us h2{
  font-family: Righteous;
  color: #fff;
}
.welcome-intro{
  padding: 60px 0;
}
.welcome-intro h2{
  font-family: Righteous;
  color: #ffd900;
  margin-bottom: 24px;
}
.welcome-intro h2:before, .welcome-intro h2:after{
  display: none;
}
.welcome-intro .intro{
    /*font-family: 'JosefinSans-Regular';*/
    font-size: 16px;
    padding: 0 42px;
    font-family: 'lato';
}
.top-contact{
  padding: 22px 0;
  width: 67%;
  margin: auto;
  border-bottom: 2px solid #e6e6e6;
}
.contact-enquiry {
    padding-top: 50px;
}
.enquiry-field{
  padding-right: 45px;
}
.top-contact li{
    text-align: center;
    display: inline-block;
    margin: 0 20px;
    color: #909090;
}
.top-contact li a{
  color: #909090;
}
.contact-details{
  padding:42px 0;
}
label{
  font-weight: 400;
text-transform: uppercase;
color: #909090;
}
.address{
  border-left: 1px solid #ccc;
  padding-left: 60px;
  height: 372px;
}
address{
  color: #909090;
  padding-top: 20px;
  text-align: left;
  line-height: 30px;
  font-family: lato;
  font-size: 15px;
}
.top-contact li i{
  background: #e6e6e6;
  font-size: 28px;
  border-radius: 50%;
  margin-right: 13px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
}
.contact-submit{
  background:#f54178;
  color: #fff;
  text-transform: uppercase;
  border:none;
  padding: 4px 20px;
}
.resize{
  resize: none;
}
.map p.header{
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  font-size: 15px;
  color: #909090;
  margin-top: 5px;
}

.our-gallery {
    background: url(../images/gallery-banner.png);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.our-gallery h2{
  font-family: Righteous;
  color: #fff;
}
.our-gallery h2:before, .our-gallery h2:after{
  display: none;
}
.gallery-grid img{
   width:100%;
}
.padding-0{
  padding:4px;
}
.btn-o, .pp_social{
  display: none;
}
.navbar.navbar-default.sticky-fixed {
    position: fixed;
    width: 100%;
    transition: 0.3s ease-in-out;
}
/*testimonial*/
.profile1{
  background: #00c3e1;
  color: #fff;
  padding: 20px;
  border-radius: 4px;
  padding-top: 0 !important;
  font-size: 16px;
}
.profile-design .view-bio{
  margin-top: 30px;
}
.profile-design h4{
  margin:0;
  font-size: 24px;
  font-family: lato-regular;
  letter-spacing: 1px;
}
.profile-design p{
  font-size: 15px;
  font-family: Lato-BoldItalic;
}
.profile1 span{
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 20px;
}
.profile1 span img {
    position: relative;
    margin-bottom: 13px;
    float: left;
}
.profile-design{

  border-radius: 4px;
  padding: 22px 13px;
}
.profile2{
  border: 2px solid #a1f13b;
  color: #f54178;
  padding-top: 31px;
}
.profile3{
  background: #ffd900;
  color: #f54178;
  padding: 31px;
}
.profile4{
  background: #ffd900;
  color: #f54178;
}
.profile5{
  background: #ffd900;
  color: #f54178;
}
.profile6{
  color:#00c3e1;
  border:2px solid #00c3e1;
}
.profile7{
  border:2px solid #f54178;
  color: #a1f13b;
  padding-top:47px !important;
  padding-bottom: 17px !important;
}
.profile7.profile-design{
  padding: 0;
}
.profile3.profile-design.text-center {
    padding: 18px !important;
}
.profile2.profile-design.text-center{
  padding:18px !important;
}
.profile8{
  background:#a1f13b;
  color: #f54178;
  padding:62px 13px;
}
.profile9{
  background:#f54178;
  color:#fff;
}
.profile10{
  color:#00c3e1;
  border:2px solid #00c3e1;
  padding-top: 25px;
  padding-bottom: 16px;
}
.profile9 span img{
  position: absolute;
  bottom: 0;
  right: 0;
}
.padding0{
  padding:0;
  margin:0;
}
.testimonial-banner{
  padding: 68px 0 40px;
}
.testimonial-banner h2{
  font-family: Righteous;
  color: #7b7b7b;
}
.testimonial-banner h2:before, .testimonial-banner h2:after{
  background:#a1f13b;
} 
.gallery-grid {
  overflow: hidden;
  position: relative;
}
.gallery-grid .overlay{
  position: absolute;
  background: rgba( 0 , 0 , 0 , 0.35);
  height: 100%;
  width: 100%;
  top: 0;
  padding: 70px 48px;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  transition: all .55s ease-in;
}
.gallery-grid:hover .overlay{
  transition: all .55s ease-in;
  opacity: 1;
}
.gallery-grid img{
  -webkit-transition: all .55s ease-in;
  transition: all .55s ease-in;
}
.gallery-grid:hover img{
  transition: all .55s ease-in;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transition: all .55s ease-in;
}
.overlay i{
  font-size: 28px;
}
.kunal{
  animation: cloud 6s linear infinite;
  
}

@keyframes cloud{
  0%{
    margin-top:0;
    transition: 10s ease-in-out;
  }
  50%{
    margin-top: 20px;
    transition: 10s ease-in-out;
  }
  100%{
    margin-top: 0px;
    transition: 10s ease-in-out;
  }
}
a.enter-the-gallery{
  background:#00c3e1;
}
/*banner font*/
.main-font{
  font-size: 96px;
  color: #fb2a8c;
  text-transform: uppercase;
  font-family: 'fredoka-one';
}
.main-font span {
    font-size: 63px;
    display: block;
    margin-left: 32px;
}
.navbar.navbar-default {
    box-shadow: 0px -1px 4px;
    border-radius: 0;
}
/*landing page design*/
#landing-page{
    background:url(../images/landing-page.jpg) center center;
    /*background-size: contain;*/
    background-size: cover;
    background-position: center top;
    height: 100vh;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
  }
#landing-page .welcome{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 9999;
}
#landing-page .welcome h1 {
    font-size: 4em;
    font-family: Righteous;
    margin-bottom: 21px;
    margin-top: 0;
    font-weight: 100;
    text-transform: uppercase;
}
#landing-page .welcome h1 span{
  font-size: 40px;
  display: inherit;
}
#landing-page .welcome a{
  font-size: 18px;
  font-family: Righteous;
  color:#909090;
  text-decoration: none;
  letter-spacing: 4px;
}

/*star animation*/
.object-anim-1{
  position: absolute;
  left: 0;
height: 100%;
width: 50%;
}
.two{
  margin-top: 50%;
}
.one{
  position: absolute;
   top: 28%;
   left: 23%;
}
.anim1 {
   animation: one 6s linear infinite;
   -ms-animation: one 6s linear infinite;
   -webkit-animation: one 6s linear infinite;
   -moz-animation: one 6s linear infinite;   
}
@keyframes one{
  0%{
    margin-top:0;
    transition: 10s ease-in-out;
  }
  50%{
    margin-top: 20px;
    transition: 10s ease-in-out;
  }
  100%{
    margin-top: 0px;
    transition: 10s ease-in-out;
  }
}
@-webkit-keyframes one{
  0%{
    margin-top:0;
    transition: 10s ease-in-out;
  }
  50%{
    margin-top: 20px;
    transition: 10s ease-in-out;
  }
  100%{
    margin-top: 0px;
    transition: 10s ease-in-out;
  }
}

.anim2 {
    animation: two 6s linear infinite;
   -webkit-animation: two 6s linear infinite;
   
}
@keyframes two{
  0%{
    margin-right:0;
    transition: 10s ease-in-out;
  }
  50%{
    margin-right: 20px;
    transition: 10s ease-in-out;
  }
  100%{
    margin-right: 0px;
    transition: 10s ease-in-out;
  }
}
@-webkit-keyframes two{
  0%{
    margin-right:0;
    transition: 10s ease-in-out;
  }
  50%{
    margin-right: 20px;
    transition: 10s ease-in-out;
  }
  100%{
    margin-right: 0px;
    transition: 10s ease-in-out;
  }
}
.three{
  position: relative;
}
.three img{
  position: absolute;
  left: 16%;
  transition: 20s ease-in-out;
}
.four img {
    margin-left: 151px;
    margin-top: 32px;
    transition: 70s ease-in-out;
}
.anim3 img{
  animation: rotate 30s linear infinite;
}
@keyframes rotate{
  0%{
    transform: rotate(0deg);
    
  }
  50%{
    transform: rotate(360deg);
  
  }
  100%{
   transform: rotate(0deg);
    
  }
}
.five img {
    position: absolute;
    left: 35%;
}
.enter-site{
  z-index: 99999999999999;
position: absolute;
left: 0;
right: 0;
margin: auto;
}
.object-anim-2{
  position: absolute;
  width: 50%;
  right: 0;
}
.six {
    position: absolute;
    left: 27%;
    top: 90px;
}
.seven{
  position: absolute;
margin-top: 32%;
left: 24%;
}
.anim8{
  animation: scale 9s linear infinite;
}
@keyframes scale{
  0%{
    transform: scale(0);
    
  }
  50%{
    transform: scale(1.2);
  
  }
  100%{
   transform: scale(0);
    
  }
}
.anim8 {
    position: absolute;
    margin-top: 70%;
    margin-left: 67%;
}
.color-blue{
  color:#00c3e2;
}
.zoom{
  display: block !important;
  position: absolute !important;
  top: 20% !important;
  left: 58px !important;
  animation: scale 20s linear infinite;
}
.example-animation {
    padding-bottom: 0 !important;
    overflow: hidden;
}

/*down arrow animation*/
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/down-arrow.png) ;
  background-size: contain;
  cursor: pointer;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
#preloader{
  display: none;
}
#testimonial{
  padding-bottom: 60px;
}
.zoom10{
  animation: zoomii 6s linear ;
}
@keyframes zoomii{
  0%{
    transition: rotate(0deg)
    bottom:0;
  }
  50%{
    bottom: 15px;
  }
  100%{
    transform: rotate(45deg);
    transition: 0.6s ease-in-out;
  }
}
.button-previous, .button-next{
  display: block !important;
}
.about-bio{
  position: relative;
  float: left;
}
.about-bio .bio-content{
  border: 2px solid #a1f13b;
  width: 100%;
  float: left;
  margin:40px auto;
  width: 54%;
}
.about-bio .about-img img {
    width: 100%;
    float: right;
}
.about-bio .about-img {
    width: 50%;
    top: 86px;
    float: right;
    position: absolute;
    right: 0;
    border: 8px solid #a1f13b;
}
.about-bio .award{
  background:#a1f13b;
}
.upper-award li {
    margin: 8px;
    display: inline-block;
}
.lower-award li{
width: 27.33%;
margin: 8px;
}
.upper-award{
  float: none;
width: 100%;
clear: both;
overflow: hidden;
text-align: center;
}
.lower-award{
  float: none;
width: 100%;
clear: both;
overflow: hidden;
text-align: center;
}
.lower-award li{
  display: inline-block;
}
.award{
  overflow: hidden;
}
.bio-content {
    text-align: justify;
    padding: 6px 82px 36px 35px;
}
.upper-award li:last-child img {
    padding-top: 47px;
}
.bio-content h2.name {
    font-size: 28px;
    margin-top: 57px;
}
.award-info{
  padding: 30px 0;
}
.flickity-page-dots .dot{
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
}
a.view-certificate {
    text-transform: uppercase;
    text-decoration: underline;
    color: #333;
}