
/* Large Screens */

@media only screen and (max-width : 1480px) {
	.section.section-wide {
		max-width: 1170px;
	}

	#links {
		font-size: 16px;
		margin-left: -20px;
		margin-right: -20px;
	}

	#busses .boy {
		right: 0;
	}
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section,
	.section.section-wide {
		max-width: 970px;
	}

	#mainWrapper {
		padding-top: 174px;
		font-size: 16px;
	}

	#header .section {
		height: 175px;
	}

	#header #navigation ul li {
		margin-left: 17px;
	}

	#header .logo {
		width: 460px;
	}

	#header .contacts {
		bottom: 40px;
	}

	#header .socials {
		top: 59px;
	}

	.linkBtn {
		font-size: 16px;
	}

	#content:after,
	#busses:before, 
	#busses:after,
	#footer:before,
	#footer:after {
		background-size: 1250px 100%;
	}

	#slider .slides li .overlay {
		bottom: 13px;
	}

	#slider .slides .owl-dots {
		bottom: 0;
	}
	
	.dottedCircle {
		width: 300px;
	}

	.dottedCircle:before,
	.dottedCircle:after {
		border-width: 8px;
	}

	#intro .text {
		width: 600px;
	}

	#links {
		font-size: 13px;
		margin-left: 0;
		margin-right: 0;
	}

	#links .listing {
		margin-top: 48px;
		margin-bottom: -20px;
	}


	#busses .children {
		left: -8px;
		top: 43px;
		width: 210px;
	}

	#busses .bus {
		width: 312px;
	}

	#awards .image {
		margin-right: 0;
	}

	#awards .text {
		width: 596px;
	}
	
	#footer .contacts {
		margin-left: 90px;
	}

	#footer .logo {
		width: 250px;
		margin-left: -125px;
	}

	#footer .timings {
		margin-right: 90px;
	}

	#footer .girl {
		right: -30px;
	}

}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section,
	.section.section-wide {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#header #navigation ul li {
		margin-left: 12px;
	}

	#header .logo {
		width: 400px;
		margin-top: 28px;
	}

	#content .section {
		padding-bottom: 72px;
	}
	
	#content:after,
	#busses:before, 
	#busses:after,
	#footer:before {
		height: 60px;
	}

	#busses:before,
	#footer:before {
		top: -59px;
	}
	
	#busses:after {
		bottom: -59px;
	}

	.dottedCircle {
		width: 220px;
	}

	.dottedCircle::before, 
	.dottedCircle::after {
		border-width: 6px;
	}

	#intro .text {
		width: 440px;
	}

	#intro .image {
		margin-top: 40px;
	}

	#content .section {
		padding-top: 72px;
	}

	.heading {
		font-size: 30px;
	}

	#links {
		font-size: 9px;
	}

	#links .listing {
		margin-top: 29px;
	}
	
	#busses {
		margin-bottom: 60px;
	}

	#busses .text {
		margin-left: auto;
		margin-right: auto;
	}

	#busses .bus {
		width: 170px;
		top: 96px;
	}

	#awards .section {
		padding-bottom: 70px;
	}

	#awards .text {
		width: 447px;
	}

	#footer .section {
		padding-top: 120px;
	}

	#footer .inner {
		padding-bottom: 45px;
	}

	#footer .timings {
		margin-top: 0;
	}

	#footer .logo {
		top: 0;
		width: 300px;
		margin-left: -150px;
	}

	#footer .copyright {
		font-size: 13px;
		padding-left: 25px;
	}

}

/* 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;
		transition: transform .4s ease,-webkit-transform .4s ease;
	}

	#header {
		position: relative;
		border-top: 30px solid #29aae2;
		border-bottom: 5px solid #29aae2;
		-webkit-filter: none;
		        filter: none;
	}

	#header .section,
	body.scrolled #header .section {
		height: auto;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#header .logo,
	body.scrolled #header .logo {
		display: block;
		position: static;
		margin: 0 auto 8px;
		width: 270px;
	}

	#header .loginBtn {
		position: static;
		margin: 0;
	}

	#header #navigation {
		display: none;
	}

	#header .contacts {
		position: static;
		text-align: center;
		margin-bottom: 8px;
	}

	#header .socials {
		right: 10px;
		top: -26px;
		-webkit-filter: brightness(0) invert(1);
		        filter: brightness(0) invert(1);
	}

	body.scrolled #header .contacts {
		opacity: 1;
		visibility: visible;
	}

	#slider .slides li .overlay {
		display: none;
	}

	#slider .slides .owl-dots .owl-dot {
		margin-left: 3px;
		margin-right: 3px;
		width: 12px;
		height: 12px;
	}
	
	#content .section {
		padding-bottom: 45px;
	}

	#intro {
		display: block;
		margin-top: 35px;
	}

	#intro .text {
		margin-left: 0;
		width: auto;
		text-align: center;
	}

	#intro .image {
		margin: 0 auto 35px;
	}

	#content::after {
		height: 44px;
	}
	
	#content .section {
		padding-top: 45px;
	}

	.heading {
		font-size: 27px;
	}

	#links {
		font-size: 12px;
	}

	#links .listing {
		display: block;
		margin-top: 60px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	#links .listing li {
		width: auto;
		margin-bottom: 30px;
	}

	#links .listing li:last-child {
		margin-bottom: 0;
	}

	#links .listing li a {
		height: 100px;
	}

	#busses .bus {
		display: block;
		position: static;
		margin: 0 auto 30px;
		width: 230px;
	}

	#busses .text {
		width: auto;
	}

	#busses .children {
		position: static;
		display: block;
		margin: 20px auto 0;
		width: 160px;
	}

	#busses .boy {
		right: 5vw;
		top: 50px;
		width: 90px;
	}

	#links .listing li.three a:before {
		width: 2.3em;
		top: -19px;
	}
	
	#awards .section {
		display: block;
		padding-bottom: 60px;
	}

	#awards .text {
		width: auto;
		text-align: center;
	}

	#awards .image {
		margin: 0 auto 35px;
	}

	#footer .section {
		padding-top: 40px;
		padding-bottom: 15px;
	}

	#footer .logo {
		position: static;
		display: block;
		margin: 0 auto 30px;
		width: 270px;
	}

	#footer .inner {
		display: block;
		padding-bottom: 177px;
	}

	#footer .contacts,
	#footer .timings {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	#footer:after {
		background-size: 2500px 100%;
		height: 100px;
	}

	#footer .copyright {
		padding-left: 0;
	}

	#footer .girl {
		right: 27vw;
		bottom: 58px;
  		width: 94px;
	}

	#footer .boy {
		left: 26vw;
		bottom: 60px;
		width: 62px;
	}
}

@media only screen and (max-width : 478px) { 

}

@media only screen and (max-width : 400px) { 
	
}