@charset "UTF-8";

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/subset-Poppins-Regular.eot');
    src: url('../fonts/subset-Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Poppins-Regular.woff2') format('woff2'),
        url('../fonts/subset-Poppins-Regular.woff') format('woff'),
        url('../fonts/subset-Poppins-Regular.ttf') format('truetype'),
        url('../fonts/subset-Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/subset-Poppins-Medium.eot');
    src: url('../fonts/subset-Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Poppins-Medium.woff2') format('woff2'),
        url('../fonts/subset-Poppins-Medium.woff') format('woff'),
        url('../fonts/subset-Poppins-Medium.ttf') format('truetype'),
        url('../fonts/subset-Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Melon Camp';
    src: url('../fonts/subset-MelonCamp.eot');
    src: url('../fonts/subset-MelonCamp.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-MelonCamp.woff2') format('woff2'),
        url('../fonts/subset-MelonCamp.woff') format('woff'),
        url('../fonts/subset-MelonCamp.ttf') format('truetype'),
        url('../fonts/subset-MelonCamp.svg#MelonCamp') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Section */

.section {
	position: relative;
	max-width: 1264px;
	margin: 0 auto;
}

/* Equal Height */

.row.equalHeight {
	display: flex;
}

.row.equalHeight div {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.row.equalHeight [class*="col-"] {
	height: auto;
}

@media only screen and (max-width : 767px) {
	.row.equalHeight:has(.col-xs-12) {
		display: block;
	}
}
/* Age Group */

#ageGroup {
	position: relative;
	margin-top: -184px;
	z-index: 1;
}

#ageGroup .section {
	padding-bottom: 60px;
}

#ageGroup .section .listing {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#ageGroup .section .listing li {
	position: relative;
	margin: 0 28px;
	list-style: none;
	width: 306px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	background: #17bafd;
	color: #fff;
	border-radius: 200px;
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}

#ageGroup .section .listing li:nth-child(3n+2) {
	background-color: #abcd52;
	top: 56px;
}

#ageGroup .section .listing li:nth-child(3n+3) {
	background-color: #cf328b;
}

#ageGroup .section .listing li a {
	display: inline-block;
	color: #fff;
	padding: 20px 24px 25px;
}

#ageGroup .section .listing li span {
	display: block;
}

#ageGroup .section .listing li .image {
	overflow: hidden;
	border-radius: 100%;
	margin-bottom: 7px;
}

#ageGroup .section .listing li img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

#ageGroup .section .listing li .desc>:last-child {
	margin-bottom: 0;
}

#ageGroup .section .listing li .desc .title {
	font-family: 'Melon Camp', cursive;
	font-size: 31px;
	margin: 0 0 5px;
}

#ageGroup .section .listing li:hover {
	-webkit-transform: scale(1.05) !important;
	    -ms-transform: scale(1.05) !important;
	        transform: scale(1.05) !important;
}

#ageGroup .section .listing li:hover .image img {
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}

/* Welcome */

#welcome .section {
	padding-top: 60px;
	padding-bottom: 40px;
}

/* Image Text */

.imageText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.imageText .image {
	position: relative;
	font-size: 21px;
	width: 30.61904761904762em;
	padding-top: 0.9047619047619048em;
	padding-left: 1.285714285714286em;

	padding-right: 2px;
	padding-bottom: 2px;
}

.imageText .image .frame {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/image-frame.svg) no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
}

.imageText .image .ball {
	position: absolute;
	left: 3.476190476190476em;
	top: 0.1428571428571429em;
	width: 2.619047619047619em;
	height: 2.619047619047619em;
	background: #17bafd;
	border-radius: 100%;
	z-index: 1;
	pointer-events: none;
}

.imageText .image img {
	display: block;
	width: 100%;
	border-radius: 10.0952380952381em;
	border-bottom-right-radius: 0;
}

.imageText .text {
	width: 560px;
	margin-left: auto;
	margin-right: 20px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.imageText .text>:last-child {
	margin-bottom: 0;
}

.imageText.alt .text {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-left: 0;
}

.imageText.alt .text .heading {
	color: #17bafd;
}

.imageText.alt .text .linkBtn {
	background-color: #abcd52;
}

.imageText.alt .image {
	margin-left: auto;
	margin-right: 0;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 1.285714285714286em;
}

.imageText.alt .image img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 10.0952380952381em;
}

.imageText.alt .image .frame {
	background-image: url(../images/image-frame-right.svg);
	pointer-events: none;
}

.imageText.alt .image .ball {
	right: 3.476190476190476em;
	left: auto;
	background-color: #ffcc33;
	pointer-events: none;
}

/* Features */

#features .section {
	padding-top: 40px;
	padding-bottom: 50px;
}

#features .listing {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#features .listing li {
	margin: 0 30px 30px;
	padding: 0;
	list-style: none;
	text-align: center;
}

#features .listing li .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 178px;
	height: 178px;
	border-radius: 100%;
	background: #ffcc33;
	margin: 0 auto 8px;
}

#features .listing li:nth-child(4n+2) .ico {
	background-color: #17bafd;
}

#features .listing li:nth-child(4n+3) .ico {
	background-color: #cf328b;
}

#features .listing li:nth-child(4n+4) .ico {
	background-color: #abcd52;
}

#features .listing li .name {
	color: #666666;
	font-family: 'Melon Camp', cursive;
	font-size: 25px;
}

/* Approach */

#approach {
	position: relative;
	background: #eaf2d4;
}

#approach:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -85px;
	height: 86px;
	background: url(../images/approach-curve.svg) no-repeat center top;
	background-size: 100% 100%;
}

#approach .section {
	padding-top: 50px;
	padding-bottom: 1px;
}

/* Enrol */

#enrol {
	background: url(../images/enrol-bg.png) repeat-x;
	background-size: auto 100%;
	 -webkit-animation: scrollBg 25s linear infinite;
	         animation: scrollBg 25s linear infinite;
}

@-webkit-keyframes scrollBg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40vw 0;
  }
}

@keyframes scrollBg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40vw 0;
  }
}

#enrol .section {
	padding-top: 120px;
	padding-bottom: 120px;
	text-align: center;
}

#enrol .heading {
	color: #17bafd;
}

#enrol .linkBtn {
	margin: 40px auto 0;
	font-family: Arial, sans-serif;
	font-size: 26px;
	padding: 0.4230769230769231em 1.153846153846154em 0.2692307692307692em;
	background: #cf328b;
}

#enrol .linkBtn:hover {
	background-color: #ffcc33 !important;
}


/* Animations */

/* Splash Animation */

@-webkit-keyframes rotateAnim {
	to {
        -webkit-transform: scale(1.2) translateX(-5px) translateY(-5px);
                transform: scale(1.2) translateX(-5px) translateY(-5px);
	}
}

@keyframes rotateAnim {
	to {
        -webkit-transform: scale(1.2) translateX(-5px) translateY(-5px);
                transform: scale(1.2) translateX(-5px) translateY(-5px);
	}
}

@-webkit-keyframes splashAnim { 
    0% { 
        -webkit-transform: scale(0.2); 
                transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        -webkit-transform: scale(1.3); 
                transform: scale(1.3); 
        
    } 
    100% { 
        -webkit-transform: scale(1); 
                transform: scale(1); 
        opacity:1;
    } 
}

@keyframes splashAnim { 
    0% { 
        -webkit-transform: scale(0.2); 
                transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        -webkit-transform: scale(1.3); 
                transform: scale(1.3); 
        
    } 
    100% { 
        -webkit-transform: scale(1); 
                transform: scale(1); 
        opacity:1;
    } 
} 

.splashAnim { 
    opacity:0;
}

.splashAnim.go{
    -webkit-animation: splashAnim 2s 0.2s forwards, rotateAnim 1s 0.1s forwards infinite alternate;
            animation: splashAnim 2s 0.2s forwards, rotateAnim 1s 0.1s forwards infinite alternate; 
}

@-webkit-keyframes curvesAnim {
	from {
		height: 10px;
	}
}

@keyframes curvesAnim {
	from {
		height: 10px;
	}
}

@-webkit-keyframes zoomAnimation {
	to {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
	}
}

@keyframes zoomAnimation {
	to {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
	}
}

/* Underlined */

.underlined {
	display: inline-block;
	position: relative;
}

.underlined svg {
	position: absolute;
	left: 0;
	bottom: -33px;
	pointer-events: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; 
}

.underlined path {
	-webkit-transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s;
	-o-transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s;
	transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s; 
}
  
.underlined path:last-child {
	opacity: 0.2; 
}

.underlined.start> svg {
	opacity: 1; 
}

.underlined.start> svg path {
	stroke-dashoffset: 0; 
}


/* Miscelleneous */

p {
	margin: 0 0 17px;
}

ul,ol {
	margin-bottom: 24px;
	padding: 0 0 0 20px;
}

h1,h2,h3,h4,h5,h6,.heading {
	margin: 0 0 25px;
	font-family: 'Melon Camp', cursive;
	font-weight: normal;
	padding: 0;
	color: #cf328b;
	line-height: 1.2;
}

.heading {
	font-size: 38px;
	margin-bottom: 15px;
	line-height: 1.167;
}

.heading span {
	color: #abcd52;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #015c9a;
}

.linkBtn {
	position: relative;
	display: table;
	text-align: center;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #fff !important;
	background: #ffcc33;
	margin: 0.8947368421052632em 0;
	padding: 0.3409090909090909em 1.590909090909091em;
	text-align: center;
	border: none;
	border-radius: 2.173913043478261em;
	line-height: 1.2;
	cursor: pointer;
	text-shadow: 0 0 1px currentColor, 0 0 1px currentColor;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.linkBtn:hover {
	color: #fff;
	background-color: #cf328b !important;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;	
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}
