/*
Theme Name:CME UAE
AUTHOR:CME UAE
Version:2016
*/

/*---custom css---*/

body {
	font-family: geosanslightregular;
	font-size: 20px;
	color: #333333;
	line-height: 120%;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: geometosregular;
}
.content-left h1{
    font-size:28px;
}
.content-left h2{
    font-size:23px;
}
/*=====header====*/
header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.header-top {
	background: #D3D3D3;
	/*#232f5d;*/
	padding: 10px 0px;
}
header .logo {
	display: block;
}
.logo img {
	max-width: 100%;
}
.header-right {
	float: right;
	text-align: right;
	margin-top: 12px;
}
ul.social-link {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 5px;
}
ul.social-link li a {
	color: #fff;
}
ul.social-link li a .fa {
	font-size: 28px;
}
ul.social-link li a:hover .fa {
	color: #f08013;
}
/*=====navigation======*/
.navbar-default {
	background: rgba(240, 128, 19, 0.8);
	box-shadow: 2px 7px 10px rgba(0,0,0,.2);
	border-radius: 0px;
	border: 0px;
}
.navbar {
	min-height: 70px;
}
.navbar-default .navbar-nav > li > a {
	color: #333333;
	font-size: 17px;
	padding: 25px;
	font-weight: bold;
}
.caret {
	border: 0px;
	width: 15px;
	height: 15px;
	vertical-align: top;
	margin-left: 5px;
	border: 0px;
}
.caret.fa {
	font-size: 19px;
	position: absolute;
	top: 37%;
	right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #fff;
}
.navbar-nav li.dropdown a:hover {
	color: #fff;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.active a, .menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.active a, .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children.dropdown a.dropdown-toggle {
	background-color: none;
	color: #fff;
}
.navbar-default .navbar-nav > li:hover .fa {
	color: #fff;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.active .fa, .menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.active .fa, .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children.dropdown .fa {
	color: #fff;
}
.navbar-nav .sub-menu {
	background: rgba(240, 128, 19, 0.8);
	border-radius: 0px;
	border: 0px;
	padding: 0px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	display: none;
	list-style: none;
	min-width: 200px;
	position: absolute;
	top: 100%;
	z-index: 1;
}
.navbar-nav li.dropdown .sub-menu li {
	border-bottom: 1px solid #de7510;
	display: block;
}
.navbar-nav li.dropdown .sub-menu li a {
	font-size: 17px;
	color: #333;
	display: block;
	padding: 7px 15px;
	font-weight: bold;
}

.navbar-nav li.dropdown .sub-menu li:last-child {
	border-bottom: 0px;
}
.navbar-nav li.dropdown .sub-menu li a:hover, .navbar-nav li.dropdown .sub-menu li a:active, .navbar-nav li.dropdown .sub-menu li a:focus, .navbar-nav li.dropdown .dropdown-menu .active a, .navbar-nav li.dropdown .dropdown-menu .active a:hover, .navbar-nav li.dropdown .dropdown-menu .active a:focus {
	background-color: #232f5d;
	color: #fff;
}

li.menu-item:hover .sub-menu {
	display: block;
}
.navbar-default.navbar-fixed-top {
	background: #f08013;
}
.navbar-nav li.dropdown .sub-menu li .sub-menu{
    display:none;
}

.sub-menu.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none; 
}
.sub-menu.dropdown-menu li a:hover .sub-menu, .sub-menu.dropdown-menu li:hover .sub-menu {
    display:block;
}

.navbar-nav li.dropdown .sub-menu li:hover .sub-menu, .navbar-nav li.dropdown .sub-menu li a:hover .sub-menu,
.navbar-nav li.dropdown .sub-menu li a:focus .sub-menu, .navbar-nav li.dropdown .sub-menu li a:active .sub-menu{
    display:block;
}
@media(min-width:992px) and (max-width:1199px) {
.navbar-default .navbar-nav > li > a {
	padding-left: 14px;
	padding-right: 14px;
	font-size: 17px;
}
.navbar-default .navbar-nav > li > a {
	padding-left: 21px;
	padding-right: 21px;
}
}

@media(min-width:768px) and (max-width:991px) {
.navbar-collapse {
	padding: 0px;
}
.navbar-default .navbar-nav > li > a {
	padding-left: 12px;
	padding-right: 12px;
	font-size: 15px;
}
.caret {
	margin-top: 4px;
}
.caret.fa {
	font-size: 15px;
}
.navbar-nav li.dropdown .sub-menu li a {
	font-size: 15px;
}
.caret.fa {
	right: -7px;
}
.navbar-nav li.dropdown:last-child .sub-menu {
	right: 0;
	left: auto;
}
}
.navbar-nav li.dropdown .sub-menu li .sub-menu{
    display:none;
}
.navbar-nav li.dropdown .sub-menu li .sub-menu li .sub-menu{
    display:none;
}
.navbar-nav li.dropdown .sub-menu li .sub-menu li .sub-menu li .sub-menu{
    display:none;
}
.sub-menu.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none; 
}
.sub-menu.dropdown-menu li a:hover .sub-menu, .sub-menu.dropdown-menu li:hover .sub-menu,
.sub-menu.dropdown-menu  .sub-menu li a:hover .sub-menu, .sub-menu.dropdown-menu .sub-menu li:hover .sub-menu,
.sub-menu.dropdown-menu  .sub-menu .sub-menu li a:hover .sub-menu, .sub-menu.dropdown-menu .sub-menu .sub-menu li:hover .sub-menu {
    display:block;
}

.navbar-nav li.dropdown .sub-menu li:hover .sub-menu, .navbar-nav li.dropdown .sub-menu li a:hover .sub-menu,
.navbar-nav li.dropdown .sub-menu li a:focus .sub-menu, .navbar-nav li.dropdown .sub-menu li a:active .sub-menu,
.navbar-nav li.dropdown .sub-menu .sub-menu li:hover .sub-menu, .navbar-nav li.dropdown .sub-menu  .sub-menu li a:hover .sub-menu,
.navbar-nav li.dropdown .sub-menu .sub-menu li a:focus .sub-menu, .navbar-nav li.dropdown .sub-menu .sub-menu li a:active .sub-menu,
.navbar-nav li.dropdown .sub-menu .sub-menu .sub-menu  li:hover .sub-menu, .navbar-nav li.dropdown .sub-menu  .sub-menu .sub-menu li a:hover .sub-menu,
.navbar-nav li.dropdown .sub-menu .sub-menu  .sub-menu li a:focus .sub-menu, .navbar-nav li.dropdown .sub-menu .sub-menu .sub-menu li a:active .sub-menu{
    display:block;
}
.navbar-nav li.dropdown .sub-menu .sub-menu li.active a{background-color: transparent;
	color: #333;}
.navbar-nav li.dropdown .sub-menu .sub-menu li.active a:focus .sub-menu li a{background-color: transparent;
	color: #333;}
@media(max-width:767px) {
.navbar-default .navbar-brand {
	width: 250px;
	height: auto;
}
.navbar-default .navbar-brand img {
	max-width: 100%;
}
.navbar-default {
	z-index: 999;
	background: rgba(255,255,255,0.9)
}
.navbar-default .navbar-collapse {
	border: 0px;
	border-top: 1px solid #f08013;
}
.navbar-default .navbar-nav > li {
	display: inline-block;
	width: 100%;
	border-bottom:1px solid #efefef;
}
.navbar-default .navbar-nav > li > a {
	padding: 15px 15px;
}
.navbar-nav li.dropdown .sub-menu li a{padding-top:10px;padding-bottom:10px;}
.navbar-nav .sub-menu {
	position: relative;
	top: 0;
	display: none;
	width: 100%;
	min-width: 100%;
}
.navbar-nav li.menu-item:hover .sub-menu {
	display: none;
}
.navbar-collapse.collapse.in .navbar-nav {
	margin-top: 0px;
}

.footer-nav li.menu-item:hover .sub-menu {
	display: none;
}
.caret.fa {
	height: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	position: absolute;
	right: 15px;
	top: 0;
	width: 25px;
	cursor: pointer;
	line-height:140%;
	text-align:center;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.active a, .menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.active a, .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children.dropdown a.dropdown-toggle {
	background-color: #232f5d;
	color: #fff;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.active .sub-menu li a, .menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.active .sub-menu li a, .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children.dropdown .sub-menu li a {
	background-color: #f08013;
	color: #fff;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.active .sub-menu li a:hover, .menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.active .sub-menu li a:hover, .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children.dropdown .sub-menu li a:hover {
	background-color: #232f5d;
	color: #fff;
}
.navbar-nav li.dropdown a:hover {
	color: #fff;
	background: #f08013;
}
.navbar-default .navbar-toggle {
	background: #f08013;
	margin-top: 15px;
	border-radius: 0px;
}
.navbar-default .navbar-toggle:hover {
	background-color: #f08013;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
	background-color: #232f5d;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #333333;
}
.navbar-default.navbar-fixed-top {
	background: #fff;
}
.navbar-default .navbar-nav > li.dropdown:hover .fa:hover {
	color: #333;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.active .fa:hover, .menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.active .fa:hover, .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children.dropdown .fa:hover {
	color: #fff;
}
.sub-menu.dropdown-menu .sub-menu {
    left: 0;
    position: relative;
    top: 0;
    
}
.navbar-nav li.dropdown .sub-menu li:hover .sub-menu, .navbar-nav li.dropdown .sub-menu li a:hover .sub-menu,
.navbar-nav li.dropdown .sub-menu li a:focus .sub-menu, .navbar-nav li.dropdown .sub-menu li a:active .sub-menu{
    display:none;
}
}
/*=====banner=====*/
.banner-home {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 540px;
}
.banner-title {
	font-family: geometosregular;
	font-size: 50px;
	color: #000204;
	display: block;
	position: relative;
	margin-top: 20%;
}
.banner-title:after {
	/* position: absolute; */
	content: '';
	width: 100px;
	background: #000204;
	height: 5px;
	top: 120%;
	left: 50%;
	margin-left: -50px;
}
.banner-caption {
	display: block;
	margin-top: 50px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	line-height: 130%;
}
/*====three-block-right======*/
.three-block {
	display: block;
	/*background: #f08013;
	border: 2px solid #fd9d2c;
	padding: 30px 20px;*/
	margin-bottom: 10px;
}
.three-block .fa {
	font-size: 40px;
	color: #fff;
	margin-right: 10px;
	vertical-align: middle;
}
.three-block h2 {
	display: inline-block;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}
.three-block h2 a {
	color: #fff;
}
.three-block h2 a:hover {
	color: #232f5d;
}
.three-block p {
	color: #fff;
	margin-top: 10px;
}
/*=====product tab home=====*/
.blue-bg {
	background-color: #232f5d;
}
h2.white-head {
	color: #fff;
	margin-bottom: 40px;
}
/*
h2.white-head:after {
	position: absolute;
	content: '';
	width: 100px;
	background: #fff;
	height: 5px;
	top: 70px;
	left: 50%;
	margin-left: -50px;
}
*/

.bg-gray {
	background: #f5f5f5;
}
.product-wrap {
	overflow: auto;
	position: relative;
	padding: 0px;
	background: #f5f5f5;
	max-width: 98%;
	height: 303px;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product-tab-h {
	list-style: none outside none;
	margin: 0 0 0px 0;
	padding: 0;
}
.product-tab-h > li {
	display: inline-block;
	width: 20%;
	border-top: 1px solid #384887;
	border-right: 1px solid #384887;
	margin: 0px;
}
.product-tab-h > li:last-child {
	border-right: 0px;
	margin: 0px;
}
.product-tab-h > li a {
	background: transparent;
	font-size: 20px;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	border: 0px;
	border-top: 4px solid transparent;
	outline: none;
	border-radius: 0px;
	display: block;
	color: #fff;
	padding: 10px 0px;
	text-align: center;
	min-height: 153px;
}
.nav-tabs.product-tab-h > li.active > a, .nav-tabs.product-tab-h > li.active > a:hover, .nav-tabs.product-tab-h > li.active > a:focus {
	background: transparent;
	color: #f08013;
	border-color: transparent;
	border-top: 4px solid #f08013;
}
.product-tab-h > li a:hover, .product-tab-h > li a.active {
	color: #f08013;
}
.product-tab-h > li.active a {
	border-top: 4px solid #f08013;
}
.product-brand-item > li {
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pd-tab-icon {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin: 0px auto;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 5px;
}
.pd-tab-icon.icon-all {
	background-image: url(./images/icon-all-car.png);
}
.product-tab-h > li a:hover .pd-tab-icon.icon-all, .product-tab-h > li.active a .pd-tab-icon.icon-all {
	background-image: url(./images/icon-all-car-orange.png);
}
.pd-tab-icon.icon-tyre {
	background-image: url(./images/icon-tyre.png);
}
.product-tab-h > li a:hover .pd-tab-icon.icon-tyre, .product-tab-h > li.active a .pd-tab-icon.icon-tyre {
	background-image: url(./images/icon-tyre-orange.png);
}
.pd-tab-icon.icon-automative {
	background-image: url(./images/icon-automative.png);
}
.product-tab-h > li a:hover .pd-tab-icon.icon-automative, .product-tab-h > li.active a .pd-tab-icon.icon-automative {
	background-image: url(./images/icon-automative-orange.png);
}
.pd-tab-icon.icon-service {
	background-image: url(./images/icon-service.png);
}
.product-tab-h > li a:hover .pd-tab-icon.icon-service, .product-tab-h > li.active a .pd-tab-icon.icon-service {
	background-image: url(./images/icon-service-orange.png);
}
.pd-tab-icon.icon-tool {
	background-image: url(./images/icon-tools.png);
}
.product-tab-h > li a:hover .pd-tab-icon.icon-tool, .product-tab-h > li.active a .pd-tab-icon.icon-tool {
	background-image: url(./images/icon-tool-orange.png);
}
.product-brand-wrap {
	padding-left: 15px;
}
.product-brand-item {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.brand-logo-wrap {
	position: relative;
	margin: 10px;
	background-color: #fff;
	width: 100%;
	display: block;
	min-height: 150px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat
}
.brand-logo-wrap img {
	width: 100%;
}
.brand-logo-wrap .brand-logo-wrap-inner {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: transparent;
	opacity: .8;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	position: relative;
	text-align: center;
}
.brand-logo-wrap .brand-logo-wrap-inner h3 {
	margin: 10px 0;
}
.brand-logo-wrap .brand-logo-wrap-inner h3  {
	font-size: 16px;
	color: #fff;
}
.brand-logo-wrap .brand-logo-wrap-inner  i {
	color: #fff;
	font-size: 40px;
}
.brand-logo-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #232f5d;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 10px;
}
.brand-logo-wrap:hover .overlay {
	opacity: 0.8;
}
/*===service-section=====*/
.service-section {
	padding-top: 50px;
}
.service-rt-block {
	padding: 0px;
	display: block;
	text-align: right;
	border: 5px solid #f5f5f5;
}
.service-rt-block .location-map {
	margin-top: 0px;
}
.service-section h2 {
	margin-bottom: 30px;
	color: #000204;
}
.service-section h2:after {
	position: absolute;
	content: '';
	width: 100px;
	background: #000204;
	height: 5px;
	top: 60px;
	left: 15px;
}
.service-list-home {
	list-style: none;
	display: block;
	margin-top: 20px;
	padding-left: 10px;
}
.service-list-home li a {
	font-family: geometosregular;
	font-size: 20px;
	color: #000204;
	padding: 7px 0px;
	display: block;
	position: relative;
	padding-left: 30px;
}
.service-list-home li a:before {
	position: absolute;
	content: '\f101';
	left: 0;
	font-family: FontAwesome;
}
.service-list-home li a:hover {
	color: #f08013;
}
/*------newsletter section----*/
.newsletter-home {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	margin: 50px 0 0 0;
	padding: 50px 0px;
}
.newsletter-home .fa {
	font-size: 50px;
}
.newsletter-home p {
	font-size: 30px;
	line-height: 130%;
}
.newsletter-form {
	margin-bottom: 15px;
	margin-top: 15px;
}
.newsletter-form input {
	box-shadow: none;
	border: 0px;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	min-width: 300px;
}
.newsletter-form input.subscribe-btn {
	background: #f08013 url(./images/envelope-icon.png) no-repeat center;
	font-family: FontAwesome;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 80px;
	width: 80px;
	display: inline-block;
	margin-left: -5px;
	vertical-align:top;
}
.newsletter-sidebar {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	margin: 0;
	padding: 30px 0px;
}
.newsletter-sidebar .fa {
	font-size: 50px;
}
.newsletter-sidebar p {
	font-size: 30px;
	line-height: 130%;
}
.newsletter-sidebar .newsletter-form {
	width: 80%;
	margin: 10px auto;
}
.newsletter-sidebar .newsletter-form input {
	min-width: 100px;
	width: 100%;
}
.newsletter-sidebar .newsletter-form input.subscribe-btn {
	margin-left: 0px;
	margin-top: 10px;
	width: auto;
}
footer {
	background: #2b2b2b;
	padding-top: 30px;
	color: #fff;
}
.footer-links {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
}
.footer-btm-link {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
}
.footer-btm-link li {
	display: inline-block;
	padding-left: 15px;
}
.footer-links a {
	color: #a2a1a1;
	font-size: 16px;
	padding: 5px 0;
	display: block;
}
.footer-btm-link a {
	color: #a2a1a1;
	font-size: 16px;
	padding: 0;
	display: block;
}
.footer-links a:hover, .footer-btm-link a:hover {
	color: #fff;
}
.footer-bottom {
	background-color: #1b1b1b;
	padding: 10px 0 0px;
	margin-top: 30px;
}
.footer-bottom p {
	color: #a2a1a1;
	font-size: 16px;
}
.footer-btm-text {
	text-align: right !important;
	margin-bottom: 10px;
	float: right;
}
footer ul {
	list-style: none;
	padding-left: 0px;
}
footer ul li {
	display: block;
}
footer ul li a {
	font-family: geosanslightregular;
	font-size: 16px;
	color: #a2a1a1;
	padding: 4px 0px;
	display: block;
}
footer ul li a:hover, footer ul li a:focus, footer ul li a:active {
	color: #fff;
}
/*----location map ------*/
.content-section {
	padding-top: 30px;
}
.banner-inner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
}
.page-title {
	font-family: geometosregular;
	font-size: 36px;
	color: #000204;
	display: block;
	position: relative;
	margin-top: 18%;
	padding-left: 15px;
}
/*
.page-title:after {
	position: absolute;
	content: '';
	width: 100px;
	background: #000204;
	height: 5px;
	top: 50px;
	left: 15px;
}
*/

.location-address {
	overflow: auto;
	position: relative;
	padding: 20px;
	background: #f5f5f5;
	margin: 30px 0px;
	max-width: 97%;
	height: 480px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.location-map {
	margin-top: 30px;
}
.location-address address {
	font-size: 16px;
}
.location-address address:hover {
	cursor: pointer;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #4e4e4e;
	background-color: rgba(78,78,78,1);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
	box-shadow: 0px 2px 2px rgba(0,0,0,0.35);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #4e4e4e;
	background-color: rgba(78,78,78,1);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #4e4e4e;
	background-color: rgba(78,78,78,0.7);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
	background-image: url(./images/mCSB_buttons.png); /* css sprites */
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #d1d0d0;
	background-color: rgba(209,208,209,1);
	width: 5px;
}
.query-link {
	margin-top: 20px;
}
.query-link p {
	fonr-size: 18px;
	font-weight: bold;
}
.query-link a {
	color: #f08013;
}
/*====widget======*/
.widget.widget_nav_menu .widgettitle {
	font-size: 15px;
	list-style: none;
}
/*====sidebar-widget=====*/
.content-right {
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 30px;
}
.content-right .right-sidebar {
	margin-bottom: 10px;
	padding: 10px 15px;
}
.content-right .right-sidebar:last-child {
	margin-bottom: 0px;
}
.content-right .right-sidebar .fa {
	font-size: 30px;
	color: #fff;
	margin-right: 0px;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	padding: 5px;
	text-align: center;
}
.content-right .right-sidebar h2 {
	display: inline-block;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	font-size: 20px;
}
.content-right .right-sidebar a {
	color: #fff;
	font-size: 20px;
}
.content-right .right-sidebar p {
	color: #fff;
	margin-top: 0px;
	font-size: 16px;
	line-height: 120%;
}
.content-right .right-sidebar.loc-map-widget {
	background: #232f5d;
}
.content-right .right-sidebar.loc-map-widget:hover {
	background: #f08013;
}
.content-right .right-sidebar.service-widget {
	background: #232f5d;
}
.content-right .right-sidebar.service-widget:hover {
	background: #f08013;
}
.content-right .right-sidebar.loc-map-widget .fa {
	font-size: 40px;
}
.content-right .right-sidebar.our-product-widget {
	background: #232f5d;
}
.content-right .right-sidebar.our-product-widget:hover {
	background: #f08013;
}
.content-right .right-sidebar.bosch-service-widget {
	padding: 0px;
}
.content-right .right-sidebar.bosch-service-widget img {
	margin: 0px auto;
}
.content-right .right-sidebar.newsletter-widget {
	padding: 0px;
}
.content-right .right-sidebar.bosch-service-widget:hover img {
	opacity: 0.7;
}
.content-right .right-sidebar.recent-news-widget {
	background: #fff;
}
.content-right .right-sidebar .recent-news-block {
	margin-bottom: 20px;
}
.content-right .right-sidebar .recent-news-block .right-news-content{
	width:70%;
	display:inline-block;
}
.content-right .right-sidebar .recent-news-block img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	wi8dth: 60px;
	height: 60px;
}
.content-right .right-sidebar .recent-news-block p {
	margin-bottom: 0;
	color: #333;
}
.content-right .right-sidebar .recent-news-block a {
	color: #f08013;
	font-size: 16px;
	padding-left: 0px;
}
.content-right .right-sidebar .recent-news-block a .fa {
	color: #f08013;
	font-size: 15px;
	width: auto;
	height: auto;
	padding: 0px;
	margin-top: -4px;
}
.content-right .right-sidebar .recent-news-block a:hover {
	color: #232f5d;
}
.content-right .right-sidebar .recent-news-block a:hover .fa {
	padding-left: 0px;
	color: #232f5d;
}
.content-right .right-sidebar .recent-news-block .date {
	font-size: 14px;
	color: #ACA9A9;
}
.widget .entry-meta span {
	display: inline-block;
	margin-right: 10px;
}
.content-right h3.widget-title {
	font-size: 20px;
	margin-top: 10px;
	position: relative;
	margin-bottom: 20px;
}
/*
.content-right h3.widget-title:after {
	position: absolute;
	content: '';
	width: 70px;
	background: #000204;
	height: 3px;
	top: 30px;
	left: 0;
}
*/
.content-right .right-sidebar.newsletter-widget p {
	margin-left: 0px;
}
/*=====pro======*/
.content-left {
	margin-bottom: 30px;
}
table.job-single {
	width: 100%;
	border: 1px solid #efefef;
	padding: 10px;
}
table.job-single tr {
	border-bottom: 1px solid #ddd;
}
table.job-single th {
	background: #f5f5f5;
	padding: 15px 10px 10px;
	font-size: 16px;
	letter-spacing: 1px;
	vertical-align: top;
	width: 200px;
}
table.job-single td {
	background: #fff;
	padding: 10px;
}
table.job-single td a {
	background: #f08013;
	color: #fff;
	padding: 10px 20px;
	;
	font-size: 16px;
	border-radius: 4px;
	white-space: nowrap;
}
table.job-single td a:hover {
	background: #232f5d;
}
table.job-single th.last-head {
	background: none;
}
table.job-single th.last-head + td {
	text-align: right;
	padding-left: 200px;
	margin: 5px;
}
table.job-pro {
	width: 100%;
	border: 1px solid #efefef;
	padding: 10px;
}
table.job-pro tr {
	border-bottom: 1px solid #ddd;
}
table.job-pro th {
	background: #f5f5f5;
	padding: 10px 10px 5px;
	font-size: 18px;
	letter-spacing: 1px;
}
table.job-pro td {
	background: #fff;
	padding: 10px;
	font-size: 16px;
}
table.job-pro td a {
	background: #f08013;
	color: #fff;
	padding: 8px 10px 8px;
	font-size: 16px;
	border-radius: 4px;
	white-space: nowrap;
}
table.job-pro td a:hover {
	background: #232f5d;
}
/*========news event listing=====*/
.news-row {
}
.thumb-news {
	width: 180px;
	height: 180px;
}
.thumb-news a.thumb-news-a {
	display: block;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}
.news-row .date {
	font-size: 16px;
	color: #aca9a9;
}
.news-row h4.news-head {
	line-height: 120%;
}
.news-row h4.news-head a {
	color: #232f5d;
}
.news-row h4.news-head a:hover {
	color: #f08013;
}
.news-row a.read-more {
	color: #f08013;
	font-size: 16px;
	font-weight: bold;
}
.news-row a.read-more:hover {
	color: #232f5d;
}
.news-row a.read-more:hover .fa {
	padding-left: 10px;
}
.social-share{
	display:inline-block;
	float:right;
}
.news-single .date {
	font-size: 16px;
	color: #aca9a9;
}
.news-single h4.news-head {
	line-height: 120%;
	color: #232f5d;
}
.thumb-news-full {
	display: block;
	max-height: 275px;
	height: 275px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.thumb-news-full .thumb-news-a {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}
.share-link-list{
	display: inline-block;
    float: right;
}
.share-link-list .fb_iframe_widget span{
	vertical-align:top !important;	
}

/*======pagination========*/
.pagination span, .pagination a{
	background-color:#fa7713;
	color:#fff;
	font-weight:bold;
	padding:10px 10px;
	font-size:18px;
}
.pagination a:hover{
	color:#fff;
	background-color:#232f5d;
}
.pagination .current{
	color:#fff;
	background-color:#232f5d;
	padding:10px 10px;
}
/*=======service page=======*/
ul.service-list {
	padding-left: 15px;
	list-style: none;
	margin-bottom: 30px;
	display: block;
}
ul.service-list li {
	display: block;
	padding: 5px 5px 5px 30px;
	font-size: 18px;
	position: relative;
}
ul.service-list li:before {
	position: absolute;
	content: '\f058';
	font-family: FontAwesome;
	left: 0;
	top: 6px;
	font-size: 20px;
	color: #f08013;
}
.sidebard .widget {
	margin-bottom: 10px;
	list-style: outside none none;
}
.widget {
	list-style: outside none none;
}
/*========contact form7=======*/
.modal-blue-header {
	background-color: #232f5d;
}
.modal-blue-header .modal-title {
	color: #fff;
}
.modal-blue-header button.close {
	color: #fff;
	opacity: 0.8;
}
form.wpcf7-form {
	margin: 0px auto;
	width: 90%;
}
label.inline-label {
	font-size: 16px;
	font-weight: normal;
	vertical-align: top;
	width: 120px;
}
label.inline-label .red {
	color: #f00;
}
.wpcf7-form-control-wrap {
	width: 350px;
	display: inline-block;
}
.wpcf7-form-control-wrap input {
	padding: 5px;
	border: 1px solid #ddd;
	width: 100%;
}
.wpcf7-form-control-wrap textarea {
	width: 100%;
	border: 1px solid #ddd;
}
p.send-btn{text-align:center;}
p.send-btn input[type="submit"] {
	color: #fff;
	padding: 7px 25px;
	border-radius: 5px;
	border: 0;
	box-shadow: none;
	margin-left: 0px;
	background: #f08013;
}
p.send-btn.con-pg input[type="submit"] {
	margin-left: 0px;
}
.content-left form.wpcf7-form {
	margin: 0px;
	width: 70%;
}
.content-left form.wpcf7-form .wpcf7-form-control-wrap {
	width: 100%;
	display: inline-block;
}
.modal-body form.wpcf7-form {
	margin: 0px auto;
	width: 90%;
}
.modal-body form.wpcf7-form label.inline-label{
	width:200px;
	vertical-align:middle;
}
.modal-body form.wpcf7-form .wpcf7-form-control-wrap{width:60%;font-size:16px;}
.modal-body form.wpcf7-form .wpcf7-form-control-wrap select{width:100%;padding:5px;border:1px solid #ddd;font-size:16px;}
.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required{font-size:14px;}
p.send-btn-1{text-align:left;margin-left:120px;}
p.send-btn-1 input[type="submit"] {
	color: #fff;
	padding: 7px 25px;
	border-radius: 5px;
	border: 0;
	box-shadow: none;
	margin-left: 0px;
	background: #f08013;
}




	
/*=======error=====*/
.err-logo {
	display: block;
	text-align: center;
}
.err-logo img {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.wrap {
	color: #333;
	background: #232f5d;
	padding-bottom: 20px;
}
.error-p p {
	margin-top: 10px;
	color: #fff;
	margin-bottom: 10px;
}
.error-page {
	text-align: center;
	background: #fff;
	color: #333;
	font-weight: bold;
	margin-top: 50px;
	border: 1px solid rgba(102, 102, 102, 0.31);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	box-shadow: inset 2px 2px 5px rgba(0,0,0,0.1), 1px 1px 2px #f7f7f7;
}
.error-page h1 {
	font-size: 12em;
	margin-top: 15px;
	color: #f08013;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 5px 5px 1px rgba(0,0,0,0.1);
}
.error-page h2 {
	font-size: 2em;
	margin-top: 15px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.error-page p {
	font-size: 18px;
	margin-top: 15px;
}
.btn-sitemap {
	background: #232f5d;
	margin-left: 5px;
}
.btn-orange {
	background: #f08013;
}
.btn-orange:hover {
	background: #232f5d;
}
.btn-sitemap:hover {
	background: #f08013;
}
.btn {
	color: #fff;
	font-size: 16px;
}
.btn:hover, .btn:active, .btn:focus {
	color: #fff;
}
/*====product =====*/
.productbox-div{
	margin-bottom:30px;
}
.productbox {
	padding:2px;
	position:relative;
	box-shadow:0px 3px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 3px 4px rgba(0,0,0,0.1);
	-o-box-shadow:0px 3px 4px rgba(0,0,0,0.1);
	font-weight:bold;
	height:120px;
	display:table;
	text-align:center;
	width:100%;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:100% 100%;
}
.productbox:hover{
	box-shadow:0px 3px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 3px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 3px 5px rgba(0,0,0,0.3);
	-o-box-shadow:0px 3px 5px rgba(0,0,0,0.3);
}

.icon-overlay{vertical-align:middle;background:rgba(255,255,255,0.7);display:none;}
.icon-overlay i{border-radius:50%;border:2px solid #f08013;width:40px;height:40px;color:#f08013;padding-top:7px;}
.productbox:hover .icon-overlay{display:table-cell;}
.icon-overlay i:hover{color:#fff;border-color:#f08013;background:#f08013}

.product-heading {
	display:block;
	margin-top:15px;
}
.product-heading h5 a{color:#232f5d;}
.product-heading h5 a:hover{color:#f08013;}
.product-btn {
	text-align:center;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.product-all {
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:#000;
	display:block;
	padding:5px 0px;
	background:rgba(245,245,245,0.7);
}
.product-all:hover, .product-all:active, .product-all:focus{
	background:#f08013;
	color:#fff;
	}
	
.product-img-left{background:#f5f5f5;padding-top:15px;padding-bottom:15px;}
ul.pro-des-list{padding-left:0px;list-style:none;margin-bottom:30px;display:block;}
ul.pro-des-list li{display:block;padding:5px 5px 5px 25px; font-size:18px;position:relative;}
ul.pro-des-list li:before{position:absolute;content:'\f058';font-family:FontAwesome;left:0;top:6px;font-size:17px;color:#f08013;}

ul.share-list{list-style:none;padding-left:0;}
ul.share-list li{display:inline-block;margin-right:10px;}
ul.share-list a{display:block; font-size:35px;}
ul.share-list .fa-google-plus-square{color:#dc4a38;}
ul.share-list .fa-twitter-square{color:#55acee;}
ul.share-list .fa-facebook-square{color:#3b5998;}

.rel-product-sec{background:#f5f5f5;padding:10px 0 30px ;}
.rel-product-sec h3 {
	margin-bottom: 50px;
	color: #000204;
}
.rel-product-sec h3:after {
	position: absolute;
	content: '';
	width: 100px;
	background: #000204;
	height: 5px;
	top: 60px;
	left: 15px;
}
.flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev{font-size:0px;}
.flex-direction-nav a:before{font-size:26px;}
#full-img-slider{margin-top:20px;margin-bottom:20px;}
#thumb-img-slider{margin-bottom:20px;}

#cycle-1 div { width:100%; }
#cycle-1 div img{margin:0px auto;max-width:100%;}
#cycle-2 .cycle-slide { border:3px solid #fff; }
#cycle-2 .cycle-slide-active { border:3px solid #f08013; }

#slideshow-1,#slideshow-2 { width: 100%; max-width: 100%; margin: auto;position:relative;}
#slideshow-2 { margin-top: 10px }
.cycle-slideshow img {  height: auto; display: block; }
#slideshow-2 div img{ width: 150px; height: 150px;cursor:pointer; }
#slideshow-2 .cycle-slideshow img{ width: 120px; height: auto; display: block; }
.cycle-prev, .cycle-next{
	position:absolute;
	top:30%;
	width:35px;
	height:35px;
	background:#232f5d;
	font-size:25px;
	color:#fff;
	text-align:center;
	padding-top:4px;
}
.cycle-prev:hover, .cycle-next:hover{background:rgba(35,47,93,0.5);color:#fff;}
.cycle-prev{left:0;}
.cycle-next{right:0;}
.social-share ul.share-list a{display:block; font-size:26px;}

/*======home-page-media query====*/
@media(min-width:992px) and (max-width:1199px) {
    .banner-home{
        height:520px;
    }
.banner-title {
	margin-top: 21%;
}
.three-block h2 {
	font-size: 23px;
}
.three-block .fa {
	font-size: 30px;
	margin-right: 5px;
}
.brand-logo-wrap {
	min-height: 120px;
}
.product-tab-h > li a .pd-tab-label {
	font-size: 18px;
}
.content-right .right-sidebar .fa {
	font-size: 20px;
	width: 30px;
	height: 30px;
}
.content-right .right-sidebar h2 {
	font-size: 17px;
}
.content-right .right-sidebar p {
	margin-left: 35px;
}
.content-right .right-sidebar.recent-news-widget p {
	margin-left: 0px;
}
.content-right .right-sidebar.loc-map-widget .fa {
	font-size: 30px;
}
.content-right .right-sidebar .recent-news-block img {
	height: 40px;
}

.thumb-news {
	width: 145px;
	height: 145px;
}
}

@media(min-width:768px) and (max-width:991px) {
    .banner-home{
        height:580px;
    }
 .banner-title {
	margin-top: 28%;
}
.page-title {
	margin-top: 25%;
	font-size: 30px;
}
.page-title:after {
	top: 40px;
}
.three-block h2 {
	font-size: 21px;
}
.three-block .fa {
	font-size: 30px;
	margin-right: 5px;
}
.location-address {
	height: 300px;
}
.brand-logo-wrap {
	min-height: 120px;
}
.pd-tab-icon {
	width: 45px;
	height: 45px;
}
.product-tab-h > li a {
	min-height: 139px;
}
.product-tab-h > li a .pd-tab-label {
	font-size: 16px;
}
.brand-logo-wrap .brand-logo-wrap-inner a i {
	font-size: 20px;
}
.brand-logo-wrap .brand-logo-wrap-inner h3 {
	line-height: 105%;
}
.brand-logo-wrap .brand-logo-wrap-inner h3 a {
	font-size: 14px;
	line-height: 120%;
}
.product-wrap {
	height: 360px;
}
.content-right .right-sidebar .fa {
	font-size: 20px;
	width: 30px;
	height: 30px;
}
.content-right .right-sidebar h2 {
	font-size: 17px;
}
.content-right .right-sidebar.loc-map-widget .fa {
	font-size: 30px;
}
.content-right .right-sidebar .recent-news-block img {
	height: 40px;
}
table.job-single th {
	padding: 10px 10px 10px;
}
.thumb-news {
	width: 130px;
	height: 130px;
}
.content-left form.wpcf7-form {
	margin: 0px;
	width: 100%;
}
}

@media(max-width:767px) {
body {
	font-size: 16px;
}
.banner-home {
	height: 400px;
}
.banner-title {
	font-size: 26px;
	margin-top: 30%;
}
.banner-title h1 {
	font-size: 23px;
}
.banner-caption {
	font-size: 18px;
	width:100%;
	line-height:110%;
	margin-top:20px;
}
.header-right {
	text-align: left;
	margin-top: 0px;
}
.header-right ul.social-link {
	margin-right: 0px;
	margin-top: 0px;
}
.logo-alf-group {
	width: 120px;
}
.logo-alf-group img {
	max-width: 100%;
}
.location-address {
	height: 300px;
	width: 100%;
	margin-bottom: 0px;
}
.page-title {
	font-size: 28px;
	margin-top: 30%;
	line-height: 110%
}
.page-title:after {
	top: 100%;
}
.newsletter-form input {
	min-width: 210px;
}
.service-list-home li a {
	font-size: 16px;
}
.footer-btm-text {
	text-align: left !important;
}
.footer-btm-link li {
	padding-left: 0px;
	padding-right: 15px;
}
.three-block h2 {
	font-size: 20px;
}
.three-block .fa {
	font-size: 30px;
}
.service-section h2, h2.white-head {
	font-size: 24px;
}
h2.white-head:after {
	top: 60px;
}
.pd-tab-icon {
	width: 30px;
	height: 30px;
	margin-bottom: 0px;
}
.pd-tab-label {
	display: none;
}
.product-tab-h > li a {
	min-height: 50px;
}
.navbar-default .navbar-collapse{
max-height:200px;
}
.location-map iframe{max-width:100%;}
.three-block img{
margin-left:auto;margin-right:auto;
}
/*=====responsive table=====*/
table.job-single th {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
table.job-single td {
	display: block;
}
table.job-single th.last-head {
	display: none;
}
table.job-pro th {
	display: none;
}
table.job-pro td {
	position: relative;
	display: block;
	padding-left: 110px;
	border-bottom: 1px solid #efefef;
}
table.job-pro td:before {
	position: absolute;
	content: attr(data-th);
	width: 100px;
	background: #f5f5f5;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	left: 0;
	top: 0;
	height: 100%;
}
table.job-pro td:last-child:before {
	display: none;
}
table.job-pro td:last-child {
	text-align: right;
	margin: 5px;
}
.thumb-news {
	margin-bottom: 15px;
}
label.inline-label {
	width: 100%;
}
.wpcf7-form-control-wrap {
	width: 100%;
}
p.send-btn input[type="submit"] {
	margin-left: auto;
	margin-right: auto;
}
.modal-body form.wpcf7-form .wpcf7-form-control-wrap{width:100%;}

.error-page h1 {
	font-size: 7em;
	margin-top: 15px;
	color: #f08013;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 5px 5px 1px rgba(0,0,0,0.1);
}
.error-page h2 {
	font-size: 1em;
	margin-top: 15px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.productbox{height:150px;}
}
@media(min-width:361px) and (max-width:480px) {

.banner-title {
	font-size: 26px;
	margin-top: 40%;
}
}
@media(min-width:320px) and (max-width:360px) {
.page-title {
	font-size: 28px;
	margin-top: 50%;
	line-height: 130%
}
.banner-home{
    height:420px;
}
.banner-title {
	font-size: 26px;
	margin-top: 47%;
}
.banner-title:after{
top:114%;
}
.navbar-default .navbar-collapse{
max-height:220px;
}
}

.cars-job > a {
    color: #000;
}
.cars-job > a:hover,  .cars-job > a:focus{
    color: #232f5d;
}
.events-post{
    margin-bottom: 30px;
    margin-top: 15px;
}
.sub-title{
    text-align: center;
}
@media screen and (max-width:359px){
    .news-event-col{
      margin-bottom: 20px;  
    } 
    
}

.img-left {
margin-right: 20px;
margin-bottom: 10px;
margin-top: 20px;
}
@media(min-width:320px) and (max-width:359px) {

.navbar-default .navbar-collapse{max-height:200px !important;}
}
