body{
	margin:0px;
	background-color:#FFF;
	padding:0;
	//font-family: 'PT Serif', serif;
	font-family: 'Roboto', sans-serif;
}
.header{
	background-color:#FFF;
	display:block;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}
.header .top-header{
	background-color:#252525;
	padding:12px 0px;	
}
.header ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.header ul li a{
	text-decoration:none;
	color:#ccc;
} 
.header .content {
    float:left;
}
.header .content li{
	display:inline-block;
	color:#ccc;
	margin-right:10px;
	font-weight:500;
}
.header .content li i {
	margin-right:5px;
	color:#ff7373;
}
.header .social {
    float:right;
}
.header .social li{
	display:inline-block;
	margin:0px;
	margin-right:10px;
	font-weight:500;
}
.header .social li a{
	color:#ccc;
	text-decoration:none;
}
.header .social li a:hover{
	color:#ff7373;
}
.header .social li a i{
	padding:0 3px;
}
.header .top-innner{
	
}
.header .logo{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.header .logo a{
	transition:all 0.4s ease 0s;
	font-weight:500;
	font-size:36px;
	text-decoration:none;
	color:#333;
}
.header .logo a img{
	height:120px;
	width:100%;
}

#sidenav{
	position: fixed;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:1001;
}
#sidenav a{
	text-decoration:none;
	color:#fff;
	position:absolute;
	border-radius:0 5px 5px 0px;
	left:-165px;
	transition:0.3s;
	border:2px solid #ff7373;
	width:205px;
}
#sidenav .link-text{
	width:160px;
	float:left;
	text-align:center;
	font-size:18px;
	line-height:45px;
}
#sidenav .link-icon{
	width:40px;
	float:left;
	text-align:center;
	border-left:2px solid #ff7373;
	padding:10px 0;
}
#sidenav .link-icon i{
	color:#ff7373;
	font-size:20px;
}
#sidenav a:hover{
	left:0px; 
}
#pg-online{
	top:20px;
	background-color:#333;
}
#online-enq{
	top:75px;
	background-color:#333;
}

.thought p{
	font-family: 'Dancing Script', cursive;
	font-size:24px;
	text-align:left;
	margin:0px;
	line-height:22px;
}
.header .logo a #fchar{
	font-size:42px;
	color:#a0db8e;
}
.header .header-widget{
	float:right;
	padding:40px 0;
}
.header .single-widget{
	display:inline-block;
	margin-right:20px;
	padding-left:60px;
	position:relative;
}
.header .single-widget i{
	border:1px solid #e6e6e6;
	border-radius:100%;
	font-size:24px;
	height:40px;
	left:0;
	line-height:40px;
	position:absolute;
	text-align:center;
	top:0;
	transition:all 0.3s ease 0s;
	width:40px;
	color:#00b16a;
	margin-top:15px; 
}
.header .single-widget h4{
	font-size:18px;
	font-weight:500;
}
.header .single-widget h4 span{
	color:#666;
	display:block;
	font-size:16px;
	font-weight:400;
	margin-top:5px;
	border-top:2px dotted #e6e6e6;
	padding-top:5px;
}
.top-menu{
	background:#f6f6f6;
	z-index:99999;
}
nav{
	position:relative;
	width:100%;
	margin:0 auto;
}
#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;
	background:#f6f6f6;
	//font-family: 'PT Serif', serif;
}
#cssmenu:after,#cssmenu > ul:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
#cssmenu #head-mobile{
	display:none
}
#cssmenu{
	//font-family:sans-serif;
	background:#333
}
#cssmenu > ul > li{
	float:left
}
#cssmenu > ul > li > a{
	padding:17px 17px;
	font-size:16px;
	letter-spacing:1px;
	text-decoration:none;
	color:#252525;
	font-weight:600;
}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{
	color:#fff;
	//background-color:#00B16A;
	background-color:#ff7373;
	font-weight:500;
}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{
	background:#00B16A !important;
	-webkit-transition:background .3s ease;
	-ms-transition:background .3s ease;
	transition:background .3s ease;
}
#cssmenu > ul > li.has-sub > a{
	padding-right:30px
}
#cssmenu > ul > li.has-sub > a:after{
	position:absolute;
	top:22px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#333;
	content:''
}
#cssmenu > ul > li.has-sub > a:before{
	position:absolute;
	top:19px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#333;
	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:#f6f6f6;
	transition:all .25s ease;
}
#cssmenu ul ul li:hover{
}
#cssmenu li:hover > ul{
	left:auto;
	z-index:999;
}
#cssmenu li:hover > ul > li{
	height:auto;
}
#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:210px;
	font-size:16px;
	text-decoration:none;
	color:#252525;
	font-weight:400;
	overflow:hidden;
}
#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;
	background-color:#ff7373;
}
#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
}

/*Slider*/
.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    //background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
	height: 700px;
}
.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.control-round .carousel-control {
    top:35%;
    opacity: 0;
    width: 40px;
    height: 100px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 120px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 0x;
    border-radius: 0px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    //left: 1%;
}
.control-round .carousel-control.right {
    //right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
	font-size:44px;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
	font-size:44px;
}
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ff7373;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #ff7373;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
	color:#b70244;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: #ff7373;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
	color:#b70244;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    left: 0;
    top: 35%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
	font-family:'Lato', sans-serif; 
}
.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 28px;
    font-style: normal;
	font-family:'Lato', sans-serif;
    line-height: 50px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	margin-bottom:5px;
}
.slide-text > p {
    padding:0;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	font-family:'Lato', sans-serif; 
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
/*End of Slider*/

.welcome-school{
	background-color:#f9f9f9;
	padding:30px 0;
}
.welcome-school h5{
	text-align:center;
	font-size:25px;
	margin:0px;
	margin-top:15px;
	margin-bottom:15px;
	line-height:40px;
	color:#333;
	font-weight:bold;
}
hr, .devider-top:before, .devider-bottom:after{
	border:none;
	display:block;
	content:'';
	height:1px;
	width:100%;
	background:linear-gradient(to right,  rgba(194, 194, 194,0) 0%,rgba(194, 194, 194,1) 33%,rgba(194, 194, 194,1) 66%,rgba(194, 194, 194,0) 100%);
}
.welcome-school h6{
	font-size:24px;
	text-align:center;
	color:#333;
	padding-bottom:11px;
	font-weight:600;
}
.welcome-school #txt_name{
	text-align:center;
	font-size:18px;
	color:#333;
	padding-bottom:0px;
	margin:0;
}
.welcome-school p{
	text-align:justify;
	font-size:18px;
	line-height:30px;
	color:#333;
	padding-bottom:20px;
}
.welcome-school .img-responsive{
	height:280px;
	width:100%;
	text-align:center;
}
.readmore{
	margin-top:10px;
	text-align:center;
}
.readmore a{
	padding:9px 25px;
	color:#fff;
	border-radius:20px;
	border:2px solid #00b16a;
	background-color:#00b16a;
	text-decoration:none;
}

#events{
	width:100%;
	display:block;
	position:relative;
	margin-top:20px;
	padding-bottom:20px;
	background:url("../images/home/pattern.jpg") repeat left top fixed;
	border-bottom:2px solid #d8d2d2;
	border-top:2px solid #d8d2d2;
}
#events h3{
	font-size:24px;
	color:#39414a;
}
#events h3::after{
	content:"";
	background:#ff7373;
	width:40px;
	display:block;
	height:2px;
	margin-top:5px;
}
.news .panel{
	margin-top:20px;
}	
.news ul{
	padding:0px;
	margin:0px;
}
.news ul li{
	list-style:none;
}
.news ul .news-item{
	padding:10px 0;
}
.news .news-item img{
	width:60px;
	height:60px;
}
.news .panel-footer{
	display:none;
}
.news .news-item {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}
.news .padding10{
	padding-left:10px;
	font-size:16px;
}
.news .content-area{
	background-color:#fff;
	padding:20px 15px;
	border:1px solid #e7e7e7;
}
.news .content-area h2{
	border-bottom:2px solid #ff7373;
	text-align:center;
	padding-bottom:10px;
	font-size:24px;
}
.news .content-area p{
	font-size:14px;
}
.news .content-area .udate{
	font-size:14px;
	color:#ff7373;
	font-weight:600;
	text-align:center;
}
.news #owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}

.event-list {
	list-style: none;
	font-family: 'Lato', sans-serif;
	margin-top: 20px;
	padding-left: 0px;
}
.event-list > li {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px rgb(51, 51, 51);
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
	padding: 0px;
	margin: 0px 0px 20px;
}
.event-list > li > time {
	display: inline-block;
	width: 50%;
	color: rgb(255, 255, 255);
	background-color: rgb(197, 44, 102);
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	float:left;
}
.event-list > li:nth-child(even) > time {
	background-color: rgb(165, 82, 167);
}
.event-list > li > time > span {
	display: none;
}
.event-list > li > time > .day {
	display: block;
	font-size: 24pt;
	font-weight: 100;
	line-height: 1;
	padding-top:5px;
}
.event-list > li time > .month {
	display: block;
	font-size: 12pt;
	font-weight: 900;
	line-height: 1;
	padding-top:5px;
}
.event-list > li > img {
	width: 50%;
	float:left;
	height:68px;
}
.event-list > li > .info {
	padding-top: 5px;
	text-align: center;
}
.event-list > li > .info > .title {
	font-size: 16px;
	font-weight: 700;
	margin: 0px;
	line-height: 60px;
}
.event-list > li > .info > .desc {
	font-size: 10pt;
	font-weight: 300;
	margin: 0px;
}
.event-list > li > .info > ul {
	display: table;
	list-style: none;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

#events .news_content{
	float:right;
	width:75%;
}
#events .news_content h4{
	margin-top:0px;
	color:#ca240e;
	text-transform:uppercase;
	font-size:14px;
}
#events .news_content a{
	text-decoration:none;
	color:#ca240e;
}
#events .news_content a:hover{
	color:#337ab7;
}	
#events .downloads ul{
	margin-top:20px;
	padding-left:0px;
}
#events .downloads ul li{
	padding:10px;
	color:#FFF;
	margin-bottom:18px;
}
#events .downloads ul li i{
	margin-right:10px;
} 
#events .downloads ul li a{
	display:inline;
	width:90%;
	color:#FFF;
	font-size:18px;
}
#events .downloads ul li:first-child{
	background:#e95a5a;
}
#events .downloads ul li:nth-child(2){
	background:#5bd28e;
}
#events .downloads ul li:nth-child(3){
	background:#dcab43;
}
#events .downloads ul li:nth-child(4){
	background:#e95a5a;
}
#events .downloads ul li:nth-child(5){
	background:#5bd28e;
}
.downloads ul li i{
	display:inline-block;	
}
.downloads ul li a{
	display:inline-block;	
}

#carousel{
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	display:block;
	position:relative;
	background: url(../images/tbg.jpg) repeat left top fixed;
}
#carousel h2{
	text-align:center;
	font-size:28px;
	padding-bottom:20px;
	background: url("../images/border.jpg") no-repeat scroll center bottom;
}
#carousel p{
	font-size:18px;
	word-spacing:2px;
}
.fa-quote-left{
	padding-right:15px;
}
.fa-quote-right{
	padding-left:15px;
}
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}
#fade-quote-carousel.carousel {
	padding-bottom: 30px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #e84a64;
	border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.footer{
	background:url(../images/footer.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	margin-top:10px;
	height:auto;
	position: relative;
}
.footer-img:before{
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block;
	z-index:0;
	background-color: #000;
	opacity:0.9;
}
.footer-inner{
	padding:40px 0 20px;
}
.footer .single-widget{
	margin-top:30px;
}
.footer .single-widget a{
	color:#fff;
	text-decoration:none;
}
.logo img{
	width:100%;
	height:120px;
}
.about ul{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:20px;
}
.about ul li{
	color:#fff;
	line-height:30px;
	font-size:16px;
}
#address-icon{
	width:10%;
	float:left;
}
#address-text{
	width:90%;
	float:left;
}
.about ul li i{
	color:#ff7373;
	margin-right:15px;
}
.useful-link h2{
	color:#FFF;
	font-size:20px;
	margin-bottom:20px;
	padding-bottom:16px;
	position:relative;
	font-weight:bold;
}
.useful-link h2:before{
	position:absolute;
	bottom:-1px;
	left:0px;
	content:"";
	width:50px;
	height:2px;
	background:#ff7373;
}
.useful-link ul{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:20px;
}
.useful-link ul li{
	color:#fff;
	line-height:30px;
	font-size:16px;
}
.useful-link ul li i{
	color:#ff7373;
	margin-right:15px;
}
.single-news .container{
	padding-left:0px;
}
.news-inner{
	padding:0 15px;
}	
.single-news {
    position: relative;
    //padding-left: 65px;
    margin-bottom: 15px;
	color:#fff;
}
.single-news .timing-class{
	width:47%;
	float:left;
}
.single-news .timing-sep{
	width:5%;
	float:left;
	text-align:center;
}
.single-news .timing-time{
	width:48%;
	float:left;
	font-size:16px;
}
.single-news h4{
	color:#fff;
	margin:0px;
	font-size:16px;
	font-weight:400;
	padding-bottom:5px;
	text-align:left;
}
.single-news p{
	padding-right:50px;
	color:#eee;
	font-weight:400;
}
.mail p{
	color:#eee;
	font-weight:400;
	font-size:16px;
}
.mail .form input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #2c2c2c;
    box-shadow: none;
    text-shadow: none;
    border: none;
    padding: 0px 50px 0px 20px;
    font-size: 16px;
    border-radius: 0px;
}
.mail .button {
    background:#00B16A;
	position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    color: #fff;
    box-shadow: none;
    font-size: 20px;
    text-shadow: none;
    border: none;
    border-radius: 0px;
    border-left: 1px solid transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
	margin:10px 0 0 0;
}
footer .footer-bottom{
	padding:10px 0 0 0;
	border-top:2px solid #FFF;
	background-color: #000;
}
.bottom-head{
	color:#FFF;
	text-align:center;
}

/* Foundation Page CSS */
.foundation{
	margin-top:25px;
	margin-bottom:25px;
}
.foundation-content{
	border:2px solid #e7e7e7;
	position:relative;
	box-shadow:3px 3px 5px 6px #ccc;
	-moz-box-shadow:3px 3px 5px 6px #ccc;
	-webkit-box-shadow:3px 3px 5px 6px #ccc;
}
.foundation-content img{
	width:75%;
	height:180px;
}
.foundation h2{
	text-align:center;
	text-transform:uppercase;
	margin-bottom:25px;
	color:#ff7373;
	font-size:24px;
	font-weight:bold;
	position:relative;
	padding-bottom:12px;
}
.foundation h2::before{
	background: #666 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.foundation h2::after{
	background: #666 none repeat scroll 0 0;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -63px;
    position: absolute;
    width: 100px;
}
.foundation-content h5{
	font-weight:bold;
	font-size:20px;
	text-align:center;
	padding-bottom:10px;
}
.foundation-content .text-center p{
	margin:0px;
	padding:0px;
	color:#ff7373;
	font-weight:500;
	font-size:18px;
}
/* End Foundation Page CSS */
/* Contact Us CSS */
.contact-us{
	margin-top:25px;
	margin-bottom:25px;
}
.contact-us h2{
	text-align:center;
	text-transform:uppercase;
	margin-bottom:25px;
	color:#ff7373;
	font-size:24px;
	font-weight:bold;
	position:relative;
	padding-bottom:12px;
}
.contact-us h2::before{
	background: #666 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.contact-us h2::after{
	background: #666 none repeat scroll 0 0;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -63px;
    position: absolute;
    width: 100px;
}
.contact-info{
	margin:10px 0 10px 0;
	//padding-left:100px;
	position:relative;
	text-align:left;
	border:1px solid #e7e7e7;
	padding:15px 15px 15px 115px;
	box-shadow:3px 3px 5px 6px #ccc;
	-moz-box-shadow:3px 3px 5px 6px #ccc;
	-webkit-box-shadow:3px 3px 5px 6px #ccc;
}
.contact-info .icon{
	left:0;
	position:absolute;
	padding-left:25px;
}
.contact-info .icon i{
  	border:1px solid #e7e7e7;
	border-radius:100%;
	font-size:25px;
	height:70px;
	line-height:70px;
	text-align:center;
	width:70px;
	color:#ff7373;
}
.contact-info h3{
	font-size:20px;
	font-weight:700;
	margin:0 0 5px;
	padding-top:10px;
}
.contact-info p{
	color:#777;
	font-size:15px;
	margin-bottom:5px;
}
.contact-form{
	box-shadow:3px 3px 5px 6px #ccc;
	-moz-box-shadow:3px 3px 5px 6px #ccc;
	-webkit-box-shadow:3px 3px 5px 6px #ccc;
	padding:15px;
	margin-top:10px;
}
.contact-form .form-group{
	margin-bottom:15px;
}
.contact-form input{
	border:1px solid #eeeeee;
	box-shadow:none;
	color:#666666;
	font-size:15px;
	height:50px;
	padding-left:15px;
	text-shadow:none;
	width:100%;
	border-radius:3px;
}
.contact-form textarea{
	border:1px solid #eeeeee;
	box-shadow:none;
	color:#666666;
	font-size:15px;
	height:50px;
	padding-left:15px;
	text-shadow:none;
	width:100%;
	border-radius:3px;
	height:120px;
}
.contact-form input:hover{
	padding-left:25px;
	transition:all 0.4s ease 0s;
}
.contact-form textarea:hover{
	padding-left:25px;
	transition:all 0.4s ease 0s;
}
.contact-form .button button{
	background:#ff7373;
	color:#fff;
	transition:all 0.3s ease 0s;
}
.contact-form .button .btn{
	border-radius:0;
	border:medium none;
	box-shadow:none;
	cursor:pointer;
	display:inline-block;
	font-size:14px;
	font-weight:500;
	padding:13px 32px;
	text-transform:uppercase;
	transform:perspective(1px) translateZ(0px);
}
.lbn-map{
	margin:50px 0 0 0;
	//border:1px solid black;
}
.lbn-map .container-fluid{
	padding:0px;
}
/* End Of Contact Us CSS */
/* Gallery CSS */]
.gallery{
	margin-top:25px;
	margin-bottom:25px;
}
.gallery h2{
	text-align:center;
	text-transform:uppercase;
	margin-bottom:25px;
	color:#ff7373;
	font-size:24px;
	font-weight:bold;
	position:relative;
	padding-bottom:12px;
}
.gallery h2::before{
	background: #666 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 70px;
}
.gallery h2::after{
	background: #666 none repeat scroll 0 0;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 70px;
}
.gallery-container .container{
	margin-bottom:25px;
	margin-top:10px;
}
/*.gallery-outer{
	border:1px solid #e7e7e7;
	box-shadow:3px 3px 5px 6px #ccc;
	-moz-box-shadow:3px 3px 5px 6px #ccc;
	-webkit-box-shadow:3px 3px 5px 6px #ccc;
}*/
.basic-padding{
    padding-top:15px;
    padding-bottom:15px;
}
.image-hover {
  background: -webkit-linear-gradient(45deg, #ff89e9 0, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0, #05abe0 100%);
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-hover .overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  text-align: left;
}
.image-hover .overlay::before {
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 2px solid #fff;
  opacity: 0;
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.image-hover img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  max-width: none;
  width: calc(108%);
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  height:240px;
  opacity:0.7;
}
.image-hover h2 {
  padding: 15% 0 10px;
  color: #fff;
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  font-weight:700;
}
.image-hover .btn-hover {
  display: inline-block;
  color: #fff;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  font-weight:700;
}
.image-hover:hover img {
  opacity: .6;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.image-hover:hover .overlay::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.image-hover:hover .btn-hover {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.school-activities{
	padding:35px 0 10px 0;
}
.school-activities .item{
	padding:10px;
	margin-bottom:10px;
	webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
/*.item:nth-child(1) .border{
	border:3px dashed #6059bb;
}
.item:nth-child(2) .border{
	border:3px dashed #fd7114;
}
.item:nth-child(3) .border{
	border:3px dashed #6cabb8;
}
.item:nth-child(4) .border{
	border:3px dashed #add546;
}
.item:nth-child(1) .icon-box{
	background:#6059bb;
}
.item:nth-child(2) .icon-box{
	background:#fd7114;
}
.item:nth-child(3) .icon-box{
	background:#6cabb8;
}
.item:nth-child(4) .icon-box{
	background:#add546;
}*/
.school-activities .border{
	position:relative;
}
.school-activities .border img{
	border-radius:3%;
	width:100%;
	height:175px;
	margin-top:10px;
}
.school-activities .icon-box{
	width:143px;
	height:143px;
	border-radius:50%;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
}
.school-activities .icon-box i{
	line-height:136px;
	color:#fff;
	margin:0px;
	font-size:60px;
}
.school-activities h3{
	margin-top:10px;
	text-align:center;
	color:#39414a;
	height:50px;
}
.school-activities h3 a{
	text-decoration:none;
	color:#39414a;
	font-size:18px;
}
/* End Gallery CSS */
/* Common Navigation */
.common-nav {
    width: 100%;
    position: relative;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    padding: 20px 0;
	background-color:#eeeeee;
	border-bottom:2px solid #f6f6f6;
}
.common-nav h1 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
	margin-top:0;
}
.common-nav .breadcrumb {
    margin: 10px 0 0 0;
    color: #95999e;
    padding: 0px;
    background-color: #eeeeee;
    font-size: 16px;
}
/* End Common Navigation */

/*Registration CSS*/
.reg_rules {
    margin: 0px;
    padding: 0px;
	list-style: none;
}
.reg_rules li {
    font-size: 16px;
    color: #333;
    //text-transform: capitalize;
}
.reg_rules li i {
    padding-right: 15px;
    color: #ff7373;
    font-size: 22px;
    line-height: 30px;
}
/*End registration CSS*/
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.title_flag{
	background-color:#e7e7e7;
	padding:10px 5px;
	font-size:18px;
	font-weight:600;
}
#frmrec input,#frmrec select{
	border-radius:0;
}
.deposit-area{
	background-color:#f1f1f1;
	border-radius:10px;
	padding:25px 15px;
}
.deposit-area .form-control{
	height:40px;
	padding:10px 12px;
	border-radius:0;
	border:2px solid #ff7373;
	box-shadow:none;
}
.deposit-area .btn-default{
	background-color:#ff7373;
	border-color:#ff7373;
	border-radius:0;
	color:#fff;
	font-weight:600;
}
.events-area{
	background-color:#f1f1f1;
	padding:15px 15px;
	border-left:4px solid #ff7373;
}
.events-content{
	border-bottom:2px solid #333;
	padding:10px 0;
}
.events-content h4{
	font-size:24px;
	margin-top:0;
}
.wa-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: none;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
#cssmenu > ul > .onlinefeebtn a{
	background-color:#ff4040;
	color:#fff;	
}