 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
* {
	margin: 0;
	padding: 0;
	text-decoration: none
}
body {
	background: #555;
}
header {
	position: relative;
	width: 100%;
	background: #fff;
	box-shadow: 0px 6px 6px rgba(0,0,0,.1);
	margin-bottom: 14px;
	z-index: 20;
}
.logo {
	position: relative;
	z-index: 123;
	padding: 10px;
	color: #6DDB07;
	float: left;
	width: 15%
}
.logo a {
	color: #6DDB07;
}
nav {
	position: relative;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu {
	background: #fff;
}
#cssmenu > ul > li {
	float: left
}
#cssmenu > ul > li > a {
	padding: 8px 15px;
	font-size: 15px;
	text-decoration: none;
	color: #333;
	font-weight: 500;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #FC0
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
	color: #FC0;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 15px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #444;
	content: ''
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 12px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #444;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #333;
	transition: all .25s ease
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	left: auto
}
#cssmenu li:hover > ul > li {
	height: 35px
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150,150,150,0.15);
	padding: 11px 15px;
	width: 215px;
	font-size: 12px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #fff
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #333
}
 @media screen and (max-width:700px) {
.book h1 {
	text-align: center;
}
.book h1 strong {
	border-bottom: none !important;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 54px;
	text-align: center;
	padding: 10px 0 0 0;
	float: none
}
.logo2 {
	display: none
}
nav {
	width: 100%;
}
#cssmenu {
	width: 100%
}
#cssmenu ul {
	width: 100%;
	display: none
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid #444
}
#cssmenu ul li:hover {
	background: #363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0
}
#cssmenu > ul > li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #333!important;
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #ddd;
	background: none
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	padding: 18px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700
}
.button {
	width: 55px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 12399994;
}
.button:after {
	position: absolute;
	top: 4px;
	right: 20px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #353535;
	border-bottom: 2px solid #353535;
	content: ''
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	height: 2px;
	width: 20px;
	background: #353535;
	content: ''
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #353535;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.button.menu-opened:before {
	top: 23px;
	background: #353535;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #444;
	height: 32px;
	width: 40px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 16px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #353535;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 13px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #353535;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}
}
header .logo img {
	max-width: 100%;
}
}
.logo h1 {
	font-size: 24px;
	float: left;
}
img {
	max-width: 100%;
}
.banner {
	width: 100%;
	position: relative;
	z-index: 0;
}
.outer-banner {
	position: relative;
}
.callback {
	float: right;
	margin-top: -80px;
	padding: 10px 30px !important;
	font-size: 18px !important;
	font-weight: bold !important;
	position: relative;
	z-index: 20;
	box-shadow: 0px 2px 2px 5px rgba(0,0,0,.3);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd65e+0,f9a200+100 */
	background: rgb(255,214,94); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,214,94,1) 0%, rgba(249,162,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,214,94,1) 0%, rgba(249,162,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,214,94,1) 0%, rgba(249,162,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#f9a200', GradientType=0 ); /* IE6-9 */
}
.about {
	padding-top: 30px;
}
.about h2 {
	font-size: 30px;
	color: #07294d;
	margin-bottom: 20px;
}
.social .fa-facebook {
	background: #3b5998;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	padding: 10px 13px;
	font-size: 20px;
}
.social .fa-instagram {
	background: #b53f6b;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	padding: 10px 12px;
	font-size: 20px;
}
.social .fa-twitter {
	background: #1da1f2;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	padding: 10px 13px;
	font-size: 20px;
}
.social .fa-youtube {
	background: #cd201f;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	padding: 10px 12px;
	font-size: 20px;
}
.social i {
	margin-right: 8px;
}
.call {
	 
	font-weight: bold;
	/*padding-top: 30px;*/
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	border: 3px solid #fff;
	box-shadow: 0px 10px 10px rgba(0,0,0,.1);
}
figure.effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px, 0, 0);
	transform: translate3d(-50px, 0, 0);
}
figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}
figure.effect-roxy figcaption {
	padding: 2em;
	text-align: left;
}
figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}
figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}
figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-roxy:hover figcaption::before, figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.grid {
}
.book h1 strong {
	border-bottom: 2px solid #02265E;
}
footer {
	padding: 10px 20px;
	color: #fff;
	background: #222;
}
footer p {
	padding: 5px 20px;
	color: #fff;
	text-align: center;
}
.form {
	background: #02265E;
	padding: 10px 20px;
}
.social {
	text-align: left;
	padding-left: 0px;
}
.control-label {
	color: #fff;
}
.custom-control-label {
	color: #fff;
}
.top-links img {
	width: 26px;
}
.top-links {
	text-align: right;
}
.top-links a {
	font-weight: 500;
	font-size: 13px;
}
.logo img {
	margin-top: 0px;
}
.free-simple-slider {
	position: relative;
}
.free-simple-slider .slider-box {
	height: 530px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	margin-bottom: 25px;
	z-index: -1;
}
.free-simple-slider li {
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	display: none;
	background-size: cover;
	background-position: center center;
}
.free-simple-slider li img {
	visibility: hidden;
}
.free-simple-slider .current {
	display: block;
}
.free-simple-slider .slider-box.slide-animation {
	position: relative;
	overflow: hidden;
}
.free-simple-slider .slider-box.slide-animation li {
	float: left;
	position: absolute;
	left: 100%;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.free-simple-slider .slider-box.slide-animation li.current, .free-simple-slider .slider-box.slide-animation li.prev {
	left: 0%;
}
.free-simple-slider .slider-box.slide-animation li.prev {
	z-index: 998;
}
.free-simple-slider .slider-box.slide-animation li.current {
	z-index: 999;
}
.free-simple-slider .slider-dots {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 10px 10px;
	z-index: 999999;
}
.free-simple-slider .slider-dots li {
	height: 15px;
	width: 15px;
	display: block;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0 10px;
	position: static;
	border-radius: 50%;
}
.free-simple-slider .slider-dots li:hover {
	cursor: pointer;
	background-color: #fff;
}
.free-simple-slider .slider-dots li.current {
	background-color: #000;
	border: 1px solid #000;
}
.free-simple-slider .arrows {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.6);
}
.free-simple-slider .arrows:hover {
	background: #fff;
	cursor: pointer;
}
.free-simple-slider .prev-arrow {
	left: 0px;
}
.free-simple-slider .next-arrow {
	right: 0px;
}
.free-simple-slider .arrows img {
	width: 100%;
}
.demo {
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
}
.heighlights h3 {
	background: #F90;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	padding: 8px 0px;
}
.heighlights figure {
	box-shadow: 0px 10px 10px rgba(0,0,0,.1);
}
.heighlights h2 {
	font-weight: bold;
	text-align: center;
}
.top-links .btn-warning {
	color: #fff;
	padding: 5px 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius: 20px;
}
.about p {
	color: rgba(80,92,127,.7);
	line-height: 28px;
	font-size: 15px;
	margin-bottom: 20px;
	text-align:justify;
}
.message img {
	border-radius: 50%;
	width: 120px;
	height: 120px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	margin-top: 10px;
}
.about-img img {
	margin-top: 70px;
}
.more {
	border-radius: 20px;
	background: #00adee;
	box-shadow: 0 7px 8px 0 rgba(0,0,0,.14);
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 12px 24px;
}
.message h2 {
	font-weight: 700;
	color: #07294d;
	font-size: 24px;
}
.message {
	background: url(../images/bg.png) center right no-repeat;
	background-size: cover;
	padding: 20px 0px;
	margin-top: 40px;
}
.message p {
	font-size: 15px;
	color: rgba(80,92,127,.7);
	text-align:justify;
}
.facilities h2 {
	text-align: center;
	font-weight: bold;
	color: #07294d;
}
.facilities p {
	font-size: 15px;
	color: rgba(80,92,127,.7);
	text-align: center
}
.facilities {
	padding: 100px 0px;
}
.fac-text {
	margin: 0px auto;
	width: 800px;
	max-width: 100%;
}
.facilities img {
	width: 130px;
}
.facilities h4 {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}
.tiles {
	margin-top: 30px;
	text-align: center;
}
.facilities h2 {
	font-weight: 700;
	color: #07294d;
	font-size: 26px;
}
.testimonials {
	overflow: hidden;
	position: relative;
}
.testimonials {
	background: #161d25 url(../images/testimonial-bg.jpg) center no-repeat;
	padding: 100px 0px !important;
	 
}
.one-slide, .testimonial, .message, .princi{
	border: none !important;
	outline: none !important;
}
.icon-overlay {
	position: absolute;
	opacity: 0.3;
	right: 10%;
	top: 0;
	height: auto;
	width: 100%;
	max-width: 400px;
}
.carousel-controls .control {
	position: absolute;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid #fff;
	z-index: 1;
}
.prev {
	left: -2.25rem;
}
.next {
	right: -2.25rem;
}
 @media screen and (max-width: 768px) {
	 
	 .aca-calender h3 {
   
    text-align: center;
   
    width: 100%;
	
	 }
	 
	 .calendar {
    
    margin-top: 30px;
    border-top: 1px solid #999;
    padding-top: 20px;
	
	 }
	 
	 .fac h3 {
		 background:none !important;
	 }
.form h1 {
	text-align: center;
}
.form h1 strong {
	border: none;
}
.book {
	text-align: center;
}
.callback {
	float: right !important;
	margin-top: -64px !important;
	padding: 7px 26px !important;
	font-size: 15px !important;
}
.testimonials {
	max-height: 700px;
}
.icon-overlay {
	height: 300px;
	top: calc(50% - 150px);
}
.carousel-controls .control {
	width: 25px;
	height: 25px;
	top: inherit;
}
.prev {
	left: 0;
}
.next {
	right: 0;
}
.control i {
 font-size: .7rem;
}
.testimonials .message {
	font-size: 1rem;
}
.testimonials h2 {
	font-size: 1.5rem;
}


.logo img {
	max-width:180px !important;
}
.top-links {
    text-align: center;
	
}

.free-simple-slider li {
	
    height:auto !important
	
}

.free-simple-slider .slider-box {
    height: 180px !important;
	
}
.inner h2, .about  h2  {
    font-size: 22px !important;
	text-align:center;
	
}
.about  {
	text-align:center;
}
.inner p, .about  p  {
    
	text-align:center;
	
}
.message h2 { 
text-align:center;
margin-top:30px;
}

.message   {
	text-align:center;
	
}
footer {
	text-align:center;
}

 .inner h2::before {
	 display:none;
 }
.addres p {
	text-align:center !important;
}
.social {
	text-align:center;
}
 .control-label {
	float:left  
}
 

}

.copy {
	border-top:1px solid #888;
	padding-top:10px;
}
.image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
footer ul {
	padding-left: 0px;
}
footer h2 {
	font-size: 20px;
	font-weight: bold;
}
footer ul li {
	font-size: 14px;
	list-style: none;
	margin-bottom: 5px;
}
footer {
	padding: 30px 0px;
	font-size: 14px;
}
footer ul li a {
	color: #fff;
	font-size: 13px;
}
.addres p {
	text-align: left;
	padding-left: 0px;
}
.copy p {
	font-size: 13px;
}
.inner-banner img {
	width: 100%;
}
.contact-form .control-label {
	color: #333;
	font-weight: 600;
	font-size: 14px;
}
.add p {
	color: #333;
	font-size: 16px;
}
.fac h3 {
	font-size: 20px;
	font-weight: bold;
	color: #666
}
.inner {
	padding-bottom: 20px;
}
.inner  h2 {
	position:relative;
}

.inner  h2:before {
	position:absolute;
	height:4px ;
	width:80px;
	content:"";
	left:0px;
	bottom:-4px;
	background:#ffc107;
}


.inner h4 {
	font-size: 22px;
	font-weight: bold;
	color: #444;
}
.inner p {
	text-align: justify;
}
.principal img {
	width: 140px;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.list1 li strong {
	display: block;
	float: left;
	width: 600px;
	max-width: 100%;
}
.list1 li {
	display: block;
	margin-bottom: 6px;
	font-size: 15px !important;
}
.list2 li {
	padding-left: 30px;
	background: url(../images/list2.png) left top 2px no-repeat;
	list-style: none;
	margin-bottom: 10px;
}
.uniform-bg.bg-light {
	background: #f1f9fd !important;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #ddd;
}
.kinder h4 {
	font-size: 18px !important;
	text-align: center;
	font-weight: bold;
	color: #09F;
	border-bottom: 2px solid #09F;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.kinder .col-md-4 {
}
.btn-download {
	color: #fff !important;
	padding: 5px 20px !important;
	border-radius: 20px !important;
	background-color: #ffc107 !important;
	border-color: #ffc107 !important;
	box-shadow: 0px 5px 5px rgba(0,0,0,.1);
}
.infra-tile {
	background: #f5f5f5;
	box-shadow: 0px 5px 5px rgba(0,0,0,.1)
}
.infra-tile h4 {
	border: none;
	padding-top: 10px;
}
.gallery img {
	margin-bottom: 20px;
	border: 2px solid #fff;
	box-shadow: 0px 6px 6px rgba(0,0,0,.1);
}
.tp-link {
	font-size: 12px;
	margin-left: 10px;
}
.staff {
	width: 100%;
}
.staff h4 {
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
}
.staff-tile {
	margin-bottom: 20px;
}
.staff-tile img {
	border: 2px solid #fff;
	box-shadow: 0px 6px 6px rgba(0,0,0,.1);
}
.news-tile {
	margin-bottom: 20px;
}
.news-tile h4 {
	text-align: left;
	color: #07294d;
	border-left: 4px solid #ffc107;
	padding-left: 10px;
}
.news-tile p {
	margin-bottom: 10px;
}
.news-tile a {
	font-size: 13px;
	margin-top: 0px;
	color: #F90;
	font-weight: 500;
}
.news-tile {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 10px;
}
.inn-img {
	float: right;
	max-width: 300px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.aca-calender h5 {
	background: url(../images/calender.png) left top no-repeat;
	padding-left: 40px;
	padding-top: 4px;
	color: #055ebd;
	padding-bottom: 4px;
}
.aca-calender p {
	padding-left: 40px;
	color: #333;
	font-weight: 500;
}
.aca-calender h3 {
	color: #ff8707;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}
.calender-days {
	border-bottom: 1px dashed #055ebd;
	border-left: 1px dashed #055ebd;
	margin-bottom: 30px;
	box-shadow: 0px 8px 10px rgba(0,0,0,.1);
	
}

.news {
	background:#f5f5f5;
	padding:30px 0px;
}
.news h2 {
    font-weight: 700;
    color: #07294d;
    font-size: 26px;
}


.news h3 {
    font-weight: 600;
    color: #07294d;
    font-size: 22px;
	 
}

.news p {
	font-size:14px;
	line-height:24px;
}

.news a {
	font-size:14px;
}

.news  img {
	border:2px solid #fff;
	box-shadow:0px 5px 5px rgba(0,0,0,.1);
	
}
.calendar h2 {
	font-size:22px;
}
.calendar img {
	max-width:180px;
}

.calendar {
	text-align:center;
	border-left:1px  dotted #aaa;
}
.admission h4 {
	color:#fff;
	font-weight:bold;
	
}
.admission {
	padding:20px 0px;
	background:#00adee;
	margin-top:40px;
	text-align:center;

}
.admission a {
	text-decoration:blink;
}

.vision i {
	font-size:36px;
	margin-left:30px;
}

.uniform img {
	border-radius:10px;
	box-shadow:20px 20px 20px  rgba(0,0,0,.2);
}

.fac img {
	border-radius:50%;
	border:3px solid #fff;
	box-shadow:0px 5px 5px rgba(0,0,0,.1);
	
}

.fac h3 {
	background:url(../images/dd.jpg) bottom left no-repeat;
	padding-bottom:10px;
	
}

.fac .row {
	background:#f5f5f5;
	margin-bottom:20px;
	border-radius:10px;
	padding:10px; 
	box-shadow:0px 10px 10px  rgba(0,0,0,.1);
	
}

.princi{
	background-image: url(../images/bg-cps1.jpg);
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.principal1 {
	font-weight: 700;
    color: #07294d;
    font-size: 24px;
}



#ac-wrapper {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(255,255,255,.6);

    z-index: 1001;

}



#popup {

    width: 555px;

    height: 375px;

    background: #FFFFFF;

    border: 5px solid #000;

    border-radius: 25px;

    -moz-border-radius: 25px;

    -webkit-border-radius: 25px;

    box-shadow: #64686e 0px 0px 3px 3px;

    -moz-box-shadow: #64686e 0px 0px 3px 3px;

    -webkit-box-shadow: #64686e 0px 0px 3px 3px;

    position: relative;

    top: 150px; left: 375px;

}



.apps-online {

	text-align:center;

	

}



.apps-online p {

	color:#555;

	margin:20px 0px;

	

	 

	

}

.btn-secondary-big {

    

    padding: 0.5rem 1.2rem !important;

    

    font-size: 18px !important;

    font-weight: 500 !important;

    border-radius: 3px !important;

}



.tt {max-width:600px;

}



.apps-online h3 {

	 color: #071c3f;

font-size: 22px;

margin-top: 15px;

margin-bottom: 8px;

border-bottom: 1px solid #071c3f;

padding-bottom: 5px;

}



.modal-body2 {

     

    padding: 1rem 1rem;

	padding-bottom:20px;

	padding-top:3px;

}

