@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
p {
	color: #4d4d4d;
}
.clear {
	clear: both;
}
body {
	margin: 0 auto;
	background: #ffffff;
	text-decoration: none;
	color: #6c6c6c;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

::-moz-selection {
 background: #ba561a;
 color: #ffffff;
 text-shadow: none !important;
}
::selection {
	background: #ba561a;
	color: #ffffff;
	text-shadow: none !important;
}
body a {
	outline: 0;
}


/*HOME Banner*/
#homeabanner-wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
  margin:0px;
	background:#181e2c;
	min-height:100px;
	margin-top: 90px;
	position:relative;
}

.top-polybg{
	width:100%;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index: 5;
}

#innerbanner-wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
  margin:0px;
	background:#ffffff ;
	min-height:50px;
	position:relative;
}
.inner-banner{
	width:100%;
}








/*HOME WELCOME*/
#homewelcome-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: #181e2c;
}
#homewelcome-inner {
	width: 1050px;
	height: auto;
	padding: 40px 0px;
	margin: 0px auto;
	text-align: center;
}
#homewelcome-inner h1 {
	float: left;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 35px;
	line-height: 35px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 40px;
	position: relative;
}
#homewelcome-inner h1:after {
  content:'';
  position:absolute;
  left:0;
	right:0;
	margin: 15px auto;
  top:100%;
  width:200px;
  height:2px;
  background:#e99b3c;
}
#homewelcome-inner p {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}


/*HOME PRODUCTS*/
#homeproducts-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	background:#f3a445 url(../images/hpro-bg.jpg) no-repeat top center;
}
#homeproducts-inner {
	width: 1200px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}
#homeproducts-inner h1 {
	float: left;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 35px;
	line-height: 35px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
	margin-top: 60px;
	margin-bottom: 40px;
	position: relative;
}
#homeproducts-inner h1:after {
  content:'';
  position:absolute;
  left:0;
	right:0;
	margin: 10px auto;
  top:100%;
  width:200px;
  height:2px;
  background:#ffffff;
}
.home-product-boxbg{
	width: 100%;
	height: auto;
	float: left;
	margin-top:20px;
	margin-bottom: 50px;
}
.home-product-box{
	width: 23.5%;
	height: 270px;
	float: left;
	margin-left: 2%;
	background: #000000;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
.home-product-boxbg .home-product-box:nth-child(1){
	margin-left:0%;
}
.home-product-title{
	width: 100%;
	height: 50px;
	background: #181e2c;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
#homeproducts-inner h2 {
	float: left;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
	padding-left: 20px;
	margin-top:12px;
	margin-bottom: 20px;
}
.home-product-box:hover .home-product-title{
	height: 85px;
}
.homeproducts-more{
	float: left;
	width: 100%;
	text-align: left;
	color: #e99b3c;
	text-decoration: none;
	font-size: 13px;
	padding-left: 20px;
}
.home-product-image{
	width: 100%;
	height: 220px;
	background: #000000;
	position: absolute;
	left: 0px;
	bottom: 50px;
	transition: all 0.4s ease;
     -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
}
.home-product-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
     -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
}

.home-product-box:hover .home-product-image img{
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}
.home-product-box:hover .home-product-image{
	bottom: 65px;
}

#homeproducts-inner h3 {
	float: left;
	width: 100%;
	font-family: 'Lobster', cursive;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	margin-top:70px;
	margin-bottom: 40px;
	text-shadow: 2px 2px #2b2b2b;
}

/*product*/

#product-inner {
	width: 1050px;
	height: auto;
	padding: 40px 0px;
	margin: 0px auto;
}
#product-inner h1 {
	float: left;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 35px;
	line-height: 35px;
	font-weight: 300;
	text-align: left;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 40px;
	position: relative;
}
#product-inner h1:after {
  content:'';
  position:absolute;
  left:0;
	right:0;
	margin: 15px 0px;
  top:100%;
  width:200px;
  height:2px;
  background:#e99b3c;
}
#product-inner p {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 15px;
}

.productimage{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	max-width: 320px;
	width: 100%;
}


#productmain-inner {
	width: 1200px;
	height: auto;
	padding: 40px 0px;
	margin: 0px auto;
}
#productmain-inner h1 {
	float: left;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 35px;
	line-height: 35px;
	font-weight: 300;
	text-align: left;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 40px;
	position: relative;
}
#productmain-inner h1:after {
  content:'';
  position:absolute;
  left:0;
	right:0;
	margin: 15px 0px;
  top:100%;
  width:200px;
  height:2px;
  background:#e99b3c;
}
#productmain-inner .home-product-title{
	background: #f3a445;
}
#productmain-inner h2 {
	float: left;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
	padding-left: 20px;
	margin-top:12px;
	margin-bottom: 20px;
}
#productmain-inner .homeproducts-more{
	color: #181e2c;
}

/*CONTACT*/
#contact-inner {
	width: 1100px;
	height: auto;
	padding: 40px 0px;
	margin: 0px auto;
	text-align: center;
}
#contact-inner h1 {
	float: left;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 35px;
	line-height: 35px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 40px;
	position: relative;
}
#contact-inner h1:after {
  content:'';
  position:absolute;
  left:0;
	right:0;
	margin: 15px auto;
  top:100%;
  width:200px;
  height:2px;
  background:#e99b3c;
}


#formbg{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:40px;
	padding:0px 20%;
}
#formbg strong{
	color:#F00;
}
#formbg span{
	color:#F00;
	font-size:11px;
}

.field_label{
	width:48%;
	float:left;
	text-align: left;
	color:#ffffff;
	font-size:14px;
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}

.inputf{
	width:98%;
	height:40px;
	color:#ffffff;
	background:#a16319;
	border:1px solid #a16319;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:2%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.3s ease;
   	 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
.inputtextarea{
	resize:none;
	padding-top:10px;
	width:97%;
	height:140px;
	float:left;
	color:#FFF;
	background:#a16319;
	border:1px solid #a16319;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:2%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.3s ease;
   	 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}

.form_btn{
	cursor:pointer;
	float:left;
	border:none;
	background:#181e2c;
	color:#FFF;
	margin-top: 10px;
	font-family: 'PT Sans', sans-serif;
	padding:12px 0px;
	width:95%;
	font-size:18px;
	font-weight:bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right:1%;
}
.form_btn:hover{
	background:#2c2324;
}

#contact-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	background:#f3a445 url(../images/hpro-bg.jpg) no-repeat bottom center;
}

.contact-address{
	width: 50%;
	float: left;
	margin-top: 20px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
}
.contact-tittle{
	font-family: 'Roboto', sans-serif;
	color: #f3a445;
  font-weight: 600;
  font-size: 18px;
	line-height: 22px;
  float: left;
	text-align: left;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.address-div {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
  font-weight: 300;
  font-size: 15px;
	line-height: 24px;
  float: left;
	text-align: left;
	width: 100%;
	padding: 0px;
	padding-left: 22px;
	margin-bottom: 20px;
}

.contact-icon{
	width: 45%;
	float: right;;
	margin-top: 20px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	margin-bottom: 80px;
}

.contacticon_address{
	float:left;
	width:100%;
	margin-bottom:20px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 15px;
	line-height: 22px;
  text-align: left;
}

#contact-inner h2{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	text-align:left;
	color:#ea9b3c;
	margin-top:18px;
}
.contacticon_address img{
	float:left;
	margin-right:5%;
}



/* -------------------------------  Media Query  ------------------------------- */

@media screen and (max-width: 1280px) {
	#homeproducts-inner {
		width: 100%;}
	.home-product-boxbg{
		padding: 0px 2%;}
	#product-inner {
		width: 90%;}
	#productmain-inner {
		width: 100%;}


}
@media screen and (max-width: 1250px) {

}
 @media screen and (max-width: 1100px) {
	 #homewelcome-inner {
	 	width: 90%; }
	#contact-inner {
			width: 90%; }

}
@media screen and (max-width: 1070px) {
}
@media screen and (max-width: 1024px) {

}
 @media screen and (max-width: 1000px) {
}
 @media screen and (max-width: 900px) {
	 #formbg{
	 	padding:0px 10%;}

}
@media screen and (max-width: 860px) {
}
 @media screen and (max-width: 850px) {

}
@media screen and (max-width: 800px) {
	#homeproducts-wrapper {
		background-image: none;}


	#homeproducts-inner h1 {
		font-size: 30px;
		line-height: 30px;
		margin-top: 30px;
		margin-bottom: 20px;}
	#homeproducts-inner h1:after {
	  width:100px;}
	.home-product-boxbg	{
		margin-bottom: 0px;}
	.home-product-box{
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 15px;}
	.home-product-boxbg .home-product-box:nth-child(1){
		margin-left:2%;}
}
 @media screen and (max-width: 768px) {
}
@media screen and (max-width: 700px) {
	#homeabanner-wrapper{
		margin-top: 65px;}
	#homeproducts-inner h3 {
		font-size: 40px;
		line-height: 40px;
		font-weight: 500;
		margin-top:50px;
		margin-bottom: 30px;
	}

}
 @media screen and (max-width: 660px) {
	 #homewelcome-inner h1 {
	 	 font-size: 30px;
	 	 line-height: 32px;}
	 #homewelcome-inner h1:after {
	 	 margin: 10px auto;
	   width:100px; }
	 #homewelcome-inner p {
	 	 font-size: 14px;
	 	 line-height: 22px;}
	 #product-inner h1 {
	 		font-size: 30px;
	 		line-height: 32px;}
	 #product-inner h1:after {
	 		width:100px; }


}
 @media screen and (max-width: 640px) {
	 .contact-address{
 		width: 100%;}
 	.contact-icon{
 		width: 100%;
 		float: left;
 		margin-bottom:30px;	}
	 #formbg{
	 	padding:0px 5%;}
}
 @media screen and (max-width: 603px) {
}
 @media screen and (max-width: 568px) {
	 .home-product-box{
 		width: 48%;
 		margin-left: 1%;
 		margin-right: 1%;
 		margin-bottom: 10px;}
 	.home-product-boxbg .home-product-box:nth-child(1){
 		margin-left:1%;}
	#product-inner p {
		float: left;}
}
 @media screen and (max-width: 500px) {
	 #homeproducts-inner h3 {
		 font-size: 30px;
		 line-height: 30px;
		 font-weight: 500;
		 margin-top:50px;
		 margin-bottom: 30px; }

}
@media screen and (max-width: 460px) {
.field_label{
	width:97%;}
}

@media screen and (max-width: 420px) {
	#homeproducts-inner h3 {
		font-size: 30px;
		line-height: 40px;
		font-weight: 500;
		margin-top:30px;
		margin-bottom: 20px;
		width: 100%;
		padding: 0px 20%;
	}

}

 @media screen and (max-width: 400px) {
	 #homewelcome-inner h1 {
	 	 font-size: 25px;
	 	 line-height: 28px;}
	 .home-product-box{
	 	 width: 90%;
	 	 margin-left: 5%;
	 	 margin-right: 5%;
	 	 margin-bottom: 10px;}
  .home-product-boxbg .home-product-box:nth-child(1){
 	 	margin-left:5%;}

}
 @media screen and (max-width: 360px) {
}
 @media screen and (max-width: 320px) {
	 #homeproducts-inner h3 {
		 padding: 0px 10%;
	 }
}
 @media screen and (max-width: 300px) {

}
@media screen and (max-width: 240px) {
}
