@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, form, ul, li, ol, div, img, span, a, input {
	margin:0px;
	padding:0px;
}
body {
	background-color:#fff;
	color:#636363;
	font-size:12px;
	font-family:'calibri';
}
.fL {
	float:left;
}
.fR {
	float:right;
}
a {
	text-decoration:none;
}
li {
	list-style-type:none;
}
img {
	border:0px;
}
input:focus {
	outline:0;
}
a:focus {
	outline:0;
}
.clearfix {
}
.clearfix:after {
	clear:both;
	content:" ";
	height:0px;
	font-size:0px;
	display:block;
	visibility:hidden;
}
.wraper {
	width:1000px;
	margin:0 auto;
}
.header {
	padding:5px 0px;
}
.right_top {
	padding-top:10px;
}
.right_top span {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin-left:20px;
	font-weight:bold;
	display:inline-block;
}
.call {
	background:url(../images/callus.png) left center no-repeat;
	padding-left:27px;
	height:25px;
	line-height:25px;
}
.email {
	background:url(../images/email.png) left center no-repeat;
	padding-left:27px;
	height:25px;
	line-height:25px;
}
ul.social {
	margin-top:20px;
}
ul.social li {
	float:left;
	margin-left:10px;
}
ul.social li span {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding-top:4px;
	font-weight:bold;
	display:inline-block;
}
.menu {
	background-color:#ff0000;
	height:50px;
}
ul.nav {
}
ul.nav li {
	float:left;
	background:url(../images/aer_ack.jpg) right top repeat-y;
}
ul.nav li:last-child {
	border-right:0px;
}
ul.nav li a {
	display:block;
	height:50px;
	line-height:50px;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	font-family:'calibri';
	padding:0px 38px;
}
ul.nav li a:hover {
	background-color:#ff5400;
}
ul.nav li a.active {
	background-color:#ff5400;
}
.welcome {
	padding:40px 0px;
	text-align:center;
}
.welcome h2 {
	font-size:30px;
	font-weight:bold;
	color:#333;
	font-family:'calibri';
	text-transform:uppercase;
	margin-bottom:15px;
}
.welcome p {
	font-size:13px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	text-align:center;
}
.welcome a {
	font-size:13px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
	display:inline-block;
	padding:10px 15px;
	background-color:#ff0000;
	border-radius:5px;
}
.welcome a:hover {
	color:#fff;
	background-color:#c40000;
}
.section {
	padding:30px 0px;
	background-color:#f2f2f2;
}
.effects {
}
.effects .img {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
.effects .img:nth-child(n) {
 margin-right:10px;
}
.effects .img:first-child {
}
.effects .img:last-child {
	margin-right: 0;
}
.effects .img img {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}
.overlay {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a.expand {
	display: block;
	position: absolute;
	z-index: 100;
	width: 45px;
	height: 45px;
	border: solid 5px #fff;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-weight: 700;
	font-size: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.section {
}
/* ============================================================
  EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}
#effect-6 .overlay a.expand {
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#effect-6 .img.hover .overlay {
	opacity: 1;
}
#effect-6 .img.hover .overlay a.expand {
	top: 50%;
	margin-top: -30px;
	opacity: 1;
}
.gallery h2 {
	font-size:30px;
	font-weight:bold;
	color:#333;
	font-family:'calibri';
	text-transform:uppercase;
	margin-bottom:15px;
	text-align:center;
}
.gallery {
	padding:40px 0px;
}
.contact_us {
	background-color:#00aeef;
}
.contact_left {
	width:390px;
	border-right:1px solid #2cc5fe;
}
.contact_right {
	width:300px;
	border-left:1px solid #2cc5fe;
}
.contact-center img {
	margin-left:84px;
	padding-top:5px;
}
.contact_left h3, .contact_right h3 {
	font-size:27px;
	text-transform:uppercase;
	color:#000;
	line-height:35px;
	font-weight:normal;
	font-weight:bold;
	padding:17px 0px;
}
.contact_left h3 span, .contact_right h3 span {
	font-size:22px;
	font-weight:bold;
}
.footer {
	background:url(../images/footer_back.png) left top repeat;
}
.footerimg {
	padding:40px 0px;
}
.footer h3 {
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.footer_left {
	width:285px;
}
.footer_left p {
	font-size:16px;
	line-height:20px;
	color:#999;
	line-height:26px;
}
.footer_center {
	width:265px;
}
.footer_right {
	width:120px;
}
.footer_right li {
}
.footer_right li a {
	font-size:16px;
	line-height:20px;
	color:#999;
	line-height:26px;
	background:url(../images/left_arro.png) left center no-repeat;
	padding-left:15px;
}
.footer_right li a:hover {
	background:url(../images/left_arro_hover.png) left center no-repeat;
	color:#ff5400;
}
.end {
	background-color:#ff0000;
	padding:20px 0px;
}
.end span {
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.end span a {
	color:#000;
}
.end span a:hover {
	opacity:0.6;
	text-decoration:underline;
}
ul.nav {
	display:block;
}
ul.nav li {
	float:left;
	position:relative;
}
ul.nav li ul {
	position:absolute;
	top:50px;
	left:0;
	z-index:4;
	display:none;
	width:240px;
	background-color:#ff0000;
}
ul.nav li ul li {
	border:none;
	border-bottom:1px dotted #fff;
	float:none;
}
ul.nav li ul li:last-child {
	border-bottom:0px;
}
ul.nav li ul li a {
	border:none;
	color:#fff;
	display:block;
	padding:0px 10px !important;
	height:50px !important;
	line-height:50px !important;
}
ul.nav li:hover ul {
	display:block;
}
ul.nav li a {
	display:block;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}
.about {
	padding:40px 0px;
}
.about h2 {
	font-size:30px;
	font-weight:bold;
	color:#333;
	font-family:'calibri';
	text-transform:uppercase;
	margin-bottom:15px;
}
.about p {
	font-size:14px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	text-align:justify;
}
label {
	display:block;
	font-family:calibri;
	font-size:14px;
	color:#000;
	margin-bottom:10px;
}
.textbox {
	width:98%;
	padding:1%;
	border:1px solid #fd7171;
	margin-bottom:10px;
	display:block;
}
.button1 {
	background-color:#ff0000;
	padding:9px 18px;
	cursor:pointer;
	color:#fff;
	font-size:14px;
	border:none;
	margin-right:10px;
	margin-top:15px;
}
.button1:hover {
	background-color:#000;
}
ul.gly li {
	float:left;
}
.about h3 {
	margin-top:20px;
	font-size:24px;
	color:#333;
	margin-bottom:10px;
}
ul.list {
}
ul.list li {
	list-style-type:square;
	color:#ff0000;
	margin-left:20px;
	font-size:20px;
}
ul.list li a {
	font-size:18px;
	line-height:27px;
	color:#0175a0;
}
ul.equpiments {
}
ul.equpiments li {
	float:left;
	width:317px;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #CCC;
}
ul.equpiments li:nth-child(3n+3) {
margin-right:0px;
}
ul.equpiments li img {
	width:100%;
}
ul.equpiments li h4 {
	background-color:#01abea;
	padding:10px 0px;
	text-align:center;
	color:#fff;
	font-size:20px;
	border-top:5px solid #0175a0;
}
ul.equpiments li a:hover {
	opacity:0.6;
}
.caption {
	background:#ff0000;
	padding:30px 0px;
}
.caption h2 {
	text-align:center;
	font-size:30px;
	color:#fff;
	line-height:35px;
	margin:0px;
	text-transform:uppercase;
}
.client1 {
	background:url(../images/arro.png) center top no-repeat;
	background-size:cover;
	padding:45px 0px;
}
.client1 h1 {
	color:#fff;
	text-align:center;
	margin-bottom:25px;
	font-size:27px;
	text-transform:uppercase;
}
ul.client {
}
ul.client li img {
	border:2px solid #fff;
}
ul.section_left {
	width:360px;
}
ul.section_left li {
	background:url(../images/left_arro_hover.png) left center no-repeat;
	height:29px;
	line-height:29px;
	margin:0px;
	float:none;
	padding-left:15px;
}
ul.section_left li a {
	color:#333;
	font-size:14px;
	display:block;
	margin:0px;
	padding:0px;
}
.ed1 {
	background:url(../images/footer_back.png) left center no-repeat;
	padding-bottom:20px;
	margin-top:-20px;
}
.ed1 p{  font-size:14px; line-height:22px; text-align:justify; background-color:#929292; padding:10px; color:#fff;}