﻿*
{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
 
html, body 
{
	margin: 0;
	width: 100%;
	height: 100%;
}

a 
{
	outline-style:none !important;
	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';
min-height:100% !important;
background:#FFF;
color:#000;
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: '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;
}

 
.container
{
	width:95%;
	max-width:1150px;
	margin:auto;
}
.top_header_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/top_header_bg.jpg) top left repeat-y;
	background-size:100% 2px;
	position:relative;
	z-index:4;
}
.logo_area
{
	display:block;
	float:left;
	width:307px;
	padding:30px 0 0 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;	
}
.logo_area:hover
{
	transform: scale(1.1);	
}
	
.logo_area img
{
	max-width:100%;
}
.top_header_right_area
{
	display:block;
	float:right;
	width:auto;
	text-align:right;
}
.top_header_right_area p
{
	font-size:12px;
	text-transform:uppercase;
}
.top_header_right_area p a
{
	margin:0 1px;
}
.student_login
{
	background:#66ccff;
	color:#000;
	padding:8px 20px;
	display:inline-block;
}
.student_login:hover
{
	background:#41D95B;
	color:#FFF;
}
.enroll_now
{
	background:#FF3334;
	color:#fff;
	padding:8px 20px;
	display:inline-block;
}
.enroll_now:hover
{
	background:#41D95B;
}
.top_header_right_area h2
{
	font-size:50px;
	font-family: 'BebasNeue';
	font-weight:100;
	color:#FFF;
	margin:12px 0;	
}
.top_header_right_area h2 span
{
	color:#41D95B;
}


.nav_main_area
{
	display:block;
	float:left;
	width:100%;
	height:56px;
	background:#FFF;
	margin-bottom:-28px;
			
}
.nav_main_area ul
{
	list-style-type:none;
	text-align:center
}
.nav_main_area ul li
{
	display:inline;
	color:#000;
	position:relative;
	line-height:56px;
	text-transform:uppercase;
	font-size:14px;
}
.nav_main_area ul li a
{
	color:#000;
	padding:0 30px 8px 30px;
	position:relative;	
	background: bottom center no-repeat;	
		
}


.nav_main_area ul li a:hover
{
	background:url(../images/nav_hover_bg.jpg) bottom center no-repeat;
	background-size:100% 4px;
}
.nav_main_area ul li ul{position:absolute; width:200px; top:22px; left:0px;display:none; padding:11px 0; text-align:left; }

.nav_main_area ul li:hover ul{display:block;}

.nav_main_area ul li ul li{width:100%; line-height:20px !important; margin:0 !important;}
.nav_main_area ul li ul li a{padding:8px; background:#FF7F00; display:block; border:none;  font-size:13px; color:#FFF !important; border-radius:0; }

.nav_main_area ul li ul li a:hover{background-color:#000000; color:#FFF; border:none; }


.menu_down_arrow
{
	position:relative;
}
.menu_down_arrow:after
{
	position:relative;
  	content: "\f107";
    font-family: 'FontAwesome';
	left:-20px;
	font-weight:bold;		
}
.active1
{
	background:url(../images/nav_hover_bg.jpg) bottom center no-repeat;
	background-size:100% 4px;
	padding-bottom:8px;
}

.small_manu
{
	float:right;
	height:auto;
	margin:0px 0 0 0px;
	overflow:visible;
	display:none;
	z-index:10000;
	text-align:center;
	z-index:9999;
	position:absolute;
	right:10px;
	top:10px;
}
 
.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: 200px;
}

.nav2 a 
{
	padding: 8px 15px;
	color:#000;
	text-decoration:none;
}

.nav2 a:hover 
{
	background:#BE0000;
	color:#FFF;
}

#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;
	text-transform:uppercase;
		float:left;
	z-index:1000;
}

.nav2 > li 
{
	float: left;
	width:100%;
	text-align:center;
	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.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: #FF7F00;
	position: relative;
	z-index:100;
	border-top: 1px solid #D1DADE;
	color:#FFF;
}

.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:#BE0000 !important;
}

 
/**************dropdown_menu*************/
 

.silderpanel
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	height:512px;
}
.pannel1_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:40px 0;
	background:url(../images/pannel1_bg.jpg) top right no-repeat;
	position:relative;
	z-index:5;
}
.pannel1_left_area
{
	display:block;
	float:left;
	width:370px;
}
.pannel1_left_area h2
{
	font-size:30px;
	color:#1f5b79;
}
.pannel1_left_area h2 strong
{
    font-family: 'OpenSansBold';
}
.pannel1_left_accreditations_box
{
	display:block;
	float:left;
	width:100%;
	margin-top:10px;
	background:url(../images/accreditations_bg.jpg) top left no-repeat;
	background-size:100% 100%;
	padding:5px 20px 60px 20px;
}
.pannel1_left_accreditations_box ul
{
	list-style-type:none;
}
.pannel1_left_accreditations_box ul li
{
	font-size:15px;
	margin:25px 0;
	position:relative;
	padding-left:40px;
}
.pannel1_left_accreditations_box ul li:after
{
	content:url(../images/tick2.png);
	position:absolute;
	left:0;
	top:0;
}
.pannel1_left_accreditations_box ul li a
{
	color:#000
}
.pannel1_left_accreditations_box ul li a:hover
{
	color:#D8000D;
}

.pannel1_right_area
{
	display:block;
	float:right;
	width:calc(100% - 420px);
	margin-top:-70px;
}
.pannel1_right_heding
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/heading_bg.png) left bottom no-repeat;
	padding-bottom:12px;
}
.pannel1_right_heding h2
{
	color:#1f5b79;
	font-size:30px;
}
.pannel1_right_heding h2 strong
{
    font-family:'OpenSansSemibold';	
}

.pannel1_right_heding h3
{
	font-size:30px;
    font-family: 'OpenSansLight';	
}
.pannel1_right_heding h3 strong
{
    font-family:'OpenSansSemibold';	
}

.pannel1_right_top_text
{
	display:block;
	float:left;
	width:100%;
	margin:15px 0 30px 0;
}
.pannel1_right_top_text p
{
	font-size:14px;
	line-height:21px;
}
.pannel1_right_top_text h2
{
	font-size:14px;
	margin-top:20px;
}
.pannel1_right_top_text h2 a
{
	color:#1f5b79;
}
.pannel1_right_top_text h2 a:hover
{
	color:#FF0A05;
}

.pannel1_right_botoom_text
{
	display:block;
	float:left;
	width:100%;
	margin:15px 0 30px 0;
}
.pannel1_right_botoom_text ul
{
	list-style-type:none;
}
.pannel1_right_botoom_text ul li
{
	position:relative;
	font-size:14px;
	line-height:21px;
	margin:15px 0;
	padding-left:30px;
}
.pannel1_right_botoom_text ul li:before
{
	content:url(../images/tick.png);
	position:absolute;
	left:0;
	top:0;
}

.our_courses_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/our_courses_bg.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0;
}

.training_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/training_bg.png) top center no-repeat;
	background-size:100% 180px;
	position:relative;
	z-index:3;
	min-height:180px;
	margin-top:-180px;
}
.training_img_area
{
	display:block;
	float:left;
	width:100%;
	max-width:385px;
	margin-top:-280px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.training_img_area:hover
{
	transform: scale(1.1);	
}
.training_img_area img
{
	max-width:100%;
}
.our_courses_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:55px 0 75px 0;
}
.our_courses_heading
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
}
.our_courses_heading h2
{
	font-size:30px;
	color:#FFF;
	float:left;
	width:100%;
}
.our_courses_heading:after
{
	position:relative;
	content:"";
	display:inline-block;
	width:120px;
	height:4px;
	background:#FFF;
}
.our_courses_boxes_area
{
	display:flex;
	flex-wrap:wrap;
	float:left;
	width:102%;
	margin:20px -1% 0 -1%;
}
.our_courses_box1
{
	display:block;
	float:left;
	width:23%;
	margin:15px 1% 0 1%;
	background:#FFE7A7;
	padding:20px 40px;
	position:relative;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.our_courses_box1:hover
{
	background:#FFC721;
}
.our_courses_box1:after
{
	content:"";
	width:2px;
	background:#000;
	position:absolute;
	top:15px;
	bottom:15px;
	left:20px;
}
.our_courses_box1 h2
{
	font-size:40px;
	text-transform:uppercase;
	font-family: 'BebasNeue';
	line-height:40px;
	color:#000;
}

.our_courses_box2
{
	display:block;
	float:left;
	width:23%;
	margin:15px 1% 0 1%;
	background:#E84C33;
	padding:20px 40px;
	position:relative;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.our_courses_box2:hover
{
	background:#FFC721;
}
.our_courses_box2:after
{
	content:"";
	width:2px;
	background:#fff;
	position:absolute;
	top:15px;
	bottom:15px;
	left:20px;
}
.our_courses_box2 h2
{
	font-size:40px;
	text-transform:uppercase;
	font-family: 'BebasNeue';
	line-height:40px;
	color:#FFF;
}

.our_courses_box3
{
	display:block;
	float:left;
	width:23%;
	margin:15px 1% 0 1%;
	background:#66CBFF;
	padding:20px 40px;
	position:relative;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.our_courses_box3:hover
{
	background:#FFC721;
}
.our_courses_box3:after
{
	content:"";
	width:2px;
	background:#000;
	position:absolute;
	top:15px;
	bottom:15px;
	left:20px;
}
.our_courses_box3 h2
{
	font-size:40px;
	text-transform:uppercase;
	font-family: 'BebasNeue';
	line-height:40px;
	color:#000;
}

.our_courses_box4
{
	display:block;
	float:left;
	width:23%;
	margin:15px 1% 0 1%;
	background:#44D957;
	padding:20px 40px;
	position:relative;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.our_courses_box4:hover
{
	background:#FFC721;
}
.our_courses_box4:after
{
	content:"";
	width:2px;
	background:#fff;
	position:absolute;
	top:15px;
	bottom:15px;
	left:20px;
}
.our_courses_box4 h2
{
	font-size:40px;
	text-transform:uppercase;
	font-family: 'BebasNeue';
	line-height:40px;
	color:#fff;
}

.event_and_testimonial_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/event_testimonial_bg.png) repeat;
	padding:60px 0;
}


.event_main_area
{
	display:block;
	float:left;
	width:48%;
}

.event_testimonial_heading_main_area
{
	display:block;
	float:left;
	width:100%;
	text-align:left;
}
.event_testimonial_heading_main_area h2
{
	font-size:30px;
	color:#023055;
	float:left;
	width:100%;
}
.event_testimonial_heading_main_area:after
{
	position:relative;
	content:"";
	display:inline-block;
	width:120px;
	height:4px;
	background:#023055;
}
.event_box_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:20px;
}
.event_box_left_area
{
	display:block;
	float:left;
	width:100px;
	border-right:2px solid #E8E8E7;
}
.event_box_left_area h2
{
	font-size:30px;
    font-family: 'OpenSansBold';
	text-transform:uppercase;
	margin-top:-10px;	
}
.event_box_left_area h2 span
{
	font-size:40px;
}
.event_box_left_area h3
{
	font-size:14px;
    font-family: 'OpenSansBold';
	text-transform:uppercase;
	margin-top:-5px;	
}
.event_box_left_area h4
{
	font-size:20px;
    font-family: 'OpenSansBold';
	text-transform:uppercase;
	margin-top:-5px;
	color:#00aaff;	
}
.event_box_right_area
{
	display:block;
	float:right;
	width:calc(100% - 120px);
}
.event_box_right_area p
{
	font-size:14px;
	line-height:21px;
}
.event_box_right_area h2
{
	font-size:14px;
	color:#1f5b79;
	margin-top:12px;
}
.event_box_right_area h2 a
{
	color:#1f5b79;	
}
.event_box_right_area h2 a:hover
{
	color:#E84C33;
}

.testimonial_main_area
{
	display:block;
	float:right;
	width:48%;
}
.testimonial_box_area
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/testimonial_icon1.png), url(../images/testimonial_icon2.png);
	background-repeat:no-repeat, no-repeat;
	background-position:top left, bottom right;
	padding:0px 60px 0px 45px;
	margin-top:20px;
	min-height:60px;
}
.testimonial_box_area p
{
	font-size:14px;
	line-height:21px;
}
.testimonial_box_area h2
{
	font-size:14px;
	line-height:21px;
	text-transform:uppercase;
	margin-top:10px;
    font-family: 'OpenSansBold';	
}
.testimonial_box_area h3
{
	font-size:14px;
	color:#1f5b79;
	margin-top:12px;
}
.testimonial_box_area h3 a
{
	color:#1f5b79;	
}
.testimonial_box_area h3 a:hover
{
	color:#E84C33;
}
.desk_principal_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:80px 0;
	background:url(../images/principal_desk_bg.jpg) center no-repeat;
	background-size:cover;
	
}
.desk_principal_list_area
{
	display:block;
	float:left;
	width:350px;
}
.desk_principal_list_area ul
{
	list-style-type:none;
	font-size:20px;
    font-family:'OpenSansSemibold';
}
.desk_principal_list_area ul li
{
	position:relative;
	margin:14px 0;
	padding-left:35px;
}
.desk_principal_list_area ul li:before
{
	content:url(../images/tick3.png);
	position:absolute;
	left:0;
	top:3px;
}
.desk_principal_list_area ul li a
{
	color:#000;
}
.desk_principal_list_area ul li a:hover
{
	color:#D8000D;
}

.desk_principal_right_area
{
	display:block;
	float:right;
	width:calc(100% - 370px);
}
.desk_principal_right_area h2
{
	font-size:25px;
    font-family:'OpenSansSemibold';	
}
.desk_principal_box1
{
	display:block;
	float:left;
	width:100%;
	margin-top:15px;
}
.desk_principal_box1 .desk_principal_box1_img_area
{
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.desk_principal_box1:hover .desk_principal_box1_img_area
{
	transform: scale(1.1);	
}
.desk_principal_box1_img_area
{
	display:block;
	float:left;
	width:140px;
}
.desk_principal_box1_img_area img
{
	max-width:100%;
}
.desk_principal_box1_img_area h2
{
	font-size:18px;
	text-transform:uppercase;
	margin-top:5px;
	color:#000;
}
.desk_principal_box1_text_area
{
	display:block;
	float:right;
	width:calc(100% - 160px);
	padding-right:180px;
}
.desk_principal_box1_text_area p
{
	font-size:16px;
	line-height:22px;
	color:#000;	
}


.successful_students_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#D8000D;
	padding:40px 0;
}
.successful_students_heading_area
{
	display:block;
	float:left;
	width:100%;
}
.successful_students_heading_area h2
{
	font-size:25px;
	color:#FFF;
    font-family:'OpenSansSemibold';
	float:left;
}


.successful_students_slider_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:25px;
}
.successful_students_box
{
	position:relative;
	width:100%;
	padding:15px;
	background:#E24149;
	text-align:left;
}
.successful_students_box_img_area
{
	display:inline-block;
	width:100px;
}
.successful_students_box_img_area img
{
	max-width:100%;
}
.successful_students_box_text_area
{
	display:inline-block;
	float:right;
	width:calc(100% - 110px);
}
.successful_students_box_text_area h3
{
	font-size:20px;
    font-family:'OpenSansSemibold';
	color:#FFF;	
}
.successful_students_box_text_area p
{
	font-size:16px;
	color:#FFF;
	margin-top:5px;	
}
.footer_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:65px 0;
	background:url(../images/top_header_bg.jpg) top center repeat-y;
	background-size:100% auto;
}
.footer_boxes_main_area
{
	display:flex;
	flex-wrap:wrap;
	float:left;
	width:100%;
}
.footer_box1
{
	display:block;
	float:left;
	width:25%;
	text-align:center;
	border-right:1px solid #567A92;
	padding:0 20px;
}
.footer_box1:last-child
{
	border-right:none;	
}
.footer_box1 i
{
	font-size:25px;
	color:#FFF;
}
.footer_box1 h2
{
	color:#FFF;
	margin-top:10px;
	font-size:20px;
}
.footer_box1 p
{
	font-size:14px;
	color:#FFF;
	margin-top:15px;
}
.footer_box1 p span
{
	display:inline-block;
}
.footer_box1 p a
{
	color:#FFF;
}
.footer_box1 p a:hover
{
	color:#D8000D;
}



.bottom_footer_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#022948;
	padding:18px 0;
}
 
.bottom_footer_main_area
{
	display:block;
	float:left;
	width:100%;
}
.bottom_footer_main_area p
{
	float:left;
	font-size:15px;
	color:#FFF;
	margin-top:8px;
}

.bottom_footer_main_area p span
{
	margin-left:15px;
	display:inline-block;
}
.bottom_footer_main_area h2
{
	float:right;
	font-size:15px;
	color:#FFF;
}
.bottom_footer_main_area h2 img
{
	margin:0 2px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.bottom_footer_main_area h2 img:hover
{
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);	
}

.subpage_header_img_area
{
	display:block;
	float:left;
	width:100%;
}
.subpage_header_img_area img
{
	float:left;
	width:100%;
}

.subpage_body_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:50px 0;
}
.subpage_body_left_area
{
	display:block;
	float:left;
	width:calc(100% - 380px);
}
.about_text_area
{
	display:block;
	float:left;
	width:100%;
}
.about_text_area p
{
	font-size:15px;
	margin-top:20px;
	line-height:22px;
	text-align:justify;
}

.subpage_body_right_area
{
	display:block;
	float:right;
	width:350px;
}

.enquiry_form_area
{
	display:block;
	float:right;
	width:100%;
	padding:18px;
	background:url(../images/top_header_bg.jpg) top center repeat-y;
	background-size:100% auto;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.enquiry_form_area h2
{
	font-size:20px;
    font-family:'OpenSansSemibold';
	color:#FFF;
	margin:0 1%;	
}
.enquiry_form_fullw
{
	display:block;
	float:left;
	width:98%;
	margin:12px 1% 0 1%;
}
.enquiry_form_halfw
{
	display:block;
	float:left;
	width:48%;
	margin:12px 1% 0 1%;
}

.enquiry_form_input_style1
{
	display:block;
	float:left;
	width:100%;
	height:42px;
	border:1px solid #FFF;
	padding:0 12px;
	background:none;
	color:#FFF;
	font-size:14px;
}
.enquiry_form_textarea_style1
{
	display:block;
	float:left;
	width:100%;
	height:100px;
	border:1px solid #FFF;
	padding:12px;
	background:none;
	color:#FFF;
	font-size:14px;
    font-family: 'opensansregular';
}

.enquiry_form_submit_but
{
	display:block;
	float:left;
	width:98%;
	max-width:200px;
	height:42px;
	background:#be0000;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
	margin:20px 1% 0 1%;
	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;	
}

.enquiry_form_submit_but:hover
{
	background:#FFF;
	color:#000;
}
.main_heading
{
	font-size:30px;
	color:#000;
    font-family: 'opensansregular';
	background:url(../images/heading_yollow_line.jpg) bottom left no-repeat;
	padding-bottom:10px;
	float:left;
	width:100%;	
}
.subpage_table_contanear
{
	
	width:100%;
	
}

.table_1
{
      border:1px black solid;
      border-collapse: collapse;
      padding:2px;
      text-align:center;
      ​background-color:#0E4265;
      color: white;
} 
.table_2
{
      border:1px black solid;
      border-collapse: collapse;
      padding:2px;
      text-align:center;
}  
.ranv_head212
{
    font-family: Cambria, Calibri;
    color: #f58b19;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
          
}


.ranv_head212:hover
{
color: red !important;
    
          
}

.row_eff{
    width: 50px;
    height: 25px;
    background-color: #39849A;
    box-shadow: 10px 10px 5px #256071;
    margin:0px;
    color:white;
    padding-left:20px;
}
.row_eff_2{
   
    background-color: #FF6F33;
    box-shadow: 10px 10px 5px #FF9733;
    margin:0px;
    color:white;
    padding-left:20px;
}
.certificate_box{
    width: 210px;
    height: 252px;
    padding: 5px;
}
.certificate_box:hover{
    box-shadow: 2px 2px 2px 3px silver;
}