*
{
	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;
}
textarea:focus, input:focus{
    outline: none;
}
:hover
{
		-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: 'Roboto', sans-serif;	
	font-weight:400;	
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6
{
	font-weight:100;
}


.contanear
{
	display:block;
	width:92%;
	max-width:1150px;
	margin:0px auto;
}
.black_transform_area
{
	display:block;
	float:left;
	width:100%;
	height:46px;
	background:url(../images/black_tr_bg.png) top center no-repeat;
	background-size:100% 46px;
	margin-top:-46px;
	position:relative;
	z-index:3;
}
.section1
{
	display:block;
	float:left;
	width:100%;
	padding:40px 0;
	background:#000;
	margin-top:-1px;
}
.section1_text_area
{
	display:block;
	float:left;
	width:70%;
	margin:0 15%;
	position:relative;
	min-height:190px;
}
.section1_img_area
{
	display:block;
	width:63px;
	height:190px;
	position:absolute;
	right:0;
	top:0;
	text-align:center;
}
.section1_textarea
{
	display:block;
	float:right;
	width:100%;
	padding-right:100px;
	text-align:right;
}
.section1_textarea p
{
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	color:#FFF;
	margin-top:40px;
	font-weight:400;
}
.section2
{
	display:block;
	float:left;
	width:100%;
	background:#F4DC08;
	padding:45px 0;
	text-align:center;
}
.section2_heading
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	font-size:36px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
.section2_main_area
{
	display:block;
	float:left;
	width:104%;
	margin:0 -2%;
}
.section2_box1
{
	display:inline-block;
	vertical-align:top;
	width:28.5%;
	margin:35px 2%;
	text-align:center;
}
.section2_box1 img
{
	max-width:60%;
}
.sub_heading
{
	font-size:24px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	margin-top:10px;		
}
.section2_box1 p
{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	margin-top:12px;	
}
.yellow_bg_contanear
{
	display:block;
	float:left;
	width:100%;
	height:55px;
	background:url(../images/yellow_bg.png) top center no-repeat;
	background-size:100% 55px;
}
.section3
{
	display:block;
	float:left;
	width:100%;
	background:#F2F2F2;
	padding:40px 0;
}
.section3_main_area
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
}
.section3_box1
{
	display:inline-block;
	vertical-align:top;
	width:260px;
	margin:20px 1%;
}
.section3_main_img_area
{
	display:inline-block;
	vertical-align:top;
	width:205px;

}
.section3_main_img_area img
{
	width:100%;
	border:10px solid #ffffff;
	border-radius:100px;
}
.section3_text_area
{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
}
.section3_text_area p
{
	font-size:15px;
	font-weight:300;
	margin-top:10px;
}
.section3_bottom_area
{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
}
.section3_bottom_box1
{
	display:inline-block;
	vertical-align:top;
	width:38px;
	height:38px;
	background:#FFF;
	text-align:center;
	border-radius:30px;
	margin:0 1px;
	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;
}
.section3_bottom_box1 p
{
	margin-top:6px;
}
.section3_bottom_box1:hover
{
	background:#000;
}
.black_transform_area2
{
	display:block;
	float:left;
	width:100%;
	height:46px;
	background:url(../images/black_tr_bg2.png) top center no-repeat;
	background-size:100% 46px;
}
.section4
{
	display:block;
	float:left;
	width:100%;
	background:#000000;
	padding:40px 0;
	margin-top:-1px;
}
.section4_main_area
{
	display:block;
	float:left;
	width:86%;
	margin:0 7%;
}
.section4_box1
{
	display:block;
	float:left;
	width:40%;
	position:relative;
	min-height:65px;
}
.section4_box1_img_area
{
	display:block;
	float:left;
	width:63px;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
}
.section4_box1_text_area
{
	display:block;
	float:left;
	width:100%;
	padding-left:75px;
}
.section4_box1_text_area p
{
	font-size:16px;
	color:#FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	margin-top:8px;
}

.section4_box2
{
	display:block;
	float:left;
	width:30%;
	position:relative;
	min-height:65px;
}
.section4_box2_img_area
{
	display:block;
	float:left;
	width:63px;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
}
.section4_box2_text_area
{
	display:block;
	float:left;
	width:100%;
	padding-left:75px;
}
.section4_box2_text_area p
{
	font-size:16px;
	color:#FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	margin-top:16px;
}
.section4_box2_text_area p a
{
	color:#fff;
}
.section4_box2_text_area p a:hover
{
	color:#F4DC08;
}
.section4_box3
{
	display:block;
	float:left;
	width:30%;
	position:relative;
	min-height:65px;
}
.section4_box3_img_area
{
	display:block;
	float:left;
	width:63px;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
}
.section4_box3_text_area
{
	display:block;
	float:left;
	width:100%;
	padding-left:75px;
}
.section4_box3_text_area p
{
	font-size:16px;
	color:#FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	margin-top:10px;
}
.section5
{
	display:block;
	float:left;
	width:100%;
	padding:40px 0 55px 0;
	background:#F4DC08;
}
.section5_heading
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
	font-size:24px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;	
}
.section5_form_main_area
{
	display:block;
	float:left;
	width:86%;
	margin:30px 7% 0 7%;
}
.section5_form_top
{
	display:block;
	float:left;
	width:100%;
	border:1px solid #DDC704;
	border-radius:5px;
	padding:5px 10px;
}
.form_top_input_style1
{
	display:block;
	float:left;
	width:31.3%;
	height:34px;
	margin:0 1%;
	border:none;
	border-right:1px solid #DDC704;
	background:url(../images/form_icon1.jpg) left center no-repeat;
	padding-left:28px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;		
}
.form_top_input_style2
{
	display:block;
	float:left;
	width:31.3%;
	height:34px;
	margin:0 1%;
	border:none;
	border-right:1px solid #DDC704;
	background:url(../images/form_icon2.jpg) left center no-repeat;
	padding-left:28px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;		
}
.form_top_input_style3
{
	display:block;
	float:left;
	width:31.3%;
	height:34px;
	margin:0 1%;
	border:none;
	background:url(../images/form_icon3.jpg) left center no-repeat;
	padding-left:28px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;		
}

.form_top_textarea_style1
{
	display:block;
	float:left;
	width:100%;
	height:130px;
	margin:20px 0 0 0;
	border:1px solid #DDC704;
	border-radius:5px;
	padding:12px 10px;
	background:url(../images/form_icon4.jpg) left top no-repeat;
	background-position:20px 10px;
	padding-left:50px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;		
}
.form_submit_but
{
	display:block;
	float:right;
	width:124px;
	height:40px;
	margin:15px 0 0 0;
	background:#f4dc07;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:18px;
	color:#000;
	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;		
}
.form_submit_but:hover
{
	background:#000;
	color:#FFF;
}
.copy_area
{
	display:block;
	float:left;
	width:100%;
	padding:45px 0 0 0;
}
.copy_area p
{
	float:left;
	font-size:14px;
}
.copy_area h2
{
	float:right;
	font-size:14px;
}
.copy_area h2 img
{
	vertical-align:top;
	margin-left:5px;
	margin-top:-10px;
}

.top_logo_and_nav_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:60px;
}
.logo_area
{
	display:block;
	float:left;
	width:237px;
	text-align:center;
}
.logo_area img
{
	max-width:100%;
}
.nav_main_area
{
	display:block;
	float:right;
	margin-top:30px;
}
.nav_main_area ul
{
	list-style-type:none;
}
.nav_main_area ul li
{
	display:inline;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;	
	font-weight:500;		
	color:#000;
	position:relative;		
}
.nav_main_area ul li a
{
	color:#fff;	
	padding:15px 15px;
	font-size:18px;
}
.nav_main_area ul li a:hover
{
	color:#F2DA06;
}
.nav_main_area ul li ul{position:absolute; width:200px; top:20px; left:0px;display:none; padding-top:35px;}

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

.nav_main_area ul li ul li{width:100%;}
.nav_main_area ul li ul li a{padding:8px; background-color:#FD5B4E; display:block; border-bottom:1px solid #eb4d41; font-size:13px; color:#FFF;}

.nav_main_area ul li ul li a:hover{background-color:#2438BF; color:#FFF; background-image:none;}

#active a
{
	background:url(../images/nav_bg.png) bottom left repeat-x;	
}

.small_manu
		{
		float:right;
		height:auto;
		margin:0px 0 0 25px;
		overflow:visible;
		display:none;
		z-index:10000;
		text-align:center;
		z-index:9999;
		position:relative;
		}


.toggleMenu {
    display:  none;
	margin-top:12px;
}
.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: 9.7px 15px;
    color:#000;
	text-decoration:none;
	
}

.nav2 a:hover {
	background:#F2DA06 ;
	color:#000;
}

#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: #eff1f1;
    position: relative;
    z-index:100;
    border-top: 1px solid #D1DADE;

}

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

.droparrow{margin:0 0 3px 0;}

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


.slider_main_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:40px
}
.phone_box
{
	display:block;
	float:right;
	position:fixed;
	z-index:9999;
	width:209px;
	height:54px;
	right:0px;
	top:150px;
		-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
		-ms-transition: all .5s ;
		-o-transition: all .5s ;
		transition: all .5s ;
		transition-timing-function:ease-out;
		cursor:pointer;		
}
.slider_and_top_header_contanear
{
	display:block;
	float:left;
	width:100%;
	position:relative;
}
.slider_contanear
{
	display:block;
	float:left;
	width:100%;
}
.logo_and_nav_contanear
{
	display:block;
	float:left;
	width:100%;
	position:absolute;
	z-index:9999;
	background:url(../images/top_shadow.png) top center no-repeat;
	background-size:100% 100%;
}