/*========================================================================

	Template Name: Remaga - Multiple Business Listing HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Banner
	04. Icon box
	05. Social follow us
	06. Featured listing item
	07. Sidebar
	08. Counter
	09. Recent listing item
	10. Featured video item
	11. Footer
	12. Breadcrumbs & page title
	13. Inner search
	14. All categorie list page
	15. Listing detail page
	16. Comment wrapper
	17. Leave your comment form
	18. About us
	19. Contact us
	20. Login page
	21. Privacy policy
	22. Faqs
	23. 404 page
	24. Team
	25. Gallery
	
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Montserrat', sans-serif; */


/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #ec6a2a;
	color: #fff;
}
::-moz-selection {
 background-color: #ec6a2a;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #6C6D74;
	letter-spacing: 0.5px;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #444;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #333;
	padding: 0px;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
/* --- Social icon color --- */
.facebook-bg {
	background-color: #3b5999;
}
.twitter-bg {
	background-color: #55acef;
}
.linkedin-bg {
	background-color: #007ab9;
}
.pinterest-bg {
	background-color: #cb2028;
}
.instagram-bg {
	background-color: #f03370;
}
.google-plus-bg {
	background-color: #e83f3a;
}
.facebook-color {
	color: #3b5999;
}
.twitter-color {
	color: #55acef;
}
.linkedin-color {
	color: #007ab9;
}
.pinterest-color {
	color: #cb2028;
}
.instagram-color {
	color: #f03370;
}
.google-plus-color {
	color: #e83f3a;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: #ec6a2a;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff!important;
	text-decoration: none;
	background-color: #d05416;
}
/* --- Buttons --- */
.btn-style-1 {
	color: #fff;
	border: 0;
	border-radius: 4px;
	padding: 12px 20px;
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	background-color: #ec6a2a;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
	text-decoration: none;
	color: #fff;
	background-color: #d05416;
}
.btn-style-1.btn-sm {
	padding: 8px 12px;
	font-size: 10px;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* section title */
.section-title {
	position: relative;
}
.section-title small {
	font-size: 16px;
	color: #999999;
}
.section-title h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #222;
	font-weight: 600;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 8px;
	position: relative;
}
.section-title h2:after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #ec6a2a;
	bottom: -4px;
	left: 0px;
	border-radius: 100%;
}
.section-title .view-all {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	background-color: #ec6a2a;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 4px;
}
/* ===================================
	02. Header
=================================== */
/* header upper */
.header-upper {
	background-color: #fff;
	padding: 10px 0px;
	border-bottom: 2px solid #ec6a2a;
}
/* header upper links */
.header-upper-links li {
	position: relative;
	padding-right: 12px;
	margin-right: 8px !important;
}
.header-upper-links li:last-child {
	padding-right: 0px;
	margin-right: 0px !important;
}
.header-upper-links li:last-child:after {
	display: none;
}
.header-upper-links li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 12px;
	right: 0px;
	top: 50%;
	background-color: #cecece;
	transform: translateY(-50%);
}
.header-upper-links li a {
	color: #333;
	font-size: 13px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-upper-links li a:hover {
	color: #ec6a2a;
}
/* header upper social */
.header-upper-social li {
	margin-right: 0px !important;
	padding-left: 14px;
}
.header-upper-social li:first-child {
	padding-left: 0;
}
.header-upper-social li a {
	color: #333;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-upper-social li a:hover {
	color: #ec6a2a;
}
/* header lover */
.header-lover .navbar-brand {
	padding: 0;
	margin: 0;
}
.header-lover .navbar {
	padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
	font-size: 13px;
	color: #333;
	font-weight: 500;
	padding: 26px 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active a {
	color: #ec6a2a;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item {
	color: #212529;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item:hover {
	color: #ec6a2a;
}
.header-lover .navbar .nav-item:last-child .nav-link {
	padding-right: 0px;
}
.header-lover .navbar-toggler span {
	background-color: #2D2E33;
}
.header-lover .dropdown-menu {
	margin: 0px;
	border: 0;
	padding: 0;
	border-radius: 0px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}
.header-lover .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 12px 20px 12px 20px;
	position: relative;
	font-size: 12px;
	background-color: #ec6a2a;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px;
}
.header-lover .dropdown-menu .dropdown-item:hover {
	color: #fff;
	background-color: #d05416;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item {
	color: #fff;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item:hover {
	color: #fff;
}
.nav-btn a {
	padding: 20px 14px !important;
}
.nav-btn a span {
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	border-radius: 100%;
	background-color: #ec6a2a;
}
/*Navbar Toogle*/
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.sticky {
	position: fixed;
	top: 0px;
}
.is-sticky .header-lover {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	z-index: 999 !important;
	background-color: #fff;
	display: none;
}
 @media screen and (min-width: 768px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
/* ===================================
	03. Banner
=================================== */
.banner-area {
	position: relative;
	z-index: 0;
	padding: 180px 0px 160px 0px;
}
.banner-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-color: rgba(0,0,0,0.7);
}
.home-banner-bg {
	background-image: url(../img/bg/slider-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
/* banner text */
.home-banner-text {
	width: 100%;
	text-align: center;
}
.home-banner-text h4, .home-banner-text h1 {
	color: #fff;
	text-transform: uppercase;
}
.home-banner-text h4 span, .home-banner-text h1 span {
	color: #ec6a2a;
}
.home-banner-text h4 {
	font-size: 20px;
}
.home-banner-text h1 {
	font-weight: 700;
}
/* search categorie item */
.search-categorie-item .title {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.search-categorie-item form input, .search-categorie-item form select {
	height: 50px;
	font-size: 14px;
	border-radius: 4px;
	border: 0px;
}
.search-categorie-item form .btn {
	border-radius: 4px;
	background-color: #ec6a2a;
	height: 50px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
/* ===================================
	04. Icon box
=================================== */
.icon-box {
	text-align: center;
}
.icon-box .icon {
	position: relative;
	width: 120px;
	height: 120px;
	line-height: 120px;
	margin: 0 auto;
	margin-bottom: 35px;
	text-align: center;
	color: #bbb;
	font-size: 40px;
	border: 2px solid #dfdfdf;
	background-color: #fff;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.icon-box .icon:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 48px;
	left: 50%;
	bottom: -24px;
	background-color: #ec6a2a;
	transition: all 0.4s ease-in-out;
}
.icon-box:hover .icon {
	border: 2px solid #ec6a2a;
	background-color: #ec6a2a;
	color: #fff;
}
.icon-box h4 a {
	font-size: 20px;
	font-weight: 600;
	color: #222;
}
/* ===================================
	05. Social follow us
=================================== */
.social-follow-us li {
	margin-bottom: 1px;
}
.social-follow-us li:last-child {
	margin-bottom: 0px;
}
.social-follow-us li a {
	color: #fff;
	padding: 12px 8px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-follow-us li a:hover {
	filter: brightness(90%);
}
.social-follow-us li a .icon {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	margin-right: 6px;
}
.social-follow-us li a .text {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 18px;
}
.social-follow-us li a .text small {
	font-size: 10px;
}
/* ===================================
	06. Featured listing item
=================================== */
.featured-listing-item {
	border: 1px solid #dfdfdf;
	padding: 10px;
	position: relative;
}
/* .featured-listing-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 30%;
	left: 0px;
	top: 0px;
	background-color: #e8e8e8;
	z-index: -1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
} */
.featured-listing-item .featured-listing-item-img {
	position: relative;
	overflow: hidden;
}
.featured-listing-item .featured-listing-item-img .hover-overlay {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	bottom: 0px;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.featured-listing-item:hover .featured-listing-item-img .hover-overlay {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.featured-listing-item .featured-listing-item-img .hover-overlay ul.listing-links {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	height: auto;
	margin: 0 auto;
	text-align: center;
	right: 0;
	left: 0;
	display: block;
}
.featured-listing-item .featured-listing-item-img .hover-overlay ul.listing-links li {
	margin-right: 0px;
}
.featured-listing-item .featured-listing-item-img .hover-overlay ul.listing-links li a {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	color: #222;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.featured-listing-item .featured-listing-item-img .hover-overlay ul.listing-links li a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.featured-listing-item .featured-listing-item-img .hover-overlay ul.listing-links li a i.fa-heart {
	color: #65b32e;
}
.featured-listing-item .featured-listing-item-img .hover-overlay ul.listing-links li a i.fa-map-marker-alt {
	color: #00a1be;
}
.featured-listing-item .tag {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	color: #ec6a2a;
}
.featured-listing-item h3 {
	font-size: 17px;
	font-weight: 600;
}
.featured-listing-item h3 a {
	color: #222;
}
.featured-listing-item p {
	margin-bottom: 0px;
}
.featured-listing-item .readmore {
	color: #ec6a2a;
	font-size: 22px;
	display: inline-block;
	line-height: 24px;
}
.featured-listing-item .rating-box i {
	color: #ec6a2a;
	font-size: 12px;
}
.featured-listing-item:hover:after {
	height: 100%;
}
/* ===================================
	07. Sidebar
=================================== */
/* side search box */
.side-search-box {
	position: relative;
}
.side-search-box input {
	border: 1px solid #e9e9e9;
	height: 50px;
	font-size: 13px;
	padding: 15px 35px 15px 15px;
	border-radius: 0px;
}
.side-search-box button {
	position: absolute;
	top: 50%;
	right: 15px;
	background-color: transparent;
	padding: 0px;
	border: 0px;
	transform: translateY(-50%);
}
/* widget title */
.widget-title {
	position: relative;
}
.widget-title h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #222;
	font-weight: 600;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 8px;
	position: relative;
}
.widget-title h2:after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #ec6a2a;
	bottom: -4px;
	left: 0px;
	border-radius: 100%;
}
/* recent posts */
.recent-post-item {
	margin-bottom: 20px;
}
.recent-post-item:last-child {
	margin-bottom: 0px;
}
.recent-post-item .recent-post-img {
	position: relative;
	margin-right: 12px;
}
.recent-post-item .recent-post-img img {
	max-width: 80px;
	border-radius: 100%;
}
.recent-post-item .recent-post-text h4 {
	font-size: 13px;
	line-height: 20px;
}
.recent-post-item .recent-post-text h4 a {
	color: #222;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.recent-post-item .recent-post-text h4 a:hover {
	color: #ec6a2a;
}
.recent-post-item .recent-post-text .recent-post-meta {
	color: #999999;
	font-size: 11px;
	font-style: italic;
}
/* sidebar subscribe widget */
.sidebar-subscribe-widget {
	position: relative;
	padding: 15px;
	background-color: #ec6a2a;
}
.sidebar-subscribe-widget h3 {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sidebar-subscribe-widget form {
	position: relative;
}
.sidebar-subscribe-widget form input {
	width: 100%;
	border: 0px;
	background-color: #fff;
	color: #333;
	border: 0px;
	height: 50px;
	padding: 10px 40px 10px 10px;
}
.sidebar-subscribe-widget form button {
	position: absolute;
	top: 50%;
	right: 6px;
	border: 0px;
	background-color: transparent;
	transform: translateY(-50%);
	color: #ec6a2a;
	font-size: 20px;
}
/* tags list */
.widget-tags-list {
	display: inline-block;
}
.widget-tags-list li {
	float: left;
}
.widget-tags-list li a {
	background-color: #fff;
	color: #000;
	border: 1px solid #efefef;
	font-weight: 400;
	line-height: 100%;
	margin: 0 5px 5px 0;
	display: inline-block;
	font-size: 12px;
	padding: 8px 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widget-tags-list li a:hover {
	background-color: #ec6a2a;
	color: #fff;
}
/* ===================================
	08. Counter
=================================== */
.counter-up-area {
	position: relative;
	background-color: #ec6a2a;
}
.counter-up-area .single-count-item {
	z-index: 0;
	position: relative;
	padding: 60px 0px 60px 0px;
	text-align: center;
}
.counter-up-area .col-lg-3:last-child .single-count-item {
	border-right: 0px;
}
.counter-up-area .col-lg-3 .single-count-item {
	border-right: 1px solid rgba(255,255,255,0.3);
}
.counter-up-area .single-count-item h3 {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 0px;
	text-transform: capitalize;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.counter-up-area .single-count-item span {
	color: #fff;
	font-size: 50px;
	line-height: 36px;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 6px;
	font-weight: 600;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* ===================================
	09. Recent listing item
=================================== */
.recent-listing-item {
	border: 1px solid #dfdfdf;
	padding: 15px;
	position: relative;
	display: inline-block;
}
/* .recent-listing-item:after {
	position: absolute;
	content: "";
	width: 20%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #e8e8e8;
	z-index: -1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
} */
.recent-listing-item .recent-listing-item-img {
	position: relative;
	overflow: hidden;
	width: 40%;
	margin-right: 3%;
	float: left;
}
.recent-listing-item .recent-listing-item-img .hover-overlay {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	bottom: 0px;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.recent-listing-item:hover .recent-listing-item-img .hover-overlay {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.recent-listing-item .recent-listing-item-des {
	width: 57%;
	float: left;
}
.recent-listing-item .recent-listing-item-img .hover-overlay ul.recent-listing-links {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	height: auto;
	margin: 0 auto;
	text-align: center;
	right: 0;
	left: 0;
	display: block;
}
.recent-listing-item .recent-listing-item-img .hover-overlay ul.recent-listing-links li {
	margin-right: 0px;
}
.recent-listing-item .recent-listing-item-img .hover-overlay ul.recent-listing-links li a {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	color: #222;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.recent-listing-item .recent-listing-item-img .hover-overlay ul.recent-listing-links li a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.recent-listing-item .recent-listing-item-img .hover-overlay ul.recent-listing-links li a i.fa-heart {
	color: #65b32e;
}
.recent-listing-item .recent-listing-item-img .hover-overlay ul.recent-listing-links li a i.fa-map-marker-alt {
	color: #00a1be;
}
.recent-listing-item .tag {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	color: #ec6a2a;
}
.recent-listing-item h3 {
	font-size: 17px;
	font-weight: 600;
}
.recent-listing-item h3 a {
	color: #222;
}
.recent-listing-item p {
	margin-bottom: 0px;
}
.recent-listing-item .readmore {
	color: #ec6a2a;
	font-size: 22px;
	display: inline-block;
	line-height: 24px;
}
.recent-listing-item .rating-box i {
	color: #ec6a2a;
	font-size: 12px;
}
.recent-listing-item:hover:after {
	width: 100%;
}
/* ===================================
	10. Featured video item
=================================== */
.featured-video-item {
	border: 1px solid #dfdfdf;
	padding: 10px;
	position: relative;
}
/* .featured-video-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 30%;
	left: 0px;
	top: 0px;
	background-color: #e8e8e8;
	z-index: -1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
} */
.featured-video-item .featured-video-item-img {
	position: relative;
	overflow: hidden;
}
.featured-video-item .featured-video-item-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.featured-video-item:hover .featured-video-item-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.featured-video-item .featured-video-item-img .hover-overlay {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	bottom: 0px;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.featured-video-item:hover .featured-video-item-img .hover-overlay {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.featured-video-item .featured-video-item-img .hover-overlay ul.listing-links {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	height: auto;
	margin: 0 auto;
	text-align: center;
	right: 0;
	left: 0;
	display: block;
}
.featured-video-item .featured-video-item-img .hover-overlay ul.listing-links li {
	margin-right: 0px;
}
.featured-video-item .featured-video-item-img .hover-overlay ul.listing-links li a {
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.featured-video-item .featured-video-item-img .hover-overlay ul.listing-links li a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.featured-video-item .tag {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	color: #ec6a2a;
}
.featured-video-item h3 {
	font-size: 17px;
	font-weight: 600;
}
.featured-video-item h3 a {
	color: #222;
}
.featured-video-item:hover:after {
	height: 100%;
}
/* recent posts */
.video-post-sidebar-item {
	margin-bottom: 28px;
}
.video-post-sidebar-item:last-child {
	margin-bottom: 0px;
}
.video-post-sidebar-item .video-post-sidebar-img {
	position: relative;
	margin-right: 12px;
	overflow: hidden;
	width: 150px;
}
.video-post-sidebar-item .video-post-sidebar-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.video-post-sidebar-item:hover .video-post-sidebar-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.video-post-sidebar-item .video-post-sidebar-img i {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	text-align: center;
	background-color: #fff;
	color: #222;
	line-height: 25px;
	font-size: 10px;
}
.video-post-sidebar-item .video-post-sidebar-text h4 {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 6px;
}
.video-post-sidebar-item .video-post-sidebar-text h4 a {
	color: #222;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.video-post-sidebar-item .video-post-sidebar-text h4 a:hover {
	color: #ec6a2a;
}
.video-post-sidebar-item .video-post-sidebar-text .video-post-sidebar-meta {
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
}
/* ===================================
	11. Footer
=================================== */
.footer-main {
	background-color: #222;
}
/* footer widget title */
.footer-widget-title h4 {
	font-weight: 600;
	color: #ffffff;
	line-height: 14px;
	text-transform: capitalize;
	padding-left: 15px;
	border-left: 4px solid #ec6a2a;
	margin-bottom: 30px;
	font-size: 18px;
}
/* footer popular news */
.footer-popular-news-item {
	margin-bottom: 20px;
}
.footer-popular-news-item:last-child {
	margin-bottom: 0px;
}
.footer-popular-news-item .footer-popular-news-img {
	position: relative;
	margin-right: 12px;
}
.footer-popular-news-item .footer-popular-news-img img {
	max-width: 80px;
	border-radius: 6px;
	border: 2px solid #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-popular-news-item:hover .footer-popular-news-img img {
	border: 2px solid #ec6a2a;
}
.footer-popular-news-item .footer-popular-news-text h4 {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 6px;
}
.footer-popular-news-item .footer-popular-news-text h4 a {
	color: #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-popular-news-item .footer-popular-news-text h4 a:hover {
	color: #ec6a2a;
}
.footer-popular-news-item .footer-popular-news-text .footer-popular-news-meta {
	color: #999999;
	font-size: 11px;
	font-style: italic;
}
/* footer top news */
.footer-top-news-item {
	margin-bottom: 20px;
}
.footer-top-news-item:last-child {
	margin-bottom: 0px;
}
.footer-top-news-item .footer-top-news-text h4 {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 6px;
}
.footer-top-news-item .footer-top-news-text h4 a {
	color: #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-top-news-item .footer-top-news-text h4 a:hover {
	color: #ec6a2a;
}
.footer-top-news-item .footer-top-news-text .footer-top-news-meta {
	color: #999999;
	font-size: 11px;
	font-style: italic;
}
/* footer about us */
.footer-about-us p {
	font-size: 13px;
	color: #888888;
}
/* footer contact */
.footer-contact li {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 10px;
	color: #888888;
}
.footer-contact li a {
	color: #888888;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-contact li a:hover {
	color: #ec6a2a;
}
.footer-contact li i {
	width: 20px;
	text-align: left;
	margin-right: 10px;
	font-size: 16px;
}
/* footer social */
.footer-social a {
	width: 36px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	border-radius: 100%;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
/* footer divider */
.footer-divider {
	width: 100%;
	height: 6px;
	background-image: url(../img/footer_divider.png);
}
.footer-copyright {
	background-color: #151515;
	font-size: 13px;
	padding: 20px 0px;
	color: #888888;
}
/* ===================================
	12. Breadcrumbs & page title
=================================== */
.breadcrumbs-page-title {
	position: relative;
	padding: 100px 0px;
}
.page-title-bg {
	background-image: url(../img/bg/page-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.page-title-bg:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: -1;
}
.breadcrumbs-page-title h1 {
	color: #fff;
	font-size: 34px;
	margin-bottom: 6px;
}
.breadcrumbs-page-title .breadcrumb li {
	display: inline-block;
	font-size: 14px;
	margin: 0px;
	color: #fff;
}
.breadcrumbs-page-title .breadcrumb-item + .breadcrumb-item:before {
	content: "\f30b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
}
.breadcrumbs-page-title .breadcrumb li a {
	color: #ec6a2a;
}
/* ===================================
	13. Inner search
=================================== */
.inner-search {
	background-color: #222;
	padding: 50px 0px 30px 0px;
}
/* ===================================
	14. All categorie list page
=================================== */
/* categorie list box */
.categorie-list-box .card-header {
	background-color: #ec6a2a;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.categorie-list-box .card-header i {
	padding-right: 6px;
}
.categorie-list-box ul li {
	padding: 0px;
}
.categorie-list-box ul li a {
	color: #222;
 padding: .75rem 1.25rem;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.categorie-list-box ul li a i {
	padding-right: 6px;
}
.categorie-list-box ul li a:hover {
	color: #fff;
	padding-left: 28px;
	background-color: #ec6a2a;
}
.categorie-list-box ul li a span {
	float: right;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	color: #ec6a2a;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.categorie-list-box ul li a:hover span {
	color: #fff;
}
/* ===================================
	15. Listing detail page
=================================== */
.listing-detail-img {
	position: relative;
}
.listing-detail-img:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,000000+100&0+0,0.8+100 */
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%, rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#cc000000', GradientType=0 ); /* IE6-9 */
}
.listing-detail-contact {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
}
.listing-detail-contact li {
	color: #fff;
	padding-bottom: 8px;
	font-size: 14px;
}
.listing-detail-contact li:last-child {
	padding-bottom: 0px;
}
.listing-detail-contact li a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.listing-detail-contact li a:hover {
	color: #ec6a2a;
}
.listing-detail-contact li i {
	color: #ec6a2a;
	padding-right: 6px;
}
.listing-detail-contact li i.fa-star {
	color: #ffcc58;
}
.listing-detail-meta {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 14px 0px;
}
.listing-detail-meta li {
	font-size: 14px;
	position: relative;
	padding-right: 12px;
	margin-right: 10px !important;
}
.listing-detail-meta li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 12px;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	background-color: rgba(0,0,0,0.1);
}
.listing-detail-meta li:last-child:after {
	display: none;
}
.listing-detail-meta li:last-child {
	padding-right: 0px;
	margin-right: 0px !important;
}
.listing-detail-meta li i {
	color: #ec6a2a;
	padding-right: 6px;
}
.list-style-1 li {
	color: #444;
	padding-bottom: 12px;
	font-size: 14px;
}
.list-style-1 li:last-child {
	padding-bottom: 0px;
}
.list-style-1 li i {
	padding-right: 6px;
	color: #ec6a2a;
}
.listing-detail-video-box iframe {
	width: 100%;
	height: 220px;
	border: 0px;
}
.share-it-div li {
	color: #333;
	font-weight: 600;
}
.share-it-div li a {
	display: inline-block;
	padding: 6px 12px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
}
/* ===================================
	16. Comment wrapper
=================================== */
.comment-wrapper-box {
	background-color: #f7f8f9;
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
}
.comment-wrapper-box:last-child {
	margin-bottom: 0px;
}
.comment-wrapper-box .comment-wrapper-box {
	margin-top: 15px;
	background-color: #eee;
}
.comment-wrapper-box .caption {
	border-left: 4px solid #ec6a2a;
	padding: 0px 0px 0px 6px;
	width: 100%;
	font-size: 12px;
}
.comment-wrapper-box .caption strong {
	color: #222;
	display: block;
	font-size: 16px;
}
.comment-wrapper-box img {
	margin-right: 15px;
	float: left;
	max-width: 50px;
}
.comment-wrapper-box .reply-arrow {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #ec6a2a;
	color: #fff;
	display: inline-block;
	font-size: 12px;
}
/* ===================================
	17. Leave your comment form
=================================== */
.leave-your-comment-form input {
	border: 1px solid #e9e9e9;
	height: 50px;
	font-size: 13px;
}
.leave-your-comment-form textarea {
	border: 1px solid #e9e9e9;
	font-size: 13px;
}
/* ===================================
	18. About us
=================================== */
.about-text h6 {
	color: #ec6a2a;
	font-size: 14px;
}
.about-text h2 {
	font-size: 38px;
}
/* ===================================
	19. Contact us
=================================== */
.contact-info-box h4 {
	font-size: 22px;
}
.contact-info-box ul li {
	padding-bottom: 8px;
}
.contact-info-box ul li:last-child {
	padding-bottom: 0px;
}
.contact-info-box ul li a {
	color: #6C6D74;
}
.contact-info-box ul li a:hover {
	color: #ec6a2a;
}
/* contact form */
.contact-form input {
	border: 1px solid #e9e9e9;
	height: 50px;
	font-size: 13px;
}
.contact-form textarea {
	border: 1px solid #e9e9e9;
	font-size: 13px;
}
.help-block.with-errors ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
/* map area */
.map-area {
	line-height: 10px;
}
.map-area iframe {
	width: 100%;
	height: 400px;
	border: 0px;
}
/* ===================================
	20. Login page
=================================== */
.login-form input[type="email"], .login-form input[type="password"] {
	border: 1px solid #e9e9e9;
	height: 50px;
	font-size: 13px;
}
.login-form textarea {
	border: 1px solid #e9e9e9;
	font-size: 13px;
}
.forgot-password, .new-user {
	font-size: 14px;
	color: #333;
}
.forgot-password:hover, .new-user:hover {
	color: #ec6a2a;
}
/* login social */
.login-social a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	display: inline-block;
}
/* ===================================
	21. Privacy policy
=================================== */
.privacy-policy-single-content {
	margin-bottom: 30px;
}
.privacy-policy-single-content:last-child {
	margin-bottom: 0px;
}
.privacy-policy-single-content h3 {
	color: #ec6a2a;
	font-size: 22px;
}
.privacy-policy-single-content p {
	margin-bottom: 0px;
}
.privacy-policy-single-content ul li {
	padding-bottom: 8px;
}
.privacy-policy-single-content ul li:last-child {
	padding-bottom: 0px;
}
.privacy-policy-single-content ul li i {
	color: #ec6a2a;
	padding-right: 6px;
}
/* ===================================
	22. Faqs
=================================== */
.faq-box .accordion-item .accordion-header .accordion-button .fa-sort-up {
	display: inline-block;
	color: #ec6a2a;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-sort-up {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-sort-down {
	display: inline-block;
}
.faq-box .accordion-item .accordion-header .accordion-button .fa-sort-down {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	position: relative;
}
.faq-box .accordion-item .accordion-header i {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.faq-box .accordion-item .accordion-header {
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #333 !important;
	padding: 20px 20px !important;
	font-size: 16px;
	background-color: #fff;
	font-weight: 600;
	border: 1px solid #f5f5f5;
	border-left-width: 4px;
}
.faq-box .accordion-item {
	margin-bottom: 10px;
	border-radius: 0px !important;
	border-bottom: 1px solid #f5f5f5 !important;
	border-top: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 25px 25px 25px 25px;
	color: #333;
	margin-top: 0px;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-bottom: 0px !important;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #ec6a2a !important;
	padding: 20px !important;
	border-bottom: 0;
	font-size: 16px;
	border-radius: 0px;
	font-weight: 600;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-left-width: 4px;
	border-left-color: #ec6a2a;
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
	display: none;
}
.faq-box .accordion-item .accordion-body ul {
	margin-left: 15px;
}
.faq-box .accordion-item .accordion-body ul li {
	list-style: circle;
}
/* ===================================
	23. 404 page
=================================== */
.error-text h2 {
	font-size: 100px;
	padding: 0px;
	font-weight: 700;
}
.error-text h4 {
	margin-bottom: 10px;
	color: #ec6a2a;
}
/* ===================================
	10. Team area
=================================== */
.team-item {
	background-color: #f5f5f5;
	padding: 30px;
	text-align: center;
	border-radius: 6px;
}
.team-item .team-item-img-box {
	display: block;
	position: relative;
	border-radius: 100%;
	overflow: hidden;
}
.team-item .team-item-img-box img {
	border-radius: 100%;
}
.team-item .team-item-info {
	padding: 30px 0px 0px 0px;
}
.team-item .team-item-img-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0px;
	left: 0px;
	z-index: 0;
	transition: all 0.4s ease 0s;
	opacity: 0;
}
.team-item:hover .team-item-img-box:after {
	opacity: 1;
}
.team-item .team-item-info h5 {
	color: #000;
	font-weight: 600;
	margin: 0 0 4px;
}
.team-item .team-item-info span {
	color: #ef800d;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 4px;
}
/* ===================================
	25. Gallery
=================================== */
.gallery-box {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid rgba(0,0,0,0.1)
}
.gallery-box:after {
	height: 94%;
	width: 94%;
	top: 3%;
	border-radius: 8px;
	left:3%;
	content: '';
	background-color: rgba(0,0,0,0.2);
	z-index: 2;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:hover:after {
	background-color: rgba(255,255,255,0.4);
}
.gallery-box .zoom {
	position: absolute;
	bottom: 50%;
	left: 50%;
	top: 50%;
	right: 50%;
	z-index: 4;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin: auto;
	transform: translate(-50%);
	width: 50px;
	height: 50px;
	text-align: center;
	opacity: 0;
	background-color: #ff5a19;
	border-radius: 100%;
	line-height: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:hover .gallery-overlay:after, .gallery-box:hover .gallery-overlay:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.gallery-box:hover .zoom {
	opacity: 1;
}