/*-------------
[Custom Stylesheet]

Project:        Auto Zoon MultiPurpose HTML5 Template
Version:        1.0
Last change:    08.11.2017
Primary use:    Multipurpose Business Template
Author:         99_Design

#TABEL OF CONTENT#
1# FONTS
2# GENERAL
3# SLIDER
4# ABOUT US
5# SERVICES
6# FEATURES
7# COUNTER
8# CALL TO ACTION
9# TEAM
10# CLIENTS
11# LATEST NEWS & FAQ
12# FOOTER
13# OTHER HOME PAGES
14# INNER PAGES
15# RESPONSIVE
******************/
/* ================================= */
/* ---------- GENERRAL CSS --------- */
/* ================================= */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700|Raleway:100,300,400,400i,600,700');
body {
    font-family: 'Open Sans', sans-serif;
    color: #888;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
    margin: 0;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 16px;
}
a {
    -webkit-transition: color 1000ms, background-color 1500ms;
    -moz-transition: color 1000ms, background-color 1500ms;
    -o-transition: color 1000ms, background-color 1500ms;
    transition: color 1000ms, background-color 1500ms;
    color: #888;
}
a:hover,
a:focus {
    list-style: none;
    text-decoration: none;
    outline: none;
}
li,ol{
	list-style:none;
}
img {
	max-width: 100%;
}
p{
	margin:0;
}
.p_b_50{
    padding-bottom: 50px;
}
.p_t_50{
    padding-top: 50px;
}
.p_b{
    padding-bottom: 80px;
}
.p_t{
    padding-top: 80px;
}
.p_t_b{
	padding:100px 0;
}
.m_b_30{
    margin-bottom: 30px;
}
.m_t_30{
    margin-top: 30px;
}
.m_b_50{
    margin-bottom: 50px;
}
.m_t_50{
    margin-top: 50px;
}
.m_b{
    margin-bottom: 80px;
}
.m_t{
    margin-top: 80px;
}
.m_t_b{
	margin:100px 0;
}
/* ================================= */
/* ----------- Loader CSS ---------- */
/* ================================= */
.logo-loader {
	position:absolute;
	top:-40px;
	left:0;
	right:0;
}
#loader {
	position: absolute;
	width: 125px;
	height: 125px;
	z-index:999;
	left: 50%;
	top: 50%;
	margin-top: -63px;
	margin-left: -63px;
	transform: scale(2);
		-o-transform: scale(2);
		-ms-transform: scale(2);
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
}
#loader .cssload-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	box-shadow: 0 0 31px 48px rgba(255,255,255,0.99) inset;
		-o-box-shadow: 0 0 31px 48px rgba(255,255,255,0.99) inset;
		-ms-box-shadow: 0 0 31px 48px rgba(255,255,255,0.99) inset;
		-webkit-box-shadow: 0 0 31px 48px rgba(255,255,255,0.99) inset;
		-moz-box-shadow: 0 0 31px 48px rgba(255,255,255,0.99) inset;
}
#loader .cssload-cogWheel {
	position: absolute;
	top: 50%;
	margin-top: -31px;
	width: 63px;
	height: 63px;
}
#loader .cssload-cogWheel.cssload-one {
	left: -8.25px;
	animation: cssload-rotLeft 0.8s infinite linear;
		-o-animation: cssload-rotLeft 0.8s infinite linear;
		-ms-animation: cssload-rotLeft 0.8s infinite linear;
		-webkit-animation: cssload-rotLeft 0.8s infinite linear;
		-moz-animation: cssload-rotLeft 0.8s infinite linear;
}
#loader .cssload-cogWheel.cssload-one .cssload-one:before {
	border: none;
}
#loader .cssload-cogWheel.cssload-two {
	right: -8.25px;
	margin-top: -30px;
	transform: rotate(196deg);
		-o-transform: rotate(196deg);
		-ms-transform: rotate(196deg);
		-webkit-transform: rotate(196deg);
		-moz-transform: rotate(196deg);
	animation: cssload-rotRight 0.8s infinite linear;
		-o-animation: cssload-rotRight 0.8s infinite linear;
		-ms-animation: cssload-rotRight 0.8s infinite linear;
		-webkit-animation: cssload-rotRight 0.8s infinite linear;
		-moz-animation: cssload-rotRight 0.8s infinite linear;
}
#loader .cssload-cogWheel.cssload-two .cssload-one:before {
	border: none;
}
#loader .cssload-cogWheel .cssload-cog {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
}
#loader .cssload-cogWheel .cssload-cog:after {
	display: block;
	position: absolute;
	content: ' ';
	border: 3px solid rgb(212,68,87);
	border-left: none;
	height: 11px;
	width: 6px;
	right: -11px;
	top: -5px;
}
#loader .cssload-cogWheel .cssload-cog:before {
	display: block;
	position: absolute;
	content: ' ';
	border-left: 3px solid rgb(212,68,87);
	height: 13px;
	width: 5px;
	right: -8px;
	top: -16px;
	transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
}
#loader .cssload-cogWheel .cssload-cog.cssload-one {
	transform: rotate(-80deg);
		-o-transform: rotate(-80deg);
		-ms-transform: rotate(-80deg);
		-webkit-transform: rotate(-80deg);
		-moz-transform: rotate(-80deg);
}
#loader .cssload-cogWheel .cssload-cog.cssload-two {
	transform: rotate(-40deg);
		-o-transform: rotate(-40deg);
		-ms-transform: rotate(-40deg);
		-webkit-transform: rotate(-40deg);
		-moz-transform: rotate(-40deg);
}
#loader .cssload-cogWheel .cssload-cog.cssload-three {
	transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
}
#loader .cssload-cogWheel .cssload-cog.cssload-four {
	transform: rotate(40deg);
		-o-transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		-webkit-transform: rotate(40deg);
		-moz-transform: rotate(40deg);
}
#loader .cssload-cogWheel .cssload-cog.cssload-five {
	transform: rotate(80deg);
		-o-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		-webkit-transform: rotate(80deg);
		-moz-transform: rotate(80deg);
}
@keyframes cssload-rotLeft {
	from {
		transform: rotate(-30deg);
	}
	to {
		transform: rotate(10deg);
	}
}

@-o-keyframes cssload-rotLeft {
	from {
		transform: rotate(-30deg);
	}
	to {
		transform: rotate(10deg);
	}
}

@-ms-keyframes cssload-rotLeft {
	from {
		transform: rotate(-30deg);
	}
	to {
		transform: rotate(10deg);
	}
}

@-webkit-keyframes cssload-rotLeft {
	from {
		transform: rotate(-30deg);
	}
	to {
		transform: rotate(10deg);
	}
}

@-moz-keyframes cssload-rotLeft {
	from {
		transform: rotate(-30deg);
	}
	to {
		transform: rotate(10deg);
	}
}

@keyframes cssload-rotRight {
	from {
		transform: rotate(-174deg);
	}
	to {
		transform: rotate(-214deg);
	}
}

@-o-keyframes cssload-rotRight {
	from {
		transform: rotate(-174deg);
	}
	to {
		transform: rotate(-214deg);
	}
}

@-ms-keyframes cssload-rotRight {
	from {
		transform: rotate(-174deg);
	}
	to {
		transform: rotate(-214deg);
	}
}

@-webkit-keyframes cssload-rotRight {
	from {
		transform: rotate(-174deg);
	}
	to {
		transform: rotate(-214deg);
	}
}

@-moz-keyframes cssload-rotRight {
	from {
		transform: rotate(-174deg);
	}
	to {
		transform: rotate(-214deg);
	}
}
#loader-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: fixed;
}
#loader-wrapper .loader-section {
	top: 0;
	width: 51%;
	height: 100%;
	position: fixed;
	background: #fff;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {left: 0;}
#loader-wrapper .loader-section.section-right {right: 0;}
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s 1s ease-out;
	-o-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}
/* ================================= */
/* ----------- Heading CSS --------- */
/* ================================= */
.heading{
	margin-bottom:60px;
}
.heading h2{
	color:#222;
	font-weight:600;
	text-transform:uppercase;
}
.heading.heading_white h2{
	color:#fff;
}
.heading span{
	color:#d44457;
}
.heading_center .center_title,
.heading_left .center_title{
	position: relative;
	display:inline-block;
}
.heading_center .center_title span .fa{
	color:#d44457;
}
.heading_center .center_title::before{
	content: "";
	position: absolute;
	height: 1px;
	background: #d44457;
	width: 100px;
	border-bottom: 1px solid #d44457;
	top: 9px;
	right: 25px;
}
.heading_center .center_title::after,
.heading_left .center_title::before {
	content: "";
	position: absolute;
	height: 1px;
	background: #d44457;
	width: 100px;
	top: 9px;
	left: 25px;
}
.heading_center .center_title span{
	position:relative;
}
.heading_center .center_title span::after {
	content: "";
	position: absolute;
	height: 1px;
	background: #d44457;
	width: 70px;
	bottom: 8px;
	right: 26px;
}
.heading_center .center_title span::before,
.heading_left .center_title span::before {
	content: "";
	position: absolute;
	height: 1px;
	background: #d44457;
	width: 70px;
	bottom: 8px;
	left: 26px;
}
.heading p {
	padding:15px 13% 0 13%;
}
/* ================================= */
/* ----------- Headers CSS --------- */
/* ================================= */
/*--- Header Top CSS ---*/
.header_top{
  background:#222222;
}
.top-number {
	color: #fff;
	display: inline-block;
	font-weight: 300;
	font-size: 13px;
	height: 50px;
	padding: 17px 15px 10px 15px;
	border-left: 1px solid #666;
}
.top-number:last-child{
	border-right:1px solid #666;
}
.top-number .fa{
	color: #d44457;
	margin-right:4px;
	font-size:15px;
}
.top-number a{
	color: #fff;
}
.top-number a:hover{
	color: #d44457;
}
.social-share{
	text-align:right;
}
.social-share ul {
	margin-top: 0;
	margin-bottom:0;
}
.social-share li {
  display: inline-block;
}
.social-share li a {
  display: block;
  color: #fff;
  width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-left: 1px solid #444;
  margin-left: -5px;
}
.social-share li:last-child a{
	border-right:1px solid #666;
}
.social-share li a:hover {
  background: #d44457;
}
.search_btn {
    font-size: 16px;
}
#search {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    opacity: 0;
}
#search.open {
    opacity: 1;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 0;
    margin: 0 auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn_default {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 90px;
	margin-left: 0;
	padding: 12px 20px;
	text-align: center;
	transform: translate(-50%,-50%);
}
#search .close {
    background-color: #d44457;
    border-color: #d44457;
    color: #ffffff;
    font-size: 21px;
    opacity: 1;
    padding: 0 0px 4px;
    position: fixed;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 32px;
    text-align: center;
}

/*--- Navigation ---*/
header nav.navbar.bootsnav {
	border-bottom:none;
}
header nav.navbar.bootsnav ul.nav > li > a {
	padding: 0;
	margin: 0;
	font-weight:400;
	text-transform: uppercase;
	font-size: 13px;
	color:#222;
	font-family: 'Raleway', sans-serif;
}
header nav.navbar.bootsnav ul.nav > li > a:hover,
header nav.navbar.bootsnav ul.nav > li > a:focus,
header nav.navbar.bootsnav ul.nav > li.active a{
	color:#d44457;
	font-weight:600;
}
header .navbar-nav > li {
	Padding: 27px 16px;
}
header .navbar-brand {
	height: auto;
	padding: 19px 15px 0;
}
header nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	border:none;
	background:#222;
}
header nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
	padding: 15px 15px;
	border-bottom: solid 1px #333;
	color: #fff;
	font-weight:400;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	background:#222;
	transition:.3s;
}
header nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover,
header nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:focus,
header nav.navbar ul.nav li.dropdown ul.dropdown-menu > li.active > a,
header nav.navbar ul.nav li.dropdown ul.dropdown-menu > li.dropdown.on > a{
	background:#d44457;
	padding-left:20px;
	transition:.3s;
	color:#fff;
}
header nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
header nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:focus,
header nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li.active a{
	padding-left:7px;
	transition:.3s;
	color:#d44457;
}
header nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a{
	padding: 10px 0;
	border-bottom: solid 1px #333;
	color: #fff;
	font-weight:400;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	transition:.3s;
}
header nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
	text-align: left;
}
header nav.bootsnav .megamenu-content .title {
	margin-top: 0;
	margin-bottom:25px;
	font-size: 15px;
	color: #fff;
	font-weight:600;
	text-transform: uppercase;
}
header nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle::before {
	float: right;
	content: "\f105";
}
header nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
	left: 200px;
}
header nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
	top: 2px;
}
#nav_slider .item {
	margin: 0 5px;
	background: #fff;
	padding: 0 0 10px 0;
}
#nav_slider .item:hover{
	background: #d44457;
	transition: .5s;
}
#nav_slider .item a {
	color: #222;
	font-size: 16px;
	font-weight: 600;
	padding-left:10px;
	display:block;
}
#nav_slider .item:hover a,
#nav_slider .item:hover p{
	color: #fff;
}
#nav_slider .item p{
	color: #888;
	font-size: 14px;
	padding-left:10px;
	padding-top:5px;
}
#nav_slider .owl-controls.clickable {
	margin-left: 5px;
	margin-top: 25px;
}
#nav_slider .owl-prev {
  background:transparent;
  display: inline-block;
  line-height: 10px;
  padding:8px 13px;
  margin-right:5px;
}
#nav_slider .owl-next {
  background:transparent;
  display: inline-block;
  line-height: 10px;
  padding:8px 13px;
}
#nav_slider .owl-next:hover, 
#nav_slider .owl-prev:hover{
	background:#d44457;
	color:#fff;
}
header nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
	border-left: solid 1px #333;
	border-right: solid 1px #333;
}
/***** Header - 3 *******/
#header-3 {
	background: transparent;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
}
#header-3 .header_top{
	background-color: rgba(0,0,0,0.7);
	border-bottom:1px solid #666;
}
#header-3 nav.navbar.bootsnav {
	background-color: transparent;
	border: none;
	padding-top: 15px;
	transition:all .3s ease-in-out .3s;
}
#header-3 .wrap-sticky nav.navbar.bootsnav.sticked {
	background-color: #111;
	padding-top: 0;
	transition:all .3s ease-in-out .3s;
}
#header-3 nav.navbar.bootsnav ul.nav > li > a {
	color: #fff;
}
#header-3 .attr-nav > ul > li > a {
	color: #fff;
	padding: 24px 20px;
}
/* Header Top 4 */
.header-top-logo {
  position: relative;
  z-index: 2;
  padding:15px 0;
}
.header-top-logo::after {
	background: #fff;
	content: "";
	left: -427px;
	right: 0;
	height: 100%;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	width: 730px;
	border-right: 70px solid #222;
	border-bottom: 75px solid transparent;
}
#header_top_4 .top-number {
	height: auto;
	padding: 0;
	margin-left: 25px;
	margin-top: 25px;
	border:none;
}
#header_top_4 .social-share li a {
	width: 40px;
	height: auto;
	border: none;
	line-height:0;
	margin-left: 0;
}
#header_top_4 .social-share li a:hover{
	background:transparent;
	color:#d44457;
}
#header_top_4 .social-share {
	text-align: right;
	margin-top: 23px;
}
#header-4  nav.navbar.bootsnav {
	background-color: #f6f6f6;
}
.attr-nav > ul > li > a {
	padding: 12px 0;
}
#header-4 .navbar-brand {
	display:none;
	transition:all .3s ease-in-out .3s;
}
#header-4 nav.navbar.bootsnav.sticked .navbar-brand {
	display: block;
}
#header-4 nav.navbar.bootsnav.sticked .navbar-nav {
	float: right !important;
	transition:all .3s ease-in-out .3s;
}
#header-4 nav.navbar.bootsnav.sticked ul.nav > li{
	transition:all .3s ease-in-out .3s;
	padding:27px 10px;
}
/******* header - 7 *******/
#header-7{
  background:#222222;
}
.header_top_bar .col-md-2{
  border-right: 1px solid;
}
.header_top_bar {
	color: #fff;
	padding: 40px 0 0;
}
.column_details h4 {
  font-size: 13px;
  font-weight:600;
  padding-bottom: 5px;
}
.column_details p {
  font-size: 13px;
  color:#a2a2a2;
}
.logo_area img {
  padding-top: 0;
}
.details_icon i {
    margin-left: 15px;
    font-size: 13px;
	font-style:normal;
}
.header_social {
	margin-top: 5px;
	position: absolute;
}
.header_social a {
    text-decoration: none;
    float: left;
    margin: 0 2px;
}
.header_social i {
	width: 60px;
	height: 30px;
	border-radius: 40px;
	border: 1px solid #fff;
	font-size: 17px;
	text-align: center;
	color: #fff;
	line-height: 30px;
}
.header_social i:hover{
    background:#d44457;
	color:#fff;
	border:0px solid;
}
.column_left .fa {
  color: #fff;
  float: left;
  font-size: 35px;
  height: 100%;
  overflow: hidden;
  padding-top: 6px;
}
.column_right {
  float: right;
}
#header-7 .navbar-default .navbar-collapse {
	border-color: #e7e7e7;
	background: #f6f6f6;
	border-radius: 40px;
}
#header-7 nav.navbar.bootsnav {
	background-color: transparent;
}
#header-7 .attr-nav > ul > li > a {
	right: 30px;
}
#header-7  .wrap-sticky nav.navbar.bootsnav {
	top: 37px;
}
#header-7 nav.navbar.bootsnav.sticked {
	background: #f6f6f6;
	top: 0;
}
#header-7 nav.navbar.bootsnav.sticked .attr-nav > ul > li > a {
	right: 10px;
	transition: all .3s ease-in-out .3s;
}
#header-8 nav.navbar.bootsnav.no-background {
	padding-top: 20px;
}
/**** Header - 11 ***/
#header-4 .attr-nav.cart-top{
	margin-right:0;
	position:relative;
}
#header-4 .attr-nav.cart-top > ul > li > a{
	padding: 26px 0;
}
#header-4 .attr-nav.cart-top > ul > li > a span.badge {
	background: #d44457;
	right:100px;
}
#header-4 .attr-nav.cart-top > ul > li.dropdown ul.dropdown-menu {
	background: #fff;
	border-top: 3px solid #d44457;
}
#header-4 .attr-nav.cart-top ul.cart-list > li.total > .btn {
	border:none;
	border-radius: 40px;
	padding: 7px 30px;
}
#header-4 .attr-nav.cart-top ul.cart-list > li > h6 > a{
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
}
#header-4 .attr-nav.cart-top ul.cart-list > li > h6 > a:hover{
	color: #d44457;
}
#header-4 .attr-nav.cart-top > ul > li.dropdown ul.dropdown-menu {
	left: -200px;
}
/****** Header 17 ****/
#header-17 nav.navbar.bootsnav {
	background-color: #222;
}
#header-17 nav.navbar.bootsnav ul.nav > li > a {
	color: #fff;
	font-size:16px;
}
#header-17 .navbar-nav > li {
	Padding: 40px 16px 0;
}
#header-17 nav.navbar.bootsnav ul.nav > li.active > a ,
#header-3.header-18 nav.navbar.bootsnav ul.nav > li.active > a{
	color: #d44457;
}
#header-17 .footer-link-bottom {
	margin-top: 40px;
	margin-left: 13px;
}
/****** Header - 18 ****/
#header-3.header-18 nav.navbar.bootsnav .navbar-toggle {
	background-color: transparent;
	color: #fff;
	top: 7px;
}
#header-3.header-18 nav.navbar.bootsnav .navbar-toggle:hover{
	color: #d44457;
}
#header-3.header-18 nav.navbar.bootsnav ul.nav > li > a {
	color: #222;
}
#header-3.header-18  li.close-full-menu {
	padding-top: 0;
	padding-bottom: 0;
	position: absolute;
	right: 190px;
	top: 20px;
}
/* ================================= */
/* ----------- Sliders CSS --------- */
/* ================================= */
#main-slider {
  position: relative;
}
#main-slider.banner-3 .carousel .carousel-content{
	padding-top:12%;
}
#main-slider .carousel .carousel-content {
  margin:18% 0;
 }
#main-slider .carousel h1 {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 36px;
	padding: 5px 20px;
	margin-bottom: 10px;
	border-left: 4px solid #d44457;
	font-weight: 600;
	text-transform:uppercase;
}
#main-slider .carousel  h2{
  color: #d44457;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 20px;
  display:inline-block;
  margin-bottom:10px;
  text-transform:uppercase;
}
#main-slider .carousel  strong{
  color: #fff ;
}
#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background:transparent;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border:1px solid #fff;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #d44457;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}
#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  left: -3px;
  top: -3px;
}
#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #d44457 ;
   margin: 0 15px 0 0;
   border: 1px solid #d44457 ;
   position: relative;
}
#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #d44457 ;
  border: 1px solid #d44457 ;
  left: -3px;
  top: -3px;
}
/** Banner - 4 **/
#main-slider.banner-4 .carousel-content h1 {
	padding: 5px 0 0 0;
	margin-bottom: 10px;
	border-left: none;
	width: 54%;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing:2px;
	background:transparent;
}
#main-slider.banner-4 .carousel-content h3 {
	color: #d44457;
	font-size: 34px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: oblique;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
#main-slider.banner-4 .carousel-content p {
	color: #fff;
	width: 57%;
	line-height: 28px;
	font-size: 15px;
	padding: 15px 0;
}
.m-auto{
	margin:0 auto;
}
.m-r-auto{
	margin: 0 0 0 auto;
}
/*** Slider - 5 ***/
#banner-5{
	padding:20% 0 15%;
	background:url(../images/call-to-action-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#banner-5 .banner_detail h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
}
#banner-5 .banner_detail #typewriter{
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	padding: 30px 0;
}
#typewriter-text {
	color: #d44457;
}
/** Banner - 6 **/
#main-slider.banner-6 .carousel-content {
	margin: 20% 0;
	width: 50%;
	transform: skew(-20deg);
	background: rgba(0,0,0,0.9);
	padding: 30px 30px;
	text-align: center;
	padding: 20px 0;
}
#main-slider.banner-6 .carousel-content h1{
	transform: skew(20deg);
	background: transparent;
	border: none;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 300;
}
#main-slider.banner-6 .carousel-content h1 span {
	color: #d44457;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}
#main-slider.banner-6 .carousel-content h3{
	transform: skew(20deg);
	color: #d44457;
	font-weight:700;
	font-size:28px;
	text-transform:uppercase;
}

#main-slider.banner-6 .carousel-content a.cd-btn{
	transform: skew(20deg);
}
#main-slider.banner-8 .carousel-content {
	margin: 35% 0 18%;
	transform: skew(0deg);
	width: 100%;
	padding: 30px 30px;
}
#main-slider.banner-8 .carousel-content h3{
	transform: skew(0deg);
}
/******** Car Search - 8 ********/
#main-slider.banner-8 .carousel-content{
	position:relative;
}
#main-slider.banner-8 .carousel-content .appointment-form h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	text-align: center;
	padding-bottom: 30px;
}
#main-slider.banner-8 .carousel-content .appointment-form h3 span{
	color: #d44457;
}
#main-slider.banner-6 .active .animation.animated-item-3,
#main-slider.banner-3 .active .animation.animated-item-3,
#main-slider.banner-11 .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 900ms linear 1000ms both;
  -moz-animation: fadeInUp 900ms linear 1000ms both;
  -o-animation: fadeInUp 900ms linear 1000ms both;
  -ms-animation: fadeInUp 900ms linear 10200ms both;
  animation: fadeInUp 900ms linear 1000ms both;
}
/**** Banner - 7 ****/
.col-b{
	color:#222;
}
h1.tp-caption.tp-resizeme{
  background: rgba(255, 255, 255, 0.8);
  border-left: 4px solid #d44457;
  color: #d44457;
  display: inline-block;
  font-size: 40px;
  font-weight:700;
  letter-spacing: 10px;
  margin-top: 0;
  padding: 10px 20px;
  min-width:0 !important;
}
h2.tp-caption.tp-resizeme.style{
  background: #222;
  color: #fff;
  font-size: 1.5em;
  letter-spacing:1px;
  margin: 40px 0;
  padding: 10px 20px 10px 0;
  text-transform: uppercase;
  display:inline-block;
  min-width:0 !important;
}
h2.tp-caption.tp-resizeme.style > span {
  background: #d44457;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  margin: -10px 40px -10px 0;
  padding: 18px 20px 18px 33px;
  position: relative;
  text-align: center;
  line-height:inherit;
}
h2.tp-caption.tp-resizeme.style > span > span {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #d44457;
  border-image: none;
  border-style: solid;
  border-width: 30px;
  left: 100%;
  position: absolute;
  top: 0;
  width: 30px;
}
.tp-caption.tp-resizeme p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}
.tparrows.tp-leftarrow::before {
    content: url("../images/errow_left.png");
}
.tparrows.tp-rightarrow::before {
    content: url("../images/errow_right.png");
}
.tparrows {
    background: transparent;
}
.tparrows:hover {
    background: transparent;
}
/*** Banner - 11 ***/
#main-slider.banner-11{
	margin-top:10px;
}
#main-slider.banner-11 .carousel-content {
	margin:0;
	padding:12% 20px;
}
#main-slider.banner-11 h1 {
	background: transparent;
	color: #fff;
	font-size: 31px;
	border-left: none;
	font-weight: normal;
	text-transform: inherit;
	width: 51%;
	padding: 0;
}
#main-slider.banner-11 .cd-btn {
	padding: 8px 10px;
	width: 150px;
	font-size: 14px;
}
#main-slider.banner-11 .prev, 
#main-slider.banner-11 .next {
	top: 92%;
}
#main-slider.banner-11 .next {
	right: 88%;
}
/* ================================= */
/* ----------- Wellcome CSS -------- */
/* ================================= */
#wellcome .welcome{
	cursor:pointer;
}
#wellcome .welcome > h3 {
    margin-top: 20px;
	text-transform:uppercase;
	color:#222;
	font-size:18px;
	font-weight:600;
}
#wellcome .welcome img,
#why-chose .why-chose-box .fa{
    overflow: hidden;
	position: relative;
	-webkit-transition: all .7s ease .1s;
	-o-transition: all .7s ease .1s;
	transition: all .7s ease .1s;
}
#wellcome .welcome:hover img,
#why-chose .why-chose-box:hover .fa{
    transform: translateY(-15px);
	cursor:pointer;
}
#wellcome .welcome:hover h3{
	color:#d44457;
	transition: all .7s ease .1s;
}
#wellcome .welcome p {
	font-size: 14px;
	line-height: 24px;
	padding-top:16px;
}
/* ================================= */
/* --------- About Us CSS ---------- */
/* ================================= */
.about-detail h4 {
	font-style: oblique;
	color: #222;
	font-weight: 700;
	border-left: 5px solid #d44457;
	background: #eee;
	padding: 10px 15px;
	line-height: 25px;
	letter-spacing: 1px;
}
.about-detail p {
	padding: 30px 0 0 0;
	font-size: 15px;
}
.about-detail a{
	margin-top:60px;
	background:transparent;
	border:1px solid #d44457;
	color:#d44457;
}
.about-image .row .col-md-6:first-child {
	padding-right: 3px;
}
.about-image .row .col-md-6:last-child {
	padding-left: 3px;
}
/***** About - 3 ******/
#about-us-3 {
  background: #222222;
}
#about-us-3 .heading h2 {
	color: #fff;
}
#about-us-3 .heading {
	margin-bottom: 20px;
}
#about-us-3 .about-box .heading {
	margin-top: 50px;
}
.about-box > p {
	color: #fff;
	padding-bottom: 25px;
	font-size: 15px;
	line-height: 26px;
}
#about-us-3 .about-us-box p {
  margin-bottom: 0;
  color:#fff;
}
#about-us-3 .about-us-box .about-us-post {
  margin-top: 70px;
  cursor:pointer;
}
#about-us-3 .about-us-box .about-us-post a {
	background: transparent;
	color: #ffffff;
	border:1px solid #fff;
	font-size:16px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	height: 56px;
	width: 56px;
	line-height: 56px;
	transition: transform 1s;
	text-align:center;
}
#about-us-3 .about-us-box .about-us-post a .fa{
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#about-us-3 .about-us-box .about-us-post .skew-box{
	float:left;
}
#about-us-3 .about-us-box .about-us-post:hover .skew-box a{
	background:#d44457;
	border:1px solid #d44457;
	transition: all 0.3s ease-in-out 0.3s;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: transform 1s;
}
#about-us-3 .about-us-box .about-us-post:hover .skew-box a .fa{
	background:#d44457 ;
	transition: all 0.3s ease-in-out 0.3s;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: transform 1s;
}
#about-us-3 .about-us-box .about-us-post h4 {
  color: #ffffff;
  font-size: 16px;
  letter-spacing:1px;
  font-weight: 600;
  margin:0 0 6px 80px;
  transition:all 0.2s ease-in-out 0.2s;
}
#about-us-3 .about-us-box .about-us-post:hover h4 {
  color: #d44457;
  transition:all 0.2s ease-in-out 0.2s;
}
#about-us-3 .about-us-box .about-us-post span {
  color: #eeeeee;
  display: block;
  font-family: georgia;
  font-size: 11px;
  font-style: italic;
  margin: 0 0 0 80px;
}
/*** About us 4***/
.form-bg {
	background: #222;
	padding: 40px 30px 20px;
}
#appointment .form-bg .heading {
	margin-bottom: 30px;
}
#appointment .form-bg .heading h2 {
	color: #fff;
}
#appointment .form-bg .heading p {
	padding: 15px 5% 0 0;
}
.appointment-form .form-control {
	background-color: #333;
	border: 1px solid #4d525a;
	border-radius: 50px;
	box-shadow:none;
	height: 45px;
	font-size: 13px;
	line-height: 20px;
	padding: 0 20px;
	color:#fff;
}
.appointment-form textarea.form-control {
	background-color: #333;
	border: 1px solid #4d525a;
	color:#fff;
	border-radius:10px;
	box-shadow:none;
    height: 150px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
}
.appointment-form .form-control:focus {
	border-color: #d44457;
}
.appointment-form button.cd-btn {
	padding:10px;
}
.appointment-form select.form-control option{
	padding:10px 0;
}
/** Car Option **/
.appointment-form .selected {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 3px 0 0 10px;
}
.appointment-form .selected::before {
	top: 11px;
	right: 0;
	font-size: 18px;
	line-height: 5px;
	content: '\f107';
	position: absolute;
	font-family: 'FontAwesome';
}
.appointment-form .cont_office ul {
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: left;
	list-style: none;
	background: #d44457;
	position: absolute;
	border-radius: 20px;
	overflow:hidden;
}
.appointment-form .cont_office ul li{
	width: 100%;
	float: left;
	list-style-type: none;
}
.appointment-form .cont_office ul li a{
	color: #fff;
	padding: 11px 0 11px 18px;
	display: block;
}
.appointment-form .cont_office ul li a:hover{
	background:#222;
}
.appointment-form .cont_office:hover {
	border-color: #d44457;
}
.appointment-form .cont_office {
	width: 100%;
	text-align: left;
	position: relative;
	display: inline-block;
	border-radius: 40px;
	background-color: #333;
	border: 1px solid #4d525a;
	color:#999;
    height: 45px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
}
#car-search .appointment-form .cd-btn {
	width: 163px;
	margin:0;
}
#car-search.form-bg {
	padding: 40px 0;
}
/** About us - 5 **/
.page-section-ptb .heading h2 {
	color: #fff;
}
.page-section-ptb .heading p {
	color: #fff;
	padding: 15px 26% 0 0;
	font-size:15px;
}
.p_b_230 {
	padding-bottom: 280px !important;
}
.custom-content {
	margin-top: -200px;
	background: #222;
	position: relative;
	z-index: 9;
	padding: 50px;
}
.custom-content h5{
	color:#fff;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
}
.feature-text.left-icon .feature-icon {
	position: absolute;
	left: 0;
	color: #fff;
}
.feature-text {
	margin-top:44px;
}
.feature-info p {
	color: #fff;
	font-size: 15px;
	line-height: 26px;
}
.feature-info h5{
	padding-bottom:10px;
}
.feature-text .feature-icon span, .feature-text .feature-icon i {
	font-size: 40px;
	margin-bottom: 30px;
	display: inline-block;
	padding-left: 15px;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
}
.feature-text.left-icon .feature-info {
	text-align: left;
	padding-left: 60px;
}
.popup-video {
	position: relative;
}
.pro-video {
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	background: rgba(255,255,255,0.8);
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
}
.pro-video a{
	display: block;
	color: #d44457;
	padding-left:5px;
	font-size: 25px;
}
.pro-video:hover a{
	color: #fff;
}
.pro-video:hover{
	background:rgba(212,68,87,0.8);
}
.popup-video img {
	border-radius: 20px;
}
/******* About 9 ********/
.new-car {
	margin-top: 60px;
	border: 1px solid #444;
	padding: 20px 20px;
}
.new-car h3 {
	color: #fff;
	font-size: 30px;
}
.new-car h3 span{
	font-weight:700;
}
.new-car p {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 15px 0;
	line-height: 20px;
}
.new-car .cd-btn {
	padding: 10px 10px;
	font-size: 14px;
	color: #fff;
	border-width:1px;
}
/**** About us ****/
.about-us-11-detail h4 {
	color: #222;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: oblique;
	padding-bottom:30px
}
.about-us-11-detail p {
	padding-bottom:20px;
	font-size: 15px;
	line-height: 24px;
}
/* ================================= */
/* --------- Why Chose  CSS -------- */
/* ================================= */
#why-chose{
	background:#222;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.why-chose-bg-fixed{
	background-attachment: fixed !important;
}
.why-chose-bg{
	background:url(../images/features-bg.jpg);
	left: 0;
	background-position: left center;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 43%;
	background-repeat: no-repeat;
}
.why-chose-wide-box {
	padding:90px 0 60px 30px;
}
.why-chose-details p {
	line-height: 28px;
	color:#fff;
}
.why-chose-box{
	margin-top:80px;
}
.why-chose-box h4{
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
}
.why-chose-box h4{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
}
.why-chose-box .fa{
	color:#d44457;
	font-size:50px;
	margin-bottom:30px;
}
/****** Why Chose *****/
.why-chos-us-section {
    position: relative;
    background: #f5f5f5;
    margin-bottom: 64px;
}
.why-chos-us-section .single-item {
    position: relative;
}
.why-chos-us-section .single-item .content {
    position: relative;
    margin-bottom: 83px;
}
.why-chos-us-section .single-item .content h4 {
    position: relative;
    color: #222;
    line-height: 11px;
	font-weight:700;
    margin-bottom: 22px;
    text-transform:uppercase;
    letter-spacing: 1px;
	padding:0;
}
.why-chos-us-section .single-item .content p {
    position: relative;
    line-height: 28px;
    font-size: 14px;
}
.why-chos-us-section .img-box {
    position: relative;
    margin: 0 70px;
    height: 400px;
    background-color: #d44457;
    margin-top: 215px;
}
.why-chos-us-section .img-box .inner-box img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -77px;
    z-index: 1;
}
.why-chos-us-style-2 .img-box {
    position: relative;
    margin-top: 47px;
    text-align: center;
}
.why-chos-us-style-2 .img-box .inner-box img {
    position: relative;
    top: 53px;
    left: -29px;
    z-index: 9;
}
/*** why chose - 4 **/
#main-features .media.service-box:first-child {
  margin-top: 80px;
}
#main-features .media, 
#main-features .media-body {
	overflow:visible;
}
.features-img {
	margin-top: 40px;
}
.media.service-box {
  margin: 55px 0;
  cursor:pointer;
}
.service-box .media-heading {
	font-size: 22px;
	color: #222;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
	font-weight:600;
}
.service-box .media-body p{
	font-size: 14px;
}
.media.service-box .pull-left{
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  padding:0;
  color: #d44457;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #888;
  transition: background-color 400ms, background-color 400ms;
  transform: rotate(-45deg);
  position: relative;
  margin-right:40px;
  transform: rotate(45deg);
}
.media.service-box .pull-left > i {
  transition: background-color 400ms, background-color 400ms;
  transform: rotate(-45deg);
}
.media.service-box .pull-left::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -40px;
	right: -6px;
	border: 4px solid #fff;
	border-radius: 0;
	background: #d44457;
}
.media.service-box:hover .pull-left{
  background-color:#d44457;
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  transition: background-color 400ms, background-color 400ms;
}
/* ================================= */
/* ---------- Services CSS --------- */
/* ================================= */
#Services .col-md-3,
#Services .col-md-7,
#Services .col-md-5,
#Services .col-md-6{
  padding-left:8px;
  padding-right:8px;
  padding-bottom:16px;
}
.img-bg {
	background: #222222;
	color: #fff;
	font-size: 20px;
	height: 10%;
	padding: 15px 0;
	text-align: center;
	width: 100%;
	text-transform:uppercase;
}
.member-thumb {
	width: auto;
	position: relative;
	height: 260px;
}
.member-thumb img{
	height:100%;
	width:100%;
}
.overlay2{
	background-color:#222222 ;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}
.member-thumb {
  width:auto;
  position: relative;
}
.overlay_inner {
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	width:90%;
}
.member-thumb .overlay2 .overlay_inner h3 {
	border-bottom: 2px solid #d44457;
	color: #fff;
	display: inline-block;
	padding-bottom: 12px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
}
.member-thumb .overlay2 .overlay_inner h3 span{
  color: #d44457;
}
.member-thumb .overlay2 .overlay_inner p{
	letter-spacing:1px;
	font-size:13px;
}
.member-thumb .overlay2 .overlay_inner a.btn-icon {
	margin-top: 30px;
	display: inline-block;
	background: #fff;
	color: #d44457;
	padding: 7px 12px;
}
.member-thumb .overlay2 .overlay_inner a.btn-icon:hover {
	color:#fff;
	background:#d44457;
}
.member-thumb .overlay2 {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
	overflow:hidden;
}
.recent-work-wrap:hover .overlay2 {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}
.recent-work-wrap:hover{
	box-shadow:0 0 20px 5px rgba(0,0,0,0.5);
	transition:3s;
}
.overlay2::before {
	content: url(../images/services-overlay.png);
	position: absolute;
	left: -40px;
	top: -30px;
}
/*** Services - 4 ***/
#services-4{
	background:#222;
}
#services-4 .heading h2 {
	color: #fff;
}
#services-4 .nav-tabs {
	border: none;
	float: right;
}
#services-4 .nav-tabs > li > a {
	margin-right: 5px;
	border:none;
	border-radius: 50px;
	padding: 9px 22px;
	font-size: 13px;
	text-transform: uppercase;
	background:#fff;
	color:#222;
	cursor:pointer;
}
#services-4 .nav-tabs > li.active > a, 
#services-4 .nav-tabs > li > a:focus, 
#services-4 .nav-tabs > li > a:hover,
#services-4 .nav-tabs .dropdown-menu > li.active > a,
#services-4 .nav-tabs .dropdown-menu > li > a:focus,
#services-4 .nav-tabs .dropdown-menu > li > a:hover {
	color: #fff;
	cursor:pointer; 
	background-color: #d44457;
	bordernone;
}
#services-4 .nav-tabs .dropdown-menu {
	left: -80px;
	min-width: 100%;
	padding: 15px 0;
	font-size: 14px;
	background-color: transparent;
	border: none;
	box-shadow: none;
	text-transform: uppercase;
}
#services-4 .nav-tabs .dropdown-menu > li > a {
	padding: 7px 20px;
	font-weight: normal;
	color: #222;
	min-width: 160px;
	border-radius: 50px;
	background: #fff;
	margin-bottom: 5px;
}
.services-tab-detail {
	padding-left: 30px;
}
#services-4 .services-tab-detail .heading {
	margin-bottom: 30px;
}
#services-4 .services-tab-detail .heading h2 {
	font-size:24px;
}
#services-4 .services-tab-detail .heading p {
	padding: 15px 0 0 0;
	color:#fff;
	font-size:15px;
}
.services-list li {
	color: #fff;
	margin-bottom: 7px;
	font-size: 15px;
	position: relative;
	margin-left: 35px;
	transition:all .2s ease-in-out .2s;
	cursor:pointer;
}
.services-list li:hover{
	margin-left: 40px;
}
.services-list li::before {
	content: "\f046";
	font-family: FontAwesome;
	position: absolute;
	color: #d44457;
	left: -33px;
	top: 4px;
	font-size: 17px;
}
#services-4 .services-tab-detail .cd-btn {
	padding: 9px 10px;
}
#services-4 .member-thumb {
	width: 100%;
	position: relative;
	height:auto;
}
#services-4 .recent-work-wrap {
	border-radius: 20px;
	overflow: hidden;
}
#services-4 .member-thumb img {
	border-radius: 20px;
}
/**** Popular Cars ***/
#popular-car .recent-work-wrap {
	margin-bottom: 31px;
}
#popular-car .member-thumb {
	height: 100%;
}
.car-detail > h5 > a{
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0 15px 0;
	display:block;
	font-size:15px;
}
.recent-work-wrap:hover .car-detail > h5 > a{
	color:#d44457;
}
#popular-car .member-thumb .price {
	position: absolute;
	bottom: 4px;
	right: 0;
	background: #d44457;
	color: #fff;
	border-radius: 40px 0 0 40px;
	padding: 2px 29px;
	font-size: 15px;
}
.car-detail {
	padding: 0 15px 15px 15px;
	background: #f6f6f6;
	margin-top: -5px;
}
.car-detail ul li {
	width: 49%;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.car-detail ul li .fa {
	color: #fff;
	height: 18px;
	width: 18px;
	line-height: 18px;
	background: #ccc;
	border-radius: 4px;
	text-align: center;
	font-size: 10px;
	vertical-align: bottom;
	padding-left: 2px;
	margin-right: 5px;
}
.car-detail span a {
	border:1px solid #888;
	border-radius: 40px;
	font-size: 13px;
	padding: 4px 18px;
	display: inline-block;
	margin-top: 10px;
	color: #222;
}
.car-detail span a:hover{
	background: #d44457;
	color:#fff;
	border-color:#d44457;
}
/* ================================= */
/* ------- Call to Action CSS ------ */
/* ================================= */
#call-action{
	background:#222;
}
.call-action-btn {
	text-align: right;
}
.call-action-btn .cd-btn {
	padding: 1.2em 20px;
	text-align: center;
	font-size: 15px;
	width:auto;
}
.call-action-text{
	position:relative;
}
.call-action-text::before {
	content: url(../images/services-overlay.png);
	position: absolute;
	left: -50px;
	top: -78px;
}
.call-action-text p {
	color: #fff;
	font-size:28px;
	font-weight: 500;
	letter-spacing:2px;
	margin-top: 23px;
	text-transform:uppercase;
}
#call-action {
	background: #222;
	padding: 30px 0 35px 0;
}
/******* Call to Action *********/
#booking-section {
	padding: 150px 0 150px;
	background:url(../images/call-to-action-2.jpg); 
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#booking-section .content h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
}
#booking-section .content h5 {
	color: #fff;
	font-weight: normal;
	font-size: 21px;
	letter-spacing: 1px;
	padding: 20px 20%;
	line-height: 32px;
}
/* ================================= */
/* --------- Counter  Css  ------- */
/* ================================= */
#counter-section{
	background:#f6f6f6;
	padding:150px 0;
}
#counter-section2{
	background:#f6f6f6;
}
.counters-item {
  background: #fff;
  padding: 25px 0;
  position:relative;
}
.number-counters .counters-item i {
  display: inline-block;
  font-size: 26px;
  margin-bottom: 10px;
  color:#d44457;
}
.number-counters .counters-item strong {
  color: #222;
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
.number-counters .counters-item p {
  margin: 0;
  font-size:17px;
  color:#d44457;
}
.border-inner {
  border: 1px solid #eeeeee;
  bottom: 0;
  left: 0;
  margin: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
/* ================================= */
/* ----------- Team Css  ----------- */
/* ================================= */
#team{
    overflow: hidden;
	background:#f6f6f6;
}
.team-block img {
    bottom: -10px;
    position: relative;
    z-index: 1;
    transition: .3s;
    margin: 0 auto;
}
.team-desc {
    background: #fff;
    padding-bottom: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}
.team-name {
    padding: 10px 0;
}
.team-position p {
    color: #d44457;
}
.team-socials {
    display: inline-block;
    padding-top: 15px;
    padding-left: 0px;
}
.team-socials li {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}
.team-socials li a {
    color: #222;
}
.team-socials i {
	transition-duration: 0.4s;
	cursor: pointer;
	font-size: 16px;
	margin: 0 10px;
}
.team-socials .fb i:hover {
    color: #d44457;
    transition-duration: 0.4s;
}
.team-socials .twt i:hover {
    color: #d44457;
    transition-duration: 0.4s;
}
.team-socials .skype i:hover {
    color: #d44457;
    transition-duration: 0.4s;
}
.team-socials .l_in i:hover {
    color: #d44457;
    transition-duration: 0.4s;
}
.team-block:hover img {
    bottom: 0px;
    transition: .3s;
}
.team-desc {
    transition-duration: 0.5s;
}
.team-block:hover .team-desc {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.19);
    transition-duration: 0.5s;
}
/*================================== */
/* ---------- Client CSS ----------- */
/* ================================= */
#client{
	padding:120px 0;
	background:url(../images/bannar_5.jpg); 
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#client .heading h2 {
	color: #fff;
}
#client .heading p {
	color: #fff;
}
#client .logo img {
	border: 1px solid #fff;
	cursor:pointer;
}
#client .logo img:hover{
	border-color:#d44457;
}
/*================================== */
/* ---------- FAQ's CSS ------------ */
/* ================================= */
.faq_section .panel-title > a{
	display: block;
	position:relative;
	padding:7px;
}
.faq_section .panel {
	border: none;
}
.faq_section .panel {
	box-shadow:none;
}
.faq_section .collapse.in {
	display: block;
	border: 1px solid #ddd;
	margin: 0;
	padding-top: 0;
	border-radius: 10px;
}
.faq_section .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border:none;
}
.faq_section .panel-heading {
	padding: 0;
	margin-bottom:7px;
}
.faq_section .panel-title > a {
	padding: 13px 18px;
	position:relative;
	background: #d44457;
	color:#fff;
	border-radius:50px;
}
.faq_section .panel-title > a.collapsed {
	background: #f6f6f6;
	color: #888;
	font-size: 15px;
	font-weight: 600;
	border-radius:50px;
	border: 1px solid #ddd;
}
.faq_section .panel-title a:before{
	content: "\f068";
	position:absolute;
	font-family:FontAwesome;
	color:#fff;
	right:20px;
}
.faq_section .panel-title a.collapsed:after{
	content: "\f067";
	position:absolute;
	font-family:FontAwesome;
	color:#d44457;
	right:20px;
}
.faq_section .panel-title a.collapsed:before{
	content: "\f067";
	position:absolute;
	font-family:FontAwesome;
	color:#d44457;
	right:20px;
	display:none;
}
.faq_section .panel-default > .panel-heading {
	color: #fff;
	border: none;
	border-radius:50px;
}
.faq_section .panel-group .panel {
	border-radius:50px;
	border:none;
	margin-bottom:15px;
}
.faq_section .panel-body {
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	border-top: none;
}
.faq_section .panel-body.heading h3{
	font-size: 22px;
	color:#3a2f2f;
}
.faq-special-detail p {
	font-size: 13px;
}
.faq_section .panel-body {
	padding: 13px;
}
/*================================== */
/* -------- Latest News CSS -------- */
/* ================================= */
#news_slider .item{
	margin: 3px;
}
#news_slider .item img{
	display: block;
	width: 100%;
	height: auto;
}
#news_slider .owl-controls.clickable {
  position: absolute;
  right: 0;
  top: -53px;
}
#news_slider .owl-prev {
  background:transparent;
  display: inline-block;
  line-height: 10px;
  padding:8px 13px;
  margin-right:5px;
}
#news_slider .owl-next {
  background:transparent;
  display: inline-block;
  line-height: 10px;
  padding:8px 13px;
}
#news_slider .owl-next:hover, 
#news_slider .owl-prev:hover{
	background:#d44457;
	color:#fff;
}
.post .entry-header {
  position: relative;
}
.post .entry-header .entry-date {
  bottom: -25px;
  padding: 10px 15px;
  position: absolute;
  right: 10px;
  z-index: 2;
  text-align:center;
}
.event-content span {
  margin-right: 10px;
}
.post .entry-meta.meta-absolute {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.post .entry-meta.meta-absolute i {
  display: block;
  font-size: 28px;
}
.post .entry-header {
  position: relative;
}
.post .entry-title {
  margin-bottom: 15px;
}
.post .entry-content {
	background: #f8f8f8;
	padding: 15px 15px 5px 15px;
	position: relative;
}
.entry-date{
	background-color: #222;
	border-top: 3px solid #d44457;
}
.entry-date li.text-white {
	color: #fff;
	font-size: 14px;
}
.event-content h4 a {
	text-transform: uppercase;
	font-weight: 600;
	color: #222;
	padding-bottom: 15px;
	display: block;
	padding-top: 10px;
}
.event-content span {
	margin-right: 10px;
	font-size: 12px;
}
.event-content span .fa{
	color:#d44457;
	margin-right:5px;
}
.entry-content p {
	font-size: 13px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom:10px;
	letter-spacing: 1px;
}
.entry-content p a {
	display: block;
	background:transparent;
	padding: 5px 0;
	color: #222;
	width: 110px;
	text-align: center;
	font-size: 12px;
	border:1px solid #888;
	margin-top:7px;
	border-radius:50px;
}
.entry-content p a:hover{
	background:#d44457;
	border-color:#d44457;
	color:#fff;
}
#news_faq .panel-group {
	margin-bottom: 0;
}
/*================================== */
/* ---------- Special CSS ---------- */
/* ================================= */
.special-services-box{
	border: 7px solid #fff;
	padding: 8px 0;
	cursor:pointer;
}
.special-services-box.shiping {
	background: #2970fa;
	box-shadow: 0 0 1px 1px #2970fa;
	transition:.5s;
}
.special-services-box.money-back {
	background: #f05e5f;
	box-shadow: 0 0 1px 1px #f05e5f;
	transition:.5s;
}
.special-services-box.special-sale {
	background: #073b53;
	box-shadow: 0 0 1px 1px #073b53;
	transition:.5s;
}
.special-services-box.special-sale:hover,
.special-services-box.money-back:hover,
.special-services-box.shiping:hover{
	background: #d44457;
	box-shadow: 0 0 1px 1px #d44457;
	transition:.5s;
}
.special-services-box h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight:600;
	color: #fff;
	margin-bottom: 7px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}
.special-services-box p {
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
	color:#fff;
}
.special-services-box i {
	font-size: 30px;
	display: inline-block;
	color:#fff;
}
/*================================== */
/* --------- Product CSS ----------- */
/* ================================= */
.service-block {
  margin: 0 auto 30px;
  max-width: 400px;
  border: 1px solid #f6f6f6;
}
.service-block:hover .thumb .desc {
  bottom: 15px;
}
.service-block .thumb {
  overflow: hidden;
  position: relative;
}
.service-block .thumb .price {
  left: -1px;
  padding: 5px 10px;
  position: absolute;
  top: -1px;
  background:#d44457;
  color:#fff;
}
.service-block .thumb .desc {
  bottom: -31%;
  padding: 10px 6px 5px 20px;
  position: absolute;
  -webkit-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  width: 100%;
}
.service-block .thumb .desc p {
  color: #fff;
  font-size: 13px;
}
.service-block .content {
  border: 1px solid #eeeeee;
  padding: 12px 20px 20px;
}
.service-block .thumb{
  background:#000;
}
.service-block .img-fullwidth{
	width:100%;
}
.service-block:hover .img-fullwidth{
	opacity: 0.3;
	-webkit-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
.section-title .title-icon {
  left: -60px;
  position: absolute;
  top:12px;
}
.content h4 {
  padding-bottom:10px;
  text-transform: uppercase;
  color:#222;
  font-weight:600;
}
.price p {
	font-size: 16px;
	letter-spacing: 3px;
	margin: 0;
	padding: 3px 10px;
}
.b-featured__item-count {
  margin-top: 5px;
}
.b-featured__item-count del .amount {
  color: #222;
  font-size: 14px;
  font-weight: 500;
}
.b-featured__item-count ins {
  margin-left: 10px;
  text-decoration: none;
}
.b-featured__item-count .amount {
  font-size: 18px;
  font-weight: 600;
}
.desc a {
	background: #d44457;
	color: #fff;
	padding: 10px 20px;
	border-radius: 40px;
}
.desc a:hover{
	background:#fff;
	color:#222;
}
.star-rating::before,
.star-rating span::before {
  color: #c0c0c0;
  content: "";
  float: left;
  font-family: fontawesome;
  left: 0;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
}
.star-rating {
  font-size: 14px;
  height: 16px;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 75px;
}
.star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.star-rating span::before {
  color: #ffc300;
}
/*================================== */
/* ------ Sale Product CSS --------- */
/* ================================= */
.sale-box1,
.sale-box2,
.sale-box3 {
	position: relative;
	overflow:hidden;
}
.sale-box3 img,
.sale-box1 img,
.sale-box2 img {
	position: relative;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	width:100%;
}
.sale-box1 .hover_content {
	position: absolute;
	background-color: rgba(41, 112, 250, 1);
	width: 50%;
	height: 96%;
	display: inline-block;
	bottom: 5px;
	right: 0;
	padding: 10px;
	text-align: left;
}
.sale-box1 .hover_data {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 20px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.sale-box1 .hover_content .hover_data .title {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.sale-box1 .hover_content .hover_data .desc-text {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
	text-transform: uppercase;
}
.sale-box1 .shop-now {
	opacity: 1;
	display: inline-block;
	bottom: 0;
	right: 0;
	padding: 10px 0;
	text-align: left;
}
.shop-now a {
	background: #d44457;
	color: #fff;
	padding: 7px 33px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
	border-radius: 40px;
}
.shop-now a:hover,
.shop-now a:focus {
	background: #fff;
	color: #222;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sale-box1:hover img,
.sale-box2:hover img,
.sale-box3:hover img  {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.sale-box2 {
	margin-top: 16px;
}
.sale-box2 .hover_content {
	position: absolute;
	background-color: rgba(7, 59, 83, 0.5);
	opacity: 1;
	width: 60%;
	display: block;
	top: 30%;
	left: 2%;
	padding: 10px;
}
.sale-box2 .hover_data {
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.6);
	padding: 15px;
	text-align: left;
}
.sale-box2 .hover_data .title {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
}
.sale-box2 .hover_data .desc-text {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.sale-box3 .hover_content {
	position: absolute;
	background: #46525f;
	background-color: rgba(212, 68, 87, 0.7);
	opacity: 1;
	width: 60%;
	display: inline-block;
	top: 20px;
	left: 20px;
	margin: 0 auto;
	padding: 10px;
}
.sale-box3 .hover_data {
	display: block;
	padding: 15px 20px 15px;
	bottom: 0;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.sale-box3-inner {
	display: block;
	position: relative;
	overflow: hidden;
}
.hover_data .title {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
}
.hover_data .desc-text {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
/*================================== */
/* ---------- Popup CSS ------------ */
/* ================================= */
.modal-open {
	overflow-y: hidden;
	padding: 0 !important;
}
.modal-dialog.auto-zoon-popup {
	background:url("../images/newsletter.jpg");
	margin-top: 4%;
	color: #222;
	height: 600px;
	min-width: 450px;
	padding: 0px;
	text-align: left;
	width: 470px;
	background-color: #f8f8f8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
	overflow: hidden;
	opacity: 1;
}
.auto-zoon-popup .modal-content {
	background:rgba(0, 0, 0, 0.6);
	margin-top: 240px;
	padding: 20px;
	text-align: center;
	position: initial;
	border-radius:0;
}
.auto-zoon-popup .close {
	cursor: pointer;
	line-height: 27px;
	min-width: 30px;
	height: 30px;
	position: absolute;
	right: 5px;
	text-align: center;
	text-transform: uppercase;
	top: 5px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #222;
	font-family: Verdana, Geneva, sans-serif;
	opacity: 1;
}
.auto-zoon-popup .close:hover {
	color: #d44457;
}
.auto-zoon-popup h4.modal-title {
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}
#popup-form .content-subscribe {
	overflow: hidden
}
.form-subscribe-header label {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	margin: 20px 0;
	max-width: 95%;
}
#popup-form .input-box .input-text {
	border: 1px solid #ddd;
	height: 50px;
	line-height: 50px;
	margin: 0 0 5px;
	padding-left: 15px;
	width: 95%;
	border-radius: 40px;
	color: #222;
	font-size: 14px;
}
.subscribe-bottom input[type=checkbox] {
	vertical-align: sub;
}
#popup-form .actions .button-subscribe {
	background-color: #d44457;
	border: medium none;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	padding: 6px 60px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 8px;
	border-radius: 40px;
}
#popup-form .actions .button-subscribe:hover {
	background: #222;
	color: #fff;
}
.subscribe-bottom {
	color: #eee;
	display: block;
	margin-top: 15px;
	overflow: hidden;
	font-size: 13px;
}
.subscribe-bottom label {
	color: #eee;
	font-size: 12px;
	margin-bottom: 0;
}
#dont_show {
	margin: 0;
	vertical-align: middle;
}
.modal-open .modal {
	background:rgba(0, 0, 0, 0.7);
	z-index:999;
}
/*================================== */
/* --------- Left Bar CSS ---------- */
/* ================================= */
.left-bar {
	margin-top: 10px;
	margin-bottom:18px;
}
.left-bar .banner-box {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
}
.banner-box a {
	display: block;
	margin-bottom: -5px;
}
.left-bar .banner-box::before {
	background: #f6f6f6;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}
.left-bar .banner-box .banner-text {
	position: absolute;
	top: 12%;
	width: 100%;
	text-align: center;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.left-bar .banner-box .banner-text .first-text {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	line-height: .5;
}
.left-bar .banner-box .banner-text .medium-text {
	font-size: 15px;
	display: block;
	line-height: 1;
	color:#fff;
}
.left-bar .banner-box:hover .shop-now {
	top: 64%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.left-bar .banner-box .shop-now {
	display: inline-block;
	padding: 9px 25px;
	color: #fff;
	background-color: #d44457;
	font-size: 13px;
	position: absolute;
	top: 1000px;
	left: 24%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 40px;
}
.left-bar .banner-box .shop-now:hover{
	background:#fff;
	color:#222;
}
.left-bar .banner-box:hover .banner-text {
	top: 40%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	color:#fff;
}
.left-bar .banner-box:hover .banner-text .first-text{
	color:#fff;
}
.left-bar .banner-box:hover::before {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	background: rgba(0,0,0,0.7);
}
.left-bar .category{
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.left-bar .category h3 {
	background: #d44457;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 13px 15px;
}
.left-bar ul {
	padding: 15px;
}
.left-bar ul li a {
	color: #222;
	font-size: 14px;
	padding: 5px 0;
	display: block;
	transition:all .3s ease-in-out .3s;
}
.left-bar ul li {
	position: relative;
	padding-left: 16px;
}
.left-bar ul li::before {
	position: absolute;
	content: "\f101";
	font-family: FontAwesome;
	left: 0;
	top: 8px;
	color:#d44457;
}
.left-bar ul li a:hover{
	margin-left:5px;
	color:#d44457;
	transition:all .3s ease-in-out .3s;
}
.left-bar ul li {
	position: relative;
	padding-left: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.left-bar ul li:last-child{
	border-bottom:none;
}
.left-bar .category .media-object {
	max-width: inherit;
}
.left-bar .category .media-heading a{
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
}
.left-bar .category .media:hover .media-heading a{
	color:#d44457;
}
.left-bar .category .media {
	margin-top: 0;
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
.left-bar .category .media-body{
	text-align: center;
}
.left-bar .category .rating .fa-stack {
	font-size: 8px;
	width: 1.5em;
}
.left-bar .category .rating .fa-star {
	color: #F7941D;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.category .user-login{
	padding:15px;
}
.category .user-login .form-control {
	height: 44px;
}
.category .user-login .cd-btn {
	padding: 13px 0;
	width: 100%;
	margin-top: 0;
}
/*================================== */
/* ---------- Footer CSS ----------- */
/* ================================= */
#footer{
	background:url(../images/footer-bg.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.footer-box img{
	margin-bottom:20px;
}
.footer-box p {
	color: #fff;
	font-size: 14px;
	padding-bottom: 10px;
}
.footer-link li a {
	color: #fff;
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 1px;
}
.footer-link li a:hover{
	color: #d44457;
}
.footer-link li {
	margin-bottom:10px;
	color:#fff;
	font-size:15px;
}
.footer-link .closed-sun{
	color:#d44457;
}
.footer-link li .fa{
	color:#d44457;
	margin-right:5px;
}
.footer-box h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 35px;
}
.footer-box h5 {
	color:#fff;
	font-weight:600;
	font-size:18px;
	padding-bottom:10px;
	text-transform:uppercase;
}
.footer-box h4 span,
.footer-box h5 span{
	color:#d44457;
}
.border-bottom {
	border-top: 1px solid #333;
	margin: 50px 0;
}
.contact-number{
	color:#fff;
	font-size:14px;
}
.footer-link-bottom a {
	color: #fff;
	border:1px solid #fff;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	width: 32px;
	float: left;
	margin: 5px 7px 5px 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link-bottom a:hover {
	background-color: #d44457;
	color: #fff;
	border-color:#d44457;
}
.newsletter-form .form-control {
	height: 49px;
	width: 74%;
	display: inline-block;
	border-radius: 50px 0 0 50px;
	background:transparent;
	border:1px solid #888;
	color:#fff;
	box-shadow:none;
	padding-left:30px;
}
.newsletter-form button {
	height: 49px;
	border: 1px solid #d44457;
	border-radius:0 50px 50px 0;
	width: 26%;
	font-size: 14px;
	background:#d44457;
	color:#fff;
	display: inline-block;
	margin-left: -5px;
}
.newsletter-form button:hover{
	background:#fff;
	border-color:#fff;
	color:#222;
	transition:all .3s ease-in-out .3s;
}
.footer-link-bootom li {
	display: inline-block;
	margin-right:7px;
	font-size:14px;
	color:#fff;
}
.footer-link-bootom li a{
	color:#fff;
}
.footer-link-bootom li a:hover,
.footer-bottom p a:hover{
	color:#d44457;
}
.footer-bottom {
	background: #000;
	padding: 25px 0 15px;
}
.footer-bottom p{
	color:#fff;
	font-size:14px;
}
.footer-bottom p a{
	color:#fff;
	cursor:pointer;
}
.footer-link-bootom{
	text-align: right;
}
/* ================================= */
/* ------- Auto Shop Home CSS ------ */
/* ================================= */
body.boday-img{
	background:url(../images/body-bg.jpg);
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;	
}
body.boday-img #main-wraper .container{
	background:#fff;
}
body.boday-img .header-top-logo::after {
	left: 0;
	width: 310px;
	border-bottom: 75px solid transparent;
}
body.boday-img #footer {
	padding:50px 15px 5px;
}
body.boday-img .footer-bottom {
	background: #000;
	padding: 25px 15px;
}
/* ================================= */
/* -------- About us Page CSS ------ */
/* ================================= */
.page-banner {
	background: url(../images/bannar_11.jpg);
	background-position: center 50%;
	background-size: cover;
	padding: 10% 0 0;
	border-bottom: 5px solid #d44457;
}
.page-banner h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 36px;
	padding-bottom: 10%;
}
.bread-crumb {
	background: #d44457;
	display: inline-block;
	float: right;
	padding: 15px 30px 10px;
}
.page-banner .bread-crumb,
.page-banner .bread-crumb a{
	color:#fff;
	letter-spacing: 1px;
}
.page-banner .bread-crumb a:hover{
	color:#222;
}
/* ================================= */
/* ------- About Us Page CSS ------- */
/* ================================= */
.our-mission-box-detail h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size:22px;
	padding-bottom: 10px;
	color:#d44457;
}
.our-mission-box-detail p{
	line-height:24px;
}
.our-mission-box-detail ul {
	margin-top:25px;
}
.our-mission-box-detail ul li {
	display: block;
	padding-top: 14px;
	position:relative;
	padding-left:30px;
}
.our-mission-box-detail ul li::before {
	content: "\f0c8";
	position: absolute;
	left: 0;
	top: 22px;
	font-family: "FontAwesome";
	font-size: 11px;
	color:#d44457;
}
#services-page.our-value .heading h2,
#services-page.our-value .heading p {
	color: #fff;
}
#services-page.our-value .services-page-box p {
	font-weight: 200;
	font-size: 18px;
}
#services-page.our-value .services-page-box {
	height: 100%;
	padding: 50px 45px;
}
.services-page-box .fa {
	overflow: hidden;
	font-size:60px;
	position: relative;
	display:block;
	color:#fff;
	-webkit-transition: all .7s ease .1s;
	-o-transition: all .7s ease .1s;
	transition: all .7s ease .1s;
}
.services-page-box:hover .fa{
	transform: translateY(-15px);
}
#services-page.our-value .services-page-box h2 {
	position:relative;
	display:inline-block;
}
#services-page.our-value .services-page-box h2::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 45px;
	bottom: 8px;
	background: #d44457;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	transition:0.3s;
}
#services-page.our-value .services-page-box:hover h2::after{
	width:100%;
	transition:0.3s;
}
#services-page{
	background:#222;
}
.services-page-box {
	border: 1px solid rgba(125,125,125,0.3);
	height: 325px;
	width: 100%;
	padding: 70px 45px;
	cursor:pointer;
	transition:0.3s;
}
.services-page-box h2{
	font-size:30px;
	color:#d44457;
	font-weight:600;
	padding:20px 0;
}
.services-page-box p{
	color:#fff;
	line-height:34px;
}
.services-page-box:hover{
	background:#111;
	box-shadow:0 0 76px 0 rgba(0,0,0,0.24);
	-webkit-transition: color 1000ms, background-color 1000ms;
    -moz-transition: color 1000ms, background-color 1000ms;
    -o-transition: color 1000ms, background-color 1000ms;
    transition: color 1000ms, background-color 1000ms;
}
#our-team-page .team-box {
	border: 1px solid #dadada;
	padding: 30px 45px;
	position:relative;
	cursor:pointer;
	margin-bottom:35px;
}
#our-team-page .team-box h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	padding: 20px 0 0;
	color: #222;
	text-transform: uppercase;
}
#our-team-page .team-box p{
	font-size:14px;
	padding-bottom:10px;
}
#our-team-page .team-box ul{
	position:relative;
	z-index:2;
}
#our-team-page .team-box ul li {
	margin: 0 3px;
	font-size: 18px;
	color: #dadada;
	display: inline-block;
}
#our-team-page .team-box ul li a{
	color:#d44457;
}
#our-team-page .team-box .team-box-overlay{
	background:#d44457;
}
#our-team-page .team-box .team-box-overlay {
	background: #d44457;
	position: absolute;
	bottom: 0;
	top: 0;
	height: 0;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	transition: 0.5s;
}
#our-team-page .team-box .team-box-overlay h2{
	color:#fff;
	font-weight:600;
	padding-top:75px;
}
#our-team-page .team-box .team-box-overlay p {
	color: #fff;
	font-weight: 200;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .25px;
	padding: 45px 20px 110px 20px;
}
#our-team-page .team-box:hover .team-box-overlay {
	transition:0.5s;
	height:100%;
}
#our-team-page .team-box:hover a{
	color:#fff;
}
/* --------- Services - 1 -------- */
#Services-2 .left-bar {
	margin-top: 0;
	margin-bottom: 30px;
}
#Services-2-slider .owl-buttons,
#blog_slider .owl-buttons{
	opacity:0;
	transition:0.3s;
}
#Services-2-slider:hover .owl-buttons,
#blog_slider:hover .owl-buttons{
	opacity:1;
	transition:0.3s;
}
#Services-2-slider .owl-prev,
#blog_slider .owl-prev {
	display: inline-block;
	position: absolute;
	top: 50%;
	top: 50%;
	height: 46px;
	width: 50px;
	line-height: 46px;
	background: #fff;
	color: #222;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	left: 15px;
	transition:0.3s;
}
#Services-2-slider .owl-next, 
#blog_slider .owl-next{
	display: inline-block;
	position: absolute;
	top: 50%;
	height: 46px;
	width: 50px;
	line-height: 46px;
	background: #fff;
	color: #222;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	right: 20px;
	transition: 0.3s;
}
#Services-2-slider .owl-next:hover,
#Services-2-slider .owl-prev:hover,
#blog_slider .owl-prev:hover,
#blog_slider .owl-next:hover{
	background: #d44457;
	color:#fff;
	transition:0.3s;
}
#Services-2 .heading {
	margin-bottom: 20px;
}
#Services-2 .services-tab-detail {
	padding-left: 0;
	margin: 30px 0;
}
#Services-2 .services-list{
	padding-bottom: 20px;
}
#Services-2 .services-list li {
	color: #888;
}
#Services-2 .project_details_text p {
	padding-bottom: 15px;
}
.feature_box {
	background: #f6f6f6;
	padding: 25px 35px 40px 25px;
	transition: all 0.7s ease 0s;
	border-radius: 5px;
	cursor: pointer;
}
.feature_box > .fa {
	font-size: 42px;
	color: #111111;
	padding-bottom: 30px;
}
.feature_box > h3 {
	padding-bottom: 10px;
	padding-top: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #222;
	font-size: 20px;
}
.feature_box:hover,
.feature_box.active{
	transition: all 0.7s ease 0s;
	background: #d44457;
}
.feature_box:hover .fa,
.feature_box:hover h3,
.feature_box:hover p,
.feature_box.active .fa,
.feature_box.active h3,
.feature_box.active p{
	color: #fff;
	transition: all 0.7s ease 0s;
}
/* --------- Services - 2 ---------- */
#services-page-2 .more-services .media-left {
	padding-top: 0;
	padding-left: 1px;
}
#services-page-2 .more-services .fa {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 45px;
	margin-right: 15px;
	transition: all 0.5s ease 0s;
	color: #222;
}
#services-page-2 .more-services .title {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 10px;
	transition: all 0.5s ease 0s;
	color: #222;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
}
#services-page-2 .more-services .description {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 25px;
}
#services-page-2 .more-services:hover .fa {
	color: #d44457;
	transform: scale(0.8);
}
#services-page-2 .more-services:hover .title {
	color: #d44457;
}
#services-page-2 .more-services{
	margin-bottom: 30px;
}
/* --------- Services Details ------ */
.feature_box .cd-btn {
	padding: 6px 10px;
	width: 150px;
}
.feature_box:hover .cd-btn,
.feature_box.active .cd-btn {
	background: #fff;
	color: #222;
}
/* Table 1 Style */
table.table1{
    font-size: 16px;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
    width: 100%;
}
.table1 thead th{
    padding:15px;
    color:#fff;
    text-align: center;
    text-shadow:1px 1px 1px #222;
    border:1px solid #fff;
    border-bottom:3px solid #fff;
    background-color:#d44457;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    font-weight: bold;
}
.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th{
    color:#fff;
    text-shadow:1px 1px 1px #222;
    background-color:#d44457;
    border:1px solid #fff;
    padding:10px;
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    font-weight: bold;
}
.table1 tfoot td{
    text-align:center;
    padding:10px;
    text-shadow:1px 1px 1px #000;
}
.table1 tfoot th{
	color:#fff;
    text-shadow:1px 1px 1px #222;
    background-color:#222;
    border:1px solid #fff;
    padding:10px;
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    font-weight: bold;
}
.table1 tfoot td {
	color: #fff;
	padding:15px;
	text-align: center;
	background: #222;
	border: 2px solid #fff;
}
.table1 tbody td{
    padding:10px;
    text-align:center;
    background-color:#f6f6f6;
    border: 2px solid #fff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.table1 tbody span.check::before{
    content : url(../images/check0.png)
}
.call-to-action2 h2 {
	color: #222;
	font-size: 36px;
	font-weight: 800;
	padding: 20px 0;
	font-family: 'Open Sans', sans-serif;
}
.call-to-action2 h2 span{
	color: #d44457;
}
.call-to-action2 p{
	font-size: 20px;
	font-weight: lighter;
}
/* ================================= */
/* ----------- Gallery CSS --------- */
/* ================================= */
.portfolio-items-overlay img {
	width: 100%;
}
ul.portfolio-filter li {
	display: inline-block;
}
.portfolio-items .col-md-4{
	padding-left: 3px;
	padding-right: 3px;
}
.portfolio-filter {
	text-align:center;
	margin-bottom:60px;
}
.portfolio-filter > li a {
	display: block;
	padding: 0 0 8px;
	letter-spacing: 0.75px;
	text-decoration: none;
	cursor: pointer;
	color: #222;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 4px solid transparent;
	margin: 0 10px;
	position: relative;
	transition: all 0.5s ease-in;
}
.portfolio-filter > li a.active,
.portfolio-filter > li a:hover{
	color: #d44457;
	border-bottom: 2px solid #d44457;
	transition: all 0.5s ease-in;
}
.portfolio-items-wrapper:hover .overlay {
	background: rgba(255,255,255,0.5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: 10px;
	transition:0.3s;
	cursor:pointer;
}
.portfolio-items-wrapper .centered {
	opacity: 0;
	transition: 0.3s;
	position: absolute;
	transform: translate(-50%, 50%);
	left: 50%;
	top: 42%;
}
.portfolio-items-wrapper .centered a {
	background: transparent;
	height: 40px;
	display: inline-block;
	width: 45px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	background: #d44457;
}
.portfolio-items-wrapper .centered a:hover{
	background: #222;
	color: #fff;
}
.portfolio-items-wrapper:hover .centered{
	opacity:1;
	transition:0.3s;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* ================================= */
/* ------------ Blog CSS ----------- */
/* ================================= */
/* --- Blog Right CSS --- */
#blog {
    background: #f6f6f6;
}
.blog_detail {
    margin-bottom: 60px;
}
.blog_heading {
    background: #fff;
    box-shadow: 0 7px 11px -9px #555;
    margin-bottom:14px;
    padding:19px;
}
.blog_heading > h2 {
	color: #222;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 17px;
	font-size: 26px;
}
.blog_heading > ul {
    display: table;
    width: 100%;
}
.blog_heading li {
    display: table-cell;
    text-align: center;
}
.blog_heading li a {
    border: 1px solid #f6f6f6;
    display: block;
    font-weight: lighter;
    margin: 0 0 0 10px;
    padding: 10px 0;
    text-transform: uppercase;
}
.blog_detail ul li a .fa {
    margin-right: 5px;
}
.blog_detail ul li a span {
    color: #d44457;
    margin: 0 5px;
	font-weight:400;
	color:#8b8b8b;
}
.blog_heading li:first-child a {
    margin-left: 0;
}
.blog_heading li a:hover {
    background: #d44457;
    color: #fff;
}
.blog_heading li a:hover .fa,
.blog_heading li a:hover span {
    color: #fff;
}

/* --- Blog Slider CSS --- */
#testinomial_slider .owl-pagination {
    bottom: 69px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
#testinomial_slider .owl-page {
    background: #fff;
    display: inline-block;
    height: 3px;
    margin: 0 4px;
    padding: 2px 10px;
    width: 10px;
    transition: 0.3s;
}
#testinomial_slider .owl-page.active {
    background: #222;
    padding: 2px 13px;
    transition: 0.3s;
}
#testinomial .heading h2::before {
    width: 123px;
}
.compensate-for-scrollbar, .fancybox-enabled body {
	overflow: hidden;
	margin: 0 !important;
}
.testinomial_detail > p {
    font-style: oblique;
    padding: 0 21% 90px;
}
.testinomial_detail h4 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.testinomial_detail span {
    color: #f71735;
    display: block;
    font-size: 0.75rem;
}
.testinomial_detail p::before {
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    font-style: normal;
    left: 18%;
    position: absolute;
}
.testinomial_detail p::after {
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    font-style: normal;
    right: 18%;
    position: absolute;
}

/* --- Blog Discription CSS --- */
.bolg_description > p {
    padding-bottom: 35px;
}
.bolg_description {
    background: #fff;
    padding: 55px 25px;
}
.bolg_description > p {
    font-size: 15px;
    padding-bottom: 35px;
}
.blog_line {
    background: #f6f6f6;
    height: 1px;
    margin-bottom: 50px;
}
.blog_button .dropdown {
    display: inline-block;
}
.blog_button .dropdown > button {
    background: transparent;
    border: medium none;
    border-bottom: 1px solid #d44457;
    color: #d44457;
    padding: 0;
    text-transform: uppercase;
    padding: 0 0 5px;
}
.blog_button .dropdown > button > .fa {
    margin-right: 5px;
}
.blog_button > a {
    border-bottom: 1px solid #d44457;
    color: #d44457;
    text-transform: uppercase;
    padding: 0 0 5px;
}
.blog_button .dropdown-menu {
	background-clip: padding-box;
	background-color: #222;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0;
	list-style: outside none none;
	margin: 9px 0 0;
	min-width: 235px;
	padding: 15px 6px;
	position: absolute;
	text-align: center;
	top: 100%;
	z-index: 1000;
}
.blog_button .dropdown-menu li{
	display: inline-block;
}
.blog_button .dropdown-menu > li > a {
	clear: both;
	color: #8b8b8b;
	display: block;
	font-weight: 400;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
	border: 1px solid #8b8b8b;
	width: 40px;
	text-align: center;
	padding: 0 0 0 6px;
}
.blog_image #testinomial_slider.owl-theme {
    background:#d44457;    
    padding: 94px 0;
}
.blog_image .testinomial_detail > p {
    color: #fff;
    padding: 0 9% 30px;
}
.blog_image .testinomial_detail h4 {
    color: #fff;
}
.blog_image .testinomial_detail span {
    color: #fff;
}
.blog_image .testinomial_detail p::after {
    right: 6%;
}
.blog_image .testinomial_detail p::before {
    left: 6%;
}
.blog_image a.blog_link {
    background:#d44457;    
    color: #fff;
    display: block;
    padding: 60px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.blog_image a.blog_link span {
    display: block;
    font-size: 14px;
    margin-top: 20px;
    text-transform: lowercase;
}
.blog_image iframe {
	height: 400px;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0 10px;
	text-align: center;
}
#blog ul.pagination-list {
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
}
#blog ul.pagination-list li {
    display: inline-block;
}
#blog ul.pagination-list li a.prev-pag,
#blog ul.pagination-list li a.next-pag {
    color: #999999;
    font-weight: 700;
}
#blog ul.pagination-list li a {
    border-radius: 20px;
    color: #222;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 900;
    padding: 8px 13px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}
#blog ul.pagination-list li a.prev-pag i {
    margin-right: 7px;
}
#blog ul.pagination-list li a:hover,
#blog ul.pagination-list li a.active {
    background: #d44457;
    color: #ffffff;
}

/* --- Blog Side Bar CSS --- */
.sideblog {
    background: #fff;
    padding: 25px 25px 35px;
}
.sideblog_heading {
    margin-bottom: 30px;
}
.sideblog_heading > h3 {
    border-bottom: 1px solid #f6f6f6;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
}
.sideblog_heading > h3::after {
    background: #d44457;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
}

/* --- Blog About --- */
.blogside_detail p {
    padding-top: 15px;
}
.blogside_detail > a {
    background: #d44457;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 30px;
    border-radius: 40px;
}
.blogside_detail > a:hover,
.blogside_search .button:hover{
	background: #222;
}
.blogside_detail > a > i {
    margin-left: 5px;
}

/* --- Blog Social --- */
.social_blog {
    margin-bottom: 60px;
}
.sideblog {
    margin-bottom: 60px;
}
.sideblog_heading > h4 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    color: #d44457;
}
.sideblog_heading h4::before {
    background: #d44457;
    bottom: 7px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px;
}
.sideblog_heading h4::after {
    background: #d44457;
    bottom: 7px;
    content: "";
    height: 3px;
    right: 0;
    position: absolute;
    width: 75px;
}
.blogside_links > li {
    display: inline-block;
    margin: 0 2px;
}
.blogside_links a {
    background: #d44457;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.blogside_links a:hover {
    background: #fff;
    color: #d44457;
}

/* --- Blog Search --- */
.blogside_search .search {
	background: #f6f6f6;
	border: 1px solid #dadada;
	padding: 7px 0 7px 10px;
	width: 100%;
	margin-bottom: 5px;
	border-radius: 40px;
}
.blogside_search .button {
	background: #d44457;
	border: medium none;
	color: #fff;
	margin-top: 12px;
	padding: 10px 0;
	width: 100%;
	border-radius: 40px;
}

/* --- Blog post --- */
.blogside_post .wpf-blog .view-caption a {
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 13px;
    padding: 5px 8px;
    position: relative;
    top: -12px;
}
.blogside_post > h4 {
    color: #222;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0;
    text-transform: uppercase;
}
.blogside_post > span {
    font-size: 12px;
    font-style: oblique;
}

/* --- Blog Stats --- */
.social_blog .progress {
	background-color: transparent;
	box-shadow: none;
	height: 30px;
	border-radius: 0;
	margin-bottom: 5px;
	overflow: visible;
}
.social_blog .progress-bar {
	background-color: #d44457;
	box-shadow: none;
	text-align: right;
	padding: 4px;
	border-radius: 40px;
}
.social_blog label {
    position: absolute;
    left: 22px;
    color: #fff;
    margin-top: 3px;
}

/* --- Blog Tags --- */
.blogside_tag > ul li {
  margin: 5px -1px;
  display: inline-block;
}
.blogside_tag ul li a {
	background: #f6f6f6;
	padding: 5.5px 13px;
	font-size: 14px;
}
.blogside_tag ul li a:hover {
    background: #d44457;
    color: #fff;
}

/* ================================= */
/* --------- BLog List CSS --------- */
/* ================================= */
.blog_list_detail .bolg_description {
    padding: 0;
}
.blog_list_detail .blog_line {
    margin-bottom: 20px;
}
.blog_heading > p {
    padding: 60px 0;
}
.blog_list_detail .col-md-4,
.blog_list_detail .col-md-8 {
    padding: 0;
}
.blog_list_detail ul > li > a span {
    color: #8b8b8b;
    margin: 0 5px;
	font-weight:400;
}
.blog_list_detail .blog_heading {
    box-shadow: none;
}
.blog_list_detail .wpf-blog .view-caption a {
    margin-top: 25%;
}
.blog_list_detail .blog_button .dropdown-menu > li > a {
    padding: 0 9px 0 0;
}
/* --- Blog List Form CSS --- */
form#list_blog_contact {
    background: #fff;
    border: 1px solid #f6f6f6;
}
form#list_blog_contact .form-control {
    background: #f6f6f6;
    border: 1px solid #dadada;
    border-radius: 4px;
    box-shadow: none;
    color: #8b8b8b;
    height: 50px;
    font-size: 12px;
}
form#list_blog_contact textarea.form-control {
    height: 180px;
}
form#list_blog_contact .col-md-12 {
    margin-bottom: 60px;
}
form#list_blog_contact .heading h2::before {
    width: 90px;
}
.blog_listsidebar .blog_heading > p {
    padding: 21px 0;
}
.wpf-blog {
    display: block;
    width: auto;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.wpf-blog img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.wpf-blog:hover .view-caption {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wpf-blog:hover .view-caption:hover h4 {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wpf-blog:hover .view-caption:hover a {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wpf-blog .view-caption {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 20% 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.wpf-blog .view-caption h4 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}
.wpf-blog .view-caption a {
    color: #fff;
    font-size: 18px;
    margin-top: 0;
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 15px;
    line-height: 18px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}
.wpf-blog .view-caption a:hover {
    color: #d44457;
    border-color: #d44457;
}

.blog_listsidebar .blog_list_detail .blog_button .dropdown-menu > li > a {
	padding: 0;
}
/* ================================= */
/* ------- Blog Misonery CSS ------- */
/* ================================= */
.news_3 .latest_page_box {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding-top:16px;
  margin-bottom: 50px;
}
.news_3 .news_image {
  margin-top:16px;
  position: relative;
}
.news_3 .news_image img{
	width: 100%;
}
.news_date {
  padding: 0 25px;
  font-size: 14px;
}
.news_padding > h3 {
	margin: 20px 0 10px;
	color: #222;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.news_padding > p {
  display: inline-block;
  font-size: 14px;
}
.news_padding > p > a:hover{
	color: #d44457;
}
.news_padding {
	padding: 20px 25px 25px;
}
.news_date i {
	font-size: 20px;
	vertical-align: text-top;
	margin-right: 10px;
}
.news_image .price .tag {
  color: #fff;
  display: block;
  font-size:28px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  width: 80px;
  background: #d44457;
}
.news_image .price .tag_white {
  height:24px;
  font-size:12px;
  line-height:24px;
  text-align: center;
  width: 80px;
  background: #fff;
  color: #353535;
  display: block;
}
.news_image .price {
  bottom:10px;
  position: absolute;
  right:10px;
  z-index:0;
}
.news_padding .cd-btn {
	padding: 8px 10px;
	width: 150px;
	font-size: 14px;
}
#about_slider .owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
#about_slider .owl-pagination {
  bottom: 30px;
  left: 0;
  position: absolute;
  right: 0;
  text-align:center;
}
#about_slider .owl-page {
  display: inline-block;
}
#about_slider .owl-page span {
	display: block;
	width:19px;
	height:3px;
	filter: Alpha(Opacity=50);
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-right:5px;
	background: #fff;
	margin-top:30px;
}
#about_slider .owl-page.active span, 
#about_slider .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #d44457;
}/* ================================= */
/* -------- Appointment CSS -------- */
/* ================================= */
.appointment-page-form h3 {
	color: #222;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 30px;
}
.appointment-page-form .form-control {
	height: 50px;
	border-radius: 0;
	box-shadow: none;
	color: #999;
}
.appointment-page-form .form-control:focus{
	border-color: #d44457;
}
.appointment-page-form .form-arrow{
	position: relative;
}
.appointment-page-form .form-arrow::after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	color: #999;
	font-size: 20px;
	right: 18px;
	top: 13px;
	cursor: pointer;
	z-index: 2;
	pointer-events: none;
}
.appointment-page-form .form-arrow::before {
	content: "";
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background:#fff;
	border: 1px solid #ccc;
	position: absolute;
	cursor: pointer;
	display: block;
	pointer-events: none;
	z-index: 1;
}
.appointment-page-form .checkbox-inline {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}
.appointment-page-form .checkbox-inline + .checkbox-inline {
  margin-left: 20px;
}
.appointment-page-form .checkbox label {
  padding-left: 0;
}
.appointment-page-form input[type="checkbox"] {
  display: none;
}
.appointment-page-form input[type="checkbox"] + label {
  color: #a0a2a5;
  line-height: 22px;
  font-size: 14px;
  width: 100%;
}
.appointment-page-form input[type="checkbox"] + label:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url('../images/checkbox-unchecked.png') no-repeat scroll 0 0 transparent;
  float: left;
  margin-right: 18px;
}
.appointment-page-form input[type="checkbox"]:checked + label:before {
  background: url('../images/checkbox-checked.png') no-repeat scroll 0 0 transparent;
}
.appointment-page-form input[type="checkbox"] + label + .additionalComment {
  padding: 15px 20px;
  border: 0;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #a0a2a5;
  display: none;
  border-radius: 0;
  transition: all 300ms ease-in-out 0s;
}
.appointment-page-form input[type="checkbox"]:checked + label + .additionalComment {
  display: block;
}
.appointment-page-form .preferredDateInput {
  margin-bottom: 20px;
}
.appointment-page-form .list-group .list-group-item {
	border-radius: 0;
	padding: 0;
	margin: 0 0 15px;
}
.appointment-page-form .list-group .list-group-item .checkbox {
  margin: 0;
}
.appointment-page-form .list-group .list-group-item .checkbox input[type="checkbox"] + label {
  line-height: 48px;
}
.appointment-page-form .list-group .list-group-item .checkbox input[type="checkbox"] + label:before {
  height: 45px;
  background-position: 0 center;
  margin-left: 20px;
}
.appointment-page-form .list-group .list-group-item .checkbox input[type="checkbox"]:checked + label {
  background: #f6f7f8;
}
/* ================================= */
/* --------- Contact us CSS -------- */
/* ================================= */
.contact-info-box {
	border: 1px solid #eeeeee;
	padding: 40px 30px;
	transition: 0.3s;
	cursor: pointer;
}
.contact-info-box:hover{
	border-color:#d44457;
	transition: 0.3s;
}
.contact-info-box .fa {
	color: #d44457;
	font-size: 40px;
	margin-bottom: 20px;
}
.contact-info-box h3 {
	color: #222;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 5px;
}
.contact-info-box p{
	font-size: 14px;
}
form.contact-page .form-control {
    background: #f6f6f6;
    border: 1px solid #dadada;
    border-radius: 4px;
    box-shadow: none;
    color: #8b8b8b;
    height: 50px;
    font-size: 12px;
}
form.contact-page textarea.form-control {
    height: 180px;
}
form.contact-page .col-md-12 {
    margin-bottom: 60px;
}
#google-container {
	position: relative;
	width: 100%;
	height: 450px;
	background-color: #e7eaf0;
}
/******* Contact us 2 ********/
#contact-us {
	background:url(../images/map-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.contact-bg {
	background: #fff;
	border: 1px solid #cccccc;
	padding: 30px 30px 0;
	position: relative;
	top: -85px;
}
.contact-form .form-group{
	margin-bottom:30px;
}
.contact-form .form-control {
	height: 44px;
	border-radius: 0;
}
.contact-form textarea.form-control {
	height: 190px;
}
.contact-form .form-group > button {
	font-size: 18px;
	padding: 0 60px;
	width: auto;
	height: 48px;
}
.contact-form .form-group > img{
	width: auto;
}
.address-box .fa {
	color: #ffffff;
	font-size: 28px;
	height: 60px;
	line-height: 60px;
	margin-bottom: 25px;
	text-align: center;
	width: 60px;
	border-radius: 5px;
	background: #d44457;
}
.address-box h4 {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 7px;
	color:#3a2f2f;
}
.address-box p {
	font-size: 15px;
}
/* ================================= */
/* --------- Responsive CSS -------- */
/* ================================= */
@media (max-width: 1199px) {
	.top-number {
		font-size: 12px;
		padding: 17px 7px 10px 7px;
	}
	#services-4 .nav-tabs > li > a {
		padding: 9px 15px;
	}
	.car-detail ul li .fa {
		margin-right: 3px;
	}
	.car-detail ul li {
		width: 48%;
		letter-spacing: 0px;
	}
	#car-search .appointment-form .cd-btn {
		width: 100%;
	}
	.header_social i {
		width: 52px;
	}
	
	.sale-box1 .hover_content .hover_data .title,
	.sale-box1 .hover_content .hover_data .desc-text,
	.sale-box2 .hover_data .title,
	.sale-box2 .hover_data .desc-text{
		font-size: 12px;
	}
	.shop-now a {
		padding: 3px 13px;
		font-size: 10px;
	}
	.sale-box1 .shop-now {
		padding:0;
	}
	.modal-dialog.auto-zoon-popup {
		min-width: 100%;
		width: 100%;
	}
	.sale-box2 .hover_content {
		top: 7px;
	}
	.blog_heading > h2 {
		font-size: 22px;
	}
	.blog_listsidebar .blog_heading > p {
		padding: 10px 0;
		font-size: 13px;
	}
	.blog_button .dropdown > button,
	.blog_heading li a,
	.blog_button > a{
		font-size: 12px;
	}
}
@media (max-width: 992px) {
	h1 {
    font-size: 35px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 14px;
	}
	p {
		font-size: 12px;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
		padding: 10px 10px;
		color: #fff;
	}
	header nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
		color: #888;
	}
	#header-3 .attr-nav > ul > li > a {
		padding: 18px 20px;
	}
	.top-number {
		height: auto;
		padding: 10px 0 10px 0;
		border-left: none;
		text-align: center;
	}
	.top-number:last-child {
		border-right:none;
	}
	.header_top .col-sm-12,
	.social-share{
		text-align:center;
	}
	header .navbar-nav > li {
		Padding: 0;
	}
	header nav.navbar.bootsnav ul.nav > li > a {
		padding: 10px 0;
	}
	header nav.navbar.bootsnav .navbar-toggle {
		margin-top: 20px;
	}
	header nav.navbar.bootsnav .navbar-toggle {
		background-color: #d44457;
		border: none;
		padding: 6px 12px;
		font-size: 14px;
		position: relative;
		top: -5px;
		color: #fff;
		border-radius: 0;
		border: none;
	}
	header nav.navbar.bootsnav .navbar-toggle {
		margin-right: -7px;
	}
	header nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
		left:0;
	}
	.why-chose-bg{
		display: none;
	}
	header .navbar-brand {
		height: auto;
		padding: 13px 0 0 30px;
	}
	#nav_slider .item {
		margin:0;
	}
	#header-3 {
		background: #222;
		position: relative;
	}
	#header-3 nav.navbar.bootsnav {
		background-color: #000;
	}
	#header-3 .navbar-brand {
		padding: 13px 0 0 25px;
	}
	#header_top_4 .header-top-logo a img{
		width:100%;
	}
	#header_top_4 .social-share{
		display:none;
	}
	#header_top_4 .col-md-5{
		text-align:right;
	}
	#header-4 nav.navbar.bootsnav.sticked .navbar-brand {
		display: none;
	}
	#header-4 .attr-nav {
		top: -9px;
	}
	#header-4 nav.navbar.bootsnav.sticked .navbar-nav {
		float: none !important;
	}
	#header-4 nav.navbar.bootsnav.sticked ul.nav > li {
		padding: 0 10px;
	}
	.why-chose-wide-box{
		padding: 60px 0;
	}
	#services-4 .nav-tabs {
		margin-bottom: 50px;
	}
	#header-7 nav.navbar.bootsnav {
		background-color: #fff;
	}
	#header-7 .attr-nav > ul > li > a {
		margin-top: 4px;
	}
	.header_top_bar .column_details:nth-child(2) {
		display: none;
	}
	.header_top_bar  .column_left .fa {
		display: none;
	}
	.header_top_bar  .column_right {
		float: left;
	}
	.header_top_bar  .header_social i {
		width: 20px;
		height: auto;
		border: none;
	}
	.about-image img {
		width: 100%;
	}
	.about-image {
		margin-top: 30px;
	}
	.special-services-box{
		margin-bottom:30px;
	}
	.add-banner img{
		width:100%;
	}
	.banner-box a img{
		width:100%;
	}
	.blog_image img{
		width: 100%;
	}
	#google-container {
		height: 300px;
	}
	.contact-info-box {
		margin-bottom: 30px;
	}
	.contact-bg {
		top: 30px;
	}
}
@media (max-width: 991px) {
	#services-4 .nav-tabs {
		border: none;
		float: left;
	}
	#services-4 .recent-work-wrap {
		margin-bottom: 50px;
	}
	#header-8 .attr-nav{
		display:none;
	}
	header#header-8  .navbar-brand {
		padding: 13px 0 0 25px;
	}
	#main-slider.banner-6 .carousel-content {
		width: 100%;
		transform: skew(0deg);
		padding: 20px 20px;
	}
	#main-slider.banner-6 .carousel-content h1,
	#main-slider.banner-6 .carousel-content h3,
	#main-slider.banner-6 .carousel-content a.cd-btn {
		transform: skew(0deg);
	}
	.feature_box{
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.p_t {
		padding-top: 40px;
	}
	.p_b {
		padding-bottom: 40px;
	}
	.p_t_b {
		padding: 40px 0;
	}
	#header_top_4 .header-top-logo a img {
		width: auto;
	}
	#header_top_4 .col-md-5 {
		text-align: center;
		margin-bottom:15px;
	}
	.header-top-logo {
		text-align:center;
	}
	.header-top-logo::after {
		left: 0;
		width: 100%;
		border:none;
	}
	.cd-hero-slider .cd-btn:nth-of-type(2) {
		margin-left: 0;
	}
	.cd-hero-slider .cd-btn {
		padding: .8em .3em;
		font-size: 1rem;
	}
	.cd-hero-slider {
		height: 620px;
	}
	#main-slider.banner-4 .carousel-content h1,
	#main-slider.banner-4 .carousel-content p {
		width:100%
	}
	#wellcome .welcome{
		margin-bottom:30px;
	}
	#call-action,
	.call-action-btn{
		text-align: center;
	}
	#news_slider{
		margin-bottom:50px;
	}
	.footer-link-bootom,
	.footer-bottom{
		text-align: center;
	}
	.about-image .row .col-md-6:first-child {
	padding-right: 15px;
	}
	.about-image .row .col-md-6:last-child {
		padding-left: 15px;
	}
	.about-image img{
		width:100%;
	}
	.about-detail {
		margin-bottom: 50px;
	}
	.why-chos-us-section .img-box {
		margin: 0;
		height: auto;
	}
	.why-chos-us-section .img-box .inner-box img {
		position: relative;
		bottom: 0;
		z-index: 1;
	}
	.inner-box {
		margin-bottom: 70px;
	}
	#booking-section .content h5 {
		padding: 20px 0;
	}
	#booking-section .content h2 {
		font-size: 30px;
	}
	#booking-section {
		padding: 80px 0 80px;
	}
	.about-box{
		margin-top:50px;
	}
	.why-chos-us-section {
		margin-bottom: 0;
	}
	#Services .col-md-3, #Services .col-md-7, #Services .col-md-5, #Services .col-md-6 {
		padding-left: 15px;
		padding-right: 15px;
	}
	#services-4 .recent-work-wrap {
		margin-bottom: 50px;
	}
	#services-4 .nav-tabs > li > a {
		padding: 9px 15px;
		margin-bottom: 10px;
	}
	.header_top_bar .column_details:nth-child(3) {
		display: none;
	}
	.header_top_bar  .column_details{
		width: 33.33%;
	}
	#header-4 .attr-nav.cart-top {
		top: 12px;
	}
	.blog_heading > h2 {
		font-size: 20px;
	}
	.bread-crumb {
		float: none
	}
	.address-box {
		margin: 20px 0 40px;
	}
}
@media (max-width: 450px) {
	.cd-btn {
		width:100%;
	}
	.cd-btn:nth-of-type(2) {
	margin-left: 0;
	}
	#header-4 .attr-nav > ul > li > a {
		padding: 8px 20px !important;
		text-align: center;
	}
	#header-4 .attr-nav {
		top: -4px;
	}
	#appointment .heading p {
		padding: 15px 0 0; 
	}
	.tp-caption.tp-resizeme{
		display:none;
	}
	.header_top_bar .logo_area.column_details{
		width: 100%;
		margin-bottom:20px;
	}
	.header_top_bar  .column_details{
		width: 50%;
	}
	.header_top_bar .column_details:nth-child(4),
	.header_top_bar .column_details:nth-child(5) {
		margin-top:20px;
	}
	.blog_heading li {
		display: block;
	}
	.blog_heading li:first-child a {
		margin-left: 10px;
		margin-bottom: 3px;
	}
}
@media (max-width: 360px) {
	.top-number:nth-child(2),
	.top-number:nth-child(3){
		display:none;
	}
	.social-share li a {
		width: 40px;
		height: 30px;
		line-height: 30px;
		margin-left: 0;
	}
	#client .logo img {
		width:100%;
	}
	#header-3 .attr-nav > ul > li > a {
		display:none;
	}
}