* {
	padding:0;
	margin:0;
	list-style:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
button{
	cursor:pointer;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	background:#fff;
	font-size:100%;
	color:#000;
	line-height:100%;
	font-style:normal;
	font-weight:normal;
}
input { background:none; border:0 none; outline:none; }
table {
	border:0 none;
	border-collapse:collapse;
	border-spacing:0;
}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; }
a:focus{
	outline:none;
}
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text-justify { text-align:justify; }
.clearfix {
	clear:both;
	/*content:" "; never use this property error in opera*/
	display:block;
	font-size:inherit;
	height:0;
	line-height:0;
}
::selection {
  background:#5A5A5A;
  color:#FFFFFF;
  text-shadow:none;
}

::-moz-selection {
  background:#5A5A5A;
  color:#FFFFFF;
  text-shadow:none;
}
h1{
	font-family: 'open_sanslight';
	font-size:30px;
}
h2{
	font-family: 'open_sanslight';
	font-size:40px;
}
h3{
	font-family: 'montserratregular';
	font-size:20px;
}
h4{
	font-family: 'PixelFountain_Regular';
	font-size:20px;
}
h5{
	font-family: 'PixelFountain_Regular';
	font-size:16px;
}
h6{
	font-family: 'PixelFountain_Regular';
	font-size:14px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}
/*------------------------------------------------------*/
.container{
	width:1000px;
	margin:0 auto; 
}
.test_content{margin:1px 0 0 0;}
.scroller_anchor{height:0px; margin:0; padding:0; top:0;z-index:9999;}
.scroller{
	background:#FFFFFF;
	z-index:100;
	text-align:center;
	margin:0 auto;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
}
.unofixed{
	width:100%;
	background:#FFFFFF;
}
.header{
	background:url(../images/header_bg.png) repeat 0;
	float:left;
	width:100%;
	height:80px;
	transition:all 0.4s ease-out 0s;
	-webkit-transition:all 0.4s ease-out 0s;
    -moz-transition:all 0.4s ease-out 0s;
	position:absolute;
	top:0;
	left:0;
}
.unofixed .header{
	height:80px;
	/*padding-top:50px;*/
}
.selectnav{
	display:none;
	width:100%;
}
.selectnav ul{
	display:none;
}
.header_top{
	float:left;
	background:url(../images/header_bg.png) repeat 0;
	width:100%;
	top:0;
	left:0;
	z-index:9999;
	position:fixed;
}
.header_top_logo{
	float:left;
	width:332px;
	height:70px;
	padding:5px 0 4px 0;
	transition:all 0.4s ease-out 0s;
	-webkit-transition:all 0.4s ease-out 0s;
    -moz-transition:all 0.4s ease-out 0s;
}
.header_top_logo a img{
	width:332px;
	height:70px;
}
.unofixed .header_top{
	background:url(../images/fixed_heder_bg.jpg) repeat-x;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.header_top_logo a{
	display:block;
}
.heder_right{
	float:right;
	width:611px;
	height:auto
}
.phone{
	float:right;
	width:auto;
	height:auto;
	padding:11px 2px 0 0;
	font-family: 'abelregular';
	font-size:16px;
	color:#AE0000;
	font-weight:bold;
	line-height:100%;
}
#bt-menu{
	float:right;
	width:100%;
	transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
	padding-top:17px;
	clear:both;
}
.bt-menu-trigger{
	display:none;
}
#bt-menu ul{
	float:left;
	width:100%;
	height:auto;
}
#bt-menu ul li{
	float:left;
	background:url(../images/nav_sep.png) no-repeat right 2px;
	width:auto;
	height:22px;
	padding:0 6px 0 3px;
}
#bt-menu ul li.last{
	background:none;
	padding-right:0;
}
#bt-menu ul li.first{
	padding-left:0;
}
#bt-menu ul li a{
	float:left;
	height:22px;
	line-height:22px;
	font-family: 'abelregular';
	color:#333333;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 6px;
	border-radius:2px;
	-webkit-border-radius:2px;
    -moz-border-radius:2px;
	behavior:url(PIE.htc);
	position:relative;
}
#bt-menu ul li a:hover, #bt-menu ul li a.active{
	background:#EE0000;
	color:#FFFFFF;
}
.section_main{
	float:left;
	width:100%;
	height:auto;
	position:relative;
	transition:all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
    -moz-transition:all 0.8s ease 0s;
	clear:both;
}
.banner{
	float:left;
	width:100%;
	height:730px;
	position:relative;
}
.banner ul{
	float:left;
	width:100%;
	height:auto;
}
.banner ul li{
	float:left;
	width:100%;
	height:100%;
	max-height:730px;
	position:relative;
}
.banner_img{
	width:100%;
	background:url(../images/banner_img.jpg) no-repeat center 0; 
	background-size:127% !important;
	background-attachment:fixed;
	height:730px;
	transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
	top:1px;
	left:0;
	position:absolute;
}
.banner_img img{
	width:100%;
	height:100%;
}
.banner_img img{
	float:left;
	width:100%;
}
.banner_txt{
	float:left;
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
.banner_txt_main{
	float:left;
	width:100%;
	height:auto;
	padding-top:370px;
	transition: all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
}
.banner_top_con{
	float:left;
	width:100%;
	height:auto;
	font-family: 'montserratbold';
	font-size:40px;
	color:#FFFFFF;
	line-height:140%;
	text-align:center;
}
.banner_bot_con{
	float:left;
	width:100%;
	height:auto;
	font-family: 'montserratbold';
	font-size:30px;
	color:#FFFFFF;
	line-height:100%;
	padding-top:4px;
	text-align:center;
}
.slider_errow{
	width:100%;
	height:auto;
	position:absolute;
	top:280px;
	left:0;
	margin:0 auto;
	transition: all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
}
.slider_errow_main{
	width:1000px;
	height:auto;
	margin:0 auto;
	transition: all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
}
a.errow_left{
	float:left;
	background:url(../images/errow_left.png) no-repeat left;
	width:28px;
	height:58px;
	margin-left:-49px;
}
a.errow_right{
	float:right;
	background:url(../images/errow_right.png) no-repeat right;
	width:28px;
	height:58px;
	margin-right:-49px;
}
.more_errow{
	float:left;
	width:100%;
	height:auto;
/*	padding-top:204px; */
	padding-top:20%;
	text-align:center;
}
.baner_scroll{
	background:#333333;
	width:74px;
	height:53px;
	display:block;
	margin:0 auto;
	font-family: 'lato_Bold';
	font-size:15px;
	color:#999999;
	padding:21px 0 0 0;
	border-radius:40px;
	line-height:100%;
	-webkit-border-radius:40px;
    -moz-border-radius:40px;
	behavior:url(PIE.htc);
	position:relative;
	text-align:center;
	text-decoration:none;
}
.more_errow span{
	width:35px;
	height:14px;
	padding-top:19px;
	display:block;
	margin:0 auto;
}

/**************Elips Start**************/
.welcome_con_raw{
	float:left;
	width:100%;
	min-height:230px;
	background:url(../images/welcome_bg.jpg) repeat;
	/* padding:70px 0;
	 border-top:2px solid #282828; */
	position:relative;
	z-index:99;
}
.welcome_contain{
/*	float:left;
	width:100%; */
}
.welcome_contain h1{
	float:left;
	width:100%;
	text-align:center;
	color:#333333;
	line-height:100%;
	font-weight:normal;
	text-align:center;
}
.welcome_img{
	float:left;
	width:100%;
	text-align:center;
	padding-top:25px;
}
.welcome_contain p{
	float:left;
	width:100%;
	text-align:center;
	font-family: 'Montserrat';
	font-weight:400;
	font-size:14px;
	color:#333333;
	line-height:180%;
	letter-spacing:0.2px;
	padding-top:28px;
}
.spring {
	float:left;
	width:100%;
	height:454px;
	position:relative;
}
.spring .main{
	float:left;
	background: url(../images/service_bg.jpg) no-repeat center 25px;
	position:absolute;
	background-size: cover;
	background-attachment:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.plant_box_raw{
	float:right;
	width:526px;
	padding:4px 0 30px 0;
}
.palnt_boc_con{
	float:left;
	width:524px;
	height:118px;
	border:1px solid #484848;
	margin-top:20px;
	box-shadow: 0 0 2px #000000;
	border-radius:5px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	behavior:url(PIE.htc);
	position:relative;
}
.plant_box_bg{
	float:left;
	width:498px;
	height:84px;
	border:1px solid #E3E3E4;
	background:url(../images/plant_box_bg.png) repeat-x;
	padding:17px 14px 15px 10px;
	border-radius:5px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	behavior:url(PIE.htc);
	position:relative;
}
.plant_tit_bg{
	float:left;
	width:100%;
	height:32px;
}
.plant_tit_bg span{
	float:left;
	width:255px;
	height:32px;
	background:url(../images/plant_tit_bg.png) no-repeat;
	position:absolute;
	font-family: 'open_sansbold';
	font-size:18px;
	color:#FFFFFF;
	line-height:21px;
	padding-left:20px;
	left:-11px;
}
.plant_box_bg p{
	float:left;
	width:100%;
	font-family: 'open_sansregular';
	font-size:13px;
	color:#000000;
	line-height:120%;
	padding-top:5px;
}
#footer{
	float:left;
	width:100%;
	height:60px;
	position:relative;
	z-index:99;
}
.footer_raw{	
	float:left;
	background-color:#FFFFFF;
	width:100%;
	min-height:88px;
	padding:37px 0 20px 0;
	border-top:3px solid #BCBCBC; 
}
.footer_con{
	float:left;
	width:100%;
}
.footer_link_con{
	float:left;
	width:322px;
	padding:0 47px 0 10px;
}
.footer_link_inner{
	float:left;
	width:100%;
	padding-left:3px;
}
.footer_link_inner ul{
	float:left;
	width:100%;
}
.footer_link_inner ul li{
	float:left;
	padding-right:12px;
}
.footer_link_inner ul li.last{
	padding-right:0;
}
.footer_link_inner ul li a{
	float:left;
	background:url(../images/footer_li_errow.jpg) no-repeat right;
	font-family: 'open_sansregular';
	font-size:13px;
	color:#333333;
	line-height:115%;
	text-decoration:none;
	padding-right:14px;
}
.footer_link_inner ul li a.last{
	padding-right:0;
	background:none
}
.footer_link_inner ul li a:hover{
	text-decoration:underline;
}
.social_link_con{
	float:left;
	width:100%;
	padding-top:26px;
}
.social_link_con a{
	float:left;
	background:url(../images/social_icon.png) no-repeat;
	width:32px;
    height:32px;
    margin-right:4px;
    transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
}
.social_link_con a.social_ico1{
	background-position: 0 0;
}
.social_link_con a.social_ico2{
	background-position: -36px 0;
}
.social_link_con a.social_ico3{
	background-position: -72px 0;
}
.social_link_con a.social_ico4{
	background-position: -108px 0;
}
.social_link_con a.social_ico5{
	background-position: -142px 0;
	margin-right:0px;
}
.social_link_con a.social_ico1:hover{
	background-position: 0 -32px;
}
.social_link_con a.social_ico2:hover{
	background-position: -36px -32px;
}
.social_link_con a.social_ico3:hover{
	background-position: -72px -32px;
}
.social_link_con a.social_ico4:hover{
	background-position: -108px -32px;
}
.social_link_con a.social_ico5:hover{
	background-position: -142px -32px;
}
.footer_address_con{
	float:left;
	width:240px;
	padding-right:36px;
}
.adress_raw{
	float:left;
	width:100%;
}
.adress_raw_l{
	float:left;
	width:30px;
	height:30px;
	padding-right:12px;
}
.address_con{
	float:left;
	width:198px;
	font-family: 'open_sansregular';
	font-size:13px;
	color:#333333;
	line-height:100%;
	letter-spacing: 0.3px;
}	
.email_raw{
	float:left;
	width:100%;
	padding-top:7px;
}
.email_raw_l{
	float:left;
	width:18px;
	height:10px;
	padding:0 16px 0 8px;
}
.email_con{
	float:left;
	font-family: 'open_sansregular';
	font-size:13px;
	color:#333333;
	line-height:115%;
	text-decoration:none;
}
.phone_raw{
	float:left;
	width:100%;
	padding:13px 0 0 9px;
}
.phone_raw_l{
	float:left;
	width:14px;
	height:14px;
	padding-right:19px;
}
.footer_logo{
	float:left;
	width:158px;
	height:80px;
	padding-right:25px;
}
.footer_logo a{
	float:left;
	width:158px;
	height:80px;
}
.copyright{
	float:left;
	width:140px;
	padding-top:44px;
}
.copy_con{
	float:left;
	font-family: 'open_sansregular';
	font-size:13px;
	color:#333333;
	line-height:115%;
	letter-spacing: 0.3px;
}





/*************************Inner Page Start****************************/
.inner_page{
	float:left;
	width:100%;
}
.inner_banner{
	float:left;
	width:100%;
    height:540px;
    position:relative;
}
.inner_banner_img{
	width:100%;
	height:100%;
	transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
}
.inner_banner_img.abt_ban{
	background:url(../images/abt_ban.jpg) no-repeat center 0; 
	background-attachment: fixed;
	background-size:102% !important;
}
.inner_banner_img.cons_ban{
	background:url(../images/cons_ban.jpg) no-repeat center 0; 
	background-attachment: fixed;
	background-size:102% !important;
}
.inner_banner_img.sur_ban{
	background:url(../images/sur_ban.jpg) no-repeat center 0; 
	background-attachment: fixed;
	background-size:102% !important;
}
.inner_banner_img.plant_ban{
	background:url(../images/plant_ban.jpg) no-repeat center 0; 
	background-attachment: fixed;
	background-size:102% !important;
}
.inner_banner_img.cont_ban{
	background:url(../images/cont_ban.jpg) no-repeat center 0; 
	background-attachment: fixed;
	background-size:102% !important;
}
/*************************About Us Page Start****************************/
.inner_top_bg{
	float:left;
	width:100%;
	min-height:193px;
	background:url(../images/inner_top_bg.jpg) repeat;
	border-top:2px solid #282828;
	border-bottom:1px solid #DDDDDD;
	padding:38px 0 0 0;
}
.inner_tit_txt{
	float:left;
	width:100%;
}
.inner_tit_txt h2{
	float:left;
	background:url(../images/inner_tit_bg.png) no-repeat bottom;
	width:100%;
	color:#F40000;
	font-weight:normal;
	line-height:100%;
	text-align:center;
	padding-bottom:34px;
}
.inner_tit_txt p{
	float:left;
	width:100%;
	font-family: 'montserratregular';
	font-size:20px;
	color:#333333;
	text-align:center;
	line-height:160%;
	letter-spacing:.2px;
	padding:23px 0 35px 0;
}
.inner_center_bg{
	float:left;
	width:100%;
}
.about_first_raw{
	float:left;
	background:url(../images/about_img1.png) no-repeat right;
	background-color:#F5F5F5;
	width:100%;
	min-height:413px;
	transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
}
.about_first_left{
	float:left;
	width:542px;
	padding-top:52px;
}
.about_first_left p{
	float:left;
	width:100%;
	font-family: 'montserratregular';
	font-size:16px;
	color:#333333;
	line-height:160%;
	letter-spacing: 0.4px;
	padding-bottom:25px;
}
.about_second_raw{
	float:left;
	background-color:#BB0000;
	width:100%;
	min-height:55px;
	padding:36px 0 32px 0;
}
.about_second_con{
	float:left;
	width:100%;
	font-family: 'montserratregular';
	font-size:16px;
	color:#FFFFFF;
	line-height:160%;
	letter-spacing: 0.4px;
	text-align:center;
}
.about_thired_raw{
	float:left;
	background-color:#FFFFFF;
	width:100%;
	min-height:354px;
	padding:20px 0;
}
.about_thired_con{
	float:left;
	width:100%;
}
.about_thired_left{

	float:left;
	width:471px;
	height:291px;
	padding:53px 50px 0 24px;; 
}
.about_thired_right{
	float:left;
	width:454px;
	padding-top:108px;
}
.about_thired_right p{
	float:left;
	width:100%;
	font-family: 'montserratregular';
	font-size:16px;
	color:#333333;
	line-height:160%;
	letter-spacing:.2px;
	padding-bottom:25px;
}
.about_forth_raw{
	float:left;
	background:url(../images/about_forth_bg.jpg) repeat;
	width:100%;
	min-height:78px;
	padding:22px 0 20px 0;
}
.about_forth_con{
	float:left;
	width:100%;
}
.about_forth_con p{
	float:left;
	width:100%;
	font-family: 'montserratregular';
	font-size:16px;
	color:#BB0000;
	line-height:160%;
	letter-spacing:.3px;
}
/*************************About Us Page End****************************/


/*************************Construction Page Start****************************/
.construc_first_raw{
	float:left;
	background-color:#FFFFFF;
	background:url(../images/construction_img1.jpg) no-repeat right;
	width:100%;
	min-height:463px;
	transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
}
.construc_first_con{
	float:left;
	width:100%;
}
.construc_first_left{
	float:left;
	width:483px;
	padding:160px 0 0 0;
	position:relative;
	z-index:999;
}
.construc_first_left p{
	float:left;
	width:100%;
	font-family: 'montserratregular';
	font-size:16px;
	color:#333333;
	line-height:160%;
	letter-spacing:.3px;
}
.construc_sec_raw{
	float:left;
	background:url(../images/construction_img2.jpg) no-repeat left;
	background-color:#F1ECE8;
	width:100%;
	min-height:490px;
	transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
}
.construc_sec_con{
	float:left;
	width:100%;
}
.construc_sec_right{
	float:right;
	width:493px;
	padding:50px 8px 0 0;
}
.construc_sec_right p{
	float:right;
	width:100%;
	font-family: 'montserratregular';
	font-size:16px;
	color:#333333;
	line-height:160%;
	letter-spacing:.3px;
}
.capible_con{
	float:left;
	width:100%;
	padding:41px 0 15px 0;
}
.capible_con h3{
	float:left;
	width:100%;
	color:#1B1E23;
	font-weight:normal;
	line-height:100%;
}
.capible_con ul{
	float:left;
	width:100%;
	padding-top:15px;
}
.capible_con ul li{
	float:left;
	background:url(../images/capible_li_icon.png) no-repeat left 6px;
	width:96%;
	font-family: 'montserratregular';
	font-size:16px;
	color:#333333;
	line-height:100%;
	padding:0 0 5px 10px;
	margin:0;
}
.capible_con ul li.last{
	padding-bottom:0;
}
/*************************Construction Page End****************************/

/*************************Engineering Page Start****************************/
.engineer_first_raw{
	background:url(../images/enginer_img1.jpg) no-repeat left;
	background-color:#F7F6F4;
	float:left;
	width:100%;
	min-height:420px;
	transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
}
.engineer_first_con{
	float:left;
	width:100%;
}
.engineer_first_right{
	float:right;
	width:433px;
	padding:130px 10px 0 0;
}
.engineer_first_right p{
	float:right;
	width:100%;
	font-family: 'montserratregular';
	font-size:16px;
	color:#333333;
	letter-spacing:.3px;
	line-height:160%;
}
.engineer_sec_raw{
	float:left;
	background-color:#FFFFFF;
	width:100%;
	min-height:283px;
}
.engineer_sec_con{
	float:left;
	width:100%;
	position:relative;
}
.engineer_sec_left{
	float:left;
	width:496px;
	padding:75px 0 20px 0;
}
.engineer_sec_left p{
	float:left;
	width:100%;
	font-family: 'montserratregular';
	font-size:16px;
	color:#333333;
	letter-spacing:.3px;
	line-height:160%;
}
.engineer_sec_right{
	float:right;
	width:247px;
	height:350px;
	position:absolute;
	top:-67px;
	right:27px;
}
.engineer_thrd_raw{
	float:left;
	background-color:#666666;
	width:100%;
	min-height:60px;
	padding:35px 0; 
}
.engineer_thrd_con{
	float:left;
	width:100%;
}
.engineer_thrd_con p{
	float:left;
	width:100%;
	font-family: 'montserratregular';
	font-size:16px;
	color:#FFFFFF;
	letter-spacing:.4px;
	text-align:center;
	line-height:160%;
}
.engineer_forth_raw{
	float:left;
	background-color:#566A55;
	width:100%;
	min-height:340px;
}
.engineer_forth_bg{
	margin:0 auto;
	width:100%;
	height:340px;
	background:url(../images/enginer_img3.png) no-repeat center;
}
.engineer_forth_con{
	float:left;
	width:100%;
	position:relative;
}
.engineer_forth_left{
	float:left;
	width:202px;
	height:349px;
	position:absolute;
	left:60px;
	top:-8px;
}
.engineer_forth_right{
	float:right;
	width:60.4%;
	padding:33px 0 0 0;
}
.engineer_forth_right p{
	float:right;
	width:100%;
	font-family: 'montserratregular';
	font-size:18px;
	color:#FFFFFF;
	letter-spacing:.4px;
	line-height:160%;
}
.capible_con ul{
	float:left;
	width:100%;
	padding-top:15px;
}
.engineer_forth_listing{
	float:left;
	width:100%;
}
.engineer_forth_listing ul{
	float:left;
	width:100%;
	padding-top:20px;
}
.engineer_forth_listing ul li{
	float:left;
	background:url(../images/enginer_listing_icon.png) no-repeat left 6px;
	width:96%;
	font-family: 'montserratregular';
	font-size:18px;
	color:#000000;
	line-height:100%;
	padding:0 0 10px 10px;
	margin:0;
}
/*************************Engineering Page End****************************/


/*************************Planthire Page Start****************************/
.planthire_first_raw{
	float:left;
	background-color:#FFFFFF;
	width:100%;
	min-height:463px;
}
.planthire_first_con{
	float:left;
	width:100%;
}
.planthire_first_left{
	float:left;
	width:360px;
	height:450px;
	padding-top:13px;
	transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
}
.planthire_first_right{
	float:right;
	width:521px;
	padding:90px 0 0 0;
}
.planthire_first_right p{
	float:right;
	width:516px;
	font-family: 'montserratregular';
	font-size:16px;
	color:#333333;
	line-height:160%;
	letter-spacing:.3px;
	padding-bottom:25px;
}
.planthire_sec_raw{
	float:left;
	background-color:#757678;
	width:100%;
	min-height:390px;
	position:relative;
}
.planthire_sec_con{
	float:left;
	width:100%;
}
.planthire_sec_left{
	float:left;
	width:495px;
	padding:70px 0 0 0;
}
.planthire_sec_left p{ 
	float:left;
	width:495px;
	font-family: 'montserratregular';
	font-size:16px;
	color:#FFFFFF;
	line-height:160%;
	letter-spacing:.3px;
	padding-bottom:18px;
}
.planthire_sec_right{
	float:right;
	width:590px;
	height:450px;
	position:absolute;
	right:25px;
	top:-18px;
	transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
}
.planthire_thrd_raw{
	float:left;
	background:url(../images/planthire_img3.png) no-repeat left;
	background-color:#EEF3F7;
	width:100%;
	min-height:407px;
	transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
}
.planthire_thrd_con{
	float:right;
	width:453px;
	padding:38px 0 0 0;
}
.planthire_thrd_con p{
	float:right;
	width:100%;
	font-family: 'montserratregular';
	font-size:16px;
	color:#CB0000;
	line-height:160%;
	letter-spacing:.3px;
	padding-bottom:18px;
}
.planthire_listing_con{
	float:left;
	width:100%;
	padding-bottom:20px;
}
.planthire_listing_con ul{
	float:left; 
	width:100%;
}
.planthire_listing_con ul li{
	float:left;
	background:url(../images/capible_li_icon.png) no-repeat left 6px;
	width:96%;
	font-family: 'montserratregular';
	font-size:16px;
	color:#333333;
	line-height:100%;
	padding:0 0 9px 10px;
	margin:0;
}
.planthire_listing_con ul li.last{
	padding-bottom:0;
}
/*************************Planthire Page End****************************/
/*************************Contact Page Start****************************/
.cotact_top_raw{
	float:left;
	width:100%;
	padding:10px 0 48px 0;
}
.cotact_top_raw p{
	float:left;
	width:100%;
	text-align:center;
	font-family: 'montserratregular';
	font-size:20px;
	color:#333333;
	letter-spacing:.3px;
	padding:0;
	line-height:100%;
}
.cotact_top_raw p span{
	font-family: 'montserratregular';
	color:#999999;
	padding-right:15px;
}
.contact_sec_raw{
	float:left;
	width:100%;
	padding-bottom:25px;
}
.contact_phone_con{
	float:left;
	width:200px;
}
.contact_phone_con.first{
	padding:0 60px 0 98px;
}
.contact_phone_con.sec{
	padding-right:90px;
}
.phone_icon_bg{
	background-color:#F00000;
	width:50px;
	height:50px;
	border-radius:50% 50%;
	-webkit-border-radius:50% 50%;
    -moz-border-radius:50% 50%;
	behavior:url(PIE.htc);
	position:relative;
	text-align:center;
	margin:0 auto;
}
.phone_icon_bg span{
	float:left;
	width:100%;
	height:38px;
	vertical-align:middle;
	padding-top:12px;
	text-align:center;
}
.contact_phone_con.thired span{
	height:34px;
	padding-top:16px;
}
.contact_phone_txt{
	float:left;
	width:100%;
	text-align:center;
}
.contact_phone_txt p{
	float:left;
	width:100%;
	font-family: 'lato_Regular';
	font-size:16px !important;
	color:#333333;
	text-transform:uppercase;
	padding:10px 0 5px 0;
	text-align:center;
}
.contact_phone_txt span{
	float:left;
	width:100%;
	font-family: 'lato_Regular';
	font-size:20px;
	color:#333333;
	text-align:center;
}
.contact_phone_con.thired{
	width:255px;
}
.contact_phone_txt a{
	float:left;
	width:100%;
	font-family: 'lato_Regular';
	font-size:20px;
	color:#333333;
	text-align:center;
	text-decoration:none;
}
.contatc_form_raw{
	float:left;
	width:100%;
	padding:50px 0 30px 0;
}
.contatc_form_raw h3{
	float:left;
	width:100%;
	color:#F00000;
	line-height:100%;
	text-align:center;
	padding-bottom:30px;
}
.contact_form_inner{
	float:left;
	width:100%;
}
.contact_form_center{
	width:644px;
	margin:0 auto;
}
.contact_form_inner{
	float:left;
	width:100%;
}
.contct_txtbox_raw{
	float:left;
	width:100%;
	padding-bottom:20px;
}
.name_raw{
	float:left;
	background-color:#FFFFFF;
	width:620px;
	height:38px;
	border:1px solid #CCCCCC;
	font-family: 'Montserrat';
	font-size:14px;
	color:#333333;
	line-height:38px;
	padding:0 10px;
	border-radius:4px;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
	behavior:url(PIE.htc);
	position:relative;
}
.detail_brif_raw{
	float:left;
	background-color:#FFFFFF;
	width:620px;
	height:151px;
	border:1px solid #CCCCCC;
	font-family: 'Montserrat';
	font-size:14px;
	color:#333333;
	padding:7px 10px 10px;
	border-radius:4px;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
	behavior:url(PIE.htc);
	position:relative;
	margin:15px 0px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border:1px solid #AE0000;
    transition: all 0.2s ease-in-out 0s;
	-webkit-transition:all 0.2s ease-in-out 0s;
    -moz-transition:all 0.2s ease-in-out 0s;
}
.submit_btn{
	width:200px;
	height:50px;
	margin:0 auto;
}
.main_submit{
	width:100%;
	display:block;
	text-decoration:none;
}
/*.main_submit{
    background-color:#999999;
    display: inline-block;
    transform-style: preserve-3d;
	width:200px;
	height:50px;
	text-align:center;
	line-height:50px;
	border-radius:4px;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
	behavior:url(PIE.htc);
	position:relative;
}
.btn {
	width:100%;
	height:50px;
    background: none;
    border: medium none;
    color:#FFFFFF;
    cursor: pointer;
    display: inline-block;
   	font-family: 'montserratregular';
	font-size:20px;
	color:#FFFFFF;
    outline:none;
    position: relative;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.btn-1b:after {
    background:#EE0000;
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
	color:#FFFFFF;
	border-radius:4px;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
	behavior:url(PIE.htc);
	position: relative;
}
.btn:after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
	color:#FFFFFF;
}
.btn-1b:hover:after,.btn-1b:active:after {
    height: 100%;
}
*/




.main_submit{
    background-color:#999999;
    display: inline-block;
	width:200px;
	height:50px;
	text-align:center;
	line-height:50px;
	border-radius:4px;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
	behavior:url(PIE.htc);
	position:relative;
}
.btn{
	background:url(../images/submit_hover.jpg) no-repeat 0 -150px;
	width:100%;
	height:50px;
    border: medium none;
    color:#FFFFFF;
    cursor: pointer;
    display: inline-block;
   	font-family: 'montserratregular';
	font-size:20px;
	color:#FFFFFF;
    outline:none;
	border-radius:4px;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
	behavior:url(PIE.htc);
    position: relative;
    text-transform:uppercase;
    transition: all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
}
.btn:hover{
	background:url(../images/submit_hover.jpg) no-repeat 0 0px;
}
/*************************Contact Page End****************************/
div.menu-top-menu-container ul li.current-menu-item a {
	background: none repeat scroll 0 0 #ee0000;
    color: #ffffff !important;
}
#post-31 p {
	padding-bottom:30px;
}
/****************** SITE MAP ********************/

/*
Page-list plugin
http://wordpress.org/extend/plugins/page-list/
*/

/* default styles for [pagelist], [subpages], [siblings] */
ul.page-list {
	max-width:1024px;
	margin:0 auto;
	padding-top:25px;
	padding-bottom:25px;
	font-size:14px;
	
}
ul.page-list li{
	list-style: outside;
	padding:5px;
}
ul.page-list li a {
	text-decoration:none;
	color:#000000;
}
.page-list .current_page_item > a {
	font-weight: bold; /* hilite active item */
	width:1024px !important;
	margin-top:40px;
}

/* default styles for [pagelist_ext] */
.page-list-ext {
	clear: both;
}
/* clearfix-hack */
.page-list-ext {
	*zoom: 1;
}
.page-list-ext:before, .page-list-ext:after {
	display: table;
	line-height: 0;
	content: "";
}
.page-list-ext:after {
	clear: both;
}
.page-list-ext .page-list-ext-item {
	clear: both;
	margin: 10px 0 30px 0;
}
.page-list-ext .page-list-ext-image {
	float: left;
	display: inline;
	margin: 5px 15px 15px 0;
}
.page-list-ext .page-list-ext-title {
	clear: none;
}
