/** red colors  bg #f4813d border #acacac**/
@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('../fonts/centurygothic_bold/CenturyGothic-Bold-.eot') format('eot'), 
	     url('../fonts/centurygothic_bold/CenturyGothic-Bold.woff') format('woff'), 
	     url('../fonts/centurygothic_bold/CenturyGothic-Bold.ttf')  format('truetype'),
	     url('../fonts/centurygothic_bold/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
}

@font-face {
	font-family: 'Helvetica-Normal';
	src: url('../fonts/helvetica_normal/Helvetica-Normal-.eot') format('eot'), 
	     url('../fonts/helvetica_normal/Helvetica-Normal.woff.html') format('woff'), 
	     url('../fonts/helvetica_normal/Helvetica-Normal.ttf')  format('truetype'),
	     url('../fonts/helvetica_normal/Helvetica-Normal.svg#Helvetica-Normal') format('svg');
}


@font-face {
	font-family: 'HelveticaNeue-CondensedBold';
	src: url('../fonts/helveticaneue_condensedBold/HelveticaNeue-CondensedBold-.eot') format('eot'), 
	     url('../fonts/helveticaneue_condensedBold/HelveticaNeue-CondensedBold.woff') format('woff'), 
	     url('../fonts/helveticaneue_condensedBold/HelveticaNeue-CondensedBold.ttf')  format('truetype'),
	     url('../fonts/helveticaneue_condensedBold/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold') format('svg');
}


@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/helveticaneue/HelveticaNeue-.eot') format('eot'), 
	     url('../fonts/helveticaneue/HelveticaNeue.woff') format('woff'), 
	     url('../fonts/helveticaneue/HelveticaNeue.ttf')  format('truetype'),
	     url('../fonts/helveticaneue/HelveticaNeue.svg#HelveticaNeue') format('svg');
}
body{margin:0px; padding:0px; font-size:14px; color:#838383; font-family: 'HelveticaNeue';}
h1,h2,h3,h4,h5,h6,p,ul,li,div,ol,span,input,textarea,div,class,select,section,header,footer,img{margin:0px; padding:0px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.left{float:left;}
.right{float:right;}
.left_side{margin-left: 5%;}
.right_side{margin-right: 5%}
/** lhg_wrap **/
.lhg_wrap{
  margin: 0 auto;
  width:1170px;
}
.lhg_banner{
    margin:0 auto;
    width:100%;
    height:90px; 
    border: 2px solid #f4813d; 
    box-shadow:0px 10px 20px rgba(0,0,0,0.43); 
    margin-bottom:27px;
}
.lhg_banner img{height:80px;}
.lhg_main{
    margin:0 auto;
    width:100%;
    min-height: 100px;
    position:relative;
}
.lhg_bgimg{
	left: 0;
	width:100%;
    height:376px;
}
.lhg_form{
    //**float:right;**/
    width:324px;
    background-color: #f4813d !important;
    border: 4px solid #acacac;  
    width:324px;
    position:absolute;
    top:0px; 
    right:30px; 
    -moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.43); 
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.43); 
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.43);
}
.lhg_form .bottom_img{ 
	width: 290px; 
	height: 40px; 
	background: #015293; 
	position: relative; 
	bottom: auto; 
	left: auto; 
	right: auto;
}
.lhg_form .bottom_img .inner_txt{ 
	width: 290px; 
	margin-left: 0;
}
.lhg_form .bottom_img .left{ 
	padding-top:10px; 
	color:#FFFFFF; 
}
.lhg_form input[type=text], input[type=email], input[type=tel], input[type=password], select, textarea{
	display:block;
	width: 90%;
	margin-left:5%;
	padding: 3px;
	color: #838383;
}
.lhg_form input[type=date]{
	display:block;
	width: 60%;
	margin-left:5%;
	padding: 3px;
	color: #838383;
}
.lhg_form input[type=submit], input[type=button]{
	display:block;
	text-align:center;
	width: 155px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	height: auto;
	border: 2px;
	border-radius: 2px;
	color: white;
	float:none;
}
.lhg_form h1{
	background:url("../images/contact_form_hd_shadowkw.png") 
	bottom center no-repeat; 
	text-align:center; 
	padding-bottom:45px; 
} 
.lhg_form h1 span{ 
	font-style:italic; 
	font-family: 'HelveticaNeue-CondensedBold';}
.lhg_form ul{ 
	margin-bottom:10px;
	-webkit-padding-start: 5px;
}
.lhg_form ul li{ 
	width:100%; 
	margin-bottom:3px;  
	list-style-type:none; 
	font-size:15px; 
	color:#FFFFFF;
}
.lhg_content{
  width:760px;
  height:auto;
  margin-top: 5%;
 }
.lhg_services{
  margin:0 auto;
  width:100%;
  height:auto;
}
.lhg_footer{ 
	margin:0 auto;
	width:100%;
	height:auto;
	background-color:#2C2C2C; 
	padding:15px 0px; 
	font-size:12px; 
	color:#FFFFFF;
}
.rights{
	display: inline-block
	width: 40%;
	margin-left: 5px;
}
.contact{
	display: inline-block
	width: 40%;
	margin-right: 5px;
}
.rights ul {
	font-size:14px;  
	margin-left: 5%;
}
.contact ul{ 
	margin-right:5%; 
	font-size:14px; 
	color:#FFF;
}

.lhg-lm-5{
	margin-left:5%;
}
.selectwidthauto
{
     width:auto !important;
}
.btn{
	border: none;
	color: #fff;
	display: inline-block;
	padding: 0px 40px;
	border-radius: 4px;
}
#companyname{ 
	color: #f4813d !important; 
	font-size: 30px;
}
#companycontent{ 
	font-size: 15px; 
	color: #777777; 
	letter-spacing: 1px
}
.heading h3 { margin: 0px; font-size: 36px; color: #333333; font-weight: normal; text-transform: none; position: relative;}
.heading h3 span { color: #f4813d !important;}
.heading p {
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    width: 65%;
    margin: 0 auto;
    letter-spacing: 1px;
}
.what-we-do .icon {
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: 4px solid #acacac;
	text-align: center;
	line-height: 42px;
	font-weight: bold;
	font-size: 22px;
	margin-right: 10px;
	margin-bottom: 15px;
	background: #f4813d;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.what-we-do li h6 {
	text-transform: none;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 24px;
}
.what-we-do li span {
	color: #cccccc;
	font-size: 14px;
}
.what-we-do li:hover .icon {
	background: #333333;
}
.shadow_ct{ width:100%; height:46px; background:url("../images/content_shdow.png") 0px 0px no-repeat; margin-bottom:30px;}
.btn {
	border: none;
	color: #fff;
	display: inline-block;
	padding: 0px 40px;
	border-radius: 4px;
	text-transform: none;
	font-weight: 400;
	font-size: 15px;
	font-family: 'PT Sans', sans-serif;
	line-height: 46px;
	border-bottom: 2px solid rgba(0,0,0,0.3);
	background: #078f8a;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 1;
}
.btn:hover {
	background: #333333;
	color: #fff;
}
.btn{background-color:#acacac;}
ul{list-style:none !important;}
.icon img {margin-top: 14px;}
.clearfix{clear:both;}

/** phone **/
@media (min-device-width: 320px) and (max-device-width: 767px){
	.lhg_wrap{
		width:320px;
		display: block;
	}
	.lhg_main{
		display:block;
		position: static;
	}
	.lhg_bgimg{
		display: none;
	}
	.lhg_banner{
		display: block;
		position: static;
	}
	.lhg_banner img{
		margin:0 auto;
	}
	#poweredby{
		display: none;
	}
	.lhg_form{
		margin:0 auto;
		width:100%;
		position: static;
		-moz-box-shadow: none; 
        -webkit-box-shadow: none; 
        box-shadow: none;
		display: block;
	}
	.lhg_content{
		margin:0 auto;
		position: static;
		width:100%;
		display: block;
	}
}
