@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
/***************************************** common *************************************************/
body{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	margin: 0!important;
	padding: 0;
	overflow-x:hidden;
	height:100%;
}
html{height:100%;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
:after, *:before,*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p,ul,ol{margin: 0;padding:0}

h1{font-size:42px}
h2{	
	font-size:36px;
	color: #0090ff;
    font-weight: 400;
	text-transform:uppercase
}
h3{font-size:30px}
h4{font-size:24px}
h5{font-size:20px}
h6{font-size:16px}

a, a:visited, a:focus,a:hover {
    text-decoration: none ;
    outline: 0 ;
	border:0
}

.navbar{min-height:1px;}


.trans{
	-webkit-transition:all ease .5s;
	   -moz-transition:all ease .5s;
		-ms-transition:all ease .5s;
	  	 -o-transition:all ease .5s;
			transition:all ease .5s;	
}

/***************************************** Header *************************************************/
.header-top{	
	background: rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.4);
       -moz-box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.4);
            box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.4);
}
nav.navbar {
	margin: 0;
	border: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.navbar-nav > li > a {
    font-size: 12px;
    font-weight: 300;	
}
.navbar-brand{
	height:auto;
	padding: 5px 0;
}

/***************************************** banner-slider *************************************************/

#myCarousel .carousel-indicators li {
    width: 18px;
    height: 18px;
    border: 0;
    background: rgba(255, 255, 255, .5);
    margin: 0 5px;
}

#myCarousel .carousel-indicators .active {
    width: 18px;
    height: 18px;
}

#myCarousel .carousel-indicators {bottom: 5px;}
#myCarousel .carousel-indicators li:hover {background: #fff;}
#myCarousel .carousel-inner > .item > img, .carousel-inner > .item > a > img {width: 100%;}

/***************************************** other-service *************************************************/

.other-service {
    padding: 90px 0 60px;
    background: #fff;
}

.o-s-box {text-align: center;}
.o-s-box a {display: inline-block;}

.o-s-box img {
    max-width: 90px;
    margin-bottom: 30px;
}

.o-s-box:first-child {padding-left: 0;}
.o-s-box:last-child { padding-right: 0;}

.o-s-box h3 {
    color: #555555;
    font-weight: 300;
    line-height: 30px;
}

/***************************************** Principle Message *************************************************/
.message-section > h2 {
    margin-bottom: 50px;
    text-align: center;
}

.message-inner {background: #0090ff;color: #fff;}
.message-inner1 {background: #6624bd;color: #fff;}

.img-box {
    position: relative;
	margin-bottom: 40px;
}

.m-s-img .img-box:after {   
    content: "";
    width: 0;
    position: absolute;
    left: 100%;
    height: 0;
    border-style: solid;
    border-width: 22.5px 0 22.5px 30px;
    border-color: transparent transparent transparent #ffffff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.m-s-img .img-box img {max-width: 100%;}





.m-s-img h3 {
    line-height: 48px;
    font-weight: 400;
}

.m-s-img p {
    font-size: 20px;
    font-weight: 300;
}

.m-s-img {
    margin-bottom: 35px;
}

.img-box1 {
    position: relative;
	margin-bottom: 40px;
}

.m-s-img .img-box1:after {   
    content: "";
    width: 0;
    position: absolute;
    left: 100%;
    height: 0;
    border-style: solid;
    border-width: 22.5px 0 22.5px 30px;
    border-color: transparent transparent transparent transparent;
	top: 50%;
	
}

.m-s-img .img-box1 img {max-width: 100%;}




.m-s-content {
    padding: 80px 70px 30px 100px;
    font-size: 21px;
    line-height: 34px;
    font-weight: 300;
}

.carousel-control.left,.carousel-control.right{
    background: transparent !important;
}

#text-carousel .carousel-control.left {
    left: -100px;
}
#text-carousel .carousel-control.right {
    right: -70px;
}

#text-carousel .carousel-control,#gallery-Carousel  .carousel-control {
    opacity: 1;
    font-size: 48px;
    text-shadow: none;
    height: 35px;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#text-carousel .carousel-control img, #gallery-Carousel  .carousel-control img {
    display: inline-block;
    vertical-align: top;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}


/***************************************** our school *************************************************/

.our-school-inner h2 {
    text-align: center;
    margin: 65px 0;
}

.our-school-box-6 {
    height: 380px;
    position: relative;
    color: #525252;
    font-size: 25px;
    line-height: 33px;
    font-weight: 300;
    text-align: justify;
}
.our-school-box-content:after {
    width: calc(100% - 15px);
    border-bottom: 1px solid #ababab;
    content: "";
    top: 100%;
    position: absolute;
    left: 15px;
}

.our-school-inner {
    margin-bottom: 85px;
    float: left;
}

.our-school-box-6 img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-school-box-content a {
    color: #0090ff;
    right: 15px;
    position: absolute;
    bottom: 20px;
}
/*************************************** our-achivement ***********************************************/

.kids-title-box img,.kids-title-box h2 {
    display: inline;
    vertical-align: middle;
}

.kids-title-box img {
    padding-right: 20px;
}

.kids-title-box {
    margin-bottom: 20px;
}

.kid-img-box img {
    max-width: 100%;
}

.kid-img-box {
    margin-bottom: 30px;
}

.kids-corner-inner h4 {
    color: #686868;
    font-weight: 400;
    margin-bottom: 15px;
}

.kids-corner-inner h4 span {
    float: right;
    font-weight: 300;
}

.kids-corner-inner h4 span strong,.kids-corner-inner h4 span b {
    color: #0090ff;
    font-weight: 400;
}

.kids-corner-inner h4+p {
    font-size: 19px;
    font-weight: 300;
    color: #939393;
    line-height: 22px;
    display: inline-block;
    max-width: 400px;
}

.kids-corner-inner h4+p+a {
    vertical-align: top;
    float: right;
    padding: 15px;
    color: #fff;
    background: #008bf6;
    font-size: 14px;
    font-weight: 300;
    line-height: 12px;
}

.kids-corner-inner h4+p+a:hover {
    opacity: .9;
}

.our-school {
    padding-bottom: 20px;
}

/***************************************** Photo gallery *************************************************/

.photo-gallery {
    padding: 0;
	
}
.phot-gallery-title {text-align:center;margin-bottom:30px}
.phot-gallery-title img{margin-right:15px}
.phot-gallery-title img,.phot-gallery-title h2 {
	display:inline-block;
	vertical-align:top
}

.photo-gallery h2 span {
    display: block;
    font-size: 23px;
    line-height:20px;
    font-weight: 300;
    color: #575757;
}

.photo-gallery p{
	font-size:18px;
	line-height:24px;
	color:#9c9c9c;
	font-weight:300;
	text-align:justify
}

.photo-gallery-slider {
    float: left;
    margin: 35px  0 10px;
	width: 100%;
}

.item-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-img-box {
    height: 175px;
    margin-bottom: 30px;
}

#gallery-Carousel  .carousel-control {
    width: 20px;
}

#gallery-Carousel .carousel-control.left {
    left: -30px;
}

#gallery-Carousel .carousel-control.right {
    right: -30px;
}

/***************************************** gallery *************************************************/
.popup-gall-cmn .gal-img {
    height: 240px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.popup-gall-cmn .gal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s ease;
}

.popup-gall-cmn .gal-img h2 {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.34);
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.hiden-gallery {
    display: none;
}


.popup-gall-cmn .gal-img:hover img {
    transform: scale(1.2);
}
/***************************************** students-extra *************************************************/
.students-extra{padding:60px 0 100px}
.std-img-box {
    width: 230px;
    height: 230px;
    overflow: hidden;
    border-radius: 50%;
    margin: 25px auto;
}

.std-img-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.topper-class {
    text-align: center;
    margin-top: 15px;
    max-width: 260px;
    min-height:400px;
}

.students-extra-box .topper-class:last-child {
    float: left;
}

.topper-class h4 {
    font-weight: 400;
}

.std-img-box+h4 {
    color: #008bf6;
    margin-bottom: 10px;
}

.std-img-box+h4+p {
    font-weight: 300;
    font-size: 18px;
}

/***************************************** footer *************************************************/

footer {
    background: #008bf6;
}

.footer-bottom {
    background: #0068b9;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
}

.foot-slider {
    padding: 90px 15px 70px;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 33px;
    text-align: justify;
}

#foot-myCarousel .carousel-indicators {
    bottom: -30px;
    margin-left: 0;
    left: 0;
    text-align: left;
}

#foot-myCarousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0;
    margin-right: 5px;
    border: 0;
    background: #80c8ff;
}

#foot-myCarousel .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin-right: 5px;
	background: #fff;
}

.download-app h5 {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 20px;
}

.app-box a {
    float: right;
    margin-bottom: 10px;
}

/***************************************** About page *************************************************/
.banner-inner img{
	width:100%;
}

.our-facility {
    padding: 50px 0px 40px;
}

.our-facility h2 {
    margin-bottom: 25px;
}

.o-fac-img img {
    width: 100%;
}


.o-fac-box-inner-content {
    background: #0090ff;
    color: #fff;
    padding:10px;
    float: left;
}

.o-fac-box-inner-content h4+p+a {
    font-size: 8px;
    color: #fff;
    font-weight: 300;
    float: right;
    margin-top: 10px;
}

.o-fac-box-inner-content h4+p+a img {
    padding-right: 5px;
}



.o-fac-box-inner-content h4+p+a span {
    font-size: 16px;
    font-weight: 400;
}

.o-fac-box-inner-content h4 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

.o-fac-box-inner-content h4+p {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
	text-align:justify
}


.o-fac-box {
    margin-bottom: 30px;
}

.sidebar-block h2 {
	background: #e1e1e1;
    padding: 15px 0px;
    text-align: center;
    font-size: 20px;
    margin: 0;
    float: left;
    width: 100%;
}

.sidebar-block {
    background: #f2f2f2;
    float: left;
    width: 100%;
}

.common-block {
    padding: 20px;
    float: left;
    width: 100%;
}
.login-form-block .form-group input{
    width: 100%;
    padding: 0px 10px;
    height: 30px;
    background: #fff;
    border: 1px solid #eee;
    font-weight: 300;
    border-radius: 0;
    color: #cbcbcb;
    font-size: 13px;
}

.login-form-block .form-group input:focus{outline:none}

.login-form-block .form-group input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #cbcbcb;
}
.login-form-block .form-group input ::-moz-placeholder { /* Firefox 19+ */
   color: #cbcbcb;
}
.login-form-block .form-group input :-ms-input-placeholder { /* IE 10+ */
  color: #cbcbcb;
}
.login-form-block .form-group input :-moz-placeholder { /* Firefox 18- */
   color: #cbcbcb;
}

.login-form-block .form-group:last-child {
    margin-bottom: 0;
}

.login-form-block .form-group input.login-btn {
    background: #0090ff;
    color: #fff;
    border: 0;
}

.news-block h2 {
    color: #777777;
}

.news-row {
    padding: 20px 0 10px;
    border-bottom: 1px solid #ddd;
    color: #606060;
    font-weight: 300;
    font-size: 14px;
    float: left;
}

.news-img-box {
    width: 33.33%;
    float: left;
}

.news-box-content {
    float: left;
    width: 95%;
    padding-left: 5px;
    text-align: justify;
}

.news-box-content a {
    color: #0090ff;
    font-style: italic;
    font-weight: 400;
}

.news-inner-block.common-block {
    padding-top: 0;
}

/***************************************** prospectus *************************************************/
.our-prospectus{
    padding: 80px 0px;
}
.common-pad{padding: 80px 0px 30px;}
.our-prospectus h4,.common-pad h4 {
    margin: 15px 0;
    color: #0090ff;
    text-transform: uppercase;
}

.our-prospectus h2,.common-pad h4{
	margin-bottom: 25px;
	font-size: 36px;
}

.our-prospectus p,.common-pad p {
    font-weight: 300;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 25px;
}

.our-prospectus ol,.common-pad ol {
    margin-left: 30px;
    font-size: 16px;
    font-weight: 300;
}

.our-prospectus ol li,.common-pad ol li {
    padding-bottom: 10px;
}

/***************************************** Achievment *************************************************/

.a-b-4-inner {
    float: left;
    width: 100%;
	margin-bottom:30px;
    height:350px;
}

.achievement-box {
    padding-bottom: 0;
}

.a-b-inner-img {
    height: 250px;
    overflow: hidden;
}

.a-b-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a-b-inner-text {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}

.a-b-inner-text h4 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 0;
}

.a-b-inner-text span {
    font-size: 12px;
    font-weight: 300;
}

.a-b-inner-text p {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0 0;
}

/***************************************** notice board ************************************************/
.noticeboard-page table td,.noticeboard-page table th ,.noticeboard table td,.noticeboard table th {
    padding: 18px 10px;
    line-height: 22px;
    font-size: 14px;
    font-weight:400;
    /* text-align:center; */
}
.noticeboard-page table tr:nth-child(odd),.noticeboard table tr:nth-child(odd) {
    background: #eee;
}


/***************************************** Event *************************************************/
tr.head-tbl {
    background: #d0d0d0;
}
.month-name {
    font-size: 18px;
    width: 100%;
    background: #0090ff;
    text-align: Center;
    color: #fff;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
}

.table-event-outer tr th,.table-event-outer tr td {
    text-align: center;
    line-height: 30px;
    font-weight: 300;
    font-size: 12px;
    border: 1px solid #ddd;
}

.table-event-outer table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-event-outer tr.head-tbl th {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 40px;
}

.table-event-outer table tr {
    border-bottom: 1px solid #c0c0c;
}

.table-event-outer tr td span {
    color: #0090ff;
    font-weight: 400;
}

.event-wrap {
    max-width: 100%;
    margin-bottom: 25px;
    overflow-x: auto;
}
/***************************************** Contact *************************************************/
label {
    font-weight: 400;
    margin-bottom: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #0090ff;
    border-color: #0090ff;
    border-radius: 0;
    border: 0;
}

textarea.form-control {
    min-height: 150px;
}

.form-control {
    border-radius: 0;
}


.col-sm-6.contact-form {
    margin-bottom: 25px;
}


/***************************************** Responsive *************************************************/

@media(min-width:768px)
{
	.scroll .navbar-nav > li > a {
		padding-top: 25px !important;
		padding-bottom:25px !important
	}
	.navbar-brand > img {
		height:90px;
		-webkit-transition:all ease .5s;
		   -moz-transition:all ease .5s;
			-ms-transition:all ease .5s;
			 -o-transition:all ease .5s;
				transition:all ease .5s;
	}
	.scroll .navbar-nav > li > a:after{display:none}
	.scroll .navbar-nav > li{margin-bottom:0 !important}
	.scroll .navbar-brand > img {
		height: 52px !important;
	}
	.navbar-nav > li {
		margin-bottom: 10px;
	}
	.navbar-nav > li > a {
		padding: 45px 20px 35px;
		color: #0090ff;
		line-height: 12px;
		-webkit-transition:padding ease .5s;
		   -moz-transition:padding ease .5s;
			-ms-transition:padding ease .5s;
			 -o-transition:padding ease .5s;
				transition:padding ease .5s;
	}
	
	.navbar-nav > li > a:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 7.5px 0 7.5px;
		border-color: #0091ff transparent transparent transparent;
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		opacity: 0;
		-webkit-transform: translatex(-50%);
		   -moz-transform: translatex(-50%);
			-ms-transform: translatex(-50%);
			 -o-transform: translatex(-50%);
				transform: translatex(-50%);
	}
	
	.navbar-nav > li > a:hover ,.navbar-nav > li.active > a{
		background: #0090ff;
		color: #fff;
	}
	
	.navbar-nav > li > a:hover:after,.navbar-nav > li.active > a:after{opacity:1}
	
	.navbar-nav {float: right;}		
	
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {margin-left: 0;}
	
	
	
} /*min-width:992px*/
@media(max-width:1199px) and (min-width:992px)
{
	.navbar-nav > li > a { padding: 45px 10px 35px;}
	.our-school-box-content {
		height: auto;
		padding-bottom: 60px;
	}
}

@media(max-width:991px) and (min-width:768px)
{
	.navbar-nav > li > a {
		padding: 10px 9px;
		font-size: 10px;
	}
	
	.container > .navbar-header {
		float: none;
	}
	
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		float: none;
	}
	
	.navbar-brand > img {
		float: none;
		margin: auto;
		margin-top: 5px;
	}
	
	.scroll .navbar-nav > li > a {
		padding: 10px 9px !important;
		font-size: 10px;
	}
	
	.navbar-nav > li > a:after {}
	
	.navbar-nav > li > a:after {
		display: none;
	}
	
	.navbar-nav > li {
		margin-bottom: 0;
	}
	
	.col-sm-6.students-extra-box {
		width: 100%;
		margin-bottom: 30px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
	}
	
	.our-school-box-6 {
		height: auto;
		width: 100%;
	}
	
	.our-school-box-content {
		margin-top: 20px;
		padding-bottom: 30px;
	}
		
	#gallery-Carousel .carousel-control.left {
		left: 0;
	}
	
	#gallery-Carousel .carousel-control.right {
		right: 0;
	}
	
	h2 {
		font-size: 30px;
	}
	
	.kids-corner-inner h4 span {
		float: none;
		display: block;

	}
	
	.kids-corner-inner h4+p+a {
		float: left;
		margin-top: 10px;
	}
	
	.our-facility {
		padding: 40px 0;
	}
	
	.common-block {
		padding: 10px;
	}
	
	.news-box-content {
		width: 100%;
		padding: 5px 0;
	}
	
	.news-img-box {
		width: 50%;
	}
	
	.sidebar-block h2 {
		font-size: 14px;
	}
	.col-sm-9.our-facility-left {
		width: 60%;
	}
	
	.col-sm-3.sidebar-right {
		width: 40%;
	}
	
	.col-sm-4.o-fac-box {
		width: 50%;
	}
	
	
}


@media(max-width:1199px)
{
	
	.topper-class {
		max-width: 230px;
	}
	
	.std-img-box {
		width: 200px;
		height: 200px;
	}
	
	.app-box a img {
		max-width: 100%;
		float: left;
	}
	
	.sidebar-block h2 {
		font-size: 22px;
	}
	
	.news-img-box img {
		max-width: 100%;
	}
	
}

@media(max-width:992px)
{
	header.header-top {
		position: relative;
	}
}

@media(max-width:767px)
{
	
	.navbar-toggle {
		background: #0090ff;
		border-radius: 0;
		margin-top: 38px;
		border: 0;
		margin-right: 0;
		display:block
	}	
	.navbar-nav {
		background: #0090ff;
		margin: 0 -15px;
		border: 0;
	}
	
	.navbar-nav > li > a {
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	.navbar-toggle .icon-bar {background: #fff;	}	
	.container > .navbar-header {margin: 0;	}	
	.header-top {position: relative;}	
	.carousel-indicators { bottom: 0;}	

	#navbar {
		position: absolute;
		width: 100%;
	}
	
	h3 {
		font-size: 26px;
	}
	
	.o-s-box {
		padding: 15px !important;
	}
	
	.o-s-box h3 {
		font-size: 16px;
	}
	
	.o-s-box  img {
		max-width: 75px;
	}
	
	.other-service {
		padding: 40px 0;
	}
	
	.m-s-img .img-box:after {
		display: none;
	}
	
	.img-box {
		margin: 20px 0;
	}
	
	.m-s-content {
		padding: 5px;
	}
	
	#text-carousel .carousel-control {
		top: inherit;
		bottom: 0;
		transform: inherit;
		width: 50px;
	}
	
	#text-carousel .carousel-control.left {
		left: inherit;
		right: 35px;
	}
	
	#text-carousel .carousel-control.right {
		right: 0;
	}
	
	div#text-carousel {
		padding-bottom: 20px;
	}
	
	.m-s-img {
		margin-bottom: 10px;
	}
	
	.our-school-inner h2 {
		margin: 30px 0;
	}
	
	.our-school-box-6 img {
		/*width: 100%;*/
	}
	
	.kids-corner-inner h4+p {
		max-width: inherit;
	}
	
	.our-school-box-6 {
		height: auto;
		margin-bottom: 20px;
	}
	
	.our-school-box-content a {
		position: relative;
		right: 0;
		bottom: 0;
		display: block;
		text-align: right;
	}
	
	.our-school-box-content a img {
		object-fit: inherit !important;
		height: auto;
		width: auto;
		margin: 10px 0;
	}
	
	.our-school-box-6 {
		font-size: 16px;
		line-height: 22px;
	}
	
	.our-school-inner {
		margin-bottom: 40px;
	}
	
	#gallery-Carousel .carousel-control.left {
		left: inherit;
		right: 50px;
	}
	
	#gallery-Carousel .carousel-control.right {
		right: 15px;
	}
	
	#gallery-Carousel  .carousel-control {
		top: 0;
		transform: inherit;
	}
	
	div#gallery-Carousel {
		padding-top: 50px;
	}
	
	h2 {
		font-size: 26px;
	}
	
	.our-facility {
		padding: 30px 0;
	}
	
	.photo-gallery h2 span {
		font-size: 18px;
	}
	
	.phot-gallery-title img {
		margin: 5px 0 10px;
	}
	
	.kids-corner-inner {
		float: left;
		width: 100%;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ddd;
	}
	
	.message-section > h2 {
		margin-bottom: 20px;
	}
	
	.kids-corner-inner h4 span {
		display: block;
		font-size: 18px;
		float: none;
		margin-bottom: 10px;
	}
	
	.kids-corner-inner h4+p+a {
		float: left;
		margin-top: 10px;
	}
	
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: inherit;
	}
	
	
	.our-school {
		padding-bottom: 10px;
	}
	
	.students-extra-box .topper-class:last-child {
		float: left;
	}
	
	.topper-class {
		max-width: 100%;
		width: 100%;
	}
	
	.students-extra {
		padding: 10px 0;
	}
	
	.kids-title-box h2 {
		font-size: 23px;
	}
	
	.kids-title-box {
		text-align: center;
	}
	
	.students-extra-inner {
		float: left;
		width: 100%;
		padding: 10px 15px;
		border-bottom: 1px solid #ddd;
	}
	
	.kids-title-box img {}
	
	.col-sm-8.foot-slider {
		padding: 30px 15px;
		font-size: 16px;
		line-height: 24px;
	}
	
	.app-box a {
		float: left;
		padding: 10px;
	}
	
	.download-app h5 {
		font-size: 14px;
	}
	
	.banner-inner {
		height: 180px;
	}
	
	.banner-inner img {
		height: 100%;
		object-fit: cover;
	}
	
	.footer-bottom {
		font-size: 16px;
	}
	
	.o-fac-img {
		float: left;
		width: 100%;
	}
	
	.o-fac-box-inner {
		float: left;
		width: 100%;
	}
	
	.o-fac-box {
		float: left;
		width: 100%;
	}
	
	our-facility {
		padding: 30px 0;
	}
	
	.item-img-box {
		height: 300px;
	}
	
	.item .item-row {
		display: none;
	}
	
	.col-sm-3.sidebar-right {
		max-width: 350px;
		margin: auto;
	}
	

	.item .item-row:first-child {
		display: block;
	}
	
	.item .item-row:first-child {}
	
	.item-img {
		display: none;
	}
	
	.item .item-row:first-child .item-img:first-child {
		display: block;
	}
	
	div#myCarousel .item {
		height: 250px;
	}
	
	div#myCarousel .item img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.our-prospectus,.common-pad{padding: 30px 0px ;}
	.popup-gall-cmn {
		float: left;
		margin-bottom: 25px;
	}
	
} /*max-width:767px*/

@media(max-width:767px) and (min-width:600px)
{
	.o-fac-box,.acivemt-box-4	{width:50%;float:left}
}
@media(max-width:479px)
{
	.noticeboard-page table td, .noticeboard-page table th, .noticeboard table td, .noticeboard table th {
		display: block;
		text-align: left;
		padding: 10px;
	}
}