/* Coexo - HTML Template  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Header Style
6. Main Slider
7. Find Cars Section
8. Call To Action Section
9. Projects Section
10. Call To Action Section Two
11. Expert Section
12. Clients Section
13. Two Fullwidth Column Section
14. Clients Section / Style Two
15. Main Footer / Style Two / Style Three
16. Industrial Section
17. Choose Section
18. Process Section
19. FullWidth Process Section
20. Faq Section
21. Testimonial Section
22. Blogs Section
23. NewsLetter Section / Style Two
24. Feature Section
25. Counter Section
26. Pricing Section
27. Contact Form Section
28. Page Title
29. Comming Soon Section
30. Services Single Section
31. Project Detail Section
32. Shop Items
33. Shoping Cart Section
34. Checkout Section
35. Shop Detail Section
36. Our Blogs Section
37. Blog Detail Section
38. Sidebar Widgets
39. Contact Info Section
40. Map Section

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

/*** 

====================================================================
	Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&amp;display=swap');
/* font-family: 'Hind', sans-serif; */

@import url('pe-icon-7-stroke.css');
@import url('simple-line-icons.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('jquery-ui.css');
@import url('jquery.timepicker.min.css');
@import url('jquery.fancybox.min.css');
/*** 

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

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
}


/*** 

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

 ***/

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

a {
	text-decoration: none;
	/* cursor: pointer; */
	color: #ff6907;
}

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

h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.2em;
	letter-spacing: -0.02em;
	font-family: 'Hind', sans-serif;
}

textarea {
	overflow: hidden;
}

button {
	outline: none !important;
	cursor: pointer;
}

p {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #555555;
}

.text {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #555555;
	margin: 0;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

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

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

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	z-index: 9;
}

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

.theme-btn {
	display: inline-block;
	-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;
}

	.theme-btn i {
		position: relative;
		display: inline-block;
		font-size: 14px;
		margin-left: 3px;
	}

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

/*Btn Style One*/

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 30px 11px;
	font-weight: 300;
	overflow: hidden;
	border-radius: 2px;
	background-color: #ff6907;
	text-transform: capitalize;
	font-family: 'Hind', sans-serif;
}

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

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

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

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

/* Btn Style Two */

.btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	color: #ffffff;
	padding: 13px 30px 10px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 2px;
	background-color: #ff6907;
	text-transform: uppercase;
	font-family: 'Hind', sans-serif;
}

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

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

	.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: #222222;
	padding: 12px 40px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 0px;
	overflow: hidden;
	border: 2px solid #ff6907;
	text-transform: uppercase;
}

	.btn-style-three:before {
		position: absolute;
		content: '';
		top: -2px;
		left: -2px;
		right: -2px;
		bottom: -2px;
		z-index: 1;
		opacity: 0;
		background-color: #ff6907;
		-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;
		border-color: #ff6907;
	}

/* Btn Style Four */

.btn-style-four {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 30px 11px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 2px;
	background-color: #333333;
	text-transform: capitalize;
	font-family: 'Hind', sans-serif;
}

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

	.btn-style-four:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		opacity: 0;
		border-radius: 2px;
		background-color: #ff6907;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		-webkit-transform: scale(1, 0.5);
		transform: scale(1, 0.5);
	}

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

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

/*=== List Style One ===*/

.list-style-one {
	position: relative;
	text-align: center;
}

	.list-style-one li {
		position: relative;
		font-size: 16px;
		line-height: 24px;
		color: #222222;
		font-weight: 400;
		padding-left: 25px;
		text-align: left;
		padding-bottom: 7px;
	}

		.list-style-one li:last-child {
			margin-bottom: 0px;
		}

		.list-style-one li:before {
			position: absolute;
			left: 0;
			top: 0;
			font-size: 14px;
			line-height: 24px;
			color: #27509d;
			content: "\f196";
			font-weight: 700;
			font-family: "Flaticon";
		}

		.list-style-one li a:hover {
			color: #44bce2;
		}

/*=== List Style Two ===*/

.list-style-two {
	position: relative;
	text-align: center;
}

	.list-style-two li {
		position: relative;
		font-size: 16px;
		line-height: 24px;
		color: #cdcdcd;
		font-weight: 400;
		text-align: left;
		padding-bottom: 7px;
	}

		.list-style-two li:last-child {
			margin-bottom: 0px;
		}

		.list-style-two li .icon {
			position: relative;
			font-size: 16px;
			line-height: 24px;
			color: #ffffff;
			margin-right: 12px;
		}

		.list-style-two li a:hover {
			color: #44bce2;
		}

.theme_color {
	color: #ff6907;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.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-size: 200px;
	background-image: url(../images/icons/preloader.gif);
}

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

.dropdown-toggle::after {
	display: none;
}

.fa {
	line-height: inherit;
}

.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 30px;
	height: 60px;
	width: 60px;
	-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, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

	.play-now .ripple:before {
		-webkit-animation-delay: .9s;
		-moz-animation-delay: .9s;
		-ms-animation-delay: .9s;
		-o-animation-delay: .9s;
		animation-delay: .9s;
		content: "";
		position: absolute;
	}

	.play-now .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 20px 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 20px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

/*** 

====================================================================
	Social Icon One
====================================================================

***/

.social-icon-one {
	position: relative;
}

	.social-icon-one li {
		position: relative;
		display: inline-block;
		margin-right: 7px;
	}

		.social-icon-one li a {
			position: relative;
			width: 38px;
			height: 38px;
			color: #ffffff;
			font-size: 14px;
			text-align: center;
			line-height: 36px;
			display: inline-block;
			border: 1px solid #878787;
			-webkit-transition: all 300ms ease;
			-moz-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			transition: all 300ms ease;
		}

			.social-icon-one li a:hover {
				background-color: #ff6907;
				border-color: #ff6907;
			}

/*** 

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

***/

.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
	color: #ffffff;
	font-size: 24px;
	line-height: 38px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: linear-gradient(to right, #684e20, #ffcc00);
	display: none;
	border-radius: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

	.scroll-to-top:hover {
		background: #ff6907;
	}

.rtl-version {
	display: none;
}

/*** 

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

***/

.main-header {
	position: absolute;
	left: 0px;
	right: 0px;
	display: block;
	z-index: 99;
}

.header-upper .logo a span {
	font-size: 36px;
}

.header-upper .logo-1 {
	padding-top: 30px;
}

	.header-upper .logo-1 a {
		display: block;
	}

	.header-upper .logo-1 .title {
		font-weight: bold;
		color: #193469;
		display: inline-block;
		margin-left: 5px;
		text-align: left;
		text-transform: uppercase;
	}

.header-upper .log-3 .title {
	color: #ffffff !important;
	margin-left: 5px;
	text-align: left;
}

	.header-upper .log-3 .title i {
		color: #ffffff !important;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		display: block;
	}

.header-upper .logo-1 .title i {
	font-size: 12px;
	font-style: normal;
	display: block;
	color: #222222;
	margin: 0;
	font-weight: 500;
}

.mobile-menu .nav-logo .mobile-logo span.coexo-logo {
	font-size: 36px;
}

.mobile-menu .nav-logo .mobile-logo span.title {
	font-weight: bold;
	color: #193469;
	display: inline-block;
	margin-top: 5px;
	text-align: left;
	text-transform: uppercase;
	font-size: 36px;
}

	.mobile-menu .nav-logo .mobile-logo span.title i {
		font-size: 12px;
		font-style: normal;
		display: block;
		color: #222222;
		margin: 0;
		font-weight: 500;
	}

.header-upper2 .logo a .title {
	display: inline-block;
	color: #193469;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
}

	.header-upper2 .logo a .title i {
		color: #222222;
		font-style: normal;
		display: block;
		font-size: 12px;
		margin: 0;
		font-weight: 500;
	}

.main-header .header-top {
	position: relative;
}

	.main-header .header-top .inner-container {
		position: relative;
		overflow: hidden;
	}

	.main-header .header-top .top-left {
		position: relative;
		float: left;
		padding: 20px 0px;
	}

		.main-header .header-top .top-left .text {
			position: relative;
			color: #ffffff;
			font-size: 16px;
		}

	/* Top Right*/

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

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

			.main-header .header-top .top-right .list li {
				position: relative;
				color: #ffffff;
				font-size: 14px;
				font-weight: 400;
				margin-right: 20px;
				letter-spacing: 1px;
				display: inline-block;
			}

				.main-header .header-top .top-right .list li a {
					position: relative;
					color: #ffffff;
					font-size: 14px;
					font-weight: 400;
					letter-spacing: 1px;
					-webkit-transition: all 300ms ease;
					-moz-transition: all 300ms ease;
					-ms-transition: all 300ms ease;
					-o-transition: all 300ms ease;
					transition: all 300ms ease;
				}

					.main-header .header-top .top-right .list li a:hover {
						color: #ff6907;
					}

				.main-header .header-top .top-right .list li .icon {
					position: relative;
					top: 2px;
					margin-right: 10px;
				}

		.main-header .header-top .top-right .social-icons {
			position: relative;
			float: left;
			margin-top: 3px;
		}

			.main-header .header-top .top-right .social-icons li {
				position: relative;
				margin-left: 18px;
				display: inline-block;
			}

				.main-header .header-top .top-right .social-icons li a {
					position: relative;
					color: #ffffff;
					font-size: 14px;
					-webkit-transition: all 300ms ease;
					-moz-transition: all 300ms ease;
					-ms-transition: all 300ms ease;
					-o-transition: all 300ms ease;
					transition: all 300ms ease;
				}

					.main-header .header-top .top-right .social-icons li a:hover {
						color: #ff6907;
					}

/*=== Header Upper ===*/

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

	.main-header .header-upper .inner-container {
		position: relative;
		padding-left: 25px;
		background-color: #ffffff;
	}

.main-header.fixed-header .header-upper .inner-container {
	padding-left: 0px;
}

.main-header .header-upper .inner-container:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -10px;
	right: 0px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.20);
}

.main-header.fixed-header .header-upper .inner-container:before {
	display: none;
}

.main-header .header-upper .logo-outer {
	position: relative;
	float: left;
	z-index: 25;
	padding: 0px 0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.main-header .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

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

/*=== Header Lower ===*/

.main-header .header-lower {
	position: relative;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.main-menu {
	position: relative;
	float: left;
}

	.main-menu .navbar-collapse {
		padding: 0px;
	}

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

		.main-menu .navigation > li {
			position: relative;
			float: left;
			padding: 35px 0px 30px;
			margin-right: 25px;
			-webkit-transition: all 600ms ease;
			-moz-transition: all 600ms ease;
			-ms-transition: all 600ms ease;
			-o-transition: all 600ms ease;
			transition: all 600ms ease;
		}

			.main-menu .navigation > li:before {
				position: absolute;
				content: '';
				left: 0px;
				top: 0px;
				width: 0px;
				height: 4px;
				background-color: #27509d;
				-webkit-transition: all 600ms ease;
				-moz-transition: all 600ms ease;
				-ms-transition: all 600ms ease;
				-o-transition: all 600ms ease;
				transition: all 600ms ease;
			}

			.main-menu .navigation > li.current::before, .main-menu .navigation > li:hover:before {
				width: 100%;
			}

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

			.main-menu .navigation > li > a {
				position: relative;
				display: block;
				text-align: center;
				font-size: 16px;
				line-height: 35px;
				font-weight: 500;
				opacity: 1;
				color: #222222;
				padding: 0px;
				letter-spacing: 1px;
				text-transform: uppercase;
				-webkit-transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				-ms-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				transition: all 300ms ease;
			}

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

			.main-menu .navigation > li > ul {
				position: absolute;
				left: 0px;
				top: 100%;
				width: 210px;
				z-index: 100;
				display: none;
				opacity: 0;
				visibility: hidden;
				padding: 0px 0px;
				background: #ffffff;
				text-align: left;
				border-top: 3px solid #edbd04;
				-moz-transform: translateY(30px);
				-webkit-transform: translateY(30px);
				-ms-transform: translateY(30px);
				-o-transform: translateY(30px);
				transform: translateY(30px);
				-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: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 #d3d3d3;
					margin-bottom: 0px;
				}

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

					.main-menu .navigation > li > ul > li > a {
						position: relative;
						display: block;
						padding: 10px 25px;
						line-height: 24px;
						font-weight: 500;
						font-size: 14px;
						text-transform: uppercase;
						color: #666666;
						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-menu .navigation > li > ul > li:hover > a {
						color: #ffffff;
						background: linear-gradient(to right, #684e20, #ffcc00);
					}

					.main-menu .navigation > li > ul > li.dropdown > a:after {
						font-family: 'Font Awesome 5 Free';
						content: "\f105";
						position: absolute;
						right: 20px;
						top: 12px;
						width: 10px;
						height: 20px;
						display: block;
						line-height: 20px;
						font-size: 16px;
						font-weight: 900;
						text-align: center;
						z-index: 5;
					}

					.main-menu .navigation > li > ul > li > ul {
						position: absolute;
						left: 100%;
						top: 100%;
						width: 210px;
						z-index: 100;
						display: none;
						opacity: 0;
						visibility: hidden;
						padding: 0px 0px;
						background: #ffffff;
						text-align: left;
						border-top: 3px solid #ff6907;
						-moz-transform: translateY(30px);
						-webkit-transform: translateY(30px);
						-ms-transform: translateY(30px);
						-o-transform: translateY(30px);
						transform: translateY(30px);
						-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%;
							padding: 0px 0px;
							border-bottom: 1px solid rgba(0, 0, 0, 0.05);
							margin-bottom: 0px;
						}

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

							.main-menu .navigation > li > ul > li > ul > li > a {
								position: relative;
								display: block;
								padding: 10px 25px;
								line-height: 24px;
								font-weight: 500;
								font-size: 14px;
								text-transform: uppercase;
								color: #666666;
								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-menu .navigation > li > ul > li > ul > li:hover > a {
								color: #ffffff;
								background: #ff6907;
							}

			.main-menu .navigation > li.dropdown:hover > ul {
				visibility: visible;
				opacity: 1;
				-moz-transform: translateY(0px);
				-webkit-transform: translateY(0px);
				-ms-transform: translateY(0px);
				-o-transform: translateY(0px);
				transform: translateY(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;
			}

		.main-menu .navigation li > ul > li.dropdown:hover > ul {
			visibility: visible;
			opacity: 1;
			top: 0;
			-moz-transform: translateY(0px);
			-webkit-transform: translateY(0px);
			-ms-transform: translateY(0px);
			-o-transform: translateY(0px);
			transform: translateY(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;
		}

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

	/* New Code 4th Menu */

	.main-menu .navigation > li > ul > li > ul > li > ul {
		position: absolute;
		right: 100% !important;
		top: 100%;
		width: 210px;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		padding: 0px 0px;
		background: #ffffff;
		text-align: left;
		border-top: 3px solid #ff6907;
		-moz-transform: translateY(30px);
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
		-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 > li > ul.from-right {
			left: auto;
			right: 0px;
		}

		.main-menu .navigation > li > ul > li > ul > li > ul > li {
			position: relative;
			width: 100%;
			padding: 0px 0px;
			border-bottom: 1px solid rgba(0, 0, 0, 0.05);
			margin-bottom: 0px;
		}

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

			.main-menu .navigation > li > ul > li > ul > li > ul > li > a {
				position: relative;
				display: block;
				padding: 10px 25px;
				line-height: 24px;
				font-weight: 500;
				font-size: 14px;
				text-transform: uppercase;
				color: #666666;
				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-menu .navigation > li > ul > li > ul > li > ul > li:hover > a {
				color: #ffffff;
				background: #ff6907;
			}

	.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > ul {
		visibility: visible;
		opacity: 1;
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(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;
	}

	.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > ul {
		visibility: visible;
		opacity: 1;
		top: 0;
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(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;
	}

	.main-menu .navigation > li > ul > li > ul > li.dropdown .dropdown-btn {
		position: absolute;
		right: 10px;
		top: 8px;
		width: 34px;
		height: 30px;
		border: 1px solid #ffffff;
		text-align: center;
		font-size: 18px;
		font-weight: 700;
		line-height: 28px;
		background: #ffffff;
		color: #ff6907;
		cursor: pointer;
		z-index: 5;
		display: none;
	}

	.main-menu .navigation > li > ul > li > ul > li > ul > li > ul {
		position: absolute;
		left: 100% !important;
		top: 100%;
		width: 210px;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		padding: 0px 0px;
		background: #ffffff;
		text-align: left;
		border-top: 3px solid #ff6907;
		-moz-transform: translateY(30px);
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
		-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 > li > ul > li > ul.from-right {
			left: auto;
			right: 0px;
		}

		.main-menu .navigation > li > ul > li > ul > li > ul > li > ul > li {
			position: relative;
			width: 100%;
			padding: 0px 0px;
			border-bottom: 1px solid rgba(0, 0, 0, 0.05);
			margin-bottom: 0px;
		}

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

			.main-menu .navigation > li > ul > li > ul > li > ul > li > ul > li > a {
				position: relative;
				display: block;
				padding: 10px 25px;
				line-height: 24px;
				font-weight: 500;
				font-size: 14px;
				text-transform: uppercase;
				color: #666666;
				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-menu .navigation > li > ul > li > ul > li > ul > li > ul > li:hover > a {
				color: #ffffff;
				background: #ff6907;
			}

			.main-menu .navigation > li > ul > li > ul > li > ul > li > ul > li.dropdown:hover > ul {
				visibility: visible;
				opacity: 1;
				-moz-transform: translateY(0px);
				-webkit-transform: translateY(0px);
				-ms-transform: translateY(0px);
				-o-transform: translateY(0px);
				transform: translateY(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;
			}

			.main-menu .navigation > li > ul > li > ul > li > ul > li > ul > li.dropdown:hover > ul {
				visibility: visible;
				opacity: 1;
				top: 0;
				-moz-transform: translateY(0px);
				-webkit-transform: translateY(0px);
				-ms-transform: translateY(0px);
				-o-transform: translateY(0px);
				transform: translateY(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;
			}

			.main-menu .navigation > li > ul > li > ul > li > ul > li > ul > li.dropdown .dropdown-btn {
				position: absolute;
				right: 10px;
				top: 8px;
				width: 34px;
				height: 30px;
				border: 1px solid #ffffff;
				text-align: center;
				font-size: 18px;
				font-weight: 700;
				line-height: 28px;
				background: #ffffff;
				color: #ff6907;
				cursor: pointer;
				z-index: 5;
				display: none;
			}

.main-header .outer-box {
	position: relative;
	float: right;
	margin-left: 32px;
	padding-top: 7px;
}

	.main-header .outer-box .search-box-outer {
		position: relative;
		float: left;
		padding: 41px 0px 35px;
		-webkit-transition: all 600ms ease;
		-moz-transition: all 600ms ease;
		-ms-transition: all 600ms ease;
		-o-transition: all 600ms ease;
		transition: all 600ms ease;
	}

	.main-header .outer-box .search-box-btn {
		position: relative;
		display: block;
		width: 100%;
		font-size: 24px;
		color: #4c4c4c;
		cursor: pointer;
		background: none;
		line-height: 20px !important;
		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 .outer-box .search-box-btn:after {
			display: none;
		}

	.main-header .outer-box .search-box-outer .dropdown-menu {
		top: 57px !important;
		right: 0px;
		padding: 0px;
		width: 280px;
		left: auto !important;
		border-radius: 0px;
		border-top: 3px solid #ff6907;
		transform: translate3d(0px, 0px, 0px) !important;
	}

		.main-header .outer-box .search-box-outer .dropdown-menu > li {
			padding: 0px;
			border: none;
			background: none;
		}

	.main-header .outer-box .search-panel .form-container {
		padding: 25px 20px;
	}

	.main-header .outer-box .search-panel .form-group {
		position: relative;
		margin: 0px;
	}

	.main-header .outer-box .search-panel input[type="text"], .main-header .outer-box .search-panel input[type="search"], .main-header .outer-box .search-panel input[type="password"], .main-header .outer-box .search-panel select {
		display: block;
		width: 100%;
		height: 40px;
		color: #000000;
		font-size: 15px;
		line-height: 24px;
		background: #ffffff;
		border: 1px solid #e0e0e0;
		padding: 7px 40px 7px 15px;
		-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 .outer-box .search-panel input:focus, .main-header .outer-box .search-panel select:focus {
			border-color: #ff6907;
		}

	.main-header .outer-box .search-panel .search-btn {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 40px;
		height: 40px;
		text-align: center;
		color: #555555;
		font-size: 12px;
		background: none;
		cursor: pointer;
	}

	.main-header .outer-box .btn-box {
		position: relative;
		float: left;
		margin-left: 30px;
	}

		.main-header .outer-box .btn-box .vendor-btn {
			position: relative;
			color: #ffffff;
			font-size: 18px;
			font-weight: 700;
			padding: 39px 30px;
			display: inline-block;
			background: linear-gradient(to right, #684e20, #ffcc00);
			text-transform: uppercase;
		}

.fixed-header .header-upper {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #f9f9f9;
}

	.fixed-header .header-upper .logo-outer {
		padding: 0px 0px;
	}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99999;
	visibility: visible;
}

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

.sticky-header .main-menu .navigation > li {
	margin-left: 32px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

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

	.sticky-header .main-menu .navigation > li > a {
		padding: 23px 0px !important;
		line-height: 30px;
		font-size: 16px;
		font-weight: 600;
		color: #222222;
		text-transform: capitalize;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li.current-menu-item > a {
		opacity: 1;
		color: #ff6907;
	}

/*** 

====================================================================
		Mobile Menu Style 
====================================================================

***/

.nav-outer .mobile-nav-toggler {
	position: relative;
	display: none;
}

	.nav-outer .mobile-nav-toggler .icon {
		display: block;
		font-size: 30px;
		line-height: 40px;
		cursor: pointer;
		padding: 14px 0px;
	}

.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-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%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.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;
	-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 .close-btn {
	position: absolute;
	right: 8px;
	top: 3px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 32px;
	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;
	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.current > a, .mobile-menu .navigation li > a:hover {
				color: #ff6907;
			}

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

/*** 

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

***/

.sec-title {
	position: relative;
	margin-bottom: 45px;
}

	.sec-title .title-inner {
		position: relative;
	}

		.sec-title .title-inner .rating {
			position: relative;
			margin-left: 2px;
			display: inline-block;
		}

			.sec-title .title-inner .rating .star {
				position: relative;
				color: #27509d;
				font-size: 12px;
				margin: 0px 2px;
			}

				.sec-title .title-inner .rating .star:nth-child(2) {
					color: #ff6907;
					font-size: 14px;
				}

			.sec-title .title-inner .rating:before {
				position: absolute;
				content: '';
				left: -45px;
				top: 11px;
				height: 1px;
				width: 30px;
				background-color: #cccccc;
			}

			.sec-title .title-inner .rating:after {
				position: absolute;
				content: '';
				right: -45px;
				top: 11px;
				height: 1px;
				width: 30px;
				background-color: #cccccc;
			}

	.sec-title h2 {
		position: relative;
		display: block;
		font-size: 30px;
		line-height: 1.2em;
		color: #222222;
		font-weight: 700;
		margin-top: 12px;
		text-transform: uppercase;
	}

	.sec-title .title-inner .text {
		position: relative;
		color: #222222;
		font-size: 16px;
		line-height: 1.8em;
		margin-top: 15px;
	}

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

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

		.sec-title.centered .rating {
			margin-left: 0px;
		}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider {
	position: relative;
	overflow: hidden;
}

	.main-slider:before {
		position: absolute;
		content: '';
		right: -60px;
		bottom: -5px;
		z-index: 10;
		width: 48%;
		height: 50px;
		transform: skewX(-55deg);
		background-color: #ffffff;
	}

	.main-slider .slide {
		position: relative;
		padding: 360px 0px 210px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

		.main-slider .slide .curve {
			position: absolute;
			left: 0px;
			top: 0px;
			right: 0px;
			bottom: 0px;
		}

			.main-slider .slide .curve:before {
				position: absolute;
				content: '';
				left: 50%;
				top: -150px;
				bottom: -150px;
				width: 400px;
				opacity: 0;
				margin-left: -200px;
				transform: rotate(15deg);
				background-color: rgba(0, 0, 0, 0.10);
				-webkit-transition: all 1000ms ease;
				-moz-transition: all 100ms ease;
				-ms-transition: all 1000ms ease;
				-o-transition: all 1000ms ease;
				transition: all 1000ms ease;
			}

	.main-slider .swiper-slide-active .curve:before {
		opacity: 1;
		transition-delay: 0ms;
	}

	.main-slider .slide .curve:after {
		position: absolute;
		content: '';
		left: 50%;
		top: -150px;
		bottom: -150px;
		width: 400px;
		opacity: 0;
		margin-left: -200px;
		transform: rotate(-15deg);
		background-color: rgba(0, 0, 0, 0.10);
		-webkit-transition: all 1000ms ease;
		-moz-transition: all 100ms ease;
		-ms-transition: all 1000ms ease;
		-o-transition: all 1000ms ease;
		transition: all 1000ms ease;
	}

	.main-slider .swiper-slide-active .curve:after {
		opacity: 1;
		transition-delay: 300ms;
	}

	.main-slider .content {
		position: relative;
		text-align: center;
		z-index: 10;
	}

		.main-slider .content .title {
			position: relative;
			font-size: 16px;
			color: #ffffff;
			font-weight: 300;
			line-height: 1em;
			opacity: 0;
			margin-bottom: 40px;
			letter-spacing: 10px;
			text-transform: uppercase;
			-webkit-transition: all 1000ms ease;
			-moz-transition: all 100ms ease;
			-ms-transition: all 1000ms ease;
			-o-transition: all 1000ms ease;
			transition: all 1000ms ease;
			-webkit-transform: translateY(50px);
			-moz-transform: translateY(50px);
			-ms-transform: translateY(50px);
			-o-transform: translateY(50px);
			transform: translateY(50px);
		}

	.main-slider .swiper-slide-active .content .title {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		transition-delay: 0ms;
	}

	.main-slider .content h2 {
		position: relative;
		font-size: 72px;
		color: #ffffff;
		font-weight: 300;
		line-height: 1em;
		opacity: 0;
		letter-spacing: 1px;
		text-transform: capitalize;
		-webkit-transition: all 1000ms ease;
		-moz-transition: all 100ms ease;
		-ms-transition: all 1000ms ease;
		-o-transition: all 1000ms ease;
		transition: all 1000ms ease;
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-o-transform: translateY(50px);
		transform: translateY(50px);
	}

	.main-slider .swiper-slide-active .content h2 {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		transition-delay: 300ms;
	}

	.main-slider .btn-box {
		position: relative;
		opacity: 0;
		margin-top: 30px;
		-webkit-transition: all 1000ms ease;
		-moz-transition: all 100ms ease;
		-ms-transition: all 1000ms ease;
		-o-transition: all 1000ms ease;
		transition: all 1000ms ease;
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-o-transform: translateY(50px);
		transform: translateY(50px);
	}

	.main-slider .swiper-slide-active .btn-box {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		transition-delay: 600ms;
	}

	.main-slider .btn-box .theme-btn {
		margin: 0px 10px;
	}

	.main-slider .swiper-button-next {
		right: 40px;
		width: 50px;
		height: 50px;
		font-size: 16px;
		line-height: 50px;
		text-align: center;
		background-image: none;
		-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;
		background-color: rgba(255, 255, 255, 0.70);
	}

		.main-slider .swiper-button-next:before {
			position: absolute;
			content: "\f12a";
			left: 0px;
			top: 0px;
			width: 50px;
			color: #1a1a1a;
			font-size: 22px;
			-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;
			font-family: "Flaticon";
		}

	.main-slider .swiper-button-prev {
		left: 40px;
		width: 50px;
		height: 50px;
		font-size: 16px;
		text-align: center;
		line-height: 50px;
		-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;
		background-image: none;
		background-color: rgba(255, 255, 255, 0.70);
	}

		.main-slider .swiper-button-prev:before {
			position: absolute;
			content: "\f12b";
			left: 0px;
			top: 0px;
			width: 50px;
			height: 50px;
			color: #1a1a1a;
			font-size: 22px;
			-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;
			font-family: "Flaticon";
		}

		.main-slider .swiper-button-next:hover, .main-slider .swiper-button-prev:hover {
			background-color: #ff6907;
		}

			.main-slider .swiper-button-next:hover::before, .main-slider .swiper-button-prev:hover::before {
				color: #ffffff;
			}

	.main-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
		background: #ff6907;
		display: none;
	}

/* Custom Select */

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 14px;
	font-style: normal;
	height: 55px;
	padding: 10px 25px;
	line-height: 34px;
	color: #999999;
	border-radius: 0px;
	font-style: italic;
	background: #f8f8f8;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #eaeaea;
}

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

	.form-group .ui-button .ui-icon:before {
		font-family: 'FontAwesome';
		content: "\f0d7";
		right: 0px;
		top: 13px;
		z-index: 5;
		width: 12px;
		height: 20px;
		display: block;
		color: #999999;
		line-height: 20px;
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		font-style: normal;
		font-weight: 800;
		top: 2px !important;
		font-family: 'Font Awesome 5 Free';
	}

.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0;
}

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

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

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

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

/*** 

====================================================================
	Fleet Section
====================================================================

***/

.fleet-section {
	position: relative;
	padding: 90px 0px 60px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

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

		.fleet-section .form-column .inner-column {
			position: relative;
		}

/* fleet-form */

.fleet-form .form-group {
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
}

	.fleet-form .form-group .icon {
		position: absolute;
		right: 35px;
		bottom: 18px;
		color: #888888;
		font-size: 20px;
		line-height: 1em;
	}

	.fleet-form .form-group label {
		position: relative;
		color: #222222;
		font-size: 16px;
		font-weight: 700;
	}

.fleet-form input[type="text"], .fleet-form input[type="email"], .fleet-form input[type="password"], .fleet-form select, .fleet-form textarea {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 10px 25px;
	font-weight: 300;
	font-style: italic;
	background: #f8f8f8;
	border-bottom: 1px solid #eaeaea;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

	.fleet-form input:focus, .fleet-form select:focus, .fleet-form textarea:focus {
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
	}

.fleet-form textarea {
	height: 150px;
	resize: none;
	padding: 12px 25px;
}

.fleet-form .theme-btn {
	width: 100%;
}

.fleet-section .map-column {
	position: relative;
	margin-bottom: 30px;
}

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

	.fleet-section .map-column .map-canvas {
		position: relative;
		height: 315px;
	}

/*** 

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

***/

.call-to-action-section {
	position: relative;
	padding: 125px 0px 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

	.call-to-action-section:before {
		position: absolute;
		content: '';
		left: -60px;
		top: -2px;
		z-index: 10;
		width: 48%;
		height: 35px;
		transform: skewX(-55deg);
		background-color: #ffffff;
	}

	.call-to-action-section .title-box {
		position: relative;
		text-align: center;
		margin-bottom: 50px;
	}

		.call-to-action-section .title-box h2 {
			position: relative;
			display: block;
			font-size: 36px;
			line-height: 1.3em;
			color: #ffffff;
			font-weight: 700;
			margin-top: 20px;
		}

		.call-to-action-section .title-box .rating {
			position: relative;
			margin-top: 20px;
			display: inline-block;
		}

			.call-to-action-section .title-box .rating .star {
				position: relative;
				color: #73cfd7;
				font-size: 12px;
				margin: 0px 2px;
			}

				.call-to-action-section .title-box .rating .star:nth-child(2) {
					color: #ff6907;
					font-size: 14px;
				}

			.call-to-action-section .title-box .rating:before {
				position: absolute;
				content: '';
				left: -45px;
				top: 11px;
				height: 1px;
				width: 30px;
				background-color: #cccccc;
			}

			.call-to-action-section .title-box .rating:after {
				position: absolute;
				content: '';
				right: -45px;
				top: 11px;
				height: 1px;
				width: 30px;
				background-color: #cccccc;
			}

		.call-to-action-section .title-box .text {
			position: relative;
			color: #ffffff;
			font-size: 16px;
			font-weight: 500;
			margin-top: 25px;
		}

/*** 

====================================================================
	Projects Section
====================================================================

***/

.project-section {
	position: relative;
	padding: 0px 0px 10px;
}

	.project-section .owl-theme .project-block {
		margin: 0px 15px;
	}

	.project-section .owl-carousel {
		margin: 0px -15px;
		width: auto;
	}

		.project-section .owl-carousel .owl-stage-outer {
			padding: 10px 0px;
		}

.project-tab .sec-title {
	margin-bottom: 40px;
}

.project-tab .project-carousel .owl-nav {
	position: relative;
	left: 50%;
	width: 180px;
	height: 62px;
	margin-top: 2px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	margin-left: -90px;
	background-color: #f8f8f8;
}

	.project-tab .project-carousel .owl-nav .owl-prev, .project-tab .project-carousel .owl-nav .owl-next {
		position: relative;
		color: #888888;
		font-size: 16px;
		line-height: 62px;
		padding: 0px 22px;
		font-weight: 700;
		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;
	}

		.project-tab .project-carousel .owl-nav .owl-next:before {
			position: absolute;
			content: '';
			left: 0px;
			top: 50%;
			width: 1px;
			height: 15px;
			margin-top: -8px;
			border-left: 1px solid #888888;
		}

		.project-tab .project-carousel .owl-nav .owl-prev:hover, .project-tab .project-carousel .owl-nav .owl-next:hover {
			color: #27509d;
		}

.project-tab .project-carousel .owl-dots {
	display: none;
}

.project-tab .tabs-header {
	position: relative;
}

.project-tab .product-tab-btns {
	position: relative;
	text-align: center;
}

	.project-tab .product-tab-btns .p-tab-btn {
		position: relative;
		cursor: pointer;
		color: #888888;
		font-weight: 700;
		font-size: 14px;
		display: inline-block;
		margin-bottom: 10px;
		margin: 0px 1px 2px;
		border-radius: 4px;
		padding: 12px 22px 10px;
		text-transform: uppercase;
		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;
		border: 1px solid #e3e3e3;
	}

		.project-tab .product-tab-btns .p-tab-btn:hover, .project-tab .product-tab-btns .p-tab-btn.active-btn {
			color: #ffffff;
			border-color: #ff6003;
			background-color: #ff6003;
		}

.p-tab.active-tab .project-block {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

.p-tab .project-block {
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
}

.project-tab .p-tabs-content {
	position: relative;
	display: block;
	margin-top: 35px;
}

.project-tab .p-tab {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	visibility: hidden;
}

	.project-tab .p-tab.active-tab {
		position: relative;
		visibility: visible;
		z-index: 5;
	}

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

	.project-block .inner-box {
		position: relative;
		padding: 12px 12px 25px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	}

		.project-block .inner-box .image {
			position: relative;
			overflow: hidden;
			background-color: #27509d;
			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;
		}

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

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

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

			.project-block .inner-box .lower-content h3 {
				position: relative;
				color: #222222;
				font-size: 20px;
				font-weight: 700;
				line-height: 1.3em;
			}

				.project-block .inner-box .lower-content h3 a {
					position: relative;
					color: #222222;
					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;
				}

					.project-block .inner-box .lower-content h3 a:hover {
						color: #ff6907;
					}

			.project-block .inner-box .lower-content .list {
				position: relative;
				margin-top: 12px;
			}

				.project-block .inner-box .lower-content .list li {
					position: relative;
					color: #222222;
					font-size: 14px;
					margin-bottom: 2px;
				}

					.project-block .inner-box .lower-content .list li span {
						position: relative;
						color: #222222;
						font-weight: 700;
					}

			.project-block .inner-box .lower-content .booked {
				position: relative;
				font-weight: 700;
				/* color: #27509d; */
				font-size: 16px;
				margin-top: 15px;
				display: inline-block;
				text-decoration: underline;
			}

				.project-block .inner-box .lower-content .booked span {
					color: #ff6907;
				}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section {
	position: relative;
	padding: 95px 0px 120px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

	.featured-section:before {
		position: absolute;
		content: '';
		left: 0px;
		top: -2px;
		width: 100%;
		height: 100%;
		display: block;
		background-color: rgba(0, 0, 0, 0.80);
	}

	.featured-section:after {
		position: absolute;
		content: '';
		right: -60px;
		bottom: -3px;
		z-index: 10;
		width: 48%;
		height: 40px;
		transform: skewX(-55deg);
		background-color: #ffffff;
	}

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

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

		.featured-block .inner-box .icon-box {
			position: relative;
			color: #ff6405;
			font-size: 64px;
			line-height: 1em;
		}

			.featured-block .inner-box .icon-box .icon .svg-icon svg {
				width: 64px;
				margin-right: auto;
				margin-left: 0;
			}

				.featured-block .inner-box .icon-box .icon .svg-icon svg path {
					stroke: #ff6405;
					stroke-width: 10px;
				}

		.featured-block .inner-box h3 {
			position: relative;
			color: #ffffff;
			font-size: 24px;
			line-height: 1.4em;
			font-weight: 600;
			margin-top: 20px;
		}

			.featured-block .inner-box h3 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;
			}

		.featured-block .inner-box .text {
			position: relative;
			color: #ffffff;
			font-size: 16px;
			line-height: 1.7em;
			font-weight: 400;
			margin-top: 15px;
		}

		.featured-block .inner-box .read-more {
			position: relative;
			color: #aaaaaa;
			font-size: 14px;
			font-weight: 500;
			letter-spacing: 1px;
			text-transform: uppercase;
			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;
			border-bottom: 1px solid #aaaaaa;
		}

			.featured-block .inner-box .read-more span {
				color: #ff6405;
				font-size: 12px;
				font-weight: 600;
				margin-left: 4px;
				margin-top: 18px;
				display: inline-block;
			}

		.featured-block .inner-box h3 a:hover {
			color: #ff6405;
		}

		.featured-block .inner-box .read-more:hover {
			border-color: #ff6405;
			color: #ffffff;
		}

.featured-section .lower-box {
	position: relative;
	margin-top: 70px;
	text-align: center;
}

	.featured-section .lower-box .phone {
		position: relative;
		color: #ffffff;
		font-size: 48px;
		font-weight: 300;
	}

		.featured-section .lower-box .phone span {
			font-weight: 500;
		}

	.featured-section .lower-box .rating {
		position: relative;
		margin-top: 40px;
		display: inline-block;
	}

		.featured-section .lower-box .rating .star {
			position: relative;
			color: #73cfd7;
			font-size: 12px;
			margin: 0px 2px;
		}

			.featured-section .lower-box .rating .star:nth-child(2) {
				color: #ff6907;
				font-size: 14px;
			}

		.featured-section .lower-box .rating:before {
			position: absolute;
			content: '';
			left: -45px;
			top: 11px;
			height: 1px;
			width: 30px;
			background-color: #cccccc;
		}

		.featured-section .lower-box .rating:after {
			position: absolute;
			content: '';
			right: -45px;
			top: 11px;
			height: 1px;
			width: 30px;
			background-color: #cccccc;
		}

/*** 

====================================================================
	Vehicle Section
====================================================================

***/

.vehicle-section {
	position: relative;
	padding: 110px 0px 80px;
}

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

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

		.vehicle-section .content-column .rating {
			position: relative;
			margin-left: 50px;
			display: inline-block;
		}

			.vehicle-section .content-column .rating .star {
				position: relative;
				color: #27509d;
				font-size: 12px;
				margin: 0px 2px;
			}

				.vehicle-section .content-column .rating .star:nth-child(2) {
					color: #ff6907;
					font-size: 14px;
				}

			.vehicle-section .content-column .rating:before {
				position: absolute;
				content: '';
				left: -45px;
				top: 11px;
				height: 1px;
				width: 30px;
				background-color: #cccccc;
			}

			.vehicle-section .content-column .rating:after {
				position: absolute;
				content: '';
				right: -45px;
				top: 11px;
				height: 1px;
				width: 30px;
				background-color: #cccccc;
			}

		.vehicle-section .content-column .title {
			position: relative;
			color: #222222;
			font-size: 16px;
			font-weight: 700;
			margin-top: 15px;
			text-transform: uppercase;
		}

		.vehicle-section .content-column h2 {
			position: relative;
			color: #222222;
			font-size: 60px;
			font-weight: 300;
			margin-top: 15px;
			text-transform: capitalize;
		}

		.vehicle-section .content-column .bold-text {
			position: relative;
			color: #222222;
			font-size: 20px;
			font-weight: 500;
			margin-top: 6px;
			text-transform: capitalize;
		}

		.vehicle-section .content-column .text {
			position: relative;
			color: #222222;
			font-size: 16px;
			font-weight: 400;
			margin-top: 25px;
			line-height: 1.7em;
			text-transform: capitalize;
		}

		.vehicle-section .content-column .features {
			position: relative;
			color: #222222;
			font-size: 20px;
			font-weight: 700;
			margin: 15px 0px 20px;
			line-height: 1.7em;
			text-transform: capitalize;
		}

		.vehicle-section .content-column .theme-btn {
			margin-top: 35px;
		}

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

		.vehicle-section .image-column .inner-column {
			position: relative;
			padding-top: 80px;
		}

			.vehicle-section .image-column .inner-column .book-box {
				position: absolute;
				left: 40px;
				top: 120px;
				width: 170px;
				height: 170px;
				z-index: 1;
				border-radius: 50%;
				display: inline-block;
				background-color: #ffffff;
				box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
				background-position: center center;
				background-repeat: no-repeat;
			}

				.vehicle-section .image-column .inner-column .book-box .price {
					position: relative;
					color: #27509d;
					font-size: 18px;
					padding-top: 50px;
					line-height: 1.9em;
					text-align: center;
					text-transform: uppercase;
				}

					.vehicle-section .image-column .inner-column .book-box .price span {
						color: #ff6907;
						display: block;
						font-weight: 700;
						font-size: 30px;
					}

		.vehicle-section .image-column .image {
			position: relative;
			float: right;
			margin-bottom: 50px;
			margin-right: -60px;
		}

		.vehicle-section .image-column .inner-column .product-image {
			position: absolute;
			right: 0px;
			bottom: -90px;
		}

/*** 

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

***/

.counter-section {
	position: relative;
	padding: 150px 0px 100px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

	.counter-section:before {
		position: absolute;
		content: '';
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		background-color: rgba(0, 0, 0, 0.80);
	}

	.counter-section:after {
		position: absolute;
		content: '';
		left: -60px;
		top: -2px;
		z-index: 10;
		width: 48%;
		height: 35px;
		transform: skewX(-55deg);
		background-color: #ffffff;
	}

	.counter-section .auto-container {
		max-width: 1800px;
	}

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

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

		.counter-section .image-column .row {
			position: relative;
			margin: 0px 3px;
		}

		.counter-section .image-column .image {
			position: relative;
			padding: 0px 3px;
			margin-bottom: 6px;
		}

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

			.counter-section .image-column .image.one {
				clip-path: polygon(2% 0, 100% 0%, 100% 100%, 30% 100%);
			}

			.counter-section .image-column .image.two {
				clip-path: polygon(0 0, 76% 0%, 98% 100%, 0 100%);
			}

			.counter-section .image-column .image.three {
				clip-path: polygon(2% 0, 100% 0%, 100% 100%, 30% 100%);
			}

			.counter-section .image-column .image.four {
				clip-path: polygon(0 0, 76% 0, 98% 100%, 0 100%);
			}

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

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

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

		.counter-section .counter-column .owl-dots {
			position: relative;
			text-align: center;
			margin-top: 20px;
		}

			.counter-section .counter-column .owl-dots .owl-dot {
				position: relative;
				width: 10px;
				height: 10px;
				margin: 0px 5px;
				border-radius: 50%;
				display: inline-block;
				background-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;
				transform: scale(0.6, 0.6);
			}

				.counter-section .counter-column .owl-dots .owl-dot.active, .counter-section .counter-column .owl-dots .owl-dot:hover {
					background-color: #ff6907;
					transform: scale(1, 1);
				}

.fact-counter {
	position: relative;
}

	.fact-counter .column {
		position: relative;
		z-index: 5;
		margin-bottom: 10px;
	}

		.fact-counter .column .inner {
			position: relative;
			text-align: center;
			transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-webkit-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
		}

	.fact-counter .count-outer {
		position: relative;
		font-weight: 300;
		color: #ffffff;
		font-size: 72px;
		line-height: 1em;
		margin: 0px 0px;
	}

		.fact-counter .count-outer .count-text {
			position: relative;
			font-weight: 300;
			color: #ffffff;
			font-size: 72px;
		}

	.fact-counter .column .counter-title {
		position: relative;
		font-size: 15px;
		font-weight: 300;
		color: #ffffff;
		margin-top: 5px;
		text-transform: uppercase;
		display: block;
		letter-spacing: 1px;
	}

/*** 

====================================================================
	Featured Section Two
====================================================================

***/

.featured-section-two {
	position: relative;
	padding: 120px 0px 145px;
	background-color: #27509d;
	background-repeat: no-repeat;
	background-position: center bottom;
}

	.featured-section-two:after {
		position: absolute;
		content: '';
		right: -60px;
		bottom: -2px;
		z-index: 10;
		width: 48%;
		height: 40px;
		transform: skewX(-55deg);
		background-color: #ffffff;
	}

	.featured-section-two .column {
		padding: 0px;
		float: left;
	}

		.featured-section-two .column .service-block {
			padding: 0px;
			float: left;
		}

			.featured-section-two .column .service-block:nth-child(1) .lower-content {
				order: 1;
			}

			.featured-section-two .column .service-block:nth-child(1) .image {
				order: 2;
			}

	.featured-section-two .featured-block {
		position: relative;
		padding: 55px 60px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		overflow: hidden;
		margin: 0;
	}

		.featured-section-two .featured-block:before {
			position: absolute;
			content: '';
			left: 0px;
			top: 0px;
			right: 0px;
			bottom: 0px;
			background-color: rgba(0, 0, 0, 0.85);
		}

		/* .featured-section-two .featured-block .inner-column {
	position: relative;
	padding: 55px 60px;
	min-height: 670px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
} */

		.featured-section-two .featured-block .title {
			position: relative;
			color: #ffffff;
			font-size: 16px;
			line-height: 1.3em;
		}

		.featured-section-two .featured-block h2 {
			position: relative;
			color: #ffffff;
			font-size: 40px;
			line-height: 1.1em;
			font-weight: 300;
			margin-top: 20px;
		}

		.featured-section-two .featured-block .rating {
			position: relative;
			margin-top: 10px;
			margin-left: 50px;
			display: inline-block;
		}

			.featured-section-two .featured-block .rating .star {
				position: relative;
				color: #73cfd7;
				font-size: 12px;
				margin: 0px 2px;
			}

				.featured-section-two .featured-block .rating .star:nth-child(2) {
					color: #ff6907;
					font-size: 14px;
				}

			.featured-section-two .featured-block .rating:before {
				position: absolute;
				content: '';
				left: -45px;
				top: 11px;
				height: 1px;
				width: 30px;
				background-color: #cccccc;
			}

			.featured-section-two .featured-block .rating:after {
				position: absolute;
				content: '';
				right: -45px;
				top: 11px;
				height: 1px;
				width: 30px;
				background-color: #cccccc;
			}

		.featured-section-two .featured-block .text {
			position: relative;
			color: #ffffff;
			font-size: 16px;
			line-height: 1.6em;
			margin-top: 20px;
		}

		.featured-section-two .featured-block .image {
			position: absolute;
			bottom: -50px;
			/*left:40px;*/
			right: -80px;
		}

.service-block {
	position: relative;
}

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

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

			.service-block .inner-box .image img {
				position: relative;
				width: 100%;
				display: block;
				transition: all 500ms ease;
				-moz-transition: all 500ms ease;
				-webkit-transition: all 500ms ease;
				-ms-transition: all 500ms ease;
				-o-transition: all 500ms ease;
				transform: scale(1.01, 1.01);
			}

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

		.service-block .inner-box .lower-content {
			position: relative;
			padding: 75px 60px;
			text-align: center;
			background-color: #ffffff;
		}

			.service-block .inner-box .lower-content .title {
				position: relative;
				color: #aaaaaa;
				font-size: 14px;
				font-weight: 700;
				text-transform: uppercase;
			}

			.service-block .inner-box .lower-content h3 {
				position: relative;
				color: #222222;
				font-size: 20px;
				font-weight: 700;
				line-height: 1.4em;
				margin-top: 5px;
				margin-bottom: 40px;
			}

				.service-block .inner-box .lower-content h3 a {
					position: relative;
					color: #222222;
				}

/*** 

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

***/

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

	.testimonial-section .inner-container {
		position: relative;
		max-width: 810px;
		margin: 0 auto;
	}

	.testimonial-section .owl-carousel .owl-stage-outer {
		padding: 15px 0px;
	}

	.testimonial-section .owl-theme .testimonial-block {
		margin: 0px 60px;
	}

	.testimonial-section .owl-carousel .owl-stage-outer .owl-item.active .testimonial-block .inner-box:before {
		transform: rotateY(0deg);
	}

	.testimonial-section .owl-carousel {
		margin: 0px -60px;
		width: auto;
	}

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

	.testimonial-section .owl-dots {
		position: relative;
		text-align: center;
		margin-top: 30px;
	}

		.testimonial-section .owl-dots .owl-dot {
			position: relative;
			width: 10px;
			height: 10px;
			margin: 0px 5px;
			border-radius: 50%;
			display: inline-block;
			background-color: #d5d5d5;
			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;
			transform: scale(0.6, 0.6);
		}

			.testimonial-section .owl-dots .owl-dot.active, .testimonial-section .owl-dots .owl-dot:hover {
				background-color: #ff6907;
				transform: scale(1, 1);
			}

.testimonial-block {
	position: relative;
}

	.testimonial-block .inner-box {
		position: relative;
		text-align: center;
		padding: 50px 55px;
		background-color: #ffffff;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	}

		.testimonial-block .inner-box:before {
			position: absolute;
			content: '';
			top: 50px;
			left: -40px;
			right: -40px;
			bottom: 50px;
			z-index: -1;
			background-color: #ffffff;
			transform: rotateY(-90deg);
			transition: all 1600ms ease;
			-moz-transition: all 1600ms ease;
			-webkit-transition: all 1600ms ease;
			-ms-transition: all 1600ms ease;
			-o-transition: all 1600ms ease;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
		}

		.testimonial-block .inner-box .text {
			position: relative;
			color: #222222;
			font-size: 18px;
			font-weight: 500;
			font-style: italic;
			line-height: 1.7em;
		}

		.testimonial-block .inner-box .lower-box {
			position: relative;
			text-align: center;
			margin-top: 35px;
		}

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

			.testimonial-block .inner-box .lower-box .quote {
				position: relative;
				line-height: 1em;
				font-size: 60px;
				color: #f8f8f8;
				float: left;
				top: 5px;
			}

			.testimonial-block .inner-box .lower-box .info-box {
				position: relative;
				margin-left: 80px;
			}

				.testimonial-block .inner-box .lower-box .info-box .info-inner {
					position: relative;
					padding-left: 80px;
					text-align: left;
					padding-top: 12px;
				}

				.testimonial-block .inner-box .lower-box .info-box .image {
					position: absolute;
					left: 0px;
					top: 0px;
					width: 65px;
					height: 65px;
					border-radius: 50%;
					overflow: hidden;
				}

				.testimonial-block .inner-box .lower-box .info-box h4 {
					position: relative;
					font-size: 16px;
					font-weight: 700;
					color: #ff6907;
					letter-spacing: 1px;
					text-transform: uppercase;
				}

				.testimonial-block .inner-box .lower-box .info-box .location {
					position: relative;
					font-size: 12px;
					font-weight: 500;
					color: #222222;
					margin-top: 2px;
					letter-spacing: 1px;
					text-transform: uppercase;
				}

/*** 

====================================================================
	Player Section
====================================================================

***/

.player-section {
	position: relative;
	padding: 110px 0px 0px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

	.player-section:before {
		position: absolute;
		content: '';
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		background-color: rgba(0, 0, 0, 0.85);
	}

	.player-section:after {
		position: absolute;
		content: '';
		left: -60px;
		top: -2px;
		z-index: 10;
		width: 48%;
		height: 35px;
		transform: skewX(-55deg);
		background-color: #ffffff;
	}

	.player-section .upper-section {
		position: relative;
		text-align: center;
	}

		.player-section .upper-section .play-box {
			position: relative;
			font-size: 45px;
			color: #ffffff;
			line-height: 1em;
			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;
		}

			.player-section .upper-section .play-box:hover {
				color: #ff6907;
			}

		.player-section .upper-section .rating {
			position: relative;
			margin-top: 20px;
			display: inline-block;
		}

			.player-section .upper-section .rating .star {
				position: relative;
				color: #73cfd7;
				font-size: 12px;
				margin: 0px 2px;
			}

				.player-section .upper-section .rating .star:nth-child(2) {
					color: #ff6907;
					font-size: 14px;
				}

			.player-section .upper-section .rating:before {
				position: absolute;
				content: '';
				left: -45px;
				top: 11px;
				height: 1px;
				width: 30px;
				background-color: #cccccc;
			}

			.player-section .upper-section .rating:after {
				position: absolute;
				content: '';
				right: -45px;
				top: 11px;
				height: 1px;
				width: 30px;
				background-color: #cccccc;
			}

		.player-section .upper-section h2 {
			position: relative;
			color: #ffffff;
			margin-top: 25px;
			line-height: 1.2em;
			font-size: 48px;
			font-weight: 300;
		}

	.player-section .lower-section {
		position: relative;
		top: 60px;
		margin-top: 0px;
	}

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

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

		.service-block-two .inner-box .image {
			position: relative;
			overflow: hidden;
		}

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

		.service-block-two .inner-box:hover .image img {
			transform: scale(1.05, 1.05);
		}

		.service-block-two .inner-box .overlay-box {
			position: absolute;
			left: 0px;
			top: 50px;
			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%);
		}

			.service-block-two .inner-box .overlay-box .overlay-inner {
				position: absolute;
				left: 15px;
				bottom: 0px;
				right: 15px;
				padding-bottom: 30px;
				text-align: center;
			}

			.service-block-two .inner-box .overlay-box h3 {
				position: relative;
				font-size: 16px;
				color: #ffffff;
				font-weight: 700;
				letter-spacing: 1px;
				text-transform: uppercase;
			}

				.service-block-two .inner-box .overlay-box h3 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;
				}

					.service-block-two .inner-box .overlay-box h3 a:hover {
						color: #ff6907;
					}

/*** 

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

***/

.news-section {
	position: relative;
	padding: 110px 0px 100px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

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

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

	.news-block .text {
		margin-top: 13px;
	}

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

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

		.news-block .inner-box .image .overlay-box {
			position: absolute;
			left: 0px;
			right: 60px;
			bottom: -25px;
			padding: 30px 35px;
			background-color: #f8f8f8;
		}

			.news-block .inner-box .image .overlay-box h3 {
				position: relative;
				color: #222222;
				font-size: 22px;
				font-weight: 700;
				line-height: 1.4em;
			}

				.news-block .inner-box .image .overlay-box h3 a {
					position: relative;
					color: #222222;
					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;
				}

					.news-block .inner-box .image .overlay-box h3 a:hover {
						color: #ff6907;
					}

			.news-block .inner-box .image .overlay-box .post-meta {
				position: relative;
				margin-top: 12px;
			}

				.news-block .inner-box .image .overlay-box .post-meta li {
					position: relative;
					margin-right: 18px;
					display: inline-block;
				}

					.news-block .inner-box .image .overlay-box .post-meta li:last-child {
						margin-right: 0px;
					}

					.news-block .inner-box .image .overlay-box .post-meta li a {
						position: relative;
						color: #222222;
						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;
					}

						.news-block .inner-box .image .overlay-box .post-meta li a:hover {
							color: #ff6907;
						}

						.news-block .inner-box .image .overlay-box .post-meta li a .icon {
							position: relative;
							top: 1px;
							margin-right: 10px;
							color: #ff6907;
						}

.news-section .sec-title {
	margin-bottom: 70px;
}

/* News Block Two */

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

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

		.news-block-two .inner-box .content {
			position: relative;
			padding: 30px 30px;
			padding-left: 185px;
			background-color: #f8f8f8;
		}

			.news-block-two .inner-box .content .image {
				position: absolute;
				left: 0px;
				top: -25px;
				width: 145px;
			}

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

		.news-block-two .inner-box h3 {
			position: relative;
			color: #222222;
			font-size: 22px;
			font-weight: 700;
			line-height: 1.4em;
		}

			.news-block-two .inner-box h3 a {
				position: relative;
				color: #222222;
				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;
			}

				.news-block-two .inner-box h3 a:hover {
					color: #ff6907;
				}

		.news-block-two .inner-box .post-meta {
			position: relative;
			margin-top: 12px;
		}

			.news-block-two .inner-box .post-meta li {
				position: relative;
				margin-right: 18px;
				display: inline-block;
			}

				.news-block-two .inner-box .post-meta li:last-child {
					margin-right: 0px;
				}

				.news-block-two .inner-box .post-meta li a {
					position: relative;
					color: #222222;
					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;
				}

					.news-block-two .inner-box .post-meta li a:hover {
						color: #ff6907;
					}

					.news-block-two .inner-box .post-meta li a .icon {
						position: relative;
						top: 1px;
						margin-right: 10px;
						color: #ff6907;
					}

/*** 

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

***/

.call-to-action-section-two {
	position: relative;
	padding: 120px 0px 90px;
	background-color: #ff6907;
}

	.call-to-action-section-two .auto-container {
		position: relative;
		max-width: 1270px;
	}

	.call-to-action-section-two:before {
		position: absolute;
		content: '';
		left: -80px;
		top: -2px;
		z-index: 10;
		width: 30%;
		height: 40px;
		transform: skewX(-55deg);
		background-color: #ffffff;
	}

	.call-to-action-section-two:after {
		position: absolute;
		content: '';
		right: -80px;
		top: -2px;
		z-index: 10;
		width: 30%;
		height: 40px;
		transform: skewX(55deg);
		background-color: #ffffff;
	}

	.call-to-action-section-two .title-column {
		position: relative;
	}

		.call-to-action-section-two .title-column .inner-column {
			position: relative;
			padding-top: 15px;
		}

		.call-to-action-section-two .title-column .icon {
			position: absolute;
			right: 0px;
			top: 0;
			text-align: center;
			font-size: 120px;
			line-height: 1em;
			color: rgba(255, 255, 255, 0.10);
		}

		.call-to-action-section-two .title-column .text h2 {
			position: relative;
			color: #ffffff;
			font-size: 48px;
			font-weight: 300;
			line-height: 1.2em;
		}

	.call-to-action-section-two .info-column {
		position: relative;
		text-align: center;
	}

		.call-to-action-section-two .info-column .inner-column {
			position: relative;
		}

		.call-to-action-section-two .info-column .title {
			position: relative;
			color: #ffffff;
			font-size: 16px;
			font-weight: 700;
			letter-spacing: 1px;
			text-transform: uppercase;
		}

		.call-to-action-section-two .info-column .rating {
			position: relative;
			margin-top: 20px;
			display: inline-block;
		}

			.call-to-action-section-two .info-column .rating .star {
				position: relative;
				color: #ffffff;
				font-size: 12px;
				margin: 0px 2px;
			}

				.call-to-action-section-two .info-column .rating .star:nth-child(2) {
					color: #ffffff;
					font-size: 14px;
				}

			.call-to-action-section-two .info-column .rating:before {
				position: absolute;
				content: '';
				left: -45px;
				top: 11px;
				height: 1px;
				width: 30px;
				background-color: #ffffff;
			}

			.call-to-action-section-two .info-column .rating:after {
				position: absolute;
				content: '';
				right: -45px;
				top: 11px;
				height: 1px;
				width: 30px;
				background-color: #ffffff;
			}

		.call-to-action-section-two .info-column .phone {
			position: relative;
			color: #ffffff;
			font-size: 48px;
			font-weight: 500;
			display: block;
			margin-top: 20px;
			line-height: 1em;
		}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.main-footer {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

	.main-footer .left-image {
		position: absolute;
		left: -40px;
		bottom: 0px;
		z-index: 1;
	}

	.main-footer .right-image {
		position: absolute;
		right: -90px;
		bottom: 0px;
		z-index: 1;
	}

	.main-footer:before {
		position: absolute;
		content: '';
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		background-color: rgba(34, 34, 34, 0.85);
	}

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

	.main-footer .widgets-section {
		position: relative;
		padding: 90px 0px 0px;
		padding-bottom: 0px;
	}

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

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

.logo-widget .logo a span {
	font-size: 36px;
}

.logo-widget .logo a .title {
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 10px;
}

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

.main-footer .logo-widget p {
	position: relative;
	color: #cdcdcd;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 14px;
	font-weight: 400;
}

	.main-footer .logo-widget p:last-child {
		margin-bottom: 0px;
	}

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

	.main-footer .footer-links li {
		position: relative;
		margin-bottom: 10px;
	}

		.main-footer .footer-links li a {
			position: relative;
			color: #cdcdcd;
			font-size: 16px;
			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;
		}

			.main-footer .footer-links li a:hover {
				color: #ff6907;
			}

.main-footer .lower-box {
	position: relative;
	padding-bottom: 60px;
}

	.main-footer .lower-box .signup-form {
		position: relative;
		margin-bottom: 30px;
	}

		.main-footer .lower-box .signup-form .inner-column {
			position: relative;
		}

	.main-footer .lower-box .search-box .form-group {
		position: relative;
		margin: 0px;
		display: inline-block;
		width: 100%;
	}

		.main-footer .lower-box .search-box .form-group label {
			position: relative;
			float: left;
			color: #ffffff;
			font-weight: 600;
			font-size: 22px;
			padding-top: 12px;
			margin-right: 30px;
		}

		.main-footer .lower-box .search-box .form-group .input-group {
			display: inline-block;
			border-bottom: 1px solid rgba(255, 255, 255, 0.30);
			width: 63%;
		}

		.main-footer .lower-box .search-box .form-group input[type="text"], .main-footer .lower-box .search-box .form-group input[type="search"] {
			position: relative;
			line-height: 38px;
			background: none;
			display: block;
			font-size: 14px;
			width: 330px;
			height: 40px;
			color: #cdcdcd;
			float: left;
			font-style: italic;
			padding: 5px 50px 5px 8px;
			transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-webkit-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
			/*border-bottom:1px solid rgba(255,255,255,0.30);*/
		}

		.main-footer .lower-box .search-box .form-group button {
			position: absolute;
			right: 0px;
			bottom: 0px;
			height: 45px;
			width: 40px;
			display: block;
			font-size: 16px;
			color: #cdcdcd;
			line-height: 100%;
			font-weight: normal;
			background: none;
		}

	/* Social Form */

	.main-footer .lower-box .social-form {
		position: relative;
		margin-bottom: 30px;
	}

		.main-footer .lower-box .social-form .inner-column {
			position: relative;
			padding-top: 12px;
			/*padding-left:50px;*/
		}

		.main-footer .lower-box .social-form .social-icons {
			position: relative;
			z-index: 2;
		}

			.main-footer .lower-box .social-form .social-icons .label {
				position: relative;
				float: left;
				color: #ffffff;
				font-weight: 600;
				font-size: 22px;
				margin-right: 30px;
			}

			.main-footer .lower-box .social-form .social-icons li {
				position: relative;
				margin-right: 18px;
				display: inline-block;
			}

				.main-footer .lower-box .social-form .social-icons li a {
					position: relative;
					color: #cdcdcd;
					font-size: 14px;
					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-footer .lower-box .social-form .social-icons li a:hover {
						color: #ff6907;
					}

.main-footer .footer-bottom {
	position: relative;
	padding: 20px 0px;
	text-align: center;
	background-color: #000000;
}

	.main-footer .footer-bottom .copyright {
		position: relative;
		color: #a6a6a6;
		z-index: 10;
		font-size: 16px;
		line-height: 1.3em;
		display: inline-block;
		margin-right: 15px;
	}

		.main-footer .footer-bottom .copyright a {
			position: relative;
			color: #ffffff;
		}

	.main-footer .footer-bottom .footer-nav {
		position: relative;
		z-index: 10;
		display: inline-block;
	}

		.main-footer .footer-bottom .footer-nav li {
			position: relative;
			padding-right: 12px;
			margin-right: 12px;
			line-height: 1.2em;
			display: inline-block;
			border-right: 1px solid #a6a6a6;
		}

			.main-footer .footer-bottom .footer-nav li a {
				position: relative;
				color: #a6a6a6;
				font-size: 16px;
				text-decoration: underline;
				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-footer .footer-bottom .footer-nav li a:hover {
					color: #ffffff;
				}

			.main-footer .footer-bottom .footer-nav li:last-child {
				padding-right: 0px;
				margin-right: 0px;
				border-right: none;
			}

/*** 

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

 ***/

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

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

	.page-title:after {
		position: absolute;
		content: '';
		right: -60px;
		bottom: -2px;
		z-index: 10;
		width: 48%;
		height: 40px;
		transform: skewX(-55deg);
		background-color: #ffffff;
	}

	.page-title .inner-box {
		position: relative;
	}

	.page-title h1 {
		position: relative;
		font-size: 45px;
		margin-bottom: 0px;
		text-transform: capitalize;
		font-weight: 400;
		color: #ffffff;
		letter-spacing: 1px;
	}

	.page-title .bread-crumb {
		position: relative;
		color: #ffffff;
		margin-top: 12px;
	}

	.page-title .layer {
		position: relative;
	}

		.page-title .layer:before {
			position: absolute;
			content: "";
			width: 200px;
			height: 100%;
			background-color: #cccccc;
		}

	.page-title .bread-crumb a {
		position: relative;
		font-size: 16px;
		text-transform: uppercase;
		color: #ffffff;
		margin: 0px 5px;
		font-weight: 400;
		letter-spacing: 1px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.page-title .bread-crumb i {
		position: relative;
		font-size: 15px;
		text-transform: uppercase;
		color: #ffffff;
		margin: 0px 5px;
		font-style: normal;
		letter-spacing: 1px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.page-title .bread-crumb a:hover, .page-title .bread-crumb a.current {
		position: relative;
		color: #ff6907;
	}

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

/*** 

====================================================================
	Story Section
====================================================================

 ***/

.story-section {
	position: relative;
	padding: 75px 0px 50px;
}

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

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

			.story-section .image-column .inner-column .row {
				position: relative;
				margin: 0px -3px;
			}

			.story-section .image-column .inner-column .image {
				position: relative;
				padding: 0px 3px;
				margin-bottom: 30px;
			}

				.story-section .image-column .inner-column .image:nth-child(2) {
					position: relative;
					margin-top: 40px;
				}

				.story-section .image-column .inner-column .image img {
					position: relative;
					width: 100%;
					display: block;
				}

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

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

		.story-section .content-column .title-box {
			position: relative;
		}

			.story-section .content-column .title-box .rating {
				position: relative;
				margin-left: 50px;
				display: inline-block;
			}

		.story-section .content-column .rating .star {
			position: relative;
			color: #27509d;
			font-size: 12px;
			margin: 0px 2px;
		}

			.story-section .content-column .rating .star:nth-child(2) {
				color: #edbd05;
				font-size: 14px;
			}

		.story-section .content-column .rating:before {
			position: absolute;
			content: '';
			left: -45px;
			top: 11px;
			height: 1px;
			width: 30px;
			background-color: #cccccc;
		}

		.story-section .content-column .rating:after {
			position: absolute;
			content: '';
			right: -45px;
			top: 11px;
			height: 1px;
			width: 30px;
			background-color: #cccccc;
		}

		.story-section .content-column .title-box h2 {
			position: relative;
			color: #222222;
			font-size: 45px;
			margin-top: 15px;
			font-weight: 500;
			text-transform: capitalize;
		}

		.story-section .content-column .bold-text {
			position: relative;
			color: #222222;
			font-size: 20px;
			font-weight: 500;
			margin-top: 10px;
			text-transform: capitalize;
		}

		.story-section .content-column .text {
			position: relative;
			margin-top: 20px;
			margin-bottom: 35px;
		}

			.story-section .content-column .text p {
				position: relative;
				color: #222222;
				font-size: 15px;
				font-weight: 400;
				margin-bottom: 20px;
				line-height: 1.6em;
				text-transform: capitalize;
			}

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

/*** 

====================================================================
	Counter Section Two
====================================================================

***/

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

	.counter-section-two .auto-container {
		max-width: 1800px;
	}

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

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

		.counter-section-two .image-column .row {
			position: relative;
			margin: 0px 3px;
		}

		.counter-section-two .image-column .image {
			position: relative;
			padding: 0px 3px;
			margin-bottom: 12px;
		}

			.counter-section-two .image-column .image img {
				position: relative;
				width: 100%;
				display: block;
			}

			.counter-section-two .image-column .image.one {
				clip-path: polygon(2% 0, 100% 0%, 100% 100%, 30% 100%);
			}

			.counter-section-two .image-column .image.two {
				clip-path: polygon(0 0, 76% 0, 98% 100%, 0 100%);
			}

			.counter-section-two .image-column .image.three {
				clip-path: polygon(2% 0, 100% 0%, 100% 100%, 30% 100%);
			}

			.counter-section-two .image-column .image.four {
				clip-path: polygon(0 0, 76% 0, 98% 100%, 0 100%);
			}

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

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

		.counter-section-two .counter-column .owl-nav {
			display: none;
		}

		.counter-section-two .counter-column .owl-dots {
			position: relative;
			text-align: center;
			margin-top: 20px;
		}

			.counter-section-two .counter-column .owl-dots .owl-dot {
				position: relative;
				width: 10px;
				height: 10px;
				margin: 0px 5px;
				border-radius: 50%;
				display: inline-block;
				background-color: #cdcdcd;
				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;
				transform: scale(0.6, 0.6);
			}

				.counter-section-two .counter-column .owl-dots .owl-dot.active, .counter-section-two .counter-column .owl-dots .owl-dot:hover {
					background-color: #ff6907;
					transform: scale(1, 1);
				}

.fact-counter-two {
	position: relative;
}

	.fact-counter-two .column {
		position: relative;
		z-index: 5;
		margin-bottom: 10px;
	}

		.fact-counter-two .column .inner {
			position: relative;
			text-align: center;
			transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-webkit-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
		}

	.fact-counter-two .count-outer {
		position: relative;
		font-weight: 300;
		color: #222222;
		font-size: 72px;
		line-height: 1em;
		margin: 0px 0px;
	}

		.fact-counter-two .count-outer .count-text {
			position: relative;
			font-weight: 300;
			color: #222222;
			font-size: 72px;
		}

	.fact-counter-two .column .counter-title {
		position: relative;
		font-size: 15px;
		font-weight: 300;
		color: #222222;
		margin-top: 5px;
		text-transform: uppercase;
		display: block;
		letter-spacing: 1px;
	}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
	position: relative;
	padding-top: 100px;
}

	.team-section .inner-container {
		position: relative;
		padding: 0px 0px 60px;
		border-bottom: 2px solid #dddddd;
	}

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

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

		.team-block .inner-box .image {
			position: relative;
			overflow: hidden;
		}

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

			.team-block .inner-box .image .overlay-box {
				position: absolute;
				left: 0px;
				top: 0px;
				right: 0px;
				bottom: 0px;
			}

				.team-block .inner-box .image .overlay-box:before {
					position: absolute;
					content: '';
					left: 0px;
					top: 50px;
					right: 0px;
					bottom: 0px;
					z-index: 1;
					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%);
				}

				.team-block .inner-box .image .overlay-box .content {
					position: absolute;
					left: 0px;
					right: 0px;
					bottom: 0px;
					z-index: 1;
					text-align: center;
					transform: translateY(24px);
					transition: all 500ms ease;
					-moz-transition: all 500ms ease;
					-webkit-transition: all 500ms ease;
					-ms-transition: all 500ms ease;
					-o-transition: all 500ms ease;
				}

		.team-block .inner-box:hover .image .overlay-box .content {
			transform: translateY(-20px);
		}

		.team-block .inner-box .image .overlay-box .content h3 {
			position: relative;
			font-size: 16px;
			color: #ffffff;
			font-weight: 700;
			letter-spacing: 1px;
		}

			.team-block .inner-box .image .overlay-box .content h3 a {
				position: relative;
				color: #ffffff;
				text-transform: uppercase;
				transition: all 500ms ease;
				-moz-transition: all 500ms ease;
				-webkit-transition: all 500ms ease;
				-ms-transition: all 500ms ease;
				-o-transition: all 500ms ease;
			}

				.team-block .inner-box .image .overlay-box .content h3 a:hover {
					color: #ff6907;
				}

		.team-block .inner-box .image .overlay-box .social-icons {
			position: relative;
			margin-top: 20px;
		}

			.team-block .inner-box .image .overlay-box .social-icons li {
				position: relative;
				margin: 0px 8px;
				display: inline-block;
			}

				.team-block .inner-box .image .overlay-box .social-icons li a {
					position: relative;
					color: #d1d2d2;
					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;
				}

					.team-block .inner-box .image .overlay-box .social-icons li a:hover {
						color: #ff6907;
					}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section {
	position: relative;
	padding: 120px 0px 100px;
	background-position: center bottom;
}

	.sponsors-section .sponsors-outer {
		position: relative;
	}

		.sponsors-section .sponsors-outer .owl-dots, .sponsors-section .sponsors-outer .owl-nav {
			position: relative;
			display: none;
		}

		.sponsors-section .sponsors-outer .image-box {
			position: relative;
			text-align: center;
			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;
		}

			.sponsors-section .sponsors-outer .image-box img {
				max-width: 100%;
				width: auto;
				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;
			}

/*** 

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

***/

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

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

	.service-block-three .inner-box {
		position: relative;
		text-align: center;
		padding: 40px 30px 40px;
		border-radius: 8px;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	}

		.service-block-three .inner-box .icon-box {
			position: relative;
			color: #27509d;
			font-size: 70px;
			line-height: 1em;
			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;
		}

		.service-block-three .inner-box:hover .icon-box {
			color: #ff741a;
		}

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

			.service-block-three .inner-box .icon-box .icon svg {
				width: 75px;
				margin: 0 auto;
			}

				.service-block-three .inner-box .icon-box .icon svg path {
					fill: none;
					stroke: #27509d !important;
					stroke-width: 3px;
				}

		.service-block-three .inner-box .icon-box:before {
			position: absolute;
			content: '';
			left: 0px;
			top: 0px;
			width: 80px;
			height: 80px;
			opacity: 0.07;
			border-radius: 100px 50px 100px 80px;
			background-color: #ff6907;
		}

		.service-block-three .inner-box h3 {
			position: relative;
			color: #222222;
			font-size: 24px;
			font-weight: 700;
			line-height: 1.3em;
			margin-top: 25px;
		}

			.service-block-three .inner-box h3 a {
				position: relative;
				color: #222222;
				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;
			}

		.service-block-three .inner-box .text {
			position: relative;
			color: #222222;
			font-size: 16px;
			font-weight: 400;
			line-height: 1.8em;
			margin-top: 10px;
		}

		.service-block-three .inner-box h3 a:hover {
			color: #ff6907;
		}

		.service-block-three .inner-box .read-more {
			position: relative;
			color: #27509d;
			font-size: 14px;
			font-weight: 500;
			margin-top: 25px;
			line-height: 1.2em;
			display: inline-block;
			text-transform: uppercase;
			border-bottom: 1px solid #27509d;
			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;
		}

			.service-block-three .inner-box .read-more span {
				font-weight: 600;
				color: #ff6907;
				font-size: 10px;
			}

			.service-block-three .inner-box .read-more:hover {
				color: #ff6907;
			}

/*** 

====================================================================
	Accordian Section
====================================================================

***/

.accordian-section {
	position: relative;
	padding: 100px 0px 60px;
}

	.accordian-section .content-column {
		position: relative;
		margin-bottom: 40px;
	}

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

			.accordian-section .content-column .inner-column .sec-title {
				margin-bottom: 5px;
			}

			.accordian-section .content-column .inner-column .bold-text {
				position: relative;
				color: #222222;
				font-size: 16px;
				line-height: 1.7em;
				font-weight: 600;
				margin-bottom: 15px;
			}

			.accordian-section .content-column .inner-column .text {
				position: relative;
				color: #222222;
				font-size: 16px;
				line-height: 1.7em;
				font-weight: 400;
				margin-bottom: 0px;
			}

			.accordian-section .content-column .inner-column .image {
				position: relative;
				margin-top: 30px;
			}

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

	.accordian-section .accordian-column {
		position: relative;
		margin-bottom: 40px;
	}

		.accordian-section .accordian-column .inner-column {
			position: relative;
			padding-top: 65px;
			padding-left: 30px;
		}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
	position: relative;
}

	.accordion-box .block {
		position: relative;
		padding: 22px 0px;
		background-color: #ffffff;
		border-bottom: 1px solid #dddddd;
	}

		.accordion-box .block.active-block {
		}

		.accordion-box .block .acc-btn {
			position: relative;
			font-size: 20px;
			padding-right: 25px;
			cursor: pointer;
			line-height: 34px;
			color: #222222;
			font-weight: 700;
			transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-webkit-transition: all 500ms ease;
		}

			.accordion-box .block .acc-btn.active {
				color: #27509d;
			}

		.accordion-box .block .icon-outer {
			position: absolute;
			right: 0px;
			top: 0px;
			font-size: 20px;
			color: #262626;
			transition: all 500ms ease;
			-moz-transition: all 500ms ease;
			-webkit-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
		}

			.accordion-box .block .icon-outer .acc-icon {
				position: absolute;
				right: 0px;
				width: 30px;
				height: 30px;
				color: #ff6907;
				font-size: 14px;
				text-align: center;
				line-height: 32px;
			}

			.accordion-box .block .icon-outer .font-plus {
				opacity: 1;
			}

			.accordion-box .block .icon-outer .font-minus {
				opacity: 0;
			}

		.accordion-box .block .acc-btn.active .icon-outer .font-minus {
			opacity: 1;
		}

		.accordion-box .block .acc-btn.active .icon-outer .font-plus {
			opacity: 0;
		}

		.accordion-box .block .acc-content {
			position: relative;
			display: none;
			margin-top: 15px;
			margin-bottom: 15px;
		}

			.accordion-box .block .acc-content .content-text {
				padding-bottom: 6px;
			}

			.accordion-box .block .acc-content.current {
				display: block;
			}

		.accordion-box .block .content {
			position: relative;
			font-size: 14px;
		}

			.accordion-box .block .content .text {
				line-height: 1.7em;
				font-size: 16px;
				color: #222222;
				font-weight: 400;
			}

			.accordion-box .block .content p:last-child {
				margin-bottom: 0px;
			}

/*** 

====================================================================
	Featured Section Three
====================================================================

***/

.featured-section-three {
	position: relative;
	padding: 100px 0px 140px;
	background-size: cover;
}

	.featured-section-three:before {
		position: absolute;
		content: '';
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		background-color: rgba(248, 248, 248, 0.90);
	}

	.featured-section-three .left-column .inner-column, .featured-section-three .right-column .inner-column {
		padding-top: 60px;
	}

.featured-block-two {
	position: relative;
	margin-bottom: 40px;
}

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

		.featured-block-two .inner-box .icon-box {
			position: absolute;
			right: 0px;
			top: 0px;
			color: #ffffff;
			font-size: 36px;
			z-index: 1;
			width: 90px;
			height: 85px;
			text-align: center;
			line-height: 70px;
			display: inline-block;
		}

			.featured-block-two .inner-box .icon-box:before {
				position: absolute;
				content: '';
				right: 0px;
				width: 90px;
				height: 85px;
				z-index: -1;
				background-color: #ff6907;
				border-radius: 100px 70px 100px 80px;
			}

		.featured-block-two .inner-box .content {
			position: relative;
			text-align: right;
			padding-right: 125px;
		}

		.featured-block-two .inner-box .icon-box svg {
			width: 36px;
			margin: 0 auto;
		}

			.featured-block-two .inner-box .icon-box svg path {
				stroke: #fff;
				stroke-width: 3px;
			}

		.featured-block-two .inner-box h3 {
			position: relative;
			font-size: 24px;
			font-weight: 700;
			line-height: 1.3em;
		}

			.featured-block-two .inner-box h3 a {
				position: relative;
				color: #222222;
			}

		.featured-block-two .inner-box .text {
			position: relative;
			color: #222222;
			font-size: 16px;
			line-height: 1.7em;
			margin-top: 8px;
		}

.featured-section-three .image-column {
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.featured-section-three .image-column .inner-column {
		position: relative;
		text-align: center;
	}

	.featured-section-three .image-column .image-layer {
		position: absolute;
		left: -15px;
		width: 400px;
		height: 400px;
		overflow: hidden;
		border-radius: 50%;
		border: 20px solid #ffffff;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
	}

		.featured-section-three .image-column .image-layer:before {
			position: absolute;
			content: '';
			left: 0px;
			top: 0px;
			right: 0px;
			bottom: 0px;
			border-radius: 50%;
			background-color: rgba(39, 80, 157, 1);
		}

	.featured-section-three .image-column .image {
		position: relative;
		z-index: 1;
		padding-top: 80px;
	}

.featured-block-two.style-two .inner-box .content {
	position: relative;
	text-align: left;
	padding-left: 125px;
	padding-right: 0px;
}

.featured-block-two.style-two .inner-box .icon-box {
	position: absolute;
	left: 0px;
	right: auto;
}

/*** 

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

***/

.sidebar-page-container {
	position: relative;
	padding: 50px 0px 35px;
}

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

		.sidebar-page-container .sidebar-side .padding-right {
			padding-right: 30px;
		}

		.sidebar-page-container .sidebar-side .padding-left {
			padding-left: 30px;
		}

	.sidebar-page-container .sidebar-side {
		z-index: 0;
	}

.items-sorting {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 1px solid #eeeeee;
}

	.items-sorting .total-posts {
		position: relative;
		color: #222222;
		font-size: 16px;
		font-weight: 400;
		padding-top: 20px;
	}

	.items-sorting .select-column {
		position: relative;
		text-align: right;
	}

		.items-sorting .select-column .form-group {
			position: relative;
			float: right;
			width: 175px;
			margin-right: 20px;
			margin-bottom: 20px;
		}

		.items-sorting .select-column .fleed-options {
			position: relative;
			float: right;
			border-radius: 5px;
			overflow: hidden;
			display: inline-block;
			background-color: #f8f8f8;
		}

			.items-sorting .select-column .fleed-options li {
				position: relative;
				float: left;
			}

				.items-sorting .select-column .fleed-options li a {
					position: relative;
					color: #222222;
					width: 55px;
					height: 55px;
					font-size: 18px;
					line-height: 55px;
					text-align: center;
					display: inline-block;
					transition: all 500ms ease;
					-moz-transition: all 500ms ease;
					-webkit-transition: all 500ms ease;
					-ms-transition: all 500ms ease;
					-o-transition: all 500ms ease;
				}

				.items-sorting .select-column .fleed-options li.active a, .items-sorting .select-column .fleed-options li:hover a {
					color: #ffffff;
					background-color: #ff6907;
				}

.project-block-two {
	position: relative;
	margin-bottom: 60px;
}

	.project-block-two .inner-box {
		position: relative;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	}

		.project-block-two .inner-box .image {
			position: relative;
			overflow: hidden;
			background-color: #27509d;
			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;
		}

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

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

		.project-block-two .inner-box .lower-content {
			position: relative;
			padding: 37px 25px;
		}

.fleetlist-3 {
	margin-bottom: 30px;
}

	.fleetlist-3 .inner-box .lower-content {
		position: relative;
		padding: 35px 40px;
	}

	.fleetlist-3 .lower-content .rating {
		position: relative;
	}

	.fleetlist-3 .list li:first-child {
		position: relative;
		padding-left: 20px;
		font-size: 14px;
		margin-bottom: 20px;
	}

		.fleetlist-3 .list li:first-child:before {
			position: absolute;
			content: "\f3c5";
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			left: 0;
		}

.project-block-two .inner-box .lower-content h3 {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
}

	.project-block-two .inner-box .lower-content h3 a {
		position: relative;
		color: #222222;
		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;
	}

		.project-block-two .inner-box .lower-content h3 a:hover {
			color: #ff6907;
		}

.project-block-two .inner-box .lower-content .list {
	position: relative;
	margin-top: 30px;
	display: block;
}

.fleetlist-3 .list {
	margin-top: 20px !important;
}

	.fleetlist-3 .list .rating {
		/*float: left!important;*/
		margin-left: 10px;
	}

.project-block-two .inner-box .lower-content .list li {
	position: relative;
	color: #222222;
	font-size: 14px;
	margin-bottom: 13px;
}

	.project-block-two .inner-box .lower-content .list li span {
		color: #222222;
		font-weight: 700;
	}

.project-block-two .inner-box .lower-content .booked {
	position: relative;
	font-weight: 700;
	color: #27509d;
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px solid;
}

	.project-block-two .inner-box .lower-content .booked span {
		color: #ff6907;
	}

/*** 

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

***/

.styled-pagination {
	position: relative;
}

	.styled-pagination ul {
		position: relative;
		border-radius: 80px;
		padding: 21px 20px 18px;
		display: inline-block;
		background-color: #f8f8f8;
	}

	.styled-pagination li {
		position: relative;
		display: inline-block;
	}

		.styled-pagination li.prev {
			position: absolute;
			left: -60px;
		}

		.styled-pagination li.next {
			position: absolute;
			right: -60px;
		}

			.styled-pagination li.prev a, .styled-pagination li.next a {
				font-size: 16px;
				color: #888888;
				transition: all 500ms ease;
				-webkit-transition: all 500ms ease;
				-ms-transition: all 500ms ease;
				-o-transition: all 500ms ease;
				-moz-transition: all 500ms ease;
			}

				.styled-pagination li.prev a:hover, .styled-pagination li.next a:hover {
					color: #27509d;
				}

		.styled-pagination li a {
			position: relative;
			display: inline-block;
			line-height: 1em;
			font-size: 18px;
			color: #aaaaaa;
			font-weight: 400;
			padding: 0px 10px;
			width: 42px;
			text-align: center;
			transition: all 500ms ease;
			-webkit-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
			-moz-transition: all 500ms ease;
		}

			.styled-pagination li a:before {
				position: absolute;
				content: '';
				width: 1px;
				top: -2px;
				right: 0px;
				height: 20px;
				background-color: #cccccc;
			}

		.styled-pagination li:first-child a::before, .styled-pagination li:last-child a::before, .styled-pagination li:nth-child(5) a::before {
			display: none;
		}

		.styled-pagination li a:hover, .styled-pagination li a.active {
			color: #ff6907;
		}

	.styled-pagination.centered {
		text-align: center;
	}

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

	.sidebar-widget .widget-inner {
		position: relative;
		padding: 35px 30px 40px;
		background-color: #27509d;
	}

		.sidebar-widget .widget-inner.style-two, .sidebar-widget .widget-inner.style-three {
			padding-bottom: 30px;
			border-top: 1px solid rgba(255, 255, 255, 0.20);
		}

		.sidebar-widget .widget-inner .row {
			margin: 0px -5px;
		}

		.sidebar-widget .widget-inner .form-group {
			padding: 0px 5px;
		}

			.sidebar-widget .widget-inner .form-group.margin {
				margin-bottom: 10px;
			}

/* fleet-form */

.fleet-form-two .form-group {
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
}

	.fleet-form-two .form-group.style-two {
		margin-bottom: 15px;
	}

	.fleet-form-two .form-group.style-three {
		margin-bottom: 5px;
	}

	.fleet-form-two .form-group .icon {
		position: absolute;
		right: 35px;
		bottom: 18px;
		color: #cccccc;
		font-size: 20px;
		line-height: 1em;
	}

	.fleet-form-two .form-group label {
		position: relative;
		color: #ffffff;
		font-size: 16px;
		font-weight: 700;
	}

.fleet-form-two input[type="text"], .fleet-form-two input[type="email"], .fleet-form-two input[type="password"], .fleet-form-two select, .fleet-form-two textarea {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	padding: 10px 25px;
	font-weight: 300;
	font-style: italic;
	background: #ffffff;
	border-radius: 3px;
	border-bottom: 1px solid #eaeaea;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

	.fleet-form-two input:focus, .fleet-form-two select:focus, .fleet-form-two textarea:focus {
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
	}

.fleet-form-two textarea {
	height: 150px;
	resize: none;
	padding: 12px 25px;
}

.fleet-form-two .theme-btn {
	width: 100%;
}

	.fleet-form-two .theme-btn:before {
		background-color: #222222;
	}

.fleet-form-two .select-box {
	position: relative;
	padding-top: 5px;
}

.fleet-form-two .form-group .select-box label {
	position: relative;
	font-size: 13px;
	color: #ffffff;
	font-weight: 400;
	cursor: pointer;
	margin-bottom: 0px;
	padding-left: 35px;
	line-height: 1em;
	padding-top: 4px;
}

	.fleet-form-two .form-group .select-box label a {
		position: relative;
		color: #ffffff;
		text-decoration: underline;
	}

.fleet-form-two .form-group .select-box input[type="checkbox"] {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 19px;
	height: 19px;
	visibility: hidden;
	background-color: #ffffff;
}

.fleet-form-two .form-group .select-box .default-check {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 19px;
	height: 19px;
	border-radius: 2px;
	overflow: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: rgba(255, 255, 255, 0.20);
}

.fleet-form-two .form-group .select-box .check-icon {
	position: absolute;
	content: '\f00c';
	left: 0px;
	top: 0px;
	width: 19px;
	height: 19px;
	color: #27509d;
	z-index: 99;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	opacity: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Font Awesome 5 Free';
}

.fleet-form-two .form-group .select-box input[type="checkbox"]:checked + label .check-icon {
	opacity: 1;
	border-radius: 2px;
	background-color: #ffffff;
}

.fleet-form-two .form-group:last-child {
	margin-bottom: 0px;
}

.fleet-form-two .form-group .ui-selectmenu-button.ui-button {
	background-color: #ffffff;
	border-radius: 2px;
	font-size: 16px;
}

/* Sidebar Range slider */

.range-slider-one {
	position: relative;
}

	.range-slider-one .title {
		position: relative;
		color: #ffffff;
		font-size: 16px;
		font-weight: 700;
		margin-top: 0px;
		letter-spacing: 1px;
		margin-bottom: 16px;
		text-transform: uppercase;
	}

	.range-slider-one .input {
		position: relative;
		margin-left: 15px;
	}

		.range-slider-one .input:before {
			position: absolute;
			content: '$';
			left: -14px;
			top: 5px;
			color: #ffffff;
			font-size: 20px;
			font-weight: 400;
		}

		.range-slider-one .input input {
			background: none;
			color: #ffffff;
			font-size: 20px;
			font-weight: 400;
			width: auto;
			text-align: left;
			font-style: normal;
			border: none;
			padding: 0px;
			height: auto;
			line-height: 1em;
			margin-bottom: 20px;
		}

	.range-slider-one .ui-widget.ui-widget-content {
		height: 3px;
		border: none;
		margin-bottom: 18px;
		background: rgba(255, 255, 255, 0.20);
	}

	.range-slider-one .ui-slider .ui-slider-range {
		top: 0px;
		height: 3px;
		background: #ffffff;
	}

	.range-slider-one .ui-state-default, .range-slider-one .ui-widget-content .ui-state-default {
		top: -8px;
		width: 20px;
		height: 20px;
		border: 7px solid #ffffff;
		background: #ff6907;
		border-radius: 50%;
		cursor: pointer;
	}

		.range-slider-one .ui-widget-content .ui-state-default:before {
			position: absolute;
			content: '';
			left: -12px;
			top: -12px;
			right: -12px;
			bottom: -12px;
			border-radius: 50px;
			background-color: rgba(255, 255, 255, 0.20);
		}

/* Sidebar Range slider Two */

.range-slider-two {
	position: relative;
}

	.range-slider-two .title {
		position: relative;
		color: #ffffff;
		font-size: 16px;
		font-weight: 700;
		margin-top: 0px;
		letter-spacing: 1px;
		margin-bottom: 16px;
		text-transform: uppercase;
	}

	.range-slider-two .input {
		position: relative;
		margin-left: 15px;
	}

		.range-slider-two .input:before {
			position: absolute;
			content: '$';
			left: -14px;
			top: 5px;
			color: #ffffff;
			font-size: 20px;
			font-weight: 400;
		}

		.range-slider-two .input input {
			background: none;
			color: #ffffff;
			font-size: 20px;
			font-weight: 400;
			width: auto;
			text-align: left;
			font-style: normal;
			border: none;
			padding: 0px;
			height: auto;
			line-height: 1em;
			margin-bottom: 20px;
		}

	.range-slider-two .ui-widget.ui-widget-content {
		height: 3px;
		border: none;
		margin-bottom: 18px;
		background: rgba(255, 255, 255, 0.20);
	}

	.range-slider-two .ui-slider .ui-slider-range {
		top: 0px;
		height: 3px;
		background: #ffffff;
	}

	.range-slider-two .ui-state-default, .range-slider-two .ui-widget-content .ui-state-default {
		top: -8px;
		width: 20px;
		height: 20px;
		border: 7px solid #ffffff;
		background-color: #ff6907;
		border-radius: 50%;
		cursor: pointer;
	}

		.range-slider-two .ui-widget-content .ui-state-default:before {
			position: absolute;
			content: '';
			left: -12px;
			top: -12px;
			right: -12px;
			bottom: -12px;
			border-radius: 50px;
			background-color: rgba(255, 255, 255, 0.20);
		}

/* Sidebar Range slider Three */

.range-slider-three {
	position: relative;
}

	.range-slider-three .title {
		position: relative;
		color: #ffffff;
		font-size: 16px;
		font-weight: 700;
		margin-top: 0px;
		letter-spacing: 1px;
		margin-bottom: 16px;
		text-transform: uppercase;
	}

	.range-slider-three .input {
		position: relative;
		margin-left: 15px;
	}

		.range-slider-three .input:before {
			position: absolute;
			content: '$';
			left: -14px;
			top: 5px;
			color: #ffffff;
			font-size: 20px;
			font-weight: 400;
		}

		.range-slider-three .input input {
			background: none;
			color: #ffffff;
			font-size: 20px;
			font-weight: 400;
			width: auto;
			text-align: left;
			font-style: normal;
			border: none;
			padding: 0px;
			height: auto;
			line-height: 1em;
			margin-bottom: 20px;
		}

	.range-slider-three .ui-widget.ui-widget-content {
		height: 3px;
		border: none;
		margin-bottom: 18px;
		background: rgba(255, 255, 255, 0.20);
	}

	.range-slider-three .ui-slider .ui-slider-range {
		top: 0px;
		height: 3px;
		background: #ffffff;
	}

	.range-slider-three .ui-state-default, .range-slider-three .ui-widget-content .ui-state-default {
		top: -8px;
		width: 20px;
		height: 20px;
		border: 7px solid #ffffff;
		background: #ff6907;
		border-radius: 50%;
		cursor: pointer;
	}

		.range-slider-three .ui-widget-content .ui-state-default:before {
			position: absolute;
			content: '';
			left: -12px;
			top: -12px;
			right: -12px;
			bottom: -12px;
			border-radius: 50px;
			background-color: rgba(255, 255, 255, 0.20);
		}

.range-slider-one .theme-btn {
	padding: 6px 16px;
	color: #232527;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
}

.fleet-form-two .widget-inner .read-more {
	position: relative;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	margin-top: 10px;
	margin-left: 6px;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
}

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

	.project-block-three .inner-box {
		position: relative;
		padding-bottom: 32px;
		margin-bottom: 35px;
		border-bottom: 1px solid #eeeeee;
	}

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

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

		.project-block-three .inner-box:hover .image img {
			transform: scale(1.09, 1.09);
			opacity: 0.7;
		}

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

			.project-block-three .inner-box .content-box .boxed-inner {
				position: relative;
			}

			.project-block-three .inner-box .content-box h3 {
				position: relative;
				color: #222222;
				font-size: 24px;
				font-weight: 700;
				line-height: 1.3em;
				margin-bottom: 30px;
			}

				.project-block-three .inner-box .content-box h3 a {
					position: relative;
					color: #222222;
					transition: all 500ms ease;
					-webkit-transition: all 500ms ease;
					-ms-transition: all 500ms ease;
					-o-transition: all 500ms ease;
				}

					.project-block-three .inner-box .content-box h3 a:hover {
						color: #ff6907;
					}

			.project-block-three .inner-box .content-box .heart {
				position: absolute;
				right: 0px;
				top: 0px;
				z-index: 1;
				cursor: pointer;
				color: #27509d;
				font-size: 20px;
				line-height: 1em;
				transition: all 500ms ease;
				-webkit-transition: all 500ms ease;
				-ms-transition: all 500ms ease;
				-o-transition: all 500ms ease;
			}

				.project-block-three .inner-box .content-box .heart:hover {
					color: #ff6907;
				}

			.project-block-three .inner-box .content-box ul {
				position: relative;
				margin-top: 12px;
			}

				.project-block-three .inner-box .content-box ul li {
					position: relative;
					color: #222222;
					font-size: 14px;
					margin-bottom: 3px;
				}

					.project-block-three .inner-box .content-box ul li span {
						position: relative;
						font-weight: 700;
					}

			.project-block-three .inner-box .content-box .booked {
				position: relative;
				font-weight: 700;
				color: #27509d;
				font-size: 16px;
				display: inline-block;
				text-decoration: underline;
			}

				.project-block-three .inner-box .content-box .booked span {
					position: relative;
					color: #ff6907;
					text-decoration: underline;
				}

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

/* Rent Widget */

.rent-widget {
	position: relative;
	background-color: #ff6907;
}

	.rent-widget .upper-box {
		position: relative;
		padding: 40px 15px 30px;
		text-align: center;
	}

		.rent-widget .upper-box .price {
			position: relative;
			color: #ffffff;
			font-size: 18px;
			font-weight: 500;
		}

			.rent-widget .upper-box .price span {
				position: relative;
				font-weight: 700;
				font-size: 30px;
			}

	.rent-widget .lower-box {
		position: relative;
		text-align: center;
		padding: 0px 30px;
		padding-top: 50px;
		padding-bottom: 35px;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}

		.rent-widget .lower-box .fuel-box {
			position: relative;
			text-align: center;
			padding-bottom: 30px;
		}

			.rent-widget .lower-box .fuel-box .text {
				position: relative;
				color: #ffffff;
				font-size: 24px;
				font-weight: 500;
				padding: 0px 0px;
				margin: 0px 15px;
				line-height: 1.2em;
				text-transform: uppercase;
				display: inline-block;
			}

				.rent-widget .lower-box .fuel-box .text span {
					position: relative;
					font-size: 14px;
					display: block;
				}

			.rent-widget .lower-box .fuel-box .icon {
				position: relative;
				top: -10px;
				display: inline-block;
				width: 70px;
				height: 70px;
				color: #ff6907;
				text-align: center;
				line-height: 70px;
				font-size: 34px;
				z-index: 1;
				border-radius: 50px;
				display: inline-block;
				background-color: #ffffff;
			}

				.rent-widget .lower-box .fuel-box .icon:after {
					position: absolute;
					content: '';
					left: -5px;
					top: -5px;
					right: -5px;
					bottom: -5px;
					z-index: -1;
					border-radius: 50px;
					background-color: rgba(255, 255, 255, 0.50);
				}

				.rent-widget .lower-box .fuel-box .icon svg {
					position: relative;
					/*bottom: -10px;*/
					width: 50px;
					margin: 0 auto;
				}

		.rent-widget .lower-box .rent-btn {
			position: relative;
			color: #ffffff;
			font-weight: 700;
			font-size: 18px;
			padding: 15px 15px;
			display: block;
			border-radius: 3px;
			border: 2px solid #ffffff;
			text-transform: uppercase;
		}

			.rent-widget .lower-box .rent-btn:hover {
				background-color: #ffffff;
				color: #ff6907;
			}

.fleet-detail {
	position: relative;
}

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

		.fleet-detail .inner-box .upper-box {
			position: relative;
			margin-bottom: 25px;
		}

			.fleet-detail .inner-box .upper-box h2 {
				position: relative;
				color: #222222;
				font-size: 36px;
				font-weight: 700;
				line-height: 1.3em;
			}

			.fleet-detail .inner-box .upper-box .title {
				position: relative;
				color: #222222;
				font-weight: 500;
				font-size: 20px;
				margin-top: 4px;
			}

			.fleet-detail .inner-box .upper-box .pull-right {
				padding-top: 25px;
			}

			.fleet-detail .inner-box .upper-box .heart {
				position: relative;
				float: left;
				color: #27509d;
				font-size: 20px;
				line-height: 1em;
				font-weight: 600;
			}

			.fleet-detail .inner-box .upper-box .brand {
				position: relative;
				float: left;
				margin-left: 20px;
			}

/*Shop Single Page*/

.fleet-products-carousel {
	position: relative;
	padding-bottom: 40px;
}

.basic-details .image-column {
	position: relative;
	margin-bottom: 50px;
}

.fleet-products-carousel .image-column .carousel-outer .thumbs-carousel {
	padding: 10px 0px;
}

	.fleet-products-carousel .image-column .carousel-outer .thumbs-carousel li {
		position: relative;
		background-color: #ff6907;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}

		.fleet-products-carousel .image-column .carousel-outer .thumbs-carousel li img {
			width: 100%;
			cursor: pointer;
			transition: all 500ms ease;
			-webkit-transition: all 500ms ease;
			-ms-transition: all 500ms ease;
			-o-transition: all 500ms ease;
		}

			.fleet-products-carousel .image-column .carousel-outer .thumbs-carousel li img:hover {
				opacity: 0.5;
			}

.fleet-detail .inner-box .lower-content {
	position: relative;
}

	.fleet-detail .inner-box .lower-content .text {
		position: relative;
		color: #222222;
		font-size: 16px;
		line-height: 1.7em;
	}

/*** 

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

***/

.fleet-detail .product-info-tabs {
	position: relative;
	padding: 30px 0px 0px;
}

	.fleet-detail .product-info-tabs .prod-tabs {
		position: relative;
	}

		.fleet-detail .product-info-tabs .prod-tabs .tab-btns {
			position: relative;
			z-index: 1;
			padding: 25px 25px 0px;
			background-color: #444444;
		}

			.fleet-detail .product-info-tabs .prod-tabs .tab-btns .tab-btn {
				position: relative;
				top: 1px;
				display: block;
				float: left;
				margin-right: 0px;
				font-size: 16px;
				color: #ffffff;
				font-weight: 400;
				line-height: 24px;
				cursor: pointer;
				margin-right: 15px;
				border-radius: 2px;
				padding: 13px 35px 13px;
				transition: all 500ms ease;
				text-transform: capitalize;
				background-color: rgba(255, 255, 255, 0.20);
			}

				.fleet-detail .product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn, .fleet-detail .product-info-tabs .prod-tabs .tab-btns .tab-btn:hover {
					color: #222222;
					background: #ffffff;
				}

		.fleet-detail .product-info-tabs .prod-tabs .tabs-content {
			position: relative;
		}

			.fleet-detail .product-info-tabs .prod-tabs .tabs-content .tab {
				position: relative;
				padding: 40px 0px 0px;
				display: none;
			}

				.fleet-detail .product-info-tabs .prod-tabs .tabs-content .tab.active-tab {
					display: block;
				}

			.fleet-detail .product-info-tabs .prod-tabs .tabs-content .overview-text {
				position: relative;
			}

				.fleet-detail .product-info-tabs .prod-tabs .tabs-content .overview-text p {
					position: relative;
					color: #222222;
					font-size: 16px;
					line-height: 1.7em;
					margin-bottom: 20px;
				}

					.fleet-detail .product-info-tabs .prod-tabs .tabs-content .overview-text p:last-child {
						margin-bottom: 0px;
					}

.fleet-detail .product-option {
	position: relative;
	padding: 30px 25px;
	text-align: center;
	margin-top: 40px;
	border: 1px solid #eeeeee;
}

	.fleet-detail .product-option li {
		position: relative;
		color: #222222;
		font-size: 16px;
		margin-right: 25px;
		display: inline-block;
	}

		.fleet-detail .product-option li:last-child {
			margin-right: 0px;
		}

		.fleet-detail .product-option li .icon {
			position: relative;
			margin-right: 10px;
			color: #222222;
			top: 3px;
			font-size: 22px;
		}

/* Fleet Comment Form*/

.fleet-comment-form {
	position: relative;
}

	.fleet-comment-form .sec-title .title-inner .rating {
		position: relative;
		margin-left: 50px;
		display: inline-block;
		padding: 0px;
		background: none;
	}

		.fleet-comment-form .sec-title .title-inner .rating:after {
			position: absolute;
			content: '';
			right: -45px;
			top: 11px;
			height: 1px;
			width: 30px;
			background-color: #cccccc;
		}

	.fleet-comment-form .rating-box {
		position: relative;
		margin-bottom: 30px;
	}

		.fleet-comment-form .rating-box .text {
			position: relative;
			font-size: 16px;
			color: #777777;
			margin-bottom: 10px;
		}

		.fleet-comment-form .rating-box .rating {
			position: relative;
			display: inline-block;
			margin-right: 10px;
			padding-right: 10px;
			border-right: 1px solid #ebebeb;
		}

			.fleet-comment-form .rating-box .rating:last-child {
				border-right: 0px;
			}

			.fleet-comment-form .rating-box .rating .fa {
				position: relative;
				margin-right: 2px;
				display: inline-block;
			}

			.fleet-comment-form .rating-box .rating a {
				position: relative;
				color: #d6d6d6;
				font-size: 14px;
				display: inline-block;
			}

				.fleet-comment-form .rating-box .rating a:hover {
					color: #ff6907;
				}

	.fleet-comment-form .form-group {
		position: relative;
		margin-bottom: 25px;
	}

		.fleet-comment-form .form-group:last-child {
			margin-bottom: 0px;
		}

		.fleet-comment-form .form-group input[type="text"], .fleet-comment-form .form-group input[type="password"], .fleet-comment-form .form-group input[type="tel"], .fleet-comment-form .form-group input[type="email"], .fleet-comment-form .form-group select {
			position: relative;
			display: block;
			width: 100%;
			line-height: 28px;
			padding: 10px 15px;
			border: 2px solid #e0e0e0;
			height: 50px;
			color: #848484;
			font-weight: 300;
			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;
		}

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

		.fleet-comment-form .form-group textarea {
			position: relative;
			display: block;
			width: 100%;
			line-height: 26px;
			padding: 10px 15px;
			color: #848484;
			border: 2px solid #e0e0e0;
			height: 105px;
			font-weight: 300;
			background: #ffffff;
			resize: 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;
		}

	.fleet-comment-form button {
		position: relative;
		margin-top: 10px;
	}

	.fleet-comment-form input:focus, .fleet-comment-form select:focus, .fleet-comment-form textarea:focus {
		border-color: #f06529;
	}

/* Related Section */

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

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

	.project-block-four .inner-box {
		position: relative;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	}

		.project-block-four .inner-box .image {
			position: relative;
			overflow: hidden;
		}

			.project-block-four .inner-box .image:before {
				content: "";
				position: absolute;
				top: -110%;
				left: -210%;
				width: 200%;
				height: 200%;
				opacity: 0;
				z-index: 1;
				background: rgba(255, 255, 255, 0.13);
				-webkit-transition: all 300ms ease;
				-ms-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				transition: all 300ms ease;
				background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
			}

		.project-block-four .inner-box:hover .image:before {
			opacity: 1;
			top: -20%;
			left: -30%;
			transition-property: left, top, opacity;
			transition-duration: 0.7s, 0.7s, 0.15s;
			transition-timing-function: linear;
		}

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

		.project-block-four .inner-box .lower-content {
			position: relative;
			padding: 35px 0px;
		}

		.project-block-four .inner-box h3 {
			position: relative;
			color: #222222;
			font-size: 20px;
			font-weight: 700;
			text-align: center;
		}

			.project-block-four .inner-box h3 a {
				position: relative;
				color: #222222;
				-webkit-transition: all 300ms ease;
				-ms-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				transition: all 300ms ease;
			}

				.project-block-four .inner-box h3 a:hover {
					color: #ff6907;
				}

		.project-block-four .inner-box .price-outer {
			position: relative;
			text-align: center;
			margin-top: 30px;
		}

			.project-block-four .inner-box .price-outer:before {
				position: absolute;
				content: '';
				left: 0px;
				top: 10px;
				right: 0px;
				height: 4px;
				border-top: 1px solid #cccccc;
				border-bottom: 1px solid #cccccc;
			}

			.project-block-four .inner-box .price-outer .price-inner {
				position: relative;
				color: #222222;
				font-size: 14px;
				padding: 0px 25px;
				display: inline-block;
				background-color: #ffffff;
			}

				.project-block-four .inner-box .price-outer .price-inner span {
					position: relative;
					color: #ff6907;
					font-size: 20px;
					font-weight: 600;
					margin: 0px 2px;
				}

		.project-block-four .inner-box .options-box {
			position: relative;
			padding: 0px 30px;
		}

		.project-block-four .inner-box .list {
			position: relative;
			text-align: center;
			margin-top: 30px;
		}

			.project-block-four .inner-box .list li {
				position: relative;
				color: #222222;
				font-size: 14px;
				text-align: left;
				word-break: break-all;
				margin-bottom: 17px;
			}

				.project-block-four .inner-box .list li .icon {
					position: relative;
					margin-right: 6px;
					font-size: 18px;
					font-weight: 500;
				}

		.project-block-four .inner-box .booking {
			position: relative;
			padding: 0px 30px;
			text-align: center;
			margin-top: 18px;
		}

			.project-block-four .inner-box .booking .book {
				position: relative;
				color: #ffffff;
				padding: 15px 28px;
				border-radius: 2px;
				font-weight: 700;
				line-height: 14px;
				border-radius: 2px;
				background-color: #09334e;
				text-transform: uppercase;
				-webkit-transition: all 300ms ease;
				-ms-transition: all 300ms ease;
				-o-transition: all 300ms ease;
				-moz-transition: all 300ms ease;
				transition: all 300ms ease;
			}

				.project-block-four .inner-box .booking .book:hover {
					background-color: #ff6907;
				}

			.project-block-four .inner-box .booking .heart {
				position: relative;
				color: #09334e;
				font-size: 20px;
				line-height: 1em;
				font-weight: 600;
				margin-top: 15px;
				margin-left: 20px;
				cursor: pointer;
				display: inline-block;
			}

/*** 

====================================================================
	Rates Section
====================================================================

***/

.rates-section {
	position: relative;
	padding: 90px 0px 90px;
	border-bottom: 1px solid #dddddd;
}

	.rates-section.style-two {
		border-bottom: 0px;
	}

	/*** 

====================================================================
	Rates Tabs Style
====================================================================

***/

	.rates-section .rates-info-tabs {
		position: relative;
		padding: 30px 0px 0px;
	}

		.rates-section .rates-info-tabs .rates-tabs {
			position: relative;
		}

			.rates-section .rates-info-tabs .rates-tabs .tab-btns {
				position: relative;
				text-align: center;
			}

				.rates-section .rates-info-tabs .rates-tabs .tab-btns .tab-btn {
					position: relative;
					display: inline-block;
					font-size: 14px;
					color: #888888;
					font-weight: 700;
					line-height: 24px;
					cursor: pointer;
					margin: 0px 2px;
					border-radius: 2px;
					padding: 13px 30px 11px;
					transition: all 500ms ease;
					text-transform: uppercase;
					border: 1px solid #e3e3e3;
				}

					.rates-section .rates-info-tabs .rates-tabs .tab-btns .tab-btn.active-btn, .rates-section .rates-info-tabs .rates-tabs .tab-btns .tab-btn:hover {
						color: #ffffff;
						background: #ff6908;
						border-color: #ff6908;
					}

			.rates-section .rates-info-tabs .rates-tabs .tabs-content {
				position: relative;
			}

				.rates-section .rates-info-tabs .rates-tabs .tabs-content .tab {
					position: relative;
					padding: 28px 0px 0px;
					display: none;
				}

					.rates-section .rates-info-tabs .rates-tabs .tabs-content .tab.active-tab {
						display: block;
					}

			.rates-section .rates-info-tabs .rates-tabs .title-text {
				position: relative;
				color: #222222;
				font-size: 16px;
				line-height: 1.7em;
				text-align: center;
			}

.rates-table-outer {
	position: relative;
}

	.rates-table-outer .table-inner {
		position: relative;
		width: 100%;
		overflow-x: hidden;
		overflow-y: hidden;
	}

		.rates-table-outer .table-inner .table-content {
			position: relative;
		}

	.rates-table-outer .title-box {
		position: relative;
		text-align: center;
		padding: 15px 0px;
		margin-top: 25px;
	}

		.rates-table-outer .title-box h3 {
			position: relative;
			padding: 30px 15px;
			color: #222222;
			font-size: 20px;
			display: block;
			font-weight: 700;
			margin: 0px 8px;
			display: inline-block;
			text-transform: uppercase;
			box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
			width: 31%;
		}

	.rates-table-outer .rates-feature {
		position: relative;
		text-align: center;
	}

		.rates-table-outer .rates-feature li {
			position: relative;
			width: 31%;
			margin: 0px 8px;
			color: #222222;
			font-size: 18px;
			padding: 21px 0px;
			display: inline-block;
			border-bottom: 1px solid #eeeeee;
		}

	.rates-table-outer .lower-box {
		position: relative;
		padding: 0px 50px;
		margin-top: 80px;
	}

		.rates-table-outer .lower-box .text {
			position: relative;
			color: #222222;
			font-size: 24px;
			font-weight: 300;
		}

		.rates-table-outer .lower-box h3 {
			position: relative;
			color: #222222;
			font-size: 34px;
			font-weight: 500;
			margin-top: 8px;
		}

		.rates-table-outer .lower-box .btn-column {
			position: relative;
			text-align: right;
		}

			.rates-table-outer .lower-box .btn-column .theme-btn {
				position: relative;
				margin-left: 8px;
				margin-top: 10px;
				text-transform: capitalize;
			}

/*** 

====================================================================
	Login Section
====================================================================

***/

.login {
	position: relative;
	padding: 20px 0px;
}

	.login .desc {
		background: #27509d;
		color: #fff;
		padding: 50px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

		.login .desc .logo {
			font-size: 40px;
			padding-bottom: 20px;
		}

		.login .desc .title {
			font-size: 20px;
			padding-bottom: 20px;
		}

		.login .desc .buttons .btn {
			background: #fff;
			display: block;
			margin-bottom: 20px;
			font-weight: 500;
			padding: 10px;
		}

			.login .desc .buttons .btn.facebook {
				color: #3b5998;
			}

			.login .desc .buttons .btn.twitter {
				color: #00aced;
			}

			.login .desc .buttons .btn.google {
				color: #c32f10;
			}

	.login .form {
		background: #efefef;
		padding: 40px;
		font-size: 15px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

		.login .form .nav-tabs {
			margin-bottom: 30px;
		}

		.login .form .nav-item {
			width: 50%;
		}

		.login .form .nav-link {
			border: none;
			border-radius: 0px;
			border-bottom: 2px solid #fff;
			width: 100%;
			font-weight: 500;
			color: #222;
			font-size: 15px;
			background: none;
		}

			.login .form .nav-link.active {
				border-bottom: 2px solid #27509d;
				color: #27509d;
			}

		.login .form label {
			font-size: 15px;
			color: #222;
		}

		.login .form input.form-check {
			float: left;
			margin-right: 10px;
			height: 15px;
			width: 15px;
		}

		.login .form input {
			border: none;
			border-bottom: 1px solid #ccc;
			margin-bottom: 20px;
			padding: 10px 15px;
			border-radius: 0px;
			background: none;
			outline: none;
			box-shadow: none;
		}

			.login .form input::placeholder {
				color: #222;
			}

			.login .form input.btn {
				background: #bc940e;
				color: #fff;
				font-weight: 500;
				font-size: 17px;
				padding: 12px 0px;
				border-radius: 5px;
			}

/*** 

====================================================================
	Dashboard Section
====================================================================

***/

.dashboard-container {
	position: relative;
	padding: 20px 0px 90px;
}

	.dashboard-container .info-box {
		position: relative;
		text-align: right;
	}

		.dashboard-container .info-box .info-inner {
			position: relative;
			padding-left: 85px;
			padding-top: 10px;
			text-align: left;
			min-height: 70px;
			display: inline-block;
		}

			.dashboard-container .info-box .info-inner .image {
				position: absolute;
				left: 0px;
				top: 0px;
				width: 70px;
				height: 70px;
				overflow: hidden;
				border-radius: 50px;
			}

		.dashboard-container .info-box h4 {
			position: relative;
			font-weight: 700;
			color: #222222;
			font-size: 18px;
		}

		.dashboard-container .info-box .logout {
			position: relative;
			color: #222222;
			font-size: 14px;
			font-weight: 400;
			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;
		}

			.dashboard-container .info-box .logout:hover {
				text-decoration: none;
				color: #ff5b01;
			}

	.dashboard-container .welcome {
		position: relative;
		padding: 23px 35px;
		margin-top: 30px;
		color: #8ea661;
		font-size: 16px;
		background-color: #e6edd9;
	}

		.dashboard-container .welcome .fa {
			position: relative;
			margin-right: 5px;
		}

.dashboard-table .dashboard-inner {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

	.dashboard-table .dashboard-inner .table {
		position: relative;
		width: 100%;
		min-width: 900px;
	}

		.dashboard-table .dashboard-inner .table thead tr th {
			border-top: 0px;
			color: #222222;
			font-size: 16px;
			border-bottom: 0px;
			text-transform: uppercase;
		}

		.dashboard-table .dashboard-inner .table tbody {
			position: relative;
		}

			.dashboard-table .dashboard-inner .table tbody tr:first-child td {
				border-top: 0px;
			}

			.dashboard-table .dashboard-inner .table tbody tr td {
				color: #222222;
				font-size: 14px;
			}

				.dashboard-table .dashboard-inner .table tbody tr td .dots {
					text-align: center;
					display: block;
				}

	.dashboard-table .dashboard-inner .list {
		position: relative;
	}

		.dashboard-table .dashboard-inner .list li {
			position: relative;
			padding-left: 20px;
		}

			.dashboard-table .dashboard-inner .list li:before {
				position: absolute;
				content: '';
				left: 0px;
				top: -1px;
				color: #ff6907;
				font-size: 12px;
				content: "\f18e";
				font-family: "Flaticon";
			}

.dashboard-btns-box {
	position: relative;
	padding: 30px 0px 27px;
	text-align: right;
	margin-bottom: 70px;
	background-color: #f8f8f8;
}

	.dashboard-btns-box .theme-btn {
		text-transform: capitalize;
		margin-left: 8px;
		margin-bottom: 0px;
	}

.dashboard-options {
	position: relative;
	padding: 30px 0px 25px;
}

.dashboard-box {
	position: relative;
	margin-bottom: 30px;
}

	.dashboard-box .dashboard-inner {
		position: relative;
		padding: 65px 15px 30px 45px;
		border-left: 3px solid #ff6907;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	}

		.dashboard-box .dashboard-inner h4 {
			position: relative;
			color: #ff6907;
			font-size: 56px;
			font-weight: 400;
			line-height: 1.1em;
		}

		.dashboard-box .dashboard-inner .text {
			position: relative;
			color: #222222;
			font-size: 20px;
			font-weight: 400;
			line-height: 1.1em;
		}

		.dashboard-box .dashboard-inner .icon {
			position: absolute;
			right: 30px;
			top: 30px;
		}

			.dashboard-box .dashboard-inner .icon svg {
				width: 120px;
				margin: 0 auto;
			}

				.dashboard-box .dashboard-inner .icon svg path {
					stroke: #F1F1F1;
				}

	.dashboard-box:nth-child(2) .dashboard-inner {
		border-color: #07b6ff;
	}

		.dashboard-box:nth-child(2) .dashboard-inner h4 {
			color: #07b6ff;
		}

	.dashboard-box:nth-child(3) .dashboard-inner {
		border-color: #d907ff;
	}

		.dashboard-box:nth-child(3) .dashboard-inner h4 {
			color: #d907ff;
		}

/*** 

====================================================================
	Index Two styling
====================================================================

***/

/*main-header*/

.header-style2 {
	background-color: #4b3e13;
}

	.header-style2 .social-icons li {
		border-left: 1px solid #ffffff30;
		padding: 8px 20px;
		margin-left: 0 !important;
	}

		.header-style2 .social-icons li:last-child {
			border-right: 1px solid #ffffff30;
		}

	.header-style2 .top-left {
		padding: 0 !important;
	}

	.header-style2 .top-right {
		padding: 0 !important;
	}

	.header-style2 .top-left .list li {
		position: relative;
		color: #ffffff;
		font-size: 14px;
		padding-top: 10px;
		font-weight: 400;
		margin-right: 20px;
		letter-spacing: 1px;
		display: inline-block;
	}

		.header-style2 .top-left .list li a {
			position: relative;
			color: #ffffff;
			font-size: 14px;
			font-weight: 400;
			letter-spacing: 1px;
		}

			.header-style2 .top-left .list li a:hover {
				color: #dd484f;
			}

.header-upper2 {
	background-color: #fff;
	padding: 7px 0;
}

	.header-upper2 .main-menu .navigation > li:before {
		display: none;
	}

	.header-upper2 .main-menu .navigation > li {
		padding: 16px 0 0;
	}

	.header-upper2 .logo-outer {
		padding-top: 0px !important;
	}

.header3 .main-menu .navigation > li {
	padding: 10px 0 0;
}

.header-upper2 .outer-box .btn-box .vendor-btn {
	padding: 10px 10px;
	border-radius: 4px;
	font-weight: 500;
	background: linear-gradient(to right, #684e20, #ffcc00);
	text-transform: capitalize;
}

.header-upper2 .outer-box .search-box-outer {
	padding: 25px 0 0 0;
}

.header-upper2 .main-menu .navigation > li > ul {
	top: 57px;
	transition: .5s;
}

.header-upper2 .outer-box .search-box-outer .dropdown-menu {
	top: 66px !important;
	right: 0px;
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.slide-index2 .content {
	text-align: left !important;
	/*padding-left: 80px;*/
}

	.slide-index2 .content h2 {
		font-size: 80px;
		font-weight: bold;
	}

	.slide-index2 .content p {
		color: #fff;
		font-size: 18px;
	}

.btn-style-one {
	background-color: #dd484f !important;
}

.slide-index2 .slide .curve:after {
	left: 30%;
	width: 340px;
	transform: rotate(-25deg);
}

.slide-index2:before {
	display: none;
}

.slide-index2 .slide .curve:before {
	left: 40%;
	width: 340px;
}

.slide-index2 .curve-side:after {
	position: absolute;
	content: '';
	right: 0;
	top: -150px;
	bottom: -150px;
	width: 340px;
	opacity: 1;
	margin-right: -250px;
	transform: rotate(-31deg);
	background-color: rgba(0, 0, 0, 0.10);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.slide-index2 .curve-side {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.slide-index2 .btn-style-one {
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	padding: 20px 32px;
}

/*** 

====================================================================
	Cars Filter
====================================================================

***/

.cars-filter {
	padding: 20px 0 30px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

	.cars-filter .title-inner .rating .star {
		color: #fff;
	}

	.cars-filter .sec-title {
		margin-bottom: 0;
	}

	.cars-filter h2 {
		font-size: 30px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 17px;
	}

	.cars-filter .btn-style-two {
		padding: 3px 30px 3px;
	}

		.cars-filter .btn-style-two span {
			position: relative;
			z-index: 1;
		}

.btn-style-two .icon {
	display: block;
	background-color: #fff;
	color: #ff6907;
	padding: 2px 7px 3px 8px;
	display: inline;
	border-radius: 50%;
}

.btn-style-two .txt {
	/* padding-top: 5px; */
	display: block;
}

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

.cars-form input[type="text"], .cars-form select {
	width: 100%;
	height: 42px;
	padding: 0 25px;
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	border-radius: 2px;
}

.cars-form .form-group span {
	position: absolute;
	right: 30px;
	font-size: 16px;
	top: 12px;
	color: #000000;
}



/*** 

====================================================================
	Services
====================================================================

***/

.sec-title2 {
	margin-bottom: 45px;
}

	.sec-title2 h2 {
		position: relative;
		display: block;
		font-size: 35px;
		line-height: 1.2em;
		color: #222222;
		font-weight: 700;
		margin-top: 13px;
		text-transform: uppercase;
	}

.services-index2 {
	padding: 100px 0;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}

	.services-index2:before {
		position: absolute;
		content: '';
		left: -80px;
		top: -2px;
		z-index: 10;
		width: 30%;
		height: 40px;
		transform: skewX(-55deg);
		background-color: #09334e;
	}

	.services-index2 .services-block .icon {
		position: relative;
		display: inline-block;
	}

		.services-index2 .services-block .icon:before {
			position: absolute;
			content: '';
			left: 0;
			top: 0;
			width: 85px;
			height: 80px;
			opacity: .9;
			padding: 30px;
			border-radius: 87% 38% 50% 74% / 55% 42% 82% 68%;
			background-color: #f3fbff !important;
			z-index: -3;
		}

		.services-index2 .services-block .icon svg {
			width: 64px;
			margin-right: auto;
		}

		.services-index2 .services-block .icon span {
			font-size: 64px;
		}

	.services-index2:after {
		position: absolute;
		content: '';
		right: -80px;
		top: -2px;
		z-index: 10;
		width: 30%;
		height: 40px;
		transform: skewX(55deg);
		background-color: #09334e;
	}

	.services-index2 .services-block h3 {
		font-size: 24px;
		font-weight: bold;
		margin-top: 35px;
		color: #222222;
	}

.services-block .icon svg .st1 {
	fill: #2a79b0;
}

.services-index2 .services-block .text {
	margin-top: 30px;
	color: #222222;
	margin-bottom: 40px;
}

.services-index2 .services-block a {
	margin-top: 40px;
	font-size: 14px;
	font-weight: 500;
	color: #09334e;
	text-decoration: underline;
	text-transform: uppercase;
	position: relative;
}

	.services-index2 .services-block a:before {
		content: "\f061";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		right: -18px;
		color: #dd484f;
	}

/*** 

====================================================================
	Project section
====================================================================

***/

.project-sec-index2 {
	padding: 100px 0 130px;
	position: relative;
}

	.project-sec-index2 .side-background:before {
		content: "";
		background-image: url(../images/background/pattern-3.png);
		content: "";
		background-image: url(../images/background/pattern-3.png);
		display: inline-block;
		width: 300px;
		height: 67%;
		position: absolute;
		bottom: 130px;
		background-position: top;
		left: 0;
	}

	.project-sec-index2 .title-inner p {
		margin-top: 30px;
		margin-bottom: 0;
		color: #222222;
	}

.icon-bar {
	position: relative;
	display: inline-block;
}

	.icon-bar svg {
		width: 200px;
		padding-left: 40px;
	}

	.icon-bar span {
		font-size: 30px;
	}

	.icon-bar:before {
		content: "";
		border-top: 1px solid;
		border-bottom: 1px solid;
		width: 30px;
		height: 5px;
		position: absolute;
		top: 14px;
		left: 70px;
		color: #09334e;
	}

	.icon-bar:after {
		content: "";
		border-top: 1px solid;
		border-bottom: 1px solid;
		width: 30px;
		height: 5px;
		position: absolute;
		top: 14px;
		right: 70px;
		color: #09334e;
	}

.project-tab-content .heart:hover {
	color: #dd484f;
}

.project-sec-index2 .lower-content {
	background-color: #fff;
}

.project-tab .nav {
	display: block;
}

.project-tab .nav-tabs {
	text-align: center;
	border: none;
}

	.project-tab .nav-tabs .nav-link {
		border: none;
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		box-shadow: 3px 2px 4px -1px #ededed;
		color: #222222;
		border-radius: unset;
		line-height: 1.8;
		transition: .5s;
		padding: 15px 30px;
		text-transform: uppercase;
		margin: -1px;
	}

		.project-tab .nav-tabs .nav-link:hover {
			background-color: #dd484f;
			color: #fff;
		}

		.project-tab .nav-tabs .nav-link.active {
			background-color: #dd484f;
			color: #fff;
		}

.project-tab .tab-content {
	margin-top: 60px;
}

/*** 

====================================================================
	Counter section
====================================================================

***/

.counter-style2 {
	padding: 40px 0;
}

	.counter-style2:after {
		display: none;
	}

.counter-img1 {
	margin-top: -55px;
}

.counter-img2 {
	margin-bottom: -55px;
	text-align: right;
}

.counter-style2 .counter-column .inner-column {
	position: relative;
	padding-top: 30px;
}

.counter-style2:before {
	background-color: #dd484f;
	opacity: 0.9;
}

.counter-style2 .owl-dots {
	display: none;
}

/*** 

====================================================================
	Work section
====================================================================

***/

.work-section {
	padding: 120px 0 0;
	text-align: center;
	position: relative;
	z-index: 7;
}

.container-inner {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.work-section .work-block {
	position: relative;
}

.work-section .icon-box {
	position: relative;
}

	.work-section .icon-box:before {
		position: absolute;
		content: '';
		left: 75px;
		top: 35px;
		width: 130px;
		height: 130px;
		opacity: .9;
		padding: 30px;
		border-radius: 87% 38% 50% 74% / 55% 42% 82% 68%;
		background-color: #f3fbff !important;
		z-index: -3;
	}

.work-block .icon-box .svg-icon {
	padding-top: 35px;
	width: 64px;
	margin: 0 auto;
}

.work-block.card-box svg path {
	stroke: #09334e;
	stroke-width: 3px;
}

.work-block span {
	font-size: 16px;
	color: #dd484f;
	font-weight: 300;
	padding: 35px 0 0;
	display: block;
	color: #09334e;
}

.work-block .icon-box span {
	font-size: 64px;
	color: #09334e;
}

.work-block:hover svg path {
	stroke: #dd484e;
}

.work-section .work-block a {
	font-size: 20px;
	font-weight: bold;
	color: #222222;
}

.work-section .title-inner p {
	margin-top: 30px;
}

.background-arrow:before {
	content: "";
	background-image: url(../images/background/pattern-5.png);
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.work-section .products img {
	margin-top: -95px;
}

/*** 

====================================================================
	Call to actionsection
====================================================================

***/

.call-to-action-section-index-2 {
	background-color: #09334e;
	padding: 77px 0 50px;
	margin-top: -95px;
	position: relative;
	z-index: 7;
	overflow: hidden;
}

	.call-to-action-section-index-2 .curve:before {
		position: absolute;
		content: '';
		left: 59%;
		top: -150px;
		bottom: -150px;
		width: 400px;
		opacity: 1;
		margin-left: -200px;
		transform: rotate(20deg);
		background-color: rgba(0, 0, 0, 0.10);
	}

	.call-to-action-section-index-2 .curve:after {
		position: absolute;
		content: '';
		left: 53%;
		top: -150px;
		bottom: -100px;
		width: 400px;
		opacity: 1;
		margin-left: -390px;
		transform: rotate(-20deg);
		background-color: rgba(0, 0, 0, 0.10);
	}

.call-to-action-block .logo-img {
	position: relative;
}

	.call-to-action-block .logo-img:after {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		content: "";
		border-left: 1px solid;
		border-right: 1px solid;
		height: 70px;
		display: inline-block;
		width: 5px;
		color: #405a6c;
	}

	.call-to-action-block .logo-img .title {
		font-size: 36px;
		font-weight: bold;
		color: #ffffff;
		display: inline-block;
	}

		.call-to-action-block .logo-img .title i {
			color: #ffffff;
			font-style: normal;
			display: block;
			font-weight: 500;
			text-transform: uppercase;
			font-size: 14px;
			margin-bottom: 0;
		}

	.call-to-action-block .logo-img span {
		font-size: 64px;
	}

.call-to-action-block h3 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 2;
	text-transform: uppercase;
}

.call-to-action-block a {
	text-transform: capitalize;
	padding: 25px 35px;
	line-height: 18px;
}

	.call-to-action-block a span {
		position: relative;
		z-index: 1;
	}

/*** 

====================================================================
	product-body-styles section
====================================================================

***/

.product-body-styles {
	padding: 100px 0 70px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}

	.product-body-styles:before {
		position: absolute;
		content: '';
		right: -80px;
		top: -2px;
		z-index: 7;
		width: 30%;
		height: 40px;
		transform: skewX(55deg);
		background-color: #09334e;
	}

	.product-body-styles:after {
		position: absolute;
		content: '';
		left: -80px;
		top: -2px;
		z-index: 7;
		width: 30%;
		height: 40px;
		transform: skewX(-55deg);
		background-color: #09334e;
	}

	.product-body-styles .prodect-style-block {
		margin-bottom: 30px;
	}

		.product-body-styles .prodect-style-block .image {
			line-height: 13;
		}

	.product-body-styles .sec-title {
		margin-bottom: 60px;
	}

	.product-body-styles .block-inner {
		text-align: center;
		box-shadow: 0px 0px 7px 2px #f3f3f3;
		padding: 40px 35px 35px;
		border: 1px solid #ffffff;
		position: relative;
		min-height: 220px;
		transition: .5s;
	}

		.product-body-styles .block-inner .text {
			position: absolute;
			bottom: 35px;
			left: 0;
			right: 0;
		}

		.product-body-styles .block-inner:hover {
			border: 1px solid #dd484f;
			box-shadow: none;
		}

		.product-body-styles .block-inner .image img {
			position: relative;
		}

		.product-body-styles .block-inner:hover .style-nmbr {
			background-color: #dd484f;
			color: #fff;
			transition: .5s;
		}

		.product-body-styles .block-inner:hover .text span {
			display: inline-block;
		}

		.product-body-styles .block-inner .text h3 {
			font-size: 20px;
			color: #222222;
			font-weight: bold;
			line-height: 1.7;
			display: inline-block;
		}

		.product-body-styles .block-inner .text span {
			font-size: 14px;
			font-weight: 300;
			color: #222222;
			display: none;
			margin-left: 15px;
			transition-duration: .5s;
		}

		.product-body-styles .block-inner .style-nmbr {
			font-size: 20px;
			font-weight: bold;
			position: absolute;
			top: 0;
			left: 0;
			background-color: #f3fbff;
			border-top-right-radius: 50%;
			border-bottom-right-radius: 50%;
			padding: 25px 30px;
		}

.title-inner p {
	margin-top: 40px;
}

/*** 

====================================================================
	product-body-styles section
====================================================================

***/

.inner-featured-section-index2 {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px 0 150px;
}

	.inner-featured-section-index2:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		opacity: .95;
		bottom: 0;
		background-color: #ffffff;
	}

.featured-section-index2 .sec-title2 {
	/* margin-bottom: 95px; */
}

.inner-featured-section-index2 .nav-tabs {
	position: absolute;
	display: block;
	text-align: center;
	top: -35px;
	left: 0;
	right: 0;
	border: none;
}

.inner-featured-section-index2 .tab-content {
	padding-top: 35px;
}

.inner-featured-section-index2 .nav-tabs a {
	display: inline-block;
	border: none;
	background-color: #fff;
	color: #222222;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -2px;
	padding: 25px 40px;
	box-shadow: 0px 0px 2px 0px #eeeeee;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	transition: .5s;
}

.inner-featured-section-index2 .nav-tabs .nav-link.active {
	background-color: #dd484f;
	color: #fff;
}

.inner-featured-section-index2 .nav-tabs a:hover {
	background-color: #dd484f;
	color: #fff;
}

.featured-block .featured-text p {
	color: #000000;
	margin: 0;
	line-height: 1.7em;
}

.featured-block .featured-text h3 {
	margin: 20px 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.list-style-index2 li {
	position: relative;
	padding: 0px 0 8px 25px;
	color: #000000;
	font-size: 14px;
}

	.list-style-index2 li:before {
		position: absolute;
		left: 0;
		top: 0;
		font-size: 14px;
		line-height: 24px;
		color: #dd484f;
		content: "\f196";
		font-weight: 700;
		font-family: "Flaticon";
	}

.call-detail {
	position: relative;
	text-align: center;
	margin-top: 62px;
}

	.call-detail ul {
		display: inline-block;
		background-color: #dd484f;
		border-radius: 50px;
		padding: 26px 55px;
	}

		.call-detail ul li {
			display: inline-block;
			color: #fff;
			font-size: 20px;
			font-weight: bold;
		}

	.call-detail .contact-no {
		position: relative;
	}

	/*.call-detail .contact-no:before{*/

	/*	content: "\f879";*/

	/*	position: absolute;*/

	/*	font-family: 'Font Awesome 5 Free';*/

	/*    font-weight: 900;*/

	/*    left: 0;*/

	/*}*/

	.call-detail ul span {
		display: inline-block;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		margin: 0 25px;
	}

/*** 

====================================================================
	product-body-styles section
====================================================================

***/

.fvrt-cars {
	/* margin-top: -50px; */
	padding: 60px 0px;
}

	.fvrt-cars .info-boxed {
		margin-bottom: 20px;
	}

		.fvrt-cars .info-boxed .image {
			position: relative;
		}

			.fvrt-cars .info-boxed .image img {
				width: 100%;
			}

			.fvrt-cars .info-boxed .image .layr {
				position: absolute;
				bottom: 26px;
				left: 0;
				padding-left: 17px;
			}

			.fvrt-cars .info-boxed .image:before {
				content: "";
				position: absolute;
				width: 100%;
				height: 158px;
				background-color: #222222de;
				bottom: 0px;
				opacity: 1.4;
			}

			.fvrt-cars .info-boxed .image .layr h3 {
				color: #ffffff;
				font-size: 17px;
				font-weight: bold;
				text-transform: uppercase;
				position: relative;
				margin-bottom: 6px;
			}

			.fvrt-cars .info-boxed .image:after {
				/* content: "\f105"; */
				position: absolute;
				right: 25px;
				/* font-family: 'Font Awesome 5 Free'; */
				font-weight: 900;
				/* bottom: 67px; */
				/* background-color: #ffffff; */
				border-radius: 50%;
				color: #222222;
				width: 25px;
				height: 25px;
				text-align: center;
				font-size: 22px;
				line-height: 25px;
				padding-left: 3px;
			}

/*** 

====================================================================
	Testimonial section
====================================================================

***/

.testimonial-2 {
	padding: 100px 0;
}

	.testimonial-2 .sec-title {
		margin-bottom: 0;
	}

.single-item-carousel-2 {
	position: relative;
}

	.single-item-carousel-2 .testimonial-block:before {
		content: "\f109";
		font-family: Flaticon;
		font-style: normal;
		display: block;
		font-size: 150px;
		margin-top: 85px;
		color: #eff9ff;
	}

.testimonial-2 .sec-title2 p {
	margin-top: 5px;
}

.testimonial-block p {
	line-height: 1.7;
	font-size: 18px;
	font-weight: 500;
	color: #222222;
}

.single-item-carousel-2 .owl-nav {
	display: block;
}

	.single-item-carousel-2 .owl-nav .owl-prev {
		position: absolute;
		bottom: 130px;
		left: 50px;
		display: inline-block;
	}

	.single-item-carousel-2 .owl-nav .owl-next {
		position: absolute;
		bottom: 130px;
		right: 50px;
		display: inline-block;
	}

	.single-item-carousel-2 .owl-nav span {
		background-color: #09334e;
		padding: 20px;
		border-radius: 50%;
		font-size: 16px;
		color: #fff;
		transition: .5s;
	}

		.single-item-carousel-2 .owl-nav span:hover {
			background-color: #dd484f;
		}

.single-item-carousel-2 .owl-dots {
	display: none;
}

.testimonial-2 .info-box .info-inner {
	position: relative;
	display: inline-block;
	padding-left: 80px;
	text-align: left;
}

.testimonial-2 .lower-box {
	margin-top: 30px;
}

.testimonial-2 .info-box .image {
	position: absolute;
	left: 0;
	width: 65px;
}

.testimonial-2 .info-box .info-inner h4 {
	color: #09334e;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 15px;
}

.testimonial-2 .info-box .info-inner .location {
	font-size: 20px;
	font-weight: 300;
	color: #222222;
	padding-top: 6px;
}

/*** 

====================================================================
	contact-section2
====================================================================

***/

.contact-section2 .map {
	position: relative;
}

	.contact-section2 .map iframe {
		width: 100%;
		height: 770px;
		display: block;
	}

.contact-block .inner-block {
	padding: 50px 45px;
	box-shadow: 0px 1px 2px 1px #eeee;
	background-color: #fff;
	min-height: 510px;
	min-width: 400px;
	position: absolute;
	top: 70px;
}

	.contact-block .inner-block .img span {
		font-size: 36px;
	}

	.contact-block .inner-block .img .title {
		display: inline-block;
		color: #193469;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
	}

		.contact-block .inner-block .img .title i {
			margin: 0;
			display: block;
			font-style: normal;
			color: #222222;
			font-size: 14px;
			font-weight: 500;
		}

	.contact-block .inner-block h3 {
		font-size: 16px;
		font-weight: bold;
		color: #222222;
		line-height: .8;
		text-transform: uppercase;
		margin-top: 35px;
		margin-bottom: 15px;
	}

	.contact-block .inner-block p {
		font-size: 20px;
		font-weight: 300;
		line-height: .8;
		color: #222222;
		margin: 0;
	}

.contact-section2 .inner-block ul {
	margin-top: 40px;
	line-height: 1;
}

	.contact-section2 .inner-block ul li {
		display: inline-block;
		padding-right: 30px;
		line-height: 1;
	}

		.contact-section2 .inner-block ul li span {
			font-size: 16px;
			color: #09334e;
		}

			.contact-section2 .inner-block ul li span:hover {
				color: #dd484f;
			}

/*** 

====================================================================
	Footer
====================================================================

***/

.footer-style2 {
	position: relative;
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

	.footer-style2:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #543d0c;
		/* opacity: .9; */
	}

	.footer-style2 .search-box {
		background-color: #09334e;
		padding: 35px 90px;
		position: relative;
		margin-bottom: 80px;
	}

		.footer-style2 .search-box label {
			font-size: 22px;
			font-weight: bold;
			color: #fff;
		}

		.footer-style2 .search-box .form-group {
			margin: 0;
		}

		.footer-style2 .search-box input {
			background-color: transparent;
			color: #cdcdcd;
			border-bottom: 1px solid #537183;
			margin-left: 50px;
			width: 370px;
			padding: 0 0 20px 10px;
		}

		.footer-style2 .search-box button {
			font-size: 18px;
			font-weight: 500;
			color: #fff;
			background-color: #dd484f;
			border-radius: 4px;
			padding: 20px 40px;
			margin-left: 30px;
		}

			.footer-style2 .search-box button span {
				padding-right: 8px;
			}

	.footer-style2 .footer-widget h5 {
		font-size: 22px;
		font-weight: bold;
		color: #fff;
	}

	.footer-style2 .footer-widget {
		position: relative;
	}

		.footer-style2 .footer-widget .widget-divider:before {
			content: "";
			width: 40px;
			height: 5px;
			border-top: 1.5px solid;
			border-bottom: 1px solid;
			top: 35px;
			position: absolute;
			background-color: none;
		}

		.footer-style2 .footer-widget .text {
			margin: 50px 0 30px;
		}

		.footer-style2 .footer-widget .footer-link {
			padding: 40px 0 45px;
		}

			.footer-style2 .footer-widget .footer-link ul li a {
				font-size: 16px;
				font-weight: 500;
				color: #cdcdcd;
				transition: .5s;
			}

				.footer-style2 .footer-widget .footer-link ul li a:hover {
					color: #e1b307;
				}

			.footer-style2 .footer-widget .footer-link ul li {
				margin-bottom: 10px;
			}

		.footer-style2 .footer-widget .text p {
			color: #cdcdcd;
			margin-bottom: 0;
		}

	.footer-style2 .text-widget a {
		font-size: 20px;
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
		text-decoration: underline;
		position: relative;
		transition: .5s;
	}

		.footer-style2 .text-widget a:after {
			/* content: "\f061"; */
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			right: -25px;
			color: #dd484f;
			position: absolute;
		}

	.footer-style2 .footer-bottom {
		position: relative;
		text-align: center;
		padding: 10px 0px;
		background: linear-gradient(to right, #684e20, #684e20);
	}

		.footer-style2 .footer-bottom .copyright {
			color: #ffffff;
			font-size: 16px;
			font-weight: 500;
		}

			.footer-style2 .footer-bottom .copyright a {
				color: #f5c402;
			}

/*** 

====================================================================
	Home 3
====================================================================

***/

.banner-index3 {
	padding: 340px 0 265px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.fixed-header .header3 {
	background-color: #222222;
}

.header3 {
	background-color: transparent;
	padding: 20px 0 !important;
}

	.header3 .fixed-header .header-upper {
		background-color: #09334e;
	}

.banner-index3:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #2e2e2e;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .7;
}

.banner-index3 .text {
	text-align: center;
}

	.banner-index3 .text h4 {
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 25px;
		letter-spacing: 2px;
	}

	.banner-index3 .text h3 {
		font-size: 60px;
		font-weight: 500;
		color: #fff;
		text-transform: capitalize;
		margin-bottom: 35px;
		letter-spacing: 1.7px;
	}

.search-block .form-group {
	margin: 0;
}

	.search-block .form-group .ui-selectmenu-button.ui-button {
		padding: 20px 25px;
		height: 70px;
		border-radius: 4px;
		font-size: 16px;
		font-weight: 300;
	}

.banner-index3 .form-group button {
	font-size: 18px;
	width: 100%;
	border-radius: 4px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px 20px;
	height: 70px;
}

	.banner-index3 .form-group button span {
		position: relative;
		z-index: 1;
	}

	.banner-index3 .form-group button:after {
		content: "\f122";
		font-family: Flaticon;
		font-style: normal;
		margin-left: 10px;
		position: relative;
		z-index: 1;
	}

.menu-style3 .navigation > li > a {
	color: #fff;
	line-height: 2.5;
}

.header3 .nav-outer .btn-style-3 {
	margin-left: 60px;
	padding: 15px 40px !important;
	border: 1px solid #fff;
	transition: .5s;
	line-height: 1.5;
	display: inline-block;
}

	.header3 .nav-outer .btn-style-3 a {
		color: #fff;
		font-size: 18px;
		font-weight: 500;
		text-transform: capitalize;
	}

	.header3 .nav-outer .btn-style-3:hover > a {
		color: #fff;
	}

.popular-search {
	position: relative;
	margin-top: 35px;
}

	.popular-search li {
		display: inline-block;
		font-size: 16px;
		font-weight: 300;
		color: #fff;
		padding-right: 5px;
	}

		.popular-search li a {
			display: inline-block;
			font-size: 16px;
			font-weight: 300;
			color: #fff;
			border-bottom: 1px solid;
			transition: .5s;
		}

		.popular-search li:hover > a {
			color: #f1a31b;
		}

/*** 

====================================================================
	About section
====================================================================

***/

.about-section {
	padding: 100px 0 100px;
}

	.about-section .about-block {
		margin-bottom: 10px;
	}

.about-block .text-box h5 {
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 17px;
}

.about-block .text-box h2 {
	font-size: 36px;
	font-weight: bold;
	color: #222222;
}

.about-block .text-box h3 {
	font-size: 30px;
	font-weight: 300;
	color: #222222;
	margin-bottom: 25px;
}

.about-block .text-box .devider {
	position: relative;
	margin-bottom: 25px;
	display: inline-block;
	padding-left: 60px;
}

	.about-block .text-box .devider:before {
		position: absolute;
		border-bottom: 2px solid;
		border-top: 2px solid;
		width: 50px;
		height: 6px;
		content: "";
		left: 0;
		top: 10px;
	}

.about-block .text-box p {
	color: #222222;
	margin-bottom: 45px;
}

.about-block .text-box a {
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	color: #222222;
	line-height: 1.5;
	border: 1px solid #ff5d01;
	padding: 20px 35px;
	display: inline-block;
	border-radius: 4px;
}

/*** 

====================================================================
	Counter section
====================================================================

***/

.counter-style3 {
	padding: 100px 0;
	background-position: center;
}

	.counter-style3:after {
		display: none;
	}

	.counter-style3:before {
		display: none;
	}

	.counter-style3 .count-box h4 {
		color: #222222 !important;
		font-size: 16px !important;
		text-transform: capitalize;
		display: inline-block;
	}

	.counter-style3 .count-box {
		color: #222222 !important;
		font-size: 48px;
		font-weight: bold;
		line-height: 1;
	}

		.counter-style3 .count-box span {
			color: #222222 !important;
			font-size: 48px !important;
			font-weight: bold !important;
		}

	.counter-style3 .counter-icon {
		position: relative;
		padding-bottom: 80px;
	}

	.counter-style3 .fact-counter .column {
		margin-bottom: 0;
	}

	.counter-style3 .counter-icon .icon .svg-icon {
		display: block;
		width: auto;
		height: 48px;
		margin: 0 auto 45px auto;
	}

	.counter-style3 .counter-icon i {
		display: block;
		margin-bottom: 45px;
	}

	.counter-style3 .counter-icon:before {
		content: "";
		position: absolute;
		border-bottom: 1px solid;
		border-top: 1px solid;
		width: 38px;
		height: 5px;
		bottom: 50px;
		left: 60px;
	}

	.counter-style3 .counter-column .inner-column {
		margin-top: 0;
	}

	.counter-style3 .counter-icon:after {
		content: "";
		position: absolute;
		border-left: 1px solid;
		border-right: 1px solid;
		width: 5px;
		height: 19px;
		bottom: 43px;
		left: 76px;
	}

/*** 

====================================================================
	Top rated search section
====================================================================

***/

.top-rated-search-sec {
	padding: 100px 0;
}

	.top-rated-search-sec .title-sec .title-shap {
		position: relative;
		margin-bottom: 50px;
	}

		.top-rated-search-sec .title-sec .title-shap:after {
			content: "";
			border-bottom: 2px solid;
			border-top: 2px solid;
			position: absolute;
			width: 50px;
			height: 6px;
			top: 10px;
			left: 0;
		}

		.top-rated-search-sec .title-sec .title-shap .icon-shape {
			padding-left: 60px;
		}

	.top-rated-search-sec .title-sec h2 {
		font-size: 36px;
		font-weight: bold;
		color: #222222;
		margin-bottom: 20px;
	}

	.top-rated-search-sec .title-sec p {
		font-size: 16px;
		font-weight: 500;
		color: #888888;
		text-transform: uppercase;
		margin-bottom: 25px;
	}

.project-block-two .inner-box .lower-content .list .list3 {
	display: block;
	margin-top: 25px;
}

.inner-box .lower-content .views {
	font-size: 14px !important;
	font-weight: 300 !important;
	color: #222222;
	margin-right: 5px;
	background: #f7f7f7;
	padding: 12px 20px;
	border-radius: 50px;
}

.inner-box .lower-content .rating {
	font-size: 14px !important;
	font-weight: bold !important;
	color: #222222;
	background-color: #fff8ed;
	padding: 12px 25px 12px 20px;
	/*width: 85px;*/
	position: relative;
	border-radius: 60px;
}

	.inner-box .lower-content .rating:after {
		position: absolute;
		content: "\f005";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: 11px;
		right: 10px;
		color: #f1a31b;
	}

.inner-box .lower-content .search-acunter {
	margin-top: 12px;
	display: inline-flex;
}

	.inner-box .lower-content .search-acunter i {
		position: absolute;
		right: 5px;
		/*bottom: 0;*/
		font-size: 18px;
		color: #222222;
	}

.inner-box .lower-content .booking-price {
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	display: inline-block;
	margin-top: 25px;
}

.project-index3-carousel .owl-nav {
	position: relative;
	left: 50%;
	width: 180px;
	height: 62px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	margin-left: -90px;
	background-color: #f8f8f8;
}

	.project-index3-carousel .owl-nav .owl-prev {
		position: relative;
		color: #888888;
		font-size: 16px;
		line-height: 62px;
		padding: 0px 22px;
		font-weight: 700;
		display: inline-block;
	}

.icon-shape {
	font-size: 25px;
	font-weight: 600 !important;
}

.project-index3-carousel .owl-nav .owl-prev:hover span {
	color: #ff5d01;
}

.project-index3-carousel .owl-nav .owl-next:hover span {
	color: #ff5d01;
}

.project-index3-carousel .owl-nav .owl-next {
	position: relative;
	color: #888888;
	font-size: 16px;
	line-height: 62px;
	padding: 0px 22px;
	font-weight: 700;
	display: inline-block;
}

	.project-index3-carousel .owl-nav .owl-next:before {
		position: absolute;
		content: '';
		left: 0px;
		top: 50%;
		width: 1px;
		height: 15px;
		margin-top: -8px;
		border-left: 1px solid #888888;
	}

/*** 

====================================================================
	call-to-action-index3 section
====================================================================

***/

.call-to-action-index3 {
	padding: 130px 0;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

	.call-to-action-index3:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #16110c;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: .7;
	}

	.call-to-action-index3 .title-sec {
		position: relative;
	}

		.call-to-action-index3 .title-sec .title-shap {
			position: relative;
			display: inline-block;
		}

			.call-to-action-index3 .title-sec .title-shap:after {
				position: absolute;
				content: "";
				border-top: 2px solid;
				border-bottom: 2px solid;
				width: 50px;
				height: 6px;
				right: -60px;
				top: -5px;
			}

		.call-to-action-index3 .title-sec h2 {
			font-size: 48px;
			font-weight: bold;
			color: #fff;
		}

		.call-to-action-index3 .title-sec p {
			font-size: 18px;
			font-weight: 500;
			text-transform: uppercase;
			color: #ffffff;
			line-height: 0;
			margin-bottom: 38px;
		}

		.call-to-action-index3 .title-sec .icon-shape {
			position: absolute;
			top: -15px;
			right: -100px;
		}

		.call-to-action-index3 .title-sec a {
			padding: 20px 40px;
			border-radius: 5px;
			line-height: 18px;
			margin-top: 50px;
		}

			.call-to-action-index3 .title-sec a span {
				position: relative;
				z-index: 1;
				text-transform: capitalize;
			}

/*** 

====================================================================
	Featured section style 3
====================================================================

***/

.featured-sec-style3 {
	padding: 100px 0 170px 0;
	text-align: center;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

	.featured-sec-style3 .shapes-top .img-1 {
		position: absolute;
		top: 50px;
		left: -20px;
	}

	.featured-sec-style3 .shapes-top .img-2 {
		position: absolute;
		bottom: 50%;
		left: -50px;
	}

	.featured-sec-style3 .shapes-bottom .img-1 {
		position: absolute;
		bottom: -120px;
		right: -30px;
	}

	.featured-sec-style3 .shapes-bottom .img-2 {
		position: absolute;
		top: 70%;
		right: -50px;
	}

	.featured-sec-style3 .title-sec p {
		font-size: 16px;
		font-weight: bold;
		color: #888888;
		margin-bottom: 27px;
		text-transform: uppercase;
	}

	.featured-sec-style3 .inner-coulmn .icon:before {
		position: absolute;
		content: '';
		right: -15px;
		top: 0;
		width: 100px;
		height: 65px;
		opacity: .9;
		padding: 30px;
		border-radius: 87% 38% 50% 74% / 55% 42% 82% 68%;
		background-color: #fff8ed !important;
		z-index: -3;
	}

	.featured-sec-style3 .inner-coulmn .icon span {
		font-size: 64px;
	}

	.featured-sec-style3 .title-sec h2 {
		font-size: 36px;
		font-weight: bold;
		color: #222222;
	}

	.featured-sec-style3 .title-sec h3 {
		font-size: 30px;
		font-weight: 300;
		color: #222222;
		padding-bottom: 30px;
	}

	.featured-sec-style3 .title-sec {
		position: relative;
	}

		.featured-sec-style3 .title-sec .side-img1 {
			display: inline-block;
			padding-left: 40px;
			transform: rotate(180deg);
		}

		.featured-sec-style3 .title-sec .side-img2 {
			padding-left: 40px;
		}

		.featured-sec-style3 .title-sec:before {
			position: absolute;
			content: "";
			border-top: 2px solid;
			border-bottom: 2px solid;
			width: 50px;
			height: 6px;
			bottom: 14px;
			right: 48%;
		}

	.featured-sec-style3 .inner-coulmn .icon {
		margin-bottom: 35px;
		display: inline-block;
		position: relative;
	}

		.featured-sec-style3 .inner-coulmn .icon svg {
			width: 64px;
			margin: 0 auto;
		}

			.featured-sec-style3 .inner-coulmn .icon svg path {
				stroke: #ff5d01;
			}

	.featured-sec-style3 .inner-coulmn h2 {
		margin-bottom: 30px;
		font-size: 20px;
		font-weight: bold;
		color: #222222;
	}

	.featured-sec-style3 .inner-coulmn p {
		color: #222222;
	}

	.featured-sec-style3 .coulmn {
		margin-top: 60px;
	}

		.featured-sec-style3 .coulmn .inner-coulmn {
			padding: 0 30px;
		}

/*** 

====================================================================
	Tours section style 3
====================================================================

***/

.tours-index3 {
	background-color: #fffcf7;
	padding: 100px 0;
}

	.tours-index3 .inner-box {
		background-color: #fff;
	}

	.tours-index3 .project-block-two {
		margin-top: 60px;
	}

	.tours-index3 .title-sec {
		text-align: center;
	}

	.tours-index3 .title-sec {
		position: relative;
	}

		.tours-index3 .title-sec h2 {
			font-size: 36px;
			font-weight: bold;
			color: #222222;
			margin-bottom: 20px;
		}

		.tours-index3 .title-sec p {
			font-weight: 500;
			text-transform: uppercase;
			color: #888888;
			margin-bottom: 25px;
		}

		.tours-index3 .title-sec .side-img1 {
			display: inline-block;
			padding-left: 40px;
			transform: rotate(180deg);
		}

		.tours-index3 .title-sec .side-img2 {
			padding-left: 40px;
		}

		.tours-index3 .title-sec:before {
			position: absolute;
			content: "";
			border-bottom: 2px solid;
			border-top: 2px solid;
			width: 50px;
			height: 6px;
			bottom: 14px;
			right: 48%;
		}

.tours-index3-carousel .lower-content h3 {
	margin-bottom: 30px;
}

.tours-index3-carousel .lower-content p {
	color: #222222;
	margin-bottom: 37px;
}

.tours-index3-carousel .lower-content a {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #222222;
	text-decoration: underline;
	position: relative;
}

	.tours-index3-carousel .lower-content a:after {
		content: "\f12a";
		font-family: Flaticon;
		font-style: normal;
		position: absolute;
		font-weight: 900;
		margin-left: 5px;
		color: #ff5d01;
	}

.tours-index3-carousel .owl-nav {
	position: relative;
	left: 50%;
	width: 180px;
	height: 62px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	margin-left: -90px;
	background-color: #f8f8f8;
}

	.tours-index3-carousel .owl-nav .owl-prev {
		position: relative;
		color: #888888;
		font-size: 16px;
		line-height: 62px;
		padding: 0px 22px;
		font-weight: 700;
		display: inline-block;
	}

	.tours-index3-carousel .owl-nav .owl-next {
		position: relative;
		color: #888888;
		font-size: 16px;
		line-height: 62px;
		padding: 0px 22px;
		font-weight: 700;
		display: inline-block;
	}

		.tours-index3-carousel .owl-nav .owl-next:before {
			position: absolute;
			content: '';
			left: 0px;
			top: 50%;
			width: 1px;
			height: 15px;
			margin-top: -8px;
			border-left: 1px solid #888888;
		}

/*** 

====================================================================
	News letter section
====================================================================

***/

.news-letter-sec-style3 {
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

	.news-letter-sec-style3:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #2a2424;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: .7;
	}

	.news-letter-sec-style3 .news-letter-box {
		position: relative;
		text-align: center;
	}

		.news-letter-sec-style3 .news-letter-box h3 {
			font-size: 16px;
			font-weight: 500;
			color: #ffffff;
			text-transform: uppercase;
			margin-bottom: 25px;
			letter-spacing: 1.7px;
		}

		.news-letter-sec-style3 .news-letter-box h2 {
			font-size: 60px;
			font-weight: 500;
			color: #ffffff;
			margin-bottom: 45px;
		}

		.news-letter-sec-style3 .news-letter-box .form-group i {
			position: absolute;
			top: 24px;
			margin-left: 30px;
			font-size: 18px;
		}

		.news-letter-sec-style3 .news-letter-box .form-group input {
			width: 640px;
			height: 65px;
			border-radius: 5px;
			padding-left: 55px;
		}

			.news-letter-sec-style3 .news-letter-box .form-group input[type="text"] {
				color: #999999;
				font-size: 16px;
				font-weight: 300;
				font-style: italic;
			}

		.news-letter-sec-style3 .news-letter-box .form-group button {
			width: 230px;
			border-radius: 5px;
			height: 65px;
			margin-left: 15px;
		}

		.news-letter-sec-style3 .news-letter-box .form-group {
			margin-bottom: 25px;
			position: relative;
		}

			.news-letter-sec-style3 .news-letter-box .form-group button span {
				z-index: 1;
				position: relative;
			}

		.news-letter-sec-style3 .news-letter-box p {
			/* text-align: left; */
			color: #ffffff;
			/* margin-left: 110px; */
			margin-bottom: 0;
		}

			.news-letter-sec-style3 .news-letter-box p a {
				color: #ffffff;
				border-bottom: 1px solid;
			}

/*** 

====================================================================
	Blog section
====================================================================

***/

.blog-section-index3 {
	padding: 100px 0;
}

	.blog-section-index3 .blog-news .title-shap {
		position: relative;
		display: inline-block;
	}

		.blog-section-index3 .blog-news .title-shap .icon-shape {
			padding-left: 60px;
		}

		.blog-section-index3 .blog-news .title-shap:before {
			content: "";
			position: absolute;
			border-bottom: 2px solid;
			border-top: 2px solid;
			width: 50px;
			height: 6px;
			left: 0;
			top: 10px;
		}

	.blog-section-index3 .blog-news .block {
		margin-top: 40px;
		margin-bottom: 40px;
	}

		.blog-section-index3 .blog-news .block .meta-box {
			margin-top: 12px;
		}

	.blog-section-index3 .blog-news .title-sec {
		margin-bottom: 20px;
	}

		.blog-section-index3 .blog-news .title-sec h2 {
			font-size: 36px;
			font-weight: bold;
			color: #222222;
			margin-bottom: 20px;
		}

		.blog-section-index3 .blog-news .title-sec p {
			font-size: 16px;
			font-weight: 500;
			color: #888888;
			text-transform: uppercase;
			margin-bottom: 25px;
		}

	.blog-section-index3 .blog-news .text .meta-box li {
		display: inline-block;
	}

		.blog-section-index3 .blog-news .text .meta-box li span {
			font-size: 14px;
			font-weight: 400;
			color: #222222;
		}

		.blog-section-index3 .blog-news .text .meta-box li:first-child {
			padding-right: 25px;
			position: relative;
		}

			.blog-section-index3 .blog-news .text .meta-box li:first-child:after {
				content: "|";
				position: absolute;
				right: 9px;
				color: #ff5d01;
			}

	.blog-section-index3 .blog-news .text .post-data h2 {
		line-height: .7;
		margin-top: 18px;
		margin-bottom: 24px;
	}

	.blog-section-index3 .blog-news .text .post-data a {
		font-size: 22px;
		font-weight: 500;
		color: #222222;
	}

	.blog-section-index3 .blog-news .text .post-data p {
		color: #222222;
		margin-bottom: 35px;
	}

	.blog-section-index3 .blog-news .text .post-data .theme-btn {
		background-color: #f7f7f7 !important;
		color: #222222;
		line-height: 16px;
		font-size: 16px;
		font-weight: 500;
		border-radius: 4px;
		padding: 18px 30px;
	}

		.blog-section-index3 .blog-news .text .post-data .theme-btn:hover {
			color: #ffffff;
		}

		.blog-section-index3 .blog-news .text .post-data .theme-btn span {
			position: relative;
			z-index: 1;
			text-transform: capitalize;
		}

.blog-news .reviews-carousel {
	margin-top: 60px;
}

	.blog-news .reviews-carousel .reviews-block {
		border: 1px solid #dddddd;
		padding: 60px 37px;
		position: relative;
	}

		.blog-news .reviews-carousel .reviews-block:before {
			position: absolute;
			content: "\f109";
			font-family: Flaticon;
			font-style: normal;
			right: 30px;
			top: 0px;
			font-size: 72px;
			font-weight: 900;
		}

	.blog-news .reviews-carousel .owl-dots {
		position: relative;
		text-align: center;
	}

	.blog-news .reviews-carousel .owl-nav {
		display: none;
	}

	.blog-news .reviews-carousel .owl-dots {
		margin-top: 45px;
	}

		.blog-news .reviews-carousel .owl-dots .owl-dot {
			position: relative;
			width: 10px;
			height: 10px;
			margin: 0px 5px;
			border-radius: 50%;
			display: inline-block;
			background-color: #cccccc;
			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;
			transform: scale(0.6, 0.6);
		}

			.blog-news .reviews-carousel .owl-dots .owl-dot.active, .blog-news .reviews-carousel .owl-dots .owl-dot:hover {
				transform: scale(1, 1);
			}

.blog-post .content .detail-block img {
	width: 100%;
}

.reviews-carousel .info-box {
	position: relative;
	padding-left: 80px;
	padding-top: 15px;
}

	.reviews-carousel .info-box .img {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 65px;
		height: 65px;
		border-radius: 50%;
		overflow: hidden;
	}

	.reviews-carousel .info-box .location {
		position: relative;
		font-size: 12px;
		font-weight: 300;
		color: #222222;
	}

	.reviews-carousel .info-box h4 {
		font-size: 16px;
		font-weight: bold;
		color: #222222;
	}

.reviews-carousel .owl-item {
	margin-top: 20px;
}

.reviews-block .lower-content p {
	margin-bottom: 50px;
}

/*** 

====================================================================
	Footer style 3
====================================================================

***/

.main-footer-index3 {
	background-color: #202020;
	padding: 60px 0;
}

	.main-footer-index3 .footer-logo {
		text-align: center;
		border-bottom: 1px solid #323232;
		margin-bottom: 60px;
		padding-bottom: 60px;
	}

		.main-footer-index3 .footer-logo a {
			font-size: 36px;
		}

			.main-footer-index3 .footer-logo a .title {
				display: inline-flex;
				color: #ffffff;
				font-weight: bold;
				text-transform: uppercase;
				margin-left: 5px;
			}

				.main-footer-index3 .footer-logo a .title i {
					color: #ffffff;
					font-style: normal;
					font-size: 12px;
					margin-left: 5px;
					margin-bottom: 0;
				}

	.main-footer-index3 .footer-widgets p {
		color: #cccccc;
		margin-bottom: 40px;
	}

	.main-footer-index3 .text-widet a {
		font-size: 16px;
		line-height: 16px;
		font-weight: 500;
		color: #ffffff;
		border: 1px solid;
		padding: 15px 30px;
		border-radius: 3px;
		display: inline-block;
	}

	.main-footer-index3 .link-widet li {
		display: block;
	}

	.main-footer-index3 .link-widet ul li a {
		font-size: 16px;
		font-weight: 300;
		display: block;
		margin-bottom: 20px;
		line-height: 1;
		color: #cccccc;
		transition: .5s;
	}

		.main-footer-index3 .link-widet ul li a:hover {
			color: #ff5d01;
		}

	.main-footer-index3 .text-widet .footer-social {
		margin-top: 25px;
	}

		.main-footer-index3 .text-widet .footer-social li {
			display: inline-block;
		}

	.main-footer-index3 .text-widet h2 {
		font-size: 20px;
		font-weight: bold;
		line-height: .8;
		color: #ffffff;
		padding-bottom: 25px;
	}

	.main-footer-index3 .text-widet .no-pd {
		margin-bottom: 10px;
	}

	.main-footer-index3 .text-widet ul li {
		margin-bottom: 10px;
	}

		.main-footer-index3 .text-widet ul li span {
			font-size: 16px;
			color: #cdcdcd;
			padding-left: 10px;
		}

		.main-footer-index3 .text-widet ul li i {
			font-size: 16px;
			color: #fff;
		}

	.main-footer-index3 .text-widet .footer-social li span {
		padding: 0;
		transition: .5s;
	}

	.main-footer-index3 .text-widet .footer-social li a {
		border: none;
		padding: 0 30px 0 0;
	}

	.main-footer-index3 .text-widet .footer-social li span:hover {
		color: #ff5d01;
	}

	.main-footer-index3 .copyright {
		text-align: center;
	}

	.main-footer-index3 .copyright {
		margin-top: 60px;
	}

		.main-footer-index3 .copyright p {
			color: #a6a6a6;
			margin-bottom: 0;
		}

		.main-footer-index3 .copyright a {
			color: #ffffff;
		}

/*** 

====================================================================
	Blog section
====================================================================

***/

.blog {
	padding: 100px 0;
}

	.blog .blog-post {
		padding-bottom: 60px;
		border-bottom: 1px solid #eeeeee;
		margin-bottom: 60px;
	}

	.blog .featured-image {
		margin-bottom: 50px;
	}

		.blog .featured-image iframe {
			min-width: 100%;
			border: 0;
		}

		.blog .featured-image img {
			min-width: 100%;
		}

	.blog .title {
		margin-bottom: 33px;
	}

	.blog .metadata {
		margin-bottom: 45px;
	}

		.blog .metadata ul li {
			display: inline-block;
			margin-right: 10px;
		}

			.blog .metadata ul li span {
				background-color: #f4f4f4;
				padding: 12px 20px;
				border-radius: 50px;
				color: #222222;
				display: inline-block;
			}

			.blog .metadata ul li i {
				color: #ff5d01;
				margin-right: 10px;
			}

	.blog .content {
		margin-bottom: 40px;
	}

		.blog .content p {
			margin: 0;
			color: #222222;
		}

	.blog .blog-post .readmore {
		font-size: 14px;
		font-weight: bold;
		color: #222222;
		text-decoration: underline;
		text-transform: uppercase;
		position: relative;
		padding-right: 5px;
		display: inline-block;
	}

		.blog .blog-post .readmore:after {
			content: "\f061";
			position: absolute;
			right: -15px;
			font-family: 'Font Awesome 5 Free';
			font-weight: bold;
			color: #ff5d01;
		}

	.blog .title h2 {
		font-size: 36px;
		font-weight: bold;
		color: #222222;
		text-transform: capitalize;
		text-decoration: none;
	}

	.blog .title a {
		font-size: 36px;
		font-weight: bold;
		color: #222222;
		line-height: 1.3;
		text-transform: capitalize;
		text-decoration: none;
	}

	.blog .blog-sidebar .search-widget {
		background-color: #27509d;
		padding: 35px 30px;
	}

		.blog .blog-sidebar .search-widget label {
			display: block;
			font-size: 24px;
			font-weight: bold;
			color: #ffffff;
			margin-bottom: 25px;
		}

		.blog .blog-sidebar .search-widget input[type="text"] {
			padding: 20px 25px;
			color: #999999;
			font-style: italic;
			font-size: 16px;
			width: 100%;
		}

		.blog .blog-sidebar .search-widget .form-group {
			position: relative;
			margin-bottom: 0;
		}

			.blog .blog-sidebar .search-widget .form-group:before {
				content: "\f002";
				position: absolute;
				font-family: 'Font Awesome 5 Free';
				font-weight: bold;
				right: 25px;
				bottom: 15px;
			}

	.blog .blog-sidebar .recent-post-widget {
		background-color: #f7faff;
		margin-top: 45px;
		padding: 45px 30px 10px 30px;
	}

		.blog .blog-sidebar .recent-post-widget .text {
			position: relative;
			padding-left: 115px;
			padding-bottom: 35px;
		}

			.blog .blog-sidebar .recent-post-widget .text .image {
				position: absolute;
				left: 0;
			}

	.blog .blog-sidebar .blog-widget h2 {
		font-size: 24px;
		font-weight: bold;
		color: #222222;
		margin-bottom: 10px;
	}

.blog-sidebar .blog-widget .rating {
	position: relative;
	margin-bottom: 35px;
	padding-left: 40px;
}

	.blog-sidebar .blog-widget .rating:before {
		content: "";
		position: absolute;
		left: 0;
		width: 30px;
		height: 1px;
		background-color: #cccccc;
		bottom: 11px;
	}

	.blog-sidebar .blog-widget .rating i {
		color: #ff6907;
	}

.blog .blog-sidebar .blog-widget h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
}

	.blog .blog-sidebar .blog-widget h3 a {
		color: #222222;
	}

.blog .blog-sidebar .recent-post-widget span {
	font-size: 14px;
	color: #222222;
	position: relative;
	padding-left: 20px;
}

	.blog .blog-sidebar .recent-post-widget span:before {
		position: absolute;
		content: "\f073";
		font-family: 'Font Awesome 5 Free';
		font-weight: bold;
		color: #27509d;
		left: 0;
	}

.blog .blog-sidebar .categories-widget {
	background-color: #f7faff;
	margin-top: 45px;
	padding: 45px 30px 30px;
}

.blog .blog-sidebar .catigories-list ul li {
	display: block;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}

	.blog .blog-sidebar .catigories-list ul li:hover > span a {
		color: #27509d;
		font-weight: bold;
	}

	.blog .blog-sidebar .catigories-list ul li:hover:before {
		color: #ff6907;
	}

	.blog .blog-sidebar .catigories-list ul li:before {
		position: absolute;
		content: "\f12a";
		font-family: Flaticon;
		font-style: normal;
		color: #dfe0e2;
		font-weight: bold;
		left: 0;
		font-size: 12px;
	}

	.blog .blog-sidebar .catigories-list ul li span {
		font-size: 16px;
		font-weight: 500;
	}

		.blog .blog-sidebar .catigories-list ul li span a {
			color: #222222;
		}

.blog .blog-sidebar .blog-add {
	padding: 60px 30px;
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 45px;
}

	.blog .blog-sidebar .blog-add h2 {
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 60px;
	}

	.blog .blog-sidebar .blog-add a span {
		position: relative;
		z-index: 1;
	}

	.blog .blog-sidebar .blog-add a {
		padding: 20px 30px 15px;
		margin-bottom: 45px;
		line-height: 18px;
	}

.blog .blog-sidebar .tags-widget {
	background-color: #f7faff;
	margin-top: 45px;
	padding: 45px 15px 35px 30px;
}

	.blog .blog-sidebar .tags-widget .tags-list ul li {
		display: inline-block;
		background-color: #fff;
		padding: 15px 25px 10px;
		margin: 0 10px 10px 0;
		transition: .5s;
	}

		.blog .blog-sidebar .tags-widget .tags-list ul li:hover {
			background-color: #27509d;
		}

			.blog .blog-sidebar .tags-widget .tags-list ul li:hover a {
				color: #fff;
			}

		.blog .blog-sidebar .tags-widget .tags-list ul li a {
			color: #222222;
			font-size: 16px;
			line-height: 16px;
			font-weight: 500;
		}

/*** 

====================================================================
	Blog Detail
====================================================================

***/

.blog-post .content .detail-block {
	margin: 45px 0;
}

.blog-post .content .quote-block {
	background-color: #27509d;
	padding: 80px 60px 30px;
	text-align: center;
	position: relative;
	margin-bottom: 45px;
	margin-top: 45px;
}

.blog-detail {
	padding-bottom: 45px !important;
}

.blog-post .content .quote-block:before {
	position: absolute;
	content: "\f109";
	font-family: Flaticon;
	font-style: normal;
	text-align: center;
	top: 70px;
	color: #3c61a6;
	font-size: 72px;
	font-weight: 900;
}

.blog-post .content .quote-block p {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 35px;
	position: relative;
}

.blog-post .content .quote-block a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
}

	.blog-post .content .quote-block a:before {
		content: "";
		width: 30px;
		height: 2px;
		position: absolute;
		background-color: #ffffff;
		bottom: 12px;
		left: -40px;
	}

	.blog-post .content .quote-block a:after {
		display: none;
	}

.blog-post .posts-share-links {
	text-align: center;
	margin-top: 65px;
	margin-bottom: 10px;
}

	.blog-post .posts-share-links ul li {
		display: inline-block;
		background-color: #f8f8f8;
		padding: 15px 20px 10px;
		margin-right: 5px;
		transition: .5s;
	}

		.blog-post .posts-share-links ul li:hover {
			background-color: #ff5d01;
		}

			.blog-post .posts-share-links ul li:hover span {
				color: #fff;
			}

		.blog-post .posts-share-links ul li a:after {
			display: none;
		}

		.blog-post .posts-share-links ul li span {
			font-size: 14px;
			color: #aaaaaa;
		}

	.blog-post .posts-share-links ul .share-links {
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		color: #222222;
		text-transform: uppercase;
		margin-right: 25px;
		background: none;
	}

.blog .post-comments {
	border-bottom: 1px solid #eeeeee;
}

.post-comments .title h2 {
	font-size: 30px;
	font-weight: bold;
	color: #222222;
}

.post-comments .title {
	position: relative;
}

	.post-comments .title:before {
		content: "";
		position: absolute;
		left: 0;
		width: 40px;
		height: 2px;
		background-color: #cccccc;
		bottom: 13px;
	}

	.post-comments .title .rating {
		padding-left: 50px;
		margin-top: 15px;
	}

		.post-comments .title .rating i {
			color: #ff6907;
		}

.post-comments .content {
	position: relative;
	padding-left: 110px;
	margin-bottom: 45px;
	margin-top: 45px;
}

	.post-comments .content .image {
		position: absolute;
		left: 0;
	}

	.post-comments .content .text {
		padding-top: 10px;
	}

	.post-comments .content ul {
		margin-bottom: 25px;
		line-height: 1;
	}

		.post-comments .content ul li {
			display: inline-block;
			padding-left: 20px;
			padding-right: 20px;
		}

			.post-comments .content ul li:first-child {
				font-size: 18px;
				display: inline-block;
				padding-right: 20px;
				font-weight: bold;
				color: #222222;
				padding-left: 0;
			}

			.post-comments .content ul li.bars {
				padding: 0;
			}

			.post-comments .content ul li a {
				color: #27509d;
				font-size: 14px;
				font-weight: bold;
				text-transform: uppercase;
			}

/*.post-comments .content ul h2{*/

/*	font-size: 18px;*/

/*	display: inline-block;*/

/*	padding-right: 20px;*/

/*	font-weight: bold;*/

/*	color: #222222;*/

/*}*/

.blog .comment-reply {
	margin-top: 60px;
}

	.blog .comment-reply .rating {
		position: relative;
		color: #ff6907;
		padding-left: 50px;
		margin-top: 15px;
	}

		.blog .comment-reply .rating:before {
			content: "";
			position: absolute;
			left: 0;
			width: 40px;
			height: 2px;
			background-color: #cccccc;
			top: 12px;
		}

	.blog .comment-reply .form-group {
		margin-bottom: 45px;
	}

		.blog .comment-reply .form-group label {
			display: block;
			font-size: 16px;
			font-weight: bold;
			color: #222222;
			margin-bottom: 15px;
		}

		.blog .comment-reply .form-group input[type="text"] {
			width: 100%;
			background-color: #f8f8f8;
			height: 55px;
			padding-left: 10px;
		}

		.blog .comment-reply .form-group textarea {
			width: 100%;
			background-color: #f8f8f8;
			padding-left: 10px;
			height: 120px;
			padding-top: 10px;
		}

	.blog .comment-reply form {
		margin-top: 45px;
	}

		.blog .comment-reply form button {
			font-size: 16px;
			line-height: 16px;
			font-weight: bold;
			color: #fff;
			text-transform: uppercase;
			background-color: #27509d;
			padding: 22px 35px;
			border-radius: 4px;
		}

/*** 

====================================================================
	Contact
====================================================================

***/

.contact-section {
	padding: 60px 0 30px;
}

	.contact-section .contact-info-block {
		text-align: center;
	}

.contact-info-block .contact-information {
	box-shadow: 1px 3px 4px 3px #f4f4f4;
	margin-bottom: 25px;
}

.contact-section .image img {
	width: 100%;
}

.contact-section .text {
	background-color: #fff;
	padding: 10px 0;
	position: relative;
}

.contact-map iframe {
	width: 100%;
	height: 500px;
}

.contact-section .text h2 {
	margin-bottom: 13px;
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	position: relative;
}

.contact-section .text .left-lines:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: #cccccc;
	left: 0;
	top: 60px;
}

.contact-section .text .left-lines:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: #cccccc;
	left: 0;
	top: 65px;
}

.contact-section .text .right-lines:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: #cccccc;
	right: 0;
	top: 60px;
}

.contact-section .text .right-lines:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: #cccccc;
	right: 0;
	top: 65px;
}

.contact-section .text p {
	font-size: 18px;
	color: #222222;
}

.form-contact {
	padding: 100px 0;
}

	.form-contact .text-block h2 {
		font-size: 36px;
		font-weight: bold;
		color: #222222;
		margin-bottom: 30px;
	}

	.form-contact .text-block .rating {
		position: relative;
		display: inline-block;
		padding-left: 45px;
		margin-bottom: 30px;
	}

		.form-contact .text-block .rating .star {
			position: relative;
			color: #27509d;
			font-size: 12px;
			margin: 0px 2px;
		}

			.form-contact .text-block .rating .star:nth-child(2) {
				font-size: 14px;
			}

		.form-contact .text-block .rating:before {
			position: absolute;
			content: '';
			left: 0;
			top: 11px;
			height: 1px;
			width: 30px;
			background-color: #cccccc;
		}

		.form-contact .text-block .rating:after {
			position: absolute;
			content: '';
			right: -45px;
			top: 11px;
			height: 1px;
			width: 30px;
			background-color: #cccccc;
		}

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

		.form-contact form .form-group label {
			font-size: 16px;
			font-weight: bold;
			color: #222222;
			display: block;
			margin-bottom: 15px;
		}

		.form-contact form .form-group input[type="text"] {
			width: 100%;
			background-color: #f8f8f8;
			height: 55px;
			padding-left: 10px;
			transition: .5s;
		}

			.form-contact form .form-group input[type="text"]:focus {
				box-shadow: 1px 1px 2px 1px #ededed;
				background-color: #ffffff;
			}

		.form-contact form .form-group textarea {
			width: 100%;
			background-color: #f8f8f8;
			padding-left: 10px;
			padding-top: 10px;
			transition: .5s;
			height: 130px;
		}

			.form-contact form .form-group textarea:focus {
				box-shadow: 1px 1px 2px 1px #ededed;
				background-color: #ffffff;
			}

	.form-contact form button {
		padding: 20px 50px;
		border-radius: 5px;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 18px;
		font-weight: 500;
	}

		.form-contact form button span {
			position: relative;
			z-index: 1;
		}

/*** 

====================================================================
	Fleet-list2
====================================================================

***/

.flee-banner2 {
	padding: 240px 0 200px;
}

	.flee-banner2 .text h3 {
		font-size: 60px;
		font-weight: 500;
		text-transform: capitalize;
	}

.banner-index3 .bread-crumb {
	position: relative;
}

	.banner-index3 .bread-crumb a {
		color: #ffffff;
		font-size: 16px;
		font-weight: 500;
	}

		.banner-index3 .bread-crumb a:hover {
			color: #ff6907;
		}

	.banner-index3 .bread-crumb i {
		font-style: normal;
		color: #ffffff;
		font-size: 16px;
		font-weight: 500;
	}

.fleet-list2-widget .widget-inner {
	position: relative;
	padding: 35px 30px 40px;
	background-color: #00bd6e;
}

.fleet-list2-widget .search-city-area {
	margin-bottom: 30px !important;
}

.fleet-list2-widget .form-group button {
	background-color: #f1a31b;
	color: #ffffff;
	padding: 20px 40px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
	border-radius: 4px;
	margin-bottom: 15px;
}

.fleet-list2-widget .recently-viewed-posts {
	background-color: #fff8ed;
	margin-top: 45px;
	padding: 45px 30px;
}

	.fleet-list2-widget .recently-viewed-posts h3 {
		font-size: 20px;
		font-weight: bold;
		color: #222222;
	}

	.fleet-list2-widget .recently-viewed-posts h4 {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
		color: #222222;
	}

		.fleet-list2-widget .recently-viewed-posts h4 a {
			color: #222222;
		}

	.fleet-list2-widget .recently-viewed-posts span {
		font-size: 14px;
		color: #222222;
	}

	.fleet-list2-widget .recently-viewed-posts .inner-info {
		position: relative;
		padding-left: 100px;
		margin-top: 30px;
		padding-top: 10px;
	}

		.fleet-list2-widget .recently-viewed-posts .inner-info .image {
			position: absolute;
			left: 0;
			top: 0;
		}

.fleetlist-2 .rating {
	display: inline-block;
}

	.fleetlist-2 .rating:after {
		position: absolute;
		content: "\f005";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: 11px;
		color: #f1a31b;
		right: 20px;
	}

/*** 

====================================================================
	Fleet-list3
====================================================================

***/

.recently-viewed-posts .style-3 span {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

	.recently-viewed-posts .style-3 span:before {
		position: absolute;
		content: "\f3c5";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		color: #f1a31b;
		left: 0;
	}

.recently-viewed-posts .style-3 a {
	color: #222222;
}

	.recently-viewed-posts .style-3 a span {
		display: inline-block;
		padding-left: 0;
		color: #ff5d01;
		margin-bottom: 0;
		text-decoration: underline;
	}

		.recently-viewed-posts .style-3 a span:before {
			display: none;
		}

.fleetlist-2 .lower-content .list p {
	margin-bottom: 2px;
	color: #222222;
	position: relative;
	display: block;
	padding-left: 20px;
}

	.fleetlist-2 .lower-content .list p:before {
		position: absolute;
		content: "\f3c5";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		left: 0;
		font-size: 16px;
		color: #ff5d01;
	}

/*** 

====================================================================
	Fleetlist4
====================================================================

***/

.boxed-inner .lower-box ul li {
	display: inline-block;
}

.boxed-inner .lower-box .searchs {
	background-color: #f7f7f7;
	padding: 10px 20px;
	border-radius: 50px;
	font-size: 14px;
	color: #222222;
}

.boxed-inner .lower-box .rating {
	margin-left: 10px;
}

.boxed-inner .lower-box .rating {
	background-color: #fff8ed;
	padding: 10px 30px 10px 20px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	position: relative;
}

	.boxed-inner .lower-box .rating:after {
		position: absolute;
		content: "\f005";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: 11px;
		color: #f1a31b;
		right: 10px;
	}

.boxed-inner .lower-box .btn {
	margin-left: 50px;
}

	.boxed-inner .lower-box .btn a {
		font-size: 18px;
		color: #222222;
	}

		.boxed-inner .lower-box .btn a span {
			font-weight: bold;
			/*	color: #ff5d01!important;*/
			font-size: 24px;
		}

.project-block-three .inner-box .location {
	position: relative;
	display: inline-block;
	color: #222222;
	padding-left: 20px;
	margin: 15px 0 18px;
}

	.project-block-three .inner-box .location:before {
		position: absolute;
		content: "\f3c5";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		left: 0;
		font-size: 16px;
		color: #ff5d01;
	}

.project-block-three .inner-box .content-box .list {
	margin-top: 0;
}

	.project-block-three .inner-box .content-box .list li {
		padding-left: 20px;
	}

		.project-block-three .inner-box .content-box .list li:before {
			content: "\f105";
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			color: #ff5d01;
			position: absolute;
			left: 0;
		}

/*** 

====================================================================
	Add listing
====================================================================

***/

.listing-section {
	padding: 110px 0 0;
}

	.listing-section .title .image {
		position: relative;
		padding-left: 60px;
	}

		.listing-section .title .image:before {
			content: "";
			border-bottom: 2px solid;
			border-top: 2px solid;
			position: absolute;
			width: 50px;
			height: 6px;
			top: 10px;
			left: 0
		}

	.listing-section .terms-cond span {
		color: #222222;
		font-size: 16px;
		font-weight: 400;
	}

	.listing-section .terms-cond input {
		margin-top: 50px;
		margin-right: 10px;
	}

	.listing-section .title {
		margin-bottom: 40px;
	}

		.listing-section .title span {
			font-size: 16px;
			font-weight: bold;
			color: #00bd6e;
			text-transform: uppercase;
		}

		.listing-section .title h2 {
			font-size: 36px;
			font-weight: bold;
			color: #222222;
			margin-bottom: 30px;
		}

	.listing-section form .form-group {
		margin-bottom: 30px;
	}

		.listing-section form .form-group input[type="text"] {
			width: 100%;
			background-color: #f8f8f8;
			color: #999999;
			height: 65px;
			border-radius: 4px;
			padding-left: 25px;
			font-size: 16px;
		}

	.listing-section form .ui-selectmenu-text {
		color: #999999;
		height: 65px;
		border-radius: 4px;
		font-style: normal;
		font-size: 16px;
	}

	.listing-section form .ui-selectmenu-button.ui-button {
		line-height: 2.7;
	}

	.listing-section form .ui-button .ui-icon {
		top: 12px;
	}

	.listing-section form textarea {
		width: 100%;
		background-color: #f8f8f8;
		color: #999999;
		height: 100px;
		padding-left: 25px;
		padding-top: 25px;
		border-radius: 4px;
		padding-left: 25px;
		font-size: 16px;
	}

	.listing-section form .form-group .ui-selectmenu-button.ui-button {
		font-style: normal;
		font-size: 16px;
		background-color: #f8f8f8;
		color: #999999;
		height: 65px;
	}

	.listing-section form .media-gallery {
		border: 2px dashed #cccccc;
		height: 200px;
		text-align: center;
		padding-top: 80px;
	}

	.listing-section form .form-group input[type=checkbox] {
		color: #ffffff;
		margin-right: 10px;
		width: 15px;
		height: 15px;
	}

		.listing-section form .form-group input[type=checkbox] .active {
			background-color: #00bd6e;
		}

	.listing-section .form .form-group {
		margin-bottom: 25px;
	}

	.listing-section span a {
		text-decoration: underline;
		color: #222222;
	}

	.listing-section button[type="submit"] {
		background-color: #00bd6e;
		color: #ffffff;
		padding: 25px 50px;
		text-transform: uppercase;
		line-height: 18px;
		font-size: 18px;
		font-weight: bold;
		border-radius: 4px;
		margin-top: 40px;
	}

.carousel-item img {
	margin-top: 113px;
}

.featured-img img {
	border-radius: 10px;
}

.featured-text h4 {
	font-size: 28px;
	color: #000;
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 10px;
}

.featured-text h3 {
	margin: 20px 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.mob_rate span {
	font-size: 20px;
	color: #e3b506;
	font-weight: 500;
	/* border-bottom: 2px solid #193469; */
}

.viewmore {
	margin-top: 18px;
}

	.viewmore a {
		font-size: 15px;
		font-weight: 500;
		padding: 4px 6px;
		background: linear-gradient(to right, #684e20, #ffcc00);
		border-radius: 3px;
		color: #fff;
		border: 1px solid #ffffff8f;
	}

.viewmores {
	font-size: 15px;
	font-weight: 500;
	padding: 4px 6px;
	border-radius: 3px;
	/* border: 1px solid #e1b306; */
	color: #fff;
	background: linear-gradient(to right, #000000, #000000);
}

.btn-primary {
	color: #fff;
	background: linear-gradient(to right, #684e20, #ffcc00);
	border: navajowhite;
}

.btn-close {
	position: absolute;
	top: 25px;
	z-index: 9;
	right: 30px;
}

.btn-close {
	position: absolute;
	top: 25px;
	z-index: 9;
	right: 30px;
	opacity: 1.5;
	font-size: 16px;
}

.list li {
	position: relative;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 2px;
}

	.list li span {
		position: relative;
		color: #bc9a0a;
		font-weight: 700;
		font-size: 16px;
	}

.mob_rate {
	position: relative;
}

.pt50 {
	padding-top: 50px;
}

.pl100 {
	padding-left: 100px;
}

@media(max-width:1023px) {
	.carousel-item img {
		margin-top: 0px;
	}
}

@media(max-width:991px) {
	.logo {
		padding-top: 6px;
	}

	.header-upper2 .main-menu .navigation > li {
		padding: 25px 0 0;
	}
}

@media(max-width:767px) {
	.pl100 {
		padding-left: 10px;
	}
}

@media(max-width:693px) {
	.header-top {
		display: none;
	}

	.fvrt-cars {
		/* margin-top: -50px; */
		padding: 20px 0px;
	}
}

.footer-link ul li i {
	font-size: 16px;
	color: #fff;
}

.footer-link ul li span {
	font-size: 16px;
	color: #cdcdcd;
	padding-left: 10px;
}

.whatsbtn {
	position: fixed;
	bottom: 74px;
	right: 20px;
	z-index: 99;
}

.call {
	position: fixed;
	bottom: 127px;
	right: 20px;
	z-index: 99;
}

	.whatsbtn img, .call img {
		width: 40px;
	}

.viewmores:hover {
	color: #fff;
}

.footer-social {
	margin-top: 25px;
}

	.footer-social li span {
		padding: 0;
		transition: .5s;
	}

	.footer-social li a {
		border: none;
		padding: 0 30px 0 0;
	}

	.footer-social li {
		display: inline-block;
	}

textarea.form-control {
	height: 85px;
	margin-bottom: 20px;
}

.viewmores_btn {
	font-size: 15px;
	font-weight: 500;
	padding: 8px 14px;
}
