@charset "utf-8";
/* CSS Document */

@font-face {
	/*font-family: 'Conv_Cambria';
	src: url('../fonts/Cambria.eot');
	src: local('☺'), url('../fonts/Cambria.woff') format('woff'), url('../fonts/Cambria.ttf') format('truetype'), url('../fonts/Cambria.svg') format('svg');
	font-weight: normal;
	font-style: normal;*/
	
	font-family: 'cambria';
    src: url('../fonts/cambria.eot'); /* IE9 Compat Modes */
    src: url('../fonts/cambria.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/cambria.woff') format('woff'), /* Modern Browsers */
         url('../fonts/cambria.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/cambria.svg#cambria') format('svg'); /* Legacy iOS */
	
	
}

body{
	color:#6a6a6b;
	}


.line{
	background-color:#6e000b;
	height:8px;
	float:left;
	width:100%;
	}

.header{
	padding:15px 0px;
	}
	
.header img {
    max-width: 370px;
}	

.top_contact {
    list-style: none outside none;
	float:right;
	padding-left:0px;
	margin-top: 30px;
}

.top_contact li{
	float:left;
	margin-left:15px;
}


.phone, .mail {
	background-image: url("../images/cantact_top.png");
	background-repeat: no-repeat;
	}
	
.img-left{
	float:left;
	margin-right:15px;
	}
	
.img-right{
	float:right;
	margin-left:15px;
	}
	
.phone {
    background-position: left 4px;
    padding-left: 21px;
}
	
.mail {
    background-position: left -32px;
    padding-left: 26px;
}

.top_social {
    list-style: none outside none;
	float:right;
	padding-left:0px;
	width:100%;
	margin-top:10px;
}

.top_social li{
	float:right;
	margin-left:5px;
}

.facebook, .twitter, .google, .linked_in {
    background-image: url("../images/social.png");
    background-position: left top;
    background-repeat: no-repeat;
    margin-left: 0;
    padding: 5px 13px;
	transition:0.2s;
	-moz-transition:0.2s;
	-webkit-transition:0.2s;
	-ms-transition:0.2s;
	-o-transition:0.2s;
	-khtml-transition:0.2s;
}

.twitter{
    background-position: -71px top;
}

.google{
    background-position: -35px top;
}

.linked_in {
    background-position: -106px top;
}

.facebook:hover{
    background-position: left -30px;
}

.twitter:hover{
    background-position: -71px -30px;
}

.google:hover{
    background-position: -35px -30px;
}

.linked_in:hover {
    background-position: -106px -30px;
}

.navigation {
    background: none repeat scroll 0 0 #6e000b;
    margin-top: 15px;
}

.kmv_slide img{
	width:100%;
	}
	
.welcome {
    margin-bottom: 17px;
    padding: 15px 0;
    text-align: center;
	background-image: url(../images/home_bg.png);
    background-repeat: no-repeat;
    background-size: contain
}


.sub_container {
    margin-bottom: 17px;
    padding: 15px 0;
	background-image: url(../images/home_bg.png);
    background-repeat: no-repeat;
    background-position: right;
}

.mainbox h1 {
  font-size: 24px;
  color: #0c284f;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0 30px;
  font-family: 'Courgette', cursive;
  font-weight: 600;
}

.box1 {
  border: 1px solid hsl(0, 0%, 93%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  padding: 17px;
  position: relative;
  text-transform: capitalize;
  word-break: break-all;
  background-color: #6e000b;
  background-image: url(./assets/images/sub.jpg);
  background-position: bottom;
  background-size: cover;
  border-radius:25px;
}

.box1 {
  text-align: center;
  min-height: 296px;
  margin: 40px 0 10px;
}

.icons {
  background: #9f1624 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  height: 90px;
  margin: -52px auto auto;
  padding: 27px 29px;
  width: 90px;
}

.mainbox .box1 h3 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}


.objectives {
  float: left;
  width: 100%;
  padding: 25px 0;
  background-color: #6e000b;
  color: #fff;
  line-height: 32px;
  background-image: url(./assets/images/sliders.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.main_heading {
  font-family: 'Courgette', cursive;
  font-size: 25px;
  color: #fff;
  display: inline-block;
  margin: 10px 0 20px 0;
  text-align: center;
}

.none_h {
  padding: 0px;
  margin: 0px 0 25px 0;
  box-shadow: none;
  background-color: transparent;
  border: none;
}

.po {
  padding: 0px;
  border-radius: 4%;
}

.main_tr {
  float: left;
  width: 100%;
  padding: 45px 0;
  background-color: #FFEFE2;
}

.col_rt {
  background-color: #fff;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 0px;
  max-width: 280px;
  padding: 23px 15px 30px;
  text-align: center;
  width: 100%;
  transition: 0.2s;
  min-height: 250px;
 /* box-shadow: 11px 5px 30px 8px #bdbdbd;*/
  margin-bottom: 10px;
}

.col_rt a:hover {
  text-decoration: none;
}

.bbm_img {
  float: left;
  margin-bottom: 35px;
  overflow: hidden;
  width: 100%;
}

.bbm_img > img {
  border-radius: 100%;
  max-width: 170px;
}

.col_rt h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0px;
  color: #eb5310;
  font-family: 'Courgette', cursive;
}

.col_rt h6 {
  font-size: 15px;
  color: #333;
}

h1{
	font-size:25px;
	text-transform:uppercase;
	color:#151d2f;
	}
	
.red{
	color:#d8261c;
	}
	
.vision {
    border-right: 2px solid #dde8ea;
    padding-right: 10px;
}

.vision_mission h1 {
	margin-top:0px;
	}
	
.vision_mission {
    margin: 30px 0;
    text-align: center;
}

.current_news{
	text-align:center;
	overflow:hidden;
	}
	
.news_section{
	background-color:#f2f2f2;
	padding:10px;
	overflow:hidden;
	}

.news_section img{
	width:100%;
	overflow:hidden;

}	
.p10{
	 padding:10px;
	
 }
 
.hidden_news {
    background: none repeat scroll 0 0 rgba(216, 38, 28, 0.6);
    color: #fff;
    height: 100%;
    left: 0px;
    padding: 30px 8px 8px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
	display:none;
	transition:5s;
	overflow:hidden!important;
}

.polices h3 {
    margin-bottom: 5px;
}

.news_col:hover .hidden_news {
	display:block;
	overflow:hidden!important;
}



.news_date {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    font-size: 26px;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
	transition:5s;
}

.news_col {
    position: relative;
	transition:5s;
	overflow:hidden!important;
}

.news_col img{
	transition:0.5s;
	}

.news_col:hover.news_col img {
    transform:scale(2);
	overflow:hidden!important;

}

.hidden_news > p {
    margin-top: 25px;
}


.school {
    background: url("../images/school.jpg") no-repeat fixed center center / 100% 100% rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
	padding:25px 0px 45px 0px;
	margin:15px 0px;
}

.school_img {
    margin: 25px 0;
}
.mes_section h3 {
    text-transform: uppercase;
}

.mes_section {
    color: #fff;
    text-align: center;
}

.mes_section a {
    font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
	text-decoration:none;
	color:#fff;
}


.button {
    background-color: #df4a1f;
    border-radius: 3px;
    box-shadow: 1px 4px 0 #c13911, 0 15px 21px rgba(0, 0, 0, 0.35);
    color: #fff;
    display: inline-block;
    line-height: 27px;
    padding: 8px 18px;
    transition: box-shadow 0.1s ease-in-out 0s;
	margin-top:15px;
}



.button:hover {
    background-color: #df4a1f;
    
}

.button:active, .button:focus {
  
    box-shadow: 0 8px 0 #c13911, 0 12px 10px rgba(0, 0, 0, .3);
}

.button:active  {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}
.pull
{
text-align:right;
}
.gallery_box {
    padding: 0;
}

.gallery_box_img img{
	width:100%;
	transition:0.5s;
}

.gallery_box_main {
    margin-bottom: 2px;
    padding: 3px;
}

.gallery_box {
    border: 1px solid #d8261c;
    padding: 0;
	transition:0.5s;
	text-align:center;
	min-height:250px;
	margin-bottom:20px;
}

.gallery_box h4 a{
    
	text-align:center;
	color:#d8261c;
	font-size:15px;
	text-transform:uppercase;
	padding: 5px;
}

.pull{
	text-align:center;
}

.pull a{
	font-size:15px;
}

.footer {
  color: #fff;
}

.footer {
  float: left;
  width: 100%;
  background-color: #072445;
  padding: 25px 0 0 0;
  margin-top:20px;
}

.map iframe {
  width: 100% !important;
  padding-bottom:10%;
}
.box_footer {
  min-height: 200px;
  float: left;
  width: 100%;
}

.box_footer h3 {
  margin: 0 0 18px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.box_footer ul {
  padding: 0;
  list-style: none;
  margin: 0 0 25px 0;
}

.box_footer ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.footer ul li {
  margin-bottom: 10px;
  background-image: url(../images/list_light.png);
  background-position: left 8px;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.box_footer ul li a {
  color: #fff;
  text-decoration: none;
}

.gallery h1 {
    text-align: center;
}
.gallery_box_img {
    position: relative;
	overflow:hidden;
}
.over {
    /*background:no-repeat scroll rgba(216, 38, 28, 0.6) url(../images/mag.png) center;*/
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	display:none;
	transition:0.5s;
}

.gallery_box:hover .over{
    display:block;
	
}

.gallery_box:hover .gallery_box_img img{
 transform: scale(2);
}

.calender, .video, .polices {
    margin-bottom: 2px;
    padding: 3px;
}

.school_events h3 {
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.school_events {
    border-top: 1px solid #c03810;
	border-bottom: 1px solid #c03810;
    margin-top: 25px;
	padding-bottom:25px;
}

.police_bg {
    background: url("../images/polices.jpg") no-repeat scroll 100% 100% rgba(0, 0, 0, 0);
    height: 100%;
    padding: 26px;
    width: 100%;
}

.police_bg > ul {
    list-style: none outside none;
    margin: 0 auto !important;
    padding:0 0 0 15px;
}

.police_bg li {
    background-image: url("../images/arrow.png");
    background-position: left 6px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding-left: 25px;
}





.testimonials {
    background-attachment: fixed;
    background-image: url("../images/school.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    padding: 25px 0;
    text-align: center;
    width: 100%;
	margin-top:20px;
}
.h1 {
    color: #fff;
    font-size: 25px;
}
.bx-wrapper .testimonials-title{ text-align: center;  margin: 25px 15px 3px; font-size: 24px; line-height: 1; }


.bx-wrapper .testimonials-carousel-context{ overflow: hidden; padding:0px 0px; }
.testimonials-carousel-content > p{
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:300;
	}
.bx-wrapper .testimonials-name{ font-size: 18px; margin-bottom: 15px; color:#e92828; font-weight:400; text-align:center;}
.testimonials-name{
	text-align:center;
	color:#000;
	}
.bx-wrapper {position: relative;margin: 30px auto;padding:0px 80px; *zoom: 1; width:98%;}
.bx-wrapper .slide {padding:0;margin:0;display: block;}
.bx-wrapper .bx-viewport {margin-left:0;z-index:1;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute;display:none;bottom: -30px;}
.bx-wrapper .bx-loading {min-height: 50px;background: url(images/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}
.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-weight: bold;color: #666;padding-top: 20px;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #666;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 5px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background: #000;}
.bx-wrapper .bx-next {position: absolute;top: 0;right:0px;width: 43x;height: 43x;cursor: pointer;background: url("../images/arrow2.png") no-repeat scroll -38px 5px rgba(0, 0, 0, 0); }
.bx-wrapper .bx-prev {position: absolute;top: 0px;left:0px;width: 43x;height: 43px;cursor: pointer;background: url("../images/arrow2.png") no-repeat scroll 8px 5px rgba(0, 0, 0, 0); } 
.bx-wrapper .bx-controls-direction a {position: absolute;top:0%;margin-top: 0;margin-right: 0px;outline: 0;width: 43px;height: 43px;text-indent: -9999px;z-index: 9999;

-webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;}


.bx-wrapper .bx-next:hover {opacity:0.5;}
.bx-wrapper .bx-prev:hover {opacity:0.5;} 

/*.footer{

	padding:25px 0px;
	
	background: url("../images/school.jpg") no-repeat fixed center center / 100% 100% rgba(0, 0, 0, 0);
	float: left;
    width: 100%;

	}*/
	
.send {
    cursor: pointer;
    font-size: 20px;
    padding: 6px 27px;
    text-transform: uppercase;
}

.address {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    color: #fff;
    list-style: none outside none;
    margin-top:0px;
    padding: 25px;
	font-size:17px;
}

.address li {
    margin-bottom: 7px;
}

.add{
	background-image:url(../images/home.png);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding-left:25px;
	}
	
.ph{
	background-image:url(../images/call.png);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:25px;
	}
	
.mob{
	background-image:url(../images/mob.png);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:25px;
	}
	
.mail_l{
	background-image:url(../images/mail.png);
	background-position:left 9px;
	background-repeat:no-repeat;
	padding-left:25px;
	}
	
.site{
	background-image:url(../images/web.png);
	background-position:left 7px;
	background-repeat:no-repeat;
	padding-left:25px;
	}
	
.download {
    border: 1px solid #888888;
    float: left;
    height: 39px;
    line-height: 35px;
    margin-top: 15px;
    padding: 0 11px;
    text-transform: uppercase;
}

.download a{
color:#878787;
text-decoration:none;
}

.download a:hover{
color:#fff;
}

.icon_d {
    background: url("../images/download.png") no-repeat scroll 1px 6px rgba(0, 0, 0, 0);
    border-right: 1px solid #888888;
    display: inline-block;
    float: left;
    height: 37px;
    margin-right: 15px;
    width: 35px;
}


.footer_bottom {
   /* background: none repeat scroll 0 0 #121212;*/
    float: left;
    /*padding: 31px 0;*/
    text-align: center;
    width: 100%;
}	
.footer_bottom ul{
	list-style:none;
	margin:0 auto;
	width:230px;
}

.footer_bottom ul li{
	margin-right:10px;
	float:left;
	}


.facebook_bottom, .twitter_bottom, .google_bottom, .in_bottom {
    background-image: url("../images/footer_soical.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 56px;
    width: 56px;
}


.twitter_bottom {
    background-image: url("../images/footer_soical.png");
    background-position: -123px top;
    background-repeat: no-repeat;
    display: block;
    height: 56px;
    width: 56px;
}

.google_bottom{
    background-image: url("../images/footer_soical.png");
    background-position: -63px top;
    background-repeat: no-repeat;
    display: block;
    height: 56px;
    width: 56px;
}


.in_bottom {
    background-image: url("../images/footer_soical.png");
    background-position: -184px top;
    background-repeat: no-repeat;
    display: block;
    height: 56px;
    width: 56px;
}


.facebook_bottom:hover {
    background-position: left -59px;
}

.twitter_bottom:hover {
    background-position: -123px -59px;
}

.google_bottom:hover{
    background-position: -63px -59px;
}


.in_bottom:hover {
    background-position: -184px -59px;
}

.footer_logo {
    border-top: 1px solid #2a2a2a;
    margin-top: 82px;
    padding: 32px 0 0;
    text-align: center;
    width: 100%;
}

.footer_logo > ul {
    width: 450px;
}
.footer_logo li {
    text-align: right;
    width: 105px;
}
.social1 {
    background: url("../images/social1.png") no-repeat scroll left 0 center rgba(0, 0, 0, 0);
    padding-bottom: 33px;
    padding-left: 29px;
    padding-top: 12px;
	color:#fff;
}
.social2 {
    background: url("../images/social3.png") no-repeat scroll left 0 center rgba(0, 0, 0, 0);
    padding-bottom: 35px;
    padding-left: 40px;
    padding-top: 12px;
	color:#fff;
}
.social3 {
    background: url("../images/social2.png") no-repeat scroll left 0 center rgba(0, 0, 0, 0);
    padding-bottom: 35px;
    padding-left: 40px;
    padding-top: 12px;
	color:#fff;
}

.maps {
  background-image: url(../images/maps.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 40px;
  margin-bottom: 25px;
  font-size:14px;
}

.call {
  background-image: url(../images/calls.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 40px;
  margin-bottom: 44px;
}

.call a, .mails a{
	color:#fff;
	font-size:14px;
}

.call a:hover, .mails a:hover{
	color:#fff;
	text-decoration:none;
}

.mails {
  background-image: url(../images/mails.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 40px;
  
}

.social1:hover, .social2:hover, .social3:hover
{
  text-decoration:none;
}

.copy {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 11px;
}

.footer_logo img {
    margin: 0 auto;
}

.left_img{
	float:left;
	margin-right:25px;
	}
	
.right_img{
	float:right;
	margin-left:25px;
	}
	
.sub_container{
	min-height:600px;
	}
	
.heading {
    border-bottom: 4px double #ccc;
    font-size: 22px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.p0{
	padding:0px;
	}
	
.vision_ab{
	background-color:#16347c;
	color:#fff;
	padding:1px 15px 15px 15px;
	min-height:200px;
	margin-top:25px;
	}
	
.mission_ab{
	background-color:#d7261c;
	color:#fff;
	padding:1px 15px 15px 15px;
	min-height:200px;
	margin-top:25px;
	margin-bottom:25px;
	}
	
.red_hill{
	
	text-align:center!important;
	margin:10px 0;
	}
	
.red_hill p{
	text-align:center!important;;
	}
	
.devide_row {
    border-bottom: 4px double #ccc;
    float: left;
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 100%;
}
.red_row p, .blue_row p{
	color:#fff;
	}
	
.blue_row{
	background-color:#d7261c;
	padding:10px 15px;
	}
	
.name{
	color:#d7261c;
	margin-bottom:0px;
	}
	
.desig{
	color:#16347c;
	font-size:13px;
	}
	
.semi_heading {
    color: #16347c;
    font-size: 17px;
    margin-bottom: 7px;
}

.row_devider {
    background-image: url("../images/hill.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    border-bottom: 1px solid #92a3bd;
    margin-bottom: 25px;
    padding-bottom: 35px;
	float:left;
	width:100%;
}

.sub_container ul{
	padding:0px;
	list-style:none;
	padding-top:15px;
	float:left;
	}
.leftul{
	float:left;
	margin-right:30px;
	}	
.sub_container ul li {
    background-image: url("../images/bullet.png");
    background-position: left 5px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding-left: 18px;
}


.blue{	
	color:#16347c;
	}
	
ol li {
    margin: 8px 0;
}

.semi_row {
    margin-bottom: 35px;
}

.list li {
    margin-bottom: 20px;
	background-image:url(../images/list.png);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:15px;
}

.news_section h3 {
    text-transform: uppercase;
}

.inn{
	border:1px solid #ccc;
	color:#000;
	}
.gg label{
	color:#666;
	font-family: "Cambria", Times New Roman, serif!important;
	}
.my_form {
    background: none repeat scroll 0 0 #f6f6f6;
    padding: 25px;
}

.gallery {
    float: left;
    width: 100%;
}

@media(max-width:1000px){
	.name. .desig{
		text-align:left;
		}
	.map iframe
	{
	height:400px;
	}
}
@media(max-width:700px){
.pull-right{
		float:none!important;
		}
	.pull-left{
		float:none!important;
		}
.header img {
    max-width: 100%;
}
		.footer_logo > ul {
    width: 450px;
	margin:0 auto;
	text-align:center;
}
	}
@media(max-width:600px)
{
.footer_logo > ul {
    width: 150px;
	margin:0 auto;
}
}	
@media(max-width:400px){
	.footer_bottom ul {
    list-style: none outside none;
    margin: 0 auto;
    width: 265px;
}
}