/* Cppi HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Two / Three
5. Main Slider
6. Services Section
7. About Section
8. Why Choose Section
9. Deal Section
10. Dealership Section
11. Counter Section
12. Seller Section
13. Clients Section
14. Call To Action Section
15. News Section
16. Main Footer
17. Page Title
18. Listing Grid
19. Listing List
20. Listing Detail
21. Our Blogs
22. Blog Widgets
23. Blog Detail
24. Map Section
25. Contact Form
26. Contact Info Section

**********************************************/


@font-face {
	font-family: 'Myriad Pro Regular';
	src: url('/wp-content/themes/boltfood_theme/fonts/MyriadPro-Regular.eot'),
	url('/wp-content/themes/boltfood_theme/fonts/MyriadPro-Regular.woff') format('woff'),
	url('/wp-content/themes/boltfood_theme/fonts/MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#ff6754;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Open Sans', sans-serif;
}

/* Typography */

h1{
	font-size:60px;
}

h2{
	font-size:40px;
}

h3{
	font-size:34px;
}

h4{
	font-size:24px;
}

h5{
	font-size:20px;
}

h6{
	font-size:18px;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 14px 38px;
	font-weight: 600;
	overflow: hidden;
	overflow:hidden;
	border-radius:4px;
	background-color: #ff6754;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}

.btn-style-one:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #052046;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ffffff;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ff8667;
	padding: 13px 35px 15px;
	font-weight: 600;
	overflow: hidden;
	overflow:hidden;
	cursor:pointer;
	border-radius:5px;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}

.btn-style-two:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #222222;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-two .txt{
	position:relative;
	z-index:1;
}

.btn-style-two:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover{
	color: #ffffff;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 12px 44px;
	font-weight: 400;
	overflow: hidden;
	overflow:hidden;
	border-radius:50px;
	background-color: #ff6754;
	text-transform: capitalize;
}

.btn-style-three:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ff8667;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-three .txt{
	position:relative;
	z-index:1;
}

.btn-style-three:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover{
	color: #ffffff;
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding: 12px 40px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 50px;
	overflow:hidden;
	text-transform: capitalize;
	border:2px solid rgba(255,255,255,0.60);
}

.btn-style-four:before{
	position: absolute;
	content: '';
    top: -2px;
    left: -2px;
    right:-2px;
	bottom:-2px;
    z-index: 1;
    opacity: 0;
    background-color: #00e49a;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-four .txt{
	position:relative;
	z-index:1;
}

.btn-style-four:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-four:hover{
	color: #ffffff;
	border-color:#00e49a;
}

/* Btn Style Five */

.btn-style-five{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #211347;
	padding: 12px 40px;
	font-weight: 400;
	overflow: hidden;
	border-radius: 3px;
	overflow:hidden;
	text-transform: capitalize;
	border:1px solid #ebebeb;
}

.btn-style-five:before{
	position: absolute;
	content: '';
    top: -2px;
    left: -2px;
    right:-2px;
	bottom:-2px;
    z-index: 1;
    opacity: 0;
    background-color: #00e49a;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-five .txt{
	position:relative;
	z-index:1;
}

.btn-style-five:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-five:hover{
	color: #ffffff;
	border-color:#00e49a;
}

.theme_color{
	color:#ff6754;
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg); background-size:90px; display:none;}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#0a0a0a;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#ff6754;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.sec-title .title{
	position:relative;
	font-size:14px;
	line-height:1.6em;
	color:#ff6754;
	margin-bottom:10px;
}

.sec-title h2{
	position:relative;
	color:#272626;
	font-weight:700;
	font-size:40px;
	line-height:1.2em;
}

.sec-title h2 span{
	position:relative;
	color:#ff6754;
	font-weight:400;
	font-style:italic;
	font-family: 'Open Sans', cursive;
}

.sec-title .text{
	position:relative;
	font-size:16px;
	line-height:1.6em;
	color:#000000;
	margin-top:10px;
}

.sec-title.centered{
	text-align: center !important;
}

.sec-title.light h2{
	color:#ffffff;
}

/* List Style One */

.list-style-one{
	position:relative;
	z-index:1;
}

.list-style-one li{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	margin-bottom:15px;
	padding-left:30px;
	line-height:1.5em;
}

.list-style-one li strong{
	position:relative;
	color:#000000;
	font-size:14px;
	font-weight:600;
	display:block;
	margin-bottom:2px;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:2px;
	color:#05db56;
	font-size:20px;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	z-index:999;
	width:100%;
	-ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
	background-color:#ffffff;
}

.header-top{
	position:relative;
	background-color:#ffffff;
	border-bottom:1px solid #eeeeee;
}

.header-top .top-left{
	position:relative;
	float:left;
}

.header-top .top-left .list{
	position:relative;
}

.header-top .top-left .list li{
	position:relative;
	color:#000000;
	font-size:16px;
	opacity:0.70;
	margin-right:20px;
	display:inline-block;
}

.header-top .top-left .list li:first-child{
	position:relative;
	color:#ffffff;
	opacity:1;
	padding:18px 35px;
	background-color:#ff6754;
}

.header-top .top-left .list li span{
	position:relative;
	margin-right:9px;
}

.header-top .top-right{
	position:relative;
	float:right;
	padding:17px 0px;
}

.header-top .top-right .social-nav{
	position:relative;
	float:left;
}

.header-top .top-right .social-nav li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.header-top .top-right .social-nav li a{
	position:relative;
	color:#888585;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-top .top-right .signin:hover,
.header-top .top-right .social-nav li a:hover{
	color:#ff6754;
}

.header-top .top-right .signin{
	position:relative;
	float:left;
	color:#272626;
	font-size:16px;
	margin-left:18px;
	text-decoration:underline;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .header-upper{
	position:relative;
	z-index:1;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-header .header-upper .outer-box{
	position:relative;
	float:right;
	padding:30px 0px;
	margin-left:40px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-upper .outer-box .cart-box{
	position:relative;
	color:#2e2e2e;
	font-size:26px;
	line-height:1em;
}

.main-header .header-upper .outer-box .cart-box .icon{
	position:absolute;
	right:-5px;
	top:-5px;
	color:#ffffff;
	width:20px;
	height:20px;
	font-size:12px;
	text-align:center;
	line-height:22px;
	border-radius:50px;
	display:inline-block;
	background-color:#ff6754;
}

.main-header .header-upper .outer-box .nav-toggler{
	position:relative;
	font-size:28px;
	color:#ff9600;
	cursor:pointer;
	display:inline-block;
}

.header-style-two{
	position:relative;
	background-color:inherit;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#222222;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:8px 0px 8px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.sticky-header .main-menu .navigation > li > a{
	padding:23px 0px  !important;
	color:#ffffff !important;
}

.sticky-header .main-menu .navigation > li > a:after{
	display:none;
}

.main-header .nav-outer{
	position:relative;
	float: right;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box{
	position: relative;
	z-index:12;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
}

.main-header .header-lower{
	position:relative;
	background-color:rgba(0,0,0,0.55);
}

.main-menu{
	position:static;
	float:left;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse{
	padding:0px;
	float: left;
	display:block;
}

.main-menu .navigation{
	position:static;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:none;
	display:inline-block;
	margin-right:35px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-header .header-upper .upper-right{
	position:relative;
}

.main-header .header-upper .info-box{
	position:relative;
	color:#333333;
	font-weight:600;
	padding:22px 0px;
	padding-left:30px;
	padding-right:28px;
	margin-right:30px;
	display:inline-block;
	border-right:1px solid #ecebeb;
}

.main-header .header-upper .info-box .icon-box{
	position:absolute;
	left:0px;
	top:24px;
	color:#091394;
	font-size:20px;
	line-height:1em;
}

.main-header .header-upper .social-box{
	position:relative;
	float:right;
	padding:21px 0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#2e2e2e;
	text-align:center;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:0px;
	opacity:1;
	font-weight:600;
	padding:30px 0px;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Open Sans', sans-serif;
}

.main-header.header-style-two .main-menu .navigation > li > a{
	color:#ffffff;
}

.main-header.header-style-two .header-upper{
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-header.header-style-two .header-upper .outer-box .cart-box{
	color:#ffffff;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color:#ff6754;
}

.main-menu .navigation > li > a:before{
	position:absolute;
	content:'';
	left: -16px;
    top: 42px;
	width:6px;
	height:6px;
	opacity:0;
	border-radius:50px;
	background-color:#ff6754;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	opacity:1;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
	text-align:left;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding: 0px 0px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul:before{
	position:absolute;
	content:'';
	left:0px;
	top:-30px;
	width:100%;
	height:30px;
	display:block;
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #f4f2f2;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 18px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	padding-left:30px;
	background:#ff6754;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:14px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	text-align:left;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0px 0px;
	background-color: #ffffff;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #f4f2f2;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 18px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
	padding-left:30px;
	background:#ff6754;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	border-top:0px !important;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .header-upper .outer-box .social-icon-one{
	position: relative;
	float:left;
}

.main-header .header-upper{
	position:fixed;
	left: 0px;
    right: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
	border-bottom:0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	background-color:#2a2c41;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
	padding: 14px 0;
}
.main-header.fixed-header .header-upper {
	background-color:#2f4668;
	box-shadow: 0px 0px 16px rgb(29 33 72);
}
.main-header .header-upper .outer-box .login-box{
	position:relative;
	width:52px;
	height:52px;
	float:left;
	color:#ffffff;
	font-size:18px;
	cursor:pointer;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	border:1px solid rgba(255,255,255,0.50);
}

.main-header .header-upper .outer-box .sidebar-btn{
	position:relative;
	width:52px;
	height:52px;
	float:left;
	color:#ffffff;
	font-size:18px;
	margin-left:14px;
	cursor:pointer;
	line-height:52px;
	text-align:center;
	border-radius:50px;
	background-color:#05db56;
}

.header-style-two{
	position:absolute;
}

.header-style-two.fixed-header .header-upper{
	background-color:#000000;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position: relative;
}

.banner-section .icons-layer{
	position:absolute;
	left:50px;
	bottom:50px;
	width:286px;
	height:489px;
	z-index:2;
}

.banner-carousel .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 210px 0px 250px;
}

.banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
	filter: brightness(.7);
}

.banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}

.banner-carousel .content-box{
	position: relative;
	max-width: 760px;
	z-index:3;
}

.banner-section.style-two .content-box{
	max-width:100%;
	padding:0px;
}

.banner-carousel .content-box h1{
	display: block;
	line-height: 1.1em;
	color: #ffffff;
	font-weight: 700;
	opacity: 0;
	margin-bottom: 30px;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.banner-carousel .active .content-box h1{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .content-box .text{
	display: block;
	font-size: 16px;
	line-height: 1.9em;
	color: rgba(255,255,255,1);
	font-weight: 400;
	opacity: 0;
	margin-bottom: 40px;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	font-family: 'Open Sans', sans-serif;
}

.banner-carousel .active .content-box .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .btn-box{
	position: relative;
	opacity: 0;
	z-index: 9;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.banner-carousel .content-box .btn-box .theme-btn{
	margin-right:8px;
}

.banner-carousel .active .content-box .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .need{
	position:relative;
	color:#ffffff;
	font-size:15px;
	margin-top:20px;
	opacity: 0;
	display:inline-block;
	text-decoration:underline;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.banner-carousel .active .need{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width:100%;
	height:0;
	opacity:0;
	display:none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section:hover .owl-nav{
	opacity:1;	
}

.banner-section .owl-nav .owl-prev{
	position: absolute;
	left: 0px;
	background: #ffffff;
	height: 80px;
	width: 40px;
	border-radius: 0;
	border: 2px solid #ffffff; 
	text-align: center;
	line-height: 80px;
	color: #020202;
	font-size: 24px;
	opacity: .90;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-nav .owl-next{
	position: absolute;
	right: 0px;
	background: #ffffff;
	height: 80px;
	width: 40px;
	border-radius: 0;
	border: 2px solid #ffffff; 
	text-align: center;
	line-height: 80px;
	color: #020202;
	font-size: 24px;
	opacity: .90;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-nav .owl-prev:hover, 
.banner-section .owl-nav .owl-next:hover{
	opacity: 1;
}

.banner-section .owl-dots{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0px 4px;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	background: #4d4d4d;
	border: 1px solid transparent;
	border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span{
	background: #ff8667;
	border-color: #ff8667;
}

.banner-section.style-two{
	text-align:center;
}

.banner-section.style-two .slide-item{
	padding:300px 0px 250px;
}

.banner-section .icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:2;
}

.banner-section .icons .icon-one{
	position:absolute !important;
	left:20% !important;
	top:32% !important;
	width:22px;
	height:22px;
	background-repeat:no-repeat;
}

.banner-section .icons .icon-two{
	position:absolute !important;
	left:auto !important;
	right:20% !important;
	top:32% !important;
	width:22px;
	height:22px;
	background-repeat:no-repeat;
}

.banner-section .icons .icon-three{
	position:absolute !important;
	left:auto !important;
	right:10% !important;
	top:56% !important;
	width:22px;
	height:22px;
	background-repeat:no-repeat;
}

.banner-section .icons .icon-four{
	position:absolute !important;
	left:20% !important;
	top:86% !important;
	width:50px;
	height:55px;
	background-repeat:no-repeat;
}

.banner-section .icons .icon-five{
	position:absolute !important;
	right:4% !important;
	left:auto !important;
	top:86% !important;
	width:50px;
	height:55px;
	background-repeat:no-repeat;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.main-header .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color:#000000;
	display: none;
}

.header-style-two .nav-outer .mobile-nav-toggler{
	color:#ff6754;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-width:200px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease 500ms;
	-moz-transition:all 0.7s ease 500ms;
	-ms-transition:all 0.7s ease 500ms;
	-o-transition:all 0.7s ease 500ms;
	transition:all 0.7s ease 500ms;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 3px;
	top: 3px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 24px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#ff6754;	
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.sticky-header .navbar-header{
	display:none;
}

.sticky-header .mobile-nav-toggler{
	display:none;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:16px;
	font-style:normal;
	height:50px;
	padding:10px 20px 10px 20px;
	line-height:28px;
	color:#777777;
	border: none;
	border-radius:4px;
	background:#ffffff;
	border:1px solid #ffffff;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:2px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#000000;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
	font-weight:800;
}

.ui-menu .ui-menu-item{
	font-size:14px;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background:#ff8667;
	border-color:#ff8667;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
	background-color:#ff8667;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding-top:90px;
}

.about-section .icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.about-section.style-two{
	padding-top:140px;
	background-image: -ms-linear-gradient(top, #ffffff 0%, #FEF8F7 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #FEF8F7 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #FEF8F7 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(100, #FEF8F7));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #FEF8F7 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #FEF8F7 100%);
}

.about-section .map-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-position:center top;
	background-repeat:no-repeat;
}

.about-section.style-two .icons .car-icon{
	right:0px;
	width:286px;
	height:160px;
	left:auto !important;
}

.about-section .icons .car-icon{
	position:absolute !important;
	top:auto !important;
	left:0px !important;
	bottom:30px !important;
	width:684px;
	height:163px;
	background-repeat:no-repeat;
}

.about-section .icons .icon-two{
	position:absolute;
	left:0px !important;
	top:-50px !important;
	width:1197px;
	height:541px;
	background-repeat:no-repeat;
}

.about-section .icons .icon-three{
	position:absolute;
	left:10% !important;
	top:12% !important;
	width:21px;
	height:21px;
	background-repeat:no-repeat;
}

.about-section .icons .icon-four{
	position:absolute;
	right:5% !important;
	left:auto !important;
	top:70% !important;
	width:63px;
	height:40px;
	background-repeat:no-repeat;
}

.about-section .icons .icon-five{
	position:absolute;
	right:8% !important;
	left:auto !important;
	top:32% !important;
	width:63px;
	height:40px;
	background-repeat:no-repeat;
}

.about-section .form-column{
	position:relative;
	margin-bottom:30px;
}

.about-section .form-column .inner-column{
	position:relative;
	padding:72px 30px 120px;
	background-color:#052046;
	background-position:right top;
	background-size:cover;
}

.about-section .form-column h3{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:20px;
}

.about-section .form-column .stock{
	position:relative;
	color:#ffffff;
	opacity:0.9;
	font-weight:400;
	margin-top:15px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.about-section .content-column .inner-column{
	position:relative;
}

.about-section .content-column .inner-column .car-image{
	position:relative;
	margin-left:-100px;
}

.about-section .content-column .sec-title{
	margin-bottom:18px;
}

.about-section .content-column .bold-text{
	position:relative;
	color:#272626;
	font-size:24px;
	font-weight:500;
	margin-bottom:18px;
}

.about-section .content-column .text{
	position:relative;
	margin-bottom:25px;
}

.about-section .content-column .text p{
	position:relative;
	color:#000000;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:15px;
}

.about-section .content-column .text p:last-child{
	margin-bottom:0px;
}

.about-section .content-column .product{
	position:relative;
}

.about-section .content-column .product .image{
	position:relative;
}

.about-section .content-column .product .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .content-column .product .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	padding:25px 25px;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left left, color-stop(0, rgba(255,255,255,0)), color-stop(100, #000000));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: linear-gradient(to left, rgba(255,255,255,0) 0%, #000000 100%);
}

.about-section .content-column .product .room{
	position:relative;
	font-size:16px;
	color:#ffffff;
	letter-spacing:2px;
	text-transform:uppercase;
}

.about-section .content-column .product .title{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:30px;
	margin-top:10px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.about-section .content-column .product .price{
	position:relative;
	color:#ff6754;
	font-weight:500;
	font-size:24px;
	margin-top:25px;
	letter-spacing:1px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Cars Tabs Style
====================================================================

***/

.cars-tabs{
	position:relative;	
}

.cars-tabs .tab-btns{
	position:relative;
	margin-bottom:10px;
}

.cars-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	margin-right:14px;
	font-size:16px;
	background:none;
	color:#ffffff;
	text-transform:capitalize;
	font-weight:400;
	line-height:24px;
	cursor:pointer;
	margin-bottom:10px;
	display:inline-block;
	transition:all 500ms ease;
}

.cars-tabs .tab-btns .tab-btn .circle{
	position:relative;
	width:15px;
	height:15px;
	top:1px;
	margin-right:8px;
	display:inline-block;
	border-radius:50px;
	border:2px solid #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.cars-tabs .tab-btns .tab-btn:hover .circle,
.cars-tabs .tab-btns .tab-btn.active-btn .circle{
	background-color:#ffffff;
	border-color:#ff6754;
}

.cars-tabs .tab-btns .tab-btn:hover,
.cars-tabs .tab-btns .tab-btn.active-btn{
	
}

.cars-tabs .tabs-content{
	position:relative;	
}

.cars-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.cars-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.cars-tabs .tabs-content .default-form .row{
	margin:0px -5px;
}

.cars-tabs .tabs-content .default-form .form-group{
	padding:0px 5px;
	margin-bottom:10px;
}

.cars-tabs .tabs-content .default-form .form-group .theme-btn:before{
	background-color:#ff6754;
}

.cars-tabs .tabs-content .default-form .form-group .theme-btn{
	cursor:pointer;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding-top:50px;
}

.services-section.style-two{
	padding-top:95px;
}

.services-section.style-three{
	padding-top:0px;
	padding-bottom:100px;
}

.services-section .help{
	position:relative;
	color:#272626;
	font-size:16px;
	z-index:1;
	text-align:center;
	text-decoration:underline;
}

.services-block{
	position:relative;
	margin-bottom:30px;
}

.services-block .inner-box{
	position:relative;
	text-align:center;
	padding:0px 25px;
}

.services-block .inner-box .icon-box{
	position:relative;
	margin-bottom:15px;
}

.services-block .inner-box .icon-box .icon{
	position:relative;
	font-size:60px;
	color:#ff6754;
	line-height:1em;
}

.services-block.style-two .inner-box .icon-box .icon{
	color:#272626;
}

.services-block .inner-box h4{
	position:relative;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:12px;
	text-transform:capitalize;
}

.services-block .inner-box h4 a{
	position:relative;
	color:#272626;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-block .inner-box h4 a:hover{
	position:relative;
	color:#ff6754;
}

.services-block .inner-box .text{
	position:relative;
	line-height:1.8em;
	color:#272626;
}

/*** 

====================================================================
	Deals Section
====================================================================

***/

.deals-section{
	position:relative;
	padding:90px 0px 70px;
	background-position:center bottom;
	background-repeat:repeat-x;
}

.deals-section .icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.deals-section .icons .icon-one{
	position:absolute;
	left:10%;
	top:22%;
	width:20px;
	height:20px;
	border-radius:50px;
	background-color:#fd799e;
}

.deals-section .icons .icon-two{
	position:absolute;
	left:6%;
	top:25%;
	width:48px;
	height:48px;
	border-radius:50px;
	background-color:#fd799e;
}

.deals-section .icons .icon-three{
	position:absolute;
	right:10%;
	top:22%;
	width:20px;
	height:20px;
	border-radius:50px;
	background-color:#fd799e;
}

.deals-section .icons .icon-four{
	position:absolute;
	right:6%;
	top:25%;
	width:48px;
	height:48px;
	border-radius:50px;
	background-color:#fd799e;
}

.deals-section .icons .icon-five{
	position: absolute;
    right: 8%;
    left: auto;
    top: 42%;
    width: 63px;
    height: 40px;
    background-repeat: no-repeat;
}

.deals-section .icons .icon-six{
	position: absolute;
    right: 8%;
    bottom: 20%;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
}

.deals-section .deals{
	position:relative;
	color:#ff6754;
	font-size:16px;
	margin-top:50px;
	display:inline-block;
	text-decoration:underline;
}

.deal-block{
	position:relative;
	margin-bottom:30px;
}

.deal-block .inner-box{
	position:relative;
}

.deal-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#ff6754;
}

.deal-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.deal-block .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.08,1.08);
}

.deal-block .inner-box .image .ribbon{
	position:absolute;
	left:15px;
	bottom:15px;
	font-size:14px;
	width:42px;
	height:42px;
	color:#ffffff;
	line-height:42px;
	text-align:center;
	border-radius:50px;
	background-color:#fd799e;
}

.deal-block .inner-box .lower-content{
	position:relative;
	padding:25px 30px 35px;
	background-color:#ffffff;
}

.deal-block .inner-box .lower-content h4{
	position:relative;
	color:#000000;
	font-weight:600;
	line-height:1.3em;
	font-size:20px;
	text-align:center;
}

.deal-block .inner-box .lower-content h4 a{
	position:relative;
	color:#000000;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.deal-block .inner-box .lower-content h4 a:hover{
	color:#ff6754;
}

.deal-block .inner-box .lower-content .price{
	position:relative;
	color:#ff6754;
	font-size:20px;
	font-weight:700;
	text-align:center;
	margin-top:16px;
	font-family: 'Open Sans', sans-serif;
}

.deal-block .inner-box .lower-content .content{
	position:relative;
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #f4f4f4;
}

.deal-block .inner-box .lower-content .lower-title{
	position:relative;
	color:#000000;
	font-size:16px;
	margin-bottom:12px;
	font-weight:600;
	text-decoration:underline;
}

.deal-block .inner-box .lower-content ul{
	position:relative;
}

.deal-block .inner-box .lower-content ul li{
	position:relative;
	color:#272626;
	font-size:16px;
	margin-bottom:3px;
}

.deal-block .inner-box .lower-content .btn-box{
	position:relative;
	margin-top:20px;
}

.deal-block .inner-box .lower-content .btn-box .theme-btn{
	position:relative;
}

.deal-block.style-two .inner-box .lower-content .btn-box{
	margin-top:0px;
}

/*** 

====================================================================
	Dealer Section
====================================================================

***/

.dealer-section{
	position:relative;
	overflow:hidden;
	padding:150px 0px 100px;
}

.dealer-section .icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.dealer-section .icons .icon-one{
	position:absolute;
	left:10%;
	top:22%;
	width:20px;
	height:20px;
	border-radius:50px;
	background-color:#fd799e;
}

.dealer-section .icons .icon-two{
	position:absolute;
	left:6%;
	top:25%;
	width:48px;
	height:48px;
	border-radius:50px;
	background-color:#fd799e;
}

.dealer-section .icons .icon-three{
	position:absolute;
	right:10%;
	top:22%;
	width:20px;
	height:20px;
	border-radius:50px;
	background-color:#fd799e;
}

.dealer-section .icons .icon-four{
	position:absolute;
	right:6%;
	top:25%;
	width:48px;
	height:48px;
	border-radius:50px;
	background-color:#fd799e;
}

.dealer-section .content-column .pattern-layer{
	position:absolute;
	left:-280px;
	top:-120px;
	width:1093px;
	height:779px;
}

.dealer-section .content-column .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:-80px;
	width:385px;
	height:200px;
}

.dealer-section .content-column .sec-title{
	margin-bottom:20px;
}

.dealer-section .content-column{
	position:relative;
}

.dealer-section .content-column .inner-column{
	position:relative;
}

.dealer-section .content-column .sec-title .title{
	position:relative;
	font-size:24px;
	font-weight:500;
	text-transform:capitalize;
}

.dealer-section .content-column .text{
	position:relative;
	margin-bottom:25px;
}

.dealer-section .content-column .text p{
	position:relative;
	color:#000000;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:15px;
}

.dealer-section .content-column .text p:last-child{
	margin-bottom:0px;
}

.dealership-form{
	position:relative;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.dealership-form .form-group{
	position:relative;
	float:left;
	padding:0px;
	margin-bottom:0px;
}

.dealership-form .form-group input{
	height:55px;
	line-height:50px;
	width:100%;
	color:#000000;
	padding-left:18px;
	border-left:2px solid #fff4f2;
}

.dealership-form .form-group .ui-selectmenu-button.ui-button{
	height:55px;
	line-height:36px;
}

.dealership-form .form-group .submit-btn{
	position:absolute;
	right:-20px;
	top:5px;
	width:44px;
	height:44px;
	color:#ffffff;
	cursor:pointer;
	line-height:44px;
	text-align:center;
	border-radius:50px;
	background-color:#ff6754;
}

.dealer-section .image-column{
	position:relative;
}

.dealer-section .image-column .inner-column{
	position:relative;
	padding-top:100px;
}

.dealer-section .image-column .image{
	position:relative;
}

.dealer-section .image-column .image img{
	position:relative;
	max-width:inherit;
}

.dealer-section .image-column .pattern-layer-three{
	position:absolute;
	left:0px;
	top:0px;
	width:385px;
	height:375px;
	background-repeat:no-repeat;
}

.dealer-section .image-column .pattern-layer-four{
	position:absolute;
	right:0px;
	bottom:0px;
	width:385px;
	height:375px;
	background-repeat:no-repeat;
}

.dealer-section .image-column .image .video-box{
	position:absolute;
	left:0px;
	top:0px;
	width:175px;
	float:left;
	height:175px;
	color:#ffffff;
	font-size:25px;
	text-align:center;
	border-radius:50%;
	line-height: 175px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:#ff6754;
}

.dealer-section .image-column .image .video-box:before{
	position:absolute;
	content:'';
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
	border-radius:50%;
	border:1px dashed #ffffff;
}

.dealer-section .image-column .image .video-box .overlay-box span{
	position: absolute;
	width:175px;
	height: 175px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:24px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -43px;
	margin-left:-43px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.dealer-section .image-column .image .video-box .ripple,
.dealer-section .image-column .image .video-box .ripple:before,
.dealer-section .image-column .image .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 175px;
    width: 175px;
	margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 103, 84, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 103, 84, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 103, 84, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 103, 84, .4);
    box-shadow: 0 0 0 0 rgba(255, 103, 84, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.dealer-section .image-column .image .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.dealer-section .image-column .image .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding:80px 0px 60px;
}

.counter-section.style-two{
	padding-top:0px;
	padding-bottom:110px;
}

.counter-section .counter-column{
	position:relative;
}

.counter-section .counter-column .inner-column{
	position:relative;
	padding-top:35px;
}

.counter-section .content-column{
	position:relative;
}

.counter-section .content-column .inner-column{
	position:relative;
	padding-left:30px;
}

.counter-section .content-column .text{
	position:relative;
}

.counter-section .content-column .text p{
	position:relative;
	color:#555252;
	font-size:20px;
	line-height:1.5em;
	margin-bottom:15px;
}

.counter-section .content-column .text p:last-child{
	margin-bottom:0px;
}

/*fact counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	padding:0px;
	text-align:center;
}

.fact-counter .column .inner .content{
	position:relative;
}

.fact-counter .column .inner .icon{
	position:relative;
	color:#000000;
	font-size:60px;
	line-height:1em;
	font-weight: 400;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.fact-counter .count-outer .percentage{
	position:relative;
	font-weight:700;
	color:#222222;
	font-size:36px;
	line-height:1em;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#555252;
	font-size:40px;
	line-height:1em;
}

.fact-counter .column .inner .counter-title{
	position:relative;
	color:#272626;
	font-size:18px;
	font-weight:600;
	margin-top:10px;
	margin-bottom:12px;
	font-family: 'Open Sans', sans-serif;
}

/*** 

====================================================================
	Seller Section
====================================================================

***/

.seller-section{
	position:relative;
	overflow:hidden;
	padding:90px 0px 70px;
	background-position:center top;
	background-repeat:repeat-x;
}

.seller-section .outer-container{
	max-width:1550px;
	margin:0 auto;
	padding:0px 15px;
}

.seller-section .icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.seller-section .icons .icon-one{
	position:absolute;
	left:10%;
	top:22%;
	width:20px;
	height:20px;
	border-radius:50px;
	background-color:#fd799e;
}

.seller-section .icons .icon-two{
	position:absolute;
	left:6%;
	top:25%;
	width:48px;
	height:48px;
	border-radius:50px;
	background-color:#fd799e;
}

.seller-section .icons .icon-three{
	position:absolute;
	right:10%;
	top:22%;
	width:20px;
	height:20px;
	border-radius:50px;
	background-color:#fd799e;
}

.seller-section .icons .icon-four{
	position:absolute;
	right:6%;
	top:25%;
	width:48px;
	height:48px;
	border-radius:50px;
	background-color:#fd799e;
}

.seller-section .icons .icon-five{
	position: absolute;
    right: 8%;
    left: auto;
    top: 42%;
    width: 63px;
    height: 40px;
    background-repeat: no-repeat;
}

.seller-section .icons .icon-six{
	position: absolute;
    right: 8%;
    bottom: 20%;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
}

.seller-section .deals{
	position:relative;
	color:#ff6754;
	font-size:16px;
	margin-top:50px;
	display:inline-block;
	text-decoration:underline;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:100px 0px 0px;
}

.services-section-two .owl-dots,
.services-section-two .owl-nav{
	display:none;
}

.services-section-two.style-two{
	padding-top:20px;
}

.services-section-two .outer-container{
	padding:0px 20px;
}

.services-section-two .services-block-two .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:65px;
	z-index:1;
	background-color:#ffffff;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-section-two .outer-container .owl-stage-outer .owl-item.center .services-block-two .inner-box .image:before{
	height:0px;
}

.services-block-two{
	position:relative;
}

.services-block-two .inner-box{
	position:relative;
}

.services-block-two .inner-box .image{
	position:relative;
}

.services-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #000000));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
}

.services-block-two .inner-box .image .overlay-box .content{
	position:absolute;
	left:30px;
	bottom:30px;
	right:30px;
	text-align:center;
}

.services-block-two .inner-box .image .overlay-box .content h4{
	position:relative;
	line-height:1.3em;
	font-weight:600;
}

.services-block-two .inner-box .image .overlay-box .content h4 a{
	position:relative;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-two .inner-box .image .overlay-box .content h4 a:hover{
	color:#ff6754;
}

.services-block-two .inner-box .image .overlay-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.6em;
	margin-top:12px;
}

.services-block-two .inner-box .image .overlay-box .view-more{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding:12px 24px;
	line-height:1.5em;
	margin-top:25px;
	border-radius:3px;
	display:inline-block;
	border:1px solid #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-two .inner-box .image .overlay-box .view-more:hover{
	border-color:#ff6754;
	background-color:#ff6754;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	overflow:hidden;
	padding:130px 0px 80px;
}

.testimonial-section .icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.testimonial-section .icons .icon-one{
	position:absolute;
	left:56%;
	top:50px;
	width:14px;
	height:14px;
	border-radius:50px;
	border:2px solid #fd799e;
}

.testimonial-section .icons .icon-two{
	position:absolute;
	left:52%;
	top:68px;
	width:48px;
	height:48px;
	border-radius:50px;
	background-color:#fd799e;
}

.testimonial-section .icons .icon-three{
	position:absolute;
	left:84%;
	top:100px;
	width:74px;
	height:85px;
	background-repeat:no-repeat;
}

.testimonial-section .icons .icon-four{
	position:absolute;
	left:88%;
	top:40%;
	width:38px;
	height:41px;
	background-repeat:no-repeat;
}

.testimonial-section .car-icon{
	position:absolute;
	right:-40px;
	bottom:0px;
	width:340px;
	height:449px;
	background-repeat:no-repeat;
}

.testimonial-section .image-column{
	position:relative;
}

.testimonial-section .image-column .inner-column{
	position:relative;
}

.testimonial-section .image-column .image{
	position:relative;
	margin-left:-120px;
}

.testimonial-section .image-column .image img{
	position:relative;
}

.testimonial-section .carousel-column{
	position:relative;
}

.testimonial-section .carousel-column .inner-column{
	position:relative;
	padding-left:20px;
}

.testimonial-section .carousel-column .title-box{
	position:relative;
}

.testimonial-section .carousel-column .title-box h2{
	position:relative;
	color:#272626;
	font-weight:700;
	line-height:1.3em;
	padding-bottom:12px;
	margin-bottom:30px;
}

.testimonial-section .carousel-column .title-box h2 span{
	color:#ff6754;
	font-weight:400;
	font-family: 'Open Sans', cursive;
}

.testimonial-section .carousel-column .title-box h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:50px;
	background-color:#ff6754;
}

.testimonial-section .carousel-column .owl-nav{
	display: none;
}

.testimonial-section .carousel-column .owl-dots{
	position: absolute;
	right: 0px;
	bottom:30px;
	counter-reset:count;
}

.testimonial-section .carousel-column .owl-dot{
	position: relative;
	margin-left:25px;
	display:inline-block;
}

.testimonial-section .carousel-column .owl-dot:before{
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #c4c4c4;
	padding:0px 8px 14px;
	border-bottom:1px solid #c4c4c4;
	counter-increment: count;
    content: "0" counter(count);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.testimonial-section .carousel-column .owl-dot:hover:before,
.testimonial-section .carousel-column .owl-dot.active:before{
	color: #ff6754;
	border-color: #ff6754;
}

.testimonial-section .carousel-column .owl-dot:last-child{
	margin-bottom: 0;
}

/* Testimonial Block */

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#272626;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:30px;
}

.testimonial-block .inner-box .author-info{
	position:relative;
}

.testimonial-block .inner-box .author-info .author-image{
	position:relative;
	width:46px;
	height:46px;
	border-radius:5px;
}

.testimonial-block .inner-box .author-info h4{
	position:relative;
	color:#272626;
	font-weight:500;
	line-height:1.3em;
	margin-top:10px;
}

.testimonial-block .inner-box .author-info .designation{
	position:relative;
	color:#ff6754;
	font-size:14px;
	margin-top:4px;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section{
	position:relative;
	overflow:hidden;
	padding:80px 0px 80px;
}

.call-to-action-section.style-three{
	padding-top:0px;
	padding-bottom:120px;
}

.call-to-action-section.style-two{
	padding:0px;
	overflow:visible;
}

.call-to-action-section.style-two .inner-container{
	margin-bottom:-110px;
	z-index:2;
}

.call-to-action-section .inner-container .car-icon{
	position:absolute;
	left:0px;
	bottom:0px;
	width:91px;
	height:37px;
	z-index:1;
	-webkit-animation: animateCloud 10s linear infinite;
	-moz-animation: animateCloud 10s linear infinite;
	animation: animateCloud 10s linear infinite;
}

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 120%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 120%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 120%;
    }
}

.call-to-action-section .inner-container{
	position:relative;
	padding:70px 60px 60px;
}

.call-to-action-section .inner-container:before{
	position:absolute;
	content:'';
	left:-2px;
	top:0px;
	right:-2px;
	height:100%;
	transform: skewY(-2deg);
	background-image: -ms-linear-gradient(left, #FC5D62 0%, #fbaa64 100%);
	background-image: -moz-linear-gradient(left, #FC5D62 0%, #fbaa64 100%);
	background-image: -o-linear-gradient(left, #FC5D62 0%, #fbaa64 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FC5D62), color-stop(100, #fbaa64));
	background-image: -webkit-linear-gradient(left, #FC5D62 0%, #fbaa64 100%);
	background-image: linear-gradient(to right, #FC5D62 0%, #fbaa64 100%);
}

.call-to-action-section .inner-container:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
	clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.call-to-action-section h3{
	position:relative;
	font-weight:600;
	color:#ff6754;
	z-index:1;
	line-height:1.3em;
}

.call-to-action-section .btn-column{
	text-align:right;
}

.call-to-action-section .theme-btn{
	z-index:1;
	margin-top:25px;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:90px 0px 60px;
}




.news-section .icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.news-section .icons .icon-one{
	position:absolute;
	left:10%;
	top:5%;
	width:12px;
	height:12px;
	border-radius:50px;
	border:2px solid #fd799e;
}

.news-section .icons .icon-two{
	position:absolute;
	left:15%;
	top:59%;
	width:14px;
	height:14px;
	border-radius:50px;
	border:2px solid #fd799e;
}

.news-section .icons .icon-three{
	position:absolute;
	left:11%;
	top:61%;
	width:48px;
	height:48px;
	border-radius:50%;
	background-color:#fd799e;
}

.news-section .icons .icon-four{
	position:absolute;
	left:20%;
	top:34%;
	width:12px;
	height:12px;
	opacity:0.9;
	border-radius:50px;
	border:2px solid #fd799e;
}

.news-section .icons .icon-five{
	position:absolute;
	right:8%;
	top:80%;
	width:74px;
	height:74px;
}






.news-section .title-column{
	position:relative;
}

.news-section .title-column .news-btn{
	position:relative;
	color:#ff6754;
	font-size:16px;
	padding:14px 40px;
	border-radius:4px;
	border:1px solid #ff6754;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.news-section .title-column .news-btn:hover{
	background-color:#ff6754;
	color:#ffffff;
}

.news-section .title-column .bold-text{
	position:relative;
	color:#272626;
	font-weight:500;
	line-height:1.7em;
	font-size:17px;
	margin-top:24px;
	font-family: 'Open Sans', sans-serif;
}

.news-section .title-column .text{
	position:relative;
	color:#272626;
	font-size:16px;
	opacity:0.8;
	margin-top:15px;
	line-height:1.7em;
}

/* News Block */

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#ff6754;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.news-block .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.2,1.2) rotate(4deg);
}

.news-block .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.news-block .inner-box .lower-content h4{
	position:relative;
	line-height:1.4em;
	font-weight:500;
	font-size:20px;
}

.news-block .inner-box .lower-content h4 a{
	position:relative;
	color:#272626;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.news-block .inner-box .lower-content h4 a:hover{
	text-decoration:underline;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	color:#272626;
	font-size:16px;
	line-height:1.7em;
	margin-top:15px;
	opacity:0.7;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	padding-top:75px;
	overflow:hidden;
	background-color:#312d2d;
}

.main-footer.style-two{
	padding-top:190px;
}

.main-footer .widgets-section .car-icon-left{
	position:absolute;
	left:0px;
	bottom:0px;
	width:657px;
	height:163px;
}

.main-footer .widgets-section .car-icon-right{
	position:absolute;
	right:0px;
	bottom:0px;
	width:357px;
	height:163px;
}

.main-footer .widgets-section .car-icon-one{
	position:absolute;
	left:0px;
	bottom:0px;
	width:91px;
	height:37px;
	z-index:1;
	-webkit-animation: animateCloud 10s linear infinite;
	-moz-animation: animateCloud 10s linear infinite;
	animation: animateCloud 10s linear infinite;
}

.main-footer .widgets-section .car-icon-two{
	position:absolute;
	bottom:0px;
	width:91px;
	height:37px;
	z-index:1;
	-webkit-transform:translateX(800px);
	-ms-transform:translateX(800px);
	transform:translateX(800px);
	-webkit-animation: animateCloud 10s linear infinite;
	-moz-animation: animateCloud 10s linear infinite;
	animation: animateCloud 10s linear infinite;
}

.main-footer .upper-box{
	position:relative;
}

.main-footer .upper-box .nav-column{
	position:relative;
}

.main-footer .upper-box .nav-column .footer-nav{
	position:relative;
	margin-top:12px;
}

.main-footer .upper-box .nav-column .footer-nav li{
	position:relative;
	margin-right:20px;
	display:inline-block;
}

.main-footer .upper-box .nav-column .footer-nav li:last-child{
	margin-right:0px;
}

.main-footer .upper-box .nav-column .footer-nav li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.main-footer .upper-box .nav-column .footer-nav li a:hover{
	color:#ff6754;
	text-decoration:underline;
}

/* Email Form */

.email-form{
	position:relative;
	z-index:1;
}

.email-form .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
	padding-right:200px;
}

.email-form .form-group input[type="text"],
.email-form .form-group input[type="tel"],
.email-form .form-group input[type="email"],
.email-form .form-group textarea {
    position:relative;
	display:block;
	width:100%;
	height:58px;
	font-size:14px;
	color:#ffffff;
	line-height:48px;
	padding:10px 60px 10px 30px;
	font-weight:400;
	border-radius:3px;
	background:rgba(255,255,255,0.05);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.email-form .form-group input[type="email"]:focus{
	border-color:#00d6a9;
}

.email-form .form-group .theme-btn{
	position: absolute;
	right:0px;
	top: 0px;
	cursor:pointer;
}

.main-footer .widgets-section{
	position:relative;
	padding-top:80px;
	padding-bottom:70px;
}

.main-footer .footer-widget{
	margin-bottom:30px;
}

.main-footer .footer-widget h5{
	position:relative;
	font-weight:600;
	color:#ffffff;
	margin-bottom:20px;
	text-transform:capitalize;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:12px;
}

.main-footer .logo-widget .text{
	position:relative;
	font-size:16px;
	color:#ffffff;
	opacity:0.7;
	line-height:1.7em;
	margin-bottom:25px;
}

.main-footer .logo-widget .social-nav{
	position:relative;
}

.main-footer .logo-widget .social-nav li{
	position:relative;
	margin-right:15px;
	display:inline-block;
}

.main-footer .logo-widget .social-nav li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-footer .logo-widget .social-nav li a:hover{
	color:#ff6754;
}

/* Footer List */

.main-footer .footer-list{
	position:relative;
}

.main-footer .footer-list li{
	position:relative;
	margin-bottom:4px;
}

.main-footer .footer-list li a{
	position:relative;
	color:#a1a0a0;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .footer-list li a:hover{
	color:#ff6754;
}

/* News Widget */

.news-widget .widget-content{
	position:relative;
}

.news-widget .widget-content .news-box{
	position:relative;
	padding-bottom:15px;
	margin-bottom:12px;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.news-widget .widget-content .news-box:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}

.news-widget .widget-content .news-box h5{
	position:relative;
	line-height:1.3em;
	margin-bottom:0px;
}

.news-widget .widget-content .news-box h5 a{
	position:relative;
	color:#919191;
	font-size:16px;
	font-weight:400;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-widget .widget-content .news-box h5 a:hover{
	color:#ffffff;
}

.main-footer .footer-bottom{
	position:relative;
	padding:24px 0px;
	background-color:#3a3636;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#ffffff;
	text-align:center;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:95px 0px 60px;
}

.services-section-three .sec-title .latest{
	margin-top:60px;
	color:#ff6754;
	font-size:16px;
	display:inline-block;
	text-decoration:underline;
}

.services-section-three .block-column .inner-column{
	padding-top:40px;
}

.services-block-three{
	position:relative;
}

.services-block-three .inner-box{
	position:relative;
}

.services-block-three .inner-box .image{
	position:relative;
}

.services-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-three .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #000000));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
}

.services-block-three .inner-box .image .overlay-box .content{
	position:absolute;
	left:30px;
	bottom:30px;
	right:30px;
	text-align:center;
}

.services-block-three .inner-box .image .overlay-box .content h4{
	position:relative;
	line-height:1.3em;
	font-weight:600;
}

.services-block-three .inner-box .image .overlay-box .content h4 a{
	position:relative;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-three .inner-box .image .overlay-box .content h4 a:hover{
	color:#ff6754;
}

.services-block-three .inner-box .image .overlay-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.6em;
	margin-top:12px;
}

.services-block-three .inner-box .image .overlay-box .view-more{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding:12px 28px 14px;
	line-height:1.5em;
	margin-top:25px;
	border-radius:3px;
	display:inline-block;
	border:1px solid #ff6754;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:#ff6754;
}

.services-block-three .inner-box .image .overlay-box .view-more:hover{
	border-color:#ff6754;
	background:none;
	color:#ff6754;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding:170px 0px;
	text-align:center;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: -webkit-gradient(linear, left top, left left, color-stop(0, rgba(255,255,255,0)), color-stop(100, #000000));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
    background-image: linear-gradient(to left, rgba(255,255,255,0) 0%, #000000 100%);
}

.page-title h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.3em;
}

.page-title .text{
	position:relative;
	color:#ffffff;
	font-weight:400;
	line-height:1.7em;
	font-size:16px;
	margin-top:10px;
}

.page-title .icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:2;
}

.page-title .icons .icon-one{
	position:absolute !important;
	left:20% !important;
	top:32% !important;
	width:22px;
	height:22px;
	background-repeat:no-repeat;
}

.page-title .icons .icon-two{
	position:absolute !important;
	left:auto !important;
	right:20% !important;
	top:32% !important;
	width:22px;
	height:22px;
	background-repeat:no-repeat;
}

.page-title .icons .icon-three{
	position:absolute !important;
	left:auto !important;
	right:10% !important;
	top:56% !important;
	width:22px;
	height:22px;
	background-repeat:no-repeat;
}

.page-title .icons .icon-four{
	position:absolute !important;
	left:20% !important;
	top:86% !important;
	width:50px;
	height:55px;
	background-repeat:no-repeat;
}

.page-title .icons .icon-five{
	position:absolute !important;
	right:4% !important;
	left:auto !important;
	top:86% !important;
	width:50px;
	height:55px;
	background-repeat:no-repeat;
}

/*** 

====================================================================
	Retailer Section
====================================================================

***/

.retailer-section{
	position:relative;
	padding-top:70px;
}

.retailer-section .upper-box{
	position:relative;
}

.retailer-section .upper-box h2{
	position:relative;
	color:#272626;
	line-height:1.3em;
}

.retailer-section .upper-box h2 span{
	position:relative;
	font-style:italic;
	color:#ff6754;
	font-weight:400;
	font-family: 'Open Sans', cursive;
}

.retailer-section .upper-box .see-more{
	position:relative;
	color:#ff6754;
	font-size:16px;
	display:inline-block;
	margin-top:65px;
	text-decoration:underline;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.retailer-section .upper-box .see-more:hover{
	color:#000000;
	text-decoration:none;
}

.retailer-section .upper-box .text{
	position:relative;
	margin-top:25px;
	margin-bottom:30px;
}

.retailer-section .upper-box .text p{
	position:relative;
	color:#000000;
	opacity:0.8;
	font-size:16px;
	line-height:1.7em;
}

.retailer-section .upper-box .text p:last-child{
	margin-bottom:0px;
}

/***

====================================================================
	Product Tabs Style
====================================================================

***/

.about-tabs{
	position:relative;
	border-bottom:1px solid #cccccc;
}

.about-tabs .tab-btns{
	position:relative;
	margin-bottom:20px;
	text-align:center;
}

.about-tabs .tab-btns .tab-btn{
	position:relative;
	margin:0px 12px;
	font-size:20px;
	color:#272626;
	font-weight:600;
	cursor:pointer;
	display:inline-block;
	transition:all 500ms ease;
	text-transform:capitalize;
	font-family: 'Open Sans', sans-serif;
}

.about-tabs .tab-btns .tab-btn:hover,
.about-tabs .tab-btns .tab-btn.active-btn{
	color:#ff6754;
	text-decoration:underline;
}

.about-tabs .tabs-content{
	position:relative;
}

.about-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.about-tabs .tabs-content .tab.active-tab{
	display:block;
}

.about-tabs .tabs-content .tab .content{
	position:relative;
}

.about-tabs .tabs-content .tab .content p{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:25px;
	color:#797979;
	text-align:center;
}

.about-tabs .tabs-content .tab .content p:last-child{
	margin-bottom:0px;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:90px 0px 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar{
	position:relative;
}

/*Sidebar Widget*/

.sidebar-widget{
    position: relative;
    margin-bottom: 10px;
}

.select-car .widget-content{
	position:relative;
	padding:30px 20px 25px;
	background-color:#f5f5f5;
}

.select-car .widget-content h4{
	position:relative;
	font-weight:500;
	color:#000000;
	line-height:1.3em;
	padding-bottom:4px;
	text-align:center;
	margin-bottom:35px;
	text-decoration:underline;
}

.select-car .widget-content .theme-btn{
	cursor:pointer;
	width:100%;
}

/* Item Sorting */

.listing-list .items-sorting{
	position:relative;
	margin-bottom:35px;	
}

.listing-list .items-sorting .results-column,
.listing-list .items-sorting .select-column{
	margin-bottom:20px;	
}

.listing-list .items-sorting .results-column h6{
	position:relative;
	margin-top:6px;
}

.listing-list .items-sorting .results-column h6:before{
	position:absolute;
	content:'';
	left:0px;
	top:15px;
	right:0px;
	height:1px;
	z-index:-1;
	background-color:#efefef;
}

.listing-list .items-sorting .results-column h6 span{
	font-size:16px;
	font-weight:400;
	color:#272626;
	line-height:24px;
	padding:18px 0px;
	padding-right:35px;
	z-index:1;
	background-color:#ffffff;
}

.listing-list .items-sorting .form-group{
	margin-bottom:0px;
	float:left;
}

.listing-list .items-sorting .form-group label{
	position:relative;
	float:left;
	color:#000000;
	font-size:16px;
	margin-right:20px;
	padding-top:8px;
	margin-left:20px;
}

.listing-list .items-sorting select{
	position:relative;
	display:block;
	width:160px;
	line-height:24px;
	padding:6px 30px 6px 20px;
	height:40px;
	float:left;
	font-size:14px;
	border:1px solid #efefef;
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:url(../images/icons/icon-select.png) right center no-repeat;
	color:#666666;
	border-radius:4px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.listing-list .items-sorting .form-group:last-child select{
	width:75px;
}

.listing-list .items-sorting select option{
	text-indent:15px;	
}

/* Deal Block Two */

.deal-block-two{
	position:relative;
	margin-bottom:20px;
}

.deal-block-two .inner-box{
	position:relative;
	background-color:#f9f5f5;
}

.deal-block-two .inner-box .image-column{
	position:relative;
	float:left;
	padding:0px;
}

.deal-block-two .inner-box .image-column .inner-column{
	position:relative;
}

.deal-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#ff6754;
}

.deal-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.deal-block-two .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.08,1.08);
}

.deal-block-two .inner-box .image .ribbon{
	position:absolute;
	left:15px;
	bottom:15px;
	font-size:14px;
	width:42px;
	height:42px;
	color:#ffffff;
	line-height:42px;
	text-align:center;
	border-radius:50px;
	background-color:#fd799e;
}

.deal-block-two .inner-box .content-column{
	position:relative;
	float:left;
	padding:0px;
}

.deal-block-two .inner-box .content-column .inner-column{
	position:relative;
	padding:25px 30px 35px;
}

.deal-block-two .inner-box .content-column h4{
	position:relative;
	color:#000000;
	font-weight:600;
	line-height:1.3em;
}

.deal-block-two .inner-box .content-column h4 a{
	position:relative;
	color:#000000;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.deal-block-two .inner-box .content-column h4 a:hover{
	color:#ff6754;
}

.deal-block-two .inner-box .content-column .price{
	position:relative;
	color:#ff6754;
	font-size:20px;
	font-weight:700;
	margin-top:16px;
	font-family: 'Open Sans', sans-serif;
}

.deal-block-two .inner-box .content-column .price strong{
	color:#000000;
	font-weight:700;
}

.deal-block-two .inner-box .content-column .price span{
	color:#fd799e;
}

.deal-block-two .inner-box .content-column .content{
	position:relative;
	padding-top:20px;
	margin-top:25px;
	border-top:1px solid #f4f4f4;
}

.deal-block-two .inner-box .content-column .lower-title{
	position:relative;
	color:#000000;
	font-size:16px;
	margin-bottom:12px;
	font-weight:600;
	text-decoration:underline;
}

.deal-block-two .inner-box .content-column ul{
	position:relative;
}

.deal-block-two .inner-box .content-column ul li{
	position:relative;
	color:#272626;
	font-size:16px;
	margin-bottom:3px;
}

.deal-block-two .inner-box .content-column .btn-box{
	position:relative;
	margin-top:30px;
}

.deal-block-two .inner-box .content-column .btn-box .theme-btn{
	position:relative;
}

.deal-block-two .inner-box .content-column .lower-text{
	position:relative;
	color:#000000;
	font-size:14px;
	line-height:1.8em;
	margin-left:25px;
	opacity:0.8;
	margin-top:32px;
}

/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	margin-right:1px;
	display:inline-block;
}

.styled-pagination li a{
	position:relative;
	width:40px;
	height:40px;
	color:#272626;
	font-size:16px;
	font-weight:400;
	line-height:40px;
	text-align:center;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.styled-pagination li.active a,
.styled-pagination li:hover a{
	color:#ffffff;
	background-color:#ff6754;
}

.styled-pagination li.prev a{
	font-size:10px;
	color:#ffffff;
	border-color:#333333;
	border-radius:50px 0px 0px 50px;
	background-color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.styled-pagination li.next a{
	font-size:10px;
	color:#ffffff;
	border-color:#333333;
	background-color:#333333;
	border-radius:0px 50px 50px 0px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover{
	background-color:#ff6754;
	border-color:#ff6754;
}

/* Deal Block Three */

.deal-block-three{
	position:relative;
	margin-bottom:20px;
}

.deal-block-three .inner-box{
	position:relative;
	background-color:#f9f5f5;
}

.deal-block-three .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#ff6754;
}

.deal-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.deal-block-three .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.08,1.08);
}

.deal-block-three .inner-box .image .ribbon{
	position:absolute;
	left:15px;
	bottom:15px;
	font-size:14px;
	width:42px;
	height:42px;
	color:#ffffff;
	line-height:42px;
	text-align:center;
	border-radius:50px;
	background-color:#fd799e;
}

.deal-block-three .inner-box .lower-content{
	position:relative;
	padding:25px 25px;
}

.deal-block-three .inner-box .lower-content h4{
	position:relative;
	color:#000000;
	font-weight:600;
	line-height:1.3em;
}

.deal-block-three .inner-box .lower-content h4 a{
	position:relative;
	color:#000000;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.deal-block-three .inner-box .lower-content h4 a:hover{
	color:#ff6754;
}

.deal-block-three .inner-box .lower-content .price{
	position:relative;
	color:#ff6754;
	font-size:20px;
	font-weight:700;
	margin-top:16px;
	font-family: 'Open Sans', sans-serif;
}

.deal-block-three .inner-box .lower-content .price strong{
	color:#000000;
	font-weight:700;
}

.deal-block-three .inner-box .lower-content .price span{
	color:#fd799e;
}

.deal-block-three .inner-box .lower-content .content{
	position:relative;
	margin-top:26px;
}

.deal-block-three .inner-box .lower-content .lower-title{
	position:relative;
	color:#000000;
	font-size:16px;
	margin-bottom:12px;
	font-weight:600;
	text-decoration:underline;
}

.deal-block-three .inner-box .lower-content ul{
	position:relative;
}

.deal-block-three .inner-box .lower-content ul li{
	position:relative;
	color:#272626;
	font-size:16px;
	margin-bottom:3px;
}

.deal-block-three .inner-box .lower-content .btn-box{
	position:relative;
	margin-top:30px;
}

.deal-block-three .inner-box .lower-content .btn-box .theme-btn{
	position:relative;
}

.deal-block-three .inner-box .lower-content .lower-text{
	position:relative;
	color:#000000;
	font-size:14px;
	line-height:1.8em;
	margin-left:25px;
	opacity:0.8;
	margin-top:45px;
}

.model-price-box{
	position:relative;
	padding:90px 0px 60px;
}

.model-price-box .inner-container{
	position:relative;
	border:1px solid #fdf8f7;
}

.model-price-box .inner-container .title-column{
	position:relative;
}

.model-price-box .inner-container .title-column .inner-column{
	position:relative;
	padding:25px 30px;
	background-color:#fdf8f7;
}

.model-price-box .inner-container .title-column h2{
	position:relative;
	color:#000000;
	font-weight:700;
	line-height:1.3em;
}

.model-price-box .inner-container .price-column{
	position:relative;
}

.model-price-box .inner-container .price-column .inner-column{
	position:relative;
	background-color:#ffffff;
}

.model-price-box .inner-container .price-column .new{
	position:absolute;
	left:-50px;
	top:15px;
	width:36px;
	height:36px;
	color:#ffffff;
	font-size:12px;
	text-align:center;
	line-height:36px;
	border-radius:50px;
	display:inline-block;
	background-color:#fd799e;
}

.model-price-box .inner-container .price-column .price{
	position:relative;
	color:#ff6754;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	margin-top:45px;
	font-family: 'Open Sans', sans-serif;
}

.model-price-box .inner-container .price-column .price strong{
	color:#000000;
}

.model-price-box .inner-container .price-column .price span{
	color:#fd799e;
}

/* Car Detail Section */

.car-detail-section{
	position:relative;
	padding-bottom:60px;
}

.car-detail-section .basic-details{
	position:relative;
}

.car-detail-section .basic-details .thumbs-carousel{
	position:relative;
	padding-top:10px;
}

.car-detail-section .basic-details .thumbs-carousel .owl-nav{
	display:none;
}

.car-detail-section .basic-details .thumbs-carousel li{
	position:relative;
	cursor:pointer;
	background-color:#fff4f3;
	border-bottom:2px solid transparent;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.car-detail-section .basic-details .thumbs-carousel li:hover{
	background-color:#ffffff;
	border-color:#fd799e;
}

.car-detail-section .info-column{
	position:relative;
}

.car-detail-section .info-column .inner-column{
	position:relative;
	padding-top:10px;
}

.car-detail-section .info-column .user-info-box{
	position:relative;
	padding:30px 35px;
	background-color:#fff4f3;
}

.car-detail-section .info-column .user-info-box .box-inner{
	position:relative;
	padding-left:110px;
}

.car-detail-section .info-column .user-info-box .box-inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:85px;
	height:85px;
	overflow:hidden;
	border-radius:50px;
}

.car-detail-section .info-column .user-info-box .box-inner h4{
	position:relative;
	font-weight:700;
	color:#000000;
	line-height:1.3em;
}

.car-detail-section .info-column .user-info-box .box-inner .member{
	position:relative;
	font-weight:400;
	color:#000000;
	font-size:16px;
	line-height:1.3em;
	margin-top:2px;
}

.car-detail-section .info-column .user-info-box .box-inner .phone{
	position:relative;
	padding-left:50px;
	color:#fd799e;
	font-size:30px;
	font-weight:700;
	margin-top:20px;
	font-family: 'Open Sans', sans-serif;
}

.car-detail-section .info-column .user-info-box .box-inner .phone .icon{
	position:absolute;
	left:0px;
	top:8px;
	color:#fd799e;
	font-size:36px;
	line-height:1em;
	font-weight:400;
}

.car-detail-section .info-column .user-info-box .box-inner .phone i{
	position:relative;
	font-weight:400;
	color:#000000;
	font-size:14px;
	font-style:normal;
}

.car-detail-section .info-column h5{
	position:relative;
	color:#000000;
	line-height:1.3em;
	font-weight:600;
	margin-top:20px;
	text-decoration:underline;
}

.car-detail-section .info-column .text{
	position:relative;
	color:#000000;
	font-size:16px;
	line-height:1.7em;
	margin-top:12px;
}

.car-detail-section .info-column .car-list{
	position:relative;
	margin-top:25px;
}

.car-detail-section .info-column .car-list li{
	position:relative;
	padding-left:45px;
	color:#272626;
	font-size:16px;
	line-height:32px;
	margin-bottom:20px;
}

.car-detail-section .info-column .car-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:36px;
	line-height:1em;
}

.car-detail-section .info-column .option-btn{
	position:relative;
	float:left;
	color:#ff6754;
	font-size:16px;
	padding:14px 20px;
	margin-right:10px;
	border-radius:5px;
	margin-bottom:5px;
	background-color:#fff4f3;
}

.car-detail-section .info-column .option-btn:last-child{
	margin-right:0px;
}

.car-detail-section .info-column .option-btn:hover{
	background-color:#ff6754;
	color:#ffffff;
}

.car-detail-section .lower-section{
	position:relative;
	padding-top:90px;
}

.car-detail-section .lower-section .column{
	position:relative;
	margin-bottom:40px;
}

.car-detail-section .lower-section h4{
	position:relative;
	color:#000000;
	font-weight:600;
	margin-bottom:12px;
	text-decoration:underline;
}

.car-detail-section .lower-section .text{
	position:relative;
}

.car-detail-section .lower-section .text p{
	position:relative;
	color:#000000;
	font-size:16px;
	line-height:1.6em;
}

.car-detail-section .lower-section .report-list{
	position:relative;
	margin-bottom:15px;
}

.car-detail-section .lower-section .report-list li{
	position:relative;
	margin-bottom:5px;
}

.car-detail-section .lower-section .report-list li strong{
	position:relative;
	font-weight:400;
	color:#000000;
	font-size:16px;
	z-index:1;
	padding-right:18px;
	background-color:#ffffff;
}

.car-detail-section .lower-section .report-list li span{
	position:absolute;
	right:0px;
	z-index:1;
	color:#000000;
	font-size:16px;
	padding-left:18px;
	background-color:#ffffff;
}

.car-detail-section .lower-section .report-list li:before{
	position:absolute;
	content:'';
	left:0px;
	top:12px;
	width:100%;
	height:1px;
	border-bottom:1px solid #e7e7e7;
}

.car-detail-section .safety-list{
	position:relative;
}

.car-detail-section .safety-list li{
	position:relative;
	font-weight:400;
	color:#000000;
	font-size:16px;
	margin-bottom:5px;
}

.car-detail-section .lower-section .text,
.car-detail-section .lower-section .warranty-text{
	position:relative;
	font-weight:400;
	color:#000000;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:12px;
}

.car-detail-section .lower-section .break-list{
	position:relative;
}

.car-detail-section .lower-section .break-list li{
	position:relative;
	color:#fd799e;
	font-size:16px;
	margin-bottom:6px;
	padding-left:24px;
}

.car-detail-section .lower-section .break-list li:before{
	position:absolute;
	content: "\f169";
	left:0px;
	top:0px;
	font-family: "Flaticon";
}

/* Finance Section */

.finance-section{
	position:relative;
	padding-bottom:90px;
}

.finance-section .inner-container{
	position:relative;
	padding:60px 30px;
	text-align:center;
	background-color:#fff9fb;
}

.finance-section .inner-container h3{
	position:relative;
	color:#000000;
	line-height:1.3em;
	font-weight:600;
}

.finance-section .inner-container .text{
	position:relative;
	color:#000000;
	line-height:1.8em;
	margin-top:15px;
	font-size:16px;
	margin-bottom:35px;
}

/* Finance List */

.finance-list{
	position:relative;
}

.finance-list li{
	position:relative;
	color:#ffffff;
	font-weight:700;
	width:190px;
	height:190px;
	font-size:40px;
	border-radius:50%;
	text-align:center;
	line-height:1em;
	padding-top:52px;
	margin:0px 30px 30px;
	display:inline-block;
	background-color:#fd799e;
}

.finance-list li span{
	position:relative;
	font-weight:400;
	font-size:16px;
	display:block;
}

.finance-list li:nth-child(2){
	background-color:#ff6754;
}

.finance-list li:nth-child(3){
	background-color:#b4c2ff;
}

.finance-section .inner-container .btn-box{
	position:relative;
}

.finance-section .inner-container .btn-box .apply-btn{
	position:relative;
	color:#ff6754;
	font-size:16px;
	padding:14px 28px;
	border-radius:4px;
	border:1px solid #fbeae8;
}

.finance-section .inner-container .btn-box .apply-btn:hover{
	border-color:#ff6754;
	color:#ffffff;
	background-color:#ff6754;
}

/***

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position:relative;
	padding:95px 0px 60px;
}

.contact-page-section .lower-section{
	position:relative;
	padding-top:60px;
}

.contact-page-section .map-column{
	position:relative;
}

.contact-page-section .map-column .inner-column{
	position:relative;
}

.contact-page-section .map-column .map{
	position:relative;
}

.contact-page-section .map-column .map img{
	position:relative;
}

.contact-page-section .lower-section .info-column{
	position:relative;
}

.contact-page-section .lower-section .info-column .inner-column{
	position:relative;
}

.contact-page-section .lower-section .info-column .contact-info-list{
	position:relative;
}

.contact-page-section .lower-section .info-column .contact-info-list li{
	position:relative;
	padding-left:75px;
	padding-top:8px;
	margin-bottom:25px;
	min-height:55px;
}

.contact-page-section .lower-section .info-column .contact-info-list li:last-child{
	margin-bottom:0px;
}

.contact-page-section .lower-section .info-column .contact-info-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:55px;
	height:55px;
	color:#ff8172;
	font-size:26px;
	line-height:55px;
	text-align:center;
	border-radius:50px;
	background-color:#ffebe8;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form{
	position:relative;
	max-width:980px;
	margin: 0 auto;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	height:60px;
	color:#000000;
	font-size:14px;
	border-radius:2px;
	background-color:#f7f5f5;
	border-bottom:1px solid transparent;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#ff6754;
	background:none;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 30px;
	color:#000000;
	height:160px;
	font-size:14px;
	resize:none;
	border-radius:2px;
	background-color:#f7f5f5;
	border-bottom:1px solid transparent;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .theme-btn{
	cursor:pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

.contact-page-section .lower-section .info-column .social-nav{
	position:relative;
	margin-top:60px;
}

.contact-page-section .lower-section .info-column .social-nav li{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.contact-page-section .lower-section .info-column .social-nav li a{
	position:relative;
	width:58px;
	height:58px;
	color:#696969;
	line-height:58px;
	text-align:center;
	font-size:16px;
	display:inline-block;
	background-color:#e9e9e9;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-page-section .lower-section .info-column .social-nav li a:hover{
	background-color:#ff6754;
	color:#ffffff;
}



.sidebar-page-container .news-icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.sidebar-page-container .news-icons .icon-one{
	position:absolute;
	left:10%;
	top:5%;
	width:12px;
	height:12px;
	border-radius:50px;
	border:2px solid #fd799e;
}

.sidebar-page-container .news-icons .icon-two{
	position:absolute;
	left:15%;
	top:59%;
	width:14px;
	height:14px;
	border-radius:50px;
	border:2px solid #fd799e;
}

.sidebar-page-container .news-icons .icon-three{
	position:absolute;
	left:11%;
	top:61%;
	width:48px;
	height:48px;
	border-radius:50%;
	background-color:#fd799e;
}

.sidebar-page-container .news-icons .icon-four{
	position:absolute;
	left:20%;
	top:34%;
	width:12px;
	height:12px;
	opacity:0.9;
	border-radius:50px;
	border:2px solid #fd799e;
}

.sidebar-page-container .news-icons .icon-five{
	position:absolute;
	right:8%;
	top:80%;
	width:74px;
	height:74px;
}

/* Author Widget */

.author-widget .widget-content .image{
	position:relative;
}

.author-widget .widget-content .image img{
	position:relative;
	width:100%;
	display:block;
}

.author-widget .widget-content .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	padding:30px 30px;
	background-color:rgba(255,103,84,0.90);
}

.author-widget .widget-content .image .overlay-box h5{
	position:relative;
	color:#ffffff;
	line-height:1.3em;
	text-transform:uppercase;
}

.author-widget .widget-content .image .overlay-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.7em;
	margin-top:12px;
	margin-bottom:30px;
}

.author-widget .widget-content .image .overlay-box .read-more{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.3em;
	text-decoration:underline;
}

/* Category Widget */

.category-widget .widget-content{
	position:relative;
	padding: 30px 20px 25px;
    background-color: #f5f5f5;
}

.category-widget .widget-content h4{
	position: relative;
    font-weight: 500;
    color: #000000;
    line-height: 1.3em;
    padding-bottom: 4px;
    text-align: center;
    margin-bottom: 15px;
    text-decoration: underline;
}

.category-widget .category-list{
	position:relative;
}

.category-widget .category-list li{
	position:relative;
}

.category-widget .category-list li a{
	position:relative;
	color:#272626;
	font-size:16px;
	padding:8px 12px;
	display:block;
	border-radius:4px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.category-widget .category-list li a:hover{
	background-color:#ffffff;
}

/* Tags Widget */

.tags-widget .widget-content{
	position:relative;
	padding: 30px 20px 25px;
    background-color: #f5f5f5;
}

.tags-widget .widget-content h4{
	position: relative;
    font-weight: 500;
    color: #000000;
    line-height: 1.3em;
    padding-bottom: 4px;
    text-align: center;
    margin-bottom: 15px;
    text-decoration: underline;
}

.tags-widget .tags{
	position:relative;
}

.tags-widget .tags li{
	position:relative;
	margin-bottom:3px;
	display:inline-block;
}

.tags-widget .tags li a{
	position:relative;
	color:#272626;
	font-size:16px;
	padding:6px 12px;
	display:block;
	color:#000000;
	border-radius:2px;
	border:1px solid #ffffff;
	display:inline-block;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.tags-widget .tags li a:hover{
	color:#ff6754;
	background:none;
	border-color:#ff6754;
}

/* News Block Two */

.news-block-two{
	position:relative;
	margin-bottom:30px;
}

.news-block-two .inner-box{
	position:relative;
	border:1px solid #f1f1f1;
	border-left:0px;
}

.news-block-two .inner-box .image-column{
	position:relative;
	padding:0px;
	float:left;
}

.news-block-two .inner-box .image-column .image{
	position:relative;
}

.news-block-two .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-two .inner-box .content-column{
	position:relative;
	padding:0px;
	float:left;
}

.news-block-two .inner-box .content-column .inner-column{
	position:relative;
	padding:25px 25px;
}

.news-block-two .inner-box .content-column .title{
	position:relative;
	color:#ff6754;
	font-size:14px;
}

.news-block-two .inner-box .content-column h4{
	position:relative;
	line-height:1.3em;
	margin-top:10px;
	font-size:20px;
	font-weight:600;
}

.news-block-two .inner-box .content-column h4 a{
	position:relative;
	color:#000000;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-two .inner-box .content-column h4 a:hover{
	text-decoration:underline;
	color:#ff6754;
}

.news-block-two .inner-box .content-column .post-by{
	position:relative;
	line-height:1.6em;
	font-size:13px;
	color:#272626;
	opacity:0.7;
	margin-top:12px;
}

.news-block-two .inner-box .content-column .text{
	position:relative;
	line-height:1.7em;
	font-size:16px;
	color:#272626;
	margin-top:10px;
}

/* Blog Detail */

.blog-detail{
	position:relative;
	padding:95px 0px 40px;
}

.blog-detail .inner-box{
	position:relative;
}

.blog-detail .inner-box .upper-box{
	position:relative;
}

.blog-detail .inner-box .upper-box .category{
	position:relative;
	color:#ff6754;
	font-size:14px;
	text-decoration:underline;
}

.blog-detail .inner-box .upper-box .author-box{
	position:relative;
	margin-top:10px;
}

.blog-detail .inner-box .upper-box .author-box .author-inner{
	position:relative;
	padding-left:60px;
	padding-top:4px;
}

.blog-detail .inner-box .upper-box .author-box .author-inner .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:48px;
	height:48px;
	border-radius:50px;
	overflow:hidden;
}

.blog-detail .inner-box .upper-box .author-box .author-name{
	position:relative;
	font-size:14px;
	font-weight:600;
	color:#0b0f18;
}

.blog-detail .inner-box .upper-box .social-nav{
	position:relative;
	margin-top:35px;
}

.blog-detail .inner-box .upper-box .social-nav li{
	position:relative;
	display:block;
	margin-left:14px;
	display:inline-block;
}

.blog-detail .inner-box .upper-box .social-nav li a{
	position:relative;
	color:#000000;
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.blog-detail .inner-box .upper-box .social-nav li a:hover{
	color:#ff6754;
}

.blog-detail .inner-box h2{
	position:relative;
	color:#0b0f18;
	font-size:40px;
	font-weight:700;
	line-height:1.3em;
	margin-top:10px;
	margin-bottom:15px;
}

.blog-detail .inner-box .bold-text{
	position:relative;
	color:#0b0f18;
	font-size:20px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:25px;
}

.blog-detail .inner-box .image{
	position:relative;
	margin-bottom:22px;
}

.blog-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-detail .inner-box p{
	position:relative;
	color:#0b0f18;
	font-size:16px;
	opacity:0.8;
	line-height:1.7em;
	margin-bottom:15px;
}

.sidebar-page-container.style-two{
	padding:0px;
}

.blog-detail .inner-box h3{
	position:relative;
	color:#0b0f18;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:18px;
}

.blog-detail .inner-box h4{
	position:relative;
	color:#0b0f18;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:14px;
}

.blog-detail .inner-box .image-gallery{
	position:relative;
	margin-bottom:20px;
}

.blog-detail .inner-box .image-gallery .row{
	margin:0px -4px;
}

.blog-detail .inner-box .image-gallery .gallery-image{
	padding:0px 4px;
}

.blog-detail .inner-box .image-gallery .gallery-image img{
	width:100%;
	display:block;
	margin-bottom:10px;
}

.blog-detail .inner-box blockquote{
	position:relative;
	color:#0b0f18;
	font-size:20px;
	line-height:1.5em;
}

/*post share options*/

.blog-detail .post-share-options{
	position:relative;
	margin-top: 0px;
}

.blog-detail .post-share-options .tags a{
	position:relative;
	color:#1c1c1c;
	font-size:15px;
	font-weight:400;
	opacity:0.80;
	line-height: 1em;
	margin-right: 6px;
	display: inline-block;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-detail .post-share-options .tags a:last-child{
	border-right:none;
	margin-right: 0px;
	padding-right: 0px;
}

.blog-detail .post-share-options .tags{
	position:relative;
	color:#ff4800;
	font-size:16px;
	font-weight:400;
	margin-top:3px;
}

.blog-detail .post-share-options .tags a:hover{
	color:#fc5655;
}

.blog-detail .post-share-options .social-box{
	position:relative;
}

.blog-detail .post-share-options .social-box .share{
	position:relative;
	color:#1c1c1c;
	font-size:16px;
}

.blog-detail .post-share-options .social-box li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.blog-detail .post-share-options .social-box li a{
	position:relative;
	font-size:14px;
	color:#888888;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.blog-detail .post-share-options .social-box li a:hover{
	color:#000048;
}

.blog-detail .more-posts{
	position:relative;
	margin-top:40px;
	padding-bottom:30px;
	border-bottom:1px solid #e6e6e6;
}

.blog-detail .more-posts .new-post{
	position:relative;
	color:#0b0f18;
	font-size:16px;
	font-weight:400;
	line-height:1.7em;
}

.blog-detail .more-posts .new-post span{
	position:relative;
	font-size:12px;
}

.blog-detail .more-posts .new-post:hover{
	text-decoration:underline;
}





.sidebar-page-container .group-title{
	position:relative;
}

.sidebar-page-container .group-title h5{
	position:relative;
	color:#1c1c1c;
	font-weight:500;
	margin-bottom:30px;
	text-transform:capitalize;
}

.comments-area{
	padding-top:50px;
}

/* Comment Box */

.comment-box-two{
	position:relative;
	margin-bottom:35px;
	padding:0px 0px 35px;
	border-bottom:1px solid #e6e6e6;
}

.comment-box-two:last-child{
	margin-bottom:0px;
}

.comment-box-two.reply-comment{
	position:relative;
	margin-left:45px;
}

.comment-box-two .comment{
	position:relative;
	padding-left:100px;
}

.comment-box-two .comment .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:77px;
	height:77px;
	overflow:hidden;
	border-radius:50px;
}

.comment-box-two .comment .rating{
	position:absolute;
	right:0px;
	top:0px;
}

.comment-box-two .comment .rating .fa{
	position:relative;
	color:#333333;
	font-size:14px;
	display:inline-block;
}

.comment-box-two .comment .rating .fa.light{
	color:#c5c5c5;
}

.comment-box-two .comment .comment-info{
	position:relative;
	color:#333333;
	font-size:18px;
	margin-bottom:5px;
}

.comment-box-two .comment .comment-info .comment-time{
	position:relative;
	color:#1c1c1c;
	font-size:14px;
	margin-top:4px;
}

.comment-box-two .comment .comment-info strong{
	
}

.comment-box-two .comment .post-date{
	position:relative;
	color:#999999;
	font-size:11px;
	font-weight:600;
	letter-spacing:1px;
	line-height:1em;
	margin-bottom:8px;
	text-transform:uppercase;
}

.comment-box-two .comment .text{
	position:relative;
	color:#1c1c1c;
	font-size:14px;
	margin-top:12px;
	line-height:1.7em;
}

.comment-box-two .comment .reply-btn{
	position:absolute;
	right:0px;
	top:0px;
	color:#999999;
	font-size:11px;
	font-weight:500;
	padding:6px 12px;
	line-height:1em;
	display:inline-block;
	letter-spacing:1px;
	text-transform:uppercase;
	border:2px solid #e9e9e9;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.comment-box-two .comment .reply-btn:hover{
	color:#ffffff;
	border-color:#ff7d5f;
	background-color:#ff7d5f;
}




/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form-two{
	margin-top:60px;
}

.comment-form-two .group-title h2{
	margin-bottom:50px;	
	color:#222222;
}

.comment-form-two .form-group{
	margin-bottom:30px;
}

.comment-form-two .form-group input[type="text"],
.comment-form-two .form-group input[type="password"],
.comment-form-two .form-group input[type="tel"],
.comment-form-two .form-group input[type="email"],
.comment-form-two .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#888888;
	border:1px solid #dddddd;
	height:50px;
	font-size:14px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form-two .form-group input[type="text"]:focus,
.comment-form-two .form-group input[type="password"]:focus,
.comment-form-two .form-group input[type="tel"]:focus,
.comment-form-two .form-group input[type="email"]:focus,
.comment-form-two .form-group select:focus,
.comment-form-two .form-group textarea:focus{
	border-color:#ff7d5f;
}

.comment-form-two .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px 15px;
	color:#888888;
	border:1px solid #dddddd;
	height:185px;
	background:#ffffff;
	resize:none;
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form-two .theme-btn{
	position:relative;
	cursor:pointer;
	text-transform:capitalize;
}



/*Custom styles*/
.header-top .top-right .signin {
    color: white;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    background: #ff6754;
    padding: 11px 24px 12px 24px;
    border-radius: 5px;	
    line-height: 23px;
}
.header-top .top-right .signin:hover {
	color: white;
	background: #d64f3f;
}
.main-menu .navigation > li > a {
	color: #3c3c3c;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.main-menu .navigation > li {
	margin-right: 40px;
}
.main-menu .navigation > li:hover > a:before, 
.main-menu .navigation > li.current > a:before {
    opacity: 0;
}
.main-header .header-upper .logo-box .logo {
    padding-top: 16px;
}
.tel-block {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.social-nav {
	float: left;
}
.header-top .top-left .list li:first-child {
    padding: initial;
    background-color: transparent;
    color: #888585;
}
.tel-block .i-call {
	background: url(/wp-content/themes/timophey_theme/images/icons/call.png) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    float: left;
}
.header-top .top-left .list li {
	opacity: 1;
}
header .tel-block a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;	
	color: #888585 !important;
}
header .tel-block a:hover {
	color: #ff6754 !important;
}
.header-top .top-right {
    padding: 10px 0px 8px 0;	
}
.i-viber {
	background: url(/wp-content/themes/timophey_theme/images/icons/viber.png) no-repeat;
}
.i-watsup {
	background: url(/wp-content/themes/timophey_theme/images/icons/watsup.png) no-repeat;
}
.i-telegram {
	background: url(/wp-content/themes/timophey_theme/images/icons/telegram.png) no-repeat;
}
.social-nav span {
    display: block;
    width: 33px;
    height: 33px;	
}
.header-top .top-left .list li span {
	margin-right: 5px;
}
.header-top .top-left .list .social-nav li {
	margin-right: 0;
}
.header-top .top-left {
	margin-top: 17px;
}
.banner-carousel .content-box.content-box-left,
.content-box-left {
	max-width: 50%;
	width: 50%;
	float: left;
}
.content-box-left h1 {
	font-family: 'Myriad Pro Regular';
	font-size: 34px;
}
.content-box-left h1 span {
	background: #ff6754;	
	padding: 0 3px;
}
.content-box-left h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;	
	font-size: 60px;
	line-height: 65px;	
}
.custom_form {
    background-size: cover;
    background-position: top;
    position: relative;	
    padding: 35px;
    max-width: 500px;
    margin-bottom: 0;
}
.form-block {
	padding-left: 45px;
}
.custom_form h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;	
	font-size: 30px;	
	line-height: 1;
	margin-bottom: 25px;
}
.custom_form .text.form-group {
	padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    position: relative;
}
.custom_form .text.form-group input {
	width: 83%;
	height: 48px;
	border-radius: 4px;
    padding: 0 10px 0 52px;
    color: #828fa2;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.custom_form .text.form-group select,
.form-group .ui-selectmenu-button.ui-button  {
	width: 83%;
	padding-left: 50px;
}
.ui-selectmenu-text {
    color: #828fa2;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.custom_form .text.form-group input::-webkit-input-placeholder {
    color: #50627d;
}
.custom_form .text.form-group input::-moz-placeholder {
    color: #50627d;
}
.custom_form .text.form-group input:-ms-input-placeholder {
    color: #50627d;
}
.custom_form .text.form-group input:-moz-placeholder {
    color: #50627d;
}
.custom_form .btn-style-one {
	height: 50px;
    padding: 6px 27px 11px 27px;
    margin-top: 30px;
    cursor: pointer;
    border: 2px solid #ff6754;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.custom_form .btn-style-one span {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.custom_form .text.form-group i {
	display: block;
	position: absolute;
    top: 12px;
    left: 20px;
    width: 25px;
    height: 25px;
    z-index: 5;
}
.custom_form .text.form-group.direction i {
	background: url(/wp-content/themes/timophey_theme/images/icons/map.png) no-repeat;
}
.custom_form .text.form-group.date i {
	top: 14px;
	background: url(/wp-content/themes/timophey_theme/images/icons/date.png) no-repeat;
}
.custom_form .text.form-group.name i {
	background: url(/wp-content/themes/timophey_theme/images/icons/name.png) no-repeat;
}
.custom_form .text.form-group.telephone i {
	background: url(/wp-content/themes/timophey_theme/images/icons/tel.png) no-repeat;
}
.banner-carousel .slide-item {
	padding: 200px 0px 200px;
}
.banner-text {
	padding-top: 97px;
}
.modal-backdrop.show{
	z-index: 1;
	opacity: .9;
}
.main-header {
	position: initial;
}
.modal-open .modal {
	display: flex !important;
    justify-content: center;
    align-items: center;
}
.modal-dialog {
    width: 40%;
}
.close span {
	color: white;
    font-size: 30px;
}
#exampleModalLabel {
	color: white;
	font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    width: 100%;
}
.modal-body input {
	width: 80%;
}
.modal-header {
	padding: 35px 30px 0 30px;
	border-bottom: 0;
}
.modal-content {
	border-radius: 5px;
}
.modal-content .custom_form .btn-style-one {
	width: 55%;
}
.services-section {
	padding-top: 90px;
}
.maps_contacts {
	padding: 70px 0;
}
.city_info img {
    display: block;
    margin: auto;
}
.city_info h4 {
	text-align: center;
	color: #ff6754;
	font-size: 27px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	margin-top: 20px;
}
.city_img {
	height: 250px;
	overflow: hidden;
}
.services-block img {
	width: 75px;
}
.services-block .inner-box .icon-box {
    height: 80px;
    overflow: hidden;	
}
.deal-block iframe {
	margin: auto !important;
}
.sec-title {
	margin-bottom: 40px;
}
.seller-section {
	padding: 100px 0px 50px;
}
#media {
	margin-top: 35px;
}
.dealer-section .image-column .pattern-layer-three {
	top: 130px;
}
.slider_media {
	margin: 50px auto 60px auto;
	max-width: 1400px;
}
.maps_contacts {
	background-position: center bottom;
    padding-bottom: 130px;
}
.slider_media .owl-prev {
	position: absolute;
    left: -50px;
    top: 50%;
    background: #fd799e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px 10px 11px 13px;
    color: white;
    font-weight: 700;
}
.slider_media .owl-next {
	position: absolute;
    right: -50px;
    top: 50%;
    background: #fd799e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px 10px 11px 13px;
    color: white;
    font-weight: 700;	
}
.main-footer {
	padding-top: 0;	
}
.main-footer .widgets-section {
    padding-top: 0;
    padding-bottom: 47px;
}
.modal-body br,
.custom_form br {
	display: none;
}
#wpcf7-f12-p7-o1 .ui-selectmenu-button span.ui-selectmenu-text {
	padding-left: 0;
	padding-top: 3px;
}
.form-group .ui-button .ui-icon {
	top: 12px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 0 !important;
    background: #ff6754 !important;
    color: #ffffff !important;
}
.wpcf7-date.hasDatepicker {
	cursor: pointer;
}
#ui-datepicker-div {
	width: 357px;
}
#ui-datepicker-div .ui-widget-header {
    border: 1px solid #ff6754 !important;
    background: #ff6754 !important; 
}



#tabs {
	margin: 10px 0;
	align-items: center;
}
#tabs .tabs-items > div {
	transition: all 5s;
}
.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.tabs-nav li {
	display: block;
	list-style: none;
	margin-bottom: 25px;
}    
.tabs-nav a {
	position: relative;
	display: block;
	font-size: 24px;
	text-decoration: none;
	color: #787878;
	padding: 10px 0 10px 27px;
	transition: all 0.3s;
}	
.tabs-nav li a:before {
	position: absolute;
	content: "";
	display: block;
    width: 7px;	
	height: 100%;
	border-radius: 8px;
	background: #c2c2c2;
	top: 0;
    left: 0;
	transition: all 0.3s;
}
.tabs-nav a:hover {
	color: #1dc675;
}
.tabs-nav a.active {
	color: #000;
} 
.tabs-nav a.active:before {
	background: #1dc675;
}
.tabs-item {
	text-align: right;
}
#banner {
	overflow: hidden;
	margin-top: 90px;
}
.header_connect a {
	padding: 15px 3px;
    background: #1dc675;
    display: block;
    color: white;
    font-weight: 700;
    font-size: 16px;
    border-radius: 30px;
	width: 48.5%;
    text-align: center;
	transition: all 0.3s;
	border: 1px solid #1dc675;
}

.header_connect a:hover {
	background: #2aa56a;
}
.header_connect a.to_taxi {
	background: transparent;
}
.header_connect a.to_taxi:hover {
	 background: #1dc675;
}
.header_blocks {
	align-items: center;
}
.header_contacts a {
	display: block;
	transition: all 0.3s;
	font-size: 14px;
	color: white;
	line-height: 17px;
	letter-spacing: 0.5px;
}
.header_contacts a:hover {
 color: #1dc675;
}
.header_contacts a.header_email {
	margin-top: 5px;
    letter-spacing: 1px;
}
.header_map p {
	line-height: 1.4;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: white;
	margin: 0;
}
.header_contacts,
.header_map {
	position: relative;
	padding-left: 65px;
}
.header_connect  {
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
}
.header_map {
    padding-left: 70px;
}
.header_contacts:before,
.header_map:before {
	position: absolute;
	background: url(/wp-content/themes/boltfood_theme/images/mobile.svg) no-repeat;
	display: block;
	content: "";
	left: 0;
	width: 56px;
	height: 62px;
	background-size: 62px auto;
}
.header_contacts:before {
    left: 0;
}
.header_map:before {
	background: url(/wp-content/themes/boltfood_theme/images/pin.svg) no-repeat;
	width: 45px;
    height: 62px;
	top: -2px;
	left: 15px;
	    background-size: 62px auto;
    background-position: -9px 0px;
}
/* .header_connect {
	display: flex;
    justify-content: flex-end;
} */
.header-upper .auto-container {
	transition: all 0.2s;
}
.fixed-header .header-upper .auto-container {
	max-width: 1160px;
}
.owl-dots {
	display: none;
}
.banner-carousel .content-box.content-box-left, .content-box-left {
    max-width: 100%;
    width: 100%;
    float: none;
    text-align: center;
} 
.banner-carousel .active .content-box h1 {
	font-size: 34px;
    font-family: Myriad Pro Regular;
	font-weight: 400;
}
.banner-carousel .active .content-box h1 br {
	display: none;
}
.content-box-left h1 span {
    background: #2f313f;
    padding: 0 2px 2px;
}
.content-box-left h2 {
	line-height: 70px;
}
.content-box-left h2.h2_big {
	font-size: 70px;
    font-weight: 900;
	line-height: 75px;
}
.banner-carousel .content-box .text {
	    margin-bottom: 80px;
}
.banner-carousel .slide-item {
    padding: 100px 0px 70px;
}
.banner-carousel .active .slide-item .image-layer {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#reservation {
	padding: 100px 0 0 0;
	height: 890px;
}
#reservation  .wpcf7 form .wpcf7-response-output {
    margin: 1em 0 0;
    color: white;
    line-height: 1.3;
}
.reservation-container {
	position: relative;
	padding-top: 78px;
}
.delivery_img {
	 position: absolute;
    left: 895px;
	    top: 0;
}
.reservation-wrap {
	display: flex;
/* 	align-items: center; */
}
.reservation-wrap > div {
	flex: 1;
}
.reservation-wrap > div.reservation_text {
	flex: 1.35;
	    padding-left: 60px;
}
.reservation-wrap > div.reservation_text {
	    padding-top: 145px;
	    padding-top: 80px;
}
.form-block {
    padding-left: 0;
}
.custom_form {
	max-width: 450px;
    float: right;
	 padding: 50px 42px 30px 42px;
}
.delivery_img_2 {
	 position: absolute;
    right: 175px;
	 top: 0;	
	width: 380px;
	height:380px;
	background: #f1fef7;
	border-radius: 50%;
}
.reservation_text {
	color: black;
}
.reservation_text h2 {
	font-size: 67px;
	font-weight: 700;
}
.reservation_text h3 {
	font-weight: 700;
    font-size: 36px;
	line-height: 1.2;
	color: #333;
}
.reservation_text h3 span {
	color: #1dc675;
	font-size: 42px;
}
.custom_form .wpcf7-submit {
	width: 200px;
    padding: 15px 0;
    background: #1dc675;
    border-radius: 30px;
    font-size: 16px;
    color: white;
    font-weight: 700;
    margin: 27px auto 0 auto;
    display: block;
	cursor: pointer;
	transition: all 0.3s;
}
.custom_form .wpcf7-submit:hover {
    background: #2aa56a;
}
.custom_form div.wpcf7 .ajax-loader {
	display: none;
}
.custom_form form p {
	margin: 0;
}
.custom_form .text.form-group {
	margin-bottom: 15px;
}
.custom_form .text.form-group input {
	width: 100%;
/* 	font-weight: 600; */
	height: 58px;
	border-radius: 0;
	padding: 0 10px 0 16px;
    color: #50627d;
}
.custom_form  .select2-container .select2-selection--single {
    height: 58px;
	border: 0;
    border-radius: 0;
}
.custom_form .select2-container .select2-selection--single .select2-selection__rendered {
    color: #50627d;
	padding-left: 16px;
    line-height: 58px;	
	font-size: 16px;
	font-weight: 500;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1dc675 !important; 
}
.custom_form .select2-container--default .select2-selection--single .select2-selection__arrow b {
	    margin-top: 8px;
}
#pluses {
	margin-bottom: 150px;
}
.pluses-block {
	text-align: center;	
}
.pluses-block img {
	margin-bottom: 40px;
	width: 100px;
}
.pluses-block h4 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
	line-height: 1.3;
}
.pluses-block:first-child {
	padding-left: 0;
}

.parallax-window {
    min-height: 300px;
    background: transparent;
}
.how_work_container {
	position: relative;
}
.image-how_work {
	position: absolute;
	left: -300px;
	top: 0;
}
#how_work {
	margin-top: 160px;
}
.сonditions-container {
	position: relative;
	min-height: 300px; 
	height: 100%;
}
.icons-сonditions {
	position: absolute;
	left: -80px;
	top: 25px;
}
.сonditions-row {
	height: 100%;
	min-height: 300px; 
	align-items: center;
}
.сonditions-block-title {
	text-align: right;
	position: relative;
	    padding-right: 85px;
}
.сonditions-block-title:after {
	position: absolute;
	top: 50%;
	right:4px;
	content: "";
	width: 8px;
	height: 100px;
	margin-top: -50px;
	display: block;
	background: #1dc675;
	border-radius: 10px;
}
.сonditions-block-ul {
	padding-left: 85px;
}
.сonditions-block-ul li {
	font-size: 24px;
	color: white;
	font-weight: 700;
	margin: 20px 0;
}
.сonditions-block-title h2 {
	font-size: 63px;
	color: white;
	font-weight: 700;
	line-height: 1.1;
}
.how_work_container {
	position: relative;
	padding-top: 45px;
	padding-bottom: 180px;
    margin-bottom: 65px;
}
.image-how_work {
	position: absolute;
	left: -470px;
	top: 0;
}
.how_work_container h2 {
	color: black;
    font-size: 63px;
    font-weight: 700;
    text-align: center;
	margin-bottom: 55px;
}
.how-work-block-titles {
	padding-left: 75px;
	padding-top: 25px;
}
.how-work-block-content {
	padding-right: 140px;
}
.tabs-nav a {
	font-style: italic;
}
.form_consultation {
	height: 300px;
	background-size: cover;
	margin-top: -18px;
}
.form_consultation .wpcf7 {
	padding-top: 50px;
}
#consultation {
	margin-bottom: 130px;
}
#consultation .auto-container {
	max-width: 1325px;
}
.form_consultation_wrap {
	max-width: 1060px;
	margin: 0 auto;
}
.form_consultation_wrap form br {
	display: none;
}
.form_consultation_wrap form p {
	margin: 0;
}
.consultation_h2 {
	font-size: 32px;
	color: black;
	text-align:center;
	font-weight: bold;
	line-height: 1.2;
}
.consultation_p {
	color: #333;
	font-size: 24px;
	text-align:center;
	line-height: 1.2; 
	margin: 0;
	font-weight: bold;
}
.form_consultation input {
	height: 60px;
	border: 1px solid #a7a7a7;
	margin: 0 8px 0 0;
	font-size: 16px;
	color: #50627d;
	padding: 0 20px;
	width: 32%;
}
.form_consultation input::placeholder {
	color: #50627d;
}
.form_consultation input.wpcf7-submit {
    margin-right: 0;
    width: 20%;	
	padding: 15px 0;
    background: #1dc675;
    border-radius: 30px;
    font-size: 16px;
    color: white;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
}
.form_consultation input.wpcf7-submit:hover {
	background: #2aa56a;
}
.form_consultation .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -40px;
    font-size: 12px;
	left: 0;
}
.form_consultation  .wpcf7 form .wpcf7-response-output {
	margin: 0;
    padding: 2px;
    width: 73%;
    float: right;
    text-align: center;
}
.main-footer .footer-bottom {
    padding: 0;
    background-color: transparent;
}
.footer-bottom p {
	color: #6b6b6b;
    font-size: 13px;
	line-height: 1.2em;
	margin: 0;
}
.footer-bottom p a {
	color: #6b6b6b;
}
.main-footer a {
	transition: all 0.3s;
}
.main-footer a:hover {
	color: #1dc675;
}
.main-footer {
	padding: 55px 0 28px 0;
}
.main-footer {
	background-color: #f4f4f6;
}
.middle_line {
	margin: 30px 0 50px 0;
}
.footer_images {
	padding-left: 0;
	padding-top: 20px;
}
.footer_soc {
	display: flex;
}
.footer_soc a {
	/*color: #2e303e;*/
    font-size: 21px;
    border-radius: 50%;
    border: 1px solid #2e303e;
    height: 40px;
    text-align: center;
    width: 40px;
    padding-top: 8px;
    margin-right: 20px;
}
.footer_soc a:last-child {
	margin-right: 0;
	font-weight: 600;
	font-size: 20px;
}
.footer_soc a:hover {
    border: 1px solid #1dc675;	
}
.footer_links a {
	color: black;
	font-size: 16px;
	font-weight: 700;
}
.footer_links {
	display: flex;
	flex-direction: column;
}
.footer_top {
	display: flex;
	gap: 80px;
}
body > *{
	font-family: 'Open Sans', sans-serif !important;
}
.header_blocks_mobile {
	display: none;
}
.form_bg_right,
.form_bg_left {
	display: none;
}
body {
	overflow-x: hidden;
}
.header_logo img {
    max-width: 224px;
    margin-left: -3px;
}
.footer_logo img {
	max-width: 185px;
    margin-left: -10px;
}
footer .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 33px;
}
footer .select2-container--default .select2-selection--single {
    width: 150px;
    float: right;
	height: 35px;
}
footer .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}
.footer_soc {
	clear: both;
}
.select2-dropdown.customlang-dropdown.select2-dropdown--below {
	min-width: 150px !important;
}
.select2-container.customlang {
	float: right;
}
.select2-dropdown.customlang-dropdown.select2-dropdown--below {
/* 	    left: -13px; */
}
.select2-container.customlang {
	width: 150px !important;
}
.lang_rel {
	position: relative;
	margin-top: 30px;
}
.footer-bottom {
	margin-top: 70px;
}
.lang_title {
	position: absolute;
    font-size: 9px;
    width: 37px;
    background: #f4f4f6;
    text-align: center;
    line-height: 1;
    display: block;
    border-radius: 10px;
    right: 105px;
    top: -6px;
    z-index: 5;
    font-weight: 700;
}
.content-box-left h1 span {
	background: transparent;
}
.banner-carousel .active .content-box h1 {
    font-size: 60px;
    font-family: Open Sans;
    font-weight: 700;
}
.content-box-left h2 {
	font-size: 35px;
	    line-height: 50px;
}
.banner-carousel .content-box .text {
    margin-bottom: 5px;
}
.content-box-left h2 span {
	color: #1dc675;
	font-size: 52px;
	font-family: Open Sans;
}
.content-box-left h2:last-child {
	line-height: 38px;
}
.tel_wrap_field {
	position: relative;
}
.tel_wrap_field > p.tel_p,
.form_consultation_wrap .tel-798 p.tel_p {
	position: absolute;
    z-index: 5;
    background: white;
    width: 100%;
    height: 100%;
    padding: 14px 17px;
    color: #50627d;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}
.form_consultation_wrap .tel-798 p.tel_p {
    /*top: -21px;*/
    left: 2px;
    bottom: -19px;
    right: 10px;
	width: auto;
    height: auto; 
    font-weight: 400;
}
.footer_soc_links a {
	display: inline-flex;
	width: 60px;
}
.footer_soc_links {
	position: fixed;
	bottom: 10px;
	left: 25px;
	top: initial;
}


body.scrolling .onpbxcb__button {
  -webkit-animation: onpbxcb__animation__bounce .5s ease-out forwards;
  animation: onpbxcb__animation__bounce .5s ease-out forwards;
}

@-webkit-keyframes onpbxcb__animation__bounce {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  30% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  70% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes onpbxcb__animation__bounce {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  30% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  70% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

#onpbxcb__container .onpbxcb__animation__bounce {
  -webkit-animation: onpbxcb__animation__bounce .5s ease-out forwards;
  animation: onpbxcb__animation__bounce .5s ease-out forwards;
}
.header_logo a span {
    font-size: 14px;
    color: white;
    line-height: 15px;
    letter-spacing: 0.5px;	
	display: block;
}
.mob-under-text {
	display: none;
}
#сonditions {
	padding-bottom: 35px;
	padding-top: 35px;
}
.сonditions-block h2 {
	position: relative;
	font-size: 40px;
    font-weight: 700;
    color: white;
    text-align: center;
    width: 360px;
    line-height: 1;
	margin-bottom: 70px;
}
.сonditions-block-ul {
    padding-left: 15px;
	padding-right: 15px;
}
.сonditions-row {
    justify-content: space-around;
    padding: 0 70px;	
}
.icons-сonditions {
    position: absolute;
    left: 570px;
    top: -25px;
}
.сonditions-block h2:after {
    position: absolute;
    bottom: -38px;
    left: 50%;
	margin-left: -50px;
    content: "";
    width: 100px;
    height: 8px;
    display: block;
    background: #1dc675;
    border-radius: 10px;
}
.сonditions-block-ul {
	/*width: 580px;*/
	margin-bottom: 50px;
}
.сonditions-block h2 {
	width: 335px;
}
.сonditions-row {
	align-items: flex-start;
	max-width: 1160px;
    margin: auto;
}
.сonditions-container {
	max-width: 980px;
}
#сonditions {
    padding-bottom: 45px;
    padding-top: 45px;
}
#pluses {
	padding-right: 50px;
}
.header_map i {
	background: url(/wp-content/uploads/2021/08/ar.svg) no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 160px;
    cursor: pointer;
    z-index: 999;
    background-position: center;
	transition: all 0.3s;
}
.dop_cities {
	opacity:0;
	visibility: hidden;
    position: absolute;
    background: #2a2c41;
    padding: 0 15px 25px 20px;
    margin-left: -25px;
	transition: all 0.3s;
}
.add_city_harkiv {
	padding: 15px 0;
}
.header_map.active i {
	top: 4px;
	left: 200px;
	transform: rotate(180deg);
}
.header_map.active .dop_cities {
	opacity:1;
	visibility: visible;	
}
.fixed-header .dop_cities {
	background: #2f4668;
}

.сonditions-block.сonditions-block-ul {
	display: none;
}
.сonditions-container.kiev .kiev,
.сonditions-container.kharkiv .kharkiv,
.сonditions-container.dnipro .dnipro,
.сonditions-container.lviv .lviv,
.сonditions-container.odesa .odesa,
.сonditions-container.vinnytsia .vinnytsia,
.сonditions-container.brovary .brovary,
.сonditions-container.irpin .irpin,
.сonditions-container.bucha .bucha,
.сonditions-container.boryspil .boryspil,
.сonditions-container.vyshgorod .vyshgorod,
.сonditions-container.cherkasy .cherkasy,
.сonditions-container.ivanofrankivsk .ivanofrankivsk,
.сonditions-container.rivne .rivne,
.сonditions-container.chernivtsi .chernivtsi,
.сonditions-container.khmelnytskyi .khmelnytskyi,
.сonditions-container.zhytomyr .zhytomyr,
.сonditions-container.kryviyrih .kryviyrih,
.сonditions-container.poltava .poltava,
.сonditions-container.kremenchuk .kremenchuk,
.сonditions-container.pavlograd .pavlograd,
.сonditions-container.sumy .sumy,
.сonditions-container.lutsk .lutsk,
.сonditions-container.ternopil .ternopil,
.сonditions-container.uzhhorod .uzhhorod,
.сonditions-container.mukachevo .mukachevo,
.сonditions-container.bilatserkva .bilatserkva,
.сonditions-container.chernihiv .chernihiv,
.сonditions-container.kovel .kovel,
.сonditions-container.oleksandriia .oleksandriia,
.сonditions-container.kropuvnuckuy .kropuvnuckuy,
.сonditions-container.zaporizhzhia .zaporizhzhia,
.сonditions-container.kamyanetspodilskyi .kamyanetspodilskyi,
.сonditions-container.drogobych .drogobych,
.сonditions-container.truskavec .truskavec,
.сonditions-container.kamianske .kamianske,
.сonditions-container.mykolaiv .mykolaiv,
.сonditions-container.kolomyia .kolomyia {
	display: block;
}
.header_map p {
	display: none;
}
.header_map.kiev .add_city_kiev,
.header_map.kharkiv .add_city_kharkiv,
.header_map.dnipro .add_city_dnipro,
.header_map.lviv .add_city_lviv,
.header_map.odesa .add_city_odesa,
.header_map.vinnytsia .add_city_vinnytsia,
.header_map.brovary .add_city_brovary,
.header_map.irpin .add_city_irpin,
.header_map.bucha .add_city_bucha,
.header_map.boryspil .add_city_boryspil,
.header_map.vyshgorod .add_city_vyshgorod,
.header_map.cherkasy .add_city_cherkasy,
.header_map.ivanofrankivsk .add_city_ivanofrankivsk,
.header_map.rivne .add_city_rivne,
.header_map.chernivtsi .add_city_chernivtsi,
.header_map.khmelnytskyi .add_city_khmelnytskyi,
.header_map.zhytomyr .add_city_zhytomyr,
.header_map.kryviyrih .add_city_kryviyrih,
.header_map.poltava .add_city_poltava,
.header_map.kremenchuk .add_city_kremenchuk,
.header_map.pavlograd .add_city_pavlograd,
.header_map.sumy .add_city_sumy,
.header_map.lutsk .add_city_lutsk,
.header_map.ternopil .add_city_ternopil,
.header_map.uzhhorod .add_city_uzhhorod,
.header_map.mukachevo .add_city_mukachevo,
.header_map.bilatserkva .add_city_bilatserkva,
.header_map.chernihiv .add_city_chernihiv,
.header_map.kovel .add_city_kovel,
.header_map.oleksandriia .add_city_oleksandriia,
.header_map.kropuvnuckuy .add_city_kropuvnuckuy,
.header_map.zaporizhzhia .add_city_zaporizhzhia,
.header_map.kamyanetspodilskyi .add_city_kamyanetspodilskyi,
.header_map.drogobych .add_city_drogobych,
.header_map.truskavec .add_city_truskavec,
.header_map.kamianske .add_city_kamianske,
.header_map.mykolaiv .add_city_mykolaiv,
.header_map.kolomyia .add_city_kolomyia {
	display: block;
}
.city-line {
	display: flex;
	margin-bottom: 15px;
}
.city-chose {
	height: 58px;
    background: white;
    width: 62%;
    margin-right: 3%;
	color: #50627d;
    font-weight: 500;
    font-size: 16px;
    line-height: 58px;
    padding-left: 15px;
}
.change_city {
    background: #34d086;
    width: 100%;
    border-radius: 30px;
    margin: 3px 0;
    color: white;
    text-align: center;
    font-size: 15px;
    padding: 15px 0;
	font-weight: 700;
	transition: all 0.4s;
	display: block;
}
.change_city:hover {
	background: #2aa86c;
	color: white;
}
.text-933 input {
	width: 100%;
	color: #50627d;
	font-weight: 500;
	pointer-events: none;
}
.city-line p {
	width: 35%;
}
html.ru-RU .city-chose {
	width: 58%;
}
html.ru-RU .city-line p {
    width: 39%;
}
.text-933 input::placeholder {
	color: #50627d;
}
html.ru-RU .сonditions-block-ul {
	width: 580px;
}
html.ru-RU .сonditions-block h2 {
	width: 555px;
}
.acceptance-842 .wpcf7-list-item {
	margin: 0;
}
.acceptance-842 input {
	width: 20px !important;
	height: 20px !important;
	margin-right: 12px;
}
.acceptance-842 .wpcf7-list-item-label {
	color: #cacaca;
	line-height: 1.2;
}
.acceptance-842  label {
	display: flex;
}
/*.form_consultation_wrap .acceptance-842 {	*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -7px;*/
/*}*/
.form_consultation_wrap .acceptance-842 input {
	width: 14px !important;
	height: 14px !important;	
}
.form_consultation_wrap .acceptance-842 .wpcf7-list-item-label {
	color: #525252;
}
/*.form_consultation_wrap .acceptance-842 {*/
/*	padding-left: 10px;*/
/*}*/
.form_consultation .wpcf7-not-valid-tip {
	bottom: -24px;
	left: 5px;
	z-index: 9999;
}
.form_consultation .wpcf7-form-control-wrap.text-933 {
	display: none;
}
#banner-no-city {
	display: none;
}
.no-city section {
	display: none;
}
.no-city section#banner-no-city {
	display: block;
}
.no-city section#banner-no-city a {
	color: white;
	font-size: 38px;
}
body.body-no-city header,
body.body-no-city footer,
body.body-no-city .parallax-mirror {
	display: none;
}
body.body-no-city .no-city .content-box.content-box-left.banner-text {
	height: 100vh;
}
#taxi {
	padding-top: 35px;
	padding-bottom: 100px;
}
#taxi .auto-container {
	max-width: 1495px;
}
#taxi .taxi-block:first-child {
	padding-left: 170px;
	padding-top: 100px;
}
#taxi .taxi-block:last-child .icon-box {
	float: right;
}
#taxi .taxi-block h2 {
	font-size: 67px;
    color: black;
    font-weight: 700;
	margin-bottom: 10px;
}
#taxi .taxi-block h3 {
	font-size: 36px;
    color: #333333;
    font-weight: 700;
	line-height: 1.1;
}
#taxi .taxi-block h4 {
	color: #1dc675;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
}
#taxi a.to_taxi {
    margin-top: 45px;
    padding: 15px 3px;
    background: transparent;
    display: block;
    color: #1dc675;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    width: 49%;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid #1dc675;	
}
#taxi a.to_taxi:hover {
	color: white;
	background: #1dc675;
}

a.to_bike {
    margin-top: 45px;
    padding: 15px 3px;
    background: #1dc675;
    display: block;
    color: white;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    width: 49%;
    text-align: center;
    transition: all 0.3s;
}

a.to_bike:hover {
	background: #2ebc78;
}

@media only screen and (max-width: 767px) {
	div.wpcf7 .wpcf7-submit:disabled {
		/* Your mobile-specific styles here */
		background-color: lightgray;
		color: white;
		cursor: not-allowed;
		opacity: 0.5;
	}
}

#map {
	height: 500px; width: 100%;
	border-radius: 30px;
}

.map-calculator-container {
	margin-top: 150px;
	margin-bottom: 150px;
}

.map-calculator-title {
	color: #000;
	font-size: 63px;
	font-weight: 700;
	text-align: center;
}

.map-field {
	width: 100%;
	height: 58px;
	border-radius: 0;
	padding: 0 10px 0 16px;
	color: #50627d;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	border: 2px solid #1dc675;
}

.map-fields {
	display: flex;
	gap: 30px;
	margin-bottom: 20px;
}

.result-button-container {
	display: none;
	align-items: center;
	flex-direction: column;
}

.map-calculate-button {
	width: 200px;
	padding: 15px 0;
	background: #1dc675;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	display: block;
	cursor: pointer;
	transition: all .3s;
	margin: 0 auto 20px auto;
}

.map-calculate-button:hover {
	background: #2aa56a;
}

.clear-map-button {
	width: 200px;
	padding: 15px 0;
	background: #1dc675;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	display: block;
	cursor: pointer;
	transition: all .3s;
}

.clear-map-button:hover {
	background: #2aa56a;
}

.result-map-container {
	background: #f9f9f9;
	border-radius: 8px;
	padding: 16px;
	margin: 24px 0;
	text-align: center;
	width: 100%;
}

.result-map-container p {
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	color: #000;
}

.income-container {
	margin-bottom: 150px;
}

.income-title {
	color: #000;
	font-size: 63px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 55px;
}

.income-container label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	color: #333;
}

input[type="range"] {
	width: 100%;
	height: 6px;
	-webkit-appearance: none;
	appearance: none;
	background: linear-gradient(to right, #1dc675 0%, #1dc675 0%, #F5F5F5 0%, #F5F5F5 100%);
	border-radius: 3px;
	margin: 15px 0;
	transition: background 0.3s;
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	background: #1dc675;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

input[type="range"]::-moz-range-thumb {
	width: 24px;
	height: 24px;
	background: #1dc675;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.income-counter {
	text-align: center;
}

#daysValue, #hoursValue {
	display: inline-block;
	min-width: 30px;
	text-align: center;
	font-weight: 700;
	background: #F5F5F5;
	padding: 8px 12px;
	border-radius: 30px;
	margin-left: 10px;
}

#result {
	font-weight: 700;
	font-size: 18px;
	color: #000;
}


.result-container {
	background: #F9F9F9;
	border-radius: 8px;
	padding: 16px;
	margin: 24px 0;
	text-align: center;
}

.result-container p {
	margin: 0;
}

.income-button {
	width: 300px;
	padding: 15px 0;
	background: #1dc675;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	margin: 27px auto 0 auto;
	display: block;
	cursor: pointer;
	transition: all .3s;
}

.income-button:hover {
	background: #2aa56a;
}

.disclaimer {
	font-size: 12px;
	color: #666;
	line-height: 1.4;
	margin: 20px 0;
	text-align: center;
}

.container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-height: 100vh;
}

a.error-button-page {
	width: 300px;
	padding: 15px 0;
	background: #1dc675;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	margin: 27px auto 0 auto;
	display: block;
	cursor: pointer;
	transition: all .3s;
	text-decoration: none;
	text-align: center;
}

.error-button-page:hover {
	background: #2aa56a;
}


@media (max-width: 820px) {
	.map-fields {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.income-title {
		font-size: 35px;
	}
	.map-calculator-title {
		font-size: 35px;
	}
	.map-calculator-container {
		margin-top: 75px;
	}
	#pluses .row {
		align-items: center;
	}
	.pluses-block:last-child {
		padding-right: 15px;
	}
}


#city-form {
	position: relative;
	z-index: 3;
	/*background: url('/wp-content/uploads/2021/11/form-background.png') no-repeat;*/
	width: 530px;
	height: 170px;
	background-size: auto;
	margin: -10px auto 0 auto;
}
#city-form  .select2-container--default .select2-selection--single {
	height: 55px;
	border: 1px solid #c2c2c2;
	border-radius: 0;
}
#city-form form {
	display: flex;
	padding: 55px 110px;
}
#city-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #052046;
	line-height: 55px;
	font-size: 16px;
	padding-left: 20px;
}
#city-form .select2-container {
	width: 58%;
	margin-right: 3%;
}
.city-reserve-form .select2-container {
	width: 58%!important;
}
#city-form button {
	display: block;
	width: 40%;
	background: #1dc675;
	border-radius: 30px;
	margin: 2px 0;
	color: white;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.4s;
}
#city-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 15px;
	right: 5px;
}
#city_select-error {
	position: absolute;
	z-index: 9;
	bottom: 1px;
	font-size: 15px;
	color: #c60e0e;
}
#city-form button:hover {
	background: #2caa6e;
}

@media (max-width: 768px) {
	#city-form {
		width: 450px;
	}
	#city-form form {
		display: flex;
		padding: 55px 15px 55px 45px;
	}
	#city-form .select2-container {
		margin-right: 2%;
	}
	#city-form button {
		width: 40%;
	}
	.content-box h4 {
		margin-top: 25px;
		font-size: 18px;
	}
	.banner-section .icons-layer {
		display: none;
	}
	.main-text-container h2 {
		font-size: 35px!important;
	}
}
@media (max-width: 540px) {
	#city-form {
		width: 100%;
		margin-left: -10px;
	}
	#city-form form {
		padding: 55px 8px 55px 40px;
	}
	#city-form button {
		font-size: 15px;
	}
}

.city-chose-form {
	padding: 0!important;
}

.city-reserve-form {
	width: 100%!important;
	height: 58px!important;
	margin: 0!important;
}

.city-chose-form b {
	margin-top: 0!important;
}

.conversetion-submit {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 10px;
}

/* BANNER */
.custom-banner br {
	display: none;
}
.custom-banner p {
	display: none;
}

.custom-banner {
	max-width: 989px;
	display: flex;
	background-color: #2e2f36;
	border-radius: 4px;
	padding: 20px;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin: 20px auto;
}
.custom-review-container {
	display: flex;
	gap: 10px;
	align-items: center;
}
.custom-review-container a {
	height: max-content;
}
.custom-review {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.custom-logo {
	border-radius: 4px;
}
.review-title {
	font-weight: 700;
	font-size: 1rem;
	line-height: 24px;
	color: #fff;
}
.custom-rating-big {
	font-weight: 700;
	color: #fafafa;
	font-size: 40px;
	line-height: 29px;
}
.custom-rating-small {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #fafafa;
}
.banner-custom-button {
	font-weight: 700;
	border-radius: 30px;
	background: #1dc675;
	font-size: 15px;
	padding: 16px;
	cursor: pointer!important;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s;
}

.banner-custom-button:hover {
	color: #fff;
	background: #2aa56a;
	transition: none;
}
.review-rating {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
@media (max-width: 768px) {
	.custom-banner {
		flex-direction: column;
	}
	.banner-custom-button {
		display: block;
		text-align: center;
	}
	.button-container {
		width: 100%;
	}
}
/* END BANNER */

.main-text-container {
	padding-bottom: 150px;
}
.main-text-container h2 {
	color: #000;
	font-size: 63px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
    line-height: normal;
}

.main-text-container a {
    color: #000;
}

.main-text-container a:hover {
    color: #2aa56a;
}

.footer-logo-soc {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.footer-city-containers {
	display: flex;
	gap: 80px;
}

.footer-city-containers a {
	color: #000;
}

@media (max-width: 900px) {
	.footer_top {
		flex-direction: column;
		gap: 20px;
	}
	.footer-logo-soc {
		gap: 20px;
	}
	.footer_links {
		margin: 0 auto;
	}
	.footer-city-containers {
		gap: 5px;
		justify-content: space-between;
	}
}

.fa-facebook-f:before {
	color: #1877F2;
	font-weight: 900;
}


/*SHUTTLE MOTO*/
.shuttle-container {
    margin-bottom: 150px;
    margin-top: 150px;
}

.partner-title {
    color: #000;
    font-size: 63px;
    font-weight: 700;
    text-align: center;
}

.partner-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 30px 0;
}


.partner-list {
    margin-bottom: 16px;
}

.partner-subtitle {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
}

.partner-bonus {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.shuttle-main-image {
    width: 50%;
}

.partner-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner-contact-info {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.shuttle-contact {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 18px;
    color: #000;
    transition: color 0.3s ease;
}

.shuttle-contact:hover {
    color: #2aa56a;
}

.partner-contact p {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: unset;
}

.partner-soc {
    display: flex;
    gap: 15px;
}

.partner-soc a {
    color: #000;
    font-size: 23px;
}

.partner-soc a:hover {
    color: #2aa56a;
}

.partner-contact img {
    width: 40%;
}

.logos-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end;
    flex: 1;
}

.rent-container {
    position: fixed;
    bottom: 20px;
    right: 25px;
    top: initial;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #2a2c41 0%, #2a2c41 55%, #2a2c41cc 65%, #ffffff 100%);
    padding: 10px 15px;
    border-radius: 15px;
}

.rent-container img {
    width: 160px;
}

.rent-text {
    color: #fff;
    font-weight: 700;
}

.rent-text ul li {
    list-style: disc;
    margin-left: 30px;
}

@media (max-width: 820px) {
    .partner-title {
        font-size: 35px;
        line-height: normal;
    }
    .partner-container {
        flex-direction: column-reverse;
    }
    .shuttle-main-image {
        width: 100%;
    }
    .partner-contact img {
        width: 40%;
    }
    .rent-container img {
        width: 120px;
        position: absolute;
        right: 10px;
    }
    .rent-container {
        padding: 20px 10px;
        right: 5px;
        left: 5px;
        z-index: 2;
    }
    .rent-text {
        z-index: 1;
        font-size: 10px;
        line-height: normal;
        text-align: left;
    }
    .rent-text ul li {
        margin-left: 20px;
    }
}

/*FAQ*/
.faq {
    max-width: 800px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    grid-row-gap: 1rem;
}

.faq br {
    display: none;
}

.faq p:empty {
    display: none;
}

.faq-item {
    border: 1px solid #f5f6f7;
    border-radius: 20px;
    padding: 1.25rem 1.5rem;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    text-align: left;
    gap: 5px;
    color: #000;
}

.faq-icon {
    width: 22px;
    height: 22px;
    display: flex;
    transition: transform .3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg); /* ПЛЮС → ХРЕСТИК */
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .35s ease;
    font-size: 16px;
    margin-top: 0;
}

.faq-answer p {
    line-height: normal;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
    margin-top: 10px;
}

@media (max-width: 820px) {
    .faq-question {
        font-size: 16px;
    }
}