@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Rubik');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* CSS Document */

body{margin:0px;}

@font-face {
    font-family: Raleway;
	src: url(../font/Raleway-Regular.ttf);
}




.clear{clear:both;}

.main{width:1170px; margin:auto;}

.main-font{font-family:'Roboto', sans-serif; font-size:15px; color:#666666; text-align:left; line-height:28px; font-weight:100;}

.img{width:100%; height:auto;}

.header-bg{width:100%; margin:auto; border-top:5px solid #00689e;}


.top-font{font-family:'Roboto', sans-serif; font-size:14px; color:#a09f9f; text-align:left;}
.top-font span{font-family:'Roboto', sans-serif; font-size:16px; color:#00689e; text-align:left;}

.top-left{width:20%; float:left; padding-top:40px;}
.top-right{width:80%; float:right; padding-top:40px;}

.logo{padding:20px 0px; text-align:left;}


.social_icon li{
	margin:0;
	padding:0px;
	list-style:none; font-size:15px;
	}

.social_icon li{
	float:left;
	margin-right:5px;
	}

.social_icon li a:link, .social_icon li a:visited, .social_icon li a:hover{
	display:block;
	text-align:center;
	margin:0;
	border-radius:25px;
	width:35px; padding:7px 0px;
	color:#297091;
	background-color:#FFFFFF;
	text-transform:uppercase;
	transition: 0.6s;
	box-shadow:0px 3px 1px #e0e0e0;
	}
	
.social_icon li a:hover{
	color:#fff;
	background:#297091;
	transition: 0.6s;
	}
	
.menu-bg{width:100%; margin:auto;}

.wrapper-bg{width:100%; margin:auto; padding:60px 0px;}

.mission-bg{background-color:#dee8f2; border-top:5px solid #086da1; width:100%; padding:30px 0px; display:block; font-family:'Roboto', sans-serif; font-size:26px; color:#00547f; text-align:center; line-height:50px; border-right:1px solid #FFFFFF; transition: 0.6s;}

.mission-bg:hover{background-color:#086da1; border-top:5px solid #c00000; padding:30px 0px; display:block; font-family:'Roboto', sans-serif; font-size:26px; color:#fff; text-align:center; line-height:50px; border-right:1px solid #FFFFFF; transition: 0.6s;}

.about-bg{background-image:url(images/about-bg.jpg); background-position:center; background-repeat:no-repeat; background-size: cover; padding:60px 0px; background-attachment: fixed; background-color:#ededed;}

.about-title{font-family:'Roboto', sans-serif; font-size:36px; color:#4d4d4d; text-align:left; line-height:40px; margin-bottom:20px; text-transform:uppercase; font-weight:300;}
.about-title span{font-family:'Roboto', sans-serif; font-size:16px; color:#666666; text-align:left;}

.sub-gallery-title{font-family:'Roboto', sans-serif; font-size:26px; color:#4d4d4d; text-align:left; line-height:40px; margin-bottom:20px; text-transform:uppercase; font-weight:300;}
.sub-gallery-bg{background-color:#dee8f2; border-top:5px solid #00689e; padding:30px;}


.footer-bg{background-color:#fff; width:100%; margin:auto; border-top:5px solid #297091;}

.footer-padding{padding:30px 0px; border-right:1px solid #dee8f2;}
.footer-padding-last{padding:30px 0px;}

.footer-title{font-family:'Roboto', sans-serif; font-size:20px; color:#00547f; text-transform:uppercase; text-align:left; padding-bottom:20px;}

.footer-font span{font-family:'Roboto', sans-serif; font-size:20px; color:#206bc0; text-align:left; padding-right:10px;}
.footer-font{font-family:'Roboto', sans-serif; font-size:14px; color:#3b3b3b; text-align:left; line-height:25px; padding-bottom:20px;}
.footer-font a:link{font-family:'Roboto', sans-serif; font-size:14px; color:#3b3b3b; text-decoration:none; transition: 0.6s;}
.footer-font a:visited{font-family:'Roboto', sans-serif; font-size:14px; color:#3b3b3b; text-decoration:none; transition: 0.6s;}
.footer-font a:hover{font-family:'Roboto', sans-serif; font-size:14px; color:#297091; text-decoration:none; transition: 0.6s;}

.footer-font ul{list-style: none; padding: 0; line-height:30px;}
.footer-font li{padding-left: 1.3em;}
.footer-font li:before {content: "\f178"; font-family: FontAwesome; display: inline-block; margin-left: -1.3em;  width: 1.8em; transition: 0.6s;}
.footer-font li:hover:before {content: "\f178"; padding-left:3px; transition: 0.6s; color:#297091;}



.copyright-bg{background-color:#000000; padding:15px 0px; width:100%; margin:auto;}

.copyright-font{font-family:'Roboto', sans-serif; font-size:12px; color:#666666; text-align:center;}
.copyright-font a:link{font-family:'Roboto', sans-serif; font-size:12px; color:#666666; text-decoration:none; transition: 0.6s;}
.copyright-font a:visited{font-family:'Roboto', sans-serif; font-size:12px; color:#666666; text-decoration:none; transition: 0.6s;}
.copyright-font a:hover{font-family:'Roboto', sans-serif; font-size:12px; color:#CCCCCC; text-decoration:none; transition: 0.6s;}

.marquee-font h1{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFFF; margin:0px;}

.readmore {
	background-color:#1f1f1f;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	text-align:center;
	padding:22px 0px;
	text-decoration:none;
	transition: 0.6s;
	width:100%; text-transform:uppercase; 
	position:relative;
	z-index:100;
}
.readmore:hover {
	background-color:#c00000;
	color:#fff;
	transition: 0.6s;
	text-decoration:none;
}

.inner-main-bg{width:100%; margin:auto; padding:60px 0px 60px 0px;}

.inner-title-bg{background-color:#ececec; padding:40px 0px; width:100%; margin:auto; margin-top:-30px;}

.inner-title-font h1{font-family:'Roboto', sans-serif; font-size:30px; color:#044da1; text-align:left;}

.inner-sub-title{font-family:'Roboto', sans-serif; font-size:24px; color:#203668; border-bottom:1px solid #CCCCCC; padding-bottom:19px; margin-bottom:30px;}
.inner-sub-title span{font-family:'Roboto', sans-serif; font-size:24px; color:#203668; border-bottom:5px solid #c00000; padding-bottom:20px;}

.about-inner-bg{background-color:#ececec; border-top:5px solid #086da1; width:100%; padding:30px 10px; display:block; font-family:'Roboto', sans-serif; font-size:26px; color:#00547f; text-align:center; transition: 0.6s; margin:40px 0px;}

.about-inner-title{font-family:'Roboto', sans-serif; font-size:26px; color:#00547f; text-align:center; padding-bottom:10px;}

.about-inner-font{font-family:'Roboto', sans-serif; font-size:16px; color:#333333; text-align:center; line-height:30px;}

.contact-main-font{font-family:'Roboto', sans-serif; font-size:18px; color:#c00000; margin-bottom:10px;}
.contact-font{font-family:'Roboto', sans-serif; font-size:15px; color:#333333; margin-bottom:20px; line-height:25px;}

.news-margin{margin:25px 0px;}

.video-margin{margin:20px 0px;}

.team-margin{margin:20px 0px;}

.team-block{ display:block;position: relative;}
.team-block img{border: 1px solid #ececec; background:#FFFFFF;padding:5px;}
.team-font{background-color:#ececec; font-family:'Roboto', sans-serif; font-size:16px; color:#00689e; text-align:center; padding:10px 0px;}
.team-font span{font-family:'Roboto', sans-serif; font-size:14px; color:#666666; text-align:center; font-weight:normal;}

.spare-block{ display:block;position: relative;}
.spare-block img{border: 1px solid #00689e; background:#FFFFFF;padding:5px;}
.spare-font{background-color:#00689e; font-family:'Roboto', sans-serif; font-size:16px; color:#ffffff; text-align:center; padding:10px 0px;}
.spare-font span{font-family:'Roboto', sans-serif; font-size:14px; color:#666666; text-align:center; font-weight:normal;}

.screw-img{background-image:url(images/screw-img.jpg); width:100%; height:328px;}
.screw-img-font{font-family:'Roboto', sans-serif; font-size:15px; color:#666666; text-align:left; line-height:29px; font-weight:100;}

.auto-font-bg{background-color:#00689e; padding:50px 0px; width:100%;}

.numcounter{font-family:'Roboto', sans-serif; font-size:50px; color:#fff; text-align:right;}
.numcounter1{font-family:'Roboto', sans-serif; font-size:50px; color:#fff; text-align:left;}
.numcounter-font{font-family:'Roboto', sans-serif; font-size:16px; color:#fff; text-align:center;}

.num-center{text-align:center;}

.home-event-bg{background-color:#fff; border-top:5px solid #c00000; padding:30px; box-shadow:0px 10px 10px -5px #e0e0e0; border-radius:30px;}

.home-event-title{font-family:'Roboto', sans-serif; font-size:20px; color:#00689e; padding-bottom:30px; text-align:center;}

.home-event-font{font-family:'Roboto', sans-serif; font-size:15px; color:#666666; text-align:left; line-height:32px; font-weight:100;}

.ccform-addon{
	color:#ffffff; 
	float:left;
	padding:6px 4px;
	width:10%;
	background:#c00000;
	text-align:center;	
	font-size:21px;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.contact-form form input[type="text"], .contact-form form textarea {
    font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	box-shadow: none;
	border: 1px solid #CCCCCC;
	background: #f8f8f8;
	color: #888888;
	line-height:24px;
	display: block;
	width: 90%;
	padding: 8px 12px;
	font-size: 14px;
	outline: none;
	-webkit-appearance: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	
}
.contact-form  form textarea {
	resize: none;
	height: 100px;
}
.contact-form form input[type="text"]:hover, .contact-form form textarea:hover {
	border-color: #ab7a04;
}
.contact-form form input[type="text"]:focus, .contact-form form textarea:focus {
	border: 1px solid #b91807;
}
.contact-form form input[type="submit"] {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 12px 30px;
	background: #000;
	text-transform:uppercase;
	
	border: none;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: inset 0px -4px 0px #c00000;
	-webkit-box-shadow: inset 0px -4px 0px #c00000;
	-moz-box-shadow: inset 0px -4px 0px #c00000;
	-o-box-shadow: inset 0px -4px 0px #c00000;
}
.contact-form form input[type="submit"]:hover{
	background: #c00000;	
}

.contact-form form input[type="reset"] {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 12px 30px;
	background: #000;
	text-transform:uppercase;
	
	border: none;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: inset 0px -4px 0px #c00000;
	-webkit-box-shadow: inset 0px -4px 0px #c00000;
	-moz-box-shadow: inset 0px -4px 0px #c00000;
	-o-box-shadow: inset 0px -4px 0px #c00000;
}
.contact-form form input[type="reset"]:hover{
	background: #c00000;	
}


.inquiry-icon{text-align:right; vertical-align:top;}


.product-sub-title{border-bottom:1px solid #ab7a04; padding-bottom:20px; margin-bottom:30px; margin-top:30px;}
.product-sub-title span{font-family:Raleway; font-size:20px; color:#203668; border-bottom:5px solid #e1ac2c; padding-bottom:20px;}
















/**** PORTFOLIO STYLES*****/
.image-block{ display:block;position: relative; margin-bottom:30px;}
.image-block img{border: 1px solid #CCCCCC; background:#FFFFFF;padding:5px; transition: 0.4s;}
.image-block img:hover{border: 1px solid #015e9a; box-shadow:0 0 5px #015e9a; transition: 0.4s;}
/**** END PORTFOLIO STYLES*****/

.image-block2{ display:block;position: relative; margin-bottom:30px;}
.image-block2 img{border: 1px solid #cccccc; background:#FFFFFF; padding:2px; transition: 0.4s;}




.caption-style-2{list-style-type: none; margin: 0px; padding: 0px;}

.caption-style-2 li{float: left; padding: 0px; position: relative; overflow: hidden;}

.caption-style-2 li:hover .caption{opacity: 1; transform: translateY(-100px);}

.caption-style-2 img{margin: 0px; padding: 0px; float: left; z-index: 4; width:100%; height:auto;}

.caption-style-2 .caption{cursor: pointer; position: absolute; opacity: 0; top:250px; transition:all 0.30s ease-in-out;}
	
.caption-style-2 .blur{background: #e1ac2c; display: inline-block; height: 55px; margin-left: 0px; margin-top: 35px; position: relative; width: 300px;}
	
.caption-style-2 .blur:before{border-bottom: 45px solid #e1ac2c; border-right: 800px solid transparent; content: ""; height: 0; left: 0; position: absolute; top: -40px;}

.caption-text h1{text-transform: uppercase; font-size: 15px; z-index: 10; color: #fff; position: absolute; top:0px; padding-left:20px; font-weight:bold;	}

