.header{
	float:left;
	text-align:center;
	position:relative;
	width:100%;
	height:200px;
	background:url(../images/top-strip-bg.jpg) no-repeat;
	background-size:cover;
	margin-bottom:30px;	
	}
.header:before{
	content:'';
	border-bottom: 6px solid #f6a42f;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity: 0.8;
	background:#000;	
	}
.header:after{
	content: '';
    position: absolute;
    height: 40px;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../images/header_texture.png) bottom repeat-x;
	}
.header h2{
	position:relative;
	display:inline-block;
	z-index:1;
	margin:0px auto;
	    padding: 12px 30px;
    color: #008499;
	font-family: 'Oswald', sans-serif;
    margin-top: 150px;
    text-transform: uppercase;
	
	}
.header h2:before{
	content:'';
	border-top: 4px solid #f6a42f;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#fff;
	-webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
	z-index:-1;	
	}

.shadow{
	-webkit-box-shadow: 0px 13px 19px -15px rgba(0,0,0,1);
    -moz-box-shadow: 0px 13px 19px -15px rgba(0,0,0,1);
    box-shadow: 0px 13px 19px -15px rgba(0,0,0,1);
	}
	
/*---------machineries-------------*/

.machineries{
		
	}
.machineries .header{
	margin-bottom:60px;	
	}
.machineries .pro-details h4{
	position:relative;
	padding-bottom:15px;	
	}
.machineries .pro-details p{
	font-size: 14px;
	line-height:22px;
	text-align:justify;	
	}
.machineries .pro-details h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 3px;
    background: #f6a42f;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}
.machineries .nav-tabs {
border-bottom: none;
background: #efefef;
min-height: 402px;
}
.machineries .nav-tabs > li {
    width: 100%;
    margin-bottom: 0;
}

.machineries .nav-tabs > li > a {
border-radius: 0px;
color: #333;
font-family: 'Oswald', sans-serif;
font-size: 16px;
border:none;
margin-right: 0px;
padding:16px 25px 16px 16px;
 white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
}
.machineries .nav-tabs > li.active > a,
.machineries .nav-tabs > li.active > a:hover, 
.machineries .nav-tabs > li.active > a:focus{
	background:#008499;
	border:none;
color: #fff;	
	}
.machineries .nav-tabs > li > a:before {
    position: absolute;
    top: 12px;
    left: 0;
    width:0px;
    height: 30px;
    background: #f6a42f;
    content: "";
    transition: all 500ms ease;
}
.machineries .nav-tabs > li > a:hover:before,
.machineries .nav-tabs > li.active > a:before {
	width:5px;	
	}
.machineries .nav-tabs > li > a:after {
    content: "\f0da";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 18px;
    top: 50%;
    margin-top: -12px;
    right: 15px;
    color: #ffffff;
    display: none;
}
.machineries .nav-tabs > li > a:hover:after,
.machineries .nav-tabs > li.active > a:after {
	display:block;	
	}
.machineries .nav > li > a:hover,
.machineries .nav > li > a:focus {
  text-decoration: none;
  background:#008499;
  color:#fff;
}

.machineries .pro-img img{
	max-width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 30px;
	}	
.pro-details ol li{
	float:left;
	width:100%;
    font-size: 14px;
    color: #717171;
    font-weight: normal;
    padding: 5px 0 5px 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;	
	}
.pro-details ol{
	padding-left: 16px;
	}
.pro-details ol > li{list-style-type: decimal;}
.pro-details ul > li{ list-style-type:disc;}

/*----------------------*/
.aboutus{}
.aboutus .abt-img{
	position:relative;	
	}
.aboutus .abt-img > div{
	position:relative;
	margin-top: 80px;	
	}
.aboutus .abt-img > div:after{
	content: '';
    position: absolute;
    width: 85%;
    height: 100%;
    top: 0;
    z-index: -1;
    right: 0;
    margin-top: -60px;
    border: 2px solid #f6a42f;
	}
.aboutus .sub-content{
	background: #f1f1f1;
    float: left;
    width: 100%;
    color: #000;
    padding: 30px 15px;
	}
.aboutus h3{
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 22px;
	position:relative;
	font-weight:400;
	}
.aboutus h3:after{
	content:'';
	position:absolute;
	width:84px;
	height:4px;
	background:#ffc000;
	left:0;
	bottom:0;	
	}
.aboutus p{
	font-size: 14px;
    line-height: 26px;
	text-align:justify;	
	}
.aboutus ul li{
	font-size: 14px;
    line-height: 26px;
	padding:3px 0 3px 25px;
	position:relative;
	}
.aboutus ul li:before{
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    position: absolute;
    left: 0;
    width: 16px;
    text-align: center;
    color: #fff;
    height: 16px;
    line-height: 16px;
    background: #ffc000;
    top: 50%;
    margin-top: -8px;
    padding-left: 2px;
    border-radius: 50%;
    font-size: 12px;
	}
	
/*---------*/
.contactus{
	    margin-bottom: 40px;	
	}
.contactus .in-contact h2{
	font-family: 'Oswald', sans-serif;
    position: relative;
	}
.contactus .in-contact h2 span{
	position: relative;
    background: #fff;
    z-index: 1;
    padding-right: 20px;
	}
.contactus .in-contact h2:after {
   content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 3px;
    background: #f6a42f;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.contactus .in-contact p{
	font-size:15px;
	line-height: 27px;	
	}
	
.contactus .in-contact h4{
	margin-top: 20px	
	}
	
.contactus .in-contact .staff{
	margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 25px;
	}
.contactus .in-contact .staff h6{}
.contactus .in-contact .staff h5{
	font-size: 16px;	
	}

.contactus .in-contact h5{
	margin-top:0;
	margin-bottom:4px;	
	}
.contactus .in-contact h6{
	margin-top:0;
	}

.contactus .in-contact .fa{
	text-align: center;
    float: left;
    width: 60px;
    height: 78px;
    line-height: 78px;
    background: #008499;
    color: #ffffff;
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 0px;
	}
.grid table{
	font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
    font-size: 14px;
	}
.grid table th{
	text-align:center;
	background: #efefef;	
	}
.grid table tr:nth-child(odd) {
    background:#ecf0f3;
}
.grid table tr td{
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
	}
.grid table tr:hover td{
	background:#3b3b3b;
	color:#fff;	
	}
	
.products{margin-bottom:30px;}
.products .header{
	margin-bottom:50px;	
	}	
.products .box > div{
	background:#fff;
	-webkit-box-shadow: 0px 13px 19px -15px rgba(0,0,0,1);
    -moz-box-shadow: 0px 13px 19px -15px rgba(0,0,0,1);
    box-shadow: 0px 13px 19px -15px rgba(0,0,0,1);
	text-align: center;
	border:1px solid #ddd;	
	}
.products .box > div p{
	padding:10px;	
	}
@media (max-width: 767px){	
.machineries .nav-tabs {
    min-height:auto;
}
}
	



