/*	
	[Table of Content]
	
	## Global
		## Font Familys
			- font-family: 'Open Sans', sans-serif;
			
		- Padding/Margin
		- Form
		- Container
	
	## Header
	## Footer
		
	## Section Header
	## Pagebanner
	## Shortcode
		- Slider Section
		- About Section
		- Whoweare Section
		- RangeOfProducts Section
		- Facilities Section
		- Map Section
		
	## Responsive
		- Min Width: 992
		- Min Width: 992 to Max Width: 1199
		- Max Width: 991
		- Max Width: 767
		- Max Width: 479
*/

/* ## Global */
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p,a,li,span {
	word-wrap: break-word;	
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - Container */
.container {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.container-fluid {
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.navigation-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}

/* - Form */
.form-group {
	margin-bottom: 15px;
}
.form-control {
	border: 1px solid #ccc;
	min-height: 34px;
	padding: 5px 15px;
	background-color: #fff;
	color: #000;
	display: block;
	width: 100%;
	font-size: 15px;
}
.form-group label{
	color: #000;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 30px;
	font-weight: 600;
}
.btn-submit {
	background-color: #e60000;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
	font-weight: 400;
    line-height: 22px;
    padding: 5px 36px;
    text-transform: capitalize;
	cursor: pointer;
	margin-top: 10px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.btn-submit:hover {
	background-color: #000;
}
.form-group select option {
	padding: 2px 5px;
}

/* ## Header */
.header_s {
	border-top: 10px solid #e60000;
}
.header_s.navigation-fixed {	
	border: none;
}
.header_s > .container {
	position: relative;
	z-index: 5;
}
.logo-block {
	width: 100%;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.logo-block .navbar-brand{
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.logo-tagline {
	color: #e60000;
	display: inline-block;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	margin-top: 15px;
}

.menu-block {
	background-color: #5e686e;
	position: relative;
	display: inline-block;
	width: 100%;
	border-bottom: 6px solid #5e686e
}
.menu-block::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0px;
	background-color: #fff;
	height: 2px;
	width: 100%;
}
.navigation-menu {
	width: 80%;
	float: left;
}
.header-social {
	float: right;
	margin-top: 10px;
}
.header-social li {
	display: inline-block;
	margin-right: 8px;
}
.header-social li a {
	display: inline-block;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.header-social li a:hover {
	opacity: 0.7;
}
.header-social li:last-child {
	margin-right: 0;
}


/* - Section Header */
.section-header {
	text-align: center;
	margin: 0 auto;	
	border-bottom: 1px solid #e8e8e8;
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}
.section-header h3 {
	color: #e60000;
	font-size: 30px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0;
	padding-bottom: 17px;
	position: relative;
	display: inline-block;
	padding-left: 65px;
	padding-right: 65px;
}
.section-header h3::before {
	background-color: #e60000;
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;	
	height: 2px;
	width: 100%;
	animation: background 2s infinite;
	-webkit-animation: mymove 2s infinite;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	animation-direction:alternate-reverse;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {left: -30px;}
    to {left: 30px;}
}

@keyframes mymove {
    from {left: -30px;}
    to {left: 30px; }
}


/* ## Pagebanner */
.pagebanner-section {
	background-image: url("images/pagebanner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
	position: relative;
	margin-top: -5px;
	/* margin-bottom: 50px; */
}
.pagebanner-content {
	position: relative;
	min-height: 300px;
}
.pagebanner-section::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
}
.pagebanner-content h3 {
	font-size: 28px;
	line-height:  32px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: center;
	letter-spacing: 1px;
	font-weight: 400;
}
.pagebanner-section .breadcrumb {
	display: inline-block;
	width: 100%;
	background-color: #e60000;
	color: #fff;
	padding: 15px;
}
.pagebanner-section .breadcrumb li {
	display: inline-block;
	position: relative;
	text-transform: capitalize;
	padding: 0 10px;
	font-size: 15px;
}
.pagebanner-section .breadcrumb li::after {
	position: absolute;
	right: 0;
	content: "";
	background-color: #fff;
	width: 1px;
	height: 15px;
	top: 4px;
}
.pagebanner-section .breadcrumb li:last-child::after {
	width: 0;
}
.pagebanner-section .breadcrumb li a {
	color: #fff;
	text-decoration: none;
}
.pagebanner-section .breadcrumb li a:hover {
	color: #000;
}

/* ## Footer */
.footer-section {
	padding: 50px 0 35px;
	display: inline-block;
	width: 100%;
}
.footer-section .widget {
    float: left;
    margin-bottom: 30px;
    width: 15%;
}
.footer-section .widget.widget_contactform {
	width: 50%;
}
.footer-section .widget.widget_product {
	width: 35%;
}
.widget_googlemap .map-section {
	margin-top: 10px;
}
.widget_googlemap .map-section .map-canvas {
	height: 150px;
}
.widget-title {
	font-size: 22px;
	color: #e60000;
	line-height: 28px;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 16px;
}
.footer-section.widget ul {
	padding-left: 0;
}
.footer-section .widget ul li {
	display: inline-block;
	width: 100%;
}
.footer-section .widget ul li a {
	text-decoration: none;
	font-size: 14px;
	line-height: 30px;
	color: #5e686e;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-section .widget ul li a:hover {
	color: #e60000;
}
.footer-section .widget.widget_product ul li a {
	text-transform: capitalize;
}
.footer-section .widget_contactform .contactbox {
	float: left;
	width: 50%;
	padding: 0 10px;
}
.footer-section .widget_contactform .widget-title {
	margin-bottom: 16px;
}
.footer-section .widget_contactform .form-group {
	margin-bottom: 7px;
}
.contact-icon {
	width: 47px;
	height: 42px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	background-color: #5e686e;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.footer-section .widget_contactform .form-group{
	position: relative;
	padding-left: 46px;
}

.footer-section .widget_contactform .form-control{
	border: 1px solid rgba(0,0,0,0.35);
	font-size: 16px;
	min-height: 42px;	
	border-radius: 2px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	outline: none;
}
.footer-section .widget_contactform .form-control:focus{
	border-color: #e60000;
}
.footer-section .widget_contactform textarea.form-control{
	min-height: 80px;
	font-family: 'Open Sans', sans-serif;
}
.footer-section .widget_contactform .btn-submit {
	float: right;
	padding: 10px 27px;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
}

.copyright-block {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #d4d7d8;
	border-bottom: 1px solid #d4d7d8;
	padding: 10px 0;
	margin-bottom: 30px;
}
.copyright-block p {
	width: 70%;
	float: left;
	margin-top: 7px;
	font-size: 14px;
	color: #5e686e;
}
.footer-social {
	float: right;
	position: relative;
	top: 5px;
}
.footer-social li {
	display: inline-block;
	margin-right: 8px;
}
.footer-social li a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-social li a:hover {
	opacity: 0.7;
}
.footer-social li:last-child {
	margin-right: 0;
}


.iso-block {
	display: inline-block;
	float: right;
}
.iso-block a {
	display: inline-block;
	width: auto;
	text-align: center;
	margin: 0 9px;
}
.iso-block img {
	max-width: 60px;
}
.iso-block p {
	font-weight: 600;
	color: #e60000;
	font-size: 11px;
}

/* - Slider Section */
.slider-section {
	margin-top: -6px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); 
}
.slider-section .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider-section .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider-section .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background-color: #e60000;
}
.slider-section .bx-wrapper {
	margin-bottom: 0;
}

/* - About Section */
.about-section {
	display: inline-block;
	width: 100%;
	padding: 60px 0;
	margin-top: 60px;
	margin-bottom: 60px;
}
.stainless_steel_bg {
	background-image: url("images/stainless_steel_bg.jpg");
	position: relative;
	background-attachment: fixed;
	background-size: cover;
}
.stainless_steel_bg::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
}
.about-section h2 {
	text-align: center;
	font-size: 115px;	
	color: #fff;
	position: relative;
	z-index: 2;
	font-family: 'Lobster', cursive;
	font-weight: 400;
}
.about-block {
	margin: 0 -22.5px;
}
.about-box {
	display: inline-block;
	width: 33.333%;
	padding: 0 22.5px;
	float: left;
	position: relative;	
}
.about-innerbox {
	background-color: #5e686e;
	min-height: 190px;
	display: inline-block;
	width: 100%;
	padding: 30px 10px 30px 30px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
}
.about-innerbox:hover {
	background-color: #e60000;
}
.about-box img {
	position: absolute;	
	float: left;
}
.about-box h3 {
	font-size: 23px;
	text-transform: capitalize;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-left: 140px;
	margin-top: 30px;
}

/* - Whoweare Section */
.whoweare-imgbox {
	float: left;
	width: 42%;
	padding-right: 40px;	
	margin-bottom: 40px;
}
.whoweare-imgbox .whoweare-inner-imgbox { 
	position: relative;
	display: inline-block;	
}
.whoweare-imgbox .whoweare-inner-imgbox::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 5px;
	border: 10px solid rgba(255,255,255, 0.5);
}
.whoweare-contentbox p {
	font-size: 14px;
	color: #5e686e;
	line-height: 22px;
	margin-bottom: 15px;
}
.btn-border {
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	padding: 6px 50px 10px;
	background-color: #e60000;
	text-decoration: none;
	position: relative;	
	z-index: 1;
}
.btn-border::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	background-color: #5e686e;
	top: 0;	
	bottom: 0;	
	width: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	z-index: -1;
}
.btn-border:hover::before {
	background-color: #5e686e;
	width: 100%;
}
.btn-border::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	background-color: #fff;
	height: 1px;
	bottom: 5px;
	top: auto;	
	width: 100%;
}

/* - RangeOfProducts Section */
.rangeofproducts-section {
	display: inline-block;
	width: 100%;
	padding: 60px 0 35px;
}
.rangeofproducts-block {
	display: inline-block;
	width: 100%;
}
.rangeofproducts-block h3 {
	font-size: 20px;
	line-height: 36px;
	text-transform: capitalize;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 400;
}
.rangeofproducts-imgbox {
	border: 1px solid #ddd;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.rangeofproducts-box span {
	display: block;
	margin-top: 10px;
}
.rangeofproducts-imgbox:hover {
	border-color: #e60000;
}
.rangeofproducts-box {
	display: inline-block;
	width: 25%;
	padding: 0 15px;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
.rangeofproducts-box a {
	color: #5e686e;
	display: block;
	margin-top: 5px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	padding: 0 10px;
	line-height: 22px;
}
.rangeofproducts-box a:hover {
	color: #e60000;
}

.product-section .rangeofproducts-box {
	width: 50%;
	padding: 0;
}




/* - Facilities Section */
.facilities-section {
	display: inline-block;
	width: 100%;
	background-image: url("images/facilities/facilities-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0 40px;
}
.facilities-box {
	width: 25%;
	float: left;
	margin-bottom: 35px;
	padding: 0 7.5px;
	position: relative;
	text-align: center;
}
.facilities-imgbox {
	position: relative;
}
.facilities-imgbox::before {
    border: 5px solid rgba(255, 255, 255, 0.8);
    bottom: 5px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.facilities-imgbox:hover::before {
	border-color: rgba(230 ,0, 0, 0.6);
}
.facilities-box a {
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	display: block;
	margin-top: 5px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.facilities-box a:hover {
	color: #e60000;
}

/* - Contact Section */
.copyright2 {
	margin-top: 50px;
}
.contact-section {
	padding: 60px 0 0;
}
.contact-form {
	width: 60%;
	float: left;
	padding: 0 15px;
}
.contact-detail {
	width: 40%;
	float: left;
	padding: 0 15px;
}

.contact-content {
	padding-top: 110px;
	padding-bottom: 120px;
}
.contact-form  .form-group {
	margin-bottom: 20px;
}
.contact-form  .form-group:last-of-type {
	margin-bottom: 0;
}
.contact-form  .form-group .form-control {
	background-color: #f1f1f1;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	min-height: 40px;
	padding: 10px 15px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	border: 1px solid transparent;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.contact-form .form-group .form-control:focus{
	border-color: #e60000;
}
.contact-form .form-group textarea.form-control {
	height: 165px;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
	color: #000;
}
.contact-form .form-group .form-control:-moz-placeholder {
	color: #000;
}
.contact-form .form-group .form-control::-moz-placeholder {
	color: #000;
}
.contact-form .form-group .form-control:-ms-input-placeholder {
	color: #000;
}

/* - Contact Detail */
.block-title {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.contact-detail .address-note {
	margin-bottom: 20px;
}
.contact-detail .address-note span {
	display: block;
	color: #5e686e;
    font-size: 14px;
    line-height: 22px;
}
.contact-detail .detail-box {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 0 10px;
}
.contact-detail .detail-box > h4 {
	float: left;
	font-size: 14px;
	margin: 0;
	margin-right: 5px;
}
.contact-detail .detail-box > p {
	color: #222222;
	line-height: 1.6;
	margin-bottom: 0;
}
.contact-detail .detail-box > p > a {
	color: #222222;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.contact-detail .detail-box > p > a:hover {
	color: #ef5252;
}
.contact-detail > ul {
	padding-left: 0;
	margin-top: 15px;
}
.contact-detail > ul > li {
	display: inline-block;
	margin-bottom: 10px;
}
.contact-detail > ul > li + li {
	margin-left: 5px;
}
.contact-form .btn-submit {
	font-size: 16px;
	line-height: 28px;
	border-radius: 0;
}

/* - Map Section */
.map-section {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	border: 1px solid #5e686e;
}
.map-section .map-canvas {
	height: 350px;
}

/* - Product Section */
.product-section {
	display: inline-block;
	width: 100%;
	padding: 60px 0 0;
}
.widget-area,
.content-area {
	float: left;
	padding: 0 15px;
}
.content-area {
	width: 75%;	
}
.widget-area {
	width: 25%;	
}

.product-box {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 30px;
}
.product-imgbox {
	position: relative;
	text-align:center;
	border: 1px solid #ddd;
}
.product-imgbox::before{
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;	
	opacity: 0;
}
.zooom {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	width: 35px;
	margin: 0 auto;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	opacity: 0;
}
.product-imgbox:hover::before{
	opacity: 1;
}
.product-imgbox:hover .zooom {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	opacity: 1;
}

.product-title {
	margin: 10px 0 10px;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
}
.product-content p {
	font-size: 14px;
	line-height: 22px;
	color: #000;
}
.product-content .readmore {
	background-color: #e60000;
    border: 1px solid #fff;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
	font-weight: 400;
    line-height: 20px;
    padding: 5px 30px;
    text-transform: capitalize;
	cursor: pointer;
	margin-top: 10px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.product-content .readmore:hover {
	background-color: #000;
}

.productlist-box {
	position: relative;
	display: inline-block;
	width: 100%;
	min-height: 70px;
	margin-bottom: 15px;
}

.productlist-box a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	padding: 8px 15px;
	text-align: center;
	border: 1px solid #ddd;	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	background-color: #ddd;
}
.productlist-box a.active {
	color: #fff;
	border-color: #e60000;
	background-color: #e60000;
}
.productlist-box a:hover {
	color: #fff;
	border-color: #e60000;
	background-color: #e60000;
}
.productlist-box a:last-of-type {
	margin-bottom: 0;
}

.widget {
	display: block;
	margin-bottom: 20px;
}
.widget-area .widget-title {
	position: relative;
	padding-bottom: 5px;
	font-size: 16px;
}
.widget-area .widget-title::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background-color: #e60000;
	width: 50px;
	height: 2px;
}

/* - Query Form */
.query-form {
	background-color: #ddd;
	border-radius: 3px;
	padding: 15px 10px;
}
.query-form .btn-submit {
	font-weight: 400;
	font-size: 13.5px;
	line-height: 22px;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 0;
}
.query-form .btn-submit:last-child {
	margin-right: 0;
}
.query-form .form-group {
	margin-bottom: 10px;
}
.query-form .form-group:last-of-type {
	margin-bottom: 0;
}
.query-form .form-control {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.query-form .form-control:focus {
	border-color: #e60000;
}
.query-form .form-group select,
.query-form .form-group select option {
	font-size: 13px;
    padding: 3px 5px;
    text-transform: capitalize;
}

.captcha-bg {
	padding: 5px 25px;
	display: inline-block;
	width: 100%;
	background-image: url("images/captcha-bg.jpg");
	background-repeat: repeat-x;
	text-align: center;
}

.captcha-text {
	font-weight: 700;
	letter-spacing: 1px;
}

/* - Product Single */
.singleproduct-title{
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 10px;
	color: #e60000;
}
.singleproduct-title span {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}
.productimg-block {
	display: inline-block;
	width: 100%;
	border: 2px solid #e60000;
	border-radius: 5px;
	margin-bottom: 10px;
}
.productimg-block img {
	width: 33.33%;
	float: left;
}
.productimg-block.stainless-steel-welding-wire-banner img {
	width: 100%;
}
.singleproduct-subtitle {
	margin-bottom: 10px;
	display: block;
}
.product-single p {
	font-size:14px;
	line-height: 22px;
	color: #000;
	margin-bottom: 15px;
}
.product-single .product_table {
	border-collapse: collapse;
	margin-bottom: 25px;
	width: 100%;
	max-width: 100%;	
}
.product-single .product_table thead tr th {
	border: 1px solid #cacaca;
	color: #222;
	padding: 8px 4px;
	text-align: center;
	background-color: #eaeaea;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
}
.product-single .product_table tbody tr td {
	border: 1px solid #cacaca;
    color: #585858;
	padding: 5px 4px;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
}
.product-single .product_table tbody.springwire tr td:first-of-type {
	width: 80%;
}
.product-details-block h3{
	margin-bottom: 10px;
	font-size: 18px;
}
.product-details-block ul {
	padding-left: 20px;
	margin-bottom: 15px;
}
.product-details-block ul li {
	line-height: 24px;
}
.text-italic {
	font-style: italic;
}

.product-technicaldetails h3 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 400;
}
.product-technicaldetails h3 span {
	color: #e60000;
	font-size: 20px;
}
.productitem_details {
	margin-top: 30px;
}
.productitem_details-box {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 15px;
	text-align: center;
}
.productitem_details-box img {
	text-align: center;
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.productitem_details-box p {
	font-style: italic;
}
.productitem_details.stsw .productitem_details-box {
	width: 25%;
	text-align
}


/* - CompanyProfile Section */
.companyprofile-section {
	padding: 60px 0 0;
	display: inline-block;
	width: 100%;
}
.companyprofile-info {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.companyprofile-imgbox {
	float: left;
	margin-right: 30px;
}
.companyprofile-block p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.companyprofile-block h3 {
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 400;
	line-height: 34px;
	text-transform: capitalize;
}
.companyprofile-imgbox {
	border: 2px solid #e60000;
	padding: 10px;
	border-radius: 5px;
}
.companyprofile-imgbox img {
	-webkit-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.75);	
}
.companyprofile-imgcontent h2 {
	font-size: 24px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 36px;
	color: #e60000;
	margin-bottom: 10px;	
}
.companyprofile-imgcontent p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}
.companyprofile-imgcontent h3 {
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.companyprofile-imgcontent h3 > span{
	font-size: 12px;
	margin-bottom: 5px;
	font-style: italic;	
	display: block;
}

/* - QualityPolicy Section */
.qualitypolicy-section {
	padding: 60px 0 0;
}
.qualitypolicy-section .companyprofile-block {
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.qualitypolicy-block p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.qualitypolicy-imgbox{
	width: 50%;
	float: left;
	padding: 0 15px;	
}
.qualitypolicy-imgbox img {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	border: 3px solid transparent;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.75);	
}
.qualitypolicy-imgbox:hover img{
	border-color: #e60000;
}
.qualitypolicy-section .section-header p {
	font-size: 16px;
	line-height: 34px;
}
.qualitypolicy-section .product-box {
	width: auto;
}
.qualitypolicy-section .companyprofile-imgbox {
	padding: 0;
	border: none;
}
.qualitypolicy-section .companyprofile-imgbox img {
	box-shadow: none;
}
.qualitypolicy-section .product-imgbox .imgzoom span > img,
.qualitypolicy-section .product-imgbox {
	border: none;
}
.qualitypolicy-section .companyprofile-info {
	width: 50%;
	float: left;
}
.qualitypolicy-section .product-imgbox .imgzoom img {
	border: 1px solid #ddd;
}

/*----------------------------------------------------
	## Responsive
------------------------------------------------------*/

/* - Min Width: */
@media (min-width: 992px) {	

	.container {
		max-width: 1030px;
		width: 100%;
	}	
	.menuswitch {
		display: none;
	}
	
	.navigation-fixed .logo-block {
		display: none;
	}
	
	.home_txt {
		display: none;
		margin-left: 5px;
	}
	
	/* - RangeOfProducts Section */
	.rangeofproducts-block .rangeofproducts-box:nth-child(4n+1) {
		clear: both;
	}
	
	/* - Facilities Section */
	.facilities-block .facilities-box:nth-child(4n+1) {
		clear: both;
	}
	
	/* - Product Section */
	.productitem_details .productitem_details-box:nth-child(2n+1) {
		clear: both;
	}
	
	.productitem_details.stsw .productitem_details-box:nth-child(2n+1) {
		clear: none;
	}
	.productitem_details.stsw .productitem_details-box:nth-child(4n+1) {
		clear: both;
	}
	
}

/* - Min Width: 992 to Max Width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	/* - About Section */
	.about-box h3 {
		font-size: 22px;
		margin-top: 36px;
		padding-left: 110px;
	}
	.about-box img {
		max-width: 90px;
		top: 42px;
	}
}


/* - Max Width: 991 */
@media (max-width: 991px) {
	/* - Ages Navigation */	
	.header_s {
		padding: 0;
	}
	.header_s.navigation-fixed {
		box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.2);
	}
	.iso-block {
		display: none;
	}
	.logo-block {
		padding-bottom: 10px;
		padding-top: 6px;
	}
	.logo-tagline {
		margin-right: 45px;
		font-size: 16px;
		margin-top: 9px;
	}
	
	.header-social {
		display: none;
	}
	.header-social li {
		margin-right: 10px;
	}
	
	.menu-block {
		border: none;
		background-color: transparent;
		float:none;
		width: 100%;
		display: block;
	}
	.menu-block::after {
		display: none;
	}	
	
	.home_txt {
		display: inline-block;
	}
	
	
	/* - About Section */
	.about-block {
		margin: 0 -15px;
	}
	.about-innerbox {
		padding: 15px;
	}
	.about-box {
		padding: 0 15px;
		text-align: center;
	}
	.about-box h3 {
		font-size: 20px;
		margin-top: 10px;
		padding-left: 0;
		padding-right: 0;
		display: inline-block;
		width: 100%;
	}
	.about-box img {
		max-width: 80px;		
		max-height: 85px;		
		position: relative;
		float: none;
		margin-top: 10px;
	}
	
	/* - Facilities Section */	
	.facilities-box {
		width: 33.33%;
	}
	.facilities-block .facilities-box:nth-child(3n+1) {
		clear: both;
	}
	
	.product-single .product_table {
		display: inline-block;
		overflow-x: scroll;
	}
	
	.qualitypolicy-section .product-box {
		max-width: 180px;
		padding: 0 5px;
	}
	
	.footer-section .widget {
		width: 20%;
	}
	.footer-section .widget.widget_contactform {
		width: 40%;
	}
}

/* - Min Width: 768 to Max Width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	/* - Facilities Section */
	.facilities-box {
		width: 33.33%;
	}
	.facilities-block .facilities-box:nth-child(3n+1) {
		clear: both;
	}
	
	.query-form .btn-submit {
		margin-bottom: 5px;
	}
	.query-form .btn-submit:last-of-type {
		margin-bottom: 0;
	}
}

/* - Max Width: 767 */
@media (max-width: 767px) {
	/* - ROW */
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	
	/* - Section Header */
	.section-header h3 {
		font-size: 26px;
		line-height: 35px;
		margin-bottom: 12px;
	}
	
	/* - Footer Section */
	.footer-section {
		padding: 30px 0 0;
	}
	.footer-section .widget {
		width: 50%;
	}
	.footer-section .widget.widget_contactform {
		width: 100%;
	}
	.footer-social li {
		margin-right: 2px;
	}
	
	/* - About Section */	
	.about-section {
		text-align: center;
		padding: 35px 0;
	}
	.about-innerbox {
		padding: 10px;
	}	
	.about-box h3 {
		font-size: 18px;
	}
	
	/* - Whoweare Section */
	.whoweare-imgbox {
		width: 60%;		
	}
	.whoweare-contentbox p {
		margin-bottom: 15px;
	}
	
	/* - RangeOfProducts Section */
	.rangeofproducts-box a {
		font-size: 13px;
	}
	
	.section-header h3 {
		font-size: 24px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0;
	}
	
	.about-section h2 {
		font-size: 82px;
	}
	
	/* - Map Section */
	.contact-detail,
	.contact-form {
		width: 100%;
		padding: 0;
	}
	
	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes mymove {
		from {left: -15px;}
		to {left: 15px;}
	}

	@keyframes mymove {
		from {left: -15px;}
		to {left: 15px; }
	}
	
	.content-area,
	.widget-area {
		width: 100%;
		padding: 0;
	}
	
	
	/* - Product Section */	
	.product-section {
		padding: 30px 0 0;
	}
	
	
	
	.qualitypolicy-section .companyprofile-info {
		width: 100%;
	}
	
	.singleproduct-title {
		font-size: 22px;
	}
	.product-technicaldetails h3 {
		font-size: 20px;
	}
	
	.productitem_details.stsw .productitem_details-box { 
		padding: 0 5px;
	}
	
}

/* - Min Width: 640 to Max Width: 767 */
@media only screen and (min-width: 640px) and (max-width: 767px) {
	
	/* - Facilities Section */
	.facilities-block .facilities-box:nth-child(3n+1) {
		clear: both;
	}
}

/* - Max Width: 639 */
@media (max-width: 639px) {
	
	/* - RangeOfProducts Section */
	.rangeofproducts-box {
		width: 50%;
	}
}

/* - Max Width: 569 */
@media (max-width: 569px) {
	
	/* - Facilities Section */
	.facilities-box {
		width: 50%;
	}
	.facilities-block .facilities-box:nth-child(2n+1) {
		clear: both;
	}
	.facilities-block .facilities-box:nth-child(3n+1) {
		clear: none;
	}
}

/* - Max Width: 479 */
@media (max-width: 479px) {
	
	/* - Section Header */
	.section-header h3 {
		font-size: 22px;
		line-height: 29px;
		margin-bottom: 0;
	}
	.section-header p {
		font-size: 15px;
	}
	
	.logo-tagline {
		display: none;
	}
	
	.about-section h2 {
		font-size: 65px;
	}
	
	/* - Footer Section */	
	.footer-section .widget.widget_product,
	.footer-section .widget_contactform .contactbox,
	.footer-section .widget { 
		width: 100%;
	}
	.footer-section .widget_contactform .contactbox {
		padding: 0;
	}
	.copyright-block p {
		width: 100%;
		margin-bottom: 10px;
		float: none;
		text-align: center;
	}
	.footer-social {
		float: none;
		top: 2px;
		text-align: center;
	}
	
	/* - About Section */ 
	.about-block {
		margin: 0;
	}
	.about-box {
		width: 100%;
		margin-bottom: 15px;
		padding: 0;
	}
	.about-box img {
		margin-top: 15px;
		max-height: 92px;
		max-width: 90px;
	}
	
	/* - Whoweare Section */
	.whoweare-imgbox {
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0;
	}
	
	.productitem_details-box {
		width: 100%;
		padding: 0;
	}
	
	.companyprofile-imgbox {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
		max-width: 230px;
	}
	
	/* - QualityPolicy Section */
	.qualitypolicy-imgbox {
		float: none;
		width: 100%;
		margin-bottom: 15px;
		padding: 0;
	}
	.qualitypolicy-imgbox:last-of-type {
		margin-bottom: 0;
	}
	
	.productitem_details.stsw { 
		margin: 0 -7px;
	}
	.productitem_details.stsw .productitem_details-box { 
		width: 50%;
		padding: 0 7px;
	}
	.productitem_details.stsw .productitem_details-box:nth-child(2n+1){
		clear: both;
	}
	
	.quality-certificate-box .product-box {
		width: 50%;
		float: left;
	}
}

/* - Max Width: 360 */
@media (max-width: 360px) {
	
	/* - RangeOfProducts Section */
	.rangeofproducts-box {
		width: 100%;
		padding: 0;
	}
	
	/* - Facilities Section */
	.facilities-box {
		width: 100%;
		max-width: 240px;
		margin: 0 auto 30px;
		float: none;
	}
}