@import "font.css";
body
{
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	float: left;
	font-family: "PT Sans",sans-serif,"Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	/*background: url(../images/pattern1.png) repeat top center;*/
	/*background: url(../images/2.jpg) #dadada no-repeat top center;
	background-size: cover;*/
	font-size: 18px;
	color: #333;
	/*border-top: 2px dashed #498fcc;*/
}
a
{
	text-decoration: none;
}
h1, h2, p, section, article, ul, li, img, figure, nav, footer, input, textarea
{
	margin: 0;
	padding: 0;
	border: none;
}
label, input, textarea
{
	 font-size: 13px;
}
.space
{
	width: 100%;
	float: left;
	height: 30px;
}
.wrapper
{
	width: 1200px;
	float: none;
	margin: 0 auto;
}
.container
{
	width: 1200px;
	float: left;
}
.cmnstyle, header, footer, .proj_lft figure, .proj_lft figure img, .proj_lft article, .proj_lft article ul, .proj_lft article ul li,
.proj_rght figure, .proj_rght figure img, .proj_rght article, .proj_rght article ul, .proj_rght article ul li, .cnt_rgt ul, .cnt_rgt ul li

{
	width: 100%;
	float: left;
	list-style: none;
}
/*header
{
	width: 100%;
	float: left;
	text-align: center;
	padding: 25px 0px;
}
 header figure 
{
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 20px;
}
header figure img
{
	float: none;
}
#udrcst
{
	width: 38%;
	float: none;
	text-align: center;
	padding: 20px 0px 50px 0px;
}
header p
{
	color: #111;
	float: left;
	font-size: 17px;
	text-align: center;
	width: 100%;
	line-height: 21px;
}
header p b
{
	color: #ec1c24;
	font-size: 27px;
	font-family: "comingsoon";
	line-height: 35px;
	text-shadow: 1px 1px 0px rgba(42, 40, 40, 0.45);
}
header p a
{
	color: #498fcc;
	font-weight: bolder;
}
header p a:hover
{
	color: #111;
}*/
.search
{
	text-align: right;
	font-size: 14px;
	padding: 0px 0px;
	background: #f8f8f8;
	border-top: 3px solid #ec1c24;
}
.search span, .search input
{
	display: none;
	float: right;
	width: 30px;
	/*height: 28px;*/
	overflow: hidden;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border: 1px solid rgba(17, 17, 17, 0.31);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
}
.search input:hover
{
	width: 150px;
	overflow: hidden;
}
.search span:first-child
{
	margin-left: 10px;
	background-color: rgba(126, 126, 126, 0.61);
	color: #fff;
	border: none;
}
.search span:first-child i
{
	font-size: 18px;
	padding: 6px 9px 5px 6px;
}
.search span i
{
	padding: 7px 9px;
	font-size: 13px;
}
header
{
	width: 100%;
	padding: 20px 0px 0px 0px;
	background-color: #F4F4F4;
	border-bottom: 1px solid #e3e3e8;
}
header figure
{
	width: 40%;
	float: left;
}
header figure img
{
	float: left;
	width: 60%;
	margin-bottom: 20px;
}
nav
{
	width: 60%;
	float: right;
}
nav a 
{
	padding: 30px 20px 43px 20px;
	float: right;
	color: #333;
	font-size: 17px;
	border-bottom: 3px solid transparent;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s
}
nav a:hover, #menu_active
{
	border-bottom: 3px solid #ec1c24;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s
}
.indx_head h1
{
	text-align: center;
	margin: 30px 0px;
	font-family: "Open Sans Condensed",sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.indx_head h1 b
{
	color: #ec1c24;
	font-size: 30px;
	text-shadow: 1px 2px 1px rgba(68, 68, 68, 0.33);
}
.indx_head h1 i
{
	font-size: 18px;
}
.banner
{
	margin: 15px 0px;
}
.banner img
{
	width: 100%;
	float: left;
}
.effect6 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}
.effect6:before, .effect6:after {
    border-radius: 100px / 10px;
    bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: -1;
}
.effect6:after {
    left: auto;
    right: 10px;
    transform: skew(8deg) rotate(3deg);
}
.bnr_nxt
{
	margin: 10px 0px 30px 0px;
}
.bnr_nxt ul, .bnr_nxt ul li
{
	list-style: none;
	float: left;
	width: 100%;
}
.bnr_nxt ul li
{
	width: 20.15%;
	margin-right: 2%;
	background: none repeat scroll 0 0 #f8f8f8;
    border-bottom: 1px solid #e3e3e8;
	padding: 20px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.bnr_nxt ul li:last-child
{
	margin-right: 0%;
}
.bnr_nxt ul li a, .bnr_nxt ul li a b
{
	color: #333;
	text-align: center;
}
.bnr_nxt ul li a span
{
	font-size: 60px;
	text-shadow: 1px 1px 1px #FFFFFF, 2px 2px 1px rgba(63, 63, 63, 0.44);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.bnr_nxt ul li a b
{
	margin: 15px 0px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
.bnr_nxt ul li a p
{
	text-align: justify;
	font-size: 14px;
	line-height: 22px;
	height: 210px;
	overflow: hidden;
}
.bnr_nxt ul li a p:first-letter
{
	font-size: 30px;
	color: #ec1c24;
}
#team_icon
{
	font-size: 58px;
	margin-bottom: 3px;	
}
.bnr_nxt ul li:hover
{
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	
	box-shadow: 5px 4px 0px #e3e3e8;
	-webkit-box-shadow: 5px 4px 0px #e3e3e8;
	-moz-box-shadow: 5px 4px 0px #e3e3e8;
	-ms-box-shadow: 5px 4px 0px #e3e3e8;
	-o-box-shadow: 5px 4px 0px #e3e3e8;
}
.bnr_nxt ul li:hover span
{
	color: #ec1c24;
	text-shadow: 1px 1px 1px #FFFFFF, 2px 2px 1px #111;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.our_proj, .our_serv, .our_prod
{
	margin: 15px 0px;
}
.intro_hd
{
	border-bottom: 1px solid #ededed;
	position: relative;
	margin-bottom: 10px;
}
.intro_hd h2, .inner_cnt h2, .cnt_lft h2, .cnt_rgt h2
{
	width: 50%;
	float: left;
	font-size: 24px;
	font-family: "Open Sans Condensed",sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 2px 2px 0 #e3e3e8;
    text-transform: uppercase;
}
.intro_hd span
{
	position: absolute;
	background-color: #ec1c24;
	width: 41px;
	height: 2px;
	left: 0;
	bottom: 0;
}
.intro_hd .link
{
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 14px;
}
.intro_hd .link a
{
	font-size: 11px;
	padding: 5px;
	background-color: #ec1c24;
	border: 1px solid #ec1c24;
	color: #fff;
}
.intro_hd .link a:hover
{
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
}
.pro_lst_inner
{
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-top: 10px;
	border-bottom: 1px solid #e3e3e8;
	position: relative;
	margin-bottom: 15px;
}
.pro_lst_inner:last-child
{
	margin-right: 0;
}
.pro_lst_inner span
{
	position: absolute;
	background-color: rgba(51, 51, 51, 0.71);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.pro_lst_inner span a
{
	float: left;
	width: 100%;
	margin-top: 34%;
}
.pro_lst_inner span a i
{
	font-size: 47px;
	color: #fff;
	right: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;	
	text-shadow: 4px 1px 1px #333;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.pro_lst_inner figure
{
	float: left;
	width: 100%;
}
.pro_lst_inner figure img
{
	width: 100%;
	float: left;
}
.pro_lst_inner figcaption
{
	width: 100%;
	float: left;
	text-align: center;
	color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
	margin: 15px 0px;
}
.pro_lst_inner:hover span
{
	display: block;
	opacity: 1;
	visibility: visible;
}
.pro_lst_inner:hover span a i
{
	right: 43%;
	display: block;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.indx_lst, .indx_lst1
{
	display: block;
}
.indx_lst>article
{
	float: left;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 26px;
}
.indx_lst ul, .indx_lst ul li, .indx_lst1 ul, .indx_lst1 ul li
{
	list-style: none;
	width: 100%;
	float: left;
}
.indx_lst ul li
{
	width: 47%;
	margin-right: 3%;
	padding: 15px 0px;
}
.indx_lst ul li i
{
	width: 7%;
	float: left;
	font-size: 36px;
	margin-right: 5%;
}
.indx_lst ul li article
{
	width: 80%;
	float: left;
	text-align: justify;
}
#ser_icon
{
	font-size: 38px;
}
.indx_lst1 ul li
{
	width: 21.25%;
	margin-right: 5%;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
}
.indx_lst1 ul li:hover figcaption
{
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
#last_chld
{
	margin-right: 0%;
}
.indx_lst1 ul li figure, .indx_lst1 ul li figure img
{
	width: 100%;
	float: left;
}
.indx_lst1 ul li figcaption
{
	position: absolute;
	background-color: rgba(51, 51, 51, 0.71);;
	color: #fff;
	width: 95%;
	bottom: 0;
	float: left;
	/* padding-left: 5%; */
	padding: 10px 0px 10px 5%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s
}
.indx_lst1 ul li figcaption:after
{
	content: '';
	position: absolute;
	border-top: 0px solid transparent;
	border-right: 254px solid transparent;
	border-bottom: 120px solid rgba(51, 51, 51, 0.71);;
	border-left: 0px solid rgba(51, 51, 51, 0.71);;
	top: -120px;
	text-align: left;
	float: left;
	left: 0px;
	width: 2px;
	height: 0px;
}
.index_map, .cnt_map
{
	width: 100%;
}
.cnt_map
{
	margin-bottom: 10px;
}
.index_map iframe, .cnt_map iframe
{
	border: none;
	width: 100%;
	float: left;
	height: 300px;
}
.cnt_map iframe
{
	height: 400px;
}
footer
{
	background-color: #333333;
    border-bottom: 5px solid #262626;
    border-top: 5px solid #262626;
    color: #7d7d7d;
    padding: 15px 0px;
}
footer p
{
	text-align: center;
	line-height: 22px;
	font-size: 15px;
}
footer p b
{
	color: #ec1c24;
}
footer p a
{
	color: #f8f8f8;
}
/* Inner Pages */
.inner_head
{
	border-bottom: 1px solid #e3e3e8;
	padding: 20px 0;
	margin-bottom: 30px;
}
.inner_head h1
{
	font-family: "Open Sans Condensed",sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-shadow: 2px 2px 0 #e3e3e8;
}
.inner_cnt
{
	display: block;
}
.inner_cnt h2, .cnt_lft h2, .cnt_rgt h2
{
	width: 100%;
	font-size: 20px;
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #e3e3e8;
}
.inner_cnt p
{
	text-align: justify;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 8px;
}
#last_cnt
{
	margin-bottom: 10px;
}
.inner_cnt p b
{
	font-size: 19px;
	line-height: 24px;
}
.inner_cnt ul, .inner_cnt ul li
{
	width: 100%;
	float: left;
	list-style: none;
}
.inner_cnt ul li
{
	margin: 5px 0px;
	margin-left: 20px;
}
.inner_cnt ul li i
{
	margin-right: 10px;
	font-size: 24px;
	padding-top: 2px;
	float: left;
	color: #ec1c24;
}
#pro_lst
{
	display: block;
}
#pro_lst ul li figcaption
{
	opacity: 1;
	visibility: visible;
	position: relative;
	text-align: center;
}
#pro_lst ul li figcaption:after
{
	border: none;
}
.proj_lft
{
	width: 48%;
	float: left;
	margin-right: 2%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e3e3e8;
}
.proj_rght
{
	width: 48%;
	float: right;
	margin-left: 2%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e3e3e8;
}
.proj_lft article ul, .proj_lft article ul li, .proj_rght article ul, .proj_rght article ul li
{
	list-style: none;
	margin-left: 0;
}
.proj_lft article ul li span, .proj_rght article ul li span
{
	width: 25%;
	float: left;
	font-weight: bold;
	text-align: left;
	position: relative;
}
.proj_lft article ul li span:after, .proj_rght article ul li span:after
{
	content: ":";
	position: absolute;
	right: 0;
	margin-right: 9px;
}
.proj_lft article ul li p, .proj_rght article ul li p
{
	width: 75%;
	float: left;
	text-align: justify;
	padding-bottom: 4px;
}
.proj_lft figure, .proj_rght figure
{
	margin-bottom: 20px;
}
.proj_lft figure img, .proj_rght figure img
{
	height: 280px;
}
#last_row
{
	height: 430px;
}
.cnt_lft
{
	width:65%;
	float: left;
	margin-right: 2%;
}
.cnt_rgt
{
	width:33%;
	float: right;;
}
.frm_row
{
	width: 49%;
	float: left;
	margin-right: 1%;
}
#frm_rgt
{
	width: 49%;
	float: left;
	margin-left: 1%;
	margin-right: 0%;
}
#eform label, #eform textarea, .frm_row label, .frm_row input
{
	width: 100%;
	float: left;
	padding: 5px 0px;
	position: relative;
}
.frm_row input, #eform textarea
{
	width: 97.5%;
	float: left;
	background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px;
	
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
/*.frm_row label:after
{
	content: "*";
	position: absolute;
	color: #ec1c24;
	font-size: 14px;
	padding-top: 3px;
	float: left;
	left: 3px;
}*/
#eform span
{
	color: #ec1c24;
	float: left;
	margin-right: 3px;
	padding-top: 2px;
}
#eform textarea
{
	width: 97.3%;
	/*width: 98.7%;*/
	height: auto;
	resize: none;
}
.sub_btn
{
	margin: 10px 0px;
}
.submit_btn
{
    background-color: #ec1c24;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0;
	padding: 8px 15px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	vertical-align: middle;
}
.cnt_rgt ul li
{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 24px;
}
.cnt_rgt ul li b
{
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.cnt_rgt ul li a
{
	color: #e82125;
}
.cnt_rgt ul li a:hover
{
	color: #348fd6;
}
.fa-map-marker
{
	font-size: 18px !important;
}
.fa-mobile
{
	font-size: 25px !important;
}
.fa-envelope
{
	font-size: 17px !important;
}
#sub
{
	display: block;
}
.g-recaptcha
{
	float: left;
	width: 302px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: inset 1px 1px 13px #111;
}
.g-recaptcha .rc-anchor
{
	border-radius: 0px !important;
}
#mail_success
{
	text-align:center;
	color: green;
}





































