

body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px; color:#333; line-height:26px
}


img {
	max-width:100%;
}

ul {
	list-style:none; margin:0; padding:0;
}

a, a:hover {
	text-decoration:none
}


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

.header-nav {
  position: relative;
  width:100%; float:left;
  z-index:100;
  height:88px; 
}

.header-nav-wrapper {
	position:fixed;
	top:0; left:0;
    width:100%;
	height:88px;
	background:#fff;
	border-bottom:1px solid #f1f1f1
}



.second_head{
	width:100%; 
	position:relative;
	float:left
	}	
	
				
.logo_sec{
	width:100%; 
	float:left; background:#fff; 
	
	}	

.logo_part{
	width:100%; float:left;
position:relative
}	
			
.logo_part a  {
	width:200px;
	display:block;	
	position:absolute;
	left:0;
	top:15px; font-size:40px; font-weight:bold;
	color:#ff9c00; text-transform:uppercase
}	

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

.desktop_menu{
	width:100%; float:left
}
			
			
.desktop_menu_ul {
  display:inline-block;
  float:right;
}

.desktop_menu_ul > li {
	display:inline-block;
	float:left ; 
	position:relative; padding:0 20px;
}

.desktop_menu_ul > li.lidrop > a{
	position:relative
}

.desktop_menu_ul > li.lidrop > a:before {
	content:"\f107";
	position:absolute;
	right:-15px;
	top:30px; font-weight:normal;
	font-family: 'FontAwesome';
}


.desktop_menu_ul > li:last-child{
	padding-right:0
}



.desktop_menu_ul > li > a{
	 color:#40342c; 
	 display:block; 
	 font-weight:500;
	 padding:30px 0px; transition: all 0.5s ease-in-out;
}


.desktop_menu_ul > li:hover > a,
.desktop_menu_ul > li > a.menu_active{
	 color:#e00009; 
}



.desktop_menu_ul > li > ul {
	position:absolute;
	left:-75px; z-index:11; background:#e00009;
	width:245px; 
	padding:15px 0;
	top:86px; opacity:0; visibility:hidden;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
    transition: all 0.s ease-in-out;
	
}

.desktop_menu_ul > li > ul > li {
	border-bottom:1px solid rgba(255,255,255,.2)
}

.desktop_menu_ul > li > ul > li:last-child  {
	 border-bottom:0
}

.desktop_menu_ul > li > ul > li > a {
	 color:#fff; 
	 font-size:15px; display:block; 
	 line-height:20px;
	 padding:15px 25px; font-weight:400;
	 transition: all 0.5s ease-in-out;
}

.desktop_menu_ul > li > ul > li > a:hover {
	padding-left:30px
}


.desktop_menu_ul > li:hover > ul {
	opacity:1; visibility:visible;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
	

.desktop_menu_ul > li.position_statics,
.position_statics {
	position:static
}	


	
.mobilemenu{
	width:100%; float:left;
	position:relative; display:none
}	

.mobile_menu_icon  {
	display:block;
	position:absolute;
	right:0; z-index:100;
	width:35px; top:37px;
		transition: all 0.5s ease-in-out;
}



.mobile_menu_icon:hover  span.m_line1,
.mobile_menu_icon:hover  span.m_line2
{
	background:#002147;
	width:100%;
	transition: all 0.5s ease-in-out;
}
	
.mobile_menu_icon  span.m_line1{
	display:block; float:right;
	width:100%; height:2px; background:#e2000c;
	margin-bottom:10px;
	transition: all 0.5s ease-in-out;
}	
	
.mobile_menu_icon  span.m_line2{
	display:block; float:right;
	width:100%; height:2px; background:#e2000c;
	margin-bottom:5px;
	transition: all 0.5s ease-in-out;
}	
	
.mobile_menu_icon  span.m_line3{
	display:block; float:right;
	width:100%; height:2px; background:#e2000c;
	margin-bottom:5px;
	transition: all 0.5s ease-in-out;
}	
	
	


.mobile_social{
		width:100%; 
		padding-top:5px;
		padding-bottom:150px
}

.mobile_social  li{
	display:inline-block;
    margin-right:20px;
}

.mobile_social  li:first-child {
	padding-left:0
}

.mobile_social  li a {
	color:#fff;
	font-size:15px; opacity:.6;
	transition: all 0.5s ease-in-out;
}

.mobile_social  li a:hover {
	opacity:1;
	color:#fff;
	 transition: all 0.5s ease-in-out;
}

.side-panel-dark .side-panel-menu .primary-structure .block__active {
	color:#c4a966; border:1px solid #c4a966;
	display:inline-block; position:relative;
	padding:10px 25px; border-radius:20px;
	top:30px;
}
	
	
	
@media (max-width:1199px) {
	
.desktop_menu_ul > li {
	padding:0 15px
}

}	
	
	
@media (max-width:1000px) {
	
	.desktop_menu {
		display:none
	}
	.mobilemenu{
	 display:block
}

.navbar-scrolltofixed {
	height:72px
}

}



@media (max-width:480px) {
	
.logo_part a {
	width:160px
}

.header-nav-wrapper, .header-nav {
	height:77px
}

.mobile_menu_icon {
	top:33px
}

}	
	




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


.hotext_more {
	width:100%; float:left;
	padding-top:5px
}

.hotext_more a {
	color:#fff; display:inline-block;
	transition: all 0.5s ease-in-out;
}

.hotext_more a i {
	position:relative;
	font-size:14px; top:1px;
	padding-left:0px;
	transition: all 0.5s ease-in-out;
}

.hotext_more a:hover i{
	padding-left:3px
}

.home_aboutsec {
	width:100%; float:left;
	padding:60px 0 30px 0
}

.hab_box {
	width:100%; float:left;
	padding:50px 35px;
	background:#05023b;
	position:relative;
	z-index:2;
}

.scal_bg {
	width:223px; height:245px;
	position:absolute; left:-100px; top:0;
	z-index:1;
	background:url(../images/bg-scale.png) left no-repeat;
}

.hab_box h3 {
	font-size:30px; text-transform:uppercase;
	color:#fff; font-weight:600;
	margin-bottom:20px
}

.hab_box p {
	color:#fff; font-weight:300;
	line-height:32px
}

.hab_sub {
	width:100%; float:left;
	padding-top:30px
}

.hab_sub ul li {
	width:33.33%;
	display:block;
	float:left; padding:0 15px;
}

.hab_sub ul li  a {
	background:#e00009;
	padding:25px 15px 25px 70px; display:block;
	position:relative;
	margin-bottom:30px;
	transition: all 0.5s ease-in-out;
}

.hab_sub ul li  a h5 {
	text-transform:uppercase;
	/*border-left:1px solid #fff;
	padding-left:15px;*/
	color:#fff; font-size:16px;
	margin:0
}


.hab_sub ul li span {
	display:block;
    width:40px; height:42px;
	position:absolute;
	left:15px; top:13px;
	transition: all 0.5s ease-in-out;
}

.hab_sub ul li a:hover  span{
	  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.hab_sub ul li a:hover {
	background:#05023b;
}


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

.ach_slider_bg  {
		width:100%; float:left;
		background:#f5f5f5;
		padding:30px 15px
}

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

.ach_slider_title h4{
	background:#232323;
	font-size:18px; text-transform:uppercase;
	display:block;
	color:#fff; padding:10px 30px;
	text-align:center
}

.achivement_sliedr_box {
		width:100%; float:left;
		padding-top:10px
}

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

.achimg {
	width:100%; float:left;
	overflow:hidden;
}

.achimg img{
	transition: all 0.5s ease-in-out;
}

.achimg img:hover {
	transform:scale(1.1)
}

.achslider_cont {
	width:100%; float:left;
	padding-top:10px
}

.achslider_cont h5 a {
	color:#333;
	font-weight:600;
	font-size:18px;
		transition: all 0.5s ease-in-out;
}

.achslider_cont h5 a:hover {
	color:#e00009
}

.achslider_cont p{
	color:#232323
}


	
@media (max-width:1199px) {
	
.hab_sub ul li a h5{
	font-size:12px
}

}	

	
@media (max-width:991px) {
	
.achievement_slider {
	float:none; width:600px; margin:auto; max-width:100%
}

.hab_sub ul li {
	width:50%
}

.ach_slider_bg {
	padding:60px; margin-top:30px
}

.home_aboutsec {
	padding:60px 0 
}

}


	
@media (max-width:575px) {
.hab_sub ul li span {
	position:inherit; left:auto; top:auto; margin:auto
}

.hab_sub ul li a {
	text-align:center;
	padding:30px 15px;
}
.hab_sub ul li a h5 {
	padding:15px 0 0 0; border:0
}

.hab_box {
	padding:50px 25px
}

.ach_slider_bg {
	padding:50px 25px; 
}

	}


@media (max-width:359px) {

.hab_sub ul li {
	width:100%
}

.hab_sub ul li a {
	padding:40px 15px;
}

	}


	
	
	
.kg_centersec{
	width:100%; float:left;
	background:url(../images/bg1.jpg) center no-repeat fixed;
	background-size:cover
}	
	
	
.kg_overlay{
	width:100%; float:left;
	padding:80px 0 60px 0;
	background:rgba(0,0,0,.7)
}	
	
	
.home_kgcategories {
	width:100%; float:left;
}
	
.home_kgcatimg{
	width:100%; float:left;
	position:relative; margin-bottom:15px
}	

.home_kgcatimg img {
	width:100%
}
	
.home_kgcatimg  h5{
	background:rgba(224,0,9,.8);
	color:#fff; text-transform:uppercase;
	font-size:16px; padding:15px ;
	position:absolute; width:100%;
	left:0; bottom:0; margin:0
}	

.home_principal .home_kgcatimg  h5 i{
	padding-right:10px
}

	
.home_kgcategories  p{
	color:#fff; font-weight:400;
	font-size:14px; 
}
	
	
.read_moresec{
	width:100%; float:left;	
	padding-top:20px
}	
	
.read_moresec  a{
	background:#e00009;
	display:inline-block;
	padding:15px 40px; 
	color:#fff;
	font-size:14px;
	line-height:normal; 
	text-transform:uppercase;
	transition: all 0.5s ease-in-out;
}	
	
.read_moresec  a:hover {
	background:#fff; color:#333
}
	
	
@media (max-width:767px) {
	.home_principal {
		padding-top:60px ; margin-bottom:10px
	}
	
	.kg_overlay{
	padding:80px 0 ;

}
	
}	
	
	




.home_admissionsec{
	width:100%; float:left;
	background:#f9f9f6;
    margin-top: 20px;
}	
	
.hadm_left {
	width:100%; float:left;
	position:relative; top:80px
}	
	
	
.hadm_title {
	width:100%; float:left;
	padding:0px 0 40px 0
}	

.hadm_title  h2{
	font-size:40px; font-weight:400;
	text-transform:uppercase;
	color:#3d3d3d;
	line-height:50px
}

.hadm_title  h2 span {
	color:#e00009; display:block;
	font-weight:700;
}
	
.hadm_form {
	width:100%; float:left;
	padding:60px 30px 60px 120px;
	background:#fff url(../images/nameslip.jpg) left bottom no-repeat ;
/*	-webkit-box-shadow: -4px 6px 10px 0px rgba(179,179,179,1);
-moz-box-shadow: -4px 6px 10px 0px rgba(179,179,179,1);
box-shadow: -4px 6px 10px 0px rgba(179,179,179,1);
*/
}		
	
.hadm_form_row{
	width:100%; float:left;
	position:relative;
	padding-bottom:10px
	
}	

.hadm_form_row input {
	height:45px;
	border-top:0;
	border-right:0;
	border-left:0;
	border-bottom:1px solid #333;
	outline:none;
	width:75%; background:none;
	float:left;
	transition: all 0.5s ease-in-out;
}

.hadm_form_row input:focus {
	border-color:#e00009
}

.hadm_form_row p {
	position:relative;
	float:left; 
	top:35px;
	width:25%;
	padding:0px;
	line-height:16px;
	font-size:15px;
	letter-spacing:.5px;
	font-weight:700; color:#080808;
	display:block; margin:0;
}


.admision_btn {
    float:left;
	width:100%;	
	position:relative;
	text-align:right;
	padding-top:20px
}


.admision_btn input {
	background:none; border:0;
	line-height:normal;
	outline:none;
	color:#e00009;
	font-weight:700;
	transition: all 0.5s ease-in-out;
}

.admision_btn input[type="submit"] {
	cursor:pointer !important; 
}

.admision_btn input:hover{
	color:#05023b
}


.hadm_right {
	width:100%; float:left;
	position:relative;
	height:565px
}	

.hadm_right img {
	position:absolute;
	bottom:0; right:0;
}



@media (max-width:991px) {

.hadm_right {
	display:none
}

.hadm_left {
	top:0; padding:60px 0 80px 0
}

	}


@media (max-width:767px) {
	
	.hadm_form  {
	  padding:0
	}
	
	.hadm_form form{
		width:100%; float:left;
		padding:30px ;
		background:rgba(255,255,255,.5)
	}
	
	
	.hadm_title h2 {
    font-size: 32px;
    line-height: 40px;
}

.hadm_title {
	padding-bottom:20px
}
	
}

@media (max-width:570px) {
	.hadm_form_row p {
		top:0; width:100%;
		font-size:12px
	}
	
	.hadm_form_row input {
		width:100%; height:40px; color:#000
	}
	
	.hadm_form_row {
		margin-bottom:20px
	}
	
	.hadm_form form{
		padding:50px  30px 30px 30px;

	}
}





.tlnsec {
	background:#05023b;
	width:100%; float:left;
	padding:80px 0 30px 0;
}

.tln_title {  
		width:100%; float:left;
		margin-bottom:20px
}

.tln_title h3{
	font-size:20px; color:#4f8eab; margin:0
}

.testimonial-slider {width:100%; float:left;}

.tlnsec  p {
	color:#cbcada; font-weight:400
}


.testimonial_sec {
	width:100%; float:left;
    margin-bottom:50px;
    text-align: center;
}


.testimonial_sec h6 {
	font-style:italic;
	color:#ebeaf3; letter-spacing:.5px;
	font-size:15px
}

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



.latest-news-slider {
	width:100%; float:left;
	
}

.news_notice_sec {
		width:100%; float:left;
		margin-bottom:50px
}

.notice-board-slider {
		width:100%; float:left;
		margin-bottom:50px
}

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

.news_notimg{
		width:100%; float:left;
		overflow:hidden; position:relative;
        
}

.news_notimg img{
	transition: all 0.5s ease-in-out;
}

.news_notimg:hover img{
	transform:scale(1.1)
}


.news_notimg .news_date {
	width: 60px;
    height: 65px;
	background:#e00009;
	text-align:center;
	position:absolute; left:15px; bottom:15px;
	color:#fff; font-size:14px; text-transform:uppercase;
	line-height:22px
}

.news_notimg .news_date span {
	display:block; font-size:24px;
	font-weight:600; margin-top:10px
}


.news_notcont{
		width:100%; float:left;
		padding-top:20px;
}

.news_notcont h5  {
	margin-bottom:10px;
}

.news_notcont h5 a {
	color:#ebeaf3; font-size:20px; display:inline-block;
	transition: all 0.5s ease-in-out;
}

.news_notcont h5 a:hover {
	color:#fff
}

.tlnsec .owl-theme .owl-controls {
	text-align:center;
}

.tlnsec .owl-theme .owl-dots .owl-dot:first-child  span{
	margin-left:0
}


.tlnsec .owl-theme .owl-dots .owl-dot.active span, .tlnsec .owl-theme .owl-dots .owl-dot:hover span {
	background:#e00009
}




.home_cbse {
		width:100%; float:left;
		background:#fff; padding:80px 0
}


.home_cbse_outer {
	width:100%; float:left;
	position:relative; 
}


.home_cbse_bg {
	width:80%; float:right;
	background:#ededed;
	padding:40px 30px 40px 200px
}

.home_cbse_bg h3{
	color:#303030; font-size:27px; font-weight:600;
	border-bottom:4px solid #303030; display:inline-block; padding-bottom:10px ;margin-bottom:20px
}

.h_cbse_img{
		width:392px; height:392px;
	    position:absolute; left:0; top:50%;
		margin-top:-195px; border-radius:50%; overflow:hidden;
		border:4px solid #e00009
}

.home_cbse_bg .hotext_more a {
	color:#333; font-weight:600
}

.home_cbse_bg .hotext_more a:hover {
	color:#e00009
}

@media (max-width:1199px) {
	
	.home_cbse_bg {
		padding-left:230px
	}
	
}


@media (max-width:991px) {
	
	.home_cbse_bg {
		padding:130px 60px 60px 60px; width:100%; text-align:center
	}
	
	.h_cbse_img {
		position:inherit; top:100px; margin:auto; 
		
	}
	
	.home_cbse { padding-top:0}
	
}


@media (max-width:767px) {
	
	.home_cbse_bg {
		padding:130px 30px 40px 30px; 
	}
	
	.h_cbse_img {
		width:320px; height:320px
		
	}

	
}

@media (max-width:479px) {
	
	.home_cbse_bg {
		padding:130px 25px 40px 25px; 
	}
	
	.h_cbse_img {
		width:250px; height:250px
		
	}
	
	.home_cbse_bg h3 {
		font-size:24px
	}

	
}





.footer_sec {
		width:100%; float:left;
		background:#2c2c2c; padding-top:0px
}

.footer_sec a, .footer_sec p, .footer_sec li {
    color: #bbb
}

.footer_sec a:hover {
    color: #fff
}

.footer_widget {
 float:right;
}
.footer-link{    padding-top: 30px;}
.footer-link li {display: inline-block;
    padding-right: 10px;
    float: left;}

.footer_service {
	padding-left:130px
}

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

.footer_title  h3{
	color:#d2d2d2;
	padding:12px 30px;
	margin:0;
	font-size:24px;
	font-weight:600;
	background:#05023b
}

.footer_title  h3 i{
	padding-right:10px
}


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

.footer_contact_ul li {
	position:relative;
 
    padding-left:30px; margin-bottom:10px
}

.footer_contact_ul li a {
	color:#b0b0b0;  transition: all 0.5s ease-in-out;
}

.footer_contact_ul li a:hover {
	color:#fff
}

.footer_contact_ul li i {
	position:absolute; left:0; top:6px; font-size:18px
}


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

.footer_follows p {
	color:#ff9c00; font-weight:600; font-size:18px
}


.footer_follows li {
	display:inline-block; 	
	padding-right:10px; float:left
}

.footer_follows li a {
	width:35px; height:35px; 
	border:1px solid #b0b0b0;
	color:#b0b0b0; line-height:35px;
	display:block; text-align:center;
		 transition: all 0.5s ease-in-out;
}

.footer_follows li a:hover {
	background:#e00009; color:#fff;
	border-color:#e00009
}



.footer_map {
	width:100%; float:left; margin-bottom:30px
}

.footer_mapframe {
	width:100%; float:left;
	height:400px
}


.footer_copyright {
	width:100%; float:left; border-top:1px solid rgba(255,255,255,.1);
	margin-top:30px; padding-top:20px; padding-bottom:10px;
	text-align:center
}



.footer_copyright a {
	color:#666;  transition: all 0.5s ease-in-out;
}

.footer_copyright a:hover {
	color:#fff
}


@media (max-width:991px) {
	.footer_service {
		padding-left:0; padding-top:60px
	}
}


@media (max-width:359px) {
	
	.footer_contact_ul li a {
		font-size:14px
	}
}



.innerbanersec{
	width:100%; float:left;
	background:#fff url(../images/bg2.jpg) top center no-repeat fixed;
	background-size:cover
}

.inbnr_overlay{
	width:100%; float:left;
	background:rgba(224,0,9,.8);
	background:rgba(5,5,59,.8); 
	padding:80px 0;
	text-align:center
}

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

@media (max-width: 480px){
.inbnr_overlay h3 {
    font-size: 28px;
}
}

.innerpage {
	width:100%; float:left;
	padding-top:80px
}

@media (max-width:480px) {
.innerpage {
	padding-top:60px
}	
}

.inaboutsec {
	width:100%; float:left;
	padding:0px 0 0px 0; 
	position:relative
}

.inaboutsec p {text-align:justify}

.intitle {
	width:100%; float:left;
	margin-bottom:30px
}

.intitle h3 {
	color:#3d3d3d; font-size:34px; font-weight:600;
	text-transform:uppercase; margin:0; text-align:center
}

.intitle h3 span {
	font-weight:bold ; color:#e00009
}

@media (max-width:480px) {
.intitle h3 {
	font-size:28px; 
}	
}



.inbg_gray {
	background:#f9f9f6
}

.about_background {
	 background: linear-gradient(to bottom, #f9f9f6, #fff 55%);
}


.school_slider {
		width:100%; float:left;
		padding:15px 0 30px 0		
}

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

.about_bottom_bg img {
	width:100%
}


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


.managermessage_sec {
	width:100%;
	float:left; 
	padding-bottom:80px; padding-top:20px
}

.managermessage_in{
	width:100%;
	float:left;
	padding:60px 30px 60px 335px; position:relative;
	z-index:1;
	background-color: #f9f9f6; border-radius:30px
}



.manager_photo {
	width:250px; height:250px;
	border-radius:50%; overflow:hidden;
	position:absolute; left:40px; top:60px;
	border:4px solid #e00009
}


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

.manager_cont h5 {
	font-size:20px; color:#333; font-weight:600
}
.manager_cont p {
	text-align:justify
}


.all_mangmt {
	width:100%; float:left; margin-bottom:60px
}
.all_mgtbox {
	width:100%; float:left;
	padding:60px 50px; 
	background:#f9f9f6; border-radius:30px;
	    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
	margin-bottom:30px;
	min-height:220px
}


	.all_mgtbox h5 {
    font-size:16px;
    color: #000;
    font-weight: 600;
	margin-bottom:10px;
	line-height:22px;
	display:block; width:100%;
	letter-spacing:.5px;
	text-transform:uppercase
}

.all_mgtbox h5 span {
	font-weight:400; display:block;
	font-size:15px
}

.all_mgtbox p {
	margin-bottom:0; font-size:15px;
	line-height:24px; display:block;
	width:100%
}



.about_principal {
	width:100%; float:left ; padding:80px 0 100px 0
}

.about_principal h3 {
	font-size:24px; font-weight:600;
	color:#333; text-transform:uppercase; margin-bottom:20px
}

.about_principal h3 i {
	padding-right:10px; color:#e00009;

}

.about_principal .manager_cont h5 {
	font-size:18px; margin-top:20px
}

.princpal_cap {
	font-size:18px; 
	font-family: 'Courgette', cursive;
	font-weight:400; color:#333; padding:10px 0 5px 0
}


.about_principal .managermessage_in {
	    padding: 60px 50px 60px 350px;
		min-height:372px
}


.about_principal  .manager_photo {
	left:50px
}



@media (max-width:991px) {
	
	.manager_photo {
		position:inherit; left:auto; top:auto;
		margin:auto
	}
	
	.managermessage_in {
		padding:60px
	}
	
	.manager_cont {
		text-align:center; padding-top:30px
	}
	
	.manager_cont p {
		text-align:center
	}
	
	.about_principal .managermessage_in {
		padding:60px
	}
	
.about_principal  .manager_photo {
	left:auto
}
	
}


@media (max-width:767px) {
.all_mgtbox{
	min-height:10px
}

}


@media (max-width:480px) {
.managermessage_in {
		padding:60px 30px
	}
	.manager_photo {
		width:200px; height:200px
	}
	.about_principal .managermessage_in {
		padding:60px 30px
	}
}

@media (max-width:359px) {

.all_mgtbox {
	padding-left:30px; padding-right:30px
}

	}



.staffs_page {
	width:100%; float:left;
	padding-bottom:60px
}

.all_staffs  {
	margin-top:30px;
	width:100%; float:left;
}

.all_staffs_box {
    width: 100%;
    float: left;
    padding: 30px 50px;
    background: #f9f9f6;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    min-height: 160px;
}


.all_staffs_box h5 {
    font-size: 16px;
    color: #000;
    font-weight:700;
    margin-bottom:10px;
    line-height: 22px;
    display: block;
    width: 100%;
    letter-spacing: .5px;
    text-transform: uppercase;
	padding-bottom:10px; 
	border-bottom:1px solid rgba(0,0,0,.1)
}
.all_staffs_box h5 span {
    font-weight: 400;
}

.all_staffs_box p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    display: block;
    width: 100%;
}

@media (max-width:767px) {
	
	.all_staffs_box {
		min-height:10px; text-align:center;
		padding:60px ; border-radius:10px
	}
	
}

@media (max-width:400px) {
	
	.all_staffs_box {
		padding:40px 30px
	}
	
}



.anual_reportpage {
	width:100%; padding-bottom:60px;
	float:left
}

.anreport_categories {
	width:100%; 
	float:left;
	margin-bottom:50px;
	padding-bottom:40px;
	border-bottom:1px solid rgba(0,0,0,.2)
}

.anreport_categories h4 {
	font-weight:600; font-size:30px;
	text-transform:uppercase; margin-bottom:20px
}

.inubulet {
	width:100%; float:left;
	margin-bottom:10px
}

.inubulet li {
	position:relative;
	padding-left:30px;
	margin-bottom:10px
}

.inubulet li:before{
	content:"\f192";
	position:absolute; left:0;
	top:0; 
	color:#e00009;
	 font-family: 'FontAwesome';
}

.celebraion_div.anreport_categories h4 {
	margin-bottom:35px
}

.categ_sub {
	width:100%; float:left; margin-bottom:20px
}
.categ_sub h5 {
	font-size:20px; font-weight:600;
	position:relative;
	padding-left:40px;
	margin-bottom:20px
}

.categ_sub h5:before {
	content:"";
	position:absolute;
	left:0 ; top:4px;
	width:18px; height:18px;
	background:#e00009;
	transform:rotate(40deg)
}
 

 
.anual_reportpage .container .anreport_categories:last-child {
	border-bottom:0; margin-bottom:0; padding-bottom:0
}




.fecilities_page {
	width:100%; float:left; padding-bottom:100px
}

.fec_albumtitle h5{
	background:#05023b;
	color:#fff; font-size:14px;
	text-transform:uppercase;
	padding:15px 20px; text-align:center;
	margin:0; font-weight:500; line-height:18px
} 
 
 
 @media screen and (max-width:991px) and (min-width:768px){
	 
	 .fec_albumtitle h5 {
		 font-size:12px
	 }
 }
 
 
 
 
.gallery_landing {
	 width:100%; float:left;
	 padding-bottom:60px
 }
 
 
.glisting {
	 width:100%; float:left; padding-top:20px
 }
 
 .gl_categories{
	 width:100%; float:left; margin-bottom:30px
 }
 
  .gl_category_img{
	 width:100%; float:left;
	 overflow:hidden;
 }
 
   .gl_category_img img {
	      -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
   }
   
 .gl_categories:hover .gl_category_img img{
	  transform: scale(1.1) 
 }
   
   
.gl_category_content{
	 width:100%; float:left;
	 display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
	background: #05023b;
	min-height:65px
 } 
 
 
 
 .gl_category_content h5 {
    
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
    text-align: center;
    margin: 0;
    font-weight: 500;
    line-height: 18px;
}
 
 
.ingallery_page {
	width:100%; float:left; padding-bottom:100px
}
 
 .ing_albumtitle {
	width:100%; float:left; margin-bottom:10px;
	text-align:center
}

 .ing_albumtitle  h3 {
	 font-size:24px;
	 font-weight:600; margin:0;
	 text-transform:uppercase;
	 color:#333
 }
 
.backto_gallery {
	width:100%; float:left;
	text-align:center; padding-top:30px
} 
 
.backto_gallery  a{
	display:inline-block;
	padding:10px 50px;
	text-transform:uppercase;
	background:#e00009;
	color:#fff;
	border-radius:30px;
	font-size:14px;
	position:relative;
	top:-3px;
	 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
 
 .backto_gallery  a i {
	 padding-right:10px
 }
 
 .backto_gallery  a:hover{
	 background:#05023b
 }
 
 
 .contact_page {
	 width:100%; float:left;
	 padding-bottom:100px
 }
 
  .contact_page .intitle {
	  margin-bottom:50px
  }
 
 .contact_left {
	 width:100%; float:left;
 }

 
.contact_left .footer_follows {
	padding-top:20px; margin-bottom:40px
}
 
 .contact_cate h4 {
	 font-size:20px; text-transform:uppercase;
	 font-weight:bold; margin-bottom:20px;
	 color:#e00009
 }
 
 
 
.contact_cate {
	width:100%; float:left;
}

.contact_cate ul {
	margin:0; padding:0;
}

.contact_cate li {
	position:relative;
 
    margin-bottom:10px
}

.contact_cate li span {
	font-weight:600; display:block; margin-bottom:7px;
	color:#333
}

.contact_cate li a {
	color:#333;  transition: all 0.5s ease-in-out;
}

 .hour_formsec {
	 width:100%; float:left;
	 padding-top:100px;
 }
 
 .office_hour {
	 width:100%; float:left;
     padding-top:60px
 }
 
 .office_hour ul {
	margin:0; padding:0;
}

.office_hour li {
	position:relative;
	color:#999;
    margin-bottom:10px
}
 
 
  .hour_formsec h4 {
	 font-size:20px; text-transform:uppercase;
	 font-weight:bold; margin-bottom:20px;
	 color:#333
 }
 
 
 .contact_form {
	 width:100%; float:left; 
 }
  .contact_form  h4 {
	  text-align:center; margin-bottom:30px
  }
 
 .con_formouter{
	 width:100%; float:left; 
    background: #fff;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.15);
    padding:50px 40px;
 } 
 
  .con_formouter form {
	   width:100%; float:left; 	
	   padding-top:10px
  }
 
 .input_outer {
 width:100%; float:left; 	
margin-bottom:15px 
 }
 
 .input_outer input{
	 font-size: 1rem;
    line-height: 1.5;
    color: #495057;
	padding:0 15px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	outline:none;
	height:50px; width:100%; display:block; float:left;
	transition: all 0.5s ease-in-out;
 }
 
  
 .input_outer textarea{
	 font-size: 1rem;
    line-height: 1.5;
    color: #495057;
	padding:15px;
		outline:none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	height:180px; width:100%; display:block; float:left;
	transition: all 0.5s ease-in-out;
 }
 

.input_outer input[type="submit"]{
	 background:#e00009;
	 text-transform:uppercase;
	 color:#fff; margin-top:20px;
	 box-shadow:none; border:0;
	 padding:0 40px; float:none;
	 
 } 
 
.input_outer input[type="submit"]:hover{
	background:#05023b
}
 
 .map_sec {
	 width:100%; float:left;
	 height:435px
 }
 
 .contbtn {
	 text-align:left
 }
 
 .con_input_left {
	 float:left !important
 }
 
  .con_textarea_right {
	 float:right !important
 }
 
 
.footer_sec.contact_footersec {
	 padding:0
 }
 .footer_sec.contact_footersec .footer_copyright{
	 padding:30px 15px 10px 15px; margin:0
 }
 

 
 
 @media (max-width:767px) { 
 .map_sec{
	 padding-top:60px
 }
 
 }
 
 @media (max-width:480px) {
	 .con_formouter {
		 padding:60px 20px
	 }
 }
 
 
 
 
 
 .tc_page {
	 width:100%; float:left; padding-bottom:80px
 }
 
 .tc_toparea {
	 width:100%; float:left; margin-bottom:40px
 }
 
 .tc_toparea  .intitle h3{
	 text-align:left; margin-bottom:10px; padding-bottom:0
 }
 
 .tc_showitmes {
	 width:auto; float:left
 }
 
 .tc_showitmes  p {
	 float:left; padding-right:15px;
	 position:relative; top:10px; font-size:14px
 }
 
  .tc_showitmes select {
	  width:80px; height:45px;
	  padding-left:12px;
	  font-size:14px;
	  outline:none; 
	  color:#424242;
	  border-color:#e2e2e2
	  
  }
  
 .select_div {
	 position:relative;
	 float:left; width:auto
 } 
  
 .tc_showitmes .select_div:before  {
	background-color: #fff;
    color: #000;
	font-weight:500;
    content: '\f110';
    font-family: "LineAwesome";
    font-size: 12px;
    width: 30px;
    pointer-events: none;
    position: absolute;
    right:5px;
    text-align: center;
    top:10px;
	
  }

.select-directions {
	 width:auto; float:left;
	top:10px;
    position: relative;
	font-size:18px; padding-left:15px
 }

 
.select-directions span {
    display: inline-block;
    padding: 0 3px;
    text-decoration: none;
    vertical-align: center;
    cursor: pointer; float:left }
.select-directions span:hover, .select-directions span:focus {
      color: #e00009; }
 
 
 .tc_search {
	 width:100%; float:left
 }
 
.tc_search input {
	 width:100%; height:45px;
	  padding-left:45px;
	  padding-right:15px;
	  font-size:16px;
	  outline:none; 
	  color:#424242;
	  box-shadow:none; border:1px solid #e2e2e2;
	  transition: all 0.5s ease-in-out;
	  
 }
 
 .tc_search ::-webkit-input-placeholder { 
  color: #999;
 }
 .tc_searcin {
	 position:relative; width:auto;
 }
 
 .tc_search .tc_searcin:before{
	 width:10px; 
	 content:"\f2eb"; position:absolute; left:15px;
	 top:10px; 
	 font-size:18px;
	 color:#999;
	 font-family: "LineAwesome";
 }
 
 
 .tc_search .tc_searcin input:focus{
	 border-color:#333
 }
 
 
 
 .tc_table {
	width:100%; float:left; 
 }
 
 .tc_table .table-bordered thead th {
	 border-bottom-width: 1px;
 }
  
  .tc_action, .tc_action_th {
	  text-align:right
  }
 
 .tc_action a.view_img{
	 display:inline-block;
	 position:relative;
	 padding-left:25px;
	 color:#212529; margin-right:30px;
	 font-weight:400;
	 transition: all 0.5s ease-in-out;
 }
 
 .tc_action a.view_img:before {
	 content:"\f2ed";
	 position:absolute;
	 left:0;
	 color:#05023b;
	font-family: "LineAwesome";

 }
 
  .tc_action a.view_img:hover, .tc_action a.download_img:hover{
	  color:#e00009
  }
 
  .tc_action a.download_img{
	 display:inline-block;
	 position:relative;
	 padding-left:25px;
	 color:#212529;
	  font-weight:400;
	 transition: all 0.5s ease-in-out;
 }
 
 .tc_action a.download_img:before {
	 content:"\f193";
	 position:absolute;
	 left:0;
	 color:#e00009;
	 font-family: "LineAwesome";
 }
 
 .tr_student_name {
	 text-transform:uppercase
 }
 
 
 .tc_table .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.015);
}
 
 @media (max-width:991px) {
	 .tc_table .table {
		 font-size:12px; line-height:20px
	 }
 }
 
 
 
.pagenation_sec {
	width:100%; float:left;
	padding-top:20px
} 

.pagination_in {
	width:100%; float:left;
}
 
.showingrslt {
	width:100%; float:left;
}
 .showingrslt p{
	 color:#666; font-size:14px
 }
 
.pagenation_sec .pagination {
	float:right; font-size:14px; font-weight:400
}

.pagenation_sec .pagination .page-link:focus{
	box-shadow:none; outline:none
}



@media (max-width:991px) {
	.tc_search {
		padding-top:30px
	}

	.pagination_in  {
		padding-top:10px
	}
	
	.pagenation_sec .pagination {float:none; width:auto}
	
	.pagenation_sec {
		padding-top:10px
	}
}

@media (max-width:480px) {

	.tc_toparea .intitle h3 {
		font-size:24px
	}
		
}





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

.inbg2 {
	background:url(../images/background.svg) center;
}
	
.kg_tablesec {
	width:100%; float:left;
	padding-top:30px
}

.kg_tablemargin{
	width:600px; max-width:100%; margin:auto; 
}

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

.kgsec_phara p {
	color:#000; text-align:justify;
	line-height:30px; font-size:17px
}

.kg_total{
	font-weight:600;
	font-size:18px
}


.kg_tablesec .table-bordered thead th {
	border-bottom-width:1px;
}






.home_caledar_img {
	width:100%; float:left; overflow:hidden
}
.home_caledar_img img {
	transition: all 0.5s ease-in-out;
}

.home_caledar_img img:hover {
	transform:scale(1.1)
}



.kg_pagesec2 {
	width:100%; float:left;
	background:#05023b; padding:100px 0 130px 0;
}

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

.kg_subtitle {
	width:100%; float:left; 
	margin-bottom:30px
}

.kg_subtitle h3 {
	font-size: 20px;
    color: #4f8eab;
    margin: 0; text-transform:uppercase
}

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

.gs_item {
	width:100%; float:left;
	position:relative; overflow:hidden
}

.gs_item img {
	transition: all 0.5s ease-in-out;
}

.gs_item:hover img {
	transform:scale(1.1)
}

.gs_item_title{
	width: 100%;
  float:left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: #e00009;
    min-height: 65px;
}

.gs_item_title h5{
	color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
    text-align: center;
    margin: 0;
    font-weight: 500;
    line-height: 18px;
}

.gallery_slider .owl-theme .owl-controls {
	margin:0
}

.gallery_slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	
	position:absolute; top:50%; margin:0; background:rgba(0,0,0,.4);
	margin-top:-45px
}

.gallery_slider .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background:rgba(0,0,0,.8);
}

.gallery_slider .owl-theme .owl-controls .owl-nav .owl-next {
	right:0
}

.gallery_slider .owl-theme .owl-controls .owl-nav .owl-prev {
	left:0
}

.kg_pagesec2 p {
    color: #cbcada;
    font-weight: 300;
}


.kg_pagesec2  .news_notice_sec .owl-theme .owl-controls {
    text-align: left;
}

.kg_pagesec2 .news_notice_sec .owl-theme .owl-dots .owl-dot:first-child  span{
	margin-left:0
}


.kg_pagesec2 .news_notice_sec .owl-theme .owl-dots .owl-dot.active span, .kg_pagesec2 .news_notice_sec  .owl-theme .owl-dots .owl-dot:hover span {
	background:#e00009
}




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

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

.cal_box .equinox .date-events {
	min-height:auto
}

.cal_box .equinox .calendar-actions {
 display:none
}

.cal_box .equinox .month-label {
	font-size:14px; width:100%; text-align:center
}

.cal_box .equinox .calendar-header {
	background-color:#e00009;
	transition: all 0.5s ease-in-out;
}

.cal_box:hover .equinox .calendar-header {
	background-color:#c80008
}

.cal_box .equinox .date.current-date {
	background-color:#feefef
}

.cal_box .equinox .date.current-date:before{
	border-color:#feefef
}

.cal_box .equinox .date.current-date .date-label{
	color:#e00009
}


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

.kg_admission .hadm_title h2{
		font-size:34px; line-height:40px
	}


@media (max-width:991px) {
	.news_notice_sec {
		margin-bottom:60px; margin-top:80px
	}
	
	.kg_pagesec2 {
		padding-bottom:100px
	}
	
}



@media (max-width:480px) {
	
	.kg_admission .hadm_title h2{
		font-size:28px; line-height:35px
	}

	}

.iner_bnrimage .inbnr_overlay{
	background:rgba(0,0,0,.3);
	padding:130px
}



.cbse_innerpage {
	width:100%; float:left;  padding-bottom:80px
}

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

.in_cbseleft  img{
	border:4px solid #e00009;
	border-radius:50%
}

.in_cbseright {
	width:100%; float:left;
	padding-left:30px; padding-top:50px
}

.in_cbseright h3 {
    color: #303030;
    font-size: 27px;
    font-weight: 600;
    border-bottom: 4px solid #303030;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


.in_cbseright p{
	line-height:30px; text-align:justify
}


@media (max-width:1199px) {
	
	.in_cbseright {
    padding-top:0px
}


	}


@media (max-width:991px) {
	
	.in_cbseleft {
	text-align:center
}

.in_cbseright {
text-align:center
}

.in_cbseright p{
	text-align:center
}

	
.in_cbseright {
    padding-left:0px;
	padding-top:30px
}


}

@media (max-width:480px) {

.in_cbseleft {
	padding:0 20px
}

	}



.news_events_landing {
	width:100%; float:left; padding-bottom:60px
}

.tab_items {
	width:100%; float:left;
    margin-bottom:30px;
	border:2px solid #f6f6f6 
}

.tab_items_img{
	width:100%; float:left;
    overflow:hidden;
	position:relative
}

.tab_items_title{
	width:100%; float:left;
	padding:25px 20px ; background:#fff;
		
}



.tab_items_title h4	{
    overflow: hidden; margin:0}
	
	.tab_items_title h4 a{
	font-size:18px; display:inline-block;
	color:#202020; font-weight:500;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
	
	outline: none !important;
    text-decoration: none;
	transition: all 0.5s ease-in-out;	}


.tab_items_title h4 a:hover	{
		color:#e00009
	}

.tab_items_img img {
	transition: all 0.5s ease-in-out;
}

.tab_items_img:hover img {
	transform:scale(1.1)
}	


.neslandingdate {
    width: 60px;
    height: 65px;
    background: #e00009;
    text-align: center;
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
}	

.neslandingdate span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}
	







	
	
.news_detailpage {
	padding-bottom:80px; width:100%; float:left
}	

.news_detailmgn {
	width:900px; max-width:100%; margin:auto;
	padding:0 15px
}	
	
.nes_detailbg{
	width:100%; float:left;
    padding:30px; background:#f9f9f6	
}	
	
.nes_detaiimg{
	width:100%; float:left;	
	margin-bottom:20px
}		
	
.nes_detailcont{
	width:100%; float:left;	
}	
.nes_detailcont h3{
	font-size:24px; font-weight:600; color:#333; margin-bottom:20px
}	

.nes_detailcont p {
	line-height:30px
}	
	
.news_detailul {
	width:100%; float:left;	
	margin:0px 0 8px 0 
}	
	
.news_detailul  li {
	font-size:15px; display:inline-block;
	padding-right:20px; color:#949494
}	
.news_detailul  li i {
	padding-right:7px
}	
	

.news_nextbtns {
		width:100%; float:left;	
		padding-top:50px; text-align:right
}	
	

	
.news_nextbtns  a {
	display:inline-block;
	border:1px solid #ebebeb;
	padding:7px 30px;
    color:#888888	;
	font-size:15px;
	margin-left:10px;
	transition: all 0.5s ease-in-out;
}	
	
	
	
.news_nextbtns  a:hover {
	background:#e00009;
	border-color:#e00009;
	color:#fff
}	
	
	
	
@media (max-width:480px) {
	.nes_detailbg {
		padding:30px 15px; 
	}
}	
	
	
	
	
.calendar_page {
	width:100%; float:left; padding-bottom:100px
}	
	
.calr_left {
	width:100%; float:left; 
	padding-right:30px
}	

.calr_left ul{
	width:100%; float:left; 
	padding:50px 35px ; background:#f9f9f6
}

.calr_left ul h3 {
	font-size:26px; font-weight:600; color:#333;
	margin-bottom:40px; position:relative
}

.calr_left ul h3:before {
	content:"";
	position:absolute;
	left:0;
	bottom:-12px; height:2px;
	width:50px; background:#e00009
}

.calr_left ul li{
	    border-bottom: 1px solid #e1e1e1;
		display:block ; float:left; padding-bottom:20px;
		margin-bottom:25px; width:100%
}

.calr_left ul li:last-child {
	border-bottom:0; padding-bottom:0; margin-bottom:0
}

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

.calevent_ttile h4 {
	line-height:22px;
}

.calevent_ttile h4  a{
	font-size:18px; font-weight:600; color:#333;
	transition: all 0.5s ease-in-out;
}
.calevent_ttile h4  a:hover {
	color:#e00009
}

.calevent_date{
width:100%; float:left; 	
margin-bottom:5px
}

.calevent_date span {
	display:inline-block; padding-right:20px; 
	color:#333; font-size:14px
}

.calevent_date span i {
	color:#e00009; padding-right:7px
}
	
.calr_right {
	width:100%; float:left; 
}	
		
	
.calr_right .equinox .month-weeks {
	background:none
}
	
.calr_right .equinox .date-events{
	min-height:40px
}
	
	
@media (max-width:991px) {
	
	.calr_left {
		padding-right:0; padding-bottom:60px
	}
	
}	
	
 @media (max-width:480px) { 
 
 .calr_left ul h3 {
	 font-size:22px
 }
 
 .calr_right .equinox .date-events{
	min-height:0px
}

.calr_left ul {
	padding:40px 20px
}
 
 }
 
 
 
 .safety_page {
	 width:100%; float:left; padding-top:20px
 }
  
 .safetycate {
	 width:100%; float:left; 
	 padding-left:30px
 }
 
.safetycate h4 {
    font-weight: 600;
    font-size:26px;
    text-transform: uppercase;
    margin-bottom:15px;
}
 
 .safetycate_img  {
	 width:100%; float:left
 }
 
 
.safety_row  {
	width:100%; float:left; margin-bottom:60px;
	padding-bottom:60px;
    border-bottom: 1px dashed rgba(0,0,0,.2);
 }
 
 
 .safety_row:last-child {
	 border-bottom:0
 }
 
 
 
 @media (max-width:767px) {
	 
	  .safetycate {
	 padding-left:0px; padding-top:30px
 }
	 
 }
 
 
 
 .inpairation_page {
	 width:100%; float:left; padding-bottom:30px
 }
 
 .profile{
	 width:100%; float:left; padding:70px 30px;
	 border:4px solid #efefef;
     margin-bottom:50px
 }
 

.profileimg {
    width: 100%;
    float: left;
    position: relative;
}
 
 
.polygon_div{
	width:300px;  height:300px;
	margin:auto;
	background:#ccc;
	overflow:hidden;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}


.profile_cont {
 width: 100%;
    float: left;
	padding-left:10px
}

.profile_cont  h3 {
	font-size:30px; color:#333; font-weight:600; margin-bottom:25px; display:inline-block; border-bottom:3px solid #333; padding-bottom:10px
}

.profile_cont p {
	line-height:30px
}

.profilesub_cont .profile_cont {
	padding:0px 15px
}

.profilesub_cont .profile_cont  h3  {
	font-size:24px; 
}

@media (max-width:1199px) {
	
	.polygon_div {
		width:260px; height:260px
	}
	
}


@media (max-width:991px) {
	
	.polygon_div  {
		margin-bottom:30px
	}
	
	.profile_cont {
		padding-left:0; text-align:center
	}
	
}


@media (max-width:480px) {
	
	.profile {
		padding:60px 15px
	}
	
		.polygon_div {
		width:200px; height:200px
	}
	
	
}


.home_cbse_bg .hotext_more a.cbse_weblink {
	 padding-left:20px
}
.home_cbse_bg .hotext_more a.cbse_weblink  i {
	font-size:18px; padding:0 5px 0 0; color:#e00009;
}

.home_cbse_bg .hotext_more a:hover i {
	padding-left:0; 
} 

@media (max-width:400px) {
	
	.home_cbse_bg .hotext_more  a.cbse_weblink {
		display:block; padding:10px 0 0 0; 
	}
	
}


.Investiture_ceremony_table {
	width:100%; float:left; padding-top:20px; padding-bottom:20px
}




.kg_pagesec2 .news_notcont h5 a {
	font-size:16px
}


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


.calendar_eventsul{
	width:100%; float:left; border:1px solid rgba(255,255,255,.2)
}

.calendar_eventsul .kg_cal_items:last-child {
	border-bottom:0
}

.kg_cal_items {
    border-bottom:1px solid rgba(255,255,255,.2);
    display: block;
    float: left;
    padding:25px 20px;
    width: 100%;
}




.kg_cal_date {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}


.kg_cal_date span {
    display: inline-block;
    padding-right: 20px;
    color:rgba(255,255,255,.8);
    font-size: 14px;
}

.kg_cal_date span i{
    color: #e00009;
	padding-right:10px
}

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

.kg_cal_ttile h4 {
    line-height: 22px;
}


.kg_cal_ttile h4 a {
    font-size:16px;
    color:#ebeaf3;
    transition: all 0.5s ease-in-out;
}



.kg_calendar_news .owl-dots {
	position:absolute; bottom:-50px
}

.kg_calendar_news .owl-theme .owl-controls {
	margin:0
}


.kg_calendar_news .owl-theme .owl-controls {
	text-align:left
}

.kg_calendar_news .owl-theme .owl-dots .owl-dot:first-child  span{
	margin-left:0
}


.kg_calendar_news .owl-theme .owl-dots .owl-dot.active span, .kg_calendar_news .owl-theme .owl-dots .owl-dot:hover span {
	background:#e00009
}

.popbtn {
    right: 10px;
    z-index: 999;
    position: fixed;
    animation: blink 1s infinite;
    top: 100px;}
.hadm_left .col-lg-6 {    -webkit-box-shadow: -4px 6px 10px 0px rgba(179,179,179,1);
    -moz-box-shadow: -4px 6px 10px 0px rgba(179,179,179,1);
    box-shadow: -4px 6px 10px 0px rgba(179,179,179,1);
    background: #05023B;}
@media (max-width:670px) {

ul.footer-link li {
    display: none;
}
}
.popbtn {
 background-color: #004A7F; -webkit-border-radius: 10px; border-radius: 10px; border: none; color: #FFFFFF; cursor: pointer; display: inline-block; font-family: Arial; font-size: 20px; padding: 5px 10px; text-align: center; text-decoration: none; -webkit-animation: glowing 1500ms infinite; -moz-animation: glowing 1500ms infinite; -o-animation: glowing 1500ms infinite;animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
 0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
 50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
 100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
 0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
 50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
 100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
 0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
 50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
 100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
 0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
 50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
 100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
.kg:nth-child(-n+6){
    display:block;
}
.kg .tab_items:nth-child(-n+3){
   padding-top: 42px;
}
.kg {display: none;}

.job-detail {
    border: 1px solid;padding: 15px;    margin-bottom: 25px;
}
section.career-list {
    padding: 40px;
    display: flex;
}
span.date {
    float: right;
    background: #e00009;
    color: #fff;
    padding: 2px 14px;
    border-radius: 9px;
    font-weight: bold;
}
span.job-title {
    font-size: 1.7rem;
    font-weight: bold;
}
a.viewmore:hover {
    background: #ac0007;
    color: #fff;
}
a.viewmore {
    background: #e00009;
    display: inline-block;
    padding: 15px 40px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.job-ti {
    margin-bottom: 10px;
}
section.careers-detail {
    padding-top: 24rem;
    padding-bottom: 7rem;
}
section.careers-detail span i {
    margin-right: 1rem !important;
}
.d-flex.align-items-center .fa-briefcase {
    font-size: 27px;
    margin-right: 10px;
}
.careers-detail i.fa.fa-check-circle {
    margin-right: 0.4rem !important;
    margin-top: 4px;
}
.text-primary {
    color: #05023b !important;
    font-weight: bold;
    /* font-size: 21px; */
}


.button_MAND_dis{
    position: fixed; top: 155px; right: 12px;
    z-index: 1001;
        background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 7px;
    border: none;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none; font-weight: 600;
    box-shadow: 0 0 25px rgba(0,0,0,0.15)
   

}

@media (max-width:1199px) {
    
    .desktop_menu_ul > li > a {
        font-size: 14px
    }
}


@media (max-width:991px) {
    .popbtn {
        top: auto; bottom: 30px
    }
    .button_MAND_dis {
        top: auto; bottom: 85px
    }
    .footer_copyright {
        padding-bottom: 130px
    }
}


.team_image_block {
    margin-bottom: 40px;
}

.team_image_block .all_mgtbox {
    padding: 0; display: block; float: none;
    background: transparent  ; border-radius: 0; margin-bottom: 20px
}

.team_des h5 {
    font-size:16px;
    color: #000;
    font-weight: 600;
	margin-bottom:10px;
	line-height:22px;
	display:block; width:100%;
	letter-spacing:.5px;
	text-transform:uppercase
}

.team_des h5 span {
	font-weight:400; display:block;
	font-size:15px
}


@media (max-width:575px) {
    .team_image_block  {
        text-align: center
    }
    .team_image_block .all_mgtbox img {
        width: 250px
    }
}






.gallery-banner {
	background-image: url(../images/gallery_banner.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0 80px;
	margin-top: 50px;
	text-align: center;
}

.gallery-banner h2 {
	font-size: 36px;
    font-weight: 600;
	color: white;
	font-weight: 600;
}
.gallery-outer h4 {
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 50px;
	text-transform: uppercase;
}
.gallery-outer .col-lg-4, 
.gallery-outer .col-md-6 {
	margin-bottom: 35px;
}
.gallery-outer {
	display: inline-block;
	padding: 60px 0;
	width: 100%;
	text-align: center;
}
.gallery-image {
    width: 100%;
	height: 250px;
    overflow: hidden;
} 
.gallery-image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.gallery-image:hover img {
    transform: scale(1.1);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.gallery-image-text {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: #05023b;
    min-height: 65px;
}
.gallery-image-text h5 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
    text-align: center;
    margin: 0;
    font-weight: 500;
    line-height: 18px;
}

.back-btn {
	background-color: #e00009;
	background-image: url(../images/arrow.png);
	background-position: 27px center;
    background-repeat: no-repeat;
    background-size: 28px;
    color: #fff;
    font-size: 20px;
    padding: 12px 45px 12px 65px;
    text-align: center;
    display: inline-block;
    margin: 30px auto 0;
    border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.back-btn:hover,
.back-btn:focus {
	background-color: #05023b;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.title{
    margin: auto;
    color: rgba(5,5,59,.8);
    margin-bottom: 30px;
}

.sub p{
    text-align: justify;
    margin-bottom: 50px
}

     .abt-img{
         width: 100%;
         height: 450px;
     }
     
     .banner{
         width: 100%;
         height: 450px;
     }
     .mission{
         padding-bottom: 30px;
     }
     
     .mission h2{
         text-align: center;
         color: #1d2b7c;
         margin-top: 45px;
         margin-bottom: 20px;
     }
     .mission-p{
         text-align: justify;
     }
     
     .admission h2{
         text-align: center;
         color: #1d2b7c;
         margin-bottom: 20px;
     }
     .class_time{
         margin-top: 40px;
         margin-bottom: 30px;
     }
     .about{
         margin: auto;
     }