body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	font-family: 'Montserrat';
	font-weight: normal;
}
.left {
	float: left;
}
.right {
	float: right;
}
br.clear {
	clear: both;
	line-height: 0;
}
.clear {
	clear: both;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
p {
	line-height: 1.6em;
}
.hidden {
	display: none;
}
a {
	color: #353536;
}
a:hover {
	/*filter: alpha(opacity = 75);
	 -moz-opacity: 0.75;
	 -khtml-opacity: 0.75;
	 opacity: 0.75*/
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Light.eot');
	src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.eot');
	src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
header {
	color: #fff;
	padding: 30px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99999999;
}
header h1 {
	float: left;
	margin: 5px 0 0;
}
header h1 img {
	display: block;
}
header .right {
	margin-top: 10px;
}
header .contact {
	float: right;
	margin-top: 8px;
}
header .contact p {
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	position: relative;
	padding-left: 30px;
	margin-right: 20px;
}
header .contact p:after {
	content: "";
	position: absolute;
	width: 26px;
	height: 23px;
	left: 0;
	top: 0;
	background: url('../images/phone_icon.png') no-repeat scroll 0 0;
}
header .contact p.email:after {
	background: url('../images/mail_icon.png') no-repeat scroll 0 0;
}
#scl {
	text-align: right;
}
#scl span {
	display: inline-block;
	float: left;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 15px;
}
#scl a {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url('../images/social_icons.png') no-repeat scroll 0 -1px;
	margin-left: 20px;
}
#scl a.insta {
	background-position: 0 -58px;
}
#scl a.twitter {
	background-position: 0 -115px;
}
.navbar-header {
	float: right;
}
.navbar-collapse.collapse {
	display: none !important;
}
.navbar-nav {
	float: none !important;
}
.navbar-nav > li {
	float: none;
}
header .navbar-toggle {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 99999999999;
	display: block;
}
.navbar-toggle {
	border: none;
	background: transparent !important;
}
.navbar-toggle:hover {
	background: transparent !important;
}
.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
}
.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
	opacity: 0;
}
.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}
.navbar-toggle .icon-bar {
	display: block;
	background: #fff;
	height: 2px;
	width: 40px;
	margin: 9px 0;
}
.navbar-toggle.collapsed .icon-bar {
	height: 1px;
	margin: 7px 0;
}
#navbar .navbar-nav > li a {
	color: #fff;
	font-size: 20px;
	padding: 0;
	background: none;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
#navbar .navbar-nav > li a:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0px;
	height: 1px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
	background: #fff;
}
#navbar .navbar-nav > li a:hover:after {
	width: 100%;
}
#navbar .navbar-nav > li {
	margin-bottom: 30px;
}
header .navbar-collapse.collapse, header .navbar-collapse.collapsing {
	height: 0 !important;
	overflow: hidden !important;
	display: block !important;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: fixed !important;
	left: 0;
	right: 0;
	right: 0;
	bottom: 0;
	background: rgba(63,49,111,0.9);
	overflow: auto;
	width: 100%;
	z-index: 999999;
}
header .navbar-collapse.collapse.in {
	padding-top: 15%;
	height: 100% !important;
	overflow: auto;
}
#navbar .right {
	margin-top: -50px;
}
#spotlight {
	position: relative;
}
#spotlight:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	background: url('../images/banner_overlay.png') repeat-x scroll 0 0;
	opacity: 0.8;
}
#spotlight img {
	display: block;
	width: 100%;
	height: auto;
}
#spotlight .caption {
	width: 100%;
	text-align: center;
	top: 40%;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 10;
	color: #fff;
}
#spotlight .caption h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 20px;
	letter-spacing: 10px;
}
#spotlight .caption p {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 30px;
}
a.button {
	background: #c0242f;
	display: inline-block;
	padding: 13px 35px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
a.button:after {
	content: "";
	background: rgba(225,225,225,0.5);
	position: absolute;
	left: 2px;
	width: 0;
	bottom: 2px;
	right: 2px;
	top: 2px;
	margin: auto;
	z-index: 1;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
a.button:hover:after {
	width: 98%;
}
#about {
	padding: 80px 0;
	text-align: center;
	overflow: hidden;
}
#about p {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.7em;
	width: 60%;
	margin: 0 auto 30px;
}
h2.title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 30px;
	letter-spacing: 8px;
	color: #000;
}
h2.title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#industries {
	text-align: center;
	padding: 30px 0;
	background: url('../images/oil-and-gas.jpg') no-repeat fixed 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}
#industries div.container {
	background: rgba(63,49,111,0.9);
	padding: 50px 0;
}
#industries h2.title {
	color: #fff;
	margin-bottom: 40px;
	font-size: 24px;
}
#industries h3 {
	text-transform: uppercase;
	font-size: 16px;
}
#industries .industry {
	width: 19%;
	display: inline-block;
}
#industries span.icon {
	width: 100px;
	height: 100px;
	text-align: center;
	display: block;
	margin: 0 auto 25px;
}
#industries span.icon img {
	display: inline-block;
}
#services {
	background: #c0242f;
	color: #fff;
	text-align: center;
	padding: 80px 0 50px;
}
#services h2.title {
	color: #fff;
	margin-bottom: 50px;
}
#services div.service:hover img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
#services img {
	max-width: 60px;
	height: auto;
	margin-bottom: 20px;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
}
#services h3 {
	font-size: 15px;
	text-transform: uppercase;
	width: 70%;
	margin: 0 auto;
	min-height: 35px;
}
#services div.service {
	margin-bottom: 30px;
}
#brands {
	background: #f6f6f8;
	padding: 50px 0;
	text-align: center;
}
#brands .brand {
	background: #fff;
	padding: 30px 0;
}
#brands .brand img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 40px;
}
#manufacturing {
	background: url('../images/manufacturing.jpg') no-repeat fixed 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 80px 0 60px;
	color: #fff;
}
#manufacturing p {
	font-weight: 300;
}
#manufacturing h2.title {
	color: #fff;
}
#manufacturing a.button {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
footer {
	border-top: 10px solid #c0242f;
	background: #1f1f1f;
	padding: 50px 0;
	font-size: 13px;
}
footer div.widget h1 {
	margin: 3px 0 10px;
}
footer div.first p {
	font-weight: 300;
}
footer div.widget h3 {
	text-transform: uppercase;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 20px;
}
footer div.widget ul {
	padding-left: 0;
	list-style: none;
}
footer div.widget li a {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #606060;
	letter-spacing: 3px;
}
footer div.widget p {
	text-transform: uppercase;
}
footer div.widget p.address {
	margin-bottom: 15px;
	letter-spacing: 3px;
}
footer div.widget p a {
	color: #606060;
}
footer div.scl a {
	display: inline-block;
	width: 37px;
	height: 37px;
	background: url('../images/sprite.png') no-repeat scroll 0 0;
	margin-right: 15px;
}
footer div.scl a.twt {
	background-position: -122px 0;
}
footer div.scl a.insta {
	background-position: -61px 0;
}
footer div.widget p.email, footer div.widget p.phone {
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px;
}
.blue {
	background: #3f3571 !important;
}
.white {
	background: #ffff !important;
	color: #000 !important;
}
footer div.widget p.email:after {
	content: "";
	width: 24px;
	height: 16px;
	background: url('../images/sprite.png') no-repeat scroll -1px -78px;
	position: absolute;
	left: 0;
	top: 2px;
}
footer div.widget p.phone:after {
	content: "";
	width: 24px;
	height: 24px;
	background: url('../images/sprite.png') no-repeat scroll -1px -41px;
	position: absolute;
	left: 0;
	top: 0;
}
/*inner page styles start here*/
/*about page style start here*/
#banner {
	height: 500px;
	overflow: hidden;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
#banner:after {
	content: "";
	position: absolute;
	background: url('../images/inner_banner_bg.png') repeat-x scroll left top;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
#banner2 {
	height: 400px;
	background: #555;
	position: relative;
}
h1.title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40%;
	z-index: 99;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 5px;
	word-spacing: 7px;
}
#content {
	padding: 80px 0;
}
/*typography */
.single_content {
	font-size: 15px;
}
.single_content img {
	max-width: 100%;
	margin-bottom: 10px;
	height: auto;
}
.single_content .image-gallery {
	max-width: 1200px;
	margin: 0 auto;
}
.image-gallery a {
	position: relative;
	display: block;
}
.popup .overlay {
	visibility: hidden;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0.4;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.popup .icon-view {
	font-family: 'easy-image-gallery';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 48px;
	margin-left: -24px;
	margin-top: -24px;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	opacity: 0;
	visibility: visible;
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-ms-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
	z-index: 1;
}
.gallery-item {
	float: left;
	width: 22.7%;
	margin-right: 3%;
	margin-bottom: 30px;
}
.gallery-item:nth-child(4n) {
	margin-right: 0;
}
.gallery-item img {
	height: auto;
	width: 100%;
	display: block;
}
.single_content p, .single_content li {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: 300;
	color: #8b8b8b;
	font-weight: 300;
}
.single_content h1, .single_content h2, .single_content h3, .single_content h4, .single_content h5, .single_content h6 {
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.single_content h1 {
	font-size: 25px;
	text-transform: uppercase;
}
.single_content h2.title {
	margin-bottom: 30px;
	color: #000;
}
.single_content h2 {
	font-size: 24px;
}
.single_content h3 {
	font-size: 21px;
}
.single_content h3.widget-title {
	font-size: 23px;
	color: #000;
	text-transform: uppercase;
	line-height: 37px;
	font-weight: bold;
}
.single_content h4 {
	font-size: 19px;
}
.single_content h5 {
	font-size: 18px;
}
.single_content h6 {
	font-size: 15px;
}
.single_content ol, .single_content ul {
	clear: both;
	margin-bottom: 20px;
	padding-left: 20px;
}
.single_content ul {
	padding-left: 15px;
}
.single_content ol li {
	list-style: decimal;
}
.single_content li {
	list-style: none;
	-webkit-transition: all 00.3s;
	-moz-transition: all 00.3s;
	-ms-transition: all 00.3s;
	-o-transition: all 00.3s;
	transition: all 00.3s;
	margin-bottom: 5px;
}
.single_content ul li {
	list-style: disc;
}
.single_content ul li a {
	color: #3A7EB1;
}
.single_content table {
	border-collapse: collapse;
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 20px;
}
.single_content table td {
	border: 1px solid #ddd;
	padding: 10px;
}
.single_content table tr:nth-child(2n) {
	background: #F5F5F5;
}
.single_content table th {
	font-weight: bold;
	padding: 10px;
}
.single_content b, .single_content strong {
	font-weight: bold;
	color: #000;
}
.single_content i {
	font-style: italic;
}
.single_content small {
	font-size: 13px;
}
.single_content p a {
	color: #3A7EB1;
}
.single_content p a:hover {
	text-decoration: underline;
}
.single_content div.left {
	width: 50%;
	margin: 0 20px 0 0;
	overflow: hidden;
}
.single_content div.left img {
	float: left;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
}
.single_content img.align-left {
	float: left;
	margin-right: 20px;
}
.single_content img.align-right {
	float: right;
	margin-left: 20px;
}
.single_content img.align-center {
	display: block;
	margin: 0 auto;
}
.single_content .top_section {
	margin-bottom: 20px;
}
.single_content span.date {
	background: #ddd;
	padding: 3px 10px;
	display: inline-block;
	margin-bottom: 10px;
}
.single_content pre {
	border: 1px solid #bbb;
	padding: 10px;
	border-left: 10px solid #bbb;
	margin-bottom: 20px;
	background: #F5F5F5;
}
.single_content .syntaxhighlighter.collapsed .lines {
	display: block !important;
}
.single_content .syntaxhighlighter .toolbar {
	display: none !important;
}
/*typography*/
#inner_brands {
	padding: 40px 0;
}
#inner_brands .brand {
	border: 1px solid #ddd;
	padding: 40px 0;
	margin-bottom: 25px;
}
#inner_brands .brand img {
	height: 60px;
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
/*contact page style start here*/
#content .field-wrap input, #content .field-wrap textarea {
	border: none;
	background: #f2f2f2;
	height: 45px;
	padding: 10px;
	text-transform: uppercase;
	color: #000;
	font-weight: 300;
	font-size: 13px;
}
#content .field-wrap textarea {
	height: 150px;
}
#content .field-wrap input[type="submit"] {
	background: #c0242f;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}
#contact_page h3 {
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 28px;
}
#contact_page p {
	font-weight: 300;
	color: #060606;
	letter-spacing: 3px;
	left: 1.8em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#contact_page address h3 {
	margin-bottom: 10px;
}
#contact_page address {
	font-style: normal;
	clear: both;
}
#contact_page span.blue {
	display: block;
	width: 100%;
	padding: 15px 20px;
	color: #fff;
	margin-bottom: 30px;
	padding-left: 50px;
	position: relative;
	background: #6a568b !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#contact_page span.blue:after {
	content: "";
	position: absolute;
	width: 26px;
	height: 23px;
	left: 15px;
	top: 11px;
	background: url('../images/phone_icon.png') no-repeat scroll 0 0;
}
#contact_page span.email:after {
	background: url('../images/mail_icon.png') no-repeat scroll 0 0;
	top: 16px;
}
#contact_page div.right {
	padding-top: 10%;
}
#map_canvas {
	height: 400px;
	width: 100%;
}
/*full width page style start here*/
#page_industries .widget_siteorigin-panels-builder {
	margin-left: -15px;
	margin-right: -15px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	padding: 50px 0;
}
#page_industries .widget_siteorigin-panels-builder:hover {
	background: #67618d;
	color: #fff;
}
#page_industries .so-panel:hover h3, #page_industries .so-panel:hover p {
	color: #fff;
}
#page_industries img.so-widget-image {
	height: 250px;
	width: auto;
}
#page_industries h3.widget-title {
	font-size: 21px;
	margin-top: 30px;
}
#page_industries .panel-grid {
	margin-bottom: 0;
}
#page_maintenance-repair .service h3 {
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	margin-bottom: 20px;
}
#page_maintenance-repair .service .icon {
	display: block;
	margin-bottom: 25px;
}
#page_maintenance-repair .service {
	padding-bottom: 50px;
	margin-bottom: 50px;
	color: #8b8b8b;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	padding: 30px;
	position: relative;
}
#page_maintenance-repair .service:after {
	content: "";
	display: block;
	background: #c0242f;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
#page_maintenance-repair .service:hover:after {
	height: 100%;
}
#page_maintenance-repair .item {
	padding-right: 50px;
}
#page_maintenance-repair .item:nth-child(2n) {
	padding-left: 50px;
	padding-right: 0;
}
#page_maintenance-repair .service p {
	font-weight: 300;
	line-height: 1.8em;
}
#page_maintenance-repair .service:hover {
	color: #fff;
}
#page_maintenance-repair .service:hover h3 {
	color: #fff;
}
#page_maintenance-repair .service:hover .red, #page_maintenance-repair .service .white {
	display: none;
}
#page_maintenance-repair .service:hover .white {
	display: block;
	background: none !important;
}
#page_maintenance-repair .text {
	position: relative;
	z-index: 999999;
}
@media all and (max-width: 768px) {
	.container {
		width: 90%;
	}
	header .contact p {
		display: block;
	}
	.navbar-header {
		margin-top: 15px;
	}
	#spotlight .caption h2 {
		font-size: 25px;
		line-height: 30px;
	}
	#spotlight .caption h2 {
		margin-bottom: 10px;
	}
	#spotlight .caption p {
		margin-bottom: 10px;
	}
	header h1 {
		margin-top: 20px;
	}
	#navbar .navbar-nav > li {
		margin-bottom: 15px;
	}
	#navbar .right {
		margin-top: 0;
		clear: both;
		width: 100%;
	}
	#scl {
		text-align: left;
	}
	#scl span {
		float: none;
		display: block;
	}
	#scl a {
		margin: 0 10px 0 0;
	}
	#industries .industry {
		width: 30%;
		margin-bottom: 20px;
	}
	#manufacturing .right {
		float: none;
	}
	#services div.service {
		border: 1px solid rgba(0,0,0,0.2);
		padding: 30px;
	}
	#banner{
		height: 300px;
	}
}
@media all and (max-width: 650px) {
	header {
		position: static;
		background: #51457D;
	}
	#spotlight .caption {
		top: 30%;
	}
	header .contact {
		display: none;
	}
	h2.title {
		letter-spacing: 0;
	}
	#industries .industry {
		width: 34%;
	}

}
@media all and (max-width: 560px) {
	#spotlight .caption {
		top: 10%;
	}
	#spotlight .caption h2 {
		font-size: 15px;
		line-height: 15px;
		letter-spacing: 4px;
	}
	#spotlight .caption  p {
		text-transform: capitalize;
		font-size: 12px;
		width: 50%;
		margin: 0 auto;
	}
	#spotlight a.button {
		display: none;
	}
	#industries .industry {
		width: 80%;
		border: 1px solid rgba(225,225,225,0.4);
		padding: 30px;
	}
	#about {
		padding: 30px 0;
	}
	#about p {
		width: 90%;
	}
}
