.theme_color {
	color: var(--main-color)
}

:root {
	--main-color: #ee7f00;
	--main-color-rgb: #d39b0a;
	--color-two: #171b2a;
	--color-two-rgb: 23, 27, 42;
	--color-three: #f5f5f5;
	--color-three-rgb: 245, 245, 245;
	--color-four: #f9f9f9;
	--color-four-rgb: 249, 249, 249;
	--color-five: #363b3d;
	--color-five-rgb: 54, 59, 61;
	--color-six: #ffa41b;
	--color-six-rgb: 255, 164, 27;
	--color-seven: #d5e5f7;
	--color-seven-rgb: 213, 229, 247;
	--color-eight: #f7f7f7;
	--color-eight-rgb: 247, 247, 247;
	--color-nine: #242b42;
	--color-nine-rgb: 36, 43, 66;
	--color-ten: #f0f0f0;
	--color-ten-rgb: 240, 240, 240;
	--white-color: #fff;
	--white-color-rgb: 255, 255, 255;
	--black-color: #000;
	--black-color-rgb: 0, 0, 0
}

@font-face {
	font-family: Montserrat;
	src: url(https://hellodholera.b-cdn.net/assets/fonts/Montserrat-Regular.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Poppins;
	src: url(https://hellodholera.b-cdn.net/assets/fonts/Poppins-Bold.woff2) format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

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

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	background: #f1f1f1
}

::-webkit-scrollbar-thumb {
	background-color: var(--main-color)
}

body {
	font-family: Montserrat, sans-serif;
	color: #000;
	line-height: 1.6em;
	font-weight: 400;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased
}

@-moz-keyframes preloader {
	17% {
		border-bottom-right-radius: 3px
	}

	25% {
		-moz-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg)
	}

	50% {
		-moz-transform: scale(1, .9) translateY(18px) rotate(45deg);
		transform: scale(1, .9) translateY(18px) rotate(45deg);
		border-bottom-right-radius: 40px
	}

	75% {
		-moz-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg)
	}

	100% {
		-moz-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg)
	}
}

@-webkit-keyframes preloader {
	17% {
		border-bottom-right-radius: 3px
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg)
	}

	50% {
		-webkit-transform: scale(1, .9) translateY(18px) rotate(45deg);
		transform: scale(1, .9) translateY(18px) rotate(45deg);
		border-bottom-right-radius: 40px
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg)
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg)
	}
}

@keyframes preloader {
	17% {
		border-bottom-right-radius: 3px
	}

	25% {
		-moz-transform: translateY(9px) rotate(22.5deg);
		-ms-transform: translateY(9px) rotate(22.5deg);
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg)
	}

	50% {
		-moz-transform: scale(1, .9) translateY(18px) rotate(45deg);
		-ms-transform: scale(1, .9) translateY(18px) rotate(45deg);
		-webkit-transform: scale(1, .9) translateY(18px) rotate(45deg);
		transform: scale(1, .9) translateY(18px) rotate(45deg);
		border-bottom-right-radius: 40px
	}

	75% {
		-moz-transform: translateY(9px) rotate(67.5deg);
		-ms-transform: translateY(9px) rotate(67.5deg);
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg)
	}

	100% {
		-moz-transform: translateY(0) rotate(90deg);
		-ms-transform: translateY(0) rotate(90deg);
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg)
	}
}

@-moz-keyframes preloader-shadow {
	50% {
		-moz-transform: scale(1.2, 1);
		transform: scale(1.2, 1)
	}
}

@-webkit-keyframes preloader-shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1)
	}
}

@keyframes preloader-shadow {
	50% {
		-moz-transform: scale(1.2, 1);
		-ms-transform: scale(1.2, 1);
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1)
	}
}

i {
	font-style: normal
}

a {
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	color: var(--main-color)
}

a:focus,
a:hover,
a:visited,
button {
	text-decoration: none;
	outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	margin: 0;
	background: 0;
	color: #000;
	font-family: Poppins, sans-serif
}

textarea {
	overflow: hidden
}

.text,
p {
	position: relative;
	line-height: 26px;
	color: #000;
	font-size: 16px
}

h1 {
	line-height: 84px;
	font-weight: 700;
	font-size: 72px
}

h2 {
	line-height: 54px;
	font-weight: 700;
	font-size: 35px
}

h3 {
	line-height: 42px;
	font-weight: 700;
	font-size: 22px
}

h4 {
	line-height: 34px;
	font-weight: 700;
	font-size: 22px
}

h5 {
	line-height: 30px;
	font-weight: 700;
	font-size: 20px
}

h6 {
	line-height: 28px;
	font-weight: 700;
	font-size: 18px
}

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

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

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

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

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

.theme-btn {
	cursor: pointer;
	display: inline-block;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

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

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

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

.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 40px;
	height: 35px;
	width: 35px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px)
}

.progress-wrap::after {
	position: absolute;
	content: '\f176';
	font-family: FontAwesome;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	color: var(--main-color);
	left: 0;
	top: 0;
	height: 35px;
	width: 35px;
	cursor: pointer;
	display: block;
	font-weight: 700;
	z-index: 1;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 13px
}

.progress-wrap svg path {
	fill: none
}

.progress-wrap svg.progress-circle path {
	stroke: var(--main-color);
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.progress-wrap.style2::after {
	color: var(--thm-color-2)
}

.progress-wrap.style2 svg.progress-circle path {
	stroke: var(--thm-color-2)
}

.progress-wrap.style3::after {
	color: var(--thm-color-3)
}

.progress-wrap.style3 svg.progress-circle path {
	stroke: var(--thm-color-3)
}

.list-style-one {
	position: relative
}

.list-style-one li {
	position: relative;
	color: var(--white-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 10px;
	padding-left: 30px
}

.list-style-one li a {
	position: relative;
	color: var(--white-color);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.list-style-one li a:hover {
	color: var(--main-color)
}

.list-style-one li .icon {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--main-color);
	font-size: 18px;
	line-height: 1em;
	font-weight: 300;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.btn-style-one {
	position: relative;
	font-weight: 600;
	font-size: 16px;
	overflow: hidden;
	text-align: center;
	border-radius: 50px;
	padding: 15px 35px;
	display: inline-block;
	color: var(--white-color);
	text-transform: capitalize;
	background-color: var(--main-color)
}

.btn-style-one:before {
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background-color: #000
}

.btn-style-one:hover:before {
	top: 0
}

.btn-style-one .btn-wrap {
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	display: inline-block
}

.btn-style-one .btn-wrap .text-one {
	position: relative;
	display: block;
	color: var(--white-color);
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.btn-style-one:hover .btn-wrap .text-one:first-child {
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%)
}

.btn-style-one .btn-wrap .text-two {
	position: absolute;
	top: 100%;
	display: block;
	color: var(--white-color);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.btn-style-one:hover .btn-wrap .text-two {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.btn-style-one:hover .btn-wrap .text-two {
	color: var(--white-color)
}

.btn-style-one:hover:before {
	top: -40%
}

.btn-style-two {
	position: relative;
	font-weight: 600;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	border-radius: 50px;
	padding: 5px 30px;
	display: inline-block;
	color: #fff !important;
	text-transform: capitalize;
	background-color: #000
}

.btn-style-two:before {
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background-color: var(--main-color)
}

.btn-style-two:hover:before {
	top: 0
}

.btn-style-two .btn-wrap {
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	display: inline-block
}

.btn-style-two .btn-wrap .text-one {
	position: relative;
	display: block;
	color: #fff;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.btn-style-two:hover .btn-wrap .text-one:first-child {
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%)
}

.btn-style-two .btn-wrap .text-two {
	position: absolute;
	top: 100%;
	display: block;
	color: var(--white-color);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.btn-style-two:hover .btn-wrap .text-two {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.btn-style-two:hover .btn-wrap .text-two {
	color: var(--white-color)
}

.btn-style-two:hover:before {
	top: -40%
}

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

.form-group .ui-button .ui-icon {
	background: 0;
	position: relative;
	top: 3px;
	text-indent: 0;
	color: #a5a5a5
}

.form-group .ui-button .ui-icon:before {
	font-family: Montserrat, sans-serif;
	content: "";
	position: absolute;
	right: 0;
	top: 10px !important;
	top: 10px;
	width: 14px;
	height: 10px;
	display: block;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	z-index: 5;
	background: url(https://hellodholera.b-cdn.net/assets/images/icons/arrow-down.png) no-repeat
}

.ui-menu .ui-menu-item {
	font-size: 14px
}

.ui-menu .ui-menu-item:last-child {
	border: 0
}

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

.ui-menu-item:hover {
	background-color: #000
}

.cursor {
	position: fixed;
	background-color: var(--main-color);
	width: 10px;
	height: 10px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
	transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.cursor-follower {
	position: fixed;
	border: .5px solid var(--main-color);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .2s cubic-bezier(.75, -.27, .3, 1.33) background, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .2s cubic-bezier(.75, -.27, .3, 1.33) background, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .2s cubic-bezier(.75, -.27, .3, 1.33) background;
	transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .2s cubic-bezier(.75, -.27, .3, 1.33) background, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: translate(2px, 2px);
	transform: translate(2px, 2px)
}

.close-side-widget {
	font-size: rem(15px);
	display: block
}

.sidebar-widget-container {
	position: relative;
	top: 0;
	-webkit-transition: all .3s ease-in .3s;
	-o-transition: all .3s ease-in .3s;
	transition: all .3s ease-in .3s
}

.banner-one {
	position: relative
}

.banner-one_image {
	position: absolute;
	left: 60px;
	top: 0;
	right: 60px;
	bottom: 0;
	overflow: hidden;
	border-radius: 8px;
	background-size: cover;
	background-repeat: no-repeat
}

.banner-one_content {
	position: relative;
	z-index: 1;
	max-width: 875px
}

.banner-one_content-inner {
	position: relative;
	padding-top: 170px;
	padding-bottom: 190px
}

.banner-one_heading {
	max-width: 820px;
	margin-bottom: 50px;
	color: #000;
	text-transform: capitalize
}

.banner-one_heading span {
	position: relative;
	padding-bottom: 15px;
	color: var(--main-color)
}

.banner-one_heading span::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	height: 26px;
	bottom: 0;
	background: url(https://hellodholera.com/assets/images/main-slider/shape.png) no-repeat
}

.banner-one .default-form form {
	position: relative;
	padding-right: 65px
}

.default-form form button {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 6px;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	color: var(--white-color);
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-color: var(--main-color)
}

.default-form form button:hover {
	background-color: #000
}

.default-form .row {
	position: relative;
	margin: 0 -7px
}

.default-form .form-group {
	position: relative;
	padding: 0 7px;
	margin-bottom: var(--margin-bottom-25)
}

.default-form .form-group label {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px
}

.default-form .form-group:last-child {
	margin-top: 40px
}

.default-form .form-group input[type=email],
.default-form .form-group input[type=password],
.default-form .form-group input[type=tel],
.default-form .form-group input[type=text] {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	border: 0;
	font-size: 15px;
	line-height: 28px;
	padding: 10px 25px;
	border-radius: 6px;
	color: #000;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-color: var(--color-three)
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
	color: var(--color-twentyone)
}

.default-form .form-group input[type=email]:focus,
.default-form .form-group input[type=password]:focus,
.default-form .form-group input[type=tel]:focus,
.default-form .form-group input[type=text]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
	border-color: var(--black-color)
}

.default-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 20px 25px 25px;
	font-size: var(--font-15);
	color: var(--color-fourtynine);
	height: 190px;
	resize: none;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-color: var(--white-color);
	border: 1px solid rgba(var(--black-color-rgb), .07)
}

.city-block_one {
	position: relative;
	margin-bottom: 30px
}

.city-block_one-inner {
	position: relative;
	overflow: hidden;
	border-radius: 16px
}

.city-block_one-image {
	position: relative
}

.city-block_one-image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.city-block_one-inner:hover .city-block_one-image img {
	filter: grayscale(100%);
	transform: scale(1.05, 1.05)
}

.city-block_one-image:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: var(--color-five);
	background: linear-gradient(to top, var(--color-five) 0, rgba(var(--main-color-rgb), 0) 100%)
}

.city-block_one-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -85px;
	z-index: 1;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.city-block_one-inner:hover .city-block_one-overlay {
	bottom: 25px
}

.city-block_one-content {
	position: relative;
	padding: 0 25px 0
}

.city-block_one-title {
	position: relative;
	font-weight: 700;
	font-size: 14px;
	border-radius: 50px;
	display: inline-block;
	padding: 2px 15px 4px;
	color: var(--white-color);
	border: 1px solid var(--main-color);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	background-color: #000
}

.city-block_one-inner:hover .city-block_one-title {
	background-color: var(--main-color)
}

.city-block_one-heading {
	position: relative;
	margin-top: 15px;
	text-transform: capitalize
}

.city-block_one-heading a {
	position: relative;
	color: #fff;
	background-color: #000
}

.city-block_one-heading a:hover {
	color: var(--main-color)
}

.city-block_one-text {
	position: relative;
	margin-top: 12px;
	font-size: 16px;
	line-height: 26px;
	max-width: 320px;
	color: rgb(#fff / 70%);
	background-color: #000;
	font-weight: 700
}

.app-one {
	position: relative;
	padding: 100px 0 70px
}

.app-one_content-column {
	position: relative;
	margin-bottom: 30px
}

.app-one_content {
	position: relative;
	padding-top: 65px
}

.app-one p {
	margin-bottom: 20px;
	padding-right: 80px;
	color: rgba(var(--color-two-rgb), .7)
}

.app-one_image-column {
	position: relative;
	margin-bottom: 30px
}

.app-one_image {
	position: relative;
	text-align: right
}

.property-one {
	position: relative;
	padding: 70px 0 70px
}

.property-one .swiper-container {
	position: relative;
	padding-top: 90px;
	margin-top: -80px
}

.property-one .three-items_slider-prev {
	position: absolute;
	right: 60px;
	top: 0;
	width: 48px;
	height: 48px;
	z-index: 99;
	cursor: pointer;
	text-align: center;
	line-height: 42px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--black-color);
	font-size: 18px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	border: 1px solid rgba(var(--black-color-rgb), .05)
}

.property-one .three-items_slider-prev:hover {
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.property-one .three-items_slider-prev:hover img {
	filter: invert(100%)
}

.property-one .three-items_slider-next:hover {
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.property-one .three-items_slider-next:hover img {
	filter: invert(100%)
}

.property-one .three-items_slider-next {
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 48px;
	z-index: 99;
	cursor: pointer;
	text-align: center;
	line-height: 42px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--black-color);
	font-size: 18px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	border: 1px solid rgba(var(--black-color-rgb), .05)
}

.property-one:before {
	position: absolute;
	content: '';
	left: 60px;
	top: 0;
	right: 60px;
	bottom: 0;
	overflow: hidden;
	border-radius: 16px;
	background-color: var(--color-four)
}

.property-block_one {
	position: relative;
	margin-bottom: 30px
}

.property-block_one-inner {
	position: relative;
	overflow: hidden;
	padding: 15px 15px;
	border-radius: 16px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	background-color: var(--white-color)
}

.property-block_one-inner:hover {
	box-shadow: 0 5px 25px rgba(0, 0, 0, .1)
}

.property-block_one-image {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	background-color: var(--main-color)
}

.property-block_one-image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.property-block_one-inner:hover .property-block_one-image img {
	opacity: .7;
	transform: scale(1.04, 1.04)
}

.property-block_one-image-content {
	position: absolute;
	left: 25px;
	bottom: 15px;
	right: 25px;
	z-index: 1
}

.property-block_one.style-two .property-block_one-image:before {
	position: absolute;
	content: '';
	left: 0;
	top: 20%;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: var(--color-five);
	background: linear-gradient(to top, var(--color-five) 0, rgba(var(--main-color-rgb), 0) 100%)
}

.property-block_one.style-two .property-block_one-price {
	color: var(--white-color)
}

.property-block_one.style-two .property-block_one-heart {
	line-height: 46px;
	color: var(--white-color);
	border-color: rgba(var(--white-color-rgb), .2)
}

.property-block_one-title {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
	font-size: 14px;
	border-radius: 50px;
	padding: 1px 15px 2px;
	display: inline-block;
	color: var(--white-color);
	background-color: #489200
}

.property-block_one-content {
	position: relative;
	padding: 15px 20px 0
}

.property-block_one-location {
	position: relative;
	font-size: 16px;
	display: flex;
	gap: 8px;
	color: var(--main-color)
}

.property-block_one-location i {
	position: relative;
	font-family: flaticon_palace-icons
}

.property-block_one-heading {
	position: relative;
	margin-top: 12px;
	text-transform: capitalize
}

.property-block_one-heading a {
	position: relative;
	color: #000
}

.property-block_one-heading a:hover {
	color: var(--main-color)
}

.property-block_one-info {
	position: relative;
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 13px 0 13px;
	border-top: 1px solid var(--color-three);
	border-bottom: 1px solid var(--color-three)
}

.property-block_one-info li {
	position: relative;
	font-size: 14px;
	line-height: 1em;
	font-weight: 500;
	padding-right: 15px;
	margin-right: 15px;
	display: inline-block;
	color: rgba(var(--color-two-rgb), .7);
	border-right: 1px solid var(--color-three)
}

.property-block_one-info li span {
	position: relative;
	margin-right: 5px
}

.property-block_one-info li:last-child {
	border: 0;
	padding-right: 0;
	margin-right: 0
}

.property-block_one-price {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #000
}

.property-block_one-price span {
	position: relative;
	opacity: .5;
	font-size: 16px;
	font-weight: 400
}

.property-block_one-heart {
	position: relative;
	width: 46px;
	height: 46px;
	line-height: 38px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--main-color);
	font-family: flaticon_palace-icons;
	border: 1px solid rgba(var(--main-color-rgb), .1)
}

.property-block_one-heart:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.property-block_one-heart:hover img {
	filter: brightness(1000%)
}

.property-block_one-btn {
	position: relative
}

.property-block_one-btn a {
	position: relative;
	font-weight: 600;
	font-size: 16px;
	padding: 14px 34px;
	border-radius: 50px;
	display: inline-block;
	color: #000;
	border: 1px solid #000
}

.property-block_one-btn a:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.property-one_button {
	position: relative;
	margin-top: 20px
}

.property-block_one.style-three .property-block_one-inner {
	border: 1px solid rgba(var(--black-color-rgb), .05)
}

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

.contact-one_image {
	position: absolute;
	left: 60px;
	top: 0;
	right: 60px;
	bottom: 80px;
	overflow: hidden;
	border-radius: 16px;
	background-size: cover
}

.contact-one_image:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .8;
	background-color: #000
}

.contact-one_form-column {
	position: relative;
	margin-bottom: 30px
}

.contact-one_form-outer {
	position: relative;
	padding: 50px 45px;
	border-radius: 10px;
	margin-right: 110px;
	background-color: var(--white-color);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.contact-one_form-title {
	position: relative;
	font-weight: 700;
	color: #000;
	text-transform: capitalize
}

.contact-one_form-text {
	position: relative;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 30px;
	color: rgba(var(--color-two-rgb), .7)
}

.contact-one_content-column {
	position: relative;
	margin-bottom: 30px
}

.contact-one_content-outer {
	position: relative;
	padding-top: 45px;
	padding-left: 25px
}

.contact-block_one {
	position: relative;
	margin-bottom: 30px
}

.contact-block_one-inner {
	position: relative
}

.contact-block_one-number {
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 20px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	border-radius: 50px;
	color: var(--white-color);
	background-color: var(--main-color);
	box-shadow: 0 0 0 5px rgba(var(--main-color-rgb), .3)
}

.contact-block_one-heading {
	position: relative;
	margin-top: 25px;
	font-weight: 700;
	color: var(--white-color)
}

.contact-block_one-text {
	position: relative;
	margin-top: 15px;
	font-size: 16px;
	line-height: 28px;
	padding-right: 60px;
	color: rgba(var(--white-color-rgb), .7)
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px
}

.contact-form .form-group:last-child {
	margin-bottom: 0
}

.contact-form .form-group i {
	position: absolute;
	left: 18px;
	top: 13px;
	z-index: 1;
	font-size: 18px;
	font-family: flaticon_palace-icons
}

.contact-form .form-group input[type=email],
.contact-form .form-group input[type=password],
.contact-form .form-group input[type=tel],
.contact-form .form-group input[type=text],
.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px 10px 10px;
	height: 56px;
	border-radius: 5px;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	border: 1px solid var(--color-ten);
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-color: var(--white-color)
}

.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px 10px 10px;
	height: 56px;
	border-radius: 5px;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	border: 1px solid var(--color-ten);
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-color: var(--white-color)
}

.contact-form .form-group textarea {
	height: 180px;
	resize: none;
	padding-left: 20px
}

.contact-form .form-group button {
	margin-top: 5px;
	font-weight: 600;
	font-size: 16px;
	padding: 0 35px;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-color: var(--main-color)
}

.contact-form .form-group button:hover {
	background-color: #000
}

.contact-form .form-group input::-webkit-input-placeholder,
.contact-form .form-group textarea::-webkit-input-placeholder {
	opacity: .7;
	color: #000
}

.contact-form .form-group input[type=email]:focus,
.contact-form .form-group input[type=password]:focus,
.contact-form .form-group input[type=tel]:focus,
.contact-form .form-group input[type=text]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: var(--main-color)
}

.blog-one {
	position: relative;
	padding: 90px 0 100px
}

.blog-one .inner-container {
	position: relative;
	padding: 30px 30px;
	border-radius: 12px;
	background-color: var(--color-four)
}

.news-block_one {
	position: relative;
	margin-bottom: 10px
}

.news-block_one-inner {
	position: relative
}

.news-block_one.style-two .news-block_one-inner {
	padding: 15px 15px 30px;
	border-radius: 12px;
	background-color: var(--color-four)
}

.news-block_one.style-two .news-block_one-content {
	padding-left: 20px
}

.news-block_one-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px
}

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

.news-block_one-content {
	position: relative;
	padding-top: 22px
}

.news-block_one-meta {
	position: relative
}

.news-block_one-meta li {
	position: relative;
	font-size: 15px;
	margin-right: 10px;
	padding-right: 15px;
	display: inline-block;
	color: rgba(var(--color-two-rgb), 1)
}

.news-block_one-meta li:before {
	position: absolute;
	content: '';
	right: -1px;
	top: 9px;
	width: 5px;
	height: 5px;
	opacity: .7;
	border-radius: 50px;
	background-color: #000
}

.news-block_one-meta li:last-child {
	padding-right: 0;
	margin-right: 0
}

.news-block_one-meta li:last-child::before {
	display: none
}

.news-block_one-title {
	margin-top: 12px;
	color: #000;
	text-transform: capitalize
}

.news-block_one-title a {
	position: relative;
	color: #000
}

.news-block_one-title a:hover {
	color: var(--main-color)
}

.banner-two {
	position: relative
}

.banner-two_image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-size: cover
}

.banner-two_image:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .8;
	background-color: #000
}

.banner-two_content {
	position: relative;
	z-index: 1;
	max-width: 875px
}

.banner-two_content-inner {
	position: relative;
	padding-top: 220px;
	padding-bottom: 160px
}

.banner-two_title {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 20px;
	display: inline-block;
	color: var(--main-color);
	text-transform: capitalize
}

.banner-two_title:before {
	position: absolute;
	content: '';
	left: 110%;
	top: 10px;
	height: 1px;
	width: 100px;
	background-color: var(--main-color)
}

.banner-two_heading {
	max-width: 820px;
	margin-bottom: 25px;
	color: var(--white-color);
	text-transform: capitalize
}

.banner-two_heading span {
	position: relative;
	margin-left: 75px;
	color: var(--main-color)
}

.banner-two_text {
	position: relative;
	font-size: 16px;
	display: block;
	opacity: .75;
	line-height: 28px;
	max-width: 570px;
	margin-left: 75px;
	margin-bottom: 45px;
	color: var(--white-color)
}

.banner-two .banner-two_content {
	max-width: 100%
}

.banner-two .default-form form {
	padding-right: 200px
}

.banner-two .default-form button {
	width: auto;
	height: auto;
	font-weight: 600;
	padding: 1px 31px;
	background-color: #000;
	font-family: "Plus Jakarta Sans", sans-serif
}

.banner-two .default-form button i {
	position: relative;
	top: 1px;
	margin-left: 10px;
	font-family: flaticon_palace-icons
}

.banner-two .default-form button:hover {
	background-color: var(--main-color)
}

.banner-two_info {
	position: absolute;
	left: -90px;
	top: 50%;
	z-index: 1;
	font-size: 14px;
	font-weight: 500;
	transform: rotate(-90deg);
	color: rgba(var(--white-color-rgb), .8)
}

.banner-two_info a {
	color: rgba(var(--white-color-rgb), .8)
}

.banner-two_info a:hover {
	color: var(--main-color)
}

.banner-two_info span {
	position: relative;
	margin-left: 20px;
	padding-left: 20px
}

.banner-two_info span:before {
	position: absolute;
	content: '';
	left: -4px;
	top: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background-color: rgba(var(--white-color-rgb), .5)
}

.banner-two_socials {
	position: absolute;
	right: 30px;
	top: 50%;
	z-index: 10;
	width: 35px;
	transform: translateY(-50%)
}

.banner-two_socials a {
	position: relative;
	width: 30px;
	height: 30px;
	font-size: 12px;
	margin: 6px 0;
	line-height: 28px;
	border-radius: 50px;
	color: var(--white-color);
	border: 1px solid rgba(var(--white-color-rgb), .3)
}

.banner-two_socials a:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color)
}

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

.service-block_one-inner {
	position: relative;
	padding: 40px 30px;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .04)
}

.service-block_one-icon {
	position: relative;
	width: 80px;
	height: 80px;
	font-size: 44px;
	line-height: 80px;
	text-align: center;
	border-radius: 12px;
	color: var(--main-color);
	background-color: var(--white-color);
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	font-family: flaticon_palace-icons;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.service-block_one-inner:hover .service-block_one-icon {
	color: var(--white-color);
	background-color: var(--main-color);
	transform: rotateY(180deg)
}

.service-block_one-heading {
	position: relative;
	margin-top: 25px;
	text-transform: capitalize
}

.service-block_one-heading a {
	position: relative;
	color: #000;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.service-block_one-inner:hover .service-block_one-heading a {
	color: var(--white-color)
}

.service-block_one-text {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	opacity: .75;
	margin-top: 15px;
	color: #000;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.service-block_one-inner:hover .service-block_one-text {
	color: var(--white-color)
}

.service-block_one_image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center
}

.service-block_one_image:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .8;
	background-color: #000
}

.service-block_one-inner:hover .service-block_one_image {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}

.contact-two {
	position: relative;
	padding: 100px 0 70px
}

.contact-two:before {
	position: absolute;
	content: '';
	left: 60px;
	top: 0;
	right: 60px;
	bottom: 0;
	overflow: hidden;
	border-radius: 16px;
	background-color: var(--color-four)
}

.contact-two_image-column {
	position: relative;
	margin-bottom: 30px
}

.contact-two_image-outer {
	position: relative;
	margin-right: 80px;
	padding-bottom: 50px
}

.contact-two_image {
	position: relative;
	display: inline-block
}

.contact-two_image img {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 12px
}

.contact-two_image-content {
	position: absolute;
	left: 80px;
	bottom: 0;
	right: 80px;
	padding: 25px 35px;
	border-radius: 8px;
	background-color: var(--white-color);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .06)
}

.contact-two_image-content i {
	position: absolute;
	right: 30px;
	top: -32px;
	width: 64px;
	height: 64px;
	font-size: 28px;
	line-height: 64px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	background-color: #488f01;
	font-family: flaticon_palace-icons
}

.contact-two_image-content h5 {
	font-weight: 700;
	color: #000
}

.contact-two_image-content .text {
	position: relative;
	margin-top: 5px;
	font-size: 16px;
	color: #000
}

.contact-two_content-column {
	position: relative;
	margin-bottom: 30px
}

.contact-two_content-outer {
	position: relative;
	padding-left: 50px;
	padding-right: 80px
}

.contact-two_phone {
	position: absolute;
	top: 40px;
	right: -65px;
	z-index: 1;
	border-radius: 8px;
	padding: 25px 25px;
	background-color: var(--white-color);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .06)
}

.contact-two_phone-inner {
	position: relative;
	padding-left: 80px;
	min-height: 64px;
	font-size: 14px;
	color: #000
}

.contact-two_phone i {
	position: absolute;
	left: 0;
	top: 0;
	width: 64px;
	height: 64px;
	font-size: 30px;
	line-height: 62px;
	border-radius: 50px;
	text-align: center;
	display: inline-block;
	color: var(--main-color);
	font-family: flaticon_palace-icons;
	background-color: rgba(var(--main-color-rgb), .08);
	border: 2px solid rgba(var(--main-color-rgb), .5)
}

.contact-two_phone a {
	position: relative;
	font-weight: 700;
	font-size: 20px;
	margin-top: 8px;
	display: inline-block;
	color: #000
}

.contact-two_phone a:hover {
	color: var(--main-color)
}

.slider-one {
	position: relative;
	background-color: var(--color-seven)
}

.slider-one .main-slider-prev {
	position: relative;
	width: 60px;
	height: 60px;
	z-index: 10;
	margin-bottom: 15px;
	font-size: 22px;
	text-align: center;
	line-height: 55px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--black-color);
	border: 1px solid rgba(var(--black-color-rgb), .1);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.slider-one .main-slider-prev:hover img {
	filter: invert(100%)
}

.slider-one .main-slider-prev:hover {
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.slider-one .main-slider-next:hover {
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.slider-one .main-slider-next {
	position: relative;
	width: 60px;
	height: 60px;
	z-index: 10;
	font-size: 22px;
	text-align: center;
	line-height: 55px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--black-color);
	border: 1px solid rgba(var(--black-color-rgb), .1);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.slider-one .main-slider-next:hover img {
	filter: invert(100%)
}

.slider-one .slider-one_pattern {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 371px;
	background-position: center bottom;
	background-repeat: repeat-x;
	animation: 50s linear 0 infinite normal none running slide
}

@keyframes slide {
	from {
		background-position: 0 0
	}

	to {
		background-position: 3000px 0
	}
}

.slider-one_icon {
	position: absolute;
	left: 6%;
	top: 15%;
	width: 89px;
	height: 47px;
	z-index: 1
}

.slider-one_icon-two {
	position: absolute;
	right: 6%;
	top: 15%;
	width: 89px;
	height: 47px;
	z-index: 1
}

.slider-one .swiper-slide {
	position: relative;
	overflow: hidden;
	padding: 0
}

.slider-one_image {
	position: relative;
	z-index: 1;
	margin-top: 20px;
	margin-left: -70px;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear
}

.slider-one_image img {
	position: relative;
	max-width: inherit;
	display: block
}

.slider-one_content {
	position: relative;
	z-index: 1
}

.slider-one_content-inner {
	position: relative;
	padding-top: 130px
}

.slider-one_title {
	position: relative;
	font-weight: 600;
	font-size: 15px;
	line-height: 1em;
	letter-spacing: 1px;
	margin-bottom: 15px;
	color: var(--main-color);
	text-transform: capitalize;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: 1.3s cubic-bezier(.5, .5, 0, 1);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

.slider-one_title i {
	position: relative;
	font-family: flaticon_palace-icons
}

.slider-one_heading {
	font-size: 55px;
	margin-right: -30px;
	line-height: 74px;
	margin-bottom: 20px;
	color: #000;
	text-transform: capitalize;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: 1.3s cubic-bezier(.5, .5, 0, 1);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

.slider-one_text {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	max-width: 520px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 30px;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: 1.3s cubic-bezier(.5, .5, 0, 1);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

.slider-one .slider-one_button {
	display: inline-block;
	transition: all .9s ease;
	-moz-transition: all .9s ease;
	-webkit-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: 1.3s cubic-bezier(.5, .5, 0, 1);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

.property-two {
	position: relative;
	z-index: 10
}

.property-two .inner-container {
	position: relative;
	margin-top: -50px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .07)
}

.property-two .default-form button {
	width: auto;
	height: auto;
	font-weight: 600;
	padding: 1px 31px;
	background-color: #000;
	font-family: "Plus Jakarta Sans", sans-serif
}

.property-two .default-form button i {
	position: relative;
	top: 1px;
	margin-left: 10px;
	font-family: flaticon_palace-icons
}

.property-two .default-form button:hover {
	background-color: var(--main-color)
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(253, 167, 0, 0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(253, 167, 0, 0)
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(253, 167, 0, 0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(253, 167, 0, 0)
	}
}

.blog-two {
	position: relative;
	padding: 70px 0 70px
}

.blog-two:before {
	position: absolute;
	content: '';
	left: 60px;
	top: 0;
	right: 60px;
	bottom: 0;
	overflow: hidden;
	border-radius: 16px;
	background-color: var(--color-four)
}

.blog-two .swiper-container {
	position: relative;
	padding-top: 90px;
	margin-top: -80px
}

.blog-two .three-items_slider-prev {
	position: absolute;
	right: 60px;
	top: 0;
	width: 48px;
	height: 48px;
	z-index: 99;
	cursor: pointer;
	text-align: center;
	line-height: 44px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--black-color);
	font-size: 18px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	border: 1px solid rgba(var(--black-color-rgb), .05)
}

.blog-two .three-items_slider-prev:hover img {
	filter: invert(100%)
}

.blog-two .three-items_slider-prev:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.blog-two .three-items_slider-next:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.blog-two .three-items_slider-next {
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 48px;
	z-index: 99;
	cursor: pointer;
	text-align: center;
	line-height: 44px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--black-color);
	font-size: 18px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	border: 1px solid rgba(var(--black-color-rgb), .05)
}

.blog-two .three-items_slider-next:hover img {
	filter: invert(100%)
}

.page-title {
	position: relative;
	text-align: center;
	padding: 100px 0 100px 0;
	background-color: var(--color-seven)
}

.page-title_pattern {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	background-position: center bottom;
	background-repeat: repeat-x
}

.page-title h2 {
	z-index: 1;
	font-weight: 700;
	text-transform: capitalize;
	color: #000
}

.blog-three {
	position: relative;
	padding: 70px 0 70px
}

.blog-three .news-block_one {
	margin-bottom: 30px
}

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

.sidebar-page-container .news-block_one {
	margin-bottom: 30px
}

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

.sidebar-page-container .sidebar-side .sidebar {
	position: relative;
	margin-left: 20px
}

.sidebar-page-container .sidebar-inner {
	position: relative;
	padding: 30px 30px;
	border-radius: 8px;
	border: 1px solid rgba(var(--color-two-rgb), .1);
	background: #fff
}

.sidebar-page-container.style-two .sidebar-inner {
	border: 0;
	padding: 0
}

.sidebar-widget {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(var(--color-two-rgb), .1)
}

.sidebar-widget:last-child {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.sidebar-widget_title {
	position: relative;
	font-weight: 600;
	margin-bottom: 15px;
	color: #000
}

.sidebar .search-box .form-group {
	position: relative;
	margin: 0
}

.sidebar .search-box .form-group input[type=search],
.sidebar .search-box .form-group input[type=text] {
	position: relative;
	line-height: 28px;
	font-size: 15px;
	padding: 10px 50px 10px 25px;
	background: 0;
	display: block;
	width: 100%;
	height: 56px;
	border-radius: 8px;
	color: #000;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	background-color: rgba(var(--color-three-rgb), 1);
	border: 1px solid rgba(var(--main-color-rgb), 1)
}

.sidebar .search-box .form-group input::placeholder,
.sidebar .search-box .form-group textarea::placeholder {
	color: #000
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	width: 56px;
	display: block;
	cursor: pointer;
	line-height: 56px;
	font-weight: 400;
	border-radius: 0 8px 8px 0;
	font-size: 18px;
	color: #000;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	background: 0
}

.sidebar .search-box .form-group button:hover {
	background-color: var(--main-color);
	color: var(--white-color)
}

.post-widget .widget-content {
	position: relative
}

.post-widget .post {
	position: relative;
	min-height: 90px;
	padding-top: 0;
	padding-left: 105px;
	margin-bottom: 20px
}

.post-widget .post:last-child {
	margin-bottom: 0;
	padding-bottom: 0
}

.post-widget .post h6 {
	line-height: 24px;
	font-weight: 600;
	font-size: 17px
}

.post-widget .post h6 a {
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.post-widget .post h6 a:hover {
	color: var(--main-color)
}

.post-widget .post .post-date {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 14px;
	margin-top: 8px;
	text-transform: capitalize;
	color: rgba(var(--color-two-rgb), .7)
}

.post-widget .post .post-date i {
	position: relative;
	top: -2px;
	margin-right: 5px;
	color: var(--main-color)
}

.service-list {
	position: relative
}

.service-list li {
	position: relative;
	margin-bottom: 10px
}

.service-list li a {
	position: relative;
	font-size: 16px;
	display: block;
	font-weight: 500;
	border-radius: 8px;
	padding: 17px 22px;
	color: #000;
	background-color: rgba(var(--color-three-rgb), 1)
}

.service-list li a span {
	position: absolute;
	right: 25px
}

.service-list li a:hover {
	color: var(--white-color);
	background-color: var(--main-color)
}

.service-list li:last-child {
	margin-bottom: 0
}

.news-block_two {
	position: relative;
	margin-bottom: 30px
}

.news-block_two-inner {
	position: relative;
	padding: 15px 15px;
	border-radius: 8px;
	overflow: hidden;
	background-color: var(--color-three)
}

.news-block_two-image {
	position: relative;
	border-radius: 8px;
	overflow: hidden
}

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

.news-block_two-content {
	position: relative;
	padding: 25px 15px
}

.news-block_two-meta {
	position: relative
}

.news-block_two-meta li {
	position: relative;
	margin-right: 20px;
	font-weight: 400;
	font-size: 15px;
	display: flex;
	gap: 5px;
	color: rgba(var(--color-two-rgb), .7)
}

.news-block_two-meta li .icon {
	position: relative;
	top: -1px
}

.news-block_two-meta li:last-child {
	margin-right: 0
}

.news-block_two-text {
	position: relative;
	margin-top: 18px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: rgba(var(--color-two-rgb), .7)
}

.news-block_two-heading {
	position: relative;
	margin-top: 15px;
	font-weight: 700;
	color: #000;
	text-transform: capitalize
}

.news-block_two-heading a {
	position: relative;
	color: #000
}

.news-block_two-heading a:hover {
	color: var(--main-color)
}

.blog-detail {
	position: relative
}

.blog-detail_inner {
	position: relative;
	padding: 20px 20px;
	border-radius: 0;
	background-color: var(--color-four)
}

.blog-detail_image {
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

.blog-detail_image img {
	position: relative;
	width: 100%;
	display: block
}

.blog-detail_content {
	position: relative;
	padding-top: 25px
}

.blog-detail_author-outer {
	position: relative;
	gap: 20px;
	margin-bottom: 15px
}

.blog-detail-author {
	position: relative;
	font-size: 15px;
	min-height: 41px;
	font-weight: 500;
	color: rgba(var(--color-two-rgb), .7)
}

.blog-detail-author-image {
	position: relative;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-right: 10px;
	border-radius: 150px
}

.blog-detail-author i {
	position: relative;
	margin-right: 7px;
	font-size: 15px;
	color: rgba(var(--color-ten-rgb), 1)
}

.blog-detail-meta {
	position: relative;
	top: 2px
}

.blog-detail-meta li {
	position: relative;
	margin-right: 20px;
	font-weight: 500;
	font-size: 15px;
	display: flex;
	gap: 5px;
	color: #000
}

.blog-detail-meta li .icon {
	position: relative;
	font-size: 16px;
	top: 2px;
	color: var(--main-color)
}

.blog-detail-meta li:last-child {
	margin-right: 0
}

.blog-detail p {
	font-size: 16px;
	color: #000
}

.blog-detail h3 {
	margin-bottom: 12px;
	color: #000;
	text-transform: capitalize
}

.blog-detail_list {
	position: relative;
	margin-top: 22px;
	margin-bottom: 25px
}

.blog-detail_list li {
	position: relative;
	display: flex;
	gap: 10px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #000
}

.blog-detail_list li i {
	position: relative;
	width: 22px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--color-three);
	background-color: rgba(var(--main-color-rgb), 1)
}

.blog-author_box {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px 30px 25px;
	background-color: var(--white-color)
}

.blog-author-box_content {
	position: relative;
	padding-left: 145px
}

.blog-author-box_image {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 120px;
	overflow: hidden;
	display: inline-block;
	border-radius: 150px
}

.blog-author_box h5 {
	font-weight: 700;
	color: #000
}

.blog-author_box-text {
	position: relative;
	font-size: 16px;
	margin-top: 15px;
	line-height: 26px;
	color: rgba(var(--color-two-rgb), .7)
}

.blog-author_socials {
	position: relative;
	margin-top: 20px
}

.blog-author_socials li {
	position: relative;
	margin-right: 6px;
	display: inline-block
}

.blog-author_socials li a {
	position: relative;
	width: 36px;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	border-radius: 50px;
	display: inline-block;
	color: #000;
	font-family: 'Font Awesome 5 Brands';
	border: 1px solid rgba(var(--color-two-rgb), .1)
}

.blog-author_socials li a:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.property-three {
	position: relative;
	padding: 70px 0 70px
}

.property-detail {
	position: relative
}

.property-detail .image {
	position: relative
}

.property-detail .carousel-box img {
	position: relative;
	width: 100%;
	display: block
}

.property-detail_inner {
	position: relative;
	padding: 15px 15px;
	border-radius: 12px;
	background-color: #f5f5f5
}

.property-detail_image {
	position: relative;
	overflow: hidden;
	border-radius: 12px
}

.property-detail_image img {
	position: relative;
	width: 100%;
	display: block
}

.property-detail_content {
	position: relative;
	padding: 25px 10px
}

.property-detail_meta {
	position: relative
}

.property-detail_meta li {
	position: relative;
	margin-right: 20px;
	font-weight: 500;
	font-size: 15px;
	display: flex;
	gap: 5px;
	color: rgba(var(--color-two-rgb), .7)
}

.property-detail_meta i {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	padding: 4px 15px;
	border-radius: 50px;
	display: inline-block;
	margin-right: 15px;
	color: var(--white-color);
	background-color: var(--main-color)
}

.property-detail_meta li .icon {
	position: relative;
	top: 3px;
	color: var(--main-color)
}

.property-detail_meta li:last-child {
	margin-right: 0
}

.property-detail p {
	position: relative;
	margin-top: 18px;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #000
}

.property-detail_heading {
	position: relative;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #000;
	text-transform: capitalize
}

.property-detail_location {
	position: relative;
	font-size: 15px;
	color: var(--main-color)
}

.property-detail_location i {
	position: relative;
	top: 1px;
	margin-right: 6px;
	font-family: flaticon_palace-icons
}

.property-detail_subheading {
	position: relative;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000;
	text-transform: capitalize
}

.property-detail .propert-info {
	position: relative;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 35px 0 35px 50px;
	background-color: var(--white-color)
}

.property-detail .propert-info:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	opacity: .05;
	background-color: #000
}

.propert-info_list {
	position: relative
}

.propert-info_list li {
	position: relative;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 15px;
	color: rgba(var(--color-two-rgb), 0.50)
}

.propert-info_list li:before {
	position: absolute;
	content: ':';
	left: 45%;
	font-size: 16px;
	color: rgba(var(--color-two-rgb), 0.50)
}

.propert-info_list li span {
	position: absolute;
	right: 70px;
	color: rgba(var(--color-two-rgb), 1)
}

.property-block_two {
	position: relative;
	margin-bottom: 10px
}

.property-block_two-inner {
	position: relative;
	padding: 15px 15px;
	border-radius: 8px;
	background-color: var(--white-color);
	height: 200px
}

.property-block_two-icon {
	position: relative;
	width: 56px;
	height: 56px;
	font-size: 24px;
	line-height: 56px;
	text-align: center;
	border-radius: 50px;
	color: var(--main-color);
	font-family: flaticon_palace-icons;
	background-color: rgba(var(--main-color-rgb), .1)
}

.property-block_two-title {
	position: relative;
	margin-top: 10px;
	font-weight: 600;
	color: #000;
	font-size: 16px;
	text-align: center;
	line-height: 25px
}

.property-block_two-text {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	margin-top: 15px;
	color: var(--main-color)
}

.property-detail .gallery-box {
	position: relative;
	border-radius: 8px;
	padding: 45px 15px;
	text-align: center;
	margin-bottom: 30px;
	background-color: var(--white-color)
}

.property-detail .gallery-box .single-item_slider-prev {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 48px;
	height: 48px;
	z-index: 10;
	text-align: center;
	line-height: 46px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: #000;
	font-size: 18px;
	margin-top: -30px;
	border: 1px solid rgba(var(--black-color-rgb), .1);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.property-detail .gallery-box .single-item_slider-prev:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.property-detail .gallery-box .single-item_slider-next:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.property-detail .gallery-box .single-item_slider-next {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 48px;
	height: 48px;
	z-index: 10;
	margin-top: -30px;
	text-align: center;
	line-height: 46px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: #000;
	font-size: 18px;
	border: 1px solid rgba(var(--black-color-rgb), .1);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.property-detail_checklist {
	position: relative
}

.property-detail_checklist li {
	position: relative;
	font-weight: 500;
	margin-bottom: 12px;
	color: #000;
	font-size: 15px;
	padding-left: 20px
}

.property-detail_checklist li i {
	margin-right: 10px;
	background: var(--main-color);
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 7px
}

.property-detail .carousel-box {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden
}

.property-detail .carousel-box .single-item_slider-prev {
	position: absolute;
	left: 30px;
	top: 50%;
	width: 48px;
	height: 48px;
	z-index: 10;
	text-align: center;
	line-height: 46px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	margin-top: -30px;
	color: var(--white-color);
	font-size: 18px;
	border: 1px solid rgba(var(--white-color-rgb), .2);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.property-detail .carousel-box .single-item_slider-prev:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.property-detail .carousel-box .single-item_slider-next:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.property-detail .carousel-box .single-item_slider-next {
	position: absolute;
	right: 45px;
	top: 50%;
	width: 48px;
	height: 48px;
	z-index: 10;
	margin-top: -30px;
	text-align: center;
	line-height: 46px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	font-size: 18px;
	border: 1px solid rgba(var(--white-color-rgb), .2);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.property-detail .map-box {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 25px
}

.property-detail .map-box iframe {
	position: relative;
	width: 100%;
	height: 434px
}

.about-widget .widget-content {
	position: relative;
	text-align: center;
	padding: 50px 30px;
	border-radius: 12px;
	border: 1px solid rgba(var(--color-two-rgb), .1)
}

.about-widget .author-image {
	position: relative;
	width: 172px;
	height: 172px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 150px
}

.about-widget h5 {
	position: relative;
	font-weight: 700;
	margin-top: 22px;
	color: #000
}

.about-widget .text {
	position: relative;
	font-weight: 400;
	margin-top: 10px;
	opacity: .7;
	font-size: 15px;
	line-height: 26px;
	color: #000
}

.message-form .form-group {
	position: relative;
	margin-bottom: 20px
}

.message-form .form-group:last-child {
	margin-bottom: 0
}

.message-form .form-group input[type=email],
.message-form .form-group input[type=password],
.message-form .form-group input[type=tel],
.message-form .form-group input[type=text],
.message-form .form-group select,
.message-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px 10px 20px;
	height: 56px;
	border-radius: 5px;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-color: var(--color-four)
}

.message-form .form-group textarea {
	height: 220px;
	resize: none
}

.message-form .form-group button {
	margin-top: 5px;
	font-weight: 500;
	padding: 16px 35px
}

.message-form .form-group button:hover {
	background-color: #000
}

.message-form .form-group input::-webkit-input-placeholder,
.message-form .form-group textarea::-webkit-input-placeholder {
	color: #000
}

.service-detail {
	position: relative
}

.service-detail_inner {
	position: relative;
	border-radius: 12px;
	padding: 15px 15px 30px;
	background-color: var(--color-four)
}

.service-detail_image {
	position: relative;
	overflow: hidden;
	border-radius: 12px
}

.service-detail_image img {
	position: relative;
	width: 100%;
	display: block
}

.service-detail_content {
	position: relative;
	padding: 30px 15px 0
}

.service-detail_heading {
	position: relative;
	font-weight: 700;
	margin-bottom: 15px;
	color: #000;
	text-transform: capitalize
}

.service-detail p {
	position: relative;
	opacity: .7;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 18px;
	color: #000
}

.service-detail_subheading {
	position: relative;
	font-weight: 700;
	margin-bottom: 25px;
	color: #000;
	text-transform: capitalize
}

.service-list_two {
	position: relative
}

.service-list_two li {
	position: relative;
	margin-bottom: 10px
}

.service-list_two li a {
	position: relative;
	font-size: 16px;
	display: block;
	font-weight: 600;
	border-radius: 8px;
	padding: 17px 22px;
	color: #000;
	background-color: rgba(var(--color-four-rgb), 1)
}

.service-list_two li a span {
	position: absolute;
	right: 5px;
	top: 5px;
	bottom: 5px;
	width: 44px;
	height: 44px;
	font-size: 12px;
	line-height: 44px;
	border-radius: 5px;
	text-align: center;
	color: #000;
	font-family: flaticon_palace-icons;
	background-color: var(--white-color)
}

.service-list_two li a:hover {
	color: var(--white-color);
	background-color: var(--main-color)
}

.service-list_two li:last-child {
	margin-bottom: 0
}

.contact-three {
	position: relative;
	padding: 70px 0 70px
}

.contact-three_list {
	position: relative
}

.contact-three_list li {
	position: relative;
	font-size: 16px;
	min-height: 50px;
	padding-left: 70px;
	margin-bottom: 30px;
	color: rgba(var(--color-two-rgb), .5)
}

.contact-three_list li i {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--main-color);
	border: 1px dashed var(--main-color);
	background-color: rgba(var(--main-color-rgb), .07)
}

.contact-three_list li strong {
	position: relative;
	font-weight: 600;
	display: block;
	margin-top: 3px;
	letter-spacing: -.5px;
	color: #000
}

.contact-three_list li strong a {
	position: relative;
	color: #000
}

.contact-three_list li strong a:hover {
	color: var(--main-color)
}

.contact-three_form-column {
	position: relative
}

.contact-three_form-outer {
	position: relative;
	padding: 35px 45px;
	margin-left: 30px;
	background-color: var(--color-four)
}

.contact-three_form-column h3 {
	position: relative;
	margin-bottom: 20px;
	color: #000;
	text-transform: capitalize
}

.contact-three .default-form form button {
	position: relative;
	width: auto;
	height: auto;
	font-size: 16px;
	padding: 16px 35px 16px;
	line-height: inherit;
	font-family: "Plus Jakarta Sans", sans-serif
}

.contact-three .default-form textarea {
	background: inherit !important
}

.contact-three .default-form input {
	padding-left: 20px !important;
	background: inherit !important
}

.map-one {
	position: relative;
	padding-bottom: 80px
}

.map-one_map iframe {
	position: relative;
	height: 500px;
	width: 100%;
	border-radius: 8px
}

.custom-table {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial, sans-serif
}

.custom-table td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: left
}

.custom-table tr:nth-child(even) {
	background-color: #fafafa
}

.custom-table tr:hover {
	background-color: #f1f1f1
}

.hero-section {
	    height: 500px;
    position: relative;
}

.img-hero img {
    height: 500px;
    object-fit: cover;
    object-position: left;
    width: 100%;
}

.hero-overlay {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000a8;
	position: absolute;
	top: 0
}

.hero-content {
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.hero-content h1 {
	font-size: 30px;
	font-weight: 700;
	margin: 0
}

.hero-content p {
	margin-top: 10px;
	font-size: 16px;
	margin: 0
}

.hero-content a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	position: relative
}

.hero-content a:after {
	content: "/";
	margin: 0 10px
}

.pf-form-div {
	border: 1px solid #dfdfdf;
	padding: 50px;
	border-radius: 50px
}

.main-footer {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0
}

.main-footer.style-two {
	margin-bottom: 0;
	margin-top: -110px
}

.main-footer.style-two .widgets-section {
	padding-top: 200px
}

.main-footer.style-two::before {
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0
}

.main-footer:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	border-radius: 0;
	background-color: var(--color-two)
}

.main-footer_pattern {
	position: absolute;
	right: 20%;
	bottom: 0;
	width: 346px;
	height: 265px;
	background-position: left bottom;
	background-repeat: no-repeat
}

.main-footer .widgets-section {
	position: relative;
	padding: 100px 0 50px
}

.main-footer .big-column:nth-child(1) .footer_column .links-widget {
	margin-left: 50px
}

.main-footer .big-column:nth-child(2) .footer_column .links-widget {
	margin-left: 40px
}

.footer-widget {
	position: relative;
	z-index: 10;
	margin-bottom: 30px
}

.footer-logo {
	position: relative;
	margin-bottom: 30px
}

.footer-text {
	position: relative;
	opacity: .7;
	font-size: 16px;
	max-width: 300px;
	line-height: 28px;
	margin-bottom: 30px;
	color: var(--white-color)
}

.footer_socials {
	position: relative
}

.footer_socials a {
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 36px;
	border-radius: 50px;
	text-align: center;
	margin-right: 7px;
	display: inline-block;
	color: var(--color-three);
	border: 1px solid rgba(var(--white-color-rgb), .15);
	background: #ee7f00
}

.footer_socials a:hover {
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color)
}

.footer-title {
	position: relative;
	margin-top: 8px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #ee7f00;
	border-bottom: 1px solid;
	display: inline-block
}

.footer-list {
	position: relative
}

.footer-list li {
	position: relative;
	margin-bottom: 5px
}

.footer-list li a {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none
}

.footer-list li a:hover {
	color: #ee7f00
}

.footer-contact_list {
	position: relative
}

.footer-contact_list li {
	font-size: 16px;
	gap: 15px;
	line-height: 26px;
	margin: 20px 0;
	color: #fff;
	position: relative;
	padding-left: 55px;
	display: inline-flex;
	align-items: center
}

.footer-contact_list li span {
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--main-color);
	border: 1px dashed var(--main-color);
	font-family: flaticon_palace-icons;
	background-color: rgba(var(--main-color-rgb), .1);
	position: absolute;
	left: 0
}

.footer-contact_list li:nth-child(2) a {
	font-size: 22px;
	font-weight: 700
}

.footer-contact_list li a {
	position: relative;
	font-size: 16px;
	color: var(--white-color)
}

.footer-contact_list li a:hover {
	color: var(--main-color)
}

.main-footer .footer-bottom {
	position: relative;
	padding: 16px 0;
	margin-bottom: 0
}

.main-footer .footer-bottom:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	border-radius: 0;
	background-color: var(--color-nine)
}

.main-footer .footer-bottom .copyright {
	position: relative;
	font-size: 16px;
	color: #fff
}

.main-footer .footer-bottom .copyright a {
	position: relative;
	color: var(--white-color)
}

.footer-bottom_nav {
	position: relative;
	text-align: right
}

.footer-bottom_nav li {
	position: relative;
	margin-left: 15px;
	line-height: 1em;
	padding-right: 15px;
	display: inline-block;
	border-right: 1px solid rgba(var(--white-color-rgb), .15)
}

.footer-bottom_nav li a {
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid
}

.footer-bottom_nav li a:hover {
	color: rgba(var(--white-color-rgb), 1)
}

.footer-bottom_nav li:last-child {
	border-right: 0;
	padding-right: 0
}

.footer-location {
	position: relative;
	margin-top: 25px;
	padding: 25px 20px;
	border-radius: 10px;
	border: 1px dashed rgba(var(--main-color-rgb), .5);
	background-color: rgba(var(--main-color-rgb), .1)
}

.footer-location_inner {
	position: relative;
	padding-left: 40px;
	font-size: 16px;
	line-height: 28px;
	color: rgba(var(--white-color-rgb), .8)
}

.footer-location_inner i {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 24px;
	line-height: 1em;
	color: var(--main-color);
	font-family: flaticon_palace-icons
}

.gallery-widget .images-outer {
	position: relative;
	margin: 0 -3px
}

.gallery-widget .image-box {
	position: relative;
	float: left;
	width: 30.3%;
	margin: 0 3px;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 6px
}

.gallery-widget .image-box a {
	position: relative;
	display: block
}

.gallery-widget .image-box a::before {
	position: absolute;
	content: '\f06e';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--white-color);
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	font-family: 'Font Awesome 6 Free';
	background-color: rgba(var(--main-color-rgb), .5)
}

.gallery-widget .image-box:hover a::before {
	opacity: 1
}

.gallery-widget .image-box:nth-child(3n+0) {
	margin-right: 0
}

.gallery-widget .image-box img {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.gallery-widget .image-box img:hover {
	opacity: .6
}

.footer-disclaimer {
	margin: 0;
	text-align: center
}

.custom-accordion .accordion-item {
	border: 1px solid #eee;
	border-radius: 10px;
	margin-bottom: 12px;
	overflow: hidden
}

.custom-accordion .accordion-button {
	font-weight: 600;
	font-size: 18px;
	padding: 16px;
	background: #fff;
	color: #222;
	box-shadow: none;
	font-family: 'Montserrat'
}

.custom-accordion .accordion-button:not(.collapsed) {
	background: #000;
	color: #fff
}

.custom-accordion .accordion-button:focus {
	box-shadow: none
}

.custom-accordion .accordion-body {
	background: #fafafa;
	font-size: 16px;
	color: #000;
	line-height: 1.7
}

.accordion-button::after {
	filter: hue-rotate(15deg) saturate(6)
}

.accordion-button:not(.collapsed)::after {
	filter: invert(1) brightness(100)
}

@media only screen and (max-width:768px) {
	.property-block_two-icon {
		position: relative;
		width: 30px !important;
		height: 56px;
		font-size: 24px;
		line-height: 56px;
		text-align: center;
		border-radius: 50px;
		color: var(--main-color);
		font-family: flaticon_palace-icons;
		background-color: rgba(var(--main-color-rgb), .1)
	}

	.property-block_two-title {
		position: relative;
		margin-top: 0 !important;
		font-weight: 600;
		color: #000
	}

	.property-block_two-inner {
		display: flex;
		flex-direction: row;
		gap: 25px;
		align-items: center
	}

	.property-block_two-inner {
		position: relative;
		padding: 15px 15px;
		border-radius: 8px;
		background-color: var(--white-color);
		height: auto
	}
}

@media only screen and (max-width:1450px) {

	.banner-one_image,
	.blog-two::before,
	.contact-one_image,
	.contact-two::before,
	.main-footer .footer-bottom::before,
	.main-footer::before,
	.property-one::before {
		left: 0;
		right: 0;
		border-radius: 0
	}

	.banner-two_info {
		display: none
	}
}

@media only screen and (max-width:1300px) {

	.banner-two_heading span,
	.banner-two_text {
		margin-left: 0
	}
}

@media only screen and (max-width:1240px) {
	.property-block_one-content {
		padding: 20px 0 10px
	}

	.contact-two_image-outer {
		margin-right: 0
	}

	.contact-two_content-outer {
		padding: 0
	}

	.contact-two_phone {
		top: 30px;
		right: 30px
	}

	.slider-one_heading {
		font-size: 50px;
		line-height: 64px
	}

	.sidebar-page-container .sidebar-side .sidebar {
		margin-left: 0
	}
}

@media only screen and (max-width:1140px) {
	.main-header .main-menu .navigation>li {
		margin-right: 15px
	}

	.main-header .main-menu .navigation>li>a {
		font-size: 16px
	}

	.banner-one_content-inner {
		padding-top: 120px;
		padding-bottom: 120px
	}

	.app-one p,
	.contact-block_one-text {
		padding-right: 0
	}

	.property-block_one-content {
		padding: 20px 0 5px
	}

	.contact-one_form-outer {
		margin-right: 0
	}

	.contact-one_content-outer {
		padding: 0
	}

	.main-footer {
		margin-bottom: 0
	}

	h2 {
		line-height: 46px;
		font-size: 36px
	}

	.header-style-two {
		background-color: var(--color-two)
	}

	.main-header.header-style-two .mobile-nav-toggler {
		color: var(--white-color)
	}

	.banner-two_content-inner {
		padding-top: 120px;
		padding-bottom: 120px
	}

	.news-block_one.style-two .news-block_one-content {
		padding-left: 0
	}

	.service-detail_content {
		padding: 30px 0 0
	}

	.service-list_two li a {
		font-size: 15px
	}

	.property-block_two-inner {
		padding: 25px 20px
	}

	.contact-three_form-outer {
		margin-left: 0
	}
}

@media only screen and (max-width:990px) {
	.banner-one_content {
		max-width: 100%
	}

	.app-one_content {
		padding-top: 0
	}

	.contact-one_image {
		bottom: 0
	}

	.contact-one {
		padding-bottom: 70px
	}

	.contact-one_content-column {
		order: 1
	}

	.contact-one_form-column {
		order: 2
	}

	.news-block_one {
		margin-bottom: 30px
	}

	.blog-one .inner-container {
		padding-bottom: 0
	}

	h1 {
		line-height: 60px;
		font-size: 50px
	}

	.main-footer .big-column:nth-child(1) .footer_column .links-widget {
		margin-left: 0
	}

	.contact-two_content-column {
		order: 1
	}

	.contact-two_image-column {
		order: 2
	}

	.contact-two_image-outer {
		display: inline-block
	}

	.slider-one_image {
		margin-left: 0
	}

	.slider-one_image {
		text-align: center
	}

	.slider-one_image img {
		max-width: 100%;
		margin: 0 auto
	}

	.main-footer .big-column:nth-child(2) .footer_column .links-widget {
		margin-left: 0
	}
}

@media only screen and (max-width:870px) {
	.footer-bottom_nav {
		margin-top: 10px
	}

	.slider-one_heading {
		margin-right: 0
	}

	.footer-bottom_nav li {
		margin-left: 0;
		margin-right: 15px
	}
}

@media only screen and (max-width:1023px) {
	.main-header .main-box .logo-box {
		position: relative;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		text-align: left
	}

	.main-header .outer-box {
		position: static;
		display: block;
		gap: 25px
	}

	.main-header {
		position: relative;
		min-height: 91px
	}

	.main-header .mobile-nav-toggler {
		display: block
	}

	.main-header .sticky-header .mobile-nav-toggler {
		display: block
	}

	.main-header .nav-outer,
	.main-header .sticky-header .main-menu {
		display: none
	}

	.main-header #navbarSupportedContent {
		display: block
	}

	.main-header .outer-box {
		margin-left: 0
	}

	.main-header .main-menu {
		display: none
	}

	.page-title {
		padding: 100px 0 100px
	}
}

@media only screen and (max-width:767px) {
	.property-two .default-form form {
		padding-right: 0
	}

	.main-header .sticky-header .outer-box {
		display: block;
		right: 0;
		left: auto;
		top: 0
	}

	.main-header .main-menu {
		width: 100%;
		display: none
	}

	.main-header .main-menu .navbar-collapse>.navigation li.dropdown:after,
	.main-header .main-menu .navigation>li>ul:before {
		display: none !important
	}

	.main-header .main-box .logo-box {
		float: none;
		text-align: center;
		padding-bottom: 10px
	}

	.main-header .header-lower .outer-box {
		position: relative;
		z-index: 12;
		display: block
	}

	.main-header .main-menu .navbar-header .navbar-toggler {
		display: inline-block;
		z-index: 12;
		width: 50px;
		height: 40px;
		float: none;
		padding: 0;
		text-align: center;
		border-radius: 0;
		background: 0;
		border: 1px solid #fff
	}

	.main-header .main-menu .navbar-header .navbar-toggler .icon-bar {
		position: relative;
		background: #fff;
		height: 2px;
		width: 26px;
		display: block;
		margin: 0 auto;
		margin: 5px 11px
	}

	.main-header .nav-outer .mobile-nav-toggler {
		display: block
	}

	.main-header #navbarSupportedContent {
		display: block
	}

	.main-header .outer-box .header_button-box {
		display: none
	}

	.banner-one .default-form form {
		padding-right: 0
	}

	.default-form form button {
		position: relative;
		margin-top: 20px
	}

	.default-form .form-group {
		margin-bottom: 20px
	}

	.blog-one_button {
		margin-top: 20px
	}

	.blog-one .inner-container {
		padding: 20px 20px
	}

	.banner-two .default-form form {
		padding-right: 0
	}

	.banner-two_socials {
		top: 25%
	}
}

@media only screen and (max-width:599px) {
	h1 {
		line-height: 50px;
		font-size: 40px
	}

	.contact-one_form-outer {
		padding: 30px 30px
	}

	.banner-two_socials,
	.property-one .three-items_slider-next,
	.property-one .three-items_slider-prev {
		display: none
	}

	.footer_socials {
		margin-top: 20px
	}

	.slider-one_heading {
		font-size: 30px;
		line-height: 35px
	}

	.news-block_two-content {
		padding: 25px 0 10px
	}

	.blog-detail_inner {
		padding: 10px 10px
	}

	.contact-three_form-outer {
		padding: 25px 25px;
		margin-bottom: 50px
	}
}

@media only screen and (max-width:479px) {
	h1 {
		line-height: 44px;
		font-size: 34px
	}

	h2 {
		line-height: 34px;
		font-size: 24px
	}

	h4 {
		line-height: 30px;
		font-size: 20px
	}

	.banner-one_heading span::before,
	.blog-two .three-items_slider-next,
	.blog-two .three-items_slider-prev,
	.contact-two_phone,
	.header-top_list {
		display: none
	}

	.service-block_one-inner {
		padding: 30px 30px
	}

	.contact-two_image-content {
		position: relative;
		left: auto;
		right: auto
	}

	.contact-two {
		padding-bottom: 25px
	}

	.slider-one_heading {
		font-size: 28px;
		line-height: 38px
	}

	.property-detail_inner {
		padding: 0 0 15px
	}

	.property-detail_heading {
		line-height: 32px;
		font-size: 22px
	}

	.property-detail_meta li {
		font-size: 14px;
		margin-bottom: 6px
	}

	.news-block_two-heading {
		line-height: 32px;
		font-size: 22px
	}

	.news-block_two-meta li {
		font-size: 14px
	}

	.sidebar-page-container .sidebar-inner {
		padding: 25px 20px
	}

	.news-block_two-meta li .icon {
		top: 3px
	}

	.blog-author-box_content {
		padding-left: 0
	}

	.blog-author-box_image {
		position: relative;
		margin-bottom: 20px
	}

	.banner-one_image {
		background-position: right bottom
	}
}

@media(max-width:1366px) {
	.hero-section {
		height: 500px
	}

	.img-hero img {
		height: 500px;
		object-fit: cover;
		object-position: left
	}

	.hero-content h1 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 15px
	}
}

@media(max-width:991px) {
	.header-top_list li:nth-child(1) {
		display: none
	}

	.main-header .mobile-nav-toggler {
		display: block !important
	}

	.hero-section {
		height: 500px
	}

	.img-hero img {
		height: 500px;
		object-fit: cover;
		object-position: left
	}

	.hero-content h1 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 15px
	}

	.hero-content {
		max-width: 100%;
		left: inherit;
		top: 40%;
		-webkit-transform: inherit;
		transform: inherit
	}
}