*
{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

img
{
	border:none;
}

a
{
	outline-style:none;
	text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

body
{
	overflow-x:hidden;
    font-family: 'opensansregular';
	font-size:14px
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6
{
	font-weight:100;
}
@font-face {
    font-family: 'opensansregular';
    src: url('../fonts/opensansregular.eot');
    src: url('../fonts/opensansregular.eot') format('embedded-opentype'),
         url('../fonts/opensansregular.woff2') format('woff2'),
         url('../fonts/opensansregular.woff') format('woff'),
         url('../fonts/opensansregular.ttf') format('truetype'),
         url('../fonts/opensansregular.svg#opensansregular') format('svg');
}
@font-face
{
	font-family:'OpenSansSemibold';
	src:url('../fonts/OpenSansSemibold.eot');
	src:url('../fonts/OpenSansSemibold.eot') format('embedded-opentype'),
	url('../fonts/OpenSansSemibold.woff2') format('woff2'),
	url('../fonts/OpenSansSemibold.ttf') format('truetype'),
	url('../fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#OpenSansBold') format('svg');
}
@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('../fonts/OpenSansExtraBold.eot');
    src: url('../fonts/OpenSansExtraBold.eot') format('embedded-opentype'),
         url('../fonts/OpenSansExtraBold.woff2') format('woff2'),
         url('../fonts/OpenSansExtraBold.woff') format('woff'),
         url('../fonts/OpenSansExtraBold.ttf') format('truetype'),
         url('../fonts/OpenSansExtraBold.svg#OpenSansExtraBold') format('svg');
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}
@font-face {
	font-family: 'OpenSans-Italic';
	src: url('../fonts/OpenSans-Italic.eot');
	src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Italic.woff') format('woff'),
		url('../fonts/OpenSans-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'BebasNeuebold';
	src: url('../fonts/BebasNeueBold.eot');
	src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeueBold.woff') format('woff'),
		url('../fonts/BebasNeueBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/BebasNeueRegular.eot');
	src: url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeueRegular.woff') format('woff'),
		url('../fonts/BebasNeueRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



.contanear
{
	display:block;
	width:94%;
	max-width:1150px;
	margin:0px auto;
}

.nav_main_area
{
	display:block;
	float:right;
	width:100%;	
	font-family: 'BebasNeue';
	background-color:rgba(199,10,39,0.9);
}
.nav_main_area ul
{
	list-style-type:none;
	text-align:center;
}
.nav_main_area ul li
{
	display:inline;
	color:#000;
	position:relative;
	text-transform:uppercase;
	text-align:left;
	display:inline-block;	
}
.nav_main_area > ul > li > a
{
	color:#fff;	
	padding:10px 20px;
	margin:10px 0px;
	font-size:20px;	
	text-transform:uppercase;
	display:inline-block;
	border-radius:5px;
}
.nav_main_area ul li a:hover
{
	background:#fff201;
	color:#000;

}
.nav_main_area ul li ul{position:absolute; width:200px; top:42px; left:0px;display:none; padding:15px 0; }

.nav_main_area ul li:hover ul{display:block;}

.nav_main_area ul li ul li{width:100%; line-height:20px !important;}
.nav_main_area ul li ul li a{padding:8px; background:rgba(0,0,0,0.76); display:block; border-bottom:1px solid #333333; font-size:18px; color:#FFF; border-radius:0; }

.nav_main_area ul li ul li a:hover{background-color:#fff201; color:#000;}

.active a
{
	background:#fff201 !important;
	color:#000 !important;
}




.small_manu
		{
		float:right;
		height:auto;
		overflow:visible;
		display:none;
		z-index:10000;
		text-align:left;
		z-index:9999;
		position:absolute;
		clear:right;
		right:3%;
		top:25px;
		transform:translateY(-50%);
		}


.toggleMenu {
    display:  none;
}
.nav2 {
    list-style: none;
     *zoom: 1;
	 float:right;
     background:#FFFFFF;
	 width:250px;
	 margin:0 0;
	 position:absolute;
	 right:0;
	 z-index:9999;
}
.nav2:before,
.nav2:after {
    content: " "; 
    display: table; 
}
.nav2:after {
    clear: both;
}
.nav2 ul {
    list-style: none;
    width: 9em;
}
.nav2 a {
    padding: 8px 15px;
    color:#666;
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
	
}

.nav2 a:hover {
	background:#FF4401 ;
	color:#FFF !important;
}

#redselect{color:#FF0000; background-image:url(../images/arrow_down.png); background-position:bottom; background-repeat:no-repeat;height:30px;}

.nav2 li {
    position: relative;
	font-size:14px;
	float:left;
	z-index:1000;

}
.nav2 > li {
    float: left;
	width:100%;
	text-align:left;
	border-left:1px solid #D1DADE;
	border-right:1px solid #D1DADE;
	border-bottom:1px solid #D1DADE;
	
}
.nav2 > li:first-child
{
	border-top:1px solid #D1DADE;	
}
.nav2 > li span
{
	float:right;
}
.nav2 > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
.nav2 > li > a {
    display: block;
}
.nav2 li  ul {
    position: relative;
    left: -9999px;
	display:none;
}
.nav2 li  ul li ul {
    position: relative;
    left: -9999px;
	display:none;
}
.nav2 > li.hover > ul {
    left: 0;
	display:block;
	width:100%;
	box-sizing:border-box;
}
.nav2 > li ul li.hover > ul {
    left: 0;
	display:block;
	width:100%;
	box-sizing:border-box;
}
.nav2 li li.hover ul {
    left: 100%;
    top: 0;
}
.nav2 li li a {
    display: block;
    background: #eff1f1;
    position: relative;
    z-index:100;
    border-top: 1px solid #D1DADE;

}
.nav2 li li li a {
    display: block;
    background: #d7d7d7;
    position: relative;
    z-index:100;
    border-top: 1px solid #bababa;

}

.nav2 li ul li{width:100%;box-sizing:border-box;}

.nav2 li ul li a {width:100%;box-sizing:border-box;}

.nav2 li li a:hover
{
	background:#36771D !important;
}
.nav2 li li li a:hover
{
	background:#FF0000 !important;
}

.droparrow{margin:0 0 3px 0;}

/**************dropdown_menu*************/

section{float:left; width:100%; padding:60px 0;}

.top_slider_panel{float:left; width:100%; position:relative; z-index:1;}

.top_panel{float:left; width:100%; position:absolute; z-index:2;}

.top_panel_left{float:left; width:18%;}
.top_panel_left img{width:100%; -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;}
	
.top_panel_left img:hover{transform:scale(1.06)}

.top_panel_right{float:right; width:79%;}

.top_panel_right p{font-size:16px;  font-family: 'OpenSansBold'; float:right; margin:18px 0;}

.top_panel_right p span{display:inline-block;}

.top_panel_right p i{color:#c70a27; display:inline-block; margin:0 5px;}

.activites_panel{background-image:url(../images/activity-bg.jpg); background-size:cover; text-align:center;}

.activites_panel h1{font-size:45px; padding:0 0 35px 0; background-image:url(../images/heading-bg.png); background-repeat:no-repeat; font-family: 'BebasNeuebold'; background-position:bottom center;}

.activites_panel_inner{float:left; width:102%; display:flex; flex-wrap:wrap; margin:20px -1%}

.activites_panel_inner_box{width:calc(100% / 3 - 20px); display:inline-block; margin:10px; background-color:#0590a9; padding:30px; -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out; color:#FFFFFF; font-size:25px; font-family:'OpenSansSemibold'; cursor:pointer}
	
	.activites_panel_inner_box p{display:inline-block; width:100%; color:#FFFFFF}
	
	.activites_panel_inner_box img{border-radius:100%; background-color:#FFFFFF;  -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out; box-shadow:0 0 0 5px rgba(255,255,255,0.4); margin:10px 0 0 0;}
	
	
	.activites_panel_inner_box:nth-child(2){background-color:#c48e01; }
	.activites_panel_inner_box:nth-child(3){background-color:#b73302;}
	.activites_panel_inner_box:nth-child(4){background-color:#442abd;}
	.activites_panel_inner_box:nth-child(5){background-color:#d60e2b;}
	.activites_panel_inner_box:nth-child(6){background-color:#036c0d;}
	
	.activites_panel_inner_box:hover{-webkit-filter: saturate(2);filter: saturate(2);}
	
	.activites_panel_inner_box:hover img{transform:rotate(360deg)}
	
	
	.yellow_panel{background-image:url(../images/yellow-bg.jpg); background-size:cover;}
	
	.yellow_panel h2{font-size:45px; padding:0 0 35px 0;font-family: 'BebasNeuebold'; text-align:left;}
	
	.yellow_panel_left{float:left; width:48%;}
	
	.yellow_panel_left_news_panel{float:left; width:100%; margin:10px 0; background-color:rgba(255,255,255,.9); padding:10px; color:#000;}
	.yellow_panel_left_news_panel:hover{background-color:rgba(255,255,255,1);}
	
	.yellow_panel_left_news_panel_left{float:left; width:100px;}
	.yellow_panel_left_news_panel_left p{font-size:20px;}
	.yellow_panel_left_news_panel_left p span{font-size:60px;}
	.yellow_panel_left_news_panel_left article{float:left; width:100%; background-color:#d80b36; color:#FFFFFF; padding:2px 15px; text-align:center; text-transform:uppercase;}
	
	
	.yellow_panel_left_news_panel_right{float:right; width:calc(100% - 120px);}
	
	.yellow_panel_left_news_panel_right span{color:#d80b36;}
	
	.yellow_panel_left_news_panel_right h5{font-size:20px; font-family:'OpenSansSemibold'; text-transform:uppercase; text-align:left; margin-bottom:5px;}
	
	.yellow_panel_right{float:right; width:48%;}
	
	.linkstyle{font-size:16px; font-family: 'OpenSansBold'; text-transform:uppercase; text-decoration:underline; color:#000000;}
	
	.linkstyle:hover{color:#d80b36;}
	
	.founder_panel{float:left; width:100%;background-color:rgba(255,255,255,.9); padding:20px; font-size:15px; line-height:1.7em}
	
	.founder_panel span{font-size:20px; color:#d80b36; text-transform:uppercase; font-family: 'OpenSansBold';}
	
	.founder_panel img{float:left; margin:0 15px 5px 0; -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;}
	
	.founder_panel:hover img{transform:scale(1.07);}
	
	.school_panel{background-image: url(../images/green-bg.jpg); background-size:cover; color:#FFFFFF; -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out; background-blend-mode: normal; background-color:#260074;}
	
	.school_panel:hover{background-image:  url(../images/green-bg.jpg);
    background-blend-mode: screen;}
	
	.school_panel h2{float:left;  font-size:20px; color:#FFFFFF; border-bottom:1px solid #FFFFFF; margin:0 0 10px 0;}
	
	.school_panel h2 span{font-family: 'OpenSansBold'; font-size:30px;}
	
	.school_panel_inner{float:left; width:100%;}
	
	.school_panel p{display:inline-block; font-size:20px; vertical-align:top; margin:10px 0 10px 5px}
	
	.school_panel p::before{content:url(../images/tick.png); margin:0 10px 0 0;}
	
	.gallery_panel{background-image:url(../images/grey-bg.jpg); background-size:cover;}
	
	.gallery_panel h2{font-size:45px; padding:0 0 35px 0;font-family: 'BebasNeuebold'; text-align:left;}
	
	.gallery_panel_left{float:left; width:48%;}
	
	.gallery_panel_left a{margin:20px 0 0 0; color:#d80b36;}
	
	.gallery_panel_left a:hover{color:#442abd;}
	
	.gallery_panel_left img{width:49%; display:inline-block; vertical-align:top; margin:2px 0; -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;}
	
	.gallery_panel_left img:hover{transform:scale(1.06)}
	
	.gallery_panel_right{float:right; width:48%; background-image:url(../images/news-letter-bg.jpg); text-align:center; color:#FFFFFF; text-align:center; padding:45px 30px;}
	
	.gallery_panel_right p{font-family: 'BebasNeuebold'; font-size:30px; text-transform:uppercase; margin:10px 0;}
	
	.gallery_panel_right .inputbox{display:inline-block; width:100%; background-color:#FFFFFF; font-size:15px; padding:15px; margin:20px 0}
	
	.gallery_panel_right .submitbox{padding:15px 60px; color:#FFFFFF; font-size:16px; text-transform:uppercase; background-color:#000000; border:none; cursor:pointer; -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;}
	
	.gallery_panel_right .submitbox:hover{background-color:#FFFFFF; color:#000000;}
	
	
	
	footer{float:left; width:100%; background-image:url(../images/footer-bg.jpg); padding:30px 0; color:#FFFFFF;}
	
	footer h2{font-size:24px; font-family:'BebasNeuebold'; margin:10px 0;}
	
	.footer_col{float:left; width:calc(100% / 4); padding:0 10px 0 0} 
	
	.footer_col ul{width:100%; padding:0 0 0 15px;}
	
	.footer_col ul li{list-style-type:square; float:left; width:100%; margin:3px 0}
	
	.footer_col ul li a{color:#FFFFFF;}
	
	.footer_col ul li a:hover{color:#ffc925;}
	
	.footer_col p{position:relative; width:100%; float:left; padding:0 0 0 30px; margin:10px 0; word-wrap:break-word}
	
	.footer_col p i{position:absolute; color:#ffc925; margin:0 20px 0 0; left:0px; font-size:20px;}
	
	.footer_col p a{color:#FFFFFF; display:block}
	
	.footer_col p a:hover{color:#ffc925;}
	
	.footer_col p a i{font-size:20px;}
	
	.footer_col_input{display:inline-block; width:100%; background-color:#FFFFFF; font-size:14px; padding:8px; margin:5px 0; border:none;}
	
	.footer_colsubmitbox{padding:10px 20px; color:#000; font-size:14px; text-transform:uppercase; background-color:#ffc925; border:none; cursor:pointer; -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out; font-family: 'OpenSansBold';}
	
	.footer_colsubmitbox:hover{background-color:#000; color:#ffc925;}
	
	.footer_bottom{float:left; width:100%; background-color:#002147; color:#FFF; padding:30px 0;}
	
	.footer_bottom span{float:right;}
	
	
	
	
	
.subpage_banner_contanear
{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
.subpage_banner_contanear img
{
	width:100%;
	float:left;
}


.subpage_body_contanear
{
    background-color:#a6f58c;
	display:block;
	float:left;
	width:100%;
	padding:40px 0;
}



.subpage_left_area
{
	display:block;
	float:left;
	width:68%;
}

.subpage_right_area
{
	display:block;
	float:right;
	width:28%;
}
.right_text_area
{
	display:block;
	float:left;
	width:100%;
}
.right_text_area h1
{
	text-transform:uppercase;
	margin-bottom:18px;
	color:#000;
	border-bottom:1px solid #ececec;
	padding-bottom:10px;
	font-size:45px; padding:0 0 15px 0;
	font-family: 'BebasNeuebold';
}
.right_text_area p
{
	font-size:15px;
	margin-bottom:20px;	
	text-align:justify;
}

.right_text_area ul
{
	font-size:15px;
	margin-bottom:20px;
	padding-left:15px;
}
.right_text_area ul li
{
	float:left;
	width:50%;
	margin-top:10px;
}
.subpage_left_news_area
{
	display:block;
	float:left;
	width:100%;
}
.subpage_left_news_area h2
{
    font-family: 'BebasNeuebold';
	font-size:30px;
}
.subpage_left_news_area h2 i
{
	color:#8BC53F;		
}
.news_slide_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:10px;
	padding-bottom:20px;
}
.slider-item p
{
    font-family:'OpenSansSemibold';	
	font-size:13px;
	color:#7c7c7c;
}
.slider-item h2
{
    font-family:'OpenSansSemibold';	
	font-size:13px;
	color:#7c7c7c;
}

.slider-item h2 a
{
	color:#EE4000;
    font-family: 'OpenSansBold';
	margin-top:5px;	
}
.slider-item h2 a:hover
{
	color:#26A9E0;
}

.subpage_left_client_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:20px;
}
.subpage_left_client_area h2
{
    font-family:'OpenSansSemibold';
	font-size:20px;
}
.subpage_left_client_area h2 i
{
	color:#8BC53F;		
}
#slideshow
{
	display:block;
 	position: relative;	
	float:left;
	width:100%;
	margin-top:10px;
	padding:20px;
	background:#EEEEEE;
	text-align:center;
	min-height:110px;
}
#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.subpage_left_brochur_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:15px;
}
.subpage_left_brochur_area img
{
	max-width:100%;
}
.subpage_left_form_area
{
	display:block;
	float:left;
	width:100%;
	background:#8BC53F;
	margin-top:12px;
}
.subpage_left_form_area h1
{
    background-color: #7f239c;
	float:left;
	width:100%;
	padding:12px 15px;
	color:#FFF;
    font-family: 'OpenSansBold';
	/*background:#689c23;*/
	font-size:20px;	
}
.subpage_left_form_text_area
{
	display:block;
	float:left;
	width:100%;
	padding:15px;
}
.subpage_left_form_input_style1
{
	display:block;
	float:left;
	width:100%;
	height:30px;
	padding:0 10px;
	color:#999;
	font-size:14px;
	margin:5px 0;
}
.subpage_left_form_textarea_style1
{
	display:block;
	float:left;
	width:100%;
	height:80px;
	padding:10px;
	color:#999;
	font-size:14px;
	margin:5px 0;
    font-family: 'opensansregular';	
}
.subpage_left_submit_style1
{
	display:block;
	float:left;
	width:100px;
	height:36px;
	padding:0 10px;
	color:#FFF;
	font-size:14px;
	margin:5px 0;
	background:#000000;
	line-height:36px;
	text-align:center;
    font-family: 'OpenSansBold';
	border:none;
	cursor:pointer;	

	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.subpage_left_submit_style1:hover
{
	background:#EE4000;
}

.subpage_left_video_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:20px;
}
.subpage_left_video_area h2
{
    font-family:'OpenSansSemibold';
	font-size:20px;
}
.subpage_left_video_area h2 i
{
	color:#8BC53F;		
}

.ranv_text{
line-height:30px;
font-weight:bold;
text-shadow: 1px 1px 1px #527afe;
}

.ranv_text_hin{
font-family:Mangal;
line-height:30px;
font-weight:bold;
text-shadow: 1px 1px 1px #527afe;
font-size:18px;
}

.ranv_text_hindi{
font-family:Mangal;
line-height:25px;
font-size:14px;
}
.table_txt{
font-family:Arial, Helvetica, sans-serif; 
font-size:14px; 
font-style:normal;
font-weight:normal;
color:#000000; 
text-decoration:none; 
line-height:25px;
text-align:center;
border:#000000 solid 1px;
padding:0 0 0 3px;   
}	
.table_hed{
font-family:"Minion Pro" ;
font-size:16px;
font-style:normal;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
line-height:30px; 
text-align:center; 
background:#bd4142; 
padding:0 0 0 3px;    
    
}	
	

