@charset "UTF-8";

/*-------------------------------------------------------------
Template Name: HomeLand
Template URL: 
Author Name: ThemexRiver
Author URL: https://themeforest.net/user/themexriver/portfolio
Version: 1.0
Description: 
Tags: real state template
Text Domain: homeland
-------------------------------------------------------------*/


/*------------------------------------------------------------- 
TABLE OF CONTENTS: 
---------------------------------------------------------------
>> Variables
>> Mixin 
>> Header
>> Footer
>> Breadcrumb Section
>> Preloader
>> Theme
>> Typography
>> Animation
>> Common
>> Home-3
>> 404
>> About
>> Blog
>> Blog Details
>> Contact
>> Faq
>> Service Details
>> Property List
>> Property Details
>> Coming Soon 
>> Profile
>> Home2
>> Home1
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

/*********** Header Style 1 ***********/

.hl-header-area {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	position: relative;
	z-index: 10;
}

@media (max-width: 991.98px) {
	.hl-header-area .hl-header-nav .desktop-menu {
		display: none;
	}
}

.hl-header-area .hl-header-nav .hl-logo-wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
}

.hl-header-area .hl-header-nav .hl-logo-wrapper a {
	display: inline-block;
}

.hl-header-area .hl-header-nav .hl-desktop-nav {
	position: relative;
}

.hl-header-area .hl-header-nav .hl-desktop-nav ul {
	text-align: right;
}

.hl-header-area .hl-header-nav .hl-desktop-nav ul li {
	display: inline-block;
}

.hl-header-area .hl-header-nav .hl-desktop-nav ul li:nth-child(1),
.hl-header-area .hl-header-nav .hl-desktop-nav ul li:nth-child(2),
.hl-header-area .hl-header-nav .hl-desktop-nav ul li:nth-child(3) {
	float: left;
}

.hl-header-area .hl-header-nav .hl-desktop-nav ul li a {
	padding: 33px 20px;
	display: block;
	font-weight: 500;
	color: var(--thm-base);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-header-area .hl-header-nav .hl-desktop-nav ul li.has-submenu {
	position: relative;
}

.hl-header-area .hl-header-nav .hl-desktop-nav ul li.has-submenu::after {
	content: '+';
	position: absolute;
	top: 33px;
	right: 8px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-header-area .hl-header-nav .hl-desktop-nav ul li.has-submenu ul {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 10;
	background-color: #ffffff;
	width: 220px;
	text-align: left;
	padding-top: 8px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
}

.hl-header-area .hl-header-nav .hl-desktop-nav ul li.has-submenu ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-image: var(--thm-base);
}

.hl-header-area .hl-header-nav .hl-desktop-nav ul li.has-submenu ul li {
	display: block;
	float: none;
}

.hl-header-area .hl-header-nav .hl-desktop-nav ul li.has-submenu ul li+li a {
	border-top: 1px solid #dddddd;
}

.hl-header-area .hl-header-nav .hl-desktop-nav ul li.has-submenu ul li a {
	display: block;
	padding: 10px 20px;
}

.hl-header-area .hl-header-nav .hl-desktop-nav ul li.has-submenu ul li:hover a {
	padding-left: 25px;
}

.hl-header-area .hl-header-nav .hl-desktop-nav ul li.has-submenu:hover::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: var(--thm-base);
}

.hl-header-area .hl-header-nav .hl-desktop-nav ul li.has-submenu:hover>ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.hl-header-area .hl-header-nav .hl-desktop-nav ul li:hover>a {
	color: var(--thm-base);
}

.hl-header-area .hl-header-nav .hl-mobile-logo .mobile-logo-wrapper a {
	width: 200px;
	display: inline-block;
}

@media (max-width: 575.98px) {
	.hl-header-area .hl-header-nav .hl-mobile-logo .mobile-logo-wrapper a {
		width: 170px;
	}
}

.hl-header-area .hl-header-nav .hl-header-right {
	text-align: right;
}

.hl-header-area .hl-header-nav .hl-header-right .hl-primary-btn {
	display: inline-block;
}

@media (max-width: 1199.98px) {
	.hl-header-area .hl-header-nav .hl-header-right .hl-primary-btn a {
		width: auto;
		padding: 0 15px;
	}
}

@media (max-width: 991.98px) {
	.hl-header-area .hl-header-nav .hl-header-right .hl-primary-btn a {
		width: 170px;
	}
}

@media (max-width: 575.98px) {
	.hl-header-area .hl-header-nav .hl-header-right .hl-primary-btn {
		display: none;
	}
}

.hl-header-area .hl-header-nav .hl-header-right .hl-mobile-hamburger {
	display: none;
	margin-left: 10px;
}

.hl-header-area .hl-header-nav .hl-header-right .hl-mobile-hamburger a {
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	color: var(--thm-base);
}

@media (max-width: 991.98px) {
	.hl-header-area .hl-header-nav .hl-header-right .hl-mobile-hamburger {
		display: inline-block;
	}
}

@media (max-width: 991.98px) {
	.hl-header-area .hl-header-nav {
		padding: 15px 0;
	}
}


/********************* Mobile Menu ********************/

.hl-mobile-menu {
	position: fixed;
	width: 220px;
	height: 100vh;
	top: 0;
	right: -250px;
	background-color: #ffffff;
	padding-top: 60px;
	z-index: 110;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-mobile-menu .hl-mobile-menu-close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	font-size: 25px;
	color: var(--thm-base);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-mobile-menu .hl-mobile-menu-close:hover {
	color: var(--thm-base);
}

.hl-mobile-menu .mobile-menu-logo {
	width: 130px;
	display: block;
	margin: 0 auto;
}

.hl-mobile-menu ul {
	margin-top: 20px;
}

.hl-mobile-menu ul li {
	display: block;
}

.hl-mobile-menu ul li a {
	display: block;
	padding: 8px 8px 8px 15px;
	border-bottom: 1px solid #dddddd;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	color: var(--thm-base);
}

.hl-mobile-menu ul li.has-submenu {
	position: relative;
}

.hl-mobile-menu ul li.has-submenu>a {
	position: relative;
}

.hl-mobile-menu ul li.has-submenu>a::after {
	content: '+';
	position: absolute;
	top: 6px;
	right: 10px;
	background-color: #dddddd;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 2px;
	cursor: pointer;
}

.hl-mobile-menu ul li.has-submenu ul {
	margin-top: 0;
	display: none;
}

.hl-mobile-menu ul li.has-submenu ul li a {
	padding-left: 25px;
}

.hl-mobile-menu ul li.has-submenu ul li.has-submenu ul li a {
	padding-left: 35px;
}

.menu-open {
	right: 0;
}


/******** Header Style 2 ************/

.header-style-2 {
	position: relative;
	z-index: 10;
}

.header-style-2 .header-top {
	padding: 15px 0;
	background-color: #ffffff;
}

.header-style-2 .header-top .logo-wrapper a {
	width: 180px;
	display: inline-block;
}

.header-style-2 .header-top .info-lists .info-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.header-style-2 .header-top .info-lists .info-item+.info-item {
	margin-left: 30px;
}

.header-style-2 .header-top .info-lists .info-item .icon-wrapper span {
	width: 50px;
	height: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid var(--thm-base);
	border-radius: 50%;
	color: var(--thm-base);
	font-size: 24px;
}

.header-style-2 .header-top .info-lists .info-item .icon-wrapper span i {
	line-height: 0;
}

.header-style-2 .header-top .info-lists .info-item .info-content {
	margin-left: 10px;
}

.header-style-2 .header-top .info-lists .info-item .info-content .subtitle {
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	font-size: 14px;
}

.header-style-2 .header-top .info-lists .info-item .info-content .title {
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	color: var(--thm-base);
	display: block;
	margin-top: 3px;
}

.header-style-2 .header-top .info-lists .info-item .info-mobile-content {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	width: 200px;
	background-color: var(--thm-base);
	text-align: center;
	padding: 15px;
	border-radius: 4px;
	display: none;
	word-break: break-word;
}

.header-style-2 .header-top .info-lists .info-item .info-mobile-content::before {
	content: '';
	position: absolute;
	right: 10px;
	top: -10px;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid var(--thm-base);
}

.header-style-2 .header-top .info-lists .info-item .info-mobile-content .subtitle {
	color: #ffffff;
	text-transform: capitalize;
	display: block;
}

.header-style-2 .header-top .info-lists .info-item .info-mobile-content .title {
	color: #ffffff;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	margin-top: 3px;
	display: block;
}

@media (max-width: 991.98px) {
	.header-style-2 .header-top .info-lists {
		text-align: right;
	}
	.header-style-2 .header-top .info-lists .info-item {
		display: inline-block;
	}
	.header-style-2 .header-top .info-lists .info-item+.info-item {
		margin-left: 10px;
	}
	.header-style-2 .header-top .info-lists .info-item .icon-wrapper span {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
	.header-style-2 .header-top .info-lists .info-item .info-content {
		display: none;
	}
	.header-style-2 .header-top .info-lists .info-item:hover .info-mobile-content {
		display: block;
	}
}

@media (max-width: 460px) {
	.header-style-2 .header-top .info-lists .info-item+.info-item {
		margin-left: 3px;
	}
}

.header-style-2 .header-bottom {
	background-image: -webkit-linear-gradient(288deg, #0052d4 0%, #4364f7 100%);
	background-image: -o-linear-gradient(288deg, #0052d4 0%, #4364f7 100%);
	background-image: linear-gradient(162deg, var(--thm-base) 0%, var(--thm-base) 100%);
	border-radius: 4px;
	padding: 0 10px;
}

@media (max-width: 991.98px) {
	.header-style-2 .header-bottom {
		padding: 15px 10px;
	}
}

.header-style-2 .header-bottom .navigation-menu ul li {
	display: inline-block;
}

.header-style-2 .header-bottom .navigation-menu ul li a {
	padding: 24px 20px;
	display: block;
	font-weight: 500;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-transform: capitalize;
}

.header-style-2 .header-bottom .navigation-menu ul li.has-submenu {
	position: relative;
}

.header-style-2 .header-bottom .navigation-menu ul li.has-submenu::after {
	content: '+';
	position: absolute;
	top: 24px;
	right: 8px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color: #ffffff;
}

.header-style-2 .header-bottom .navigation-menu ul li.has-submenu ul {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 10;
	background-color: #ffffff;
	width: 220px;
	text-align: left;
	padding-top: 8px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
}

.header-style-2 .header-bottom .navigation-menu ul li.has-submenu ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-image: var(--thm-base);
}

.header-style-2 .header-bottom .navigation-menu ul li.has-submenu ul li {
	display: block;
	float: none;
}

.header-style-2 .header-bottom .navigation-menu ul li.has-submenu ul li+li a {
	border-top: 1px solid #dddddd;
}

.header-style-2 .header-bottom .navigation-menu ul li.has-submenu ul li a {
	display: block;
	padding: 10px 20px;
	color: var(--thm-base);
}

.header-style-2 .header-bottom .navigation-menu ul li.has-submenu ul li:hover a {
	padding-left: 25px;
}

.header-style-2 .header-bottom .navigation-menu ul li.has-submenu:hover::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: var(--thm-base);
}

.header-style-2 .header-bottom .navigation-menu ul li.has-submenu:hover>ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.header-style-2 .header-bottom .navigation-menu ul li:hover>a {
	color: var(--thm-green);
}

.header-style-2 .header-bottom .header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-style-2 .header-bottom .header-right .listing-btn a {
	color: #ffffff;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 15px;
}

.header-style-2 .header-bottom .header-right .listing-btn a span {
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--thm-base);
	margin-right: 6px;
}

@media (max-width: 460px) {
	.header-style-2 .header-bottom .header-right .listing-btn {
		display: none;
	}
}

.header-style-2 .header-bottom .header-right .reg-btn {
	margin-left: 15px;
}

.header-style-2 .header-bottom .header-right .reg-btn a {
	width: 170px;
	height: 55px;
	background-color: #ffffff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	color: var(--thm-base);
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	overflow: hidden;
}

.header-style-2 .header-bottom .header-right .reg-btn a::before {
	content: '';
	position: absolute;
	left: -40px;
	top: 0;
	width: 30px;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}

.header-style-2 .header-bottom .header-right .reg-btn a:hover {
	background-color: var(--thm-base);
	color: #ffffff;
}

.header-style-2 .header-bottom .header-right .reg-btn a:hover::before {
	-webkit-animation: 800ms shine;
	animation: 800ms shine;
}

@media (max-width: 460px) {
	.header-style-2 .header-bottom .header-right .reg-btn a {
		width: 145px;
		height: 50px;
		font-size: 14px;
	}
}

@media (max-width: 991.98px) {
	.header-style-2 .header-bottom .desktop-menu {
		display: none;
	}
}

.header-style-2 .header-bottom .mobile-header {
	display: none;
}

.header-style-2 .header-bottom .mobile-header a {
	font-size: 30px;
	color: #ffffff;
}

@media (max-width: 991.98px) {
	.header-style-2 .header-bottom .mobile-header {
		display: block;
	}
}


/*********** Header Style 3 *************/

.hl3-header-area {
	background-color: transparent;
	position: relative;
	z-index: 10;
}

@media (max-width: 1199.98px) {
	.hl3-header-area {
		padding: 15px 0;
	}
}

.hl3-header-area .logo-wrapper a {
	display: inline-block;
	width: 120px;
}

.hl3-header-area .header-wrapper {
	text-align: right;
}

.hl3-header-area .hl3-navigation {
	text-align: right;
	display: inline-block;
}

.hl3-header-area .hl3-navigation ul li {
	display: inline-block;
}

.hl3-header-area .hl3-navigation ul li a {
	padding: 24px 20px;
	display: block;
	font-weight: 500;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-transform: capitalize;
}

.hl3-header-area .hl3-navigation ul li.has-submenu {
	position: relative;
}

.hl3-header-area .hl3-navigation ul li.has-submenu::after {
	content: '+';
	position: absolute;
	top: 24px;
	right: 8px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color: #ffffff;
}

.hl3-header-area .hl3-navigation ul li.has-submenu ul {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 10;
	background-color: #ffffff;
	width: 220px;
	text-align: left;
	padding-top: 8px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
}

.hl3-header-area .hl3-navigation ul li.has-submenu ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-image: var(--thm-base);
}

.hl3-header-area .hl3-navigation ul li.has-submenu ul li {
	display: block;
	float: none;
}

.hl3-header-area .hl3-navigation ul li.has-submenu ul li+li a {
	border-top: 1px solid #dddddd;
}

.hl3-header-area .hl3-navigation ul li.has-submenu ul li a {
	display: block;
	padding: 10px 20px;
	color: var(--thm-base);
}

.hl3-header-area .hl3-navigation ul li.has-submenu ul li:hover a {
	padding-left: 25px;
}

.hl3-header-area .hl3-navigation ul li.has-submenu:hover::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: var(--thm-base);
}

.hl3-header-area .hl3-navigation ul li.has-submenu:hover>ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.hl3-header-area .hl3-navigation ul li:hover>a {
	color: var(--thm-base);
}

@media (max-width: 1199.98px) {
	.hl3-header-area .hl3-navigation {
		display: none;
	}
}

.hl3-header-area .header-right {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: 20px;
}

@media (max-width: 575.98px) {
	.hl3-header-area .header-right .login-btn {
		display: none;
	}
}

.hl3-header-area .header-right .login-btn span {
	color: #ffffff;
}

.hl3-header-area .header-right .login-btn a {
	color: #ffffff;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 14px;
}

.hl3-header-area .header-right .listing-btn {
	margin-left: 15px;
}

@media (max-width: 575.98px) {
	.hl3-header-area .header-right .listing-btn {
		display: none;
	}
}

.hl3-header-area .header-right .listing-btn a {
	text-transform: capitalize;
	padding: 8px 6px 8px 15px;
	background-color: var(--thm-base);
	border-radius: 30px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
}

.hl3-header-area .header-right .listing-btn a span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #000000;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-left: 6px;
}

.hl3-header-area .header-right .listing-btn a span i {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-header-area .header-right .listing-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--thm-green);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-header-area .header-right .listing-btn a:hover::before {
	width: 100%;
	right: auto;
	left: 0;
}

.hl3-header-area .header-right .listing-btn a:hover span i {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hl3-header-area .header-right .hl3-mobile-hamburger {
	margin-left: 15px;
	display: none;
}

@media (max-width: 1199.98px) {
	.hl3-header-area .header-right .hl3-mobile-hamburger {
		display: inline-block;
	}
}

.hl3-header-area .header-right .hl3-mobile-hamburger a {
	font-size: 24px;
	color: #ffffff;
}


/********** Hero Slider 1 *******/

.hl-hero-slider {
	margin-top: -85px;
}

.hl-hero-slider .hl-hero-headline mark {
	background-color: transparent;
	color: var(--thm-base);
}

@media (max-width: 575.98px) {
	.hl-hero-slider .hl-hero-headline {
		font-size: 32px !important;
		line-height: 32px !important;
	}
	.hl-hero-slider .hl-hero-headline mark {
		font-size: 32px !important;
	}
}

@media (max-width: 767.98px) {
	.hl-hero-slider .hl-hero-txt {
		width: 370px !important;
		font-size: 14px !important;
		line-height: 16px !important;
	}
}

@media (max-width: 575.98px) {
	.hl-hero-slider .hl-hero-txt {
		width: 320px !important;
		top: 30px !important;
	}
}

.hl-hero-slider .hl-hero-primary-btn {
	width: 170px !important;
	height: 55px !important;
	background-color: var(--thm-base) !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff !important;
	border-radius: 4px !important;
	font-family: "Poppins", sans-serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-hero-slider .hl-hero-primary-btn a {
	text-transform: capitalize;
	color: #ffffff;
}

.hl-hero-slider .hl-hero-primary-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	width: 30px;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.hl-hero-slider .hl-hero-primary-btn:hover {
	background-color: var(--thm-base) !important;
}

.hl-hero-slider .hl-hero-primary-btn:hover::before {
	-webkit-animation: 500ms shine linear;
	animation: 500ms shine linear;
}

@media (max-width: 575.98px) {
	.hl-hero-slider .hl-hero-primary-btn {
		top: 55px !important;
	}
}

.hl-hero-slider .tp-bullets .tp-bullet {
	width: 20px;
	height: 20px;
	border: 2px solid transparent;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-hero-slider .tp-bullets .tp-bullet::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background-color: var(--thm-base);
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-hero-slider .tp-bullets .tp-bullet.selected {
	border: 2px solid var(--thm-base);
}

.hl-hero-slider .tp-bullets .tp-bullet.selected::before {
	background-color: var(--thm-base);
}

@media (max-width: 1199.98px) {
	.hl-hero-slider .tp-bullets {
		right: 30px !important;
		left: auto !important;
	}
}


/*********** Revolution Slider Css ************/

#rev_slider_46_1_wrapper .zeus.tparrows {
	cursor: pointer;
	min-width: 70px;
	min-height: 70px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.1);
}

#rev_slider_46_1_wrapper .zeus.tparrows:before {
	font-family: 'revicons';
	font-size: 20px;
	color: #ffffff;
	display: block;
	line-height: 70px;
	text-align: center;
	z-index: 2;
	position: relative;
}

#rev_slider_46_1_wrapper .zeus.tparrows.tp-leftarrow:before {
	content: '\e824';
}

#rev_slider_46_1_wrapper .zeus.tparrows.tp-rightarrow:before {
	content: '\e825';
}

#rev_slider_46_1_wrapper .zeus .tp-title-wrap {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	opacity: 0;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform: scale(0);
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	border-radius: 50%;
}

#rev_slider_46_1_wrapper .zeus .tp-arr-imgholder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	-ms-transform: translatex(-100%);
	transform: translatex(-100%);
	-webkit-transform: translatex(-100%);
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

#rev_slider_46_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder {
	-ms-transform: translatex(100%);
	transform: translatex(100%);
	-webkit-transform: translatex(100%);
}

#rev_slider_46_1_wrapper .zeus.tparrows:hover .tp-arr-imgholder {
	-ms-transform: translatex(0);
	transform: translatex(0);
	-webkit-transform: translatex(0);
	opacity: 1;
}

#rev_slider_46_1_wrapper .zeus.tparrows:hover .tp-title-wrap {
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

.hl3-hero-slider rs-arrow {
	background-color: var(--thm-base) !important;
}

@media (max-width: 991.98px) {
	.hl3-hero-slider rs-arrow {
		display: none !important;
	}
}


/********* Footer Style 1 **********/

.hl-footer-area {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.hl-footer-area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--thm-base);
	z-index: -1;
	opacity: 0.85;
}

.hl-footer-area .footer-top .hl-footer-logo {
	position: relative;
}

.hl-footer-area .footer-top .hl-footer-logo::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 40px;
	background-color: var(--thm-base);
}

.hl-footer-area .footer-top .hl-footer-logo a {
	width: 90%;
	display: inline-block;
}

@media (max-width: 991.98px) {
	.hl-footer-area .footer-top .hl-footer-logo a {
		width: 150px;
	}
}

.hl-footer-area .footer-top .newsletter-txt h3 {
	color: #ffffff;
}

.hl-footer-area .footer-top .newsletter-txt p {
	color: #ffffff;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 6px;
}

@media (max-width: 991.98px) {
	.hl-footer-area .footer-top .newsletter-txt {
		padding-left: 30px;
	}
}

@media (max-width: 767.98px) {
	.hl-footer-area .footer-top .newsletter-txt {
		padding-left: 0;
		margin-top: 30px;
	}
}

.hl-footer-area .footer-top .hl-sb-form form {
	width: 100%;
	background-color: #ffffff;
	position: relative;
}

.hl-footer-area .footer-top .hl-sb-form form input {
	padding: 15px 15px;
	width: 100%;
	border: 0;
	border-radius: 4px;
}

.hl-footer-area .footer-top .hl-sb-form form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 145px;
	height: 100%;
	border: 0;
	background-color: var(--thm-base);
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-footer-area .footer-top .hl-sb-form form button:hover {
	background-color: var(--thm-base);
}

@media (max-width: 991.98px) {
	.hl-footer-area .footer-top .hl-sb-form {
		margin-top: 30px;
	}
}

.hl-footer-area .seperator {
	margin: 60px 0 40px 0;
	background-color: #bababa;
	opacity: 0.5;
}

.hl-footer-area .footer-widget {
	margin-bottom: 60px;
}

.hl-footer-area .footer-widget .footer-title h6 {
	color: #ffffff;
	margin-bottom: 25px;
}

.hl-footer-area .footer-widget .footer-txt p {
	color: #ffffff;
}

.hl-footer-area .footer-widget .footer-social {
	margin-top: 25px;
}

.hl-footer-area .footer-widget .footer-social a {
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 1px solid var(--thm-green);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--thm-green);
	font-size: 20px;
	margin-right: 8px;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	overflow: hidden;
}

.hl-footer-area .footer-widget .footer-social a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--thm-base);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-footer-area .footer-widget .footer-social a:hover {
	color: #ffffff;
}

.hl-footer-area .footer-widget .footer-social a:hover::before {
	left: 0;
	right: auto;
	width: 100%;
}

.hl-footer-area .footer-widget .footer-links ul {
	display: inline-block;
}

.hl-footer-area .footer-widget .footer-links ul li {
	display: block;
}

.hl-footer-area .footer-widget .footer-links ul li+li {
	margin-top: 6px;
}

.hl-footer-area .footer-widget .footer-links ul li a {
	color: #ffffff;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-transform: capitalize;
}

.hl-footer-area .footer-widget .footer-links ul li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--thm-base);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-footer-area .footer-widget .footer-links ul li a:hover {
	color: var(--thm-base);
}

.hl-footer-area .footer-widget .footer-links ul li a:hover::before {
	width: 30px;
}

.hl-footer-area .footer-widget .footer-links ul+ul {
	margin-left: 50px;
}

.hl-footer-area .footer-widget .footer-contact ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hl-footer-area .footer-widget .footer-contact ul li+li {
	margin-top: 20px;
}

.hl-footer-area .footer-widget .footer-contact ul li .icon-wrapper span {
	width: 40px;
	height: 40px;
	background-color: var(--thm-green);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	color: var(--thm-base);
	font-size: 20px;
}

.hl-footer-area .footer-widget .footer-contact ul li .icon-wrapper span i {
	line-height: 0;
}

.hl-footer-area .footer-widget .footer-contact ul li .contact-content {
	margin-left: 10px;
}

.hl-footer-area .footer-widget .footer-contact ul li .contact-content span {
	color: #ffffff;
	display: block;
	text-transform: capitalize;
	font-size: 14px;
}

.hl-footer-area .footer-widget .footer-contact ul li .contact-content strong {
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
}

@media (max-width: 767.98px) {
	.hl-footer-area .footer-widget {
		max-width: 560px;
	}
}

.hl-footer-area .footer-copyright {
	background-color: var(--thm-base);
	padding: 20px 15px;
	text-align: center;
	margin-top: 40px;
}

.hl-footer-area .footer-copyright p {
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 500;
}


/******************* Footer Style 2 ******************/

.hl2-footer-area {
	background-size: cover;
	background-repeat: no-repeat;
}

.hl2-footer-area .hl2-footer-widget {
	margin-bottom: 60px;
}

.hl2-footer-area .hl2-footer-widget .logo-wrapper a {
	display: inline-block;
	margin-top: -15px;
	width: 150px;
}

.hl2-footer-area .hl2-footer-widget .footer-address {
	margin-top: 30px;
}

.hl2-footer-area .hl2-footer-widget .footer-address ul li {
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
}

.hl2-footer-area .hl2-footer-widget .footer-address ul li+li {
	margin-top: 7px;
}

.hl2-footer-area .hl2-footer-widget .footer-address ul li span {
	margin-right: 6px;
}

.hl2-footer-area .hl2-footer-widget .footer-socials,
.hl2-footer-area .hl2-footer-widget .footer-social {
	margin-top: 30px;
}

.hl2-footer-area .hl2-footer-widget .footer-socials a,
.hl2-footer-area .hl2-footer-widget .footer-social a {
	margin-right: 5px;
	width: 36px;
	height: 36px;
	background-color: #ffffff;
	color: var(--thm-base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-footer-area .hl2-footer-widget .footer-socials a:hover,
.hl2-footer-area .hl2-footer-widget .footer-social a:hover {
	background-color: var(--thm-base);
	color: #ffffff;
}

.hl2-footer-area .hl2-footer-widget .widget-title h5 {
	color: #ffffff;
}

.hl2-footer-area .hl2-footer-widget .footer-list {
	margin-top: 40px;
	text-align: left;
	display: inline-block;
}

.hl2-footer-area .hl2-footer-widget .footer-list ul li+li {
	margin-top: 8px;
	display: block;
}

.hl2-footer-area .hl2-footer-widget .footer-list ul li a {
	color: #ffffff;
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-footer-area .hl2-footer-widget .footer-list ul li a:hover {
	color: var(--thm-base);
}

.hl2-footer-area .hl2-footer-widget .pera-txt,
.hl2-footer-area .hl2-footer-widget .footer-txt {
	margin-top: 40px;
}

.hl2-footer-area .hl2-footer-widget .pera-txt p,
.hl2-footer-area .hl2-footer-widget .footer-txt p  {
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 15px;
}

.hl2-footer-area .hl2-footer-widget .sb-form,
.hl2-footer-area .hl2-footer-widget .footer-sb-form {
	margin-top: 20px;
}

.hl2-footer-area .hl2-footer-widget .sb-form form,
.hl2-footer-area .hl2-footer-widget .footer-sb-form form {
	width: 100%;
	position: relative;
}

.hl2-footer-area .hl2-footer-widget .footer-sb-form form input[type="email"] {
	width: 100%;
	padding: 15px;
	border: 0;
	background-color: #ffffff;
	border-radius: 4px;
	font-size: 14px;
}

.hl2-footer-area .hl2-footer-widget .footer-sb-form form input[type="email"]::-webkit-input-placeholder {
	color: #a5a5a5;
}

.hl2-footer-area .hl2-footer-widget .footer-sb-form form input[type="email"]:-ms-input-placeholder {
	color: #a5a5a5;
}

.hl2-footer-area .hl2-footer-widget .footer-sb-form form input[type="email"]::-ms-input-placeholder {
	color: #a5a5a5;
}

.hl2-footer-area .hl2-footer-widget .footer-sb-form form input[type="email"]::placeholder {
	color: #a5a5a5;
}

.hl2-footer-area .hl2-footer-widget .footer-sb-form form button {
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0px 4px 4px 0;
	border: 0;
	background-color: var(--thm-base);
	color: #ffffff;
	font-size: 30px;
	overflow: hidden;
}

.hl2-footer-area .hl2-footer-widget .footer-sb-form form button i {
	line-height: 0;
}

.hl2-footer-area .hl2-footer-widget .footer-sb-form form button:hover i {
	-webkit-animation: 500ms movingright;
	animation: 500ms movingright;
}

.hl2-footer-area .hl2-footer-widget .payment-gateway {
	margin-top: 20px;
}

.hl2-footer-area .hl2-footer-widget .payment-gateway span {
	font-weight: 700;
	color: #ffffff;
	text-transform: capitalize;
	display: block;
}

.hl2-footer-area .hl2-footer-widget .payment-gateway img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	margin-top: 15px;
}

.hl2-footer-area .seperator {
	margin-top: 40px;
	height: 2px;
	background-color: #eef3fb;
}


/********** Footer Style 3 ***********/

.hl3-footer-area {
	background-color: #000018;
}

.hl3-footer-area .footer-widget {
	margin-bottom: 60px;
}

.hl3-footer-area .footer-widget .logo-wrapper a {
	display: inline-block;
	width: 130px;
}

.hl3-footer-area .footer-widget .footer-txt {
	margin-top: 30px;
}

.hl3-footer-area .footer-widget .footer-txt p {
	color: rgba(255,255,255,0.8);
}

.hl3-footer-area .footer-widget .footer-btn {
	margin-top: 30px;
}

.hl3-footer-area .footer-widget .footer-btn a {
	padding: 8px 20px;
	background-color: var(--thm-base);
	color: #ffffff;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-footer-area .footer-widget .footer-btn a:hover {
	background-color: var(--thm-green);
}

.hl3-footer-area .footer-widget .hl3-headline h4 {
	position: relative;
	color: #ffffff;
	padding-bottom:10px;
}

.hl3-footer-area .footer-widget .hl3-headline h4::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 30px;
	height: 2px;
	background-color: var(--thm-base);
}

.hl3-footer-area .footer-widget .footer-sb-form {
	margin-top: 20px;
}

.hl3-footer-area .footer-widget .footer-sb-form form {
	position: relative;
}

.hl3-footer-area .footer-widget .footer-sb-form form input[type="email"] {
	width: 100%;
	background-color: rgba(255,255,255,0.20);
	color: #ffffff;
	border: 0;
	border-radius: 5px 0 0 5px;
	font-size: 14px;
	padding: 12px 15px;
}

.hl3-footer-area .footer-widget .footer-sb-form form input[type="email"]::-webkit-input-placeholder {
	color: #ffffff;
}

.hl3-footer-area .footer-widget .footer-sb-form form input[type="email"]:-ms-input-placeholder {
	color: #ffffff;
}

.hl3-footer-area .footer-widget .footer-sb-form form input[type="email"]::-ms-input-placeholder {
	color: #ffffff;
}

.hl3-footer-area .footer-widget .footer-sb-form form input[type="email"]::placeholder {
	color: #ffffff;
}

.hl3-footer-area .footer-widget .footer-sb-form form button {
	position: absolute;
	width: 65px;
	height: 100%;
	right: 0;
	top: 0;
	text-align: center;
	border: 0;
	border-radius: 0 5px 5px 0;
	background-color: var(--thm-green);
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-footer-area .footer-widget .footer-sb-form form button span {
	display: inline-block;
}

.hl3-footer-area .footer-widget .footer-sb-form form button:hover {
	background-color: var(--thm-base);
}

.hl3-footer-area .footer-widget .footer-sb-form form button:hover span {
	-webkit-animation: 0.5s movingright;
	animation: 0.5s movingright;
}

.hl3-footer-area .footer-widget .footer-social {
	margin-top: 25px;
}

.hl3-footer-area .footer-widget .footer-social a {
	color: rgba(255,255,255,0.8);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-footer-area .footer-widget .footer-social a:hover {
	color: var(--thm-base);
}

.hl3-footer-area .footer-widget .footer-social a+a {
	margin-left: 6px;
}

.hl3-footer-area .footer-widget .footer-address {
	margin-top: 30px;
}

.hl3-footer-area .footer-widget .footer-address ul {
	padding-right: 50px;
}

.hl3-footer-area .footer-widget .footer-address ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	text-transform: capitalize;
}

.hl3-footer-area .footer-widget .footer-address ul li span {
	margin-right: 6px;
	color: var(--thm-base);
}

.hl3-footer-area .footer-widget .footer-address ul li+li {
	margin-top: 10px;
}

.hl3-footer-area .footer-widget .footer-timing {
	margin-top: 20px;
}

.hl3-footer-area .footer-widget .footer-timing .timing-title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	color: #ffffff;
	font-size: 14px;
	display: block;
	position: relative;
}

.hl3-footer-area .footer-widget .footer-timing .timing-title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 95px;
	height: 1px;
	background-color: #ffffff;
}

.hl3-footer-area .footer-widget .footer-timing .timing-content {
	margin-top: 10px;
}

.hl3-footer-area .footer-widget .footer-timing .timing-content span {
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	display: block;
}

.hl3-footer-area .footer-widget .footer-gallery {
	margin-top: 30px;
}

.hl3-footer-area .footer-widget .footer-gallery ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hl3-footer-area .footer-widget .footer-gallery ul li {
	padding: 5px;
	position: relative;
	overflow: hidden;
}

.hl3-footer-area .footer-widget .footer-gallery ul li .overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.8);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-footer-area .footer-widget .footer-gallery ul li:hover .overlay {
	opacity: 1;
	visibility: visible;
}

.hl3-footer-area .seperator {
	margin-top: 40px;
	background-color: #0f0f46;
}

.hl3-footer-area .footer-copyright {
	text-align: center;
	padding: 20px;
	background-color: #07071f;
}

.hl3-footer-area .footer-copyright p {
	color: #ffffff;
}


/********* Breadcrumb Area ************/

.hl-breadcrumb-area {
	padding: 170px 0 140px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.hl-breadcrumb-area::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--thm-base);
	opacity: 0.8;
	z-index: -1;
}

.hl-breadcrumb-area .breadcrumb-txt {
	text-align: center;
}

.hl-breadcrumb-area .breadcrumb-txt h3 {
	color: #ffffff;
}

.hl-breadcrumb-area .breadcrumb-txt ul {
	margin-top: 15px;
}

.hl-breadcrumb-area .breadcrumb-txt ul li {
	color: #ffffff;
	display: inline-block;
	font-weight: 500;
	position: relative;
	vertical-align: middle;
	text-transform: capitalize;
}

.hl-breadcrumb-area .breadcrumb-txt ul li+li {
	margin-left: 10px;
}

.hl-breadcrumb-area .breadcrumb-txt ul li+li::before {
	content: '\f105';
	position: absolute;
	top: 3px;
	left: -10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color:#ffffff;
	font-size: 14px;
}

.hl-breadcrumb-area .breadcrumb-txt ul li a {
	color: #ffffff;
}


/* Preloader */

.preloader-inner {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.preloader-inner .cancel-preloader {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.preloader-inner .cancel-preloader a {
	background-color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--thm-base);
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 30px;
	display: block;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.preloader-inner .cancel-preloader a:hover {
	background-color: var(--thm-base);
	color: #ffffff;
}

.spinner {
	width: 70px;
	text-align: center;
}

.spinner>div {
	width: 15px;
	height: 15px;
	background-color: var(--thm-base);
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/* Theme Default */


/****************************************** Padding ********************
**********************************************************************/

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-200 {
	padding-top: 200px;
}

@media (max-width: 991.98px) {
	.pt-200 {
		padding-top: 100px;
	}
}

.pt-250 {
	padding-top: 250px;
}

@media (max-width: 1400px) {
	.pt-lg-100 {
		padding-top: 100px;
	}
}

.pt-300 {
	padding-top: 300px;
}

@media (max-width: 991.98px) {
	.pt-300 {
		padding-top: 0;
	}
}

@media (max-width: 991.98px) {
	.pt-md-100 {
		padding-top: 100px;
	}
}

.pt-350 {
	padding-top: 350px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-250 {
	padding-bottom: 250px;
}

@media (max-width: 991.98px) {
	.pb-md-50 {
		padding-bottom: 50px;
	}
}

.pb-300 {
	padding-bottom: 300px;
}


/****************************************** Margin ********************
**********************************************************************/

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-350 {
	margin-top: 350px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-100 {
	margin-bottom: 100px;
}


/************ Container ***************/

.container {
	max-width: 1200px;
}

.text-initial {
	text-transform: initial;
}

.line-height-0 {
	line-height: 0;
}


/* Author CSS */

body {
	margin: 0;
	color: #666666;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
}

h1 {
	color: var(--thm-base);
	font-size: 72px;
}

h2 {
	color: var(--thm-base);
	font-size: 48px;
}

h3 {
	color: var(--thm-base);
	font-size: 36px;
}

@media (max-width: 575.98px) {
	h3 {
		font-size: 30px;
	}
}

h4 {
	color: var(--thm-base);
	font-size: 24px;
}

h5 {
	color: var(--thm-base);
	font-size: 20px;
}

h6 {
	color: var(--thm-base);
	font-size: 18px;
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 0;
}

p {
	color: #666666;
	margin-bottom: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
	outline: none;
}

button {
	cursor: pointer;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

section {
	/*overflow: hidden;*/
}

i {
	display: inline-block;
}

.hl2-headline h1,
.hl2-headline h2,
.hl2-headline h3,
.hl2-headline h4,
.hl2-headline h5,
.hl2-headline h6 {
	color: var(--thm-base);
}

.hl3-headline h1,
.hl3-headline h2,
.hl3-headline h3,
.hl3-headline h4,
.hl3-headline h5,
.hl3-headline h6 {
	color: #0c0c0c;
}


/********************* Custom Animations *********************/

@-webkit-keyframes ct_fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes ct_fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes ct_fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes ct_fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes movingright {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	40% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	50% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		opacity: 0;
	}
	60% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes movingright {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	40% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	50% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		opacity: 0;
	}
	60% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes movingleft {
	0% {
		-webkit-transform: tranlateX(-30px);
		transform: tranlateX(-30px);
	}
	100% {
		-webkit-transform: tranlateX(0);
		transform: tranlateX(0);
	}
}

@keyframes movingleft {
	0% {
		-webkit-transform: tranlateX(-30px);
		transform: tranlateX(-30px);
	}
	100% {
		-webkit-transform: tranlateX(0);
		transform: tranlateX(0);
	}
}

@-webkit-keyframes shine {
	from {
		left: -100px;
	}
	to {
		left: 120%;
	}
}

@keyframes shine {
	from {
		left: -100px;
	}
	to {
		left: 120%;
	}
}

@-webkit-keyframes ripple_animation {
	0% {
		-webkit-box-shadow: 0 0 0 0 var(--thm-base);
		box-shadow: 0 0 0 0 var(--thm-base);
	}
	50% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
	}
}

@keyframes ripple_animation {
	0% {
		-webkit-box-shadow: 0 0 0 0 var(--thm-base);
		box-shadow: 0 0 0 0 var(--thm-base);
	}
	50% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
	}
}

@-webkit-keyframes hl2_ripple_animation {
	0% {
		-webkit-box-shadow: 0 0 0 0 #0052d4;
		box-shadow: 0 0 0 0 #0052d4;
	}
	50% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
	}
}

@keyframes hl2_ripple_animation {
	0% {
		-webkit-box-shadow: 0 0 0 0 #0052d4;
		box-shadow: 0 0 0 0 #0052d4;
	}
	50% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
	}
}

@-webkit-keyframes hl3_ripple_animation {
	0% {
		-webkit-box-shadow: 0 0 0 0 var(--thm-green);
		box-shadow: 0 0 0 0 var(--thm-green);
	}
	50% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
	}
}

@keyframes hl3_ripple_animation {
	0% {
		-webkit-box-shadow: 0 0 0 0 var(--thm-green);
		box-shadow: 0 0 0 0 var(--thm-green);
	}
	50% {
		-webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
		box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
	}
}

@-webkit-keyframes ct_rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ct_rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ct_scale {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}
	50% {
		-webkit-transform: scale(0.6) rotateY(90deg);
		transform: scale(0.6) rotateY(90deg);
	}
	100% {
		-webkit-transform: scale(1) rotateY(0);
		transform: scale(1) rotateY(0);
	}
}

@keyframes ct_scale {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}
	50% {
		-webkit-transform: scale(0.6) rotateY(90deg);
		transform: scale(0.6) rotateY(90deg);
	}
	100% {
		-webkit-transform: scale(1) rotateY(0);
		transform: scale(1) rotateY(0);
	}
}

@-webkit-keyframes ct_leftRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes ct_leftRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes scale-animation {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(-10px, 10px);
		transform: translate(-10px, 10px);
	}
	70% {
		-webkit-transform: translate(10px, 10px);
		transform: translate(10px, 10px);
	}
	100% {
		-webkit-transform: trnslate(0, 0);
		transform: trnslate(0, 0);
	}
}

@keyframes scale-animation {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(-10px, 10px);
		transform: translate(-10px, 10px);
	}
	70% {
		-webkit-transform: translate(10px, 10px);
		transform: translate(10px, 10px);
	}
	100% {
		-webkit-transform: trnslate(0, 0);
		transform: trnslate(0, 0);
	}
}

@-webkit-keyframes upsdown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	25% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes upsdown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	25% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes leftright {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes leftright {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}


/*********** Common Styles ***********/

.body-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.body-overlay.overlay-on {
	width: 100%;
}

.hl-primary-btn a {
	width: 170px;
	height: 55px;
	font-size:15px;
	background-color: var(--thm-base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-primary-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	width: 30px;
	height: 100%;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.hl-primary-btn a:hover {
	background-color: var(--thm-base);
}

.hl-primary-btn a:hover::before {
	-webkit-animation: 600ms shine;
	animation: 600ms shine;
}


/********** Secondary Button *********/

.hl-secondary-btn a {
	width: 170px;
	height: 55px;
	background-color: var(--thm-base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-secondary-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffffff;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: -1;
}

.hl-secondary-btn a:hover {
	color: var(--thm-base);
}

.hl-secondary-btn a:hover::before {
	width: 100%;
	left: 0;
	right: auto;
}

.btn-style-3 a {
	width: 170px;
	height: 55px;
	font-size:15px;
	background-color: var(--thm-base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.btn-style-3 a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--thm-base);
	width: 100%;
	height: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: -1;
}

.btn-style-3 a:hover {
	color: #ffffff;
}

.btn-style-3 a:hover::before {
	height: 100%;
	bottom: auto;
	top: 0;
	right: auto;
}

.home2-primary-btn a {
	width: 170px;
	height: 55px;
	background-color: var(--thm-base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	border-radius: 4px;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.home2-primary-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	width: 30px;
	height: 100%;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.home2-primary-btn a:hover {
	background-color: var(--thm-base);
}

.home2-primary-btn a:hover::before {
	-webkit-animation: 600ms shine;
	animation: 600ms shine;
}

.home2-secondary-btn a {
	width: 170px;
	height: 55px;
	background-color: var(--thm-base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	border-radius: 4px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.home2-secondary-btn a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	background-color: var(--thm-base);
	height: 100%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: -1;
}

.home2-secondary-btn a:hover::before {
	width: 100%;
}

.btn-style-4 a {
	width: 170px;
	height: 55px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ffffff;
	color: var(--thm-base);
	border-radius: 4px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-style-4 a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	width: 30px;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.btn-style-4 a:hover {
	background-color: var(--thm-base);
	color: #ffffff;
}

.btn-style-4 a:hover::before {
	-webkit-animation: 600ms shine;
	animation: 600ms shine;
}

.btn-style-5 a {
	width: 175px;
	height: 55px;
	background-color: var(--thm-base);
	color: #ffffff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 30px;
	-webkit-box-shadow: 0px 25px 32px 0px rgba(1, 86, 242, 0.45);
	box-shadow: 0px 25px 32px 0px rgba(1, 86, 242, 0.45);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.btn-style-5 a::before {
	content: '';
	position: absolute;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: var(--thm-green);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: -1;
}

.btn-style-5 a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	height: 100%;
	background-color: var(--thm-green);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: -1;
}

.btn-style-5 a span {
	margin-left: 6px;
	font-size: 12px;
}

.btn-style-5 a:hover::before {
	width: 50%;
}

.btn-style-5 a:hover::after {
	width: 50%;
}


/******** Title Style 1 *********/

.title-style-1 .hl-subtitle {
	font-size: 20px;
	font-weight: 700;
	color: var(--thm-base);
	position: relative;
	text-transform: capitalize;
}

.title-style-1 .hl-subtitle::after {
	content: '';
	position: absolute;
	bottom: 6px;
	right: -125px;
	width: 115px;
	height: 3px;
	background-color: var(--thm-base);
}

.title-style-1 .hl-subtitle.dbl-line::before {
	content: '';
	position: absolute;
	bottom: 6px;
	left: -60px;
	width: 52px;
	height: 3px;
	background-color: var(--thm-base);
}

.title-style-1 .hl-subtitle.dbl-line::after {
	width: 52px;
	right: -60px;
}

.title-style-1 h3 {
	margin-top: 20px;
}

.title-style-1 h3 mark {
	background-color: transparent;
	color: var(--thm-base);
	padding: 0;
}

.title-style-1 p {
	margin-top: 20px;
}

.seperator {
	width: 100%;
	height: 1px;
	background-color: #dddddd;
}


/*********** Title Style 2 ************/

.title-style-2 .subtitle {
	font-size: 90px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	background: -webkit-linear-gradient(-88deg, var(--thm-base) 0%, #ffffff 100%);
	background-clip: 'text';
	-webkit-background-clip: text;
	-webkit-text-stroke: 6px transparent;
	-webkit-text-fill-color: #ffffff;
}

.title-style-2 h3 {
	color: var(--thm-base);
}

.title-style-2 h3 mark {
	color: var(--thm-base);
	background-color: transparent;
}

.title-style-2 p {
	margin-top: 25px;
}

@media (max-width: 991.98px) {
	.title-style-2 .subtitle {
		font-size: 70px;
	}
}

@media (max-width: 575.98px) {
	.title-style-2 .subtitle {
		font-size: 50px;
	}
}


/********** Title Style 3 ************/

.title-style-3 .subtitle {
	font-weight: 700;
	color: var(--thm-green);
	text-transform: capitalize;
	position: relative;
	padding-left: 20px;
	font-size:18px;
}

.title-style-3 .subtitle::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 5px;
	width: 10px;
	height: 10px;
	background-color: var(--thm-green);
	border-radius: 50%;
}

.title-style-3 .hl3-headline {
	margin-top: 15px;
}

.title-style-3 .hl3-headline h3 {
	text-transform: initial;
	line-height: 1.3em;
}

.title-style-3 .hl3-headline h3 span {
	color: var(--thm-base);
	position: relative;
	display: inline-block;
}

.title-style-3 .hl3-headline h3 span::before {
	content: '';
	position: absolute;
	left: 6px;
	bottom: -5px;
	width: 180px;
	height: 10px;
	background-image: url(../images/home3/object.png);
	background-size: 140px;
	background-repeat: no-repeat;
}

.title-style-3 .hl3-pera-txt {
	margin-top: 20px;
}

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	-webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	content: '↑';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: var(--thm-base);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap:hover::after {
	color: var(--thm-base);
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: var(--thm-base);
	stroke-width: 4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}


/****** Home Page 1 *********/

.hl-property-filter {
	margin-top: -130px;
}

@media (max-width: 991.98px) {
	.hl-property-filter {
		margin-top: 0;
		padding: 60px 0;
	}
}

.hl-property-filter .property-filter {
	margin-top: 30px;
	position: relative;
	z-index: 10;
}

.hl-property-filter .property-filter ul {
	border-bottom: 0;
}

.hl-property-filter .property-filter ul li a,
.style-two .property-filter .epl-search-tabs li {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--thm-base);
	background-color: #ffffff;
	margin-right: 3px;
	padding: 8px 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border: 0;
	margin: 0;
	border-radius: 4px;
}

.hl-property-filter .property-filter ul li a:hover,
.style-two .property-filter .epl-search-tabs li:hover {
	background-color: var(--thm-base);
	color: #ffffff;
}

.hl-property-filter .property-filter ul li a.active,
.style-two .property-filter .epl-search-tabs li.epl-sb-current {
	background-color: var(--thm-base);
	color: #ffffff;
	border-radius: 0;
}

.hl-property-filter .property-filter .tab-content {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
}

.hl-property-filter .property-filter .tab-content .tab-pane form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 15px;
	border-radius: 0 4px 4px 4px;
}

.hl-property-filter .property-filter .tab-content .tab-pane form .input-field {
	width: 30%;
}

.hl-property-filter .property-filter .tab-content .tab-pane form .input-field label {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: var(--thm-base);
	text-transform: capitalize;
	font-size: 14px;
}

.hl-property-filter .property-filter .tab-content .tab-pane form .input-field .nice-select,
.style-two .property-filter .epl-search-form form .fm-block input,
.style-two .property-filter .epl-search-form form .fm-block .nice-select {
	border: 0;
	position: relative;
	margin-top: 6px;
	border: 1px solid #dddddd;
	height: 55px;
	line-height: 55px;
	padding-top:0px;
	padding-bottom:0px;
	width:100%;
}

.hl-property-filter .property-filter .tab-content .tab-pane form .input-field .nice-select span {
	font-weight: 500;
}

.hl-property-filter .property-filter .tab-content .tab-pane form .input-field .nice-select::after,
.style-two .property-filter .epl-search-form form .fm-block .nice-select:after {
	right: 15px;
}

.hl-property-filter .property-filter .tab-content .tab-pane form .submit-btn button,
.style-two .property-filter .epl-search-form form .epl-search-submit .epl-search-btn {
	padding: 17px 20px;
	border: 0;
	border-radius: 4px;
	background-color: var(--thm-base);
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-transform: capitalize;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.hl-property-filter .property-filter .tab-content .tab-pane form .submit-btn button::before,
.style-two .property-filter .epl-search-form form .epl-search-submit .epl-search-btn:before {
	content: '';
	position: absolute;
	left: -40px;
	top: 0;
	width: 30px;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.hl-property-filter .property-filter .tab-content .tab-pane form .submit-btn button:hover,
.style-two .property-filter .epl-search-form form .epl-search-submit .epl-search-btn:hover {
	background-color: var(--thm-base);
}

.hl-property-filter .property-filter .tab-content .tab-pane form .submit-btn button:hover::before,
.style-two .property-filter .epl-search-form form .epl-search-submit .epl-search-btn:hover::before {
	-webkit-animation: 600ms shine;
	animation: 600ms shine;
}

@media (max-width: 767.98px) {
	.hl-property-filter .property-filter .tab-content .tab-pane form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.hl-property-filter .property-filter .tab-content .tab-pane form .input-field {
		width: 50%;
		margin-bottom: 10px;
	}
}

@media (max-width: 460px) {
	.hl-property-filter .property-filter .tab-content .tab-pane form .input-field {
		width: 100%;
		margin-bottom: 0;
	}
	.hl-property-filter .property-filter .tab-content .tab-pane form .input-field+.input-field {
		border-top: 1px solid #dddddd;
		padding-top: 10px;
	}
	.hl-property-filter .property-filter .tab-content .tab-pane form .input-field .nice-select::before {
		opacity: 0;
	}
	.hl-property-filter .property-filter .tab-content .tab-pane form .input-field .nice-select::after {
		right: 10px;
	}
	.hl-property-filter .property-filter .tab-content .tab-pane form .submit-btn {
		margin-top: 20px;
	}
}

.hl-ch-area .ch-left {
	position: relative;
}

.hl-ch-area .ch-left .hl-ch-counter {
	position: absolute;
	right: 0;
	top: 50px;
	border-radius: 4px;
	background-color: #ffffff;
	-webkit-box-shadow: 25.456px 25.456px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 25.456px 25.456px 75px 0px rgba(0, 3, 13, 0.1);
	padding: 25px 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hl-ch-area .ch-left .hl-ch-counter .icon-wrapper span {
	width: 60px;
	height: 60px;
	background-color: #dbf7f9;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	color: var(--thm-base);
	font-size: 36px;
}

.hl-ch-area .ch-left .hl-ch-counter .icon-wrapper span i {
	line-height: 0;
}

.hl-ch-area .ch-left .hl-ch-counter .counter-content {
	margin-left: 15px;
}

.hl-ch-area .ch-left .hl-ch-counter .counter-content .subtitle {
	font-weight: 700;
	color: var(--thm-base);
}

.hl-ch-area .ch-left .hl-ch-counter .counter-content h4 {
	color: var(--thm-base);
	margin-top: 3px;
}

@media (max-width: 991.98px) {
	.hl-ch-area .ch-left {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
}

.hl-ch-area .ch-right {
	position: relative;
}

.hl-ch-area .ch-right .box-shape {
	position: absolute;
	bottom: -60px;
	right: -80px;
	-webkit-animation: 60s ct_rotate linear infinite;
	animation: 60s ct_rotate linear infinite;
}

.hl-ch-area .ch-right .ch-content {
	margin-top: 35px;
}

.hl-ch-area .ch-right .ch-content .ch-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px;
	-webkit-box-shadow: 0px 15px 75px 0px rgba(138, 138, 138, 0.1);
	box-shadow: 0px 15px 75px 0px rgba(138, 138, 138, 0.1);
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}

.hl-ch-area .ch-right .ch-content .ch-item+.ch-item {
	margin-top: 20px;
}

.hl-ch-area .ch-right .ch-content .ch-item .icon-wrapper span {
	width: 70px;
	height: 70px;
	background-color: #dbf7f9;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 40px;
	color: var(--thm-base);
	border-radius: 4px;
}

.hl-ch-area .ch-right .ch-content .ch-item .icon-wrapper span i {
	line-height: 0;
}

.hl-ch-area .ch-right .ch-content .ch-item .item-content {
	margin-left: 20px;
}

.hl-ch-area .ch-right .ch-content .ch-item .item-content p {
	margin-top: 15px;
}

@media (max-width: 991.98px) {
	.hl-ch-area .ch-right {
		margin-top: 50px;
	}
	.hl-ch-area .ch-right .title-style-1 {
		text-align: center;
		padding: 0 80px;
	}
}

@media (max-width: 767.98px) {
	.hl-ch-area .ch-right .title-style-1 {
		padding: 0 20px;
	}
	.hl-ch-area .ch-right .ch-content .ch-item {
		display: block;
		text-align: center;
		padding: 30px 15px;
	}
	.hl-ch-area .ch-right .ch-content .ch-item .item-content {
		margin-top: 25px;
	}
}


/********* Property Area **********/

.hl-property-area {
	background-repeat: no-repeat;
	background-position: center bottom;
}

.hl-property-area .hl-property-bottom .hl-property-controls {
	text-align: center;
	margin-top: 38px;
	margin-bottom: 44px;
}

.hl-property-area .hl-property-bottom .hl-property-controls ul {
	display: block;
	text-align: center;
}

.hl-property-area .hl-property-bottom .hl-property-controls ul li {
	display: inline-block;
}

.hl-property-area .hl-property-bottom .hl-property-controls ul li a {
	padding: 6px 15px;
	display: inline-block;
	border: 1px solid #dddddd;
	background-color: transparent;
	color: var(--thm-base);
	border-radius: 4px;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-right: 6px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-property-area .hl-property-bottom .hl-property-controls ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--thm-base);
	z-index: -1;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.hl-property-area .hl-property-bottom .hl-property-controls ul li a.active {
	color: #ffffff;
}

.hl-property-area .hl-property-bottom .hl-property-controls ul li a.active::before {
	width: 100%;
	right: auto;
	left: 0;
}

.hl-property-area .hl-property-bottom .hl-property-column {
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 3, 13, 0.1);
	border-radius: 6px;
	overflow: hidden;
}

.hl-property-area .hl-property-bottom .hl-property-column .thumb-wrapper {
	position: relative;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

.hl-property-area .hl-property-bottom .hl-property-column .thumb-wrapper::before {
	content: '';
	position: absolute;
	left: -60px;
	top: 0;
	width: 50px;
	height: 100%;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
	z-index: 2;
}

.hl-property-area .hl-property-bottom .hl-property-column .thumb-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-property-area .hl-property-bottom .hl-property-column .thumb-wrapper .tagline {
	position: absolute;
	top: 10px;
	right: 15px;
	background-color: var(--thm-base);
	padding: 2px 6px;
	border-radius: 3px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: 1;
}

.hl-property-area .hl-property-bottom .hl-property-column .thumb-wrapper .tagline:hover {
	background-color: var(--thm-base);
	color: #ffffff;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-column-content {
	padding: 30px 25px;
}

.hl-property-area .hl-property-bottom .hl-property-column .meta-txt span {
	font-weight: 500;
}

.hl-property-area .hl-property-bottom .hl-property-column .meta-txt span i {
	margin-right: 6px;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-title {
	margin-top: 20px;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-title h6 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-title h6:hover {
	color: var(--thm-base);
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-pricing-txt {
	margin-top: 20px;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-pricing-txt span {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-pricing-txt span+span {
	margin-left: 25px;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-pricing-txt span.previous-price {
	color: #ff3737;
	position: relative;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-pricing-txt span.previous-price::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -10px;
	width: calc(100% + 20px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1px;
	background-color: var(--thm-base);
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-pricing-txt span.discounted-price {
	color: var(--thm-base);
}

.hl-property-area .hl-property-bottom .hl-property-column .seperator {
	margin-top: 20px;
	height: 1px;
	background-color: var(--thm-base);
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-info-area {
	margin-top: 20px;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-info-area span {
	font-weight: 500;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-info-area span+span {
	margin-left: 30px;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-info-area span i {
	margin-right: 6px;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-explore-btn {
	margin-top: 20px;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-explore-btn a {
	width: 140px;
	height: 40px;
	background-color: #dbf7f9;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: var(--thm-base);
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-explore-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--thm-base);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-explore-btn a:hover {
	color: #ffffff;
}

.hl-property-area .hl-property-bottom .hl-property-column .pp-explore-btn a:hover::before {
	width: 100%;
	left: 0;
	right: auto;
}

.hl-property-area .hl-property-bottom .hl-property-column:hover {
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
}

.hl-property-area .hl-property-bottom .hl-property-column:hover .thumb-wrapper::before {
	-webkit-animation: 600ms shine;
	animation: 600ms shine;
}

.hl-property-area .hl-property-bottom .hl-property-column:hover .thumb-wrapper img {
	-webkit-transform: rotate(3deg) scale(1.1);
	-ms-transform: rotate(3deg) scale(1.1);
	transform: rotate(3deg) scale(1.1);
	position: relative;
	z-index: 1;
}

.hl-property-area .hl-property-bottom .hl-property-column:hover .thumb-wrapper .tagline {
	background-color: var(--thm-base);
}

@media (max-width: 767.98px) {
	.hl-property-area .hl-property-bottom .hl-property-column {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}


/*********** Get In Touch ************/

.hl-gt-area {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	height: 470px;
	overflow: visible;
}

.hl-gt-area .gt-shape-1 {
	position: absolute;
	left: 40px;
	width: 100px;
	top: 60px;
	-webkit-animation: 10s ct_leftRight linear infinite;
	animation: 10s ct_leftRight linear infinite;
}

.hl-gt-area .gt-plus-shape {
	position: absolute;
	bottom: 40px;
	left: 40px;
	-webkit-animation: ct_rotate 10s linear infinite;
	animation: ct_rotate 10s linear infinite;
}

.hl-gt-area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--thm-base);
	z-index: -1;
	opacity: 0.8;
}

.hl-gt-area .gt-left .title-style-1 .hl-subtitle {
	color: #ffffff;
}

.hl-gt-area .gt-left .title-style-1 .hl-subtitle::after {
	background-color: #ffffff;
}

.hl-gt-area .gt-left .title-style-1 h3 {
	color: #ffffff;
}

.hl-gt-area .gt-left .title-style-1 p {
	font-weight: 500;
	color: #ffffff;
}

.hl-gt-area .gt-left .hl-secondary-btn {
	margin-top: 30px;
}

.hl-gt-area .gt-right {
	text-align: right;
	position: relative;
}

.hl-gt-area .gt-right .img-wrapper {
	display: inline-block;
}

.hl-gt-area .gt-right img {
	width: 93%;
	display: inline-block;
}

.hl-gt-area .gt-right .gt-shape-2 {
	position: absolute;
	bottom: -30px;
	right: -40px;
	z-index: -1;
}

.hl-gt-area .gt-right .gt-shape-3 {
	position: absolute;
	top: -50px;
	right: -60px;
	z-index: -1;
}

.hl-gt-area .gt-right .gt-shape-4 {
	position: absolute;
	top: -13px;
	left: 35px;
	z-index: -1;
	-webkit-animation: 10s ct_rotate linear infinite;
	animation: 10s ct_rotate linear infinite;
}

@media (max-width: 1400px) {
	.hl-gt-area {
		height: auto;
		padding-bottom: 100px;
		overflow: hidden;
	}
	.hl-gt-area .row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.hl-gt-area .gt-right {
		text-align: left;
		margin-bottom: 60px;
	}
	.hl-gt-area .gt-right .img-wrapper img {
		width: 100%;
	}
}


/************* Services Area ***********/

.hl-service-area {
	background-color: #fefefe;
}

.hl-service-area .hl-service-bottom {
	margin-top: 45px;
	position: relative;
	z-index: 1;
}

.hl-service-area .hl-service-bottom .box-shape {
	position: absolute;
	left: -70px;
	top: -70px;
	z-index: -1;
	-webkit-animation: 100s ct_rotate linear infinite;
	animation: 100s ct_rotate linear infinite;
}

.hl-service-area .hl-service-bottom .hl-service-column {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 15px 75px 0px rgba(138, 138, 138, 0.1);
	box-shadow: 0px 15px 75px 0px rgba(138, 138, 138, 0.1);
	padding: 40px 30px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
}

.hl-service-area .hl-service-bottom .hl-service-column:hover {
	-webkit-box-shadow: -3.136px 29.836px 75px 0px rgba(14, 198, 213, 0.2);
	box-shadow: -3.136px 29.836px 75px 0px rgba(14, 198, 213, 0.2);
}

.hl-service-area .hl-service-bottom .hl-service-column .icon-wrapper span {
	width: 70px;
	height: 70px;
	background-color: #dbf7f9;
	color: var(--thm-base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 36px;
	border-radius: 4px;
}

.hl-service-area .hl-service-bottom .hl-service-column .icon-wrapper span i {
	line-height: 0;
}

.hl-service-area .hl-service-bottom .hl-service-column .hl-sr-title {
	margin-top: 26px;
}

.hl-service-area .hl-service-bottom .hl-service-column .hl-sr-title h4 {
	text-transform: initial;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-service-area .hl-service-bottom .hl-service-column .hl-sr-title h4:hover {
	color: var(--thm-base);
}

.hl-service-area .hl-service-bottom .hl-service-column .hl-sr-content {
	margin-top: 24px;
}

.hl-service-area .hl-service-bottom .hl-service-column .hl-explore-btn {
	margin-top: 24px;
}

.hl-service-area .hl-service-bottom .hl-service-column .hl-explore-btn a {
	width: 140px;
	height: 40px;
	background-color: #dbf7f9;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius:5px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--thm-base);
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-service-area .hl-service-bottom .hl-service-column .hl-explore-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--thm-base);
	border-radius: 4px;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-service-area .hl-service-bottom .hl-service-column .hl-explore-btn a:hover {
	color: #ffffff;
}

.hl-service-area .hl-service-bottom .hl-service-column .hl-explore-btn a:hover::before {
	right: auto;
	left: 0;
	width: 100%;
}


/*********** Sell Properties Area *************/

.hl-sell-properties {
	position: relative;
	z-index: 1;
}

.hl-sell-properties::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	height: 400px;
	background-color: #f4f7ff;
	border-radius: 0 0 30px 0;
	z-index: -1;
}

@media (max-width: 991.98px) {
	.hl-sell-properties::before {
		display: none;
	}
}

.hl-sell-properties .sell-left .img-wrapper {
	display: inline-block;
	-webkit-box-shadow: 0px 15px 75px 0px rgba(138, 138, 138, 0.1);
	box-shadow: 0px 15px 75px 0px rgba(138, 138, 138, 0.1);
	position: relative;
}

.hl-sell-properties .sell-left .img-wrapper .moon-shape {
	position: absolute;
	top: -50px;
	left: -50px;
	z-index: -1;
}

.hl-sell-properties .sell-right .list-content {
	margin-top: 26px;
}

.hl-sell-properties .sell-right .list-content li {
	font-weight: 500;
	color: var(--thm-base);
	padding-left: 35px;
	position: relative;
}

.hl-sell-properties .sell-right .list-content li+li {
	margin-top: 6px;
}

.hl-sell-properties .sell-right .list-content li::before {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 25px;
	height: 2px;
	background-color: var(--thm-base);
}

.hl-sell-properties .sell-right .floor-info {
	margin-top: 26px;
}

.hl-sell-properties .sell-right .floor-info .info-item {
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 20px;
}

.hl-sell-properties .sell-right .floor-info .info-item+.info-item {
	position: relative;
}

.hl-sell-properties .sell-right .floor-info .info-item+.info-item::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -22px;
	width: 1px;
	height: 30px;
	background-color: #666666;
}

.hl-sell-properties .sell-right .floor-info .info-item span {
	display: block;
}

.hl-sell-properties .sell-right .floor-info .info-item span.title {
	color: var(--thm-base);
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

.hl-sell-properties .sell-right .floor-info .info-item span.title i {
	margin-left: 6px;
	font-size: 15px;
	line-height: 0;
	color: #666666;
}

.hl-sell-properties .sell-right .floor-info .info-item span.subtitle {
	font-weight: 600;
	text-transform: capitalize;
}

.hl-sell-properties .sell-right .floor-info .hl-primary-btn {
	margin-top: 20px;
}

@media (max-width: 991.98px) {
	.hl-sell-properties .sell-right {
		margin-top: 60px;
	}
}


/********** Feedback Area ************/

.hl-feedback-area {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}

.hl-feedback-area .map-bg {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hl-feedback-area .map-bg img {
	max-width: 1400px;
	width: auto;
}

@media (max-width: 991.98px) {
	.hl-feedback-area .map-bg img {
		max-width: 1000px;
	}
}

.hl-feedback-area .circle-shape {
	position: absolute;
	left: 50%;
	top: 100px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 991.98px) {
	.hl-feedback-area .circle-shape {
		display: none;
	}
}

.hl-feedback-area .hl-feedback-container {
	position: relative;
}

.hl-feedback-area .hl-feedback-container .feedback-title {
	position: relative;
	z-index: 10;
}

.hl-feedback-area .hl-feedback-container .feedback-title h3 mark {
	background-color: transparent;
	color: var(--thm-base);
}

.hl-feedback-area .hl-feedback-container .client-thumb {
	position: absolute;
	-webkit-animation: scale-animation linear infinite;
	animation: scale-animation linear infinite;
}

@media (max-width: 991.98px) {
	.hl-feedback-area .hl-feedback-container .client-thumb {
		display: none;
	}
}

.hl-feedback-area .hl-feedback-container .hl-client-1 {
	top: -190px;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
}

.hl-feedback-area .hl-feedback-container .hl-client-2 {
	left: 125px;
	top: 70px;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.hl-feedback-area .hl-feedback-container .hl-client-3 {
	bottom: 100px;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}

.hl-feedback-area .hl-feedback-container .hl-client-4 {
	left: 550px;
	top: -130px;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
}

.hl-feedback-area .hl-feedback-container .hl-client-5 {
	right: 200px;
	top: -60px;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
}

.hl-feedback-area .hl-feedback-container .hl-client-6 {
	right: 100px;
	bottom: 300px;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
}

.hl-feedback-area .hl-feedback-container .hl-client-7 {
	right: 0;
	top: -200px;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
}

.hl-feedback-area .hl-feedback-container .hl-feedback-slider {
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
}

.hl-feedback-area .hl-feedback-container .hl-feedback-slider .feedback-single {
	background-color: #ffffff;
	padding: 30px;
	padding-top: 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 3, 13, 0.1);
	text-align: center;
}

.hl-feedback-area .hl-feedback-container .hl-feedback-slider .feedback-single .thumb-wrapper img {
	display: inline-block;
	width: 100px;
	border-radius: 50%;
	background-color: #ffffff;
	padding: 3px;
	-webkit-box-shadow: -4.168px 23.635px 75px 0px rgba(14, 198, 213, 0.3);
	box-shadow: -4.168px 23.635px 75px 0px rgba(14, 198, 213, 0.3);
	margin-top: -50px;
}

.hl-feedback-area .hl-feedback-container .hl-feedback-slider .feedback-single .feedback-txt {
	margin-top: 25px;
}

.hl-feedback-area .hl-feedback-container .hl-feedback-slider .feedback-single .clients-info {
	margin-top: 25px;
}

.hl-feedback-area .hl-feedback-container .hl-feedback-slider .feedback-single .clients-info span {
	font-weight: 500;
}

.hl-feedback-area .hl-feedback-container .hl-feedback-slider .slick-list {
	padding: 100px 15px 100px 15px;
	margin: 0 -25px;
}

.hl-feedback-area .hl-feedback-container .hl-feedback-slider .slick-list .slick-slide {
	margin: 0 25px;
}

.hl-feedback-area .hl-feedback-container .hl-feedback-slider .slick-dots {
	position: absolute;
	right: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hl-feedback-area .hl-feedback-container .hl-feedback-slider .slick-dots li {
	width: 15px;
	height: 15px;
	border: 1px solid transparent;
	padding: 3px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-feedback-area .hl-feedback-container .hl-feedback-slider .slick-dots li button {
	width: 100%;
	height: 100%;
	background-color: var(--thm-base);
	font-size: 0;
	display: block;
	padding: 0;
	border-radius: 50%;
	border: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-feedback-area .hl-feedback-container .hl-feedback-slider .slick-dots li.slick-active {
	border: 1px solid var(--thm-base);
}

.hl-feedback-area .hl-feedback-container .hl-feedback-slider .slick-dots li.slick-active button {
	background-color: var(--thm-base);
}

@media (max-width: 991.98px) {
	.hl-feedback-area .hl-feedback-container .hl-feedback-slider .slick-dots {
		right: 50%;
		bottom: 40px;
		top: auto;
	}
	.hl-feedback-area .hl-feedback-container .hl-feedback-slider .slick-dots li {
		display: inline-block;
	}
}


/************* Top Places Area ***************/

.hl-top-places {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 991.98px) {
	.hl-top-places {
		background-size: initial;
		background-color: #f4f7ff;
	}
}

@media (max-width: 767.98px) {
	.hl-top-places .title-style-1 {
		text-align: center;
	}
}

.hl-top-places .hl-primary-btn {
	text-align: right;
}

@media (max-width: 991.98px) {
	.hl-top-places .hl-primary-btn {
		text-align: left;
		margin-top: 30px;
	}
}

@media (max-width: 767.98px) {
	.hl-top-places .hl-primary-btn {
		text-align: center;
	}
}

.hl-top-places .hl-places-content {
	margin-top: 50px;
}

.hl-top-places .hl-places-content .places-column {
	background-color: #ffffff;
	margin-bottom: 30px;
}

.hl-top-places .hl-places-content .places-column .thumb-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

.hl-top-places .hl-places-content .places-column .thumb-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-top-places .hl-places-content .places-column .thumb-wrapper .property-count {
	position: absolute;
	left: 15px;
	bottom: 0;
	background-color: var(--thm-base);
	padding: 4px 15px;
	color: #ffffff;
	font-weight: 500;
	overflow: hidden;
	z-index: 1;
}

.hl-top-places .hl-places-content .places-column .thumb-wrapper .property-count::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: var(--thm-base);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-top-places .hl-places-content .places-column .places-content {
	padding: 26px 20px;
}

.hl-top-places .hl-places-content .places-column .places-content h4 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-top-places .hl-places-content .places-column .places-content h4:hover {
	color: var(--thm-base);
}

.hl-top-places .hl-places-content .places-column .places-content span {
	display: block;
	margin-top: 10px;
}

.hl-top-places .hl-places-content .places-column .places-content span i {
	margin-right: 6px;
}

.hl-top-places .hl-places-content .places-column:hover .thumb-wrapper img {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

.hl-top-places .hl-places-content .places-column:hover .thumb-wrapper .property-count::before {
	height: 100%;
	top: auto;
	bottom: 0;
}

@media (max-width: 767.98px) {
	.hl-top-places .hl-places-content .places-column {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}


/**************** Brand Slider ***************/

.hl-partner-brands .title-style-1 h3 {
	margin-top: 0;
}

.hl-partner-brands .hl-brand-slider {
	margin-top: 30px;
}

.hl-partner-brands .hl-brand-slider .slick-list {
	margin: 0 -15px;
	padding: 30px 0;
}

.hl-partner-brands .hl-brand-slider .slick-slide {
	margin: 0 15px;
}

.hl-partner-brands .hl-brand-slider .slick-arrow {
	position: absolute;
	top: 0;
	right: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background-color: var(--thm-base);
	border: none;
	border-radius: 50%;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: 1;
}

.hl-partner-brands .hl-brand-slider .slick-arrow:hover {
	background-color: var(--thm-base);
}

.hl-partner-brands .hl-brand-slider .slick-next {
	left: auto;
	right: 0;
}

.hl-partner-brands .hl-brand-slider .hl-brand-single {
	padding: 20px;
	text-align: center;
	webkit-box-shadow: 0px 8px 13px 0px rgb(135 135 135 / 20%);
    box-shadow: 0px 8px 13px 0px rgb(135 135 135 / 20%);
}

.hl-partner-brands .hl-brand-slider .hl-brand-single img {
	width: 90px;
	display: inline-block;
}


/*********** Blog Area ***********/

@media (max-width: 991.98px) {
	.hl-blog-area .title-style-1 {
		text-align: center;
	}
}

.hl-blog-area .hl-primary-btn {
	text-align: right;
}

@media (max-width: 991.98px) {
	.hl-blog-area .hl-primary-btn {
		margin-top: 30px;
		text-align: center;
	}
}

.hl-blog-area .hl-blog-bottom {
	margin-top: 50px;
}

.hl-blog-area .hl-blog-bottom .hl-blog-column {
	-webkit-box-shadow: -4.168px 23.635px 50px 0px rgba(118, 118, 118, 0.1);
	box-shadow: -4.168px 23.635px 50px 0px rgba(118, 118, 118, 0.1);
	position: relative;
	margin-bottom: 30px;
}

.hl-blog-area .hl-blog-bottom .hl-blog-column .thumb-wrapper {
	overflow: hidden;
	border-radius: 5px;
}

.hl-blog-area .hl-blog-bottom .hl-blog-column .thumb-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .hl-blog-bottom .hl-blog-column .blog-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 86%;
	border-radius: 0 5px 5px 5px;
	background-color: #ffffff;
	padding: 30px 20px;
}

.hl-blog-area .hl-blog-bottom .hl-blog-column .blog-content .blog-meta span {
	margin-right: 20px;
	font-weight: 500;
	text-transform: capitalize;
}

.hl-blog-area .hl-blog-bottom .hl-blog-column .blog-content .blog-meta span a{
	color:inherit;
}

.hl-blog-area .hl-blog-bottom .hl-blog-column .blog-content .blog-meta span i {
	margin-right: 5px;
}

.hl-blog-area .hl-blog-bottom .hl-blog-column .blog-content .blog-title {
	margin-top: 14px;
	padding-right: 40px;
}

.hl-blog-area .hl-blog-bottom .hl-blog-column .blog-content .blog-title h4 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .hl-blog-bottom .hl-blog-column .blog-content .blog-title h4:hover {
	color: var(--thm-base);
}

.hl-blog-area .hl-blog-bottom .hl-blog-column .blog-content .hl-blog-readmore-btn {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: inline-block;
}

.hl-blog-area .hl-blog-bottom .hl-blog-column .blog-content .hl-blog-readmore-btn a {
	width: 40px;
	height: 40px;
	background-color: var(--thm-base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	color: #ffffff;
	font-size: 18px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.hl-blog-area .hl-blog-bottom .hl-blog-column .blog-content .hl-blog-readmore-btn a::before {
	content: '';
	position: absolute;
	right: 0;
	width: 0;
	top: 0;
	height: 100%;
	background-color: var(--thm-base);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .hl-blog-bottom .hl-blog-column .blog-content .hl-blog-readmore-btn a:hover::before {
	width: 100%;
	right: auto;
	left: 0;
}

.hl-blog-area .hl-blog-bottom .hl-blog-column:hover .thumb-wrapper img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.hl-blog-area .hl-blog-bottom .hl-blog-column:hover .blog-content .hl-blog-readmore-btn a::before {
	width: 100%;
	left: 0;
	right: auto;
}

@media (max-width: 991.98px) {
	.hl-blog-area .hl-blog-bottom .hl-blog-column {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767.98px) {
	.hl-blog-area .hl-blog-bottom .hl-blog-column .blog-content {
		width: 100%;
		position: initial;
	}
}

.hl-not-found-area {
	position: relative;
	padding: 280px 0 168px 0;
}

.hl-not-found-area .not-found-img {
	position: absolute;
	right: 0;
	top: 0;
}

.hl-not-found-area .not-found-left h2 span {
	display: block;
	text-transform: uppercase;
}

.hl-not-found-area .not-found-left p {
	margin-top: 26px;
}

.hl-not-found-area .not-found-left .hl-primary-btn {
	margin-top: 30px;
}

.hl-not-found-area .img-wrapper img {
	width: auto;
}

@media (max-width: 1600px) {
	.hl-not-found-area {
		padding: 200px 0 150px 0;
	}
	.hl-not-found-area .not-found-img {
		width: 90%;
		bottom: -40%;
		top: auto;
	}
}

@media (max-width: 1199.98px) {
	.hl-not-found-area .not-found-img {
		width: 97%;
		bottom: -30%;
	}
}

@media (max-width: 991.98px) {
	.hl-not-found-area {
		padding-top: 100px;
	}
}

@media (max-width: 575.98px) {
	.hl-not-found-area {
		padding-bottom: 150px;
	}
	.hl-not-found-area .not-found-img {
		width: 110%;
	}
}

@media (max-width: 460px) {
	.hl-not-found-area {
		padding: 100px 0;
	}
	.hl-not-found-area .not-found-img {
		display: none;
	}
}

.ab-services {
	background-color: #f3f3f3;
}

.ab-services .btn-style-3 {
	text-align: center;
	margin-top: 20px;
}

.hl-counter-area {
	overflow: visible;
}

.hl-counter-area .hl-counter-wrapper {
	background-color: #ffffff;
	padding: 35px 0px 5px 0;
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	margin-top: -40px;
	position: relative;
	z-index: 10;
	border-radius: 4px;
}

.hl-counter-area .hl-counter-wrapper .counter-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-left: 20px;
	margin-bottom: 30px;
}

.hl-counter-area .hl-counter-wrapper .counter-column.after-line {
	border-right: 3px solid #dddddd;
}

@media (max-width: 1199.98px) {
	.hl-counter-area .hl-counter-wrapper .counter-column.after-line {
		border-right: 0;
	}
}

.hl-counter-area .hl-counter-wrapper .counter-column .icon-wrapper span {
	width: 80px;
	height: 80px;
	background-color: #dbf7f9;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	font-size: 40px;
	color: var(--thm-base);
}

.hl-counter-area .hl-counter-wrapper .counter-column .icon-wrapper span i {
	line-height: 0;
}

.hl-counter-area .hl-counter-wrapper .counter-column .counter-content {
	margin-left: 20px;
}

.hl-counter-area .hl-counter-wrapper .counter-column .counter-content .counter-title h3 {
	display: inline-block;
}

.hl-counter-area .hl-counter-wrapper .counter-column .counter-content .counter-title span {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: var(--thm-base);
}

.hl-counter-area .hl-counter-wrapper .counter-column .counter-content .counter-subtitle span {
	font-weight: 700;
	color: var(--thm-base);
	text-transform: capitalize;
	margin-top: 4px;
	display: block;
}

@media (max-width: 575.98px) {
	.hl-counter-area .hl-counter-wrapper .counter-column {
		display: block;
		text-align: center;
		padding-left: 0;
	}
	.hl-counter-area .hl-counter-wrapper .counter-column .counter-content {
		margin-left: 0;
		margin-top: 15px;
	}
}


/************ Facilities Area ***********/

@media (max-width: 575.98px) {
	.hl-facilities .hl-ft-left .title-style-1 {
		text-align: center;
	}
}

.hl-facilities .hl-ft-left .hl-ft-bottom {
	margin-top: 30px;
}

.hl-facilities .hl-ft-left .hl-ft-bottom .ft-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.hl-facilities .hl-ft-left .hl-ft-bottom .ft-column .icon-wrapper span {
	width: 58px;
	height: 58px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #dbf7f9;
	color: var(--thm-base);
	border-radius: 50%;
	font-size: 30px;
	position: relative;
	z-index: 10;
}

.hl-facilities .hl-ft-left .hl-ft-bottom .ft-column .icon-wrapper span i {
	line-height: 0;
}

.hl-facilities .hl-ft-left .hl-ft-bottom .ft-column .ft-content {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	padding: 20px;
	padding: 20px 10px 20px 45px;
	margin-left: -30px;
}

.hl-facilities .hl-ft-left .hl-ft-bottom .ft-column .ft-content .ft-title span {
	font-size: 16px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	color: var(--thm-base);
	text-transform: capitalize;
}

.hl-facilities .hl-ft-left .hl-ft-bottom .ft-column .ft-content .ft-txt p {
	font-size: 14px;
	margin-top: 5px;
}

@media (max-width: 575.98px) {
	.hl-facilities .hl-ft-left .hl-ft-bottom .ft-column {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

.hl-facilities .hl-ft-left .hl-primary-btn {
	margin-top: 10px;
}

@media (max-width: 575.98px) {
	.hl-facilities .hl-ft-left .hl-primary-btn {
		text-align: center;
	}
}

@media (max-width: 991.98px) {
	.hl-facilities .hl-ft-right {
		margin-bottom: 60px;
	}
	.hl-facilities .hl-ft-right img {
		max-width: 100%;
		width: auto;
	}
}


/*************** Blog Pages ************/

.hl-blog-area .blog-content-part .hl-single-item {
	background-color: #f4f4f4;
	padding: 20px;
	border-radius: 4px;
}

.hl-blog-area .blog-content-part .hl-single-item+.hl-single-item {
	margin-top: 60px;
}

.hl-blog-area .blog-content-part .hl-single-item .thumb-wrapper {
	overflow: hidden;
}

.hl-blog-area .blog-content-part .hl-single-item .thumb-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .blog-content-part .hl-single-item .hl-blog-meta {
	width: 90%;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	padding: 16px;
	border-radius: 4px;
	margin: -25px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	position:relative;
}

.hl-blog-area .blog-content-part .hl-single-item .hl-blog-meta span {
	font-weight: 500;
	position: relative;
	margin-right: 40px;
}

.hl-blog-area .blog-content-part .hl-single-item .hl-blog-meta span i {
	margin-right: 5px;
}

.hl-blog-area .blog-content-part .hl-single-item .hl-blog-meta span+span::before {
	content: '';
	position: absolute;
	left: -22px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 30px;
	width: 1px;
	background-color: #a3a3a3;
}

.hl-blog-area .blog-content-part .hl-single-item .hl-blog-meta span:last-of-type {
	margin-right: 0;
}

@media (max-width: 575.98px) {
	.hl-blog-area .blog-content-part .hl-single-item .hl-blog-meta {
		width: 100%;
	}
	.hl-blog-area .blog-content-part .hl-single-item .hl-blog-meta span {
		margin-right: 20px;
	}
	.hl-blog-area .blog-content-part .hl-single-item .hl-blog-meta span::before {
		display: none;
	}
}

.hl-blog-area .blog-content-part .hl-single-item .hl-blog-title {
	margin-top: 30px;
}

.hl-blog-area .blog-content-part .hl-single-item .hl-blog-title h3 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .blog-content-part .hl-single-item .hl-blog-title h3:hover {
	color: var(--thm-base);
}

.hl-blog-area .blog-content-part .hl-single-item .blog-readmore-btn {
	margin-top: 30px;
}

.hl-blog-area .blog-content-part .hl-single-item .blog-readmore-btn a {
	width: 160px;
}

.hl-blog-area .blog-content-part .hl-single-item:hover .thumb-wrapper {
	border-radius: 5px;
}

.hl-blog-area .blog-content-part .hl-single-item:hover .thumb-wrapper img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.hl-blog-area .template-pagination {
	margin-top: 60px;
}

.hl-blog-area .template-pagination ul li {
	display: inline-block;
}

.hl-blog-area .template-pagination ul li a,
.hl-blog-area .template-pagination ul li > span {
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 1px solid #dddddd;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 3px;
	color: var(--thm-base);
	font-weight: 700;
	margin-right: 8px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .template-pagination ul li a:hover,
.hl-blog-area .template-pagination ul li > span  {
	background-color: var(--thm-base);
	color: #ffffff;
	border: 1px solid var(--thm-base);
}

.hl-blog-area .template-pagination ul li a.active {
	background-color: var(--thm-base);
	color: #ffffff;
	border: 1px solid var(--thm-base);
}

@media (max-width: 991.98px) {
	.hl-blog-area .hl-blog-sidebar {
		margin-top: 100px;
	}
}

.hl-blog-area .hl-blog-sidebar .hl-sidebar-widget {
	padding: 30px 20px;
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	border-radius: 4px;
}

.hl-blog-area .hl-blog-sidebar .hl-sidebar-widget+.hl-sidebar-widget {
	margin-top: 60px;
}

.hl-blog-area .hl-blog-sidebar .hl-sidebar-widget .widget-title {
	margin-bottom: 16px;
}

.hl-blog-area .hl-blog-sidebar .hl-sidebar-widget form {
	position: relative;
	width: 100%;
}

.hl-blog-area .hl-blog-sidebar .hl-sidebar-widget form input {
	width: 100%;
	padding: 12px 12px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
}

.hl-blog-area .hl-blog-sidebar .hl-sidebar-widget form input::-webkit-input-placeholder {
	color: #e7e7e7;
}

.hl-blog-area .hl-blog-sidebar .hl-sidebar-widget form input:-ms-input-placeholder {
	color: #e7e7e7;
}

.hl-blog-area .hl-blog-sidebar .hl-sidebar-widget form input::-ms-input-placeholder {
	color: #e7e7e7;
}

.hl-blog-area .hl-blog-sidebar .hl-sidebar-widget form input::placeholder {
	color: #e7e7e7;
}

.hl-blog-area .hl-blog-sidebar .hl-sidebar-widget form button {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	top: 0;
	border: 0;
	background-color: var(--thm-base);
	color: #ffffff;
	border-radius: 0 4px 4px 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hl-blog-area .hl-blog-sidebar .hl-sidebar-widget form button:hover {
	background-color: var(--thm-base);
}

.hl-blog-area .hl-blog-sidebar .categories-widget .categories-list ul li+li {
	margin-top: 15px;
}

.hl-blog-area .hl-blog-sidebar .categories-widget .categories-list ul li a {
	padding: 10px;
	background-color: #dbf7f9;
	color: var(--thm-base);
	display: block;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .hl-blog-sidebar .categories-widget .categories-list ul li a:hover {
	background-color: var(--thm-base);
	color: #ffffff;
}

.hl-blog-area .hl-blog-sidebar .categories-widget .categories-list ul li a span {
	float: right;
}

.hl-blog-area .hl-blog-sidebar .recent-post-widget .recent-blog-post ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.hl-blog-area .hl-blog-sidebar .recent-post-widget .recent-blog-post ul li+li {
	margin-top: 40px;
}

.hl-blog-area .hl-blog-sidebar .recent-post-widget .recent-blog-post ul li+li::before {
	content: '';
	position: absolute;
	top: -24px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e7e7e7;
}

.hl-blog-area .hl-blog-sidebar .recent-post-widget .recent-blog-post ul li .thumb-wrapper img {
	width: auto;
}

.hl-blog-area .hl-blog-sidebar .recent-post-widget .recent-blog-post ul li .recent-post-content {
	margin-left: 15px;
}

.hl-blog-area .hl-blog-sidebar .recent-post-widget .recent-blog-post ul li .recent-post-content .rc-blog-title a {
	color: var(--thm-base);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .hl-blog-sidebar .recent-post-widget .recent-blog-post ul li .recent-post-content .rc-blog-title a:hover {
	color: var(--thm-base);
}

.hl-blog-area .hl-blog-sidebar .recent-post-widget .recent-blog-post ul li .recent-post-content .rc-blog-date span {
	color: var(--thm-base);
	font-weight: 500;
	font-size: 14px;
	margin-top: 6px;
	display: inline-block;
}

.hl-blog-area .hl-blog-sidebar .tags-widget ul li {
	display: inline-block;
}

.hl-blog-area .hl-blog-sidebar .tags-widget ul li a {
	padding: 6px 12px;
	display: block;
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #666666;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .hl-blog-sidebar .tags-widget ul li a:hover {
	background-color: var(--thm-base);
	color: #ffffff;
	border: 1px solid var(--thm-base);
}

.hl-blog-area .hl-blog-sidebar .newsletter-widget .widget-title .subtitle {
	font-weight: 600;
	color: var(--thm-base);
	margin-bottom: 3px;
	display: block;
}

.hl-blog-area .hl-blog-sidebar .newsletter-widget .newsletter-form form input::-webkit-input-placeholder {
	color: #666666;
}

.hl-blog-area .hl-blog-sidebar .newsletter-widget .newsletter-form form input:-ms-input-placeholder {
	color: #666666;
}

.hl-blog-area .hl-blog-sidebar .newsletter-widget .newsletter-form form input::-ms-input-placeholder {
	color: #666666;
}

.hl-blog-area .hl-blog-sidebar .newsletter-widget .newsletter-form form input::placeholder {
	color: #666666;
}

.hl-blog-area .hl-blog-sidebar .newsletter-widget .newsletter-form form button i {
	font-size: 30px;
	line-height: 0;
}

.hl-blog-area .blog-details-content .thumb-wrapper {
	overflow: hidden;
}

.hl-blog-area .blog-details-content .thumb-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .blog-details-content .hl-blog-meta {
	padding: 18px 0 15px 0;
	border-bottom:1px solid var(--thm-base);
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	position:relative;
}

.hl-blog-area .blog-details-content .hl-blog-meta span {
	font-weight: 500;
	position: relative;
	margin-right: 40px;
	color:var(--thm-base);
}

.hl-blog-area .blog-details-content .hl-blog-meta span i {
	margin-right: 5px;
}

.hl-blog-area .blog-details-content .hl-blog-meta span+span::before {
	content: '';
	position: absolute;
	left: -22px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 30px;
	width: 1px;
	background-color: var(--thm-base);
}

.hl-blog-area .blog-details-content .hl-blog-meta span:last-of-type {
	margin-right: 0;
}

@media (max-width: 575.98px) {
	.hl-blog-area .blog-details-content .hl-blog-meta {
		width: 100%;
	}
	.hl-blog-area .blog-details-content .hl-blog-meta span {
		margin-right: 20px;
	}
	.hl-blog-area .blog-details-content .hl-blog-meta span::before {
		display: none;
	}
}

.hl-blog-area .blog-details-content .hl-txt p .capital {
	float: left;
	font-size: 70px;
	font-weight: 700;
	color: var(--thm-base);
	line-height: 40px;
	margin-right: 6px;
}

.hl-blog-area .blog-details-content .hl-blog-quote {
	background-color: #f3f4f4;
	padding: 30px 40px;
	border-radius: 4px;
	position: relative;
	-webkit-box-shadow: -0.767px 10.973px 30px 0px rgba(103, 103, 103, 0.05);
	box-shadow: -0.767px 10.973px 30px 0px rgba(103, 103, 103, 0.05);
}

.hl-blog-area .blog-details-content .hl-blog-quote .quote-txt {
	font-size: 18px;
	font-weight: 700;
	display: block;
}

.hl-blog-area .blog-details-content .hl-blog-quote .quote-title {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: var(--thm-base);
	position: relative;
	padding-left: 40px;
	margin-top: 10px;
	display: block;
}

.hl-blog-area .blog-details-content .hl-blog-quote .quote-title::before {
	content: '';
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 25px;
	height: 3px;
	background-color: var(--thm-base);
}

.hl-blog-area .blog-details-content .hl-blog-quote::before {
	content: '';
	position: absolute;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: var(--thm-base);
	top: 0;
	left: 0;
	border-radius: 4px 0 0 4px;
}

.hl-blog-area .blog-details-content .blog-thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content:center;
}

.hl-blog-area .blog-details-content .blog-thumbs .img-wrapper+.img-wrapper {
	margin-left: 30px;
}

.hl-blog-area .blog-details-content .video-blog {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.hl-blog-area .blog-details-content .video-blog::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.hl-blog-area .blog-details-content .video-blog .video-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background-color: var(--thm-base);
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	font-size: 24px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-animation: 1.5s ripple_animation linear infinite;
	animation: 1.5s ripple_animation linear infinite;
}

.hl-blog-area .post-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hl-blog-area .post-tags .tags-left span {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: var(--thm-base);
	font-size: 15px;
	margin-right: 10px;
}

.hl-blog-area .post-tags .tags-left a {
	padding: 8px 18px;
	display: inline-block;
	background-color: var(--thm-base);
	color: #ffffff;
	font-weight: 500;
	border: 0;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .post-tags .tags-left a:hover {
	background-color: var(--thm-base);
}

.hl-blog-area .post-tags .share-right span {
	font-weight: 700;
	color: var(--thm-base);
	font-family: "Poppins", sans-serif;
}

.hl-blog-area .post-tags .share-right .share-icons {
	margin-left: 10px;
	width: 40px;
	height: 40px;
	background-color: var(--thm-base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .post-tags .share-right .share-icons span {
	color: #ffffff;
}

.hl-blog-area .post-tags .share-right .share-icons .icons {
	position: absolute;
	bottom: 90%;
	left: 0;
	background-color: var(--thm-base);
	width: 40px;
	text-align: center;
	opacity: 0;
	z-index:9;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .post-tags .share-right .share-icons .icons a {
	padding: 6px 0;
	display: block;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .post-tags .share-right .share-icons .icons a:hover {
	background-color: var(--thm-base);
}

.hl-blog-area .post-tags .share-right .share-icons:hover {
	background-color: var(--thm-base);
	border-radius: 0;
}

.hl-blog-area .post-tags .share-right .share-icons:hover .icons {
	bottom: 100%;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 575.98px) {
	.hl-blog-area .post-tags {
		display: block;
	}
	.hl-blog-area .post-tags .share-right {
		margin-top: 15px;
	}
}

.hl-blog-area .seperator {
	height: 2px;
	background-color: #dddddd;
	margin: 40px 0;
}

.hl-blog-area .related-post .next-btn {
	text-align: right;
}

.hl-blog-area .related-post .next-btn a {
	display: inline-block;
	font-weight: 700;
	color: var(--thm-base);
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: underline;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .related-post .next-btn a span {
	margin-left: 3px;
}

.hl-blog-area .related-post .next-btn a:hover {
	color: var(--thm-base);
}

.hl-blog-area .related-post .rl-post-content {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hl-blog-area .related-post .rl-post-content .rl-thumb {
	display: inline-block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}

.hl-blog-area .related-post .rl-post-content .rl-thumb.bg-overlay::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--thm-base);
	opacity: 0.6;
}

.hl-blog-area .related-post .rl-post-content .rl-thumb img {
	width: auto;
}

.hl-blog-area .related-post .rl-post-content .rl-title {
	margin-left: 10px;
}

.hl-blog-area .related-post .rl-post-content .rl-title a {
	font-weight: 700;
	text-transform: capitalize;
	color: var(--thm-base);
	text-decoration: underline;
}

.hl-blog-area .related-post .rl-post-content .rl-txt p {
	font-weight: 500;
}

@media (max-width: 991.98px) {
	.hl-blog-area .related-post .rl-post-content {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 767.98px) {
	.hl-blog-area .related-post .rl-post-content {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
	.hl-blog-area .related-post .rl-post-content .rl-thumb:not(.bg-overlay) {
		display: none;
	}
	.hl-blog-area .related-post .rl-post-content .rl-txt {
		display: none;
	}
}

.hl-blog-area .comments-area {
	margin-top: 60px;
}

.hl-blog-area .comments-area .hl-title h4 {
	position: relative;
}

.hl-blog-area .comments-area .hl-title h4::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 50px;
	height: 3px;
	background-color: var(--thm-base);
}

.hl-blog-area .comments-area .comment-lists .single-comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hl-blog-area .comments-area .comment-lists .single-comment+.single-comment {
	margin-top: 40px;
}

.hl-blog-area .comments-area .comment-lists .single-comment .thumb-wrapper img {
	width: 100px;
	border-radius: 50%;
}

.hl-blog-area .comments-area .comment-lists .single-comment .comment-content {
	background-color: #f4f4f4;
	padding: 30px;
	border-radius: 2px;
	position: relative;
}

.hl-blog-area .comments-area .comment-lists .single-comment .comment-content .reply-btn {
	float: right;
	margin-top: -30px;
}

.hl-blog-area .comments-area .comment-lists .single-comment .comment-content .reply-btn a {
	padding: 8px 16px;
	display: inline-block;
	background-color: var(--thm-base);
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-blog-area .comments-area .comment-lists .single-comment .comment-content .reply-btn a i {
	margin-left: 3px;
}

.hl-blog-area .comments-area .comment-lists .single-comment .comment-content .reply-btn a:hover {
	background-color: var(--thm-base);
}

.hl-blog-area .comments-area .comment-lists .single-comment .comment-content .comment-date span {
	color: var(--thm-base);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	margin-top: 6px;
	display: block;
}

.hl-blog-area .comments-area .comment-lists .single-comment .comment-content .comment-txt {
	margin-top: 15px;
}

@media (max-width: 460px) {
	.hl-blog-area .comments-area .comment-lists .single-comment .comment-content {
		padding-bottom: 80px;
	}
	.hl-blog-area .comments-area .comment-lists .single-comment .comment-content .reply-btn {
		position: absolute;
		bottom: 20px;
	}
}

.hl-blog-area .comments-area .comment-form .title h4 {
	position: relative;
	display: inline-block;
}

.hl-blog-area .comments-area .comment-form .title h4::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: var(--thm-base);
}

.comments-area .comment-form .comment-form-area {
	margin-top: 50px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(12, 12, 12, 0.05);
	box-shadow: 0px 0px 35px 0px rgba(12, 12, 12, 0.05);
	padding: 30px;
}

.comments-area .comment-form .comment-form-area p {
	color: #222222;
}

.comments-area .comment-form .comment-form-area form {
	margin-top: 10px;
}

.comments-area .comment-form .comment-form-area form .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.comments-area .comment-form .comment-form-area form .info input {
	width: 49%;
	padding: 10px 20px;
	border: 0;
	border-radius: 2px;
	border:1px solid var(--thm-base);
}

.comments-area .comment-form .comment-form-area form .info input::-webkit-input-placeholder {
	color: var(--thm-base);
}

.comments-area .comment-form .comment-form-area form .info input:-ms-input-placeholder {
	color: var(--thm-base);
}

.comments-area .comment-form .comment-form-area form .info input::-ms-input-placeholder {
	color: var(--thm-base);
}

.comments-area .comment-form .comment-form-area form .info input::placeholder {
	color: var(--thm-base);
}

.comments-area .comment-form .comment-form-area form .checkbox {
	margin-top: 15px;
}

.comments-area .comment-form .comment-form-area form .checkbox label {
	margin-left: 8px;
}

.comments-area .comment-form .comment-form-area form .comment-message {
	margin-top: 20px;
}

.comments-area .comment-form .comment-form-area form .comment-message textarea {
	width: 100%;
	padding: 10px 20px;
	border: 0;
	border-radius: 2px;
	border:1px solid var(--thm-base);
}

.comments-area .comment-form .comment-form-area form .comment-message textarea::-webkit-input-placeholder {
	color: var(--thm-base);
}

.comments-area .comment-form .comment-form-area form .comment-message textarea:-ms-input-placeholder {
	color: var(--thm-base);
}

.comments-area .comment-form .comment-form-area form .comment-message textarea::-ms-input-placeholder {
	color: var(--thm-base);
}

.comments-area .comment-form .comment-form-area form .comment-message textarea::placeholder {
	color: var(--thm-base);
}

.comments-area .comment-form .comment-form-area form .submit-btn {
	margin-top: 20px;
}

.comments-area .comment-form .comment-form-area form .submit-btn button {
	padding: 12px 22px;
	background-color: var(--thm-base);
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.comments-area .comment-form .comment-form-area form .submit-btn button:hover {
	background-color: var(--thm-base);
}


/******* Contact Area ******/

.hl-contact-info .hl-contact-column {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	padding: 40px 20px;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 30px;
}

.hl-contact-info .hl-contact-column .icon-wrapper span {
	font-size: 60px;
	color: var(--thm-base);
	display: inline-block;
	line-height: 0;
}

.hl-contact-info .hl-contact-column .column-title h4 {
	margin-top: 20px;
}

.hl-contact-info .hl-contact-column .column-content {
	margin-top: 20px;
}

.hl-contact-info .hl-contact-column .column-content span {
	font-weight: 500;
}


/***** Contact Form ******/

.hl-contact-form-area .contact-title .contact-subtitle {
	font-weight: 700;
	text-transform: capitalize;
}

.hl-contact-form-area .contact-title h3 {
	margin-top: 10px;
}

.hl-contact-form-area .hl-contact-bottom {
	margin-top: 50px;
}

.hl-contact-form-area .hl-contact-bottom .input-field input,
.hl-contact-form-area .hl-contact-bottom .input-field textarea {
	width: 100%;
	padding: 18px 20px;
	border: 0;
	border-radius: 4px;
	background-color: #f4f4f4;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 500;
}

.hl-contact-form-area .hl-contact-bottom .submit-btn {
	margin-top: 10px;
}

.hl-contact-form-area .hl-contact-bottom .submit-btn button {
	width: 170px;
	height: 55px;
	background-color: var(--thm-base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	border: 0;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-contact-form-area .hl-contact-bottom .submit-btn button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	width: 30px;
	height: 100%;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.hl-contact-form-area .hl-contact-bottom .submit-btn button:hover {
	background-color: var(--thm-base);
}

.hl-contact-form-area .hl-contact-bottom .submit-btn button:hover::before {
	-webkit-animation: 600ms shine;
	animation: 600ms shine;
}

.hl-faq-area .faq-left .accordion {
	margin-top: 36px;
}

.hl-faq-area .faq-left .accordion .accordion-item {
	border: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-faq-area .faq-left .accordion .accordion-item+.accordion-item {
	margin-top: 15px;
}

.hl-faq-area .faq-left .accordion .accordion-item .accordion-header {
	border: 1px solid #dddddd;
	border-radius: 4px;
}

.hl-faq-area .faq-left .accordion .accordion-item .accordion-header a {
	text-transform: initial;
	color: var(--thm-base);
	position: relative;
	display: block;
	padding: 20px;
}

.hl-faq-area .faq-left .accordion .accordion-item .accordion-header a::after {
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-faq-area .faq-left .accordion .accordion-item.active {
	background-color: #ffffff;
	-webkit-box-shadow: 6.573px 12.361px 75px 0px rgba(126, 126, 126, 0.15);
	box-shadow: 6.573px 12.361px 75px 0px rgba(126, 126, 126, 0.15);
}

.hl-faq-area .faq-left .accordion .accordion-item.active .accordion-header {
	border: 1px solid #ffffff;
}

.hl-faq-area .faq-left .accordion .accordion-item.active .accordion-header a {
	color: var(--thm-base);
}

.hl-faq-area .faq-left .accordion .accordion-item.active .accordion-header a::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.hl-faq-area .faq-right {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	padding: 30px 20px;
	border-radius: 4px;
}

@media (max-width: 991.98px) {
	.hl-faq-area .faq-right {
		margin-top: 60px;
	}
}

.hl-faq-area .faq-right .form-title .hl-subtitle {
	color: var(--thm-base);
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}

.hl-faq-area .faq-right .form-title h4 {
	margin-top: 14px;
}

.hl-faq-area .faq-right .faq-form {
	margin-top: 30px;
}

.hl-faq-area .faq-right .faq-form form {
	width: 100%;
}

.hl-faq-area .faq-right .faq-form form input,
.hl-faq-area .faq-right .faq-form form textarea {
	width: 100%;
    padding: 18px 20px;
    border: 0;
    border-radius: 4px;
    background-color: #f4f4f4;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
	color:#777777;
}

.hl-faq-area .faq-right .faq-form form textarea{
	max-height:100px;
}

.hl-faq-area .faq-right .faq-form form input::-webkit-input-placeholder,
.hl-faq-area .faq-right .faq-form form textarea::-webkit-input-placeholder {
	color: #777777;
}

.hl-faq-area .faq-right .faq-form form input:-ms-input-placeholder,
.hl-faq-area .faq-right .faq-form form textarea:-ms-input-placeholder {
	color: #777777;
}

.hl-faq-area .faq-right .faq-form form input::-ms-input-placeholder,
.hl-faq-area .faq-right .faq-form form textarea::-ms-input-placeholder {
	color: #bbbbbb;
}

.hl-faq-area .faq-right .faq-form form input::placeholder,
.hl-faq-area .faq-right .faq-form form textarea::placeholder {
	color: #777777;
}

.hl-faq-area .faq-right .faq-form form button {
	width: 150px;
	height: 50px;
	background-color: var(--thm-base);
	color: #ffffff;
	border: 0;
	border-radius: 4px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-faq-area .faq-right .faq-form form button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	width: 30px;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.hl-faq-area .faq-right .faq-form form button:hover {
	background-color: var(--thm-base);
}

.hl-faq-area .faq-right .faq-form form button:hover::before {
	-webkit-animation: 800ms shine;
	animation: 800ms shine;
}

.hl-service-details .hl-sd-left {
	padding: 25px;
	background-color: #f4f4f4;
}

.hl-service-details .hl-sd-left .sd-thumbs .thumb-wrapper {
	display: inline-block;
}

.hl-service-details .hl-sd-left .sd-thumbs .thumb-wrapper+.thumb-wrapper {
	margin-left: 30px;
}

.hl-service-details .hl-sd-left .sd-thumbs .thumb-wrapper img {
	display: inline-block;
}

.hl-service-details .hl-sd-left .sd-txt.line-height-32 p {
	line-height: 32px;
}

@media (max-width: 991.98px) {
	.hl-service-details .sd-sidebar {
		margin-top: 60px;
	}
}

.hl-service-details .sd-sidebar .sd-sidebar-widget {
	background-color: #f4f4f4;
	padding: 30px 25px;
	border-radius: 4px;
}

.hl-service-details .sd-sidebar .sd-sidebar-widget .subtitle {
	font-weight: 700;
	color: var(--thm-base);
}

.hl-service-details .sd-sidebar .sd-sidebar-widget h4 {
	margin-top: 6px;
}

.hl-service-details .sd-sidebar .sd-sidebar-widget+.sd-sidebar-widget {
	margin-top: 40px;
}

.hl-service-details .sd-sidebar ul li{
	position:relative;
}

.hl-service-details .sd-sidebar ul.menu li+li{
	margin-top: 15px;
}

.hl-service-details .sd-sidebar ul li a {
	display: block;
	position:relative;
	text-transform: capitalize;
	font-weight: 500;
	color: var(--thm-base);
	background-color: #ffffff;
	padding: 12px 15px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 4px;
}

.hl-service-details .sd-sidebar ul li a:before{
	position:absolute;
	right:15px;
	top:0px;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	content: "\f061";
	line-height:48px;
}

.hl-service-details .sd-sidebar ul li a:hover {
	background-color: var(--thm-base);
	color: #ffffff;
}

.hl-service-details .sd-sidebar ul li a span {
	float: right;
}

.hl-service-details .sd-sidebar .contact-widget .contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}

.hl-service-details .sd-sidebar .contact-widget .contact-info .icon-wrapper span {
	width: 40px;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--thm-base);
	color: #ffffff;
	border-radius: 4px;
	font-size: 20px;
	line-height: 0;
}

.hl-service-details .sd-sidebar .contact-widget .contact-info .phone-number {
	margin-left: 15px;
}

.hl-service-details .sd-sidebar .contact-widget .contact-info .phone-number span {
	font-weight: 700;
	color: var(--thm-base);
}

.hl-service-details .sd-sidebar .newsletter-widget form,
.hl-service-details .sd-sidebar .footer-sb-form form .mc4wp-form-fields {
	position: relative;
}

.hl-service-details .sd-sidebar .newsletter-widget form input,
.hl-service-details .sd-sidebar .footer-sb-form form input {
	width: 100%;
	padding: 12px 15px;
	border: 0;
	background-color: #ffffff;
	border-radius: 4px;
	font-weight: 500;
}

.hl-service-details .sd-sidebar .mc4wp-alert{
	margin-top:10px;
}

.hl-service-details .sd-sidebar .newsletter-widget form input::-webkit-input-placeholder,
.hl-service-details .sd-sidebar .footer-sb-form form input::-webkit-input-placeholder {
	color: #e6e6e6;
}

.hl-service-details .sd-sidebar .newsletter-widget form input:-ms-input-placeholder,
.hl-service-details .sd-sidebar .footer-sb-form form input::-webkit-input-placeholder {
	color: #e6e6e6;
}

.hl-service-details .sd-sidebar .newsletter-widget form input::-ms-input-placeholder,
.hl-service-details .sd-sidebar .footer-sb-form form input::-webkit-input-placeholder {
	color: #e6e6e6;
}

.hl-service-details .sd-sidebar .newsletter-widget form input::placeholder,
.hl-service-details .sd-sidebar .footer-sb-form form input::-webkit-input-placeholder {
	color: #e6e6e6;
}

.hl-service-details .sd-sidebar .newsletter-widget form button,
.hl-service-details .sd-sidebar .footer-sb-form form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 45px;
	border-radius: 0 4px 4px 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--thm-base);
	border: 0;
	color: #ffffff;
	font-size: 24px;
}

.hl-service-details .sd-sidebar .newsletter-widget form button span,
.hl-service-details .sd-sidebar .footer-sb-form form button span {
	line-height: 0;
}

.hl-service-details .sd-sidebar .newsletter-widget form button span i,
.hl-service-details .sd-sidebar .footer-sb-form form button span i {
	line-height: 0;
}

@media (max-width: 991.98px) {
	.hl-property-list .property-sidebar {
		margin-bottom: 60px;
	}
}

.hl-property-list .property-sidebar .sidebar-widget {
	background-color: #f4f4f4;
	padding: 20px;
	border-radius: 4px;
}

.hl-property-list .property-sidebar .sidebar-widget+.sidebar-widget {
	margin-top: 50px;
}

.hl-property-list .property-sidebar .sidebar-widget .widget-title {
	margin-bottom: 15px;
}

.hl-property-list .property-sidebar .filter-widget .filter-form {
	width: 100%;
}

.hl-property-list .property-sidebar .filter-widget .filter-form .select-field {
	width: 100%;
}

.hl-property-list .property-sidebar .filter-widget .filter-form .select-field+.select-field {
	margin-top: 10px;
}

.hl-property-list .property-sidebar .filter-widget .filter-form .select-field select {
	width: 100%;
}

.hl-property-list .property-sidebar .filter-widget .filter-form .select-field .nice-select {
	border: 0;
}

.hl-property-list .property-sidebar .filter-widget .filter-form .select-field .nice-select span {
	font-weight: 500;
}

.hl-property-list .property-sidebar .filter-widget .filter-form .select-field .nice-select.open {
	border: 0px;
}

.hl-property-list .property-sidebar .filter-widget .filter-form .submit-btn {
	width: 100%;
	margin-top: 25px;
}

.hl-property-list .property-sidebar .filter-widget .filter-form .submit-btn button {
	width: 100%;
	border: 0;
	background-color: var(--thm-base);
	padding: 10px 0;
	border-radius: 4px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-property-list .property-sidebar .filter-widget .filter-form .submit-btn button:hover {
	background-color: var(--thm-base);
}

.hl-property-list .property-sidebar .checkbox-widget .checkbox-form form label {
	display: block;
	font-weight: 500;
	color: var(--thm-base);
	position: relative;
}

.hl-property-list .property-sidebar .checkbox-widget .checkbox-form form label+label {
	margin-top: 6px;
}

.hl-property-list .property-sidebar .checkbox-widget .checkbox-form form label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 1px solid var(--thm-base);
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-property-list .property-sidebar .checkbox-widget .checkbox-form form label::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 4px;
	width: 8px;
	height: 8px;
	background-color: var(--thm-base);
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-property-list .property-sidebar .checkbox-widget .checkbox-form form label.active::before {
	border: 1px solid var(--thm-base);
}

.hl-property-list .property-sidebar .checkbox-widget .checkbox-form form label.active::after {
	background-color: var(--thm-base);
}

.hl-property-list .property-sidebar .checkbox-widget .checkbox-form form label input {
	margin-right: 6px;
	opacity: 0;
}

.hl-property-list .property-sidebar .price-range-widget .pricing-range input {
	border: 0;
	background-color: transparent;
	font-size: 20px;
	font-weight: 500;
}

.hl-property-list .property-sidebar .price-range-widget .pricing-range #slider-range {
	border: 0;
	background-color: #dddddd;
	height: 5px;
	max-width: 260px;
	margin-top: 10px;
	border-radius: 30px;
}

.hl-property-list .property-sidebar .price-range-widget .pricing-range #slider-range .ui-slider-range {
	background-color: var(--thm-base);
}

.hl-property-list .property-sidebar .price-range-widget .pricing-range #slider-range .ui-slider-handle {
	width: 15px;
	height: 15px;
	background-color: var(--thm-base);
	border-radius: 50%;
}

.hl-property-list .property-sidebar .price-range-widget .pricing-range #slider-range .ui-slider-handle:focus {
	border: 0;
	outline: 0;
}

.hl-property-list .property-lists .hl-property-column {
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 3, 13, 0.1);
}

.hl-property-list .property-lists .hl-property-column .thumb-wrapper {
	position: relative;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

.hl-property-list .property-lists .hl-property-column .thumb-wrapper::before {
	content: '';
	position: absolute;
	left: -60px;
	top: 0;
	width: 50px;
	height: 100%;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
	z-index: 2;
}

.hl-property-list .property-lists .hl-property-column .thumb-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-property-list .property-lists .hl-property-column .pp-column-content {
	padding: 30px 25px;
}

.hl-property-list .property-lists .hl-property-column .meta-txt span {
	font-weight: 500;
}

.hl-property-list .property-lists .hl-property-column .meta-txt span i {
	margin-right: 6px;
}

.hl-property-list .property-lists .hl-property-column .pp-title {
	margin-top: 20px;
}

.hl-property-list .property-lists .hl-property-column .pp-title h6 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-property-list .property-lists .hl-property-column .pp-title h6:hover {
	color: var(--thm-base);
}

.hl-property-list .property-lists .hl-property-column .pp-pricing-txt {
	margin-top: 20px;
}

.hl-property-list .property-lists .hl-property-column .pp-pricing-txt span {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.hl-property-list .property-lists .hl-property-column .pp-pricing-txt span+span {
	margin-left: 25px;
}

.hl-property-list .property-lists .hl-property-column .pp-pricing-txt span.previous-price {
	color: #ff3737;
	position: relative;
}

.hl-property-list .property-lists .hl-property-column .pp-pricing-txt span.previous-price::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -10px;
	width: calc(100% + 20px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1px;
	background-color: var(--thm-base);
}

.hl-property-list .property-lists .hl-property-column .pp-pricing-txt span.discounted-price,
.hl-property-list .property-lists .hl-property-column .pp-pricing-txt span.page-price {
	color: var(--thm-base);
}

.hl-property-list .property-lists .hl-property-column .seperator {
	margin-top: 20px;
	height: 1px;
	background-color: var(--thm-base);
}

.hl-property-list .property-lists .hl-property-column .pp-info-area {
	margin-top: 20px;
}

.hl-property-list .property-lists .hl-property-column .pp-info-area span {
	font-weight: 500;
}

.hl-property-list .property-lists .hl-property-column .pp-info-area span+span {
	margin-left: 30px;
}

.hl-property-list .property-lists .hl-property-column .pp-info-area span i {
	margin-right: 6px;
}

.hl-property-list .property-lists .hl-property-column .pp-explore-btn {
	margin-top: 20px;
}

.hl-property-list .property-lists .hl-property-column .pp-explore-btn a {
	width: 140px;
	height: 40px;
	background-color: #dbf7f9;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: var(--thm-base);
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-property-list .property-lists .hl-property-column .pp-explore-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--thm-base);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-property-list .property-lists .hl-property-column .pp-explore-btn a:hover {
	color: #ffffff;
}

.hl-property-list .property-lists .hl-property-column .pp-explore-btn a:hover::before {
	width: 100%;
	left: 0;
	right: auto;
}

.hl-property-list .property-lists .hl-property-column:hover {
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
}

.hl-property-list .property-lists .hl-property-column:hover .thumb-wrapper::before {
	-webkit-animation: 600ms shine;
	animation: 600ms shine;
}

.hl-property-list .property-lists .hl-property-column:hover .thumb-wrapper img {
	-webkit-transform: rotate(3deg) scale(1.1);
	-ms-transform: rotate(3deg) scale(1.1);
	transform: rotate(3deg) scale(1.1);
	position: relative;
	z-index: 1;
}

.hl-property-list .property-lists .hl-property-column:hover .thumb-wrapper .tagline {
	background-color: var(--thm-base);
}

@media (max-width: 767.98px) {
	.hl-property-list .property-lists .hl-property-column {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

.hl-property-list .property-lists .template-pagination {
	margin-top: 20px;
}

@media (max-width: 767.98px) {
	.hl-property-list .property-lists .template-pagination {
		text-align: center;
	}
}

.hl-property-list .property-lists .template-pagination ul li {
	display: inline-block;
}

.hl-property-list .property-lists .template-pagination ul li a,
.hl-property-list .property-lists .template-pagination ul li > span {
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 1px solid #dddddd;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 3px;
	color: var(--thm-base);
	font-weight: 700;
	margin-right: 8px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-property-list .property-lists .template-pagination ul li a:hover,
.hl-property-list .property-lists .template-pagination ul li > span {
	background-color: var(--thm-base);
	color: #ffffff;
	border: 1px solid var(--thm-base);
}

.hl-property-list .property-lists .template-pagination ul li a.active {
	background-color: var(--thm-base);
	color: #ffffff;
	border: 1px solid var(--thm-base);
}

.price-range-slider {
	width: 100%;
	float: left;
	padding: 10px 20px;
}

.price-range-slider .range-value {
	margin: 0;
}

.price-range-slider .range-value input {
	width: 100%;
	background: none;
	color: #000;
	font-size: 16px;
	font-weight: initial;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	margin: 20px 0 20px 0;
}

.price-range-slider .range-bar {
	border: none;
	background: #000;
	height: 3px;
	width: 96%;
	margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
	background: #06b9c0;
}

.price-range-slider .range-bar .ui-slider-handle {
	border: none;
	border-radius: 25px;
	background: #fff;
	border: 2px solid #06b9c0;
	height: 17px;
	width: 17px;
	top: -0.52em;
	cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle+span {
	background: #06b9c0;
}

.property-details-area .property-details-content .ppd-column,
.property-details-area .property-details-content .ppd-description,
.property-details-area .property-details-content .ppd-list-content,
.property-details-area .property-details-content .ppd-floor-details,
.property-details-area .property-details-content .ppd-review,
.property-details-area .property-details-content .ppd-clients-review,
.property-details-area .property-details-content .ppd-review-form {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	padding: 20px;
	padding-bottom: 30px;
	border-radius: 4px;
}

.property-details-area .property-details-content .ppd-column .thumb-wrapper {
	overflow: hidden;
}

.property-details-area .property-details-content .ppd-column .ppd-meta {
	margin-top: 20px;
}

.property-details-area .property-details-content .ppd-column .ppd-meta .meta-txt {
	display: inline-block;
}

.property-details-area .property-details-content .ppd-column .ppd-meta .meta-txt span {
	font-weight: 500;
}

.property-details-area .property-details-content .ppd-column .ppd-meta .meta-tags {
	float: right;
}

.property-details-area .property-details-content .ppd-column .ppd-meta .meta-tags a {
	padding: 6px 12px;
	background-color: var(--thm-base);
	border-radius: 3px;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	font-size: 15px;
}

.property-details-area .property-details-content .ppd-column .ppd-meta .meta-tags a:hover {
	background-color: var(--thm-base);
}

.property-details-area .property-details-content .ppd-column .ppd-meta .meta-tags a+a {
	margin-left: 6px;
}

.property-details-area .property-details-content .ppd-column .hl-title {
	margin-top: 15px;
}

.property-details-area .property-details-content .ppd-column .hl-pricing-txt {
	margin-top: 15px;
}

.property-details-area .property-details-content .ppd-column .hl-pricing-txt span {
	color: var(--thm-base);
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 24px;
}

.property-details-area .property-details-content .ppd-column .ppd-social {
	margin-top: 20px;
}

.property-details-area .property-details-content .ppd-column .ppd-social span,
.property-details-area .property-details-content .ppd-column .ppd-social a {
	width: 35px;
	height: 35px;
	background-color: #d1d3df;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	color: var(--thm-base);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.property-details-area .property-details-content .ppd-column .ppd-social span span i,
.property-details-area .property-details-content .ppd-column .ppd-social a span i {
	line-height: 0;
}

.property-details-area .property-details-content .ppd-column .ppd-social span.active,
.property-details-area .property-details-content .ppd-column .ppd-social a.active {
	background-color: var(--thm-base);
	color: #ffffff;
}

.property-details-area .property-details-content .ppd-column .ppd-social span:hover,
.property-details-area .property-details-content .ppd-column .ppd-social a:hover {
	background-color: var(--thm-base);
	color: #ffffff;
}

@media (max-width: 575.98px) {
	.property-details-area .property-details-content .ppd-column .ppd-meta .meta-tags {
		float: none;
		margin-top: 10px;
	}
}

.property-details-area .property-details-content .ppd-table {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	padding: 20px;
	padding-bottom: 30px;
}

.property-details-area .property-details-content .ppd-table .ppd-table-content .epl-tab-content {
	margin-top: 15px;
	overflow-x: auto;
}

.property-details-area .property-details-content .ppd-table .ppd-table-content .epl-property-features {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border: 1px solid #dddddd;
	padding:3px;
}

.property-details-area .property-details-content .ppd-table .ppd-table-content table td,
.property-details-area .property-details-content .ppd-table .ppd-table-content .epl-tab-content li {
	padding: 10px;
	font-weight: 500;
	border: 1px solid #dddddd;
	width:32.3333%;
	margin:0.5%;
}

.property-details-area .property-details-content .ppd-table .ppd-table-content table td span {
	color: var(--thm-base);
	text-transform: capitalize;
}

.property-details-area .property-details-content .ppd-list-content {
	padding-bottom: 15px;
}

.property-details-area .property-details-content .ppd-list-content .ppd-list ul li {
	color: var(--thm-base);
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.property-details-area .property-details-content .ppd-list-content .ppd-list ul li span {
	color: var(--thm-base);
	margin-right: 6px;
}

.property-details-area .property-details-content .ppd-floor-details .floor-plan-accordion {
	margin-top: 20px;
}

.property-details-area .property-details-content .ppd-floor-details .floor-plan-accordion .accordion-item {
	border-top: 1px solid #dddddd;
}

.property-details-area .property-details-content .ppd-floor-details .floor-plan-accordion .accordion-item+.accordion-item {
	margin-top: 10px;
}

.property-details-area .property-details-content .ppd-floor-details .floor-plan-accordion .accordion-item.active .accordion-header a {
	color: var(--thm-base);
}

.property-details-area .property-details-content .ppd-floor-details .floor-plan-accordion .accordion-item.active .accordion-header a::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.property-details-area .property-details-content .ppd-floor-details .floor-plan-accordion .accordion-header a {
	padding: 15px;
	display: block;
	font-size: 16px;
	color: var(--thm-base);
	position: relative;
}

.property-details-area .property-details-content .ppd-floor-details .floor-plan-accordion .accordion-header a::after {
	content: '\f107';
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 15px;
	right: 15px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.property-details-area .property-details-content .ppd-floor-details .floor-plan-accordion .accordion-body {
	padding: 15px;
}

.property-details-area .property-details-content .ppd-floor-details .floor-plan-accordion .accordion-body .graph-img {
	text-align: center;
	margin-top: 30px;
}

.property-details-area .property-details-content .ppd-floor-details .floor-plan-accordion .accordion-body .img-wrapper {
	display: inline-block;
}

.property-details-area .property-details-content .ppd-review {
	padding-bottom: 20px;
}

.property-details-area .property-details-content .ppd-review::after {
	content: '';
	overflow: hidden;
	clear: both;
	display: table;
}

.property-details-area .property-details-content .ppd-review .total-review {
	float: left;
	width: 20%;
}

.property-details-area .property-details-content .ppd-review .total-review .average-rating {
	background-color: #f4f4f4;
	padding: 40px 25px;
	text-align: center;
	border-radius: 4px;
	display: inline-block;
}

.property-details-area .property-details-content .ppd-review .total-review .average-rating .out-off-score {
	font-weight: 700;
	color: var(--thm-base);
}

.property-details-area .property-details-content .ppd-review .total-review .average-rating .star-rating {
	margin-top: 5px;
}

.property-details-area .property-details-content .ppd-review .total-review .average-rating .star-rating span {
	color: #ffd614;
	font-size: 14px;
}

@media (max-width: 767.98px) {
	.property-details-area .property-details-content .ppd-review .total-review {
		float: none;
		width: auto;
		max-width: 150px;
		margin-left: auto;
		margin-right: auto;
	}
}

.property-details-area .property-details-content .ppd-review .review-right {
	float: right;
	width: calc(80% - 20px);
	overflow: hidden;
	margin-left: 20px;
}

.property-details-area .property-details-content .ppd-review .review-right .box-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.property-details-area .property-details-content .ppd-review .review-right .box-row+.box-row {
	margin-top: 20px;
}

.property-details-area .property-details-content .ppd-review .review-right .box-row:nth-child(1) .review-box:nth-child(2) .review-range .review-width {
	background-color: var(--thm-base);
}

.property-details-area .property-details-content .ppd-review .review-right .box-row:nth-child(1) .review-box:nth-child(2) .review-range .review-width::after {
	background-color: var(--thm-base);
}

.property-details-area .property-details-content .ppd-review .review-right .box-row:nth-child(2) .review-box:nth-child(1) .review-range .review-width {
	background-color: var(--thm-base);
}

.property-details-area .property-details-content .ppd-review .review-right .box-row:nth-child(2) .review-box:nth-child(1) .review-range .review-width::after {
	background-color: var(--thm-base);
}

.property-details-area .property-details-content .ppd-review .review-right .review-box {
	background-color: #f4f4f4;
	padding: 15px;
	width: 50%;
	border-radius: 4px;
	padding-bottom: 23px;
}

.property-details-area .property-details-content .ppd-review .review-right .review-box+.review-box {
	margin-left: 20px;
}

.property-details-area .property-details-content .ppd-review .review-right .review-box .title {
	font-weight: 700;
	color: var(--thm-base);
	text-transform: capitalize;
}

.property-details-area .property-details-content .ppd-review .review-right .review-box .review-range {
	width: 100%;
	background-color: #ffffff;
	height: 4px;
	border-radius: 30px;
	margin-top: 10px;
}

.property-details-area .property-details-content .ppd-review .review-right .review-box .review-range .review-width {
	width: 94%;
	background-color: var(--thm-base);
	height: 4px;
	border-radius: 30px;
	position: relative;
}

.property-details-area .property-details-content .ppd-review .review-right .review-box .review-range .review-width::after {
	content: '';
	position: absolute;
	bottom: -2.5px;
	right: 0;
	width: 10px;
	height: 10px;
	background-color: var(--thm-base);
	border-radius: 50%;
}

.property-details-area .property-details-content .ppd-review .review-right .review-box .review-range .review-width span {
	position: absolute;
	bottom: 10px;
	right: -10px;
	font-size: 14px;
	color: var(--thm-base);
	font-weight: 700;
}

@media (max-width: 767.98px) {
	.property-details-area .property-details-content .ppd-review .review-right {
		width: 100%;
		margin-top: 20px;
	}
	.property-details-area .property-details-content .ppd-review .review-right .box-row {
		display: block;
		width: 100%;
	}
	.property-details-area .property-details-content .ppd-review .review-right .box-row .review-box {
		width: 100%;
	}
	.property-details-area .property-details-content .ppd-review .review-right .box-row .review-box+.review-box {
		margin-left: 0;
		margin-top: 20px;
	}
}

.property-details-area .property-details-content .ppd-clients-review {
	position: relative;
}

.property-details-area .property-details-content .ppd-clients-review .collapse-btn {
	position: absolute;
	right: 20px;
	top: 15px;
}

.property-details-area .property-details-content .ppd-clients-review .collapse-btn span {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.property-details-area .property-details-content .ppd-clients-review .collapse-btn.open span {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.property-details-area .property-details-content .ppd-clients-review .ppd-title h4 {
	position: relative;
}

.property-details-area .property-details-content .ppd-clients-review .ppd-title h4::before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: var(--thm-base);
}

.property-details-area .property-details-content .ppd-clients-review .clients_reviews {
	margin-top: 50px;
}

.property-details-area .property-details-content .ppd-clients-review .clients_reviews .clients_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.property-details-area .property-details-content .ppd-clients-review .clients_reviews .clients_box+.clients_box {
	margin-top: 60px;
}

.property-details-area .property-details-content .ppd-clients-review .clients_reviews .clients_box+.clients_box::before {
	content: '';
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #dddddd;
}

.property-details-area .property-details-content .ppd-clients-review .clients_reviews .clients_box .thumb-wrapper img {
	width: 90px;
	border-radius: 50%;
}

.property-details-area .property-details-content .ppd-clients-review .clients_reviews .clients_box .client_content {
	margin-left: 20px;
}

.property-details-area .property-details-content .ppd-clients-review .clients_reviews .clients_box .client_content .date {
	margin-top: 5px;
}

.property-details-area .property-details-content .ppd-clients-review .clients_reviews .clients_box .client_content .date span {
	color: var(--thm-base);
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
}

.property-details-area .property-details-content .ppd-clients-review .clients_reviews .clients_box .client_content .ppd-txt {
	margin-top: 20px;
}

.property-details-area .property-details-content .ppd-review-form {
	position: relative;
}

.property-details-area .property-details-content .ppd-review-form .collapse-btn {
	position: absolute;
	right: 15px;
}

.property-details-area .property-details-content .ppd-review-form form {
	margin-top: 20px;
}

.property-details-area .property-details-content .ppd-review-form form .form-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.property-details-area .property-details-content .ppd-review-form form .form-top .rating-left ul {
	display: inline-block;
}

.property-details-area .property-details-content .ppd-review-form form .form-top .rating-left ul+ul {
	margin-left: 50px;
}

.property-details-area .property-details-content .ppd-review-form form .form-top .rating-left ul li+li {
	margin-top: 25px;
}

.property-details-area .property-details-content .ppd-review-form form .form-top .rating-left ul li span {
	color: var(--thm-base);
	font-weight: 700;
	text-transform: capitalize;
}

.property-details-area .property-details-content .ppd-review-form form .form-top .rating-left ul li .rating-input i {
	color: #ffa60c;
}

.property-details-area .property-details-content .ppd-review-form form .form-top .rating-right .average-rating {
	width: 170px;
	height: 100px;
	background-color: #f4f4f4;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.property-details-area .property-details-content .ppd-review-form form .form-top .rating-right .average-rating h3 {
	color: var(--thm-base);
}

.property-details-area .property-details-content .ppd-review-form form .form-top .rating-right .average-rating span {
	font-weight: 500;
}

@media (max-width: 575.98px) {
	.property-details-area .property-details-content .ppd-review-form form .form-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.property-details-area .property-details-content .ppd-review-form form .form-top .rating-left {
		display: block;
		float: none;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 30px;
	}
	.property-details-area .property-details-content .ppd-review-form form .form-top .rating-right {
		display: block;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.property-details-area .property-details-content .ppd-review-form form .form-bottom {
	margin-top: 30px;
}

.property-details-area .property-details-content .ppd-review-form form .form-bottom .input-field input,
.property-details-area .property-details-content .ppd-review-form form .form-bottom .input-field textarea {
	width: 100%;
	padding: 10px 15px;
	background-color: #f4f4f4;
	border: 0;
	border-radius: 4px;
	font-weight: 500;
	margin-bottom: 20px;
}

.property-details-area .property-details-content .ppd-review-form form .form-bottom .input-field input::-webkit-input-placeholder,
.property-details-area .property-details-content .ppd-review-form form .form-bottom .input-field textarea::-webkit-input-placeholder {
	color: #cccccc;
}

.property-details-area .property-details-content .ppd-review-form form .form-bottom .input-field input:-ms-input-placeholder,
.property-details-area .property-details-content .ppd-review-form form .form-bottom .input-field textarea:-ms-input-placeholder {
	color: #cccccc;
}

.property-details-area .property-details-content .ppd-review-form form .form-bottom .input-field input::-ms-input-placeholder,
.property-details-area .property-details-content .ppd-review-form form .form-bottom .input-field textarea::-ms-input-placeholder {
	color: #cccccc;
}

.property-details-area .property-details-content .ppd-review-form form .form-bottom .input-field input::placeholder,
.property-details-area .property-details-content .ppd-review-form form .form-bottom .input-field textarea::placeholder {
	color: #cccccc;
}

.property-details-area .property-details-content .ppd-review-form form .form-bottom .checkbox-field {
	margin-bottom: 20px;
}

.property-details-area .property-details-content .ppd-review-form form .form-bottom .checkbox-field label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.property-details-area .property-details-content .ppd-review-form form .form-bottom .checkbox-field label input {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}

.property-details-area .property-details-content .ppd-review-form form .form-bottom .checkbox-field span {
	display: inline-block;
	margin-left: 10px;
}

.property-details-area .property-details-content .ppd-review-form form .form-bottom .submit-btn button {
	width: 150px;
	height: 45px;
	background-color: var(--thm-base);
	color: #ffffff;
	border: 0;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.property-details-area .property-details-content .ppd-review-form form .form-bottom .submit-btn button:hover {
	background-color: var(--thm-base);
}

@media (max-width: 991.98px) {
	.property-details-area .pp-sidebar {
		margin-top: 80px;
	}
}

.property-details-area .pp-sidebar .pp-sidebar-widget {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	padding: 25px 20px;
}

.property-details-area .pp-sidebar .pp-sidebar-widget+.pp-sidebar-widget {
	margin-top: 50px;
}

.property-details-area .pp-sidebar .pp-author-sidebar .author-thumb {
	text-align: center;
}

.property-details-area .pp-sidebar .pp-author-sidebar .author-thumb .thumb-wrapper {
	display: inline-block;
	border-radius: 50%;
	border: 2px dashed var(--thm-base);
	-webkit-box-shadow: -8.109px 38.148px 60px 0px rgba(23, 204, 189, 0.15);
	box-shadow: -8.109px 38.148px 60px 0px rgba(23, 204, 189, 0.15);
}

.property-details-area .pp-sidebar .pp-author-sidebar .author-thumb .thumb-wrapper img {
	width: 100px;
	border-radius: 50%;
}

.property-details-area .pp-sidebar .pp-author-sidebar .pp-title {
	text-align: center;
	margin-top: 15px;
}

.property-details-area .pp-sidebar .pp-author-sidebar .pp-title h4 {
	color: var(--thm-base);
}

.property-details-area .pp-sidebar .pp-author-sidebar .pp-designation {
	text-align: center;
	margin-top: 6px;
}

.property-details-area .pp-sidebar .pp-author-sidebar .pp-designation span {
	font-weight: 700;
}

.property-details-area .pp-sidebar .pp-author-sidebar .pp-author-address {
	text-align: center;
	margin-top: 10px;
}

.property-details-area .pp-sidebar .pp-author-sidebar .pp-author-address span {
	display: block;
}

.property-details-area .pp-sidebar .pp-author-sidebar .pp-author-address span+span {
	margin-top: 6px;
}

.property-details-area .pp-sidebar .pp-author-sidebar .pp-author-address span i {
	margin-right: 5px;
}

.property-details-area .pp-sidebar .pp-author-sidebar .pp-author-address span.phone {
	font-weight: 500;
}

.property-details-area .pp-sidebar .pp-author-sidebar .listing-btn {
	text-align: center;
	margin-top: 20px;
}

.property-details-area .pp-sidebar .pp-author-sidebar .listing-btn a {
	width: 130px;
	height: 40px;
	background-color: var(--thm-base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.property-details-area .pp-sidebar .pp-author-sidebar .listing-btn a:hover {
	background-color: var(--thm-base);
}

.property-details-area .pp-sidebar .pp-author-sidebar .seperator {
	margin: 30px 0;
}

.property-details-area .pp-sidebar .pp-author-sidebar .pp-contact-form form input,
.property-details-area .pp-sidebar .pp-author-sidebar .pp-contact-form form textarea {
	width: 100%;
	margin-bottom: 15px;
	padding: 8px 10px;
	border: 1px solid #dddddd;
	border-radius: 4px;
}

.property-details-area .pp-sidebar .pp-author-sidebar .pp-contact-form form button {
	width: 100%;
	height: 45px;
	border: 0;
	background-color: var(--thm-base);
	color: #ffffff;
	border-radius: 4px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
}

.property-details-area .pp-sidebar .pp-author-sidebar .pp-contact-form form button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	width: 30px;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}

.property-details-area .pp-sidebar .pp-author-sidebar .pp-contact-form form button:hover {
	background-color: var(--thm-base);
}

.property-details-area .pp-sidebar .pp-author-sidebar .pp-contact-form form button:hover::before {
	-webkit-animation: 1000ms shine;
	animation: 1000ms shine;
}

.property-details-area .pp-sidebar .clc-sidebar .clc-form {
	margin-top: 20px;
}

.property-details-area .pp-sidebar .clc-sidebar .clc-form form label {
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}

.property-details-area .pp-sidebar .clc-sidebar .clc-form form label span {
	position: absolute;
	width: 40px;
	height: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-right: 1px solid #dddddd;
	font-weight: 700;
}

.property-details-area .pp-sidebar .clc-sidebar .clc-form form label input {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding-left: 50px;
}

.property-details-area .pp-sidebar .clc-sidebar .clc-form form label input::-webkit-input-placeholder {
	color: #b5b5b5;
	font-weight: 500;
}

.property-details-area .pp-sidebar .clc-sidebar .clc-form form label input:-ms-input-placeholder {
	color: #b5b5b5;
	font-weight: 500;
}

.property-details-area .pp-sidebar .clc-sidebar .clc-form form label input::-ms-input-placeholder {
	color: #b5b5b5;
	font-weight: 500;
}

.property-details-area .pp-sidebar .clc-sidebar .clc-form form label input::placeholder {
	color: #b5b5b5;
	font-weight: 500;
}

.property-details-area .pp-sidebar .clc-sidebar .clc-form form .nice-select {
	border: 1px solid #dddddd;
}

.property-details-area .pp-sidebar .clc-sidebar .clc-form form .nice-select:focus {
	border: 1px solid #dddddd;
}

.property-details-area .pp-sidebar .clc-sidebar .clc-form form .submit-btn {
	margin-top: 20px;
}

.property-details-area .pp-sidebar .clc-sidebar .clc-form form .submit-btn button {
	width: 100%;
	height: 45px;
	border: 0;
	background-color: var(--thm-base);
	color: #ffffff;
	border-radius: 4px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
}

.property-details-area .pp-sidebar .clc-sidebar .clc-form form .submit-btn button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	width: 30px;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}

.property-details-area .pp-sidebar .clc-sidebar .clc-form form .submit-btn button:hover {
	background-color: var(--thm-base);
}

.property-details-area .pp-sidebar .clc-sidebar .clc-form form .submit-btn button:hover::before {
	-webkit-animation: 1000ms shine;
	animation: 1000ms shine;
}

.pp-seperator-line {
	height: 1px;
	width: 100%;
	background-color: #dddddd;
	margin-top: 50px;
	margin-bottom: 50px;
}

.related-property .rl-property-bottom {
	margin-top: 30px;
}

.related-property .rl-property-bottom .hl-property-column {
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 3, 13, 0.1);
}

.related-property .rl-property-bottom .hl-property-column .thumb-wrapper {
	position: relative;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

.related-property .rl-property-bottom .hl-property-column .thumb-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.related-property .rl-property-bottom .hl-property-column .thumb-wrapper .tagline {
	position: absolute;
	top: 10px;
	right: 15px;
	background-color: var(--thm-base);
	padding: 2px 6px;
	border-radius: 3px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.related-property .rl-property-bottom .hl-property-column .thumb-wrapper .tagline:hover {
	background-color: var(--thm-base);
	color: #ffffff;
}

.related-property .rl-property-bottom .hl-property-column .pp-column-content {
	padding: 30px 25px;
}

.related-property .rl-property-bottom .hl-property-column .meta-txt span {
	font-weight: 500;
}

.related-property .rl-property-bottom .hl-property-column .meta-txt span i {
	margin-right: 6px;
}

.related-property .rl-property-bottom .hl-property-column .pp-title {
	margin-top: 20px;
}

.related-property .rl-property-bottom .hl-property-column .pp-title h6 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.related-property .rl-property-bottom .hl-property-column .pp-title h6:hover {
	color: var(--thm-base);
}

.related-property .rl-property-bottom .hl-property-column .pp-pricing-txt {
	margin-top: 20px;
}

.related-property .rl-property-bottom .hl-property-column .pp-pricing-txt span {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.related-property .rl-property-bottom .hl-property-column .pp-pricing-txt span+span {
	margin-left: 25px;
}

.related-property .rl-property-bottom .hl-property-column .pp-pricing-txt span.previous-price {
	color: #ff3737;
	position: relative;
}

.related-property .rl-property-bottom .hl-property-column .pp-pricing-txt span.previous-price::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -10px;
	width: calc(100% + 20px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1px;
	background-color: var(--thm-base);
}

.related-property .rl-property-bottom .hl-property-column .pp-pricing-txt span.discounted-price {
	color: var(--thm-base);
}

.related-property .rl-property-bottom .hl-property-column .seperator {
	margin-top: 20px;
	height: 1px;
	background-color: var(--thm-base);
}

.related-property .rl-property-bottom .hl-property-column .pp-info-area {
	margin-top: 20px;
}

.related-property .rl-property-bottom .hl-property-column .pp-info-area span {
	font-weight: 500;
}

.related-property .rl-property-bottom .hl-property-column .pp-info-area span+span {
	margin-left: 30px;
}

.related-property .rl-property-bottom .hl-property-column .pp-info-area span i {
	margin-right: 6px;
}

.related-property .rl-property-bottom .hl-property-column .pp-explore-btn {
	margin-top: 20px;
}

.related-property .rl-property-bottom .hl-property-column .pp-explore-btn a {
	width: 140px;
	height: 40px;
	background-color: #dbf7f9;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: var(--thm-base);
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.related-property .rl-property-bottom .hl-property-column .pp-explore-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--thm-base);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.related-property .rl-property-bottom .hl-property-column .pp-explore-btn a:hover {
	color: #ffffff;
}

.related-property .rl-property-bottom .hl-property-column .pp-explore-btn a:hover::before {
	width: 100%;
	left: 0;
	right: auto;
}

.related-property .rl-property-bottom .hl-property-column:hover {
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
}

.related-property .rl-property-bottom .hl-property-column:hover .thumb-wrapper .tagline {
	background-color: var(--thm-base);
}

@media (max-width: 767.98px) {
	.related-property .rl-property-bottom .hl-property-column {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

.hl-coming-soon {
	text-align: center;
	position: relative;
}

.hl-coming-soon .building-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.hl-coming-soon .building-shape img {
	width: auto;
	display: inline-block;
}

@media (max-width: 1930px) {
	.hl-coming-soon .building-shape img {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.hl-coming-soon .building-shape {
		display: none;
	}
}

.hl-coming-soon .coming-soon-area {
	padding: 190px 0;
	height: 1800px;
}

@media (max-width: 1400px) {
	.hl-coming-soon .coming-soon-area {
		height: 1580px;
	}
}

@media (max-width: 991.98px) {
	.hl-coming-soon .coming-soon-area {
		padding: 200px 0;
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 575.98px) {
	.hl-coming-soon .title h1 {
		font-size: 48px;
	}
}

.hl-coming-soon .countdown-timer {
	text-align: center;
	margin-top: 40px;
}

.hl-coming-soon .countdown-timer .countdown li {
	display: inline-block;
	border: 1px solid #ffffff;
	width: 100px;
	height: 100px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.hl-coming-soon .countdown-timer .countdown li+li {
	margin-left: 10px;
}

.hl-coming-soon .countdown-timer .countdown li span {
	font-size: 48px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 48px;
	color: var(--thm-base);
}

.hl-coming-soon .countdown-timer .countdown li p {
	font-weight: 500;
	text-transform: capitalize;
}

.hl-coming-soon .subscription-area {
	margin-top: 40px;
}

.hl-coming-soon .subscription-area .sb-title h4 {
	color: var(--thm-base);
}

.hl-coming-soon .subscription-area .sb-form {
	margin-top: 20px;
}

.hl-coming-soon .subscription-area .sb-form form {
	position: relative;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.hl-coming-soon .subscription-area .sb-form form input {
	width: 100%;
	padding: 17px 15px;
	border-radius: 4px;
	border: 1px solid #ffffff;
	background-color: transparent;
	color: var(--thm-base);
	font-weight: 500;
}

.hl-coming-soon .subscription-area .sb-form form input::-webkit-input-placeholder {
	color: var(--thm-base);
}

.hl-coming-soon .subscription-area .sb-form form input:-ms-input-placeholder {
	color: var(--thm-base);
}

.hl-coming-soon .subscription-area .sb-form form input::-ms-input-placeholder {
	color: var(--thm-base);
}

.hl-coming-soon .subscription-area .sb-form form input::placeholder {
	color: var(--thm-base);
}

.hl-coming-soon .subscription-area .sb-form form button {
	width: 170px;
	height: 58px;
	border-radius: 4px;
	border: 0;
	background-color: var(--thm-base);
	position: absolute;
	right: 1px;
	top: 1px;
	font-size: 15px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-coming-soon .subscription-area .sb-form form button:hover {
	background-color: var(--thm-base);
}

@media (max-width: 460px) {
	.hl-coming-soon .subscription-area .sb-form form button {
		width: 150px;
		font-size: 14px;
	}
}

.hl-coming-soon .subscription-area .cs-contact-btn {
	margin-top: 30px;
}

.hl-coming-soon .subscription-area .cs-contact-btn a {
	width: 170px;
	height: 60px;
	background-color: var(--thm-base);
	display: inline-block;
	border-radius: 4px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-coming-soon .subscription-area .cs-contact-btn a:hover {
	background-color: var(--thm-base);
}

.hl-my-property {
	overflow: visible;
}

.hl-my-property .mp-form {
	margin-top: 20px;
}

.hl-my-property .mp-form .control-navigation ul {
	display: block;
	border-bottom: 0;
	background-color: #ffffff;
	padding: 12px 5px 0 5px;
	padding-right: 50px;
	border-radius: 4px;
	-webkit-box-shadow: 4.695px 8.829px 50px 0px rgba(0, 10, 80, 0.05);
	box-shadow: 4.695px 8.829px 50px 0px rgba(0, 10, 80, 0.05);
}

.hl-my-property .mp-form .control-navigation ul li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
}

.hl-my-property .mp-form .control-navigation ul li:last-child {
	margin-right: 0;
}

.hl-my-property .mp-form .control-navigation ul li a {
	font-weight: 700;
	text-transform: capitalize;
	color: var(--thm-base);
	border: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-my-property .mp-form .control-navigation ul li a span {
	width: 40px;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: 4.695px 8.829px 50px 0px rgba(0, 10, 80, 0.15);
	box-shadow: 4.695px 8.829px 50px 0px rgba(0, 10, 80, 0.15);
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-my-property .mp-form .control-navigation ul li a.active {
	color: var(--thm-base);
}

.hl-my-property .mp-form .control-navigation ul li a.active span {
	background-color: var(--thm-base);
	color: #ffffff;
}

@media (max-width: 1199.98px) {
	.hl-my-property .mp-form .control-navigation ul li {
		margin-right: 6px;
	}
	.hl-my-property .mp-form .control-navigation ul li a {
		font-size: 15px;
	}
}

@media (max-width: 767.98px) {
	.hl-my-property .mp-form .control-navigation ul li a {
		font-size: 14px;
	}
}

.hl-my-property .mp-form .form-content {
	margin-top: 50px;
}

.hl-my-property .mp-form .tab-content {
	padding: 30px 25px;
	background-color: #ffffff;
	-webkit-box-shadow: 4.695px 8.829px 50px 0px rgba(0, 10, 80, 0.05);
	box-shadow: 4.695px 8.829px 50px 0px rgba(0, 10, 80, 0.05);
	border-radius: 4px;
}

.hl-my-property .mp-form .tab-content .form-values {
	margin-top: 30px;
}

.hl-my-property .mp-form .tab-content .input-field label {
	display: block;
	font-weight: 700;
	color: var(--thm-base);
	text-transform: capitalize;
}

.hl-my-property .mp-form .tab-content .input-field label input,
.hl-my-property .mp-form .tab-content .input-field label textarea {
	display: block;
	padding: 15px;
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 4px;
	margin-bottom: 30px;
	font-weight: 500;
	margin-top: 10px;
	font-size: 16px;
	color:#777777;
}

.hl-my-property .mp-form .tab-content .input-field .nice-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	padding: 27px 15px;
	outline: 0;
	border: 1px solid #dddddd;
	margin-bottom: 30px;
}

.hl-my-property .mp-form .tab-content .input-field .nice-select:focus {
	border: 1px solid #dddddd;
}

.hl-my-property .mp-form .tab-content .input-field .nice-select span {
	line-height: 0;
	font-weight: 500;
	font-size: 16px;
}

.hl-my-property .mp-form .tab-content .input-images {
	margin-top: 30px;
	border: 0;
	cursor: pointer;
}

.hl-my-property .mp-form .tab-content .input-images .image-uploader {
	border: 2px dashed #dddddd;
	border-radius: 4px;
}

.hl-my-property .mp-form .tab-content .input-images i {
	line-height: 0;
}

.hl-my-property .mp-form .tab-content .input-images span {
	font-weight: 500;
	text-transform: capitalize;
	font-size: 15px;
	text-align: center;
}

.hl-my-property .mp-form .tab-content .facilities {
	margin: 20px 0;
}

.hl-my-property .mp-form .tab-content .facilities ul li {
	display: inline-block;
	font-weight: 500;
	color: var(--thm-base);
	text-transform: capitalize;
	margin-right: 25px;
}

.hl-my-property .mp-form .tab-content .facilities ul li span {
	color: var(--thm-base);
	margin-right: 5px;
}

.hl-my-property .mp-form .tab-content .google-map iframe {
	width: 100%;
	height: 255px;
}

.hl-my-property .mp-form .tab-content .submit-btn button,
.hl-my-property .mp-form .tab-content .submit-btn a {
	width: 170px;
	height: 55px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--thm-base);
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
	border: 0;
	border-radius: 4px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl-my-property .mp-form .tab-content .submit-btn button::before,
.hl-my-property .mp-form .tab-content .submit-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	width: 30px;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}

.hl-my-property .mp-form .tab-content .submit-btn button:hover,
.hl-my-property .mp-form .tab-content .submit-btn a:hover {
	background-color: var(--thm-base);
}

.hl-my-property .mp-form .tab-content .submit-btn button:hover::before,
.hl-my-property .mp-form .tab-content .submit-btn a:hover::before {
	-webkit-animation: 600ms shine;
	animation: 600ms shine;
}


/************ Hero Slider ***********/

.hl2-hero-slider-area {
	margin-top: -40px;
	position: relative;
}

.hl2-hero-slider-area .hl2-hero-slider .item-container {
	width: 100%;
	height: 778px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hl3-hero-slider .hl2-hero-slider-two .item-container {
	width: 100%;
	height: 1000px;
	background-size: cover;
	background-position: left bottom !important; 
	background-repeat: no-repeat;
}

.hl2-hero-slider-area .item-socials {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.hl2-hero-slider-area .item-socials a {
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-hero-slider-area .item-socials a:hover {
	color: var(--thm-base);
}

.hl2-hero-slider-area .item-socials a+a {
	margin-left: 6px;
}

@media (max-width: 575.98px) {
	.hl2-hero-slider-area .item-socials {
		display: none;
	}
}

.hl2-hero-slider-area .single-item {
	position: absolute;
	margin-top: -750px;
	width: 1200px;
	left: 50%;
	bottom: 50%;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	z-index: 10;
	display: inline-block;
}

@media (max-width: 1199.98px) {
	.hl2-hero-slider-area .single-item {
		width: 100%;
	}
}

.hl2-hero-slider-area .single-item .item-content .title {
	font-size: 60px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-transform: capitalize;
	line-height: 60px;
	display: block;
}

.hl2-hero-slider-area .single-item .item-content .title mark {
	color: var(--thm-base);
	background-color: transparent;
	padding: 0;
}

@media (max-width: 767.98px) {
	.hl2-hero-slider-area .single-item .item-content .title br {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.hl2-hero-slider-area .single-item .item-content .title {
		font-size: 50px;
		line-height: 50px;
	}
}

@media (max-width: 460px) {
	.hl2-hero-slider-area .single-item .item-content .title {
		font-size: 40px;
		line-height: 40px;
	}
}

.hl2-hero-slider-area .single-item .item-content .item-txt {
	margin-top: 20px;
}

.hl2-hero-slider-area .single-item .item-content .item-txt p {
	color: #ffffff;
	max-width: 600px;
}

.hl2-hero-slider-area .single-item .item-content .property-filter {
	margin-top: 30px;
}

.hl2-hero-slider-area .single-item .item-content .property-filter ul {
	border-bottom: 0;
}

.hl2-hero-slider-area .single-item .item-content .property-filter ul li a {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--thm-base);
	background-color: #ffffff;
	margin-right: 5px;
	padding: 8px 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border: 0;
}

.hl2-hero-slider-area .single-item .item-content .property-filter ul li a:hover {
	background-color: var(--thm-base);
	color: #ffffff;
}

.hl2-hero-slider-area .single-item .item-content .property-filter ul li a.active {
	background-color: var(--thm-base);
	color: #ffffff;
}

.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-radius: 0 4px 4px 4px;
}

.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form .input-field {
	width: 25%;
}

.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form .input-field label {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: var(--thm-base);
	text-transform: capitalize;
	font-size: 14px;
}

.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form .input-field .nice-select {
	border: 0;
	position: relative;
	padding-left: 0;
	margin-top: -3px;
}

.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form .input-field .nice-select span {
	font-weight: 500;
}

.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form .input-field .nice-select::after {
	right: 20px;
}

.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form .input-field .nice-select::before {
	content: '';
	position: absolute;
	right: 6px;
	top: -10px;
	width: 2px;
	height: 40px;
	background-color: #666666;
}

.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form .submit-btn button {
	padding: 13px 16px;
	border: 0;
	border-radius: 4px;
	background-color: var(--thm-base);
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-transform: capitalize;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form .submit-btn button::before {
	content: '';
	position: absolute;
	left: -40px;
	top: 0;
	width: 30px;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form .submit-btn button:hover {
	background-color: var(--thm-base);
}

.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form .submit-btn button:hover::before {
	-webkit-animation: 600ms shine;
	animation: 600ms shine;
}

@media (max-width: 767.98px) {
	.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form .input-field {
		width: 50%;
		margin-bottom: 10px;
	}
}

@media (max-width: 460px) {
	.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form .input-field {
		width: 100%;
		margin-bottom: 0;
	}
	.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form .input-field+.input-field {
		border-top: 1px solid #dddddd;
		padding-top: 10px;
	}
	.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form .input-field .nice-select::before {
		opacity: 0;
	}
	.hl2-hero-slider-area .single-item .item-content .property-filter .tab-content .tab-pane form .input-field .nice-select::after {
		right: 10px;
	}
}

.hl2-hero-slider-area .slick-dots {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 15;
}

.hl2-hero-slider-area .slick-dots li {
	width: 18px;
	height: 18px;
	background-color: transparent;
	border: 2px solid transparent;
	padding: 3px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-hero-slider-area .slick-dots li+li {
	margin-top: 3px;
}

.hl2-hero-slider-area .slick-dots li button {
	width: 100%;
	height: 100%;
	font-size: 0;
	border-radius: 50%;
	background-color: #ffffff;
	padding: 0;
	border: 0;
	display: block;
}

.hl2-hero-slider-area .slick-dots li.slick-active {
	border-color: #ffffff;
}

@media (max-width: 1199.98px) {
	.hl2-hero-slider-area .slick-dots {
		left: auto;
		right: 15px;
	}
}

@media (max-width: 991.98px) {
	.hl2-hero-slider-area .slick-dots {
		bottom: 15px;
		top: auto;
		-webkit-transform: initial;
		-ms-transform: initial;
		transform: initial;
	}
	.hl2-hero-slider-area .slick-dots li {
		display: inline-block;
	}
}

.hl2_category_area {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.hl2_category_area .title-style-2 .subtitle {
	-webkit-text-fill-color: #eef3fb;
}

.hl2_category_area .categories_list {
	margin-top: 50px;
}

.hl2_category_area .categories_list .cateogies_item {
	background-color: #ffffff;
	-webkit-box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.1);
	box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.1);
	text-align: center;
	padding: 30px 10px 45px 10px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
}

.hl2_category_area .categories_list .cateogies_item::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: var(--thm-base);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2_category_area .categories_list .cateogies_item .icon-wrapper span {
	width: 60px;
	height: 60px;
	background-color: #eceffe;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 30px;
	color: var(--thm-base);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2_category_area .categories_list .cateogies_item .icon-wrapper span i {
	line-height: 0;
}

.hl2_category_area .categories_list .cateogies_item .ct_title {
	margin-top: 18px;
}

.hl2_category_area .categories_list .cateogies_item .ct_title h6 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2_category_area .categories_list .cateogies_item .ct-number {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -25px;
}

.hl2_category_area .categories_list .cateogies_item .ct-number span {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	padding-top: 3px;
	background-color: #c6d0fd;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: var(--thm-base);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2_category_area .categories_list .cateogies_item .ct-explore {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -40px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	opacity: 0;
	visibility: hidden;
}

.hl2_category_area .categories_list .cateogies_item .ct-explore a {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-color: #ffffff;
	color: var(--thm-base);
	padding-top: 3px;
	border-radius: 50%;
}

.hl2_category_area .categories_list .cateogies_item:hover {
	-webkit-box-shadow: 0.698px 9.976px 50px 0px rgba(67, 100, 247, 0.5);
	box-shadow: 0.698px 9.976px 50px 0px rgba(67, 100, 247, 0.5);
}

.hl2_category_area .categories_list .cateogies_item:hover::before {
	height: 100%;
}

.hl2_category_area .categories_list .cateogies_item:hover .icon-wrapper span {
	color: #ffffff;
	background-color: var(--thm-base);
	-webkit-animation: 500ms ct_scale;
	animation: 500ms ct_scale;
}

.hl2_category_area .categories_list .cateogies_item:hover .ct_title h6 {
	color: #ffffff;
}

.hl2_category_area .categories_list .cateogies_item:hover .ct-number {
	opacity: 0;
}

.hl2_category_area .categories_list .cateogies_item:hover .ct-explore {
	bottom: -25px;
	opacity: 1;
	visibility: visible;
}


/************** About Area End **********/

.hl2_about_area {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.hl2_about_area .hl2_about_left .title-style-2 .subtitle {
	-webkit-text-fill-color: #eff4fb;
}

.hl2_about_area .hl2_about_left .title-style-2 h3 {
	width: 90%;
}

@media (max-width: 460px) {
	.hl2_about_area .hl2_about_left .title-style-2 {
		text-align: center;
	}
}

.hl2_about_area .hl2_about_left .qoute-txt {
	background-color: #ffffff;
	margin-top: 30px;
	padding: 30px;
	border-radius: 4px;
	position: relative;
}

.hl2_about_area .hl2_about_left .qoute-txt::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background-color: var(--thm-base);
	border-radius: 6px 0 0 6px;
}

.hl2_about_area .hl2_about_left .qoute-txt p {
	font-weight: 500;
	font-style: italic;
}

.hl2_about_area .hl2_about_left .hl2_about_feature {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hl2_about_area .hl2_about_left .hl2_about_feature .single-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hl2_about_area .hl2_about_left .hl2_about_feature .single-item+.single-item {
	margin-left: 20px;
}

.hl2_about_area .hl2_about_left .hl2_about_feature .single-item .icon-wrapper span {
	width: 50px;
	height: 50px;
	background-color: #c6d0fd;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 24px;
	color: var(--thm-base);
	position: relative;
	z-index: 1;
}

.hl2_about_area .hl2_about_left .hl2_about_feature .single-item .icon-wrapper span i {
	line-height: 0;
}

.hl2_about_area .hl2_about_left .hl2_about_feature .single-item .feature_content {
	padding: 20px 15px 20px 40px;
	background-color: #ffffff;
	margin-left: -25px;
}

.hl2_about_area .hl2_about_left .hl2_about_feature .single-item .feature_content .hl2-headline h6 {
	font-size: 15px;
}

.hl2_about_area .hl2_about_left .hl2_about_feature .single-item .feature_content .hl2-pera-txt p {
	font-size: 14px;
	margin-top: 6px;
}

@media (max-width: 575.98px) {
	.hl2_about_area .hl2_about_left .hl2_about_feature .single-item {
		display: block;
		text-align: center;
		background-color: #ffffff;
		padding-top: 20px;
	}
	.hl2_about_area .hl2_about_left .hl2_about_feature .single-item .feature_content {
		padding: 20px;
		margin-left: 0;
	}
}

@media (max-width: 460px) {
	.hl2_about_area .hl2_about_left .hl2_about_feature {
		display: block;
	}
	.hl2_about_area .hl2_about_left .hl2_about_feature .single-item+.single-item {
		margin-left: 0;
		margin-top: 30px;
	}
}

.hl2_about_area .hl2_about_left .hl2_about_btns {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hl2_about_area .hl2_about_left .hl2_about_btns .hl2-video-btn {
	margin-left: 30px;
}

.hl2_about_area .hl2_about_left .hl2_about_btns .hl2-video-btn a {
	display: inline-block;
	color: var(--thm-base);
	font-weight: 600;
	font-family: var(--thm-base);
	text-transform: capitalize;
}

.hl2_about_area .hl2_about_left .hl2_about_btns .hl2-video-btn a span {
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	-webkit-box-shadow: 0.698px 9.976px 50px 0px rgba(46, 94, 236, 0.3);
	box-shadow: 0.698px 9.976px 50px 0px rgba(46, 94, 236, 0.3);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--thm-base);
	font-size: 18px;
	margin-right: 10px;
	-webkit-animation: 1.5s hl2_ripple_animation linear infinite;
	animation: 1.5s hl2_ripple_animation linear infinite;
}

@media (max-width: 460px) {
	.hl2_about_area .hl2_about_left .hl2_about_btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.hl2_about_area .hl2_about_left .hl2_about_btns .hl2-video-btn {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-left: 0;
	}
	.hl2_about_area .hl2_about_left .hl2_about_btns .home2-primary-btn {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 30px;
	}
}

.hl2_about_area .hl2_about_right {
	padding: 0 25px 0 15px;
	position: relative;
}

@media (max-width: 991.98px) {
	.hl2_about_area .hl2_about_right {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}
}

.hl2_about_area .hl2_about_right .hl2_about_counter {
	position: absolute;
	right: 0;
	top: 30%;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	-webkit-box-shadow: 25.456px 25.456px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 25.456px 25.456px 75px 0px rgba(0, 3, 13, 0.1);
	border-radius: 4px;
}

.hl2_about_area .hl2_about_right .hl2_about_counter .icon-wrapper span {
	width: 60px;
	height: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: #eceffe;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--thm-base);
	font-size: 36px;
	border-radius: 4px;
}

.hl2_about_area .hl2_about_right .hl2_about_counter .icon-wrapper span i {
	line-height: 0;
}

.hl2_about_area .hl2_about_right .hl2_about_counter .counter_content {
	margin-left: 15px;
}

.hl2_about_area .hl2_about_right .hl2_about_counter .counter_content .subtitle {
	font-weight: 700;
	text-transform: capitalize;
	color: var(--thm-base);
	display: block;
}

.hl2_about_area .hl2_about_right .hl2_about_counter .counter_content .hl2-headline h4 {
	display: inline-block;
}

.hl2_about_area .hl2_about_right .hl2_about_counter .counter_content .hl2-headline span {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: var(--thm-base);
}


/******** Get In Touch **********/

.hl2-gt-area {
	background-size: cover;
	background-repeat: no-repeat;
}

.hl2-gt-area .hl2-headline h3 {
	color: #ffffff;
}

.hl2-gt-area .hl2-gt-btns {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hl2-gt-area .hl2-gt-btns .btn-style-4 {
	margin-left: 30px;
}


/******** Featured Properties *********/

.hl2-ft-properties .home2-primary-btn {
	text-align: right;
}

@media (max-width: 991.98px) {
	.hl2-ft-properties .home2-primary-btn {
		margin-top: 30px;
	}
}

.hl2-ft-properties .hl2-properties {
	margin-top: 50px;
}

.hl2-ft-properties .hl2-properties .hl2-property-column {
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 3, 13, 0.1);
}

.hl2-ft-properties .hl2-properties .hl2-property-column .thumb-wrapper {
	position: relative;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .thumb-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-column-content {
	padding: 20px 25px 20px 25px;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .meta-txt span {
	font-weight: 500;
	font-size: 14px;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .meta-txt span i {
	margin-right: 6px;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-title {
	margin-top: 15px;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-title h6 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-title h6:hover {
	color: var(--thm-base);
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-pricing-txt {
	margin-top: 10px;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-pricing-txt span {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: var(--thm-base);
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-info-area {
	margin-top: 15px;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-info-area span {
	font-weight: 500;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-info-area span+span {
	margin-left: 30px;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-info-area span i {
	margin-right: 6px;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-btns .pp-explore-btn a {
	width: 140px;
	height: 40px;
	background-color: transparent;
	border: 1px solid #dddddd;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: var(--thm-base);
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-btns .pp-explore-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--thm-base);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-btns .pp-explore-btn a:hover {
	color: #ffffff;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-btns .pp-explore-btn a:hover::before {
	width: 100%;
	left: 0;
	right: auto;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-btns .btns-right a {
	width: 40px;
	height: 40px;
	border: 1px solid #dddddd;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 4px;
	color: var(--thm-base);
	font-size: 18px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-btns .btns-right a span {
	line-height: 0;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-btns .btns-right a::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--thm-base);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: -1;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-btns .btns-right a:hover {
	color: #ffffff;
}

.hl2-ft-properties .hl2-properties .hl2-property-column .pp-btns .btns-right a:hover::before {
	width: 100%;
	left: 0;
	right: auto;
}

.hl2-ft-properties .hl2-properties .hl2-property-column:hover {
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
}

@media (max-width: 767.98px) {
	.hl2-ft-properties .hl2-properties .hl2-property-column {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}


/********** Deals Area ********/

.hl2-deals-area .deals-left {
	position: relative;
	z-index: 10;
}

.hl2-deals-area .deals-left .hot-item {
	background-color: #f2f7ff;
	padding: 30px;
	position: relative;
	-webkit-box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
	box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
	margin-top: 36px;
	border-radius: 10px;
}

.hl2-deals-area .deals-left .hot-item .tagline {
	float: right;
	padding: 3px 10px;
	background-color: var(--thm-base);
	border-radius: 3px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 15px;
}

.hl2-deals-area .deals-left .hot-item .hl2-headline {
	margin-top: 43px;
}

.hl2-deals-area .deals-left .hot-item .pricing-txt {
	margin-top: 12px;
}

.hl2-deals-area .deals-left .hot-item .pricing-txt span {
	color: var(--thm-base);
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 24px;
}

.hl2-deals-area .deals-left .hot-item .meta-txt {
	margin-top: 12px;
}

.hl2-deals-area .deals-left .hot-item .meta-txt span {
	font-weight: 500;
	font-size: 15px;
}

.hl2-deals-area .deals-left .hot-item .meta-txt span+span {
	margin-left: 20px;
}

.hl2-deals-area .deals-left .hot-item .meta-txt span i {
	margin-right: 6px;
}

.hl2-deals-area .deals-left .hot-item .hl2-pera-txt {
	margin-top: 12px;
}

.hl2-deals-area .deals-left .hot-item .hl2-pera-txt p {
	font-size: 15px;
}

.hl2-deals-area .deals-left .hot-item .home2-primary-btn {
	margin-top: 20px;
}

.hl2-deals-area .deals-left .hot-item .home2-primary-btn a {
	width: 150px;
	height: 50px;
	font-size: 15px;
}

@media (max-width: 991.98px) {
	.hl2-deals-area .deals-left {
		text-align: center;
	}
	.hl2-deals-area .deals-left .hot-item {
		text-align: left;
		max-width: 570px;
		margin-left: auto;
		margin-right: auto;
	}
}

.hl2-deals-area .deals-right .img-wrapper {
	position: relative;
}

.hl2-deals-area .deals-right .img-wrapper img {
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
	max-width:inherit;
}

@media (max-width: 991.98px) {
	.hl2-deals-area .deals-right {
		margin-bottom: 80px;
	}
	.hl2-deals-area .deals-right .img-wrapper {
		text-align: center;
	}
	.hl2-deals-area .deals-right .img-wrapper img {
		position: initial;
		max-width: 100%;
		display: inline-block;
	}
}


/********* Agents Area *******/

.hl2-agents-area .title-style-2 .subtitle {
	-webkit-text-fill-color: #eef3fb;
}

@media (max-width: 575.98px) {
	.hl2-agents-area .title-style-2 {
		text-align: center;
	}
}

.hl2-agents-area .agents-list {
	margin-top: 50px;
}

.hl2-agents-area .agents-list .agent-column {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
}

.hl2-agents-area .agents-list .agent-column .thumb-wrapper {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.hl2-agents-area .agents-list .agent-column .thumb-wrapper::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000a50), color-stop(80%, #00095034));
	background-image: -webkit-linear-gradient(bottom, #000a50 0%, #00095034 80%);
	background-image: -o-linear-gradient(bottom, #000a50 0%, #00095034 80%);
	background-image: linear-gradient(to top, #000a50 0%, #00095034 80%);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-agents-area .agents-list .agent-column .agents-info {
	position: relative;
	z-index: 1;
	padding: 15px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-agents-area .agents-list .agent-column .agents-info::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	opacity: 0;
}

.hl2-agents-area .agents-list .agent-column .agents-info .explore-btn {
	position: absolute;
	right: 15px;
	top: -50px;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-agents-area .agents-list .agent-column .agents-info .explore-btn a {
	width: 40px;
	height: 40px;
	background-color: var(--thm-base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: 0.698px 9.976px 30px 0px rgba(67, 100, 247, 0.39);
	box-shadow: 0.698px 9.976px 30px 0px rgba(67, 100, 247, 0.39);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-agents-area .agents-list .agent-column .agents-info .explore-btn a:hover {
	background-color: var(--thm-base);
}

.hl2-agents-area .agents-list .agent-column .agents-info .designation span {
	font-weight: 700;
	color: var(--thm-base);
	font-size: 14px;
}

.hl2-agents-area .agents-list .agent-column:hover {
	-webkit-box-shadow: 25.456px 25.456px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 25.456px 25.456px 75px 0px rgba(0, 3, 13, 0.1);
}

.hl2-agents-area .agents-list .agent-column:hover .thumb-wrapper::before {
	opacity: 1;
}

.hl2-agents-area .agents-list .agent-column:hover .agents-info {
	margin-top: -6px;
}

.hl2-agents-area .agents-list .agent-column:hover .agents-info::before {
	opacity: 1;
}

.hl2-agents-area .agents-list .agent-column:hover .explore-btn {
	top: -25px;
	visibility: visible;
	opacity: 1;
}

@media (max-width: 575.98px) {
	.hl2-agents-area .agents-list .agent-column {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}


/********** Facilities Area ********/

.hl2-ft-area {
	overflow: visible;
	margin-top: -200px;
}

.hl2-ft-area .hl2-ft-content {
	background-color: var(--thm-base);
	border-radius: 4px;
	padding-right: 70px;
	padding-left: 70px;
	height: 400px;
}

.hl2-ft-area .hl2-ft-content .title-style-2 .subtitle {
	background: -webkit-linear-gradient(88deg, var(--thm-green) 0%, var(--thm-green) 100%);
	background-clip: 'text';
	-webkit-background-clip: text;
	-webkit-text-stroke: 6px transparent;
	-webkit-text-fill-color: var(--thm-green);
}

.hl2-ft-area .hl2-ft-content .title-style-2 h3 {
	color: #ffffff;
}

.hl2-ft-area .hl2-ft-content .hl2-ft-columns {
	margin-top: 50px;
}

.hl2-ft-area .hl2-ft-content .hl2-ft-columns .ft-column {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 35px 30px;
	-webkit-box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.1);
	box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.1);
}

.hl2-ft-area .hl2-ft-content .hl2-ft-columns .ft-column .icon-wrapper span {
	width: 60px;
	height: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #c6d0fd;
	font-size: 30px;
	border-radius: 4px;
}

.hl2-ft-area .hl2-ft-content .hl2-ft-columns .ft-column .icon-wrapper span i {
	line-height: 0;
	color: var(--thm-base);
}

.hl2-ft-area .hl2-ft-content .hl2-ft-columns .ft-column .hl2-headline {
	margin-top: 20px;
}

.hl2-ft-area .hl2-ft-content .hl2-ft-columns .ft-column .hl2-pera-txt {
	margin-top: 15px;
}

@media (max-width: 991.98px) {
	.hl2-ft-area .hl2-ft-content {
		height: auto;
		padding-bottom: 30px;
	}
	.hl2-ft-area .hl2-ft-content .hl2-ft-columns .ft-column {
		margin-bottom: 30px;
	}
}

@media (max-width: 767.98px) {
	.hl2-ft-area .hl2-ft-content {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 460px) {
	.hl2-ft-area .hl2-ft-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*********** Cities Area **********/

@media (max-width: 767.98px) {
	.hl2-city-area .title-style-2 {
		text-align: center;
	}
}

.hl2-city-area .home2-primary-btn {
	text-align: right;
}

@media (max-width: 991.98px) {
	.hl2-city-area .home2-primary-btn {
		text-align: left;
		margin-top: 30px;
	}
}

@media (max-width: 767.98px) {
	.hl2-city-area .home2-primary-btn {
		text-align: center;
	}
}

.hl2-city-area .city-contents {
	margin-top: 50px;
}

.hl2-city-area .city-contents .city-column {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 30px;
}

.hl2-city-area .city-contents .city-column::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000950), color-stop(92%, #0009500e));
	background-image: -webkit-linear-gradient(bottom, #000950 0%, #0009500e 92%);
	background-image: -o-linear-gradient(bottom, #000950 0%, #0009500e 92%);
	background-image: linear-gradient(to top, var(--thm-base) 0%, #0009500e 92%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-city-area .city-contents .city-column .tagline {
	position: absolute;
	left: 15px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-city-area .city-contents .city-column .tagline a {
	background-color: var(--thm-base);
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
	padding: 8px 18px;
	border-radius: 4px;
	text-transform: capitalize;
}

.hl2-city-area .city-contents .city-column .contents {
	position: absolute;
	z-index: 10;
	bottom: -30px;
	left: 0;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-city-area .city-contents .city-column .contents .hl2-headline h4 {
	color: #ffffff;
	font-size: 22px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-city-area .city-contents .city-column .contents .hl2-headline h4:hover {
	color: var(--thm-base);
}

.hl2-city-area .city-contents .city-column .contents .address span {
	color: #ffffff;
	margin-top: 6px;
	display: inline-block;
	font-size: 15px;
}

.hl2-city-area .city-contents .city-column .contents .address span i {
	margin-right: 6px;
}

.hl2-city-area .city-contents .city-column:hover::before {
	opacity: 1;
	visibility: visible;
}

.hl2-city-area .city-contents .city-column:hover .tagline {
	top: 15px;
	opacity: 1;
	visibility: visible;
}

.hl2-city-area .city-contents .city-column:hover .contents {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767.98px) {
	.hl2-city-area .city-contents .city-column {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}


/************ Feedback Area *************/

.hl2-feedback-area .title-style-2 .subtitle {
	-webkit-text-fill-color: #F3F7FF;
}

.hl2-feedback-area .hl-feedback-container .hl-client-3 {
	bottom: 0px;
}

.hl2-feedback-area .hl-feedback-container .hl-client-2 {
	bottom: 250px;
	top: auto;
	left: 80px;
}

.hl2-feedback-area .hl-feedback-container .hl-client-1 {
	top: 0;
}

.hl2-feedback-area .hl-feedback-container .hl-client-4 {
	right: 120px;
	left: auto;
	bottom: 20px;
	top: auto;
}

.hl2-feedback-area .hl-feedback-container .hl-client-5 {
	right: 150px;
	top: 150px;
}

.hl2-feedback-area .hl-feedback-container .hl-client-6 {
	right: -60px;
	bottom: 200px;
}

.hl2-feedback-area .hl-feedback-container .hl-client-7 {
	right: -80px;
	top: 0px;
}

.hl2-feedback-area .hl-feedback-container .hl2-feedback-slider .slick-list {
	margin: 0 -30px;
}

.hl2-feedback-area .hl-feedback-container .hl2-feedback-slider .slick-list .slick-slide {
	margin: 0 30px;
}

.hl2-feedback-area .hl-feedback-container .hl2-feedback-slider .slick-dots li.slick-active {
	border: 1px solid var(--thm-base);
}

.hl2-feedback-area .hl-feedback-container .hl2-feedback-slider .slick-dots li.slick-active button {
	background-color: var(--thm-base);
}

.hl2-feedback-area .hl-feedback-container .feedback-single {
	position: relative;
	padding-top: 30px !important;
	border-radius: 4px;
	position: relative;
}

.hl2-feedback-area .hl-feedback-container .feedback-single::before {
	content: '';
	position: absolute;
	top: 20px;
	right: -10px;
	width: 10px;
	height: calc(100% - 10px);
	background-color: var(--thm-base);
	z-index: -1;
	border-radius: 0 10px 6px 0;
}

.hl2-feedback-area .hl-feedback-container .feedback-single::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -10px;
	width: calc(100% - 10px);
	height: 10px;
	background-color: var(--thm-base);
	border-radius: 0 0 0 10px;
}

.hl2-feedback-area .hl-feedback-container .feedback-single .quote_icon {
	position: absolute;
	right: 15px;
	top: 30px;
	width: 80px;
}

.hl2-feedback-area .hl-feedback-container .feedback-single .clients_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hl2-feedback-area .hl-feedback-container .feedback-single .clients_info .clients_thumb img {
	background-color: #ffffff;
	padding: 6px;
	-webkit-box-shadow: 0px 15px 75px 0px rgba(0, 3, 13, 0.2);
	box-shadow: 0px 15px 75px 0px rgba(0, 3, 13, 0.2);
}

.hl2-feedback-area .hl-feedback-container .feedback-single .clients_info .clients_content {
	margin-left: 15px;
	text-align: left;
}

.hl2-feedback-area .hl-feedback-container .feedback-single .clients_info .clients_content .designation {
	margin-top: 6px;
}

.hl2-feedback-area .hl-feedback-container .feedback-single .clients_info .clients_content .rating-star {
	margin-top: 6px;
}

.hl2-feedback-area .hl-feedback-container .feedback-single .clients_info .clients_content .rating-star span {
	color: #fdce14;
}

@media (max-width: 460px) {
	.hl2-feedback-area .hl-feedback-container .feedback-single .clients_info {
		display: block;
		text-align: center;
	}
	.hl2-feedback-area .hl-feedback-container .feedback-single .clients_info .clients_thumb img {
		display: inline-block;
		width: auto;
		max-width: 100%;
	}
	.hl2-feedback-area .hl-feedback-container .feedback-single .clients_info .clients_content {
		margin-left: 0;
		text-align: center;
		margin-top: 20px;
	}
}

.hl2-feedback-area .hl-feedback-container .feedback-single .feedback-txt {
	text-align: left;
}

.hl2-feedback-area .hl-feedback-container .feedback-single .feedback-txt p {
	font-weight: 500;
}

@media (max-width: 460px) {
	.hl2-feedback-area .hl-feedback-container .feedback-single .feedback-txt {
		text-align: center;
	}
}


/********* Blogs Area ********/

@media (max-width: 991.98px) {
	.hl2-blog-area .title-style-2 {
		text-align: center;
	}
}

.hl2-blog-area .home2-primary-btn {
	text-align: right;
}

@media (max-width: 991.98px) {
	.hl2-blog-area .home2-primary-btn {
		text-align: center;
		margin-top: 30px;
	}
}

.hl2-blog-area .hl2-blog-bottom {
	margin-top: 50px;
}

.hl2-blog-area .hl2-blog-bottom .blog-single {
	background-color: #f2f7ff;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-blog-area .hl2-blog-bottom .blog-single .thumb-wrapper {
	border-radius: 10px;
	overflow: hidden;
}

.hl2-blog-area .hl2-blog-bottom .blog-single .blog-meta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px;
}

.hl2-blog-area .hl2-blog-bottom .blog-single .blog-meta a {
	padding: 6px 15px;
	background-color: var(--thm-base);
	font-weight: 700;
	font-size: 15px;
	border-radius: 4px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl2-blog-area .hl2-blog-bottom .blog-single .blog-meta a:hover {
	background-color: var(--thm-base);
}

.hl2-blog-area .hl2-blog-bottom .blog-single .blog-meta .tag {
	float: left;
}

.hl2-blog-area .hl2-blog-bottom .blog-single .blog-meta .date {
	float: right;
}

.hl2-blog-area .hl2-blog-bottom .blog-single .blog-single-title {
	padding: 25px 40px 25px 25px;
}

.hl2-blog-area .hl2-blog-bottom .blog-single .blog-single-title .hl2-pera-txt {
	margin-top: 10px;
}

.hl2-blog-area .hl2-blog-bottom .blog-single .blog-single-title .hl2-blog-btn {
	margin-top: 20px;
}

.hl2-blog-area .hl2-blog-bottom .blog-single .blog-single-title .hl2-blog-btn a {
	width: 160px;
}

.hl2-blog-area .hl2-blog-bottom .blog-single:hover {
	-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
	box-shadow: 0px 0px 75px 0px rgba(0, 3, 13, 0.1);
}

@media (max-width: 991.98px) {
	.hl2-blog-area .hl2-blog-bottom .blog-single {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}


/*************** Hero Slider ***************/

.hl3-hero-slider {
	margin-top: -90px;
	position: relative;
}


/************** Hero Content *************/

.hl3-hero-contents {
	position: absolute;
	top: calc(50% + 90px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 1200px;
}

@media (max-width: 1400px) {
	.hl3-hero-contents {
		width: 1000px;
	}
}

@media (max-width: 1199.98px) {
	.hl3-hero-contents {
		width: 800px;
	}
}

@media (max-width: 991.98px) {
	.hl3-hero-contents {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.hl3-hero-contents {
		top: calc(50% + 40px);
	}
}

@media (max-width: 1400px) {
	.hl3-hero-contents>.container {
		max-width: 1000px;
	}
}

@media (max-width: 1199.98px) {
	.hl3-hero-contents>.container {
		max-width: 900px;
	}
}

.hl3-hero-contents .hl3-headline {
	max-width: 600px;
	position: relative;
	z-index: 10;
}

.hl3-hero-contents .hl3-headline h1 {
	color: #ffffff;
}

@media (max-width: 1199.98px) {
	.hl3-hero-contents .hl3-headline h1 {
		font-size: 50px;
	}
}

@media (max-width: 991.98px) {
	.hl3-hero-contents .hl3-headline {
		max-width: 700px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.hl3-hero-contents .hl3-headline h1 {
		font-size: 40px;
	}
}

@media (max-width: 575.98px) {
	.hl3-hero-contents .hl3-headline h1 {
		font-size: 32px;
	}
}

.hl3-hero-contents .property-filter {
	margin-top: 100px;
	position: relative;
	z-index: 10;
}

@media (max-width: 991.98px) {
	.hl3-hero-contents .property-filter {
		max-width: 730px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767.98px) {
	.hl3-hero-contents .property-filter {
		margin-top: 50px;
	}
}

.hl3-hero-contents .property-filter ul {
	border-bottom: 0;
}

.hl3-hero-contents .property-filter ul li a,
.property-filter .epl-search-tabs li {
	font-family: "Poppins", sans-serif;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--thm-base);
	background-color: #ffffff;
	padding: 8px 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border: 0;
	border-radius: 0;
	position: relative;
}

.hl3-hero-contents .property-filter ul li a::before,
.property-filter .epl-search-tabs li:before {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 2px;
	width: 0;
	height: 1px;
	background-color: var(--thm-base);
	z-index: 10;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-hero-contents .property-filter ul li a.active,
.property-filter .epl-search-tabs li.epl-sb-current {
	color: var(--thm-base);
}

.hl3-hero-contents .property-filter ul li a.active::before,
.property-filter .epl-search-tabs li.epl-sb-current:before {
	width: 50%;
}

.hl3-hero-contents .property-filter .tab-content .tab-pane form,
.property-filter .epl-search-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	position: relative;
	max-width: 1120px;
	z-index: 1;
}

.hl3-hero-contents .property-filter .tab-content .tab-pane form .input-field {
	width: 25%;
}

.hl3-hero-contents .property-filter .tab-content .tab-pane form .input-field label,
.property-filter .epl-search-form form .fm-block label {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: var(--thm-base);
	text-transform: capitalize;
	font-size: 14px;
	display: block;
}

.hl3-hero-contents .property-filter .tab-content .tab-pane form .input-field input,
.property-filter .epl-search-form form .fm-block input  {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #e0e4e9;
	padding: 6px 0px 10px 0;
	font-weight: 500;
	font-size: 14px;
}

.hl3-hero-contents .property-filter .tab-content .tab-pane form .input-field .nice-select,
.property-filter .epl-search-form form .fm-block .nice-select {
	border: 0;
	position: relative;
	padding-left: 0;
	margin-top: -3px;
	border-bottom: 1px solid #e0e4e9;
}

.hl3-hero-contents .property-filter .tab-content .tab-pane form .input-field .nice-select span,
.property-filter .epl-search-form form .fm-block .nice-select span {
	font-weight: 500;
}

.hl3-hero-contents .property-filter .tab-content .tab-pane form .input-field .nice-select::after,
.property-filter .epl-search-form form .fm-block .nice-select:after {
	right: 0px;
}

.hl3-hero-contents .property-filter .tab-content .tab-pane form .filter-icon span {
	font-size: 30px;
	color: var(--thm-base);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	display: inline-block;
	cursor: pointer;
}

.hl3-hero-contents .property-filter .tab-content .tab-pane form .submit-btn button,
.property-filter .epl-search-form form .epl-search-submit .epl-search-btn{
	padding: 10px 18px;
	border: 0;
	background-color: var(--thm-green);
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-transform: capitalize;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.hl3-hero-contents .property-filter .tab-content .tab-pane form .submit-btn button span {
	margin-right: 10px;
}

.hl3-hero-contents .property-filter .tab-content .tab-pane form .submit-btn button::before {
	content: '';
	position: absolute;
	left: -40px;
	top: 0;
	width: 30px;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.hl3-hero-contents .property-filter .tab-content .tab-pane form .submit-btn button:hover {
	background-color: var(--thm-base);
}

.hl3-hero-contents .property-filter .tab-content .tab-pane form .submit-btn button:hover::before {
	-webkit-animation: 600ms shine;
	animation: 600ms shine;
}

@media (max-width: 767.98px) {
	.hl3-hero-contents .property-filter .tab-content .tab-pane form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.hl3-hero-contents .property-filter .tab-content .tab-pane form .input-field {
		width: 50%;
		margin-bottom: 10px;
	}
}

@media (max-width: 460px) {
	.hl3-hero-contents .property-filter .tab-content .tab-pane form .input-field {
		width: 100%;
		margin-bottom: 0;
	}
	.hl3-hero-contents .property-filter .tab-content .tab-pane form .input-field+.input-field {
		border-top: 1px solid #dddddd;
		padding-top: 10px;
	}
	.hl3-hero-contents .property-filter .tab-content .tab-pane form .input-field .nice-select::before {
		opacity: 0;
	}
	.hl3-hero-contents .property-filter .tab-content .tab-pane form .input-field .nice-select::after {
		right: 10px;
	}
}

.hl3-hero-contents .clients-info {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 6;
}

@media (max-width: 991.98px) {
	.hl3-hero-contents .clients-info {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 575.98px) {
	.hl3-hero-contents .clients-info {
		display: none;
	}
}

.hl3-hero-contents .clients-info ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hl3-hero-contents .clients-info ul li {
	display: inline-block;
	width: 60px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-hero-contents .clients-info ul li+li {
	margin-left: -30px;
}

.hl3-hero-contents .clients-info ul li.ct_item {
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 50px;
}

.hl3-hero-contents .clients-info ul li.ct_item span {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #000000;
}

.hl3-hero-contents .clients-info ul li .clients_name {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100px;
	height: 30px;
	background-color: #000000;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-hero-contents .clients-info ul li .clients_name::before {
	content: '';
	position: absolute;
	left: 10px;
	top: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #000000;
	z-index: 10;
}

.hl3-hero-contents .clients-info ul li:hover .clients_name {
	bottom: -30px;
	opacity: 1;
	visibility: visible;
}

.hl3-hero-contents .clients-info ul:hover li+li {
	margin-left: -20px;
}

.hl3-hero-contents .clients-info .clients-title {
	margin-left: 60px;
	max-width: 150px;
}

.hl3-hero-contents .clients-info .clients-title p {
	display: inline-block;
	color: #ffffff;
}

.hl3-hero-contents.active-animation .hl3-headline h1 {
	-webkit-animation: 1s ct_fadeInUp;
	animation: 1s ct_fadeInUp;
}

.hl3-hero-contents.active-animation .hl3-filter-forms {
	-webkit-animation: 1.5s ct_fadeInUp;
	animation: 1.5s ct_fadeInUp;
}

.hl3-hero-contents.active-animation .clients-info ul {
	-webkit-animation: 1.8s ct_fadeInUp;
	animation: 1.8s ct_fadeInUp;
}

.hl3-hero-contents.active-animation .clients-info .clients-title {
	-webkit-animation: 2s ct_fadeInUp;
	animation: 2s ct_fadeInUp;
}


/******* Brand Slider ***********/

.hl3-brands {
	background-color: #f2f8fd;
	padding-top: 30px;
}

.hl3-brands .hl-brand-slider .slick-arrow {
	display: none !important;
}


/********** About Area ***********/

.hl3-about-area .ab-left {
	position: relative;
}

.hl3-about-area .ab-left .thumb-wrapper {
	display: inline-block;
	position: relative;
}

.hl3-about-area .ab-left .thumb-wrapper img {
	width: auto;
	max-width: 100%;
}

.hl3-about-area .ab-left .thumb-wrapper .video-btn {
	position: absolute;
	top: 100px;
	right: -30px;
}

.hl3-about-area .ab-left .thumb-wrapper .video-btn a {
	width: 60px;
	height: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--thm-green);
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	-webkit-animation: 1.5s hl3_ripple_animation linear infinite;
	animation: 1.5s hl3_ripple_animation linear infinite;
}

.hl3-about-area .ab-left .ab-arrow-shape {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	-webkit-animation: 6s leftright linear infinite;
	animation: 6s leftright linear infinite;
}

.hl3-about-area .ab-left .ab-dot-shape {
	position: absolute;
	bottom: 100px;
	right: 0;
	-webkit-animation: 6s upsdown linear infinite;
	animation: 6s upsdown linear infinite;
	z-index: -1;
}

@media (max-width: 991.98px) {
	.hl3-about-area .ab-left {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}

.hl3-about-area .ab-right .title-style-3 {
	max-width: 380px;
}

.hl3-about-area .ab-right .ab-contents {
	margin-top: 40px;
}

.hl3-about-area .ab-right .ab-contents .item {
	display: inline-block;
	margin-right: 15px;
}

.hl3-about-area .ab-right .ab-contents .item .title {
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #0c0c0c;
}

.hl3-about-area .ab-right .ab-contents .item .subtitle {
	font-family: "Poppins", sans-serif;
	color: #555555;
	text-transform: uppercase;
}

.hl3-about-area .ab-right .btn-style-5 {
	margin-top: 60px;
}

@media (max-width: 991.98px) {
	.hl3-about-area .ab-right {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 60px;
	}
}


/********** Properties Area **********/

@media (max-width: 991.98px) {
	.hl3-properties-area .title-style-3 {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}

.hl3-properties-area .properties-tab {
	margin-top: 60px;
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
	.hl3-properties-area .properties-tab {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}

.hl3-properties-area .properties-tab .controls {
	text-align: center;
}

.hl3-properties-area .properties-tab .controls ul {
	display: inline-block;
}

.hl3-properties-area .properties-tab .controls ul li {
	display: inline-block;
}

.hl3-properties-area .properties-tab .controls ul li a {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #454545;
	position: relative;
	padding: 10px 30px;
	border: 0;
}

.hl3-properties-area .properties-tab .controls ul li a::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0px;
	height: 3px;
	background-color: var(--thm-base);
}

.hl3-properties-area .properties-tab .controls ul li a.active {
	background-color: transparent;
	border: 0;
}

.hl3-properties-area .properties-tab .controls ul li a.active::before {
	width: 100px;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane {
	height: 0;
	overflow: hidden;
	display: block;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane.active {
	height: auto;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider {
	margin-top: 30px;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .hl3-property-column {
	background-color: #ffffff;
	padding: 15px;
	border-radius: 4px;
	padding-bottom: 0;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-column-top {
	position: relative;
	position: relative;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-column-top button {
	font-size: 12px;
	border: 2px solid #dddddd;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-column-top button.carousel-control-next {
	left: auto;
	right: 10px;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-column-top .compare {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #ffffff;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--thm-base);
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-column-top .compare span {
	line-height: 0;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-column-top .wishlist-btn {
	position: absolute;
	font-size: 20px;
	right: 15px;
	bottom: -15px;
	color: #acb0b8;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-column-top .tagline {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 1;
	background-color: #f31b1b;
	text-transform: capitalize;
	font-weight: 700;
	width: 80px;
	height: 70px;
	-webkit-clip-path: circle(50% at 50% 0);
	clip-path: circle(50% at 50% 0);
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	padding-top: 3px;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .hl3-thumb-slider {
	width: 100%;
	overflow: hidden;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-title {
	margin-top: 10px;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-title a {
	font-weight: 700;
	color: #000000;
	text-transform: capitalize;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-title a:hover {
	color: var(--thm-green);
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-location {
	margin-top: 10px;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-location p {
	text-transform: capitalize;
	font-size: 15px;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-location p span {
	margin-right: 6px;
	color: var(--thm-green);
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .blog-meta {
	margin-top: 10px;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .blog-meta span {
	display: inline-block;
	color: #000000;
	margin-right: 10px;
	font-weight: 700;
	font-size: 14px;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .blog-meta span i {
	margin-right: 5px;
	line-height: 0;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .seperator {
	height: 0.5px;
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-top: 10px;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: -15px;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-bottom .pricing h5 {
	color: var(--thm-base);
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-bottom .readmore-btn a {
	width: 85px;
	height: 40px;
	background-color: var(--thm-base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	border-radius: 0 0 4px 0;
	position: relative;
	z-index: 1;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-bottom .readmore-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: var(--thm-green);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: -1;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-bottom .readmore-btn a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--thm-green);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: -1;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-bottom .readmore-btn a:hover::before {
	width: 50%;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .pp-bottom .readmore-btn a:hover::after {
	width: 50%;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .slick-list .slick-slide {
	margin: 0 10px;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .slick-dots {
	text-align: center;
	margin-top: 50px;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .slick-dots li {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 5px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .slick-dots li button {
	font-size: 0;
	border: 0;
	background-color: #b0c0de;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: 0;
	display: block;
	margin: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .slick-dots li.slick-active {
	border: 1px solid var(--thm-base);
}

.hl3-properties-area .properties-tab .tab-content .tab-pane .hl3-properties-slider .slick-dots li.slick-active button {
	background-color: var(--thm-base);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}


/**********  Feature Area **********/

.hl3-feature-area .hl3-feature-left .title-style-3 {
	padding-right: 40px;
}

.hl3-feature-area .hl3-feature-left .title-style-3 .hl3-headline {
	max-width: 400px;
}

.hl3-feature-area .hl3-feature-left .hl3-feature-bottom {
	margin-top: 30px;
	position: relative;
}

.hl3-feature-area .hl3-feature-left .hl3-feature-bottom .accordion {
	border: 0;
}

.hl3-feature-area .hl3-feature-left .hl3-feature-bottom .accordion .accordion-item {
	border: 1px solid #f2f4f9;
	margin-bottom: 15px;
	border-radius: 4px;
}

.hl3-feature-area .hl3-feature-left .hl3-feature-bottom .accordion .accordion-item h6 {
	position: relative;
	padding: 15px;
}

.hl3-feature-area .hl3-feature-left .hl3-feature-bottom .accordion .accordion-item h6 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: initial;
	color: #0c0c0c;
	font-weight: 600;
	font-size: 18px;
	font-family: "Poppins", sans-serif;
}

.hl3-feature-area .hl3-feature-left .hl3-feature-bottom .accordion .accordion-item h6 a span {
	line-height: 0;
	font-size: 15px;
	width: 25px;
	height: 25px;
	background-color: #eaf2ff;
	color: var(--thm-base);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 3px;
	margin-right: 10px;
}

.hl3-feature-area .hl3-feature-left .hl3-feature-bottom .accordion .accordion-item .accordion-body {
	padding-top: 0;
}

.hl3-feature-area .hl3-feature-left .hl3-feature-bottom .accordion .accordion-item.active {
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 10px 18px 0px rgba(0, 39, 110, 0.13);
	box-shadow: 0px 10px 18px 0px rgba(0, 39, 110, 0.13);
}

.hl3-feature-area .hl3-feature-left .hl3-feature-bottom .accordion-prev-control,
.hl3-feature-area .hl3-feature-left .hl3-feature-bottom .accordion-next-control {
	position: absolute;
	right: -30px;
	bottom: 0;
	width: 30px;
	height: 30px;
	background-color: #eaf2ff;
	border: 2px solid #ffffff;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-feature-area .hl3-feature-left .hl3-feature-bottom .accordion-prev-control:hover,
.hl3-feature-area .hl3-feature-left .hl3-feature-bottom .accordion-next-control:hover {
	background-color: var(--thm-base);
	border: 2px solid var(--thm-base);
	color: #ffffff;
}

.hl3-feature-area .hl3-feature-left .hl3-feature-bottom .accordion-prev-control.accordion-prev-control,
.hl3-feature-area .hl3-feature-left .hl3-feature-bottom .accordion-next-control.accordion-prev-control {
	bottom: 35px;
}

@media (max-width: 991.98px) {
	.hl3-feature-area .hl3-feature-left {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}

.hl3-feature-area .hl3-ft-right {
	position: relative;
}

.hl3-feature-area .hl3-ft-right .img-wrapper {
	text-align: right;
}

.hl3-feature-area .hl3-ft-right .img-wrapper img {
	width: auto;
	max-width: 100%;
	display: inline-block;
}

.hl3-feature-area .hl3-ft-right .phone-number {
	position: absolute;
	left: 0;
	top: 100px;
	font-weight: 700;
	font-size: 24px;
	color: #000000;
}

.hl3-feature-area .hl3-ft-right .arrow-icon {
	position: absolute;
	top: 150px;
	left: 80px;
}

.hl3-feature-area .hl3-ft-right .phone-icon {
	position: absolute;
	left: 130px;
	top: 180px;
	width: 50px;
	height: 50px;
	background-color: var(--thm-green);
	color: #ffffff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-animation: 1.2s hl3_ripple_animation linear infinite;
	animation: 1.2s hl3_ripple_animation linear infinite;
}

.hl3-feature-area .hl3-ft-right .phone-icon i {
	line-height: 0;
}

@media (max-width: 991.98px) {
	.hl3-feature-area .hl3-ft-right {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}


/************ Agent Call To Action **********/

.hl3-agent-area {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: visible;
}

.hl3-agent-area .hl3-agent-content {
	position: relative;
}

.hl3-agent-area .hl3-agent-content .ag-building {
	position: absolute;
	right: 0;
	bottom: -100px;
}

.hl3-agent-area .hl3-agent-content .ag-building img {
	width: auto;
	max-width: 95%;
}

@media (max-width: 991.98px) {
	.hl3-agent-area .hl3-agent-content .ag-building {
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (max-width: 767.98px) {
	.hl3-agent-area .hl3-agent-content .ag-building img {
		max-width: 100%;
	}
}

.hl3-agent-area .hl3-agent-content .agent-left {
	padding: 30px;
	text-align: center;
	-webkit-box-shadow: 0px 22px 46px 0px rgba(27, 103, 243, 0.38);
	box-shadow: 0px 22px 46px 0px rgba(27, 103, 243, 0.38);
	position: relative;
	z-index: 10;
}

.hl3-agent-area .hl3-agent-content .agent-left .ag-content-wrapper .hl3-headline h2 {
	color: #ffffff;
	text-transform: initial;
}

.hl3-agent-area .hl3-agent-content .agent-left .ag-content-wrapper .hl3-pera-txt {
	margin-top: 20px;
}

.hl3-agent-area .hl3-agent-content .agent-left .ag-content-wrapper .hl3-pera-txt p {
	color: #ffffff;
}

.hl3-agent-area .hl3-agent-content .agent-left .ag-content-wrapper .agent-btn {
	margin-top: 20px;
}

.hl3-agent-area .hl3-agent-content .agent-left .ag-content-wrapper .agent-btn a {
	padding: 8px 10px 8px 30px;
	background-color: var(--thm-base);
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.hl3-agent-area .hl3-agent-content .agent-left .ag-content-wrapper .agent-btn a span {
	width: 30px;
	height: 30px;
	background-color: var(--thm-base);
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 13px;
	margin-left: 10px;
}

.hl3-agent-area .hl3-agent-content .agent-left .ag-content-wrapper .agent-btn a::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--thm-green);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-agent-area .hl3-agent-content .agent-left .ag-content-wrapper .agent-btn a:hover::before {
	right: auto;
	left: 0;
	width: 100%;
}

.hl3-agent-area .hl3-agent-content .agent-left .ag-content-wrapper .meta-txt {
	margin-top: 10px;
}

.hl3-agent-area .hl3-agent-content .agent-left .ag-content-wrapper .meta-txt span {
	font-size: 13px;
	color: #ffffff;
}

.hl3-agent-area .hl3-agent-content .agent-left .ag-content-wrapper .meta-txt span a {
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: underline;
	position: relative;
}


/********* Location Area **********/

.hl3-location-area .title-style-3 {
	padding: 0 60px;
}

@media (max-width: 991.98px) {
	.hl3-location-area .title-style-3 {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 575.98px) {
	.hl3-location-area .title-style-3 {
		padding: 0;
	}
}

.hl3-location-area .hl3-location-bottom {
	margin-top: 50px;
	position: relative;
}

.hl3-location-area .hl3-location-bottom span.arrow-vector {
	position: absolute;
	top: -40px;
	left: 0;
	-webkit-animation: 6s leftright linear infinite;
	animation: 6s leftright linear infinite;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item {
	background-color: #ffffff;
	border: 1px solid #e8eef1;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 7, 19, 0.05);
	box-shadow: 0px 0px 21px 0px rgba(0, 7, 19, 0.05);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item .thumb-wrapper {
	position: relative;
	overflow:hidden;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item .thumb-wrapper img {
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	position: relative;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item:hover .thumb-wrapper img{
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item .thumb-wrapper .bottom-shape {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0px;
	height: 18px;
	z-index: 10;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item .thumb-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 10px;
	background-color: #ffffff;
	z-index: 15;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item .item-bottom {
	padding: 20px;
	padding-bottom: 40px;
	text-align: center;
	position: relative;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item .item-bottom .hl3-headline h5 {
	font-size: 22px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item .item-bottom .hl3-headline h5:hover {
	color: var(--thm-green);
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item .item-bottom .subtitle {
	margin-top: 6px;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item .item-bottom .readmore-btn {
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item .item-bottom .readmore-btn a {
	width: 45px;
	height: 45px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--thm-base);
	border-radius: 50%;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item .item-bottom .readmore-btn a span {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item .item-bottom .readmore-btn a:hover {
	background-color: var(--thm-green);
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item .item-bottom .readmore-btn a:hover span {
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .single-item:hover {
	-webkit-box-shadow: 0px 15px 30px 0px rgba(26, 79, 217, 0.14);
	box-shadow: 0px 15px 30px 0px rgba(26, 79, 217, 0.14);
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .slick-list {
	padding: 30px 0;
	margin: 0 -15px;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .slick-list .slick-slide {
	margin: 0 15px;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .slick-dots {
	text-align: center;
	margin-top: 30px;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .slick-dots li {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 5px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .slick-dots li button {
	font-size: 0;
	border: 0;
	background-color: #b0c0de;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: 0;
	display: block;
	margin: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .slick-dots li.slick-active {
	border: 1px solid var(--thm-base);
}

.hl3-location-area .hl3-location-bottom .hl3-location-slider .slick-dots li.slick-active button {
	background-color: var(--thm-base);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

@media (max-width: 991.98px) {
	.hl3-location-area .hl3-location-bottom .hl3-location-slider {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 575.98px) {
	.hl3-location-area .hl3-location-bottom .hl3-location-slider {
		max-width: 400px;
	}
}


/************ Testimonial Area ************/

.hl3-testimonial-area {
	background-size: cover;
	background-repeat: no-repeat;
}

.hl3-testimonial-area .feedback-left .clients_thumbs img {
	width: auto;
	max-width: 100%;
	display: inline-block;
}

@media (max-width: 991.98px) {
	.hl3-testimonial-area .feedback-left {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}

.hl3-testimonial-area .feedback-right {
	position: relative;
}

@media (max-width: 991.98px) {
	.hl3-testimonial-area .feedback-right {
		margin-top: 60px;
	}
}

.hl3-testimonial-area .feedback-right .line-shape {
	position: absolute;
	left: -62px;
	bottom: 30px;
	width: 3px;
	height: 300px;
	display: inline-block;
	z-index: 1;
}

.hl3-testimonial-area .feedback-right .line-shape img {
	width: 100%;
	height: 100%;
}

@media (max-width: 991.98px) {
	.hl3-testimonial-area .feedback-right .line-shape {
		left: 50%;
		bottom: -170px;
		-webkit-transform: translateX(-50%) rotate(90deg);
		-ms-transform: translateX(-50%) rotate(90deg);
		transform: translateX(-50%) rotate(90deg);
	}
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .feedback-wrapper {
	padding: 30px 60px;
	-webkit-box-shadow: 0px 25px 25px 0px rgba(0, 5, 16, 0.07);
	box-shadow: 0px 25px 25px 0px rgba(0, 5, 16, 0.07);
	position: relative;
	background-color: #ffffff;
	border-radius: 4px;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .feedback-wrapper .quote-icon {
	font-size: 30px;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .feedback-wrapper .feedback-txt p {
	font-size: 22px;
	color: #0c0c0c;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .feedback-wrapper .feedback-txt p a {
	color: var(--thm-base);
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .feedback-wrapper .clients-designation {
	margin-top: 15px;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .feedback-wrapper .clients-designation .designation_subtitle span {
	font-size: 15px;
	text-transform: capitalize;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .feedback-wrapper .readmore-btn {
	position: absolute;
	right: 25px;
	bottom: -20px;
	z-index: 6;
	display: inline-block;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .feedback-wrapper .readmore-btn a {
	width: 180px;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 15px 0 30px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: var(--thm-base);
	border-radius: 30px;
	color: #ffffff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .feedback-wrapper .readmore-btn a span {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	background-color: #0c0c0c;
	border-radius: 50%;
	margin-left: 15px;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .feedback-wrapper .readmore-btn a span i {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .feedback-wrapper .readmore-btn a::before {
	content: '';
	position: absolute;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--thm-green);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .feedback-wrapper .readmore-btn a:hover::before {
	width: 100%;
	left: 0;
	right: auto;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .feedback-wrapper .readmore-btn a:hover span i {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (max-width: 460px) {
	.hl3-testimonial-area .feedback-right .hl3-feedback-slider .feedback-wrapper {
		padding-bottom: 80px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .slick-list {
	padding: 60px 10px;
	margin: 0 -20px;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .slick-list .slick-slide {
	margin: 0 25px;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .slick-dots {
	text-align: center;
	display: inline-block;
	position: absolute;
	left: -70px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .slick-dots li {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #f6f7f9;
	border: 2px solid var(--thm-base);
	padding: 5px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .slick-dots li+li {
	margin-top: 20px;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .slick-dots li button {
	font-size: 0;
	border: 0;
	background-color: transparent;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: 0;
	display: block;
	margin: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-testimonial-area .feedback-right .hl3-feedback-slider .slick-dots li.slick-active button {
	background-color: var(--thm-base);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

@media (max-width: 991.98px) {
	.hl3-testimonial-area .feedback-right .hl3-feedback-slider .slick-dots {
		left: 50%;
		top: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: -30px;
	}
	.hl3-testimonial-area .feedback-right .hl3-feedback-slider .slick-dots li {
		display: inline-block;
	}
	.hl3-testimonial-area .feedback-right .hl3-feedback-slider .slick-dots li+li {
		margin-left: 10px;
	}
}

@media (max-width: 991.98px) {
	.hl3-testimonial-area .feedback-right {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}


/*************** Blog Area *************/

@media (max-width: 991.98px) {
	.hl3-blog-area .title-style-3 {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767.98px) {
	.hl3-blog-area .title-style-3 {
		max-width: 500px;
		text-align: center;
	}
}

@media (max-width: 991.98px) {
	.hl3-blog-area .hl3-blog-top-right .hl3-pera-txt {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}
}

@media (max-width: 767.98px) {
	.hl3-blog-area .hl3-blog-top-right .hl3-pera-txt {
		max-width: 500px;
		text-align: center;
	}
}

.hl3-blog-area .hl3-blog-slider .blog-single-item {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 32px 0px rgba(0, 5, 16, 0.05);
	box-shadow: 0px 0px 32px 0px rgba(0, 5, 16, 0.05);
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .thumb-wrapper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .thumb-wrapper::before {
	content: '';
	position: absolute;
	left: -50px;
	top: 0;
	width: 60px;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	z-index: 2;
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .thumb-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 1;
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .thumb-wrapper .tags {
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: var(--thm-green);
	padding: 5px 13px;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: 2;
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .blog-content-wrapper {
	padding: 20px;
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .blog-content-wrapper .blog-meta span {
	color: var(--thm-base);
	font-weight: 500;
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .blog-content-wrapper .hl3-headline {
	margin-top: 6px;
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .blog-content-wrapper .hl3-headline a h5 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .blog-content-wrapper .hl3-headline a h5:hover {
	color: var(--thm-base);
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .blog-content-wrapper .hl3-pera-txt {
	margin-top: 20px;
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .blog-content-wrapper .readmore-btn {
	margin-top: 20px;
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .blog-content-wrapper .readmore-btn a {
	font-weight: 700;
	text-transform: uppercase;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0c0c0c;
	font-size: 15px;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .blog-content-wrapper .readmore-btn a span {
	line-height: 0;
	margin-left: 4px;
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .blog-content-wrapper .readmore-btn a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 1px;
	width: 0;
	background-color: var(--thm-base);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .blog-content-wrapper .readmore-btn a:hover {
	color: var(--thm-base);
}

.hl3-blog-area .hl3-blog-slider .blog-single-item .blog-content-wrapper .readmore-btn a:hover::before {
	width: 100%;
}

.hl3-blog-area .hl3-blog-slider .blog-single-item:hover .thumb-wrapper img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.hl3-blog-area .hl3-blog-slider .blog-single-item:hover .thumb-wrapper::before {
	-webkit-animation: 600ms shine;
	animation: 600ms shine;
}

.hl3-blog-area .hl3-blog-slider .blog-single-item:hover .thumb-wrapper .tags {
	background-color: var(--thm-base);
}

.hl3-blog-area .hl3-blog-slider .slick-list {
	padding: 60px 0;
	margin: 0 -15px;
}

.hl3-blog-area .hl3-blog-slider .slick-list .slick-slide {
	margin: 0 15px;
}

.hl3-blog-area .hl3-blog-slider .slick-dots {
	text-align: center;
}

.hl3-blog-area .hl3-blog-slider .slick-dots li {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 4px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-blog-area .hl3-blog-slider .slick-dots li button {
	font-size: 0;
	border: 0;
	background-color: #b0c0de;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: 0;
	display: block;
	margin: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.hl3-blog-area .hl3-blog-slider .slick-dots li.slick-active {
	border: 1px solid var(--thm-base);
}

.hl3-blog-area .hl3-blog-slider .slick-dots li.slick-active button {
	background-color: var(--thm-base);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

@media (max-width: 991.98px) {
	.hl3-blog-area .hl3-blog-slider {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767.98px) {
	.hl3-blog-area .hl3-blog-slider {
		max-width: 500px;
	}
}


/********* Download Area ***********/

.hl3-download-area {
	position: relative;
	background-color: #fefefe;
	overflow: hidden;
}

.hl3-download-area .hl3-building-shape {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -400px;
}

@media (max-width: 1930px) {
	.hl3-download-area .hl3-building-shape {
		bottom: -300px;
	}
}

@media (max-width: 1600px) {
	.hl3-download-area .hl3-building-shape {
		bottom: -200px;
	}
}

@media (max-width: 1199.98px) {
	.hl3-download-area .hl3-building-shape {
		bottom: -100px;
	}
}

.hl3-download-area .download-left .hl3-headline h2 span {
	color: var(--thm-base);
	position: relative;
	display: inline-block;
}

.hl3-download-area .download-left .hl3-headline h2 span::before {
	content: '';
	position: absolute;
	left: -20px;
	bottom: -13px;
	width: 180px;
	height: 10px;
	background-image: url(../images/home3/object.png);
	background-size: 140px;
	background-repeat: no-repeat;
}

.hl3-download-area .download-left .hl3-pera-txt {
	margin-top: 20px;
	max-width: 280px;
}

.hl3-download-area .download-left .download-btns {
	margin-top: 30px;
}

.hl3-download-area .download-left .download-btns a {
	display: inline-block;
	margin-right: 15px;
}

.hl3-download-area .download-left .qr-code {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 30px;
}

.hl3-download-area .download-left .qr-code .hl3-txt {
	display: inline-block;
	max-width: 150px;
}

.hl3-download-area .download-left .qr-code .hl3-txt p {
	color: #000000;
}

.hl3-download-area .download-left .qr-code .scaner-thumb {
	display: inline-block;
}

.hl3-download-area .download-left .qr-code .arrow-icon {
	position: absolute;
	bottom: 30px;
	right: 120px;
	width: 50px;
}

@media (max-width: 991.98px) {
	.hl3-download-area .download-left {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}

.hl3-download-area .mockup-area {
	position: relative;
}

.hl3-download-area .mockup-area .review-area {
	position: absolute;
	top: 80px;
	left: 0;
	background-color: #ffffff;
	text-align: center;
	padding: 10px 30px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 19px 32px 0px rgba(0, 38, 136, 0.1);
	box-shadow: 0px 19px 32px 0px rgba(0, 38, 136, 0.1);
}

.hl3-download-area .mockup-area .review-area .title {
	font-weight: 700;
	font-size: 55px;
	color: #1e1e1e;
}

.hl3-download-area .mockup-area .review-area .rating-icon {
	margin-top: -12px;
}

.hl3-download-area .mockup-area .review-area .rating-icon span {
	color: #ffc107;
	font-size: 15px;
}

.hl3-download-area .mockup-area .review-area .rating-subtitle p {
	color: #1e1e1e;
	font-size: 15px;
	margin-top: 3px;
}

.hl3-download-area .mockup-area .mobile-wrapper {
	text-align: right;
}

.hl3-download-area .mockup-area .mobile-wrapper img {
	display: inline-block;
	width: auto;
	max-width: 88%;
}

@media (max-width: 991.98px) {
	.hl3-download-area .mockup-area {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 60px;
	}
}

@media (max-width: 460px) {
	.hl3-download-area .mockup-area .review-area {
		top: 15px;
	}
}