@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0px;
	font-family: 'Karla', sans-serif;
	letter-spacing:-.5px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	line-height: 1;
}
a {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #1481dc;
}
a:active {
	text-decoration: none;
}
.wrapper {
	max-width: 1200px;
	width:95%;
	margin:auto;
}
header {
	width:100%;
	height:100px;
}
.logo {
	float:left;
	width:333px;
	margin: 10px 0 0 0px;
}
.logo img {
	width:100%;
}
.address {
	float:right;
	font-family: 'Montserrat', sans-serif;
	margin: 20px 20px 0 0px;
	color:#666;
	text-align:right;
	line-height:18px;
}
.calltop {
	float:right;
	font-family: 'Montserrat', sans-serif;
	margin: 20px 0 0 0px;
	color:#666;
	text-align:right;
	line-height:28px;
    font-size: 22px;
    color: #1088e7;
}
.mobslider {
	display:none;
}
.tabbar {
	width:100%;
	min-height:42px;
	background-color:#fff;
}
.mobtab {
    display: none;
}
.mobtab a {
	display:block;
	padding: 18px;
/*  font-family: 'Offside', cursive; */
    font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
nav {
	float:left;
}
nav ul {
	width:auto;
}
nav ul li {
	float:left;
    margin:  0 14px 0 14px;
}
nav ul li:hover>a {
    border-bottom: solid 4px #1088e7;
    color: #1088e7;
}

nav ul li a {
	font-size:14px;
	padding: 13px 0px 14px 0px;
	color: #333;
	display:block;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}
nav ul li a:hover {
	color: #1088e7;
    border-bottom: solid 4px #1088e7;
}
nav ul li:hover ul {
	display:block;
}
nav ul ul {
	display:none;
	background-color:#fff;
	position:absolute;
	padding:9px 9px 10px 9px;
	z-index:9999;
}
nav ul ul li {
	float:none;
    margin: 0px;
}
nav ul ul li a {
	text-transform:none;
	color:#666;
	padding:9px;
}
nav ul ul li a:hover {
	color:#333;
    border-bottom: none;
}
.bicon {
	font-size:25px !important;
}
.mt {
	margin: 35px 0 0 0px;
}
.social {
	float:right;
}
.social ul {
	width:auto;
}
.social ul li {
	float:left;
}
.social ul li a {
	font-size:20px;
	padding: 10px 14px 11px 14px;
	color: #333;
	display:block;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}
.social ul li a:hover {
	color: #1088e7;
}
.active_tab {
	color: #1088e7;
    border-bottom: solid 4px #1088e7;
}

.slider {
	width:100%;
	min-height:400px;
}
.thecompany {
	width:100%;
	min-height:400px;
	background-color:#257ac1;
	position:relative;
	margin-top:-2px;
	background-image:url(imgs/oilbg.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}
.welcome {
	float:left;
	width:60%;
	margin: 50px 0 0 0px;
}
.welcome h2 {
	color:#fff;
	font-size:30px;
	margin: 0 0 15px 0px;
	font-family: 'Montserrat', sans-serif;
	line-height:35px;
	text-shadow: 0 1px 2px #3a86c4;
}
.welcome p {
	color:#fff;
	font-size:18px;
	margin: 0 0 10px 0px;
	line-height:26px;
}
.logobar {
	background-color:#f7f7f7;
	width:100%;
	padding: 20px 0 40px 0px;
}
.logobar h3 {
	font-weight:100;
	font-size:22px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:20px;
	color:#666;
}
.headbar {
	width:100%;
}
.headbar img {
	width:100%;
}
.ipage {
	width:100%;
	min-height:400px;
	background-color:#f7f7f7;
	padding: 25px 0 25px 0px;
}
.ipage h3 {
	font-weight:100;
	margin: 0 0 10px 0px;
	font-size:22px;
	color:#514a96;
	font-family: 'Montserrat', sans-serif;
}
.ipage h4 {
	font-weight:100;
	margin: 15px 0 10px 0px;
	font-size:18px;
	color:#bd2c1b;
	font-family: 'Montserrat', sans-serif;
}
.ipage p {
	margin: 0 0 5px 0px;
	font-size:16px;
	line-height:24px;
}
.ipage ul {
	width:auto;
	margin: 0 0 0 20px
}
.ipage ul li {
	list-style:disc;
	font-size:15px;
	line-height:22px;
}
.cat {
    width: 100%;
}
.cat ul {
    width: auto;
}
.cat ul li {
    list-style: none;
    float: left;
    width: 49%;
    margin: 0.5% 0.5% 4% 0.5%;
}
.cat ul li img {
    width: 100%;
}
.cat ul li p {
    font-size: 22px;
    position: relative;
    margin-top: -50px;
    margin-bottom: 20px;
}
.breadcrumb {
	background-color:#fff;
	width:100%;
	padding: 15px 0 15px 0px;
	font-size:16px;
}
.blink {
	background-color:#fff;
	padding: 9px 18px 10px 18px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	color:#1481dc;
	border-radius: 4px;
	box-shadow: 0 1px 2px #0b5491;
}
:hover.blink {
	background-color:#100b2b;
	color:#fff;
}
.quick_enquiry {
    position: absolute;
	width:25%;
	background-color:#fff;
	min-height:500px;
    margin-left: 800px;
	z-index:999;
	margin-top:50px;
	box-shadow: 0 0px 5px #666;
	border-radius: 8px;
	padding: 25px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.quick_enquiry h3 {
	font-weight:100;
	font-size:22px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:20px;
	color:#5caff4;
	text-transform:uppercase;
}
.quick_enquiry input[type="text"], input[type="email"] {
	padding: 8px 10px 8px 0px !important;
	border-bottom:solid 1px #ddd;
	border-left:none !important;
	border-top:none !important;
	border-right:none !important;
	width:100% !important;
	font-family: 'Karla', sans-serif !important;
	margin-bottom:7px !important;
	font-size:15px !important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.quick_enquiry input[type="text"]:hover, input[type="email"]:hover {
	border-bottom:solid 1px #b8b8b8;
}
.quick_enquiry input[type="text"]:focus, input[type="email"]:focus {
	border-bottom:solid 1px #b8b8b8;
}
.quick_enquiry textarea {
	padding: 8px 10px 8px 0px;
	border-bottom:solid 1px #ddd;
	border-left:none;
	border-top:none;
	border-right:none;
	width:100%;
	margin-bottom:7px;
	font-family: 'Karla', sans-serif;
	font-size:15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.quick_enquiry textarea:hover {
	border-bottom:solid 1px #b8b8b8;
}
.quick_enquiry textarea:focus {
	border-bottom:solid 1px #b8b8b8;
}
.quick_enquiry select {
	padding: 8px 10px 8px 0px;
	border-bottom:solid 1px #ddd;
	border-left:none;
	border-top:none;
	border-right:none;
	width:100%;
	margin-bottom:7px;
	font-family: 'Karla', sans-serif;
	font-size:15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.quick_enquiry select:hover {
	border-bottom:solid 1px #b8b8b8;
}
.quick_enquiry select:focus {
	border-bottom:solid 1px #b8b8b8;
}
.quick_enquiry button {
	padding: 8px 10px 8px 0px;
	border:solid 1px #5caff4;
	width:100%;
	margin-top:7px;
	font-family: 'Karla', sans-serif;
	font-size:18px;
	cursor:pointer;
	text-transform:uppercase;
	color:#fff;
	background-color:#5caff4;
	box-shadow: 0 1px 2px #0c5694;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.quick_enquiry button:hover {
	border:solid 1px #1e1550;
	background-color:#1e1550;
}

.logos {
	width:100%;
	background-color:#fff;
	overflow:hidden;
	padding: 12px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.logos ul {
	width:auto;
}
.logos ul li {
	float:left;
	width:16%;
}
.logos ul li img {
	width:100%;
}
.picright {
	float:right;
	margin-left:20px;
}
.brandslist {
	width:100%;
}
.brandslist ul {
	width:auto;
}
.brandslist ul li {
	list-style:none;
	float:left;
	border:solid 1px #eee;
	padding:5px;
	margin:0.1%;
	width:18.5%;
	background-color:#fff;
}
.colm2 {
	float:left;
	width:50%;
}
.formprop {
	width:100%;
}
.formprop input[type="text"], input[type="email"] {
	padding: 8px 10px 8px 0px !important;
	border-bottom:solid 1px #ddd;
	border-left:none !important;
	border-top:none !important;
	border-right:none !important;
	width:100% !important;
	font-family: 'Karla', sans-serif !important;
	margin-bottom:7px !important;
	font-size:15px !important;
	background:none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.formprop input[type="text"]:focus, input[type="email"]:focus {
	border:solid 1px #b8b8b8;


}
.formprop input[type="submit"] {
	padding:7px 28px;
	border-radius: 4px;
	border:solid 1px #168ce8;
	background-color:#168ce8;
	color:#fff;
	margin: 4px 0 8px 0px;
	text-transform:uppercase;
	cursor:pointer;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.formprop input[type="submit"]:hover {
	border:solid 1px #333;
	background-color:#333;
	color:#fff;
}
.formprop textarea {
	padding:10px;
	border-radius: 4px;
	border:solid 1px #ccc;
	font-size:14px;
	background-color:#fff;
	margin: -4px 0 8px 0px;
	width:100%;
	font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.formprop textarea:focus {
	border:solid 1px #ccc;
	background-color:#f9f9f9;
}
.formprop hr {
	border:solid 1px #eee;
	margin: 12px 0 0 0px;
}
.map {
	width:97%;
	padding:7px;
	background-color:#fff;
	border:solid 1px #ddd;
	margin-bottom:12px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.leftf {
	float:left;
	width:49.5%;
}
.rightf {
	float:right;
	width:49.5%;
}
.split {
	clear:both;
}
.error {
	font-size:12px;
	color:#F00;
	margin-bottom:15px;
	display:block;
}
footer {
	background-color:#fff;
	width:100%;
	overflow:hidden;
	padding-bottom:25px;
}
footer ul {
	float:left;
	width:25%;
	margin: 25px 0 0 0px;
}
footer ul h3 {
	color:#666;
	font-size:18px;
	text-transform:uppercase;
	margin: 0 0 10px 0px;
	font-weight:100;
	font-family: 'Montserrat', sans-serif;
}
footer ul p {
	margin: 0px 0 10px 0px;
	font-size:14px;
	color:#666;
	line-height:20px;
}
footer ul li {
	line-height:28px;
}
footer ul li a {
	margin: 0px 0 10px 0px;
	font-size:14px;
	color:#666;
	letter-spacing:.5px;
	
}
footer ul li a:hover {
	color:#333;
}
.copyright {
	background-color:#23194f;
	width:100%;
	padding: 12px 0 12px 0px;
	text-align:center;
	font-size:12px;
	color:#877db3;
	text-transform:uppercase;
	letter-spacing:1px;
}