@import url(https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900,1000);

* {
	font-family: Lato;
	font-size: 16px;
}

body {
	background-color: #ffffff;
	overflow-x: hidden;
}

.logo {
	display: block;
	margin: 20px auto;
	max-width: 100%;
	padding: 0 20px;
	max-width: 100%;
	max-height: 109px;
}

header {
	width: 100%;
	position: absolute;
	background-color: #fff;
	z-index: 99999;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fade-in {
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}

.fade-in.one {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	animation-delay: 0s;
}

a {
	text-decoration: none !important;
	outline: none !important;
}

.fancybox-container {
	z-index: 999993 !important;
}

p {
	font-size: 16px;
}

.container-fluid {
	padding: 0;
}

.full-img {
	width: 100%;
}

.no-padding {
	padding: 0;
}

.ps-relative {
	position: relative !important;
}

.read-more {
	display: inline;
}

.read-more:hover,
.read-more:focus {
	text-decoration: none;
}

.read-more:before {
	content: 'read more';
}

.read-more.active:before {
	content: 'back to top';
}

.last-text {
	display: inline;
}

.more-text {
	margin-top: 20px;
}

#myNavbar {
	padding: 0 !important;
}

.fixedr {
	position: fixed;
	right: 0;
	z-index: 1000;
	bottom: 100px;
	display: none;
}

.collapse {
	display: block;
	margin: 0 auto;
}

.navbar-default {
	background: url('../images/long-menu-bg.png');
	border-color: none;
	border: none;
	position: absolute;
	width: 100%;
	border-radius: 0;
}

.navbar-nav>li {
	padding: 8px 0;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	text-align: center;
	margin-left: 3px;
	margin-right: 3px;
	outline: none !important;
	cursor: pointer;
}

.navbar-default .navbar-nav>li ul {
	position: absolute;
	left: calc(50% - 130px);
	top: 65px;
	padding: 0;
	list-style: none;
	min-width: 260px;
	height: 0px;
	overflow: hidden;
	-webkit-transition: height 0.3s linear;
	-moz-transition: height 0.3s linear;
	transition: height 0.3s linear;
	z-index: 1;
	border-radius: 3px;
	text-align: center;
	background: transparent url("../images/dropdown-bg.png") repeat scroll top center/cover;
}

.navbar-default .navbar-nav>li ul li:first-child:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 1px;
	border: 15px solid transparent;
	border-width: 15px 10px;
	border-bottom-color: #000937;
	left: 50%;
	top: -14px;
	margin-left: -10px;
}

.navbar-default .navbar-nav>li ul li:first-child {
	padding-top: 15px;
}

.navbar-default .navbar-nav>li ul li:first-child a {
	border-radius: 3px 3px 0 0;
	background: #000937;
}

.navbar-default .navbar-nav>li ul li::after {
	content: url('../images/menu-line.png');
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
}

.navbar-default .navbar-nav>li ul li:last-child {
	margin-bottom: 15px;
}

.navbar-default .navbar-nav>li ul li:last-child a {
	border-radius: 0 0 3px 3px;
}

.navbar-default .navbar-nav>li ul li:hover,
.navbar-default .navbar-nav>li ul li:focus,
.navbar-default .navbar-nav>li ul li.active {}

.navbar-default .navbar-nav>li.opened#curriculum>ul {
	height: auto;
}

.navbar-default .navbar-nav>li.opened#about>ul {
	height: 277px !important;
}

.navbar-default .navbar-nav>li ul li {
	position: relative;
}

.navbar-default .navbar-nav>li ul li a {
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	text-decoration: none !important;
	outline: none !important;
	padding: 15px 10px;
	text-transform: uppercase;
	display: block !important;
}

.navbar-default .navbar-nav>li ul li a.active,
.navbar-default .navbar-nav>li ul li a:hover,
.navbar-default .navbar-nav>li ul li a:focus {
	color: #ff9900;
	font-weight: bold;
}

.navbar-default .navbar-nav li a:hover {
	color: #ff9900;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #ff9900;
	background-color: transparent;
}

.navbar-collapse ul li a.active {
	color: #ff9900;
}

.affix {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	position: fixed !important;
	background: url('../images/long-menu-bg.png');
	z-index: 10000;
	border: none;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
}

.affix+.wrap {
	padding-top: 1000px;
}

.row-eq-height,
.row-eq-height-sm {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.navbar-anchor {
	display: none;
	height: 66px;
	visibility: hidden;
}

::-webkit-input-placeholder {}

::-moz-placeholder {}

:-ms-input-placeholder {}

:-moz-placeholder {}

.preview {
	width: 360px;
	height: 90px;
	position: absolute;
	top: -10px;
	left: -90px;
	z-index: 100;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
	background-color: rgba(46, 56, 82, 0.8);
}

.preview img {
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 90px;
	object-fit: cover;
}

.preview .alt {
	position: absolute;
	right: 90px;
	top: 0;
	width: 180px;
	height: 90px;
	color: #fff;
	text-indent: 0;
	text-align: center;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.flex-next .preview {
	right: -50px;
	left: auto;
}

.flex-next .preview img {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	object-fit: cover;
}

.flex-next .preview .alt {
	left: 90px;
}

.preview .alt .alt-wrapper {
	display: table;
	height: 90px;
	width: 100%;
}

.preview .alt .alt-wrapper .alt-text {
	display: table-cell;
	height: 90px;
	vertical-align: middle;
	width: 100%;
}

.flex-prev:hover .preview {
	left: 0;
	opacity: 1;
}

.flex-next:hover .preview {
	right: 0;
	opacity: 1;
}

.flexslider {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

.flex-direction-nav {
	height: 90px;
	width: 100%;
	position: absolute;
	top: calc(50% + 50px);
	left: 0 margin:-50px 0 0;
	z-index: 999;
}

.flex-direction-nav li {
	overflow: visible;
}

.flex-direction-nav a {
	overflow: visible;
	width: 70px;
	height: 70px;
	margin: 0;
	opacity: 1;
	top: 0;
	color: transparent;
	text-shadow: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.flexslider .flex-direction-nav:hover a {
	opacity: 1;
}

.flex-direction-nav .arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	z-index: 200;
	background-color: #fff;
}

.flex-direction-nav a.flex-next .arrow::before {
	content: '\f105';
	font-family: FontAwesome;
	color: #000937;
	font-size: 50px;
	line-height: 70px;
}

.flex-direction-nav a.flex-prev .arrow::before {
	content: '\f104';
	font-family: FontAwesome;
	color: #000937;
	font-size: 50px;
	line-height: 70px;
}

.flex-direction-nav .flex-prev {
	left: 0px;
	text-align: center;
}

.flex-direction-nav .flex-next {
	right: 0px;
	text-align: center;
}

.flexslider:hover .flex-prev {
	left: 0;
	opacity: 1
}

.flexslider:hover .flex-next {
	right: 0;
	opacity: 1
}

.flexslider:hover .flex-prev:hover .arrow {
	left: 0;
	background-position: 5px -95px;
	background-color: #fff;
}

.flexslider:hover .flex-next:hover .arrow {
	right: 0;
	background-position: -75px -95px;
	opacity: 1;
	background-color: #fff;
}

.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {
	background-color: #fff;
	opacity: 1;
}

#myCarousel {
	position: relative;
	z-index: 1;
}

.flexslider>ul>li>img,
.flexslider>ul>li>a>img {
	margin-top: 215px;
}

#myCarousel .carousel-indicators {
	width: 100%;
	left: 0;
	margin-left: 0;
	margin-bottom: 0;
	overflow: hidden;
}

#myCarousel .carousel-indicators li {
	height: 12px;
	width: 12px;
	display: inline-block;
	border-radius: 100%;
	cursor: pointer;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	background-color: #ccc;
}

#myCarousel .carousel-indicators li.active {
	background-color: #016699;
}

#myCarousel #arrows {
	position: absolute;
	top: calc(50% + 57px);
	left: 0;
	width: 100%;
}

#myCarousel #arrows a {
	display: inline-block;
	height: 60px;
	width: 60px;
	position: absolute;
}

#myCarousel #arrows a.right {
	right: 0;
}

#myCarousel #arrows a.left {
	left: 0;
}

#myCarousel #arrows a.left::before {
	content: url('../images/banner-arrows/left.png');
}

#myCarousel #arrows a.right::before {
	content: url('../images/banner-arrows/right.png');
}

#myCarousel #arrows a.left:hover::before {
	content: url('../images/banner-arrows/left-active.png');
}

#myCarousel #arrows a.right:hover::before {
	content: url('../images/banner-arrows/right-active.png');
}

.curriculum {
	/*background-image:url(../images/afterbanner/bg.jpg);*/
	background: #fff;
	text-align: center;
}

.curriculum .curriculum-title {
	font-weight: bold;
	padding-bottom: 30px;
	font-size: 18px;
	line-height: 1.3;
}

.curriculum h1 {
	color: #016699;
	padding: 60px 0;
	font-weight: bolder;
	text-align: center;
	margin: 0;
}

/*.curriculum .row .col-md-4:nth-child(2){background-color:#fff;}
.curriculum .row:nth-child(2) .col-md-4 img{padding:15px 0;}
.curriculum .row:nth-child(2) .col-md-4{padding-bottom:50px;}*/
.curriculum p {
	margin: 0 auto;
	width: 100%;
	max-width: 395px;
	padding: 0 10px;
}

.curriculum h3 {
	color: #0061AA;
	text-align: center;
}

.curriculum .box img {
	max-width: 255px;
}

.calender {
	background-image: url(../images/afterbanner/calenderbg.png);
	background-size: cover;
}

.calender .parallax-1 {
	padding: 50px 0;
}

.calender h1 {
	text-align: center;
	color: #fff;
	font-weight: bolder;
	margin: 0;
}

.calender .table {
	table-layout: fixed;
}

.calender .table-responsive tr th {
	text-align: center;
	background-color: #ff9900;
	font-weight: bolder;
	border: none;
}

.calender .table tr td:nth-child(1) {
	border-right: 2px solid #d2d2d2;
}

.calender .table tr td {
	text-align: center;
}

.calender .table-responsive tr:nth-of-type(even) {
	background-color: #e2dfdf;
}

.calender .table-responsive tr:nth-of-type(odd) {
	background-color: #fff;
}

.calender .owl-buttons div {
	background-color: transparent;
	position: absolute;
}

#calender-slider .owl-nav {
	position: absolute;
	top: calc(50% - 22px);
	width: 100%;
}

#calender-slider .owl-prev {
	position: absolute;
	left: 0px;
	color: #fff;
}

#calender-slider .owl-next {
	position: absolute;
	right: 0px;
	color: #fff;
}

#view-calendar {
	background-color: #628cff;
	border: none;
	letter-spacing: 1px;
	padding: 10px 0;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	width: 175px;
	text-align: center;
	border-radius: 4px;
}

#view-calendar:hover,
#view-calendar:focus {
	background-color: #999;
}

.owl-carousel .owl-item img {
	width: auto !important;
}

.whymahsa {
	width: 100%;
	float: left;
	overflow-x: hidden;
}

/*.whymahsa .col-md-6:nth-child(1) {*/
/*	background-image: url(../images/1.png);*/
/*	background-size: cover;*/
/*	background-repeat: no-repeat;*/
/*	background-position: center;*/
/*}*/
.whymahsa .col-md-6:nth-child(1) {
	background-image: url(../images/why_choose_mahsa.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.whymahsa .col-md-6:nth-child(2) {
	padding: 50px;
	background-color: #333366;
}

.whymahsa h1 {
	color: #ff9900;
	letter-spacing: 2px;
	margin: 0;
	font-weight: bold;
}

.whymahsa ul {
	color: #fff;
	list-style: none;
	padding-left: 20px;
}

.whymahsa ul li {
	position: relative;
	padding-right: 20px;
	margin-bottom: 5px;
}

.whymahsa ul li::after {
	content: "•";
	position: absolute;
	top: 0;
	left: -20px;
}

.whymahsa button.btn {
	border-radius: 0;
	background-color: #3399cc;
	color: #fff;
	border: none;
	padding: 15px 50px;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
}

.whymahsa button.btn:hover {
	background-color: #999999;
}

.facilities {
	margin-bottom: 100px;
	background-color: #fff;
}

.facility-bg {
	background-image: url(../images/afterbanner/facility-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	min-height: 200px;
	padding: 50px 0;
}

.facilities .owl-carousel {
	padding: 0 50px;
}

.facilities .owl-carousel .owl-item {
	padding: 0 10px;
}

.facilities .owl-buttons div {
	background-color: transparent;
	position: absolute;
}

.facilities .owl-nav {
	position: absolute;
	top: calc(50% - 29px);
	width: calc(100% - 100px);
	color: #fff;
}

.facilities .owl-prev {
	position: absolute;
	left: -35px;
	opacity: 0.5;
}

.facilities .owl-next {
	position: absolute;
	right: -35px;
	opacity: 0.5;
}

.facilities .owl-prev:hover,
.facilities .owl-next:hover {
	opacity: 1;
}

.facilities p {
	text-align: center;
}

.facilities h1 {
	color: #006699;
	font-weight: bolder;
	text-align: center;
	margin: 0;
	margin-top: 50px;
}

.facilities .fbox {
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	margin: 10px;
	padding: 50px 0;
}

img.hover-active {
	display: none !important;
}

.facilities .fbox:hover {
	color: #333;
}

.facilities .fbox:hover img {
	display: none;
}

.facilities .fbox:hover img.hover-active {
	display: block !important;
}

.facilities .fbox img {
	margin-bottom: 50px;
}

.facilities .fbox#f1:hover {
	background-image: none !important;
	box-shadow: 0px 0px 5px #888888;
}

.facilities .fbox#f1:hover button {
	color: #fff;
	background-color: #33ca98;
}

.facilities .fbox#f2:hover {
	background-image: none !important;
	box-shadow: 0px 0px 5px #888888;
}

.facilities .fbox#f2:hover button {
	color: #fff;
	background-color: #3366cc;
}

.facilities .fbox#f3:hover {
	background-image: none !important;
	box-shadow: 0px 0px 5px #888888;
}

.facilities .fbox#f3:hover button {
	color: #fff;
	background-color: #f9c764;
}

.facilities .fbox#f4:hover {
	background-image: none !important;
	box-shadow: 0px 0px 5px #888888;
}

.facilities .fbox#f4:hover button {
	color: #fff;
	background-color: #26d2d3;
}

.facilities .fbox#f5:hover {
	background-image: none !important;
	box-shadow: 0px 0px 5px #888888;
}

.facilities .fbox#f5:hover button {
	color: #fff;
	background-color: #cb3333;
}

.facilities button.btn {
	border-radius: 0;
	background-color: #fff;
	color: #333;
	border: none;
	display: block;
	margin: 0 auto;
	padding: 10px 50px;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
}

.enroll {
	text-align: center;
}

.enroll-bg {
	position: relative;
	height: 840px;
}

.enroll h1 {
	color: #006699;
	margin: 0;
	font-weight: bolder;
	text-align: center;
	padding: 43px 0;
}

.enroll button {
	background-color: #628cff;
	border: none;
	letter-spacing: 1px;
	padding: 10px 30px;
	color: #fff;
	margin-bottom: 50px;
}

.enroll button:hover {
	background-color: #999999;
	color: #fff;
}

.accreditations {
	padding: 100px 0;
}

.accreditations h1 {
	color: #016699;
	margin: 0;
	font-weight: bolder;
}

.box img {
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
}

.view-more {
	text-align: center;
	font-size: 20px;
	position: absolute;
	color: #fff;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	opacity: 0;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
}

.box:hover img {
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
}

.box:hover .view-more {
	opacity: 1;
}

footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	float: left;
	width: 100%;
	padding: 15px 0;
}

footer p {
	font-size: 12px !important;
	line-height: 1.5 !important;
	margin-bottom: 0 !important;
}

footer span {
	font-size: 11px;
	color: #999;
}

footer a {
	color: #999999;
	font-size: 11px;
}

footer a:hover {
	text-decoration: none;
	color: #fff;
}

footer img {
	cursor: pointer;
	margin-bottom: 5px;
}

footer img:hover {
	opacity: 0.5;
}

footer .footsocial {
	display: block;
	margin: 0 auto;
	width: 270px;
}

footer .footsocial .box {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

footer .footsocial a {
	height: 30px;
	width: 30px;
	position: relative;
	border-radius: 50%;
	border: 1px solid #fff;
	display: block;
	margin: 0 auto;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
}

footer i {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 14px !important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
}

footer .footsocial a#facebook:hover {
	background-color: #3b5998;
	border: 1px solid #3b5998;
}

footer .footsocial a#instagram:hover {
	background-color: #923ac2;
	border: 1px solid #923ac2;
}

footer .footsocial a#twitter:hover {
	background-color: #36b9ff;
	border: 1px solid #36b9ff;
}

footer .footsocial a#linkedin:hover {
	background-color: #007bb6;
	border: 1px solid #007bb6;
}

footer .footsocial a#youtube:hover {
	background-color: #cf2200;
	border: 1px solid #cf2200;
}

footer #floating-icon {
	position: fixed;
	right: 18px;
	bottom: 107px;
	border-radius: 100%;
	z-index: 9999;
	opacity: 0;
}

footer #floating-icon a {
	height: 80px;
	width: 80px;
	display: block;
}

footer #floating-icon a:before,
footer #floating-icon a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	transition: all ease 0.8s;
	height: 80px;
	width: 80px;
}

footer #floating-icon a:before {
	/*background: url('../images/ICO032420.png') center center / 100% 100%;*/
	background: url('../images/whatsappfront.png') center center / 100% 100%;
}

footer #floating-icon a:after {
	opacity: 0;
	/*background: url('../images/ICO032420-2.png') center center / 100% 100%;*/
	background: url('../images/whatsappback.png') center center / 100% 100%;
}

footer #floating-icon a:hover:before {
	opacity: 0;
}

footer #floating-icon a:hover:after {
	opacity: 1;
}

footer #floating-icon.button-visible {
	opacity: 1;
}

footer #floating-icon .ripple,
footer #floating-icon .ripple::before,
footer #floating-icon .ripple::after {
	position: absolute;
	top: 0;
	right: 0;
	height: 80px;
	width: 80px;
	z-index: -1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	/*-webkit-box-shadow: 0 0 0 0 rgba(240, 14, 98, .3);
    -moz-box-shadow: 0 0 0 0 rgba(240, 14, 98, .3);
    -ms-box-shadow: 0 0 0 0 rgba(240, 14, 98, .3);
    -o-box-shadow: 0 0 0 0 rgba(240, 14, 98, .3);
    box-shadow: 0 0 0 0 rgba(240, 14, 98, .3);*/

	-webkit-box-shadow: 0 0 0 0 rgba(52, 183, 241, .3);
	-moz-box-shadow: 0 0 0 0 rgba(52, 183, 241, .3);
	-ms-box-shadow: 0 0 0 0 rgba(52, 183, 241, .3);
	-o-box-shadow: 0 0 0 0 rgba(52, 183, 241, .3);
	box-shadow: 0 0 0 0 rgba(52, 183, 241, .3);

	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

footer #floating-icon .ripple::before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	top: 0;
}

footer #floating-icon .ripple::after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	top: 0;
}

.about p {
	color: #666666;
	line-height: 30px;
	margin-bottom: 30px;
	font-size: 18px;
}

.about h1 {
	margin-top: 0;
	font-weight: bolder;
	margin-bottom: 30px;
	letter-spacing: 3px;
}

.about-intro h1 {
	color: #006699;
}

.about-intro {
	padding: 100px 0;
}

.about-mission h1 {
	color: #ff9900;
	text-align: center;
}

.about-mission p {
	text-align: center;
	color: #cccccc;
}

.about-mission {
	background-image: url(../images/about/mission-bg-1.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.about-mission .parallax-2 {
	padding: 50px 0;
}

.about-mission .owl-theme .owl-controls .owl-page.active span {
	background-color: #ff9900;
}

.about-mission .owl-theme .owl-controls .owl-page span {
	background-color: #cccccc;
}

.about-principal {
	padding: 70px 0 80px;
}

.about-principal h1 {
	color: #006699;
	text-align: center;
	margin-bottom: 50px;
}

.people-box {
	max-width: 850px;
	margin: 0 auto;
	box-shadow: 4px -1px 8px rgba(153, 153, 153, 0.38);
}

.about-our-people {
	padding: 90px 0 0;
}

.about-our-people h1 {
	color: #006699;
	text-align: center;
	margin-bottom: 22px;
}

.about-our-people .nav-tabs {
	border: none;
	width: 100%;
	text-align: center;
}

.about-our-people .nav-tabs li {
	float: none;
	display: inline-block;
	color: #666;
}

.about-our-people .nav-tabs li:hover a {
	background-color: transparent;
	border: none;
	color: #006699;
}

.about-our-people .nav-tabs li a {
	text-align: center;
	color: #666;
	border: none;
	letter-spacing: 1px;
	font-size: 18px;
}

.about-our-people .nav-tabs>li.active>a,
.about-our-people .nav-tabs>li.active>a:hover,
.about-our-people .nav-tabs>li.active>a:focus {
	background-color: transparent;
	color: #006699;
	border: none;
}

.about-our-people .tab-content {
	margin-top: 35px;
}

.about-our-people .tab-content .col-md-6 {
	background-color: #fff;
}

.about-our-people .tab-content .about-box {
	padding: 30px 15px 15px;
}

.about-our-people .tab-content .about-box span {
	color: #006699;
	margin-left: 10px;
	font-size: 18px;
}

.about-our-people .tab-content .about-box img {
	margin-top: -5px;
}

.about-our-people .tab-content .about-box p {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #999;
}

.about-our-people .tab-content .nursery1 {
	background-image: url(../images/about/1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.about-our-people .tab-content .nursery2 {
	background-image: url(../images/about/2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#upper-content {
	position: relative;
	padding: 13px 0 43px;
}

#upper-content::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url('../images/about/kids.jpg') center/cover;
	z-index: -1;
}

#upper-content h2 {
	font-weight: bold;
	line-height: 48px;
	margin-top: 0;
}

#upper-content .introduction {
	color: #666;
	font-size: 18px;
}

#upper-content .introduction h2 {
	color: #006699;
}

#upper-content .introduction p {
	margin: 30px auto 0;
	padding-right: 50px;
}

#upper-content .introduction ul {
	margin: 0 auto;
	padding-right: 50px;
	padding-left: 0;
	font-size: 18px;
	list-style: none;
}

#upper-content .introduction ul li {
	position: relative;
	padding-left: 25px;
}

#upper-content .introduction ul li::before {
	content: "•";
	color: #1371a0;
	position: absolute;
	left: 0;
}

#upper-content ul li {
	padding-top: 30px;
	font-size: 18px;
	line-height: 30px;
}

#upper-content img {
	display: none;
}

#bottom-content {
	position: relative;
	padding: 40px 0;
}

#bottom-content::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: url('../images/about/yellow.jpg') center/cover;
	z-index: -1;
}

#bottom-content::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url('../images/about/violet-bg.jpg') center/cover;
	z-index: -1;
}

#bottom-content h2 {
	color: #ff9900;
	font-weight: bold;
	margin-top: 0;
}

#bottom-content .row>div:first-child h2 {
	color: #fff;
}

#bottom-content .row>div:last-child {
	padding-left: 55px;
}

#objectives-carousel {
	margin-top: 25px;
}

#bottom-content p {
	color: #ccc;
	line-height: 24px;
}

#bottom-content .mission-text {
	display: table;
	height: 415px;
}

#bottom-content .mission-text div {
	display: table-cell;
	vertical-align: middle;
}

#bottom-content .row>div:last-child p {
	margin: 0;
}

#objectives-carousel .owl-nav {
	text-align: right;
}

#objectives-carousel p {
	margin-bottom: 25px;
	max-width: 460px;
	float: right;
	color: #333;
	position: relative;
}

#objectives-carousel p::before {
	content: "•";
	padding-right: 10px;
}

#objectives-carousel .owl-nav>div {
	background: transparent !important;
	font-size: 45px;
	padding: 0 5px;
	margin: 0;
	color: #333;
	opacity: 1;
	line-height: 25px;
	display: inline-block;
}

/*section#why-choose {*/
/*	background-image: url(../images/about/newbanner2.jpg);*/
/*	background-size: cover;*/
/*	background-repeat: no-repeat;*/
/*	padding: 60px 15px;*/
/*}*/
section#why-choose {
	background-image: url(../images/curriculum/cambridgeuppersecondary_keystage4_img.webp);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 15px;
}

section#why-choose>div {
	max-width: calc(100% - 30px);
}

section#why-choose h2 {
	font-weight: bold;
	color: #1371a0;
	margin: 0;
	letter-spacing: 1px;
}

section#why-choose ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

section#why-choose ul li {
	position: relative;
	list-style-type: none;
	padding-bottom: 15px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

section#why-choose ul li::before {
	content: "•";
	color: #1371a0;
	position: absolute;
	left: -20px;
	width: 36px;
	height: 43px;
}

ul.new-yellow-bullet li {
	position: relative;
	list-style-type: none;
	text-align: left;
	margin-left: 0px;
}

ul.new-yellow-bullet li::before {
	content: "•";
	color: #ff9900;
	position: absolute;
	left: -20px;
	width: 36px;
	height: 43px;
}

.new-download .col-md-4:nth-child(1) div {
	display: block;
	margin: 0 auto;
	width: 100%;
	float: left;
	padding: 15px;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
}

.new-download .col-md-4:nth-child(1):hover div {}

.curriculum ul {
	list-style-type: none;
	cursor: pointer;
	position: absolute;
	z-index: 1000;
	top: 430px;
	left: 50px;
}

.curriculum ul li {
	text-align: center;
	outline: none;
}

.curriculum ul li a {
	text-decoration: none;
	outline: none;
}

.curriculum ul li a img {
	filter: grayscale(100%);
}

.curriculum ul li h1 {
	font-size: 15pt;
	color: #006699;
	font-weight: lighter;
}

.curriculum-row1 {
	background-image: url(../images/curriculum/row1-bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.curriculum-row1 h1 {
	font-size: 35pt;
	text-shadow: 1px 1px #666666;
	letter-spacing: 1px;
}

.curriculum-row1 p {
	font-size: 15pt;
	text-shadow: 1px 1px #666666;
	font-weight: 300;
	letter-spacing: 1px;
}

.curriculum-row2 {
	background-image: url(../images/curriculum/row2-bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	padding-top: 2%;
}

.curriculum-row2 img {
	float: left;
	padding-right: 2%;
	margin-left: 20%;
	margin-right: auto;
}

.curriculum-content {
	text-align: left;
}

.curriculum-content h1 {
	font-size: 15pt;
	color: #006699;
	letter-spacing: 1px;
}

.curriculum-content p {
	/*color:#999999;*/
	line-height: 170%;
}

.ui-tabs.ui-tabs-sideways .ui-tabs-nav li.ui-tabs-active {
	background-color: none;
}

.ui-tabs.ui-tabs-sideways .ui-tabs-nav li.ui-tabs-active h1 {
	font-weight: bold;
}

.ui-tabs.ui-tabs-sideways .ui-tabs-nav li.ui-tabs-active img {
	filter: grayscale(0);
}

.facilities-row1 {
	background-image: url(../images/curriculum/row1-bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.facilities-row1 h1 {
	font-size: 35pt;
	text-shadow: 1px 1px #666666;
	letter-spacing: 1px;
}

.facilities-row1 p {
	font-size: 15pt;
	text-shadow: 1px 1px #666666;
	font-weight: 300;
	letter-spacing: 1px;
}

.facilities-row2 {
	background-image: url(../images/curriculum/row2-bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	padding-top: 3%;
}

.facilities-row2 h1 {
	font-size: 14pt;
	color: #333366;
}

.facilities-row2 p {
	font-size: 11pt;
	color: #999999;
}

.event-box {
	width: 356px;
	height: 266px;
}

.event-card-sports {
	position: relative;
	background-image: url(../images/events/2.png);
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.event-card-young {
	position: relative;
	background-image: url(../images/events/3.png);
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.event-card-inter {
	position: relative;
	background-image: url(../images/events/4.png);
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.event-card-art {
	position: relative;
	background-image: url(../images/events/5.png);
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.event-card-motivational {
	position: relative;
	background-image: url(../images/events/6.png);
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.event-card-excellence {
	position: relative;
	background-image: url(../images/events/7.png);
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.event-label h1 {
	color: #fff;
	font-size: 14pt;
	font-weight: 300;
	letter-spacing: 1px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 5% 0;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.event-card {
	float: left;
	background-color: #fff;
	margin-left: 10px;
	padding: 3%;
	border: 1px solid rgba(102, 102, 102, 0.5);
	height: 266px;
	width: 150px;
}

.event-card p b {
	color: #333;
}

.event-card p {
	color: #999999;
	padding-bottom: 3%;
	border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}

.event-btn {
	border-radius: 0;
	background-color: #006699;
	color: #fff;
	font-size: 10pt;
}

.event-btn:hover {
	background-color: #fff;
	color: #006699;
	border: 1px solid #006699;
}

.contact h1 {
	color: #333366;
	font-size: 15pt;
	text-align: left;
	padding-bottom: 3%;
	width: 15%;
	border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}

.contact-btn {
	background-color: #333366;
	color: #fff;
	float: right;
	border-radius: 0;
	padding-left: 5%;
	padding-right: 5%;
}

.enquire-now {
	position: fixed;
	z-index: 99;
	bottom: 210px;
	right: 25px;
	width: 74px;
	height: 74px;
	opacity: 0;
}

.enquire-now.button-visible {
	opacity: 1;
}

.enquire-now .enquire-now-btn {
	background: #660066;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .1);
	-moz-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .1);
	-ms-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .1);
	-o-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .1);
	box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .1);
	-webkit-transform-origin: center;
	transform-origin: center;
	position: relative;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 13px;
	color: #fff;
	z-index: 1;
	display: block;
}

.enquire-now .ripple,
.enquire-now .ripple:before,
.enquire-now .ripple:after {
	position: absolute;
	top: 0;
	height: 80px;
	width: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(102, 0, 102, .3);
	-moz-box-shadow: 0 0 0 0 rgba(102, 0, 102, .3);
	-ms-box-shadow: 0 0 0 0 rgba(102, 0, 102, .3);
	-o-box-shadow: 0 0 0 0 rgba(102, 0, 102, .3);
	box-shadow: 0 0 0 0 rgba(102, 0, 102, .3);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.enquire-now .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	top: 0
}

.enquire-now .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	top: 0
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 50px rgba(102, 0, 102, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(102, 0, 102, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 50px rgba(123, 1, 123, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(102, 0, 102, 0);
	}
}

.newbanner {
	background-image: url(../images/about/newbanner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 15px;
}

.newbanner h2 {
	color: #ff9900;
	font-weight: bolder;
	text-align: center;
}

.newbanner p {
	margin: 0 auto;
	margin-top: 30px;
	color: #cccccc;
	margin-bottom: 0;
	display: block;
}

.three-main-objectives {
	background-image: url(../images/about/newbanner1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 350px;
	position: relative;
}

.three-main-objectives h1 {
	position: absolute !important;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	padding: 0 15px;
}

ul.three-main-1 li {
	position: relative;
	list-style-type: none;
	color: #fff;
	padding-bottom: 15px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
}

ul.three-main-1 li:before {
	content: "";
	position: absolute;
	left: -60px;
	width: 36px;
	height: 43px;
	background-image: url(../images/about/three-main1.png);
}

ul.three-main-2 li {
	position: relative;
	list-style-type: none;
	color: #fff;
	padding-bottom: 15px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 30px;
}

ul.three-main-2 li:before {
	content: "";
	position: absolute;
	left: -60px;
	width: 37px;
	height: 37px;
	background-image: url(../images/about/three-main2.png);
}

ul.three-main-3 li {
	position: relative;
	list-style-type: none;
	color: #fff;
	padding-bottom: 15px;
	text-align: left;
	margin-left: 20px;
}

ul.three-main-3 li:before {
	content: "";
	position: absolute;
	left: -60px;
	width: 38px;
	height: 38px;
	background-image: url(../images/about/three-main3.png);
}

.spacer {
	height: 20px;
}

/*Youtube Videos*/
#ytube-videos {
	margin: 50px 0 40px;
	float: left;
	width: 100%;
}

#ytube-videos h1 {
	color: #006699;
	font-weight: bolder;
	margin: 0 0 50px;
}

#ytube-videos .vid-col a {
	display: block;
}

#ytube-videos .vid-col:hover img,
#ytube-videos .vid-col:focus img {
	transform: scale(1.1, 1.1) rotate(-3deg);
	-webkit-transform: scale(1.1, 1.1) rotate(-3deg);
	-moz-transform: scale(1.1, 1.1) rotate(-3deg);
}

#ytube-videos img {
	width: 100%;
	transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#ytube-videos .vid-details {
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 1px 13px #ccc;
}

#ytube-videos button {
	border-radius: 0;
	background-color: #ff9900;
	color: #fff;
	border: none;
	padding: 8px 20px;
	margin-top: 20px;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	display: inline-block;
}

#ytube-videos .vid-col:hover button,
.vid-col:focus button {
	background-color: #999 !important;
}

ul.submenu li a {
	font-size: 16px !important;
}

@media (min-width:1101px) {
	.navbar-default .navbar-nav>li#about:hover>ul {
		height: 247px;
	}

	.navbar-default .navbar-nav>li#curriculum:hover>ul,
	.navbar-default .navbar-nav>li#admissions:hover>ul {
		height: auto;
	}
}

@media only screen and (max-width:1023px) {

	.enquire-now {
		right: 10px;
		bottom: 185px;
	}

	footer #floating-icon {
		right: 2px;
		bottom: 90px;
	}
}

@media (min-width:1200px) {
	#events-scroller .owl-nav .owl-next {
		opacity: 0;
	}
}

@media (max-width:1199px) {
	#upper-content .introduction ul {
		padding-left: 0;
	}

	.spacer {
		height: 35px;
	}
}

@media (max-width:1100px) {
	.navbar-default {
		background: #000937;
	}

	.navbar-default .navbar-nav>li ul {
		top: 15px;
	}

	.navbar-nav>li {
		padding: 0;
	}

	.navbar-anchor {
		height: 50px;
	}

	#myCarousel {
		margin-top: 0;
	}

	.flexslider>ul>li>img,
	.flexslider>ul>li>a>img {
		margin-top: 199px;
	}

	.flex-direction-nav {
		top: calc(50% + 39px);
	}

	.navbar-header {
		float: none;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
		background-color: transparent !important;
	}

	.dropdown-wrapper,
	.dropdown-inner-wrapper {
		left: 0 !important;
		width: 100% !important;
	}

	.dropdown-inner-wrapper {
		background: url('../images/dropdown-bg-lrg.png');
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		overflow-x: hidden;
		min-width: 200px;
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}

	.navbar-nav>li {
		float: none;
		margin-bottom: 30px;
		padding-bottom: 5px;
	}

	.navbar-default .navbar-nav>li:not(.opened)::after {
		content: url('../images/menu-line.png');
		position: absolute;
		bottom: 0;
		left: calc(50% - 50px);
	}

	.navbar-default .navbar-nav>li ul {
		background: none;
		top: 0;
		position: relative;
		left: 0 !important;
	}

	.navbar-default .navbar-nav>li ul li:first-child {
		padding-top: 30px;
	}

	.navbar-default .navbar-nav>li ul li:first-child::before {
		top: 0;
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(46, 56, 82, 0.6);
	}

	.navbar-default .navbar-nav>li ul li a {
		background: rgba(46, 56, 82, 0.6);
	}

	.navbar-default .navbar-nav>li ul li:last-child a {
		padding-bottom: 30px;
	}

	.navbar-default .navbar-nav>li ul li:last-child::after {
		bottom: 15px;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#myNavbar {
		min-width: 260px;
		overflow-y: auto;
		height: 400px;
	}

	.navbar-default .navbar-nav>li ul {
		left: calc(50% - 130px);
	}

	.collapse.in {
		display: block !important;
	}

	section#why-choose ul li br {
		display: none;
	}
}

@media (max-width:991px) {
	#myCarousel img {
		height: auto;
		margin-top: 158px;
	}

	.curriculum h1 {
		margin: 0;
	}

	.curriculum .row:nth-child(2) .col-md-4 {
		margin: 0 auto;
		max-width: 460px;
		background-color: #fff;
	}

	.curriculum .row:nth-child(2) .col-md-4 img {
		padding-top: 0;
	}

	.whymahsa {
		text-align: center;
	}

	.whymahsa ul {
		text-align: left;
		max-width: 350px;
		margin: 0 auto;
		padding-left: 0;
	}

	.whymahsa ul li {
		padding-right: 0;
		padding-left: 20px;
	}

	.whymahsa ul li::after {
		right: auto;
		left: 0;
	}

	.about-intro img {
		margin-bottom: 50px;
	}

	.about-principal img {
		margin: 0 auto 30px;
	}

	.row-eq-height {
		display: block;
	}

	#upper-content {
		padding-bottom: 0;
	}

	#upper-content img {
		display: block;
		margin: 0 auto;
		max-width: 450px;
		width: 100%;
	}

	#upper-content::after,
	#bottom-content::before,
	#bottom-content::after {
		display: none;
	}

	#upper-content .container {
		width: 100%;
	}

	#upper-content .introduction p,
	#upper-content .introduction ul {
		padding: 0 55px;
	}

	#upper-content .introduction ul {
		margin-bottom: 50px;
	}

	#bottom-content {
		padding: 0;
	}

	#bottom-content .container {
		width: 100%;
	}

	#bottom-content .row>div:first-child {
		background: rgba(0, 0, 0, 0) url("../images/about/yellow.jpg") repeat scroll center center/cover;
		padding: 40px 15px;
		text-align: center;
	}

	#bottom-content .row>div:last-child {
		background: rgba(0, 0, 0, 0) url("../images/about/violet-bg.jpg") repeat scroll center center/cover;
		padding: 40px 15px;
		text-align: center;
	}

	#objectives-carousel p {
		float: none;
		margin: 25px auto;
	}

	#objectives-carousel .owl-nav {
		text-align: center;
	}

	.whymahsa .col-md-6:nth-child(1) {
		min-height: 398px;
	}

	#calender-slider .owl-nav {
		position: relative;
		text-align: center;
	}

	#calender-slider .owl-prev,
	#calender-slider .owl-next {
		left: auto;
		right: auto;
		top: auto;
		color: #fff;
		position: relative;
		display: inline-block;
		margin: 0 10px;
	}

	#bottom-content .mission-text {
		height: auto;
		padding-top: 35px;
	}
}

@media (min-width:768px) {
	.row-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}

	.col-height {
		display: table-cell;
		float: none;
		height: 100%;
	}

	.col-top {
		vertical-align: top;
	}

	.col-middle {
		vertical-align: middle;
	}

	.col-bottom {
		vertical-align: bottom;
	}
}

@media (max-width:768px) {
	.row-eq-height-sm {
		display: block;
	}

	.people-box {
		padding-top: 30px;
	}

	.people-box img {
		padding: 0 15px;
	}

	.about-our-people .tab-content .nursery1 {
		background-image: none;
	}

	.about-our-people .tab-content .nursery2 {
		background-image: none;
	}

	.accreditations {
		padding: 43px 0 50px;
	}

	.accreditations h1 {
		margin-bottom: 43px;
		text-align: center;
	}

	.accreditations img {
		margin: 0 auto;
	}

	.calender h1 {
		max-width: 300px;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.vid-col {
		max-width: 480px;
		margin: 0 auto;
	}
}

@media (max-width:679px) {
	.logo {
		max-width: 280px;
	}

	.flexslider>ul>li>img,
	.flexslider>ul>li>a>img {
		margin-top: 165px;
	}

	.flex-direction-nav .arrow,
	.flex-direction-nav a {
		height: 50px;
		width: 50px;
	}

	.flex-direction-nav {
		top: calc(50% + 54px);
	}

	.flex-direction-nav a.flex-prev .arrow::before,
	.flex-direction-nav a.flex-next .arrow::before {
		line-height: 50px !important;
	}

	.preview {
		opacity: 0 !important;
	}
}

@media (max-width:500px) {
	h1 {
		font-size: 25px !important;
	}

	#myCarousel .carousel-indicators li {
		font-size: 10px;
	}

	#myCarousel #arrows {
		display: none;
	}

	.event-box {
		width: 100%;
		height: 266px;
	}

	.calender .table {
		table-layout: auto;
	}

	.event-card {
		width: 100%;
		margin: 0 auto;
	}

	.preview {
		opacity: 0 !important;
	}

	section#why-choose h2 {
		font-size: 20px;
	}

	section#why-choose>div {
		padding: 30px !important;
	}
}

@media (max-width:459px) {
	.calender h1 {
		max-width: 220px;
	}

	.enroll h1 {
		margin: 0 auto;
		max-width: 200px;
	}

	.about-our-people .nav-tabs li {
		display: block;
	}

	.about-our-people .nav-tabs li:nth-child(even) {
		display: none;
	}

	#upper-content img {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}

	#upper-content .introduction p {
		padding: 0;
	}

	#upper-content .introduction ul {
		padding-left: 0 !important;
	}

	.hidden-xxs {
		display: none;
	}

	.curriculum p br {
		display: none;
	}

	footer p {
		max-width: 265px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:379px) {
	#myCarousel img {
		margin-top: 146px;
	}

	.facilities .owl-carousel {
		padding: 0;
	}

	.facilities .owl-nav {
		width: 100%;
	}

	.facilities .owl-prev {
		left: -12px;
	}

	.facilities .owl-next {
		right: -12px;
	}
}