
/* Large Screens (Desktops) */

@media only screen and (max-width : 1440px) {
	#slider:after,
	#approach:before,
	#banner:after {
		background-size: 1440px 100%;
	}
}

@media only screen and (max-width : 1430px) {
	.section {
		max-width: 1200px;
	}

	#header {
		--padding: 50px;
	}

	.imageText .image  {
		font-size: 19.8px;
	}

	.imageText .text {
		margin-right: 0;
	}

}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}	

	#mainWrapper {
		padding-top: 149px;
	}

	#header {
		--padding: 30px;
	}

	#header .section {
		height: 150px;
	}

	#header .logo {
		width: 290px;
	}

	#slider:after,
	#banner:after {
		height: 140px;
	}

	#ageGroup {
		margin-top: -140px;
	}

	#ageGroup .section .listing li {
		margin-left: 9px;
		margin-right: 9px;
	}

	#welcome .section {
		padding-top: 45px;
		padding-bottom: 25px;
	}
	
	.imageText .image {
		font-size: 15px;
	}

	.imageText .text {
		width: 480px;
	}

	#features .section {
		padding-top: 30px;
	}

	#features .listing li {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 15px;
	}

	#features .listing li .name {
		font-size: 23px;
	}

	#features .listing li .ico {
		width: 158px;
		height: 158px;
	}

	#footer .top .links {
		margin-left: 111px;
	}

	#footer .top .contacts {
		width: 300px;
	}

}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#header .options a {
		font-size: 16px;
	}

	.goog-te-gadget {
		margin-bottom: 4px;
	}

	.goog-te-gadget .goog-te-combo {
		font-size: 15px;
	}

	#mainWrapper,
	body.scrolled #mainWrapper {
		padding-top: 137px;
		font-size: 18px;
	}

	#header {
		--padding: 20px;
		border-width: 6px;
	}
	
	#header .section,
	body.scrolled #header .section {
		height: 135px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	#header .logo,
	body.scrolled #header .logo {
		width: 260px;
	}

	#header #navigation ul li {
		font-size: 17px;
		margin-left: 11px;
		margin-right: 11px;
	}

	#header .icons a {
		width: 32px;
		height: 32px;
	}

	#header .icons a img {
		-webkit-transform: scale(0.7);
		    -ms-transform: scale(0.7);
		        transform: scale(0.7);
	}

	#slider:after,
	#banner:after {
		height: 100px;
	}

	#ageGroup {
		margin-top: -109px;
	}

	#ageGroup .section .listing li a {
		padding: 17px 17px 20px;
	}

	#header #navigation {
		margin-bottom: -2px;
	}

	#ageGroup .section .listing li a {
		padding: 11px 11px 12px;
	}

	#ageGroup .section .listing li .desc {
		padding-left: 10px;
		padding-right: 10px;
	}

	#ageGroup .section .listing li .desc .title {
		font-size: 27px;
	}
	
	.imageText .image {
		font-size: 11px;
	}

	.imageText .text {
		width: 363px;
	}

	#features .section {
		padding-top: 20px;
		padding-bottom: 15px;
	}

	#features .listing li .name {
		font-size: 20px;
	}

	#features .listing li .ico img {
		-webkit-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		        transform: scale(0.8);
	}
		
	#approach:before {
		height: 50px;
		bottom: -49px;
	}

	#enrol .section {
		padding-top: 100px;
		padding-bottom: 146px;
	}

	#enrol .linkBtn {
		font-size: 22px;
	}

	#footer .top .links {
		margin-left: 0;
	}

	#footer .top .contacts {
		width: 231px;
	}

	#footer .bottom {
		font-size: 15px;
	}

	.heading {
		font-size: 30px;
	}

	.linkBtn {
		font-size: 20px;
	}

}

/* Extra Small Screens */

@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}	

	#mainWrapper,
	body.scrolled #mainWrapper {
		padding-top: 0;
		transition: -webkit-transform .4s ease;
		-webkit-transition: -webkit-transform .4s ease;
		-o-transition: transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease, -webkit-transform .4s ease;
	}

	#header {
		position: static;
		border-top: 6px solid #cf328b;
	}

	#header .section,
	body.scrolled #header .section {
		height: auto;
		padding-top: 25px;
		padding-bottom: 18px;
	}	

	#header #navigation {
		display: none;
	}

	#header .icons {
		position: static;
		margin-bottom: 8px;
	}

	#header .icons li {
		margin: 0 2px 2px;
	}

	#header .logo, body.scrolled #header .logo {
		width: 232px;
		margin-bottom: 8px;
	}

	#header .options {
		position: static;
		width: 100%;
		max-width: 300px;
	}

	#header .options a {
		font-size: 19px;
	}

	.goog-te-gadget {
		margin-bottom: 20px;
	}

	#header .options {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.goog-te-gadget:hover {
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
	}

	.goog-te-gadget .goog-te-combo {
		font-size: 19px;
		padding-left: 55px;
		padding-right: 10px;
		width: auto;
	}

	.goog-te-gadget>div {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.goog-te-gadget .goog-te-combo option {
		text-align: left;
	}
	
	#content .section {
		padding-top: 33px;
	}

	#ageGroup {
		margin-top: 0;
	}

	#ageGroup .section .listing {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#ageGroup .section .listing li {
		margin: 0 10px 20px;
		width: 265px;
	}

	#ageGroup .section .listing li .desc {
		padding: 1px 10px 15px;
	}

	#ageGroup .section .listing li:nth-child(3n+2) {
		top: 0;
	}

	#slider {
		margin-bottom: 25px;
	}

	#slider:after,
	#banner:after	{
		height: 65px;
	}

	.imageText {
		display: block;
	}

	.imageText .image,
	.imageText.alt .image {
		margin: 0 auto 20px;
		font-size: 9.5px;
	}

	.imageText .text {
		width: 100%;
		text-align: center;
	}
	
	#ageGroup .section {
		padding-bottom: 1px;
	}

	#ageGroup .section .listing {
		display: block;
		margin: 0;
	}

	#ageGroup .section .listing li {
		width: 100%;
		border-radius: 50px;
		margin: 0 0 25px;
		padding: 10px 15px;
	}

	#ageGroup .section .listing li:last-child {
		margin-bottom: 0;
	}

	#ageGroup .section .listing li .image {
		max-width: 190px;
		margin: 0 auto 10px;
	}

	#ageGroup .section .listing li .desc {
		padding: 0;
	}

	#welcome .section {
		padding-top: 30px;
	}

	#features .listing {
		display: block;
	}

	#features .listing li {
		margin: 0 auto 20px;
		width: 250px;
	}

	#features .listing li .ico img {
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
	}

	
	#approach:before {
		height: 46px;
		bottom: -45px;
		background-size: 166% 100%;
	}

	#approach .section {
		padding-top: 40px;
	}

	.goog-te-gadget {
		height: 42px !important;
		margin-bottom: 8px;
	}

	#enrol .section {
		padding-top: 90px;
		padding-bottom: 139px;
	}

	#enrol {
		-webkit-animation-duration: 10s;
		        animation-duration: 10s;
	}

	#enrol .section {
		padding-bottom: 130px; 
	}

	#enrol .linkBtn {
		margin-top: 23px;
	}

	#footer {
		text-align: center;
	}

	#footer:before {
		width: 189px;
		height: 167px;
		margin-left: -94.5px;
		top: -85px;
	}

	#footer .top .section {
		padding-top: 150px;
	}

	#footer .top .bear {
		width: 150px;
		margin-left: -75px;
	}

	#footer .top .section {
		display: block;
		padding-bottom: 27px;
	}

	#footer .top .contacts {
		width: auto;
	}

	#footer .top .links {
		margin-bottom: 25px;
	}

	.heading {
		font-size: 26px;
	}

	.linkBtn {
		margin-left: auto;
		margin-right: auto;
	}

	
}

@media only screen and (max-width : 478px) { 

}

@media only screen and (max-width : 400px) { 

}