/* #General Styles
================================================== */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; list-style: none; }
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.em html, .em body, .em div, .em span, .em applet, .em object, .em iframe, .em a, .em img, .em select, .em input, .em option { margin: 0; padding: 0; border: 0; outline: 0; }
.em html { -webkit-text-size-adjust: none; }
.em button, .em input, .em select, .em textarea { font-size: 100%; margin: 0; vertical-align: baseline; box-shadow: none; }
.em input[type="button"], .em input[type="submit"] { -webkit-appearance: none !important; }
.em a { text-decoration: none; }
.em img { border: 0 none; max-width: 100%; vertical-align: top; }
.em a { outline: none; cursor: pointer; }
.em a:hover { text-decoration: none; }
.em a:focus { text-decoration: none !important; outline: none !important; }
.em .clear { clear: both; }
.em img { max-width: 100%; }
.em button:focus {outline:0;}
.em .text-transform { text-transform: uppercase; }
.em .break { float: left; width: 100%; }
.em .preloader { display: none; }
.em img { vertical-align: bottom; }

.em h1,.em h1 div { font-size:37px;}
.em h2,.em h2 div { font-size:23px;}
.em h3,.em h3 div { font-size:23px; font-weight:bold;}
.em h4, .em h4 div,.em .txt3 {font-size: 18px;font-weight: bold;line-height: 1.4;}
.em ul { list-style-type:none; position:relative;}
.em ul li:before { content:'\2022'; position:absolute; left:0; color:#fbb732; font-size:1em; padding-left:.5em;}

/* #Page Structure
================================================== */
body.em { margin: 0; padding: 0; font-size: 16px; color: #060202; background: #fff; font-family: 'Helvetica', 'arial', sans-serif; font-weight: 400;}
.em .wrapper { width: 100%; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.em .container { max-width: 960px; width: 100%; margin: 0 auto; }
.em a, .em button { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.flw{width:100%;float: left;}
/* Home Page Style
 ================================================== 

/***** header styles goes here *****/
.em header{float:left; width:100%;}
.em header .main_logo {padding: 1em 0;}
.em .main_logo img {max-width: 120px;width: 100%;}
.em header .bg_banner {background-position: center center;background-size: cover;background-repeat: no-repeat;border-style: none;padding: 78px 0 70px;}
.em .bg_banner h1 div {color: #ffffff;text-align: center;font-weight: bold;text-shadow: 0 0 10px rgba(0,0,0,.4);}
/***** header styles end *****/

/***** mid container styles goes here *****/
.em .mid_content { width:100%; float:left; padding: 46px 0 57px;}
.em .mid_content h2, .em .mid_content h2 div {
	font-weight: 500;
	padding: 0 0;
	color: #000000;
	font-size: 37.5px;
	line-height: 1.3;
}
.em .txt1 {
	padding-top: 13px;
	float: left;
	width: 100%;
}
.em .mid_content .txt1 div {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	padding-bottom: 25px;
	float: left;
	clear: both;
}
.em .mid_content .txt1 div:last-child {
	padding-bottom: 0;
}
/***** mid container styles end *****/
.em .form_section {float: left;width: 100%;margin-bottom: 30px;}
.em .contactus_section {
	width: 100%;
	float: left;
	padding: 28px 0 31px;
	margin: 0;
}
.em .cont_info-sec {
	width: 100%;
	float: left;
	margin-top: 8px;
	position: relative;
}
.em .cont_info-sec .cont_img {
	width: 17%;
	float: left;
}
.em .cont_info-sec .cont_img img {height: auto;max-width: 135px;}
.em .cont_info-sec .cont_info {
	margin-left: 0;
	float: left;
	width: 83%;
}
.em .cont_info h4,.cont_info h4 div {margin-top: 0;}
.em .cont_info .txt2 {
	color: #757575;
	margin-top: 12px;
	margin-bottom: 10px;
	font-size: 15px;
}
.em .cont_info .info_item {display: inline-block;margin-right: 1.5em;}
.em .cont_info .info_item a {
	color: #757575;
	font-size: 15px;
}
.em .cont_info .info_item a:focus, .em .cont_info .info_item a:hover {color: #fbb732;}
.em ul{float:left;width:100%;}
.em ul li {
	padding-left: 22px;
}


/***** footer styles goes here *****/
.em .top-ftr {
	position: relative;z-index: 999;
}
.em .footer_section {
	float: left;
	width: 100%;
	background-color: #f8f8f8;
	color: #ffffff;
	height: auto;
	position: relative;
	padding: 29px 0 60px;
	overflow: hidden;
}
.em .footer_section img {max-width: 120px;width: 100%;}
.em .footer_left {float: left;width: 50%; }
.em .footer_right {float: left;width: 50%; }

.em .footer_left div {
	padding-top: 19px;
	width: 100%;
}
.em .footer_left div a{color:#fff;text-decoration: underline !important;}


.em .footer_section::after {
	position: absolute;
	/* left: 0; */
	top: 0;
	bottom: 0;
	right: -24%;
	content: "";
	background-color: #f8f8f8;
	height: 200%;
	width: 71%;
	transform: skew(-45deg);
}
.em .footer_right div {line-height: 1.3;float: right;text-align: right;}
/***** footer styles end *****/

