@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900');
/*font-family: 'Catamaran', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

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

 ***/

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





/*** 

====================================================================
	Preloader Page
====================================================================

 ***/
.fondu-out {
	opacity: 0 !important;
	transition: opacity 0.4s ease-out;
	display: none !important;
}

#preloader {
	opacity: 1;
	display: flex;
	position: fixed;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	background-color: #fff;
}

#preloader h1 {
	margin-bottom: 180px;
	animation: load 1.2s linear infinite;
}

@keyframes load {
	0% {
		opacity: 0.3;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.3;
	}
}

#preloader .preload-content {
	position: absolute;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	margin-left: 0;
	z-index: 100;
}

#preloader #dento-load {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 6px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #ffc107;
	-webkit-animation: dentorotate 2400ms linear infinite;
	animation: dentorotate 2400ms linear infinite;
	z-index: 999;
}

#preloader #dento-load:before {
	content: "";
	position: absolute;
	top: 7.5px;
	left: 7.5px;
	right: 7.5px;
	bottom: 7.5px;
	border-radius: 50%;
	border: 6px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #1f1e23;
	-webkit-animation: dentorotate 2700ms linear infinite;
	animation: dentorotate 2700ms linear infinite;
}

#preloader #dento-load:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border-radius: 50%;
	border: 6px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #da6a27;
	-webkit-animation: dentorotate 1800ms linear infinite;
	animation: dentorotate 1800ms linear infinite;
}

@-webkit-keyframes dentorotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes dentorotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}





/*** 

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

 ***/

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

.content-container {
	padding-left: 80px;
}

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

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

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
	content: '';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	font-size: 12px;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28, 28, 28, 0.40) !important;
	color: #ffffff;
	visibility: visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before {
	content: '\f178';
}

.fancybox-prev span:before {
	content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
	background-color: #ffffff !important;
	color: #000000;
}

.fancybox-type-image .fancybox-close {
	right: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/icons/icon-cross.png) center center no-repeat;
	background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
	background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
	padding: 0px !important;
}


/*** 

====================================================================
	Services Section One
====================================================================

***/

.services-section-one {
	position: relative;
	z-index: 2;
	padding: 100px 0px 60px;
	background-color: #fafafa;
}

.services-section-one.style-two {
	background-color: #ffffff;
}

.services-section-one .sec-title {
	margin-bottom: 40px;
}

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

.services-block .inner-box {
	position: relative;
	text-align: center;
}

.services-block .inner-box .icon-box {
	position: relative;
	width: 116px;
	height: 116px;
	margin: 0 auto;
	color: #6d6e70;
	font-size: 40px;
	border-radius: 50%;
	line-height: 110px;
	text-align: center;
	margin-bottom: 22px;
	border: 1px dashed #afafaf;
}

.services-block .inner-box .upper-box {
	position: relative;
	display: inline-block;
}

.services-block .inner-box .upper-box .number {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #ffffff;
	font-size: 14px;
	width: 28px;
	height: 28px;
	line-height: 29px;
	font-weight: 600;
	border-radius: 50%;
	display: inline-block;
	background-color: rgba(255, 130, 1, 0.90);
}

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

.services-block .inner-box .lower-box h3 {
	position: relative;
	line-height: 1em;
	padding-bottom: 14px;
}

.services-block .inner-box .lower-box h3 a {
	position: relative;
	color: #ffffffda;
	font-size: 16px;
	font-weight: 600;
	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 .inner-box .lower-box h3 a:hover {
	color: #ffca07;
}

.services-block .inner-box .lower-box h3:after {
	position: absolute;
	content: '';
	bottom: 0px;
	width: 30px;
	height: 2px;
	left: 50%;
	margin-left: -15px;
	background-color: #FFCA07;
}

.services-block .inner-box .lower-box .text {
	position: relative;
	color: #ffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	margin-top: 24px;
}

/*** 

====================================================================
	Cars Select Section
====================================================================

***/

.cars-select-section {
	position: relative;
	padding: 130px 0px 140px;
}

.cars-select-section.style-two {
	position: relative;
	background-color: #fafafa;
}

.car-block {
	position: relative;
}

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

.car-block .inner-box h3 {
	position: relative;
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.car-block .inner-box .lower-box {
	position: relative;
}

.car-block .inner-box .lower-box .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.car-block .inner-box .lower-box .arrow .icon {
	position: relative;
	color: #ffffff;
	width: 30px;
	height: 30px;
	line-height: 28px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	background-color: #232323;
	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;
}

.car-block .inner-box .lower-box .arrow:hover .icon {
	background-color: #ff8201;
}

.car-block .inner-box .lower-box .arrow .text {
	position: relative;
	color: #ff8201;
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
	opacity: 0;
	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;
}

.car-block .inner-box .lower-box .arrow:hover .text {
	opacity: 1;
}

.cars-select-section .owl-controls {
	padding: 25px 0 0;
	position: relative;
	text-align: center;
	top: 0;
}

.cars-select-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	color: #cfcfcf;
	font-size: 20px;
	height: 45px;
	line-height: 42px;
	padding: 0;
	position: relative;
	transition: all 500ms ease 0s;
	width: 45px;
	border: 1px solid #cfcfcf;
	border-radius: 0px;
	background: transparent;
}

.cars-select-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background: #ffffff;
	border-color: #7f7f7f;
	color: #7f7f7f;
}

.cars-select-section .owl-dots {
	display: none !important;
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
	position: relative;
	padding-top: 130px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.page-title:before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.60);
}

.page-title .auto-container {
	position: relative;
	z-index: 1;
}

.page-title h1 {
	position: relative;
	font-size: 32px;
	font-weight: 900;
	color: #ffffff;
	padding-bottom: 60px;
	line-height: 1.4em;
	text-transform: uppercase;
}

.page-title h1:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 10px;
	width: 1px;
	height: 42px;
	background-color: rgba(255, 255, 255, 0.30);
}

.page-title .bread-crumb-outer {
	position: relative;
	display: inline-block;
	padding: 13px 50px;
	top: 8px;
	background-color: rgba(255, 255, 255, 0.15);
}

.page-title .bread-crumb-outer .bread-crumb li {
	position: relative;
	float: left;
	margin-right: 30px;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child {
	margin-right: 0px;
}

.page-title .bread-crumb-outer .bread-crumb li:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: -22px;
	width: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #ffffff;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child:after {
	display: none;
}

.page-title .bread-crumb-outer .bread-crumb li a {
	color: #ffffff;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.page-title .bread-crumb-outer .bread-crumb li a:hover {
	color: #fa6f1c;
}

.page-title .bread-crumb-outer .bread-crumb li.active {
	color: #ff8201;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
	position: relative;
	text-align: center;
	padding: 150px 0px 140px;
}

.error-section .error-text {
	position: relative;
	text-align: center;
	background: url(../images/icons/error-image.png) center center no-repeat;
}

.error-section .error-text h2 {
	position: relative;
	color: #777777;
	font-size: 48px;
	font-weight: 800;
	line-height: 1em;
	padding: 80px 0px;
}

.error-section .text {
	position: relative;
	color: #000000;
	font-size: 24px;
	margin: 30px 0px;
}

/*Search Website*/

.search-website {
	position: relative;
	max-width: 370px;
	margin: 0 auto 0px;
}

.search-website .form-group {
	position: relative;
	margin-bottom: 0px;
	text-align: left;
}

.search-website .form-group input[type="text"],
.search-website .form-group input[type="search"],
.search-website .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	line-height: 24px;
	padding: 10px 15px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search-website .form-group input[type="text"]:focus,
.search-website .form-group input[type="search"]:focus,
.search-website .form-group textarea:focus {
	border-color: #ff8201;
}

.search-website .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 50px;
	height: 52px;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
	line-height: 24px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	background: #ff8201;
	color: #ffffff;
	letter-spacing: 2px;
	border-radius: 0px 2px 2px 0px;
}

/*** 

====================================================================
	Blog Section
====================================================================

***/

.blog-section {
	position: relative;
	padding: 150px 0px 140px;
}


/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
	position: relative;
	padding: 150px 0px 100px;
}

.contact-section .map-column {
	position: relative;
	margin-bottom: 50px;
}

.contact-section .map-column .map-content {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 25px 30px;
	background-color: #ffffff;
}

.contact-section .map-column .map-content h3 {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #232323;
}

.contact-section .map-column .map-content .text {
	color: #aaaaaa;
	font-size: 16px;
	margin-top: 8px;
}

.contact-section .map-column .map-content .map-view {
	position: relative;
	color: #0189e2;
	font-size: 14px;
	margin-top: 15px;
	display: inline-block;
	text-decoration: underline;
}

.contact-section .row {
	position: relative;
	margin: 0px -33px;
}

.contact-section .column {
	position: relative;
	padding: 0px 33px;
}

/*** 

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

 ***/

.contact-form .form-group {
	margin-bottom: 10px;
}

.contact-form .group-title {
	position: relative;
}

.contact-form .group-title h3 {
	position: relative;
	color: #232323;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.contact-form .group-title .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	margin-bottom: 35px;
}

.contact-form .form-group .field-label {
	position: relative;
	display: block;
	font-size: 13px;
	margin-bottom: 7px;
	color: #3e5773;
}

.contact-section .column .contact-form form .row {
	margin: 0px -15px;
}

.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;
	color: #aaaaaa;
	border: 1px solid #dddddd;
	height: 48px;
	font-size: 15px;
	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; */
}

.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: #ff8201;
}

.contact-form .form-group textarea {
	/* position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 10px 20px;
	color: #222222;
	border: 1px solid #dddddd;
	height: 170px;
	background: #ffffff;
	resize: none;
	font-size: 14px;
	border-radius: 2px;
	-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 button {
	margin-top: 20px;
}

/*contact info*/

.contact-info {
	position: relative;
	margin-top: 25px;
}

.contact-info li {
	position: relative;
	color: #777777;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 30px;
	display: inline-block;
}

.contact-info li .icon {
	position: relative;
	font-size: 18px;
	margin-right: 12px;
	line-height: 1em;
	top: 2px;
}

.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: 11px;
	color: #ff0000;
	font-weight: 500;
}

.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0;
	border-top: none;
	font-family: 'Poppins', sans-serif;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
}

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

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

.bg-lightgrey {
	background-color: #f7f7f7;
}

.no-bg {
	background: none;
}

.text-uppercase {
	text-transform: uppercase;
}