/* 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

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


@import url('https://fonts.googleapis.com/css?family=Caveat:400,700|Muli:300,400,500,600,700,800|Pacifico|Work+Sans:300,400,500,600,700,800&display=swap');

/*
	
	font-family: 'Muli', sans-serif;
	font-family: 'Work Sans', sans-serif;
	font-family: 'Pacifico', cursive;
	font-family: 'Caveat', cursive;

*/

@import url('/wp-content/themes/timophey_theme/css/font-awesome.css');
@import url('/wp-content/themes/timophey_theme/css/flaticon.css');
@import url('/wp-content/themes/timophey_theme/css/animate.css');
@import url('/wp-content/themes/timophey_theme/css/owl.css');
@import url('/wp-content/themes/timophey_theme/css/jquery-ui.css');
@import url('/wp-content/themes/timophey_theme/css/animation.css');
@import url('/wp-content/themes/timophey_theme/css/jquery.fancybox.min.css');
@import url('/wp-content/themes/timophey_theme/css/jquery.mCustomScrollbar.min.css');

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

@font-face {
    font-family: 'Gilroy Light';
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Light.woff2') format('woff2'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Light.woff') format('woff'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Light.ttf') format('truetype');
    font-style: normal;
  }

@font-face {
    font-family: 'Gilroy Medium';
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Medium.woff2') format('woff2'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Medium.woff') format('woff'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Medium.ttf') format('truetype');
    font-style: normal;
  }

@font-face {
    font-family: 'Gilroy Regular';
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Regular.woff2') format('woff2'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Regular.woff') format('woff'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Regular.ttf') format('truetype');
    font-style: normal;
  }

@font-face {
    font-family: 'Gilroy Semibold';
    src: local('Gilroy Regular'), local('Gilroy-Semibold'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Semibold.woff2') format('woff2'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Semibold.woff') format('woff'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Semibold.ttf') format('truetype');
    font-style: normal;
  }

@font-face {
    font-family: 'Gilroy Bold';
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Bold.woff2') format('woff2'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Bold.woff') format('woff'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Bold.ttf') format('truetype');
    font-style: normal;
  }

@font-face {
    font-family: 'Gilroy Extrabold';
    src: local('Gilroy Bold'), local('Gilroy-Extrabold'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Extrabold.woff2') format('woff2'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Extrabold.woff') format('woff'),
        url('/wp-content/themes/timophey_theme/fonts/Gilroy-Extrabold.ttf') format('truetype');
    font-style: normal;
  }

/*** 

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

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

/*** 

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

 ***/

body {
	font-family: 'Gilroy Regular', 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: 'Work 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;
}
.slide-item .auto-container {
	max-width: 1250px;
}
.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: 'Muli', 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: 'Muli', 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;
}

.logo img {
	height: 48px;
}

/*** 

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

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	left: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: 'Pacifico', 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: 'Muli', 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.fixed-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:#ffffff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.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;
}

.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: 'Roboto Condensed', 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: 'Work 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: 'Muli', 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: 'Pacifico', 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: 'Muli', 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: 'Pacifico', 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: 'Muli', 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: 'Work 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: 'Work 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: 'Work 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: 'Muli', 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: 'Ubuntu', 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: 'Ubuntu', 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: 'Ubuntu', 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;
}
.i-instagram {
	background: url(/wp-content/themes/timophey_theme/images/icons/instagram.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-family: 'Ubuntu', sans-serif;
	font-size: 34px;
	font-weight: 500 !important;
}
.content-box-left h1 span {
	background: #ff6754;	
	padding: 0 3px;
}
.content-box-left h2 {
	font-family: 'Ubuntu', 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: 'Ubuntu', 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: 'Ubuntu', 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: 'Ubuntu', sans-serif;
}
.custom_form .text.form-group input::-webkit-input-placeholder {
    color: #828fa2;
}
.custom_form .text.form-group input::-moz-placeholder {
    color: #828fa2;
}
.custom_form .text.form-group input:-ms-input-placeholder {
    color: #828fa2;
}
.custom_form .text.form-group input:-moz-placeholder {
    color: #828fa2;
}
.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: 'Ubuntu', sans-serif;
}
.custom_form .btn-style-one span {
	font-family: 'Ubuntu', 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 0;
}
.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: 'Ubuntu', 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: 'Ubuntu', 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: 5px;
}
.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-f305-o2 .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; 
}
.content-box.content-box-left.form-block {
	height: 705px;
}
.banner-carousel .content-box.banner-text p.price {
	margin-bottom: 0; 
	background: #ff6754;
    padding: 0 5px;
    display: inline-block;
    width: auto;
/*     font-family: 'Myriad Pro Regular'; */
	font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    line-height: 1.3;
}
.banner-carousel .content-box div.text {
	margin-bottom: 20px;
}
.footer-bottom-inner {
	display: flex;
	justify-content: space-between;
}
.dev {
	color: white;
}
.dev a:hover {
	color: white;
}
.telephone2 {
	bottom: 88px !important;
}





/* Bus to way */
a, p, h1, h2, h3, h4, h5, h6, span {
	font-family: 'Gilroy Regular', sans-serif !important;
}
.header-top-inner {
	display: flex;
	justify-content: space-between;
}
.tel-block .i-call {
    background: url(/wp-content/uploads/2021/07/tel.png) no-repeat; 
	    width: 30px;
    height: 30px;
    margin-top: -3px;
	filter: brightness(0);
	margin-right: 5px;
}
.social-nav {
	display: flex;
	/*margin-top: 10px;*/
}
.left-box ul {
	display: flex;
	align-items: center;
}
@media (max-width: 768px) {
	.left-box ul {
		align-items: flex-start;
	}
	.tel-block {
		align-items: flex-start;
	}
}
.i-watsup {
    background: url(/wp-content/uploads/2021/07/watsap.png) no-repeat;
}
.i-viber {
    background: url(/wp-content/uploads/2021/07/viber.png) no-repeat;
}
.i-telegram {
    background: url(/wp-content/uploads/2021/07/telegram.png) no-repeat;
}
.i-instagram {
    background: url(/wp-content/uploads/2021/07/instagram.png) no-repeat;
}
.social-nav span {
    background-size: 46px;
    width: 52px;
    height: 47px;
}
header .tel-block a {
	font-weight: initial;
    color: #000000 !important;
    font-size: 22px;
	transition: all 0.3s;
}
.tel-block li {
	height: 40px;
    border: 1px solid #544cf9;
    border-radius: 50px;
    padding: 8px 12px;
    background: #ffffffba;
}
.tel-block {
	margin-top: 0;
}
/*.logo-box {*/
/*	padding-top: 10px;*/
/*}*/
.main-header {
	padding-top: 80px;
	position: fixed;
	background-color: transparent;
	transition: all 0.3s;
}
.header-top {
	background-color: transparent;
	transition: all 0.3s;
}
a.signin.signin-desktop,
a.order_link {
	height: 48px;
    width: 200px;
    background: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-family: 'Gilroy Medium', sans-serif !important;
    font-size: 16px;
    color: white;
	box-shadow: 0 0 12px 7px #00000036;
	transition: all 0.3s;
}
header .tel-block a:hover {
	color: #b95aff !important;
}
* {
/* 	transition: all 0.3s; */
}
a.signin.signin-desktop:hover,
a.order_link:hover {
	background: #b85bff;
}
.header-top {
	border-bottom: 0;
}
.right-box {
    width: 40%;
    display: flex;
    justify-content: flex-end;	
	    padding-right: 18px;
}
.left-box {
	 width: 40%;
}
.logo-box {
	width: 20%;
    display: flex;
    justify-content: center;
}
.header-top .auto-container {
	    max-width: 1730px;
}
.banner-carousel .slide-item {
    padding: 0 0 235px 0;
}
#reservation {
	max-width: 1775px;
    margin: auto;
}
.image-layer-1 {
	background-image: url(/wp-content/uploads/2021/07/top-bg.jpg);
    position: absolute;
    top: 0;
    width: 1305px;
    right: 0;
    display: block;
    height: 1041px;
}
.main-header.fixed-header {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
	box-shadow: 0 0 10px 10px #2525252e;
}
.main-header.fixed-header .logo-box {
    padding-top: 0;
}
.main-header.fixed-header .right-box {
	align-items: center;
}
.main-header.fixed-header .left-box {
	display: flex;
	align-items: center;
}
.banner-carousel .content-box {
	max-width: 100%;
	padding-top: 205px;
	text-align: center;
}
.banner-carousel .active .content-box h1 {
	font-family: 'Gilroy Medium', sans-serif !important;
	font-size: 18px;
	padding: 12px 15px;
    background: linear-gradient(45deg, #544cf9, #814cf9);
    display: inline;
    width: auto;
    border-radius: 50px;
	font-weight: initial;
	color: white;
	box-shadow: 0 0 15px 15px #10053d1c;
}
.content-box.banner-text h2 {
	color: black;
	font-size: 60px;
	font-family: 'Gilroy Extrabold', sans-serif !important;
	    line-height: 1.2;
	line-height: 1;
    background: #ffffffc9;
    padding: 0 5px 19px 5px;
    display: block;
    margin-top: 17px;
    border-radius: 15px;
}

.banner-carousel .content-box .text.without_legs {
	font-size: 21px;
    color: black;
/* 	font-family: 'Gilroy Light', sans-serif !important; */
    line-height: 1;
	margin-bottom: 55px;
}
.banner-carousel .content-box div.text.text-city {
	margin-bottom: 0;
}
.content-box.content-box-left.form-block {
	padding-top: 0;
}
.custom_form {
	max-width: 630px;
	padding: 40px 40px 30px 40px;
	border-radius: 10px;
}
.custom_form h3 {
	font-weight: initial;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 25px;
    text-align: left;
	font-family: 'Gilroy Extrabold', sans-serif !important;
}
.custom_form .text.form-group input {
    width: 83%;
    height: 50px;
    border-radius: 50px;
    padding: 0 10px 0 52px;
    color: white;
    font-weight: 400;
    font-size: 18px;
   font-family: 'Gilroy Medium', sans-serif !important;
    background: transparent;
    border: 1px solid white;
}
.custom_form .text.form-group input::placeholder {
    font-size: 18px;
   font-family: 'Gilroy Medium', sans-serif !important;	
	 color: white;
	 font-weight: 400;
}
.wpcf7-form div.text {
    margin-bottom: 25px !important; 
}
.wpcf7-form div.text.submit_group {
	margin-bottom: 0 !important; 
}
.ui-selectmenu-button span.ui-selectmenu-text {
	font-size: 18px;
   font-family: 'Gilroy Medium', sans-serif !important;	
	padding: 3px 0 0 0 !important;
	color: white;
	 font-weight: 400;
}
.form-group .ui-selectmenu-button.ui-button {
	border-radius: 50px;
    background: transparent;
}
.form-group .ui-button .ui-icon:before {
	content: "" !important;
}
.ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
	background: url('/wp-content/uploads/2021/07/arrow.png') no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	    top: 19px;
    right: 0;
}
.ui-menu-item:hover {
    background-color: #bb59ff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	 background: #bb59ff !important;
}
#ui-datepicker-div .ui-widget-header {
    border: 1px solid #01d2fb !important;
    background: #00d2fb !important;
}
.wpcf7-form .form-group {
	text-align: left;
}
.form-block {
    padding-left: 0;
}
.custom_form .text.form-group.direction i {
    background: url(/wp-content/uploads/2021/07/direction.png) no-repeat;
	top: 9px;
    left: 18px;
    width: 25px;
    height: 32px;
}
.custom_form .text.form-group.date i {
    top: 11px;
	height: 29px;
	width: 27px;
    background: url(/wp-content/uploads/2021/07/date.png) no-repeat;
}
.custom_form .text.form-group.telephone i {
    background: url(/wp-content/uploads/2021/07/tel.png) no-repeat;
	    top: 11px;
    left: 18px;
    width: 32px;
	height: 32px;
}
.custom_form .text.form-group input {
	    padding: 0 10px 0 62px;
}
.custom_form .text.form-group select, .form-group .ui-selectmenu-button.ui-button {
	    padding-left: 62px;
}
.custom_form button[type="submit"] {
    height: 48px;
    width: 200px;
    background: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-family: 'Gilroy Medium', sans-serif !important;
    font-size: 16px;
    color: white;
    box-shadow: 0 0 12px 7px #00000036;
    transition: all 0.3s;
	    border: 0;
	cursor: pointer;
	margin-top: 45px;
}
.custom_form button[type="submit"]:hover {
    background: #b85bff;
}
.auto-container.form_links {
	max-width: 1500px;
	align-items: flex-end;
    display: flex;
}
.banner-carousel .content-box.links_box {
	padding-top: 0;
}
.content-box.content-box-left.form-block {
    height: auto;
}
.banner-carousel .content-box div.text {
    margin-bottom: 0;
}
.banner-carousel .content-box.content-box-left, .content-box-left {
	text-align: left;
}
.links_wrap {
	margin-bottom:75px !important;
}
.links_wrap a {
	font-size: 32px;
	font-family: 'Gilroy Bold', sans-serif !important;
	color: white;
	position: relative;
	transition: all 0.3s;
}
.links_wrap a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
	background: white;
	content: "";
}
.links_wrap a:first-child {
	margin-right: 25px;
}
.wpcf7-form p {
	display: none;
}
.links_wrap a:hover {
	color: #c193ff;
	text-shadow: 0px 0px 6px #252525;
}
.links_wrap a:hover:after {
	background: #c897ff;
}
.tel-block {
	margin-right: 15px;
}
.image-layer-1 i {
    position: absolute;
    background: url(/wp-content/uploads/2021/07/down-arrow.png) no-repeat;
    bottom: -60px;
    right: 49%;
    width: 109px;
    height: 109px;
    content: "";
    display: block;
	cursor: pointer;
}
#services {
	padding-top: 105px;
}
#services .auto-container {
	max-width: 1215px;
}
#services .sec-title h2,
#photos .sec-title h2 {
	text-align: right;
    font-size: 48px;
    color: black; 
	position: relative;
	font-family: 'Gilroy ExtraBold', sans-serif !important;
	margin-bottom: 60px;
}
#services .sec-title h2:after,
#photos .sec-title h2:after {
    width: 72px;
    height: 3px;
    background: #544cf9;
    display: block;
    content: "";
    bottom: -24px;
    right: 0;
    position: absolute;
}
.services-blocks {
	max-width: 1100px;
}
.services-block .inner-box {
	display: flex;
	    align-items: center;
}
.services-block .inner-box h4 {
	margin-bottom: 0;
    text-transform: none;
    font-size: 24px;
    color: black;
	font-family: 'Gilroy Medium', sans-serif !important;
	    text-align: left;
	margin-left: 15px;
}
.services-block img {
    width: auto;
}
.services-block .inner-box .icon-box {
	height: auto;
}
.services-block .inner-box .icon-box {
	margin-bottom: 0;
}
.services-block-1 img {
	width: 206px;
}
.services-block .inner-box {
	padding: 0;
}
.services-block-4 .inner-box h4 {
	    margin-left: 45px;
}
.city_info {
	display: flex;
}
.maps_contacts {
    padding-top: 0;
    padding-top: 26%;
    /* overflow: hidden; */
    /* margin-top: -145px; */
    position: relative;
    overflow-x: hidden;

}
.maps_bg {
    position: absolute;
    top: -3px;
    left: 2%;
    overflow-x: hidden;
    /* margin-right: -35px; */
    /* float: right; */

}
.maps-container {
    /*position: absolute;*/
/*     top: 460px; */
    top: 29%;
    left: 10%;
    right: 10%;	
}
#maps .sec-title h2,
#testimonials  h2 {
	font-size: 48px;
	color: #fff;
	font-family: 'Gilroy Semibold', sans-serif !important;
	margin-bottom: 70px;
	position: relative;
}
#maps .sec-title h2:after,
#testimonials h2:after {
    width: 72px;
    height: 3px;
    background: #fff;
    display: block;
    content: "";
    bottom: -24px;
    left: 0;
    position: absolute;	
}
#testimonials h2 {
	color: #000;	
}
#testimonials h2:after {
	 background: #544cf9;
	bottom: -17px;
}
.city_img.kiev-img img {
    position: absolute;
    top: 0;
    left: -110px;
} 
.city_img.moscwa-kiev img {
    position: absolute;
    top: 0;
   left: -23px;
}
.city_img {
	margin-right: 210px;
}
.city_map iframe {
	max-width: 490px;
	height: 250px;
}
.city_info h4 {
    font-family: 'Gilroy ExtraBold', sans-serif !important;
    font-size: 42px;
    color: white;
    text-align: left;
	margin-top: 15px;
    margin-bottom: 2px;
}
.city_descr p {
    font-family: 'Gilroy Light', sans-serif !important;
    font-size: 16px;
    color: white;	
}
.order_link {
	margin: 80px auto 0 auto;
}
a.order_link:hover {
    background: #009eff;
}
.photos-blocks .owl-stage {
	display: flex;
}
.photos-blocks {
	overflow: hidden;
}
.owl-nav {
	
}
#photos {
	margin-bottom: 30px;
	margin-top:75px;
}
#testimonials {
	position: relative;
}
#testimonials .image-column {
	position: absolute;
}
.reviews_block {
	clear: both;
	width: 965px;
    margin-left: -15px;
	display: flex;
}
.testimonial-section {
	padding: 0;
}
.testimonials_wrap {
	padding-top: 25px;
    padding-bottom: 80px;
}

#testimonials {
	padding-bottom: 5px;
	padding-top: 75px;
}
.rev_item {
	position: relative;
}
.play-icon {
	position: absolute;
    left: -3px;
    top: 209px;
	display: block;
	width: 98px;
	height: 98px;
}
.rev_modal {
	height: 90vh;
	background-color: transparent;
	padding: 0;
}
.rev_modal video {
	height: 99%;
}
.fancybox-close-small:after {
	background-color: #5e4bfe;
	font-weight: 700;
	width: 36px;
    height: 36px;
    font: 30px/35px Arial,Helvetica Neue,Helvetica,sans-serif;
	color: white;
}
.city2 {
	padding-left: 50px;
}
.order_link_wrap {
	padding-right: 25px;
}
.owl-prev,
.owl-next {
	position: absolute;
    top: 50%;
    left: 0;
    width: 55px;
    height: 55px;
    margin-top: -28px;
    z-index: 9999999999999;
	cursor: pointer;
	background: url(/wp-content/uploads/2021/08/icon-prev.png) no-repeat;
}
.owl-next {
	left: initial; 
	right: 0;
	background: url(/wp-content/uploads/2021/08/icon-next.png) no-repeat;
}
.photos-blocks {
	padding: 0 65px;
}
.owl-stage-outer {
	overflow: hidden;
}
.auto-container.pictures_container {
	max-width: 1300px;
}
.owl-nav span {
	display: none;
}
.deal-block iframe {
	max-width: 425px !important;
}
#reserv2 {
	padding-top: 135px;
	padding-bottom: 95px;
	background: url(/wp-content/uploads/2021/08/super-map.png) no-repeat;
	background-position: top center;
}
#reserv2 h3 {
	text-align: center;
    font-family: 'Gilroy ExtraBold', sans-serif !important;
    font-size: 48px;	
  background: -webkit-linear-gradient(360deg, #544cf9 21%, #804cf9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin-bottom: 40px;
}
#reserv2 .custom_form {
    max-width: inherit; 
	display: block;
	padding: 0;
	margin-bottom: 75px;
}
#reserv2 .wpcf7 {
	max-width: 1245px;
	display: block;
	margin: auto;
}
#reserv2 .custom_form .text.form-group input,
#reserv2 .form-group .ui-selectmenu-button.ui-button {
	color: black;
	width: 97%;
	border: 1px solid black;
}
#reserv2 .custom_form .text.form-group input::placeholder,
#reserv2 .ui-selectmenu-button span.ui-selectmenu-text {
	color: black;
}
#reserv2  .custom_form .text.form-group {
    -ms-flex: 0 0 33.3%;	
    flex: 0 0 33.3%;	
    max-width: 33.3%;	
}
#reserv2  .wpcf7-form {
	display: flex;
	flex-wrap: wrap;
}
#reserv2 .custom_form .text.form-group.submit_group {
    -ms-flex: 0 0 100%;	
    flex: 0 0 100%;	
    max-width: 100%;	
	display: flex;
    justify-content: center!important;
}
#reserv2 .custom_form .text.form-group.submit_group button {
	margin-top: 20px;
	background: linear-gradient(88deg, #544cf9, #804cf9);
}
#reserv2 .custom_form .text.form-group.direction i {
	background: url(/wp-content/uploads/2021/08/direction_color.png) no-repeat;
}
#reserv2 .custom_form .text.form-group.date i {
	background: url(/wp-content/uploads/2021/08/date_color.png) no-repeat;
}
#reserv2 .custom_form .text.form-group.telephone i {
	background: url(/wp-content/uploads/2021/08/tel_color.png) no-repeat;
}
.main-footer,
.main-footer .footer-bottom {
	background-color: transparent;
}
.main-footer {
    border-top: 1px solid #e8e8e8;
	margin-top: -50px;
}
.main-footer .footer-bottom {
	padding: 15px 0px;
}
.main-footer  .social-nav {
    margin-top: 0;
}
.main-footer .list {
	display: flex;
    align-items: center;	
}
.main-footer .tel-block a {
    color: black;
    font-size: 22px;	
}
.main-footer .tel-block a:hover {
    color: #7e4df9; 
}
.main-footer .footer-bottom .copyright {
     font-family: 'Gilroy Light', sans-serif !important;
	 color: #000;
     text-align: left;
	 display: flex;
     align-items: center;
}
.main-footer .footer-bottom .copyright a {
	 margin: 0 5px;
	color: #784cf9;
}
.main-footer .left-box {
    width: auto;
}
#reserv2 .wpcf7 form .wpcf7-response-output {
	margin: 25px auto 0 auto;
}
.modal-content .wpcf7-form p {
	display: block;
}
.modal-dialog {
    width: 100%;
	    max-width: 565px;
}
.modal-content {
    border-radius: 10px;
	    padding: 40px;
}
.modal-header {
    padding: 0; 
}
#exampleModalLabel {
	font-family: 'Gilroy ExtraBold', sans-serif !important;
	font-size: 48px;
line-height: 51px;
	margin-bottom: 30px;
}
.modal-content .wpcf7-tel {
	    width: 90%;
    height: 50px;
    border: 1px solid white;
    background: transparent;
    border-radius: 50px;
    padding: 0 10px 0 63px;
    color: white;
    font-size: 18px;
	font-family: 'Gilroy Medium', sans-serif !important;
}
.modal-content .wpcf7-tel::placeholder {
	color: white;
}
.modal-content .telephone i {
    background: url(/wp-content/uploads/2021/07/tel.png) no-repeat;
    top: 11px;
    left: 21px;
    width: 32px;
    height: 32px;	
	position: absolute;
}
.modal-content .telephone br {
	display: none;
}
.modal-content .wpcf7-form .form-group {
	padding: 0;
}
.modal-content .wpcf7-form .wpcf7-submit {
    height: 48px;
    width: 200px;
    background: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-family: 'Gilroy Medium', sans-serif !important;
    font-size: 16px;
    color: white;
    box-shadow: 0 0 12px 7px #00000036;
    transition: all 0.3s;
	cursor: pointer;
}
.modal-content .wpcf7-form .wpcf7-submit:hover {
    background: #b85bff;
}
.modal-content .wpcf7-form.invalid .wpcf7-response-output,
.modal-content .wpcf7-form.sent .wpcf7-response-output {
    margin: 0 0 -13px 0;
    color: white;
    line-height: 1.3;
}
.modal-content .close {
background: url(/wp-content/uploads/2021/08/close.png) no-repeat;
	opacity: 1;
    position: absolute;
    top: 4px;
    right: 0px;
}
.modal-content .close span {
	display: none;
}
.modal-backdrop.show {
    opacity: .8;
}
.modal-open a.signin.signin-desktop {
	color: #8a8a8a;
	    opacity: 0.3;
}
.modal-open .logo-box {
	opacity: 0.2;
}
.modal-open  .tel-block {
	    opacity: 0.4;
}
.modal-open  .social-nav {
	    opacity: 0.05;
}
.modal-open .main-header.fixed-header {
	background-color: #ffffff1c;
}
.services-block .text-box {
	width: 60%;
	text-align: left;
}
.services-block .text-box p {
	margin-left: 15px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.5;
}
.services-block-4 .inner-box .text-box p {
    margin-left: 45px;
}
.banner-carousel .content-box .text.direct {
	color: black;
    font-size: 22px;
	margin-bottom: 0;
}
.banner-carousel .content-box .text.help {
    color: black;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1.3;
}
.banner-carousel .content-box .text.help1 {
	 margin-bottom: 5px;
}
.banner-carousel .content-box .text.help2 {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 22px;
    background: linear-gradient(45deg, #16c5fe, #57a9ff);
    color: white;
    font-weight: 400;
    font-size: 19px;	
}
.banner-carousel .content-box .text.direct span {
font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
    letter-spacing: -1px;
    background: -webkit-linear-gradient( 360deg, #544cf9 21%, #804cf9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#maps .sec-title h2 br {
	display: none;
}
.widget_polylang ul {
	display: flex;
    padding-top: 8px;
    margin-right: 10px;
}
.widget_polylang ul img {
	display: none;
}
.widget_polylang ul a {
	display: flex;
    justify-content: center;
    align-items: center;
    color: #0486d7;
    line-height: 1;
    font-weight: 700;
    margin: 0 5px;
    border-radius: 50%;
    overflow: hidden;
	width: 32px !important;
	height: 32px !important;
	background-size: cover;
	box-shadow: 0 0 1px 1px #724cf9a6;
	background: #ffffffba;
}
.widget_polylang ul li.lang-item-uk a {
/* 	background: url('/wp-content/themes/timophey_theme/images/ukraine.svg') no-repeat; */
	    background-size: cover;
}
.widget_polylang ul li.lang-item-ru a {
/* 	background: url('/wp-content/themes/timophey_theme/images/russia.svg') no-repeat; */
	    background-size: cover;
}
.widget_polylang ul li.current-lang a {
	    box-shadow: 0 0 5px 5px #724cf9a6;
}



/* Style for underline text */
.terms-button {
	text-decoration: underline;
	border: none;
	background: none;
	cursor: pointer;
	font-size: 16px; /* Adjust font size as needed */
	color: #fff; /* Customize color */
	font-family: 'Gilroy Regular', sans-serif;
	margin-top: 45px;
}

/* Popup styling */
.popup {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	/*background-color: rgba(0, 0, 0, 0.5); !* Black background with opacity *!*/
	z-index: 1000; /* On top of other content */
}

.popup p {
	display: block;
	text-align: left;
	white-space: pre-wrap; /* Preserve formatting */
	font-family: inherit; /* Use the current font */
	font-size: 12px; /* Use the current font size */
	line-height: 1.5; /* Optional: Adjust line height */
}

.popup-content {
	/*background-image: url(/wp-content/uploads/2021/07/form-bg.jpg);*/
	background: #000;
	margin: 15% auto; /* Center vertically and horizontally */
	padding: 20px;
	width: 100%; /* Adjust the width as needed */
	max-width: 500px;
	text-align: center;
	border-radius: 10px;
	max-height: 45vh; /* Set a maximum height relative to the viewport height */
	overflow-y: auto; /* Enable vertical scrolling if content overflows */
}

.close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

@media (min-width: 768px) { /* Desktop view */
	.submit_group {
		display: flex!important; /* Use flexbox for alignment on desktop */
		justify-content: space-between; /* Distribute space between the buttons */
		align-items: center; /* Center the buttons vertically */
	}
}

@media (max-width: 768px) { /* Mobile view */
	.submit_group {
		display: block!important;
		align-items: center;
	}
	.terms-button {
		margin-top: 20px;
		width: 100%;
	}
}

#reserv2 .terms-button {
	display: none;
}

.main-header.header-style-one .logo img {
    filter: brightness(0) invert(1);
}

.main-header.header-style-one.fixed-header .logo img {
    filter: none;
}