@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--primary-color: #191A1F;
	--secondary-color: #F9F9F9;
	--text-color: #808080;
	/* --accent-color			: #ED6325; */
	--accent-color: #26A9E1;
	--white-color: #FFFFFF;
	--divider-color: #80808024;
	--dark-divider-color: #FFFFFF1F;
	--error-color: rgb(230, 87, 87);
	--default-font: "Roboto", sans-serif;
}

body {
	position: relative;
	font-family: var(--default-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 1em;
	background-color: var(--white-color);
	color: var(--text-color);
}

p {
	line-height: 1.6em;
	margin-bottom: 1.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 500;
	line-height: 1.2em;
	color: var(--primary-color);
	font-family: "Poppins", sans-serif;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

html,
body {
	width: 100%;
	overflow-x: clip;
}

ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.container {
	max-width: 1440px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: 15px;
	padding-left: 15px;
}

.image-anime {
	position: relative;
	overflow: hidden;
}

.image-anime:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.reveal {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	visibility: hidden;
	overflow: hidden;
}

.reveal img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: left;
	transform-origin: left;
}

/*.row {*/
/*	margin-right: -15px;*/
/*	margin-left: -15px;*/
/*}*/

/*.row>* {*/
/*	padding-right: 15px;*/
/*	padding-left: 15px;*/
/*}*/

/*.row.no-gutters {*/
/*	margin-right: 0px;*/
/*	margin-left: 0px;*/
/*}*/

/*.row.no-gutters>* {*/
/*	padding-right: 0px;*/
/*	padding-left: 0px;*/
/*}*/

.btn-default {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
	background: var(--accent-color);
	color: var(--white-color);
	border-radius: 0;
	padding: 20px 36px;
	border: none;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	z-index: 1;
	border-radius: 8px;
}

.btn-default:hover {
	color: #fff;
}

.btn-default::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	width: 0;
	height: 100%;
	background: var(--primary-color);
	border-radius: 0;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.btn-default:hover::before {
	width: 100%;
	left: 0;
	right: auto;
}

.btn-default::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	transform: translate(-18px, -50%);
	transition: all 0.4s ease-in-out;
}

.btn-default:hover:after {
	transform: translate(-18px, -50%) rotate(45deg);
}

.btn-default.btn-highlighted::before {
	background: var(--white-color);
}

.btn-default.btn-highlighted:hover {
	color: var(--accent-color);
}

.btn-default.btn-white-default {
	background-color: #fff;
	color: var(--accent-color);
}

.btn-md {
	padding: 14px 24px;
}

.top-action-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--accent-color);
  z-index: 2;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #fff;
  padding: 10px 6px;
  font-size: 14px;
  border-radius: 99px;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.top-action-btn i {
  font-size: 18px;
}


label {
    text-transform: capitalize !important;
    margin-bottom: 6px;
}

small {
	font-size: 14px;
}

.cb-cursor:before {
	background: var(--accent-color);
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading {
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container {
	margin: 40px auto;
}

.loading {
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
	transition: all 0.5s ease-in-out;
}

#loading-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.section-row {
	margin-bottom: 80px;
}

.section-row .section-title {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

.section-title-content p {
	margin: 0;
}

.section-title {
	margin-bottom: 40px;
}

.section-title h3 {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--primary-color);
	padding-left: 24px;
	margin-bottom: 10px;
}

.section-title h3::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url('../img/icon-sub-heading.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	width: 16px;
	height: 14px;
}

.section-title h1 {
	font-size: 60px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	cursor: none;
}

.section-title h2 {
	font-size: 44px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	cursor: none;
}

.section-title h1 span,
.section-title h2 span {
	color: var(--accent-color);
}

.section-title p {
	margin-top: 20px;
	margin-bottom: 0;
}

.section-title.dark-section p,
.section-title.dark-section h1,
.section-title.dark-section h2,
.section-title.dark-section h3 {
	color: var(--white-color);
}

.section-title.dark-section h3::before {
	background: url('../img/icon-sub-heading-dark.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

.help-block.with-errors ul {
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li {
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}

/************************************/
/**** 	   03. Header Css		 ****/
/************************************/

header.main-header {
	position: absolute;
	top: 0;
	width: 100%;
	border-bottom: 1px solid var(--dark-divider-color);
	z-index: 100;
}

header.main-header.header-fixed {
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: var(--primary-color);
}

header.main-header.header-fixed .navbar {
    padding: 12px 0 !important;
}

header.main-header .header-sticky.hide {
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}

header.main-header .header-sticky.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	transform: translateY(0);
	background: var(--primary-color);
	border-bottom: 1px solid var(--dark-divider-color);
}

.navbar {
	padding: 25px 0;
	align-items: center;
	background: #00000029;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.navbar-brand {
	padding: 0;
	margin: 0;
}

.navbar-brand img {
	max-height: 52px;
}

.main-menu .nav-menu-wrapper {
	flex: 1;
	text-align: center;
	margin: 0 20px;
}

.main-menu .nav-menu-wrapper>ul {
	align-items: center;
	display: inline-flex;
}

.main-menu ul li {
	margin: 0;
	position: relative;
}

.main-menu ul li a {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
	padding: 12px 15px !important;
	color: var(--white-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu>a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
	color: var(--accent-color);
}

.main-menu ul ul {
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 230px;
	border-radius: 0;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: var(--accent-color);
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.main-menu ul li.submenu:first-child ul {
	width: 230px;
}

.main-menu ul ul ul {
	left: 100%;
	top: 0;
	text-align: left;
}

.main-menu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
	padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu>a:after {
	content: '\f105';
	float: right;
}

.main-menu ul ul li {
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a {
	opacity: 100%;
	padding: 6px 20px !important;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
	padding: 5px 0;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
	color: var(--primary-color);
	background-color: transparent;
	padding: 6px 20px 6px 23px !important;
}

.main-menu ul li.highlighted-menu {
	display: none;
}

.header-contact-box {
	display: flex;
	align-items: center;
}

.header-contact-box .icon-box {
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.header-contact-box .icon-box img {
	max-width: 16px;
}

.header-contact-box-content {
	width: calc(100% - 44px);
}

.header-contact-box-content h3 {
	color: var(--secondary-color);
	font-size: 18px;
	font-weight: 600;
}

.header-contact-box-content h3 a {
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.header-contact-box-content h3 a:hover {
	color: var(--accent-color);
}

.responsive-menu,
.navbar-toggle {
	display: none;
}

.responsive-menu {
	position: relative;
	top: 0;
}

.slicknav_btn {
	background: var(--accent-color);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 0;
}

.slicknav_icon .slicknav_icon-bar {
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child {
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
	opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu {
	position: absolute;
	width: 100%;
	padding: 0;
	background: var(--accent-color);
}

.slicknav_menu ul {
	margin: 5px 0;
}

.slicknav_menu ul ul {
	margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 8px 20px;
	color: var(--white-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover {
	background-color: transparent;
	color: var(--primary-color);
}

.slicknav_menu ul ul li a {
	padding: 8px 20px 8px 30px;
}

.slicknav_arrow {
	font-size: 0 !important;
}

.slicknav_arrow:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--white-color);
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

.slicknav_open>a .slicknav_arrow:after {
	transform: translateY(-50%) rotate(-180deg);
	color: var(--primary-color);
}

.lang-select {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    color: #fff;
    height: 56px;
    cursor: pointer;
}

.lang-select:hover,
.lang-select:focus {
    color: #fff;
    border-color: var(--accent-color);
}

.lang-select option {
    color: #000;
}

.main-header .btn-default {
    padding: 20px 24px;
}

@media (max-width: 1199px) {
    .main-menu ul li a {
        padding: 12px 10px !important;
    }
}

@media (max-width: 991px) {
    .lang-select {
        height: 40px;
        padding: 2px 6px;
    }
}

/************************************/
/***        04. Hero Css	      ***/
/************************************/

.hero {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 270px 0 180px;
	overflow: hidden;
}

.hero::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to right, #000, transparent);
	opacity: 0.8;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero.hero-video .hero-bg-video {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.hero.hero-video .hero-bg-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider-layout {
	background: none;
	padding: 0;
}

.hero.hero-slider-layout .hero-slide {
	position: relative;
	padding: 350px 0 280px;
}

.hero.hero-slider-layout .hero-slide::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--primary-color);
	opacity: 30%;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider-layout .hero-pagination {
	position: absolute;
	bottom: 50px;
	text-align: left;
	padding-left: calc(((100vw - 1300px) / 2));
	z-index: 2;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: var(--white-color);
	opacity: 1;
	transition: all 0.3s ease-in-out;
	margin: 0 5px;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active {
	background-color: var(--accent-color);
}

.hero-content {
	position: relative;
	z-index: 2;
}

.hero-content .section-title h1 {
	font-size: 86px;
}

.hero-details {
	font-size: 18px;
	color: #fff;
}

.hero-social-media {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-36%);
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	z-index: 2;
}

.hero-social-media h3 {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--white-color);
	transform: rotate(180deg);
	cursor: none;
	writing-mode: vertical-rl;
	padding-bottom: 85px;
	transition: all 0.3s ease-in-out;
}

.hero-social-media h3:after {
	position: absolute;
	content: '';
	height: 76px;
	width: 1px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: var(--text-color);
}

.hero-social-media ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.hero-social-media ul li {
	line-height: normal;
	margin-bottom: 10px;
}

.hero-social-media ul li:last-child {
	margin-bottom: 0;
}

.hero-social-media ul li a {
	color: var(--white-color);
}

.hero-social-media ul li i {
	font-size: 16px;
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.hero-social-media ul li i:hover {
	color: var(--accent-color);
}

.hero-btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	margin-top: 30px;
}

/************************************/
/***       05. About Us Css       ***/
/************************************/

.about-us {
	background-position: right center;
	background-size: auto;
	padding: 100px 0;
}

.about-us-images {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	margin-right: 30px;
}

.about-us-image-box-1,
.about-us-image-box-2 {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.about-us-image-box-1 {
	width: calc(60% - 15px);
}

.about-us-image-box-2 {
	width: calc(40% - 15px);
}

.about-img-1,
.about-img-2,
.about-img-3 {
	width: 100%;
	border-radius: 16px;
    overflow: hidden;
}

.about-img-1 figure,
.about-img-2 figure,
.about-img-3 figure {
	width: 100%;
	display: block;
}

.about-img-1 img,
.about-img-2 img,
.about-img-3 img {
	width: 100%;
	object-fit: cover;
}

.about-img-1 img {
	aspect-ratio: 1 / 1.97;
}

.about-img-2 img {
	aspect-ratio: 1 / 1.28;
}

.about-img-3 {
	margin-right: 40px;
}

.about-img-3 img {
	aspect-ratio: 1 / 1.22;
}

.intro-video-box {
	position: absolute;
	top: calc(50% + 30px);
	left: 60%;
	transform: translate(-50%, -50%);
}

.intro-video-box .video-play-button a {
	width: 120px;
	height: 120px;
	background: var(--primary-color);
	border: 10px solid var(--white-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: none;
	transition: all 0.3s ease-in-out;
}

.intro-video-box .video-play-button:hover a {
	background: var(--accent-color);
}

.intro-video-box .video-play-button a i {
	font-size: 34px;
	color: var(--white-color);
}

.about-content-body {
	margin-bottom: 40px;
}

.about-detail-item {
	display: flex;
	margin-bottom: 30px;
}

.about-detail-item:last-child {
	margin-bottom: 0;
}

.about-detail-item .icon-box {
	position: relative;
	margin-right: 20px;
}

.about-detail-item .icon-box:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	z-index: -1;
	transition: all 0.4s ease-in-out;
}

.about-detail-item .icon-box img {
	max-width: 60px;
}

.about-detail-item .about-detail-content {
	width: calc(100% - 80px);
}

.about-detail-content h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.about-detail-content p {
	margin: 0;
}

.about-content-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px 30px;
}

.about-contact-box {
	display: flex;
	align-items: center;
}

.about-contact-box .icon-box {
	width: 50px;
	height: 50px;
	background: var(--white-color);
	box-shadow: 0px 0px 10px 0px #14183E1A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
}

.about-contact-box:hover .icon-box {
	background: var(--accent-color);
}

.about-contact-box .icon-box img {
	max-width: 24px;
	transition: all 0.3s ease-in-out;
}

.about-contact-box:hover .icon-box img {
	filter: brightness(0) invert(1);
}

.about-contact-content {
	width: calc(100% - 65px);
}

.about-contact-content p {
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.about-contact-content h3 {
	font-size: 16px;
}

.about-contact-content h3 a {
	color: inherit;
}

/************************************/
/***    06. Our Apartment Css     ***/
/************************************/

.our-apartments {
	/*background: var(--secondary-color);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 100px 0;
}

.location-item {
	position: relative;
	height: 100%;
	border-radius: 16px;
    overflow: hidden;
}

.location-image a {
	cursor: none;
}

.location-image figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28.92%, rgba(25, 26, 31, 0.8) 72.43%);
	height: 100%;
	width: 100%;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.location-image img {
	width: 100%;
	aspect-ratio: 1 / 1.254;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.location-item:hover .location-image img {
	transform: scale(1.1);
}

.location-item.style-two .location-image img {
	width: 100%;
	height: 320px;
}

.location-btn {
	position: absolute;
	top: 20px;
	right: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.location-item:hover .location-btn {
	opacity: 1;
	visibility: visible;
	top: 30px;
}

.location-btn a {
	width: 40px;
	height: 40px;
	background: transparent;
	border: 1px solid var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.location-btn a:hover {
	background: var(--accent-color);
}

.location-btn img {
	width: 100%;
	max-width: 14px;
	transition: all 0.4s ease-in-out;
}

.location-btn a:hover img {
	transform: rotate(45deg);
	filter: brightness(0) invert(1);
}

.location-content {
	position: absolute;
	right: 65px;
	bottom: 24px;
	left: 30px;
	z-index: 1;
}

.location-content h3 {
	color: var(--white-color);
	font-size: 22px;
	text-transform: uppercase;
}

.location-content h3 a {
	color: inherit;
}

.our-location-footer {
	text-align: center;
	margin-top: 20px;
}

.our-location {
	padding: 100px 0;
}

.our-property {
	padding: 100px 0;
}

.property-tab-nav {
	margin-bottom: 60px;
}

.property-tab-nav ul {
	list-style: none;
	border: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px 60px;
	padding: 0;
	margin: 0;
}

.property-tab-nav ul li .nav-link {
	position: relative;
	background: transparent;
	border: none;
	color: var(--text-color);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
	padding: 0;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.property-tab-nav ul li .nav-link::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -34px;
	background: var(--text-color);
	border-radius: 50%;
	transform: translateY(-50%);
	height: 8px;
	width: 8px;
}

.property-tab-nav ul li:last-child .nav-link::before {
	display: none;
}

.property-tab-nav ul li .nav-link.active,
.property-tab-nav ul li .nav-link:hover {
	color: var(--accent-color);
	background: transparent;
}

.property-tab-image {
	position: relative;
}

.property-tab-image::before {
	content: '';
	position: absolute;
	bottom: -50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/property-bg-shape.svg) no-repeat;
	background-size: cover;
	height: 375px;
	width: 375px;
	z-index: 0;
}

.property-tab-image figure {
	display: block;
}

.property-tab-image img {
	position: relative;
	width: 100%;
	object-fit: contain;
	aspect-ratio: 1 / 0.871;
	z-index: 1;
}

.property-content-info {
	margin-bottom: 40px;
}

.property-content-info h2 {
	font-size: 34px;
	font-weight: 600;
	text-transform: capitalize;
}

.property-content-info p {
	margin-top: 15px;
	margin-bottom: 0;
}

.property-content-types {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
}

.property-type-item {
	position: relative;
	width: calc(50% - 15px);
	display: flex;
	flex-wrap: wrap;
}

.property-type-item::before {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	background-color: var(--divider-color);
	width: 100%;
	height: 1px;
}

.property-type-item:last-child::before,
.property-type-item:nth-last-child(-n + 2)::before {
	display: none;
}

.property-type-item .icon-box {
	position: relative;
	margin-right: 20px;
}

.property-type-item .icon-box:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.property-type-item .icon-box img {
	position: relative;
	width: 100%;
	max-width: 40px;
	z-index: 1;
}

.property-type-content {
	width: calc(100% - 60px);
}

.property-type-content h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.property-type-content p {
	text-transform: capitalize;
	margin-bottom: 0;
}

/************************************/
/***     08. Our Features Css     ***/
/************************************/

.our-features {
	background: url('../img/our-features-bg.png'), var(--primary-color);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto;
	padding: 100px 0;
}

.our-features-content {
	position: sticky;
	top: 20px;
}

.our-features-list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 30px;
}

.features-item {
	position: relative;
	width: calc(50% - 15px);
}

.features-item::before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	background-color: var(--divider-color);
	width: 100%;
	height: 1px;
}

.features-item:nth-last-child(-n + 2):before {
	display: none;
}

.features-item .icon-box {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.features-item .icon-box:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	z-index: 0;
	transition: all 0.4s ease-in-out;
}

.features-item .icon-box img {
	position: relative;
	max-width: 60px;
	z-index: 1;
}

.features-item-content h3 {
	color: var(--white-color);
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.features-item-content p {
	color: var(--white-color);
	margin: 0;
}

/************************************/
/***     09. Our Amenities Css    ***/
/************************************/

.our-amenities {
	padding: 100px 0;
	background: var(--secondary-color);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.our-amenities-list {
	display: flex;
	flex-wrap: wrap;
}

.amenities-item {
	width: 33.33%;
	border: 1px solid var(--divider-color);
	padding: 30px 45px;
	text-align: center;
}

.amenities-item:nth-child(3n + 1) {
	padding-left: 0;
	border-top: none;
	border-left: none;
}

.amenities-item:nth-child(3n + 2) {
	border-top: none;
	border-left: none;
}

.amenities-item:nth-child(3n + 3) {
	padding-right: 0;
	border-top: none;
	border-right: none;
	border-left: none;
}

.amenities-item:nth-last-child(-n + 3) {
	border-bottom: none;
}

.amenities-item .icon-box {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.amenities-item .icon-box:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	z-index: 0;
	transition: all 0.4s ease-in-out;
}

.amenities-item .icon-box img {
	position: relative;
	width: 100%;
	max-width: 60px;
	z-index: 1;
}

.amenities-item-content {
	margin-bottom: 30px;
}

.amenities-item-content h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.amenities-item-content p {
	margin: 0;
}

.features-btn a {
	position: relative;
	display: inline-block;
	color: var(--accent-color);
	font-size: 18px;
	text-transform: capitalize;
	padding-right: 25px;
	transition: all 0.4s ease-in-out;
	/* visibility: hidden; */
	/* transform: translateX(-50%); */
}

/* .amenities-item:hover .features-btn a{
	visibility: visible;
	transform: translateX(0%);
} */

.features-btn a:after {
	content: '';
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	background-position: right center;
	background-size: cover;
	width: 13px;
	height: 13px;
	visibility: visible;
	transition: all 0.4s ease-in-out;
}

.features-btn a:hover {
	color: var(--primary-color);
}

.features-btn a:hover:after {
	filter: brightness(0);
}

/************************************/
/***    10. Our Experience Css    ***/
/************************************/

.our-experience {
	padding: 100px 0;
}

.our-experience-img {
	background: url('../img/experience-img-bg.png') no-repeat;
	background-position: bottom left;
	background-size: auto;
	padding-left: 150px;
}

.our-experience-img img {
	width: 100%;
	aspect-ratio: 1 / 1.392;
	object-fit: contain;
}

.experience-counter-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.experience-counter-item {
	position: relative;
	width: calc(50% - 10px);
	text-align: center;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.experience-counter-item:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	right: -10px;
	bottom: 0;
	left: auto;
	background: var(--divider-color);
}

.experience-counter-item:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	top: auto;
	right: 0;
	bottom: -10px;
	left: 0;
	background: var(--divider-color);
}

.experience-counter-item:nth-last-child(-n + 2):after,
.experience-counter-item:nth-child(2n + 2):before {
	display: none;
}

.experience-counter-item .icon-box {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.experience-counter-item .icon-box:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	z-index: 0;
	transition: all 0.4s ease-in-out;
}

.experience-counter-item .icon-box img {
	position: relative;
	width: 100%;
	max-width: 60px;
	z-index: 1;
}

.experience-counter-content {
	width: calc(100% - 80px);
	text-align: left;
}

.experience-counter-content h2 {
	font-size: 20px;
}

.experience-counter-content p {
	font-size: 14px;
	margin: 0;
}

/************************************/
/***      11. Intro Video Css     ***/
/************************************/

.intro-video {
	position: relative;
	background: url(../images/intro-video-bg.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 200px 0 100px;
}

.intro-video::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	opacity: 60%;
}

.intro-video .section-title {
	position: relative;
	margin-bottom: 0;
	z-index: 1;
}

.intro-video .intro-video-box {
	position: inherit;
	transform: translate(0, 0);
	text-align: end;
}

.intro-video .intro-video-box .video-play-button {
	display: inline-block;
}

.intro-video .intro-video-box .video-play-button a {
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	background: var(--primary-color);
	color: var(--white-color);
	width: 140px;
	height: 140px;
	border: none;
	border-radius: 50%;
	margin: 0 0 0 auto;
	transition: all 0.3s ease-in-out;
}

.intro-video .intro-video-box .video-play-button:hover a {
	background: var(--accent-color);
}

.intro-video-counter-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	border-top: 1px solid var(--dark-divider-color);
	padding-top: 80px;
	margin-top: 200px;
	z-index: 1;
}

.intro-video-counter-item {
	position: relative;
	text-align: center;
	width: calc(25% - 22.5px);
	padding: 0 10px;
}

.intro-video-counter-item::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
	background-color: var(--dark-divider-color);
	width: 1px;
	height: 70%;
}

.intro-video-counter-item:last-child::before,
.intro-video-counter-item:nth-of-type(4n + 4):before {
	display: none;
}

.intro-video-counter-item h3 {
	font-size: 18px;
	color: var(--accent-color);
	margin-bottom: 5px;
}

.intro-video-counter-item h2 {
	font-size: 44px;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--white-color);
	margin-bottom: 5px;
}

.intro-video-counter-item p {
	color: var(--white-color);
	margin-bottom: 0;
}

.agent-item {
    background: #fff;
    border-radius: 12px;
    position: relative;
    z-index: 0;
    padding-top: 75px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding-bottom: 24px;
    transition: all 0.3s;
}

.agent-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.agent-item .agent-cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    z-index: -1;
}

.agent-item .agent-thumb {
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
    margin-inline: auto;
    border-radius: 50%;
    overflow: hidden;
}

.agent-item .agent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.agent-item .agent-content {
    margin-top: 24px;
}

.agent-item .agent-content .agent-name a {
    color: var(--primary-color);
}

.agent-item .agent-content .agent-name:hover a {
    color: var(--accent-color);
}

.our-team {
	padding: 100px 0 70px;
}

.team-member-item {
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.team-image {
	position: relative;
	margin-bottom: 20px;
	border-radius: 16px;
	overflow: hidden;
}

.team-image a {
	display: block;
	cursor: none;
}

.team-image figure {
	display: block;
}

.team-image figure img {
	width: 100%;
	aspect-ratio: 1 / 1.356;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.team-member-item:hover .team-image figure img {
	transform: scale(1.1);
}

.team-readmore-btn {
	position: absolute;
	top: 50px;
	right: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.team-member-item:hover .team-readmore-btn {
	top: 30px;
	opacity: 1;
	visibility: visible;
}

.team-readmore-btn a {
	width: 60px;
	height: 60px;
	background-color: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}

.team-readmore-btn a:hover {
	background-color: var(--primary-color);
}

.team-readmore-btn img {
	max-width: 14px;
	transform: rotate(0);
	transition: all 0.4s ease-in-out;
}

.team-readmore-btn a:hover img {
	transform: rotate(45deg);
}

.team-content {
	text-align: center;
	margin-bottom: 20px;
}

.team-content h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.team-content h3 a {
	color: inherit;
}

.team-content p {
	margin: 0;
}

.team-social-icon ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.team-social-icon ul li {
	display: inline-block;
	margin-right: 15px;
}

.team-social-icon ul li:last-child {
	margin-right: 0;
}

.team-social-icon ul li a {
	width: 40px;
	height: 40px;
	background: var(--secondary-color);
	color: var(--primary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.team-social-icon ul li a:hover {
	color: var(--white-color);
	background: var(--accent-color);
}

.team-social-icon ul li a i {
	color: inherit;
	font-size: 18px;
}

/************************************/
/***   13. Our Testimonial Css    ***/
/************************************/

.our-testimonial {
	background: var(--secondary-color);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 100px 0;
}

.testimonial-slider {
	position: relative;
}

.testimonial-slider .swiper {
	position: static;
	margin: 0 120px;
}

.testimonial-slider .swiper-wrapper {
	cursor: none;
}

.testimonial-item {
	text-align: center;
}

.testimonial-content {
	margin-bottom: 60px;
}

.testimonial-content p {
	color: var(--primary-color);
	font-size: 36px;
	line-height: 1.2em;
	margin: 0;
}

.author-image {
	margin-bottom: 20px;
}

.author-image figure,
.author-image img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	object-fit: cover;
	-o-object-fit: cover;
	margin: 0 auto;
}

.author-content h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.author-content p {
	text-transform: capitalize;
	margin: 0;
}

.testimonial-btn-prev,
.testimonial-btn-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background-color: var(--accent-color);
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.testimonial-btn-prev {
	left: 0;
}

.testimonial-btn-next {
	right: 0;
}

.testimonial-btn-prev:hover,
.testimonial-btn-next:hover {
	background-color: var(--primary-color);
}

.testimonial-btn-prev::before,
.testimonial-btn-next::before {
	font-family: 'FontAwesome';
	content: '\f053';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.testimonial-btn .testimonial-btn-next::before {
	transform: rotate(180deg);
}

/************************************/
/***   		14. Our FAQs Css 	  ***/
/************************************/

.our-faqs {
	padding: 100px 0;
}

.our-faqs-image {
	position: relative;
	margin-right: 30px;
    border-radius: 16px;
    overflow: hidden;
}

.our-faqs-img figure {
	display: block;
}

.our-faqs-img img {
	width: 100%;
	aspect-ratio: 1 / 1.21;
	object-fit: cover;
}

.query-box {
	position: absolute;
	right: 40px;
	bottom: 40px;
	left: 40px;
	background: var(--primary-color);
	padding: 30px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	z-index: 1;
	border-radius: 12px;
}

.query-box-content h3 {
	color: var(--white-color);
	font-size: 22px;
	margin-bottom: 5px;
}

.query-box-content p {
	color: var(--white-color);
	margin: 0;
}

.faq-accordion .accordion-item {
	border: none;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.faq-accordion .accordion-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.faq-accordion .accordion-header .accordion-button {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em;
	color: var(--primary-color);
	padding: 0;
	padding-right: 30px;
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-header .accordion-button:focus {
	outline: none;
	box-shadow: none;
	background-color: transparent;
}

.faq-accordion .accordion-button:not(.collapsed) {
	margin-bottom: 10px;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
	content: '\f4fe';
	font-family: bootstrap-icons !important;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
	content: '\F2EA';
	background-image: none;
}

.accordion-button::after {
	background-image: none;
}

.accordion-item .accordion-body {
	padding: 0 30px 20px 0;
}

.accordion-item .accordion-body p {
	margin-bottom: 15px;
}

.accordion-item .accordion-body p:last-child {
	margin-bottom: 0;
}

/************************************/
/***   		15. Our Blog Css 	  ***/
/************************************/

.our-blog {
	background: var(--secondary-color);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0 70px;
	background-size: cover;
}

.post-item {
	border: 1px solid var(--divider-color);
	height: calc(100% - 30px);
	margin-bottom: 30px;
	background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.post-featured-image a {
	display: block;
	overflow: hidden;
	cursor: none;
}

.post-featured-image img {
	width: 100%;
	aspect-ratio: 1 / 0.61;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.post-item:hover .post-featured-image img {
	transform: scale(1.1);
}

.post-item-content {
	padding: 30px 25px;
}

.post-item-content h2 {
	font-size: 22px;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.post-item-content h2 a {
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-item-content p {
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-item-btn a {
	position: relative;
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 30px;
	border-top: 1px solid var(--divider-color);
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.post-item-btn a:hover {
	color: var(--white-color);
}

.post-item-btn a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	bottom: 0;
	width: 0;
	height: 100%;
	background: var(--accent-color);
	z-index: -1;
	transition: all 0.4s ease-in-out;
}

.post-item-btn a:hover::before {
	right: auto;
	left: 0;
	width: 100%;
}

.post-item-btn a img {
	position: relative;
	max-width: 18px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.post-item-btn a:hover img {
	filter: brightness(1) invert(1);
}

/* footer css start */
.footer-section {
    position: relative;
    background-color: var(--main-color2);
    margin-top: auto;
    z-index: 0;
}

.footer-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #1c2035 50%, transparent 160%);
    z-index: -1;
}

.footer-section-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: -2;
}

.footer-obj2 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.25;
    z-index: -1;
}

.footer-obj2 img {
    max-height: 300px;
}

.footer-top .container {
    padding: 80px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-middle .container {
    padding: 60px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
    max-height: 65px;
}

.footer-social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
}

.footer-social-links li a {
    color: #fff;
}


.footer-bottom {
    padding: 25px 0;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    margin: -3px -5px;
}

.social-links li {
    padding: 3px 5px;
}

.social-links li a {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.social-links li a:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
}

.footer-info-list li {
    display: flex;
    flex-wrap: wrap;
}

.footer-text-muted {
    color: #c7c7c7 !important;
}

.footer-info-list .caption {
    font-weight: 500;
    width: 30px;
    position: relative;
}

.footer-info-list .description {
    width: calc(100% - 30px);
    padding-left: 4px;
}

.footer-section p,
.footer-section li,
.footer-section a,
.footer-section i,
.footer-section span {
    color: #fff;
}

.footer-box .logo img {
    max-width: 215px;
    max-height: 55px;
}

.footer-box .title {
    margin-bottom: 24px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
}

.footer-link-list {
	list-style: none;
	padding-left: 0;
}

.footer-link-list li + li {
	margin-top: 20px;
}

.footer-link-list li:not(:first-child)::before {
    top: 5px;
}

.footer-link-list li a {
    padding: 5px 0;
    color: #c7c7c7;
}

.footer-link-list li:first-child a {
    padding-top: 0;
}

.footer-link-list li:last-child a {
    padding-bottom: 0;
}

.subscribe-form .form-control {
    height: 55px;
    border-radius: 6px;
}

.subscribe-field {
    position: relative;
}

.subscribe-field .form-control {
    padding-right: 40px;
}

.subscribe-field i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #777 !important;
    font-size: 20px;
}

.subscribe-form button {
    width: 100%;
    border: none;
    padding: 18px 20px;
    background-color: var(--accent-color);
    color: #fff;
    border-radius: 6px;
    margin-top: 12px;
}



.form-control,
.form-select {
    height: 50px;
    background-color: var(--body-bg);
    padding: 10px 15px;
    color: var(--h-color) !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.form-control.style-white {
    background-color: #fff;
}

.form-control.copy-text {
    background-color: #fff !important;
}

.form-control.style-white:focus {
    background-color: #fff;
}

textarea.form-control {
    min-height: 170px;
}

.form-control::-webkit-input-placeholder {
    color: #8f8f8f;
}

.form-control::-moz-placeholder {
    color: #8f8f8f;
}

.form-control:-ms-input-placeholder {
    color: #8f8f8f;
}

.form-control:-moz-placeholder {
    color: #8f8f8f;
}

.form-control {
    padding: 10px 15px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #efefef;
}

.form-select option {
    background-color: var(--secondary-color);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--main-color);
    outline: 0;
    box-shadow: 0 3px 5px #e1b82340;
    background-color: var(--body-bg);
}

.has-bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-bg {
    background-color: var(--secondary-color);
}

.section-bg+.section-bg {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.section-bg2 {
    background-color: var(--main-color2);
}

.site-bg {
    background-color: var(--main-color);
}

img {
    max-width: 100%;
}

.input-icon-field {
    position: relative;
}

.input-icon-field .form-control {
    padding-left: 40px;
}

.input-icon-field i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 16px;
}

.form-label {
    font-weight: 500;
}

/* footer css end */


/*------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    background-size: cover;
    background-position: center;
    padding-top: 190px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}

.breadcrumbs::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color2);
    opacity: 0.65;
    z-index: -1;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

.breadcrumbs ol li a {
	color: #fff;
}

.breadcrumbs ol li {
	color: #cdcdcd;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: var(--main-color);
    content: "/";
}

@media (max-width: 991px) {
    .breadcrumbs {
        padding-top: 100px;
    }

    .breadcrumbs .d-flex {
        display: block !important;
        text-align: center;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}



.property-search-form {
    display: none;
}

.property-search-form input::-webkit-outer-spin-button,
.property-search-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.property-search-form input[type="number"] {
    -moz-appearance: textfield;
}

.property-search-wrapper {
    padding: 16px 24px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.property-search-wrapper h2 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.property-search-filter-btn {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 4px 12px;
}

.min-max-field {
    display: flex;
}

.min-max-field .form-select {
    width: 120px;
    border-radius: 5px 0 0 5px;
}

.min-max-field .form-control {
    width: calc(50% - 60px);
}

.min-max-field .form-control.fixed {
    width: calc(100% - 120px);
    border-left: none;
    border-radius: 0 5px 5px 0;
}

.min-max-field .min-amount-input {
    border-radius: 0;
    border-left: none;
}

.min-max-field .max-amount-input {
    border-radius: 0 5px 5px 0;
    transform: translateX(-1px);
}


.s-pt-100,
.s-pt-120 {
    padding-top: 120px;
}

.s-pb-100,
.s-pb-120 {
    padding-bottom: 120px;
}

.s-pt-80 {
    padding-top: 80px;
}

.s-pb-80 {
    padding-bottom: 80px;
}

@media (max-width: 1399px) {

    .s-pt-100,
    .s-pt-120 {
        padding-top: 100px;
    }

    .s-pb-100,
    .s-pb-120 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {

    .s-pt-100,
    .s-pt-120 {
        padding-top: 80px;
    }

    .s-pb-100,
    .s-pb-120 {
        padding-bottom: 80px;
    }

    .s-pt-80 {
        padding-top: 60px;
    }

    .s-pb-80 {
        padding-bottom: 60px;
    }
}


@media (max-width: 575px) {

    .s-pt-100,
    .s-pt-120 {
        padding-top: 60px;
    }

    .s-pb-100,
    .s-pb-120 {
        padding-bottom: 60px;
    }

    .s-pt-80 {
        padding-top: 40px;
    }

    .s-pb-80 {
        padding-bottom: 40px;
    }
}


/************************************/
/***     17. About Us Page Css    ***/
/************************************/

.page-header {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 275px 0 175px;
}

.page-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	opacity: 30%;
}

.page-header-box {
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-header-box h1 {
	display: inline-block;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--secondary-color);
	margin-bottom: 5px;
	cursor: none;
}

.page-header-box ol {
	margin: 0;
	padding: 0;
	justify-content: center;
}

.page-header-box ol li.breadcrumb-item {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a {
	color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
	color: var(--white-color);
}

.our-vision-mission {
	background: var(--secondary-color);
	padding: 100px 0;
}

.vision-mission-nav {
	margin-bottom: 60px;
}

.vision-mission-nav ul {
	list-style: none;
	border: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px 60px;
	padding: 0;
	margin: 0;
}

.vision-mission-nav ul li .nav-link {
	position: relative;
	background: transparent;
	border: none;
	color: var(--text-color);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.vision-mission-nav ul li .nav-link::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -34px;
	background: var(--text-color);
	border-radius: 50%;
	transform: translateY(-50%);
	height: 8px;
	width: 8px;
}

.vision-mission-nav ul li:last-child .nav-link::before {
	display: none;
}

.vision-mission-nav ul li .nav-link.active,
.vision-mission-nav ul li .nav-link:hover {
	color: var(--accent-color);
	background: transparent;
}

.vision-mission-content-body p:last-child {
	margin-bottom: 0;
}

.vision-mission-tab-image figure {
	display: block;
}

.vision-mission-tab-image img {
	width: 100%;
	aspect-ratio: 1 / 0.634;
	object-fit: cover;
}

.why-choose-us {
	padding: 100px 0;
}

.why-choose-content-image {
	margin-right: 30px;
}

.why-choose-images {
	position: relative;
	display: flex;
	gap: 20px;
}

.why-choose-img {
	width: calc(50% - 10px);
}

.why-choose-img figure {
	display: block;
}

.why-choose-img img {
	width: 100%;
	aspect-ratio: 1 / 1.759;
	object-fit: cover;
}

.why-choose-icon-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.why-choose-icon-box figure {
	height: 120px;
	width: 120px;
	background-color: var(--accent-color);
	border: 10px solid var(--white-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.why-choose-icon-box:hover figure {
	background-color: var(--primary-color);
}

.why-choose-icon-box img {
	max-width: 42px;
}

.why-choose-list-item {
	display: flex;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.why-choose-list-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.why-choose-list-item .icon-box {
	position: relative;
	margin-right: 20px;
}

.why-choose-list-item .icon-box:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.why-choose-list-item .icon-box img {
	position: relative;
	width: 100%;
	max-width: 60px;
	z-index: 1;
}

.why-choose-item-content {
	width: calc(100% - 80px);
}

.why-choose-item-content h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.why-choose-item-content p {
	text-transform: capitalize;
	margin-bottom: 0;
}

.cta-box {
	padding: 50px 0 0;
	background: url(../images/our-features-bg.png), var(--primary-color);
	background-repeat: no-repeat;
	background-position: left -80px bottom -90px;
	background-size: auto;
}

.cta-box-content {
	margin-left: 70px;
}

.cta-box-img figure {
	display: block;
}

.cta-box-img img {
	width: 100%;
	aspect-ratio: 1 / 1.04;
	object-fit: cover;
}

/************************************/
/***    18. Amenities Page Css    ***/
/************************************/

.page-amenities {
	padding: 100px 0 70px;
}

.our-amenities-item {
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.amenities-img figure,
.amenities-img a {
	display: block;
	cursor: none;
	overflow: hidden;
}

.amenities-img figure:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	z-index: 1;
}

.amenities-img img {
	width: 100%;
	aspect-ratio: 1 / 0.997;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.our-amenities-item:hover .amenities-img img {
	transform: scale(1.1);
}

.amenities-content {
	position: absolute;
	right: 40px;
	bottom: 40px;
	left: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	z-index: 1;
}

.amenities-content h3 {
	color: var(--white-color);
	font-size: 22px;
	text-transform: capitalize;
}

.amenities-content h3 a {
	color: inherit;
}

.amenities-btn {
	margin-left: 10px;
}

.amenities-btn a {
	width: 40px;
	height: 40px;
	background: var(--accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.amenities-btn img {
	width: 100%;
	max-width: 14px;
	transition: all 0.3s ease-in-out;
}

.amenities-btn a:hover img {
	transform: rotate(45deg);
}

.why-choose-us.why-choose-amenities {
	background: var(--secondary-color);
}

.why-choose-us.why-choose-amenities .why-choose-list-item {
	border: none;
	padding-bottom: 0;
}

/************************************/
/***   19. Amenities Single Css   ***/
/************************************/

.page-amenities-single {
	padding: 100px 0;
}

.amenities-sidebar {
	position: sticky;
	top: 30px;
	margin-right: 30px;
}

.amenities-catagery-list {
	border: 1px solid var(--divider-color);
	margin-bottom: 40px;
}

.amenities-catagery-list h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: var(--accent-color);
	color: var(--white-color);
	padding: 20px 40px;
}

.amenities-catagery-list ul {
	list-style: none;
	margin: 0;
	padding: 40px;
}

.amenities-catagery-list ul li {
	position: relative;
	background-color: var(--white-color);
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 20px;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}

.amenities-catagery-list ul li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.amenities-catagery-list ul li::before {
	content: '\f054';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: var(--text-color);
	transition: all 0.3s ease-in-out;
}

.amenities-catagery-list ul li:hover::before {
	color: var(--accent-color);
}

.amenities-catagery-list ul li a {
	position: relative;
	display: block;
	color: var(--text-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.amenities-catagery-list ul li:hover a {
	color: var(--accent-color);
}

.sidebar-cta-box {
	background-color: var(--primary-color);
	padding: 40px;
}

.cta-client-images {
	display: inline-flex;
	margin-bottom: 20px;
}

.cta-client-img {
	margin-left: -16px;
}

.cta-client-img:first-child {
	margin: 0;
}

.cta-client-img figure {
	display: block;
	border: 2px solid var(--white-color);
	border-radius: 50%;
	overflow: hidden;
}

.cta-client-img img {
	max-width: 50px;
	border-radius: 50%;
}

.sidebar-cta-body {
	margin-bottom: 30px;
}

.sidebar-cta-body h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--white-color);
	margin-bottom: 10px;
}

.sidebar-cta-body p {
	color: var(--white-color);
	margin-bottom: 0;
}

.sidebar-cta-body p a {
	font-weight: 700;
	color: var(--accent-color);
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
}

.sidebar-cta-body p a:hover {
	color: var(--secondary-color);
}

.sidebar-cta-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-cta-footer ul li {
	color: var(--white-color);
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	transition: all 0.3s ease-in-out;
}

.sidebar-cta-footer ul li:last-child {
	margin-bottom: 0;
}

.sidebar-cta-footer ul li:hover {
	color: var(--accent-color);
}

.sidebar-cta-footer ul li img {
	max-width: 20px;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.sidebar-cta-footer ul li:hover img {
	filter: brightness(0) invert(1);
}

.sidebar-cta-footer ul li a {
	color: inherit;
}

.amenities-featured-img {
	margin-bottom: 40px;
}

.amenities-featured-img figure {
	display: block;
}

.amenities-featured-img img {
	width: 100%;
	aspect-ratio: 1 / 0.535;
	object-fit: cover;
}

.amenities-entry,
.amenities-why-choose {
	margin-bottom: 40px;
}

.amenities-entry p {
	margin-bottom: 15px;
}

.amenities-entry p:last-child {
	margin-bottom: 0px;
}

.amenities-entry h2 {
	font-size: 44px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	margin-bottom: 15px;
}

.amenities-entry h2 span {
	color: var(--accent-color);
}

.amenities-specialty {
	margin-top: 40px;
}

.amenities-entry-box {
	background-color: var(--primary-color);
	padding: 40px;
	margin-top: 40px;
}

.amenities-entry-list-box {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
}

.amenities-entry-item {
	position: relative;
	width: calc(33.33% - 40px);
}

.amenities-entry-item .icon-box {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.amenities-entry-item .icon-box::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.amenities-entry-item .icon-box img {
	position: relative;
	max-width: 60px;
	z-index: 1;
}

.amenities-entry-item-content h3 {
	font-size: 20px;
	color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: 5px;
}

.amenities-entry-item-content p {
	color: var(--secondary-color);
}

.amenities-entry-box-footer {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.amenities-entry-box-footer p {
	font-weight: 500;
}

.amenities-entry-box-footer p a {
	color: var(--accent-color);
	text-decoration: underline;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.amenities-entry-box-footer p a:hover {
	color: var(--white-color);
}

.amenities-why-choose .why-choose-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.amenities-why-choose .why-choose-list-item {
	width: calc(50% - 15px);
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/************************************/
/***     20. Projects Page Css    ***/
/************************************/

.page-project {
	padding: 100px 0 70px;
}

.project-item {
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.project-img figure,
.project-img a {
	display: block;
	cursor: none;
}

.project-img figure:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	z-index: 1;
}

.project-img img {
	width: 100%;
	aspect-ratio: 1 / 0.997;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.project-item:hover .project-img img {
	transform: scale(1.1);
}

.project-title {
	position: absolute;
	right: 40px;
	bottom: 40px;
	left: 40px;
	z-index: 1;
}

.project-title h3 {
	color: var(--white-color);
	font-size: 22px;
	text-transform: capitalize;
}

.project-title h3 a {
	color: inherit;
}

.project-btn {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 1;
}

.project-btn a {
	width: 40px;
	height: 40px;
	background: var(--accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.project-btn img {
	width: 100%;
	max-width: 14px;
	transition: all 0.3s ease-in-out;
}

.project-btn a:hover img {
	transform: rotate(45deg);
}

/************************************/
/***    21. Project Single Css    ***/
/************************************/

.page-project-single {
	padding: 100px 0;
}

.project-sidebar {
	position: sticky;
	top: 30px;
	margin-right: 30px;
}

.project-deatil-box {
	border: 1px solid var(--divider-color);
	margin-bottom: 60px;
}

.project-deatil-list {
	padding: 40px;
}

.project-deatil-box h2 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: var(--accent-color);
	color: var(--white-color);
	padding: 20px 40px;
}

.project-deatil-item {
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.project-deatil-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.project-deatil-item h3 {
	font-size: 18px;
	font-weight: 600;
	color: var(--text-color);
	text-transform: capitalize;
	margin-bottom: 5px;
}

.project-deatil-item p {
	margin-bottom: 0;
	text-transform: capitalize;
}

.project-single-image {
	margin-bottom: 40px;
}

.project-single-image figure {
	display: block;
}

.project-single-image img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.562;
}

.project-entry {
	margin-bottom: 40px;
}

.project-entry p {
	margin-bottom: 20px;
}

.project-entry h2 {
	font-size: 44px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.project-entry h2 span {
	color: var(--accent-color);
}

.project-challenge {
	margin-top: 40px;
}

.project-image-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.project-entry-list,
.project-video-image {
	width: calc(50% - 15px);
}

.project-entry-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.project-entry-list ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}

.project-entry-list ul li:last-child {
	margin-bottom: 0;
}

.project-entry-list ul li:before {
	content: '\f058';
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 18px;
	font-weight: 900;
	line-height: normal;
	color: var(--primary-color);
	display: inline-block;
	top: 0;
	left: 0;
}

.project-video-image {
	position: relative;
}

.project-entry-image a {
	display: block;
	cursor: none;
}

.project-entry-image img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.457;
}

.project-video-image .video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.project-video-image .video-play-button a {
	position: relative;
	background-color: var(--white-color);
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: none;
}

.project-video-image .video-play-button a::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 160%;
	height: 160%;
	border: 50px solid var(--primary-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
}

.project-video-image .video-play-button a::after {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 160%;
	height: 160%;
	border: 50px solid var(--primary-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
	animation-delay: .4s;
}

@keyframes border-zooming {
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.project-video-image .video-play-button a i {
	font-size: 22px;
	color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}

.project-video-image .video-play-button a:hover i {
	color: var(--accent-color);
}

/************************************/
/***      22. Blog Archive Css    ***/
/************************************/

.page-blog {
	padding: 100px 0;
}

.page-pagination {
	margin-top: 20px;
	text-align: center;
}

.page-pagination ul {
	justify-content: center;
	padding: 0;
	margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span {
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	background: var(--secondary-color);
	color: var(--primary-color);
	border-radius: 0px;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	font-weight: 600;
	line-height: 1em;
	transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a,
.page-pagination ul li a:hover {
	background: var(--accent-color);
	color: var(--white-color);
}

/************************************/
/***      23. Blog Single Css     ***/
/************************************/

.page-single-post {
	padding: 100px 0;
}

.post-image {
	position: relative;
	margin-bottom: 30px;
}

.post-image figure {
	display: block;
	overflow: hidden;
}

.post-image img {
	width: 100%;
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
}

.post-content {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.post-entry {
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.post-entry:after {
	content: '';
	display: block;
	clear: both;
}

.post-entry a {
	color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
	font-weight: 600;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0 0 0.455em;
}

.post-entry h1 {
	font-size: 68px;
}

.post-entry h2 {
	font-size: 44px;
}

.post-entry h3 {
	font-size: 40px;
}

.post-entry h4 {
	font-size: 30px;
}

.post-entry h5 {
	font-size: 24px;
}

.post-entry h6 {
	font-size: 18px;
}

.post-entry p {
	margin-bottom: 20px;
}

.post-entry p:last-child {
	margin-bottom: 0;
}

.post-entry p strong {
	color: var(--primary-color);
	font-size: 20px;
	font-weight: 600;
}

.post-entry ol {
	margin: 0 0 30px;
}

.post-entry ol li {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	color: var(--text-color);
}

.post-entry ul {
	padding: 0;
	margin: 20px 0 20px;
	padding-left: 20px;
}

.post-entry ul li {
	font-size: 18px;
	font-weight: 500;
	color: var(--text-color);
	position: relative;
	margin-bottom: 15px;
}

.post-entry ul li:last-child {
	margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
	margin-top: 20px;
	margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
	margin-bottom: 0;
}

.post-entry blockquote {
	background: url('../images/icon-blockquote.svg'), var(--accent-color);
	background-repeat: no-repeat;
	background-position: 35px 25px;
	background-size: 55px;
	padding: 30px 30px 30px 100px;
	margin-bottom: 30px;
}

.post-entry blockquote p {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
	color: var(--white-color);
}

.post-entry blockquote p:last-child {
	margin-bottom: 0;
}

.tag-links {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--primary-color);
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.post-tags .tag-links a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	background: var(--accent-color);
	color: var(--white-color);
	border-radius: 0px;
	padding: 10px 20px;
	transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
	background: var(--primary-color);
}

.post-social-sharing {
	text-align: right;
}

.post-social-sharing ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.post-social-sharing ul li {
	display: inline-block;
	margin-right: 10px;
}

.post-social-sharing ul li:last-child {
	margin-right: 0;
}

.post-social-sharing ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--accent-color);
	color: var(--white-color);
	border-radius: 0px;
	width: 38px;
	height: 38px;
	transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a {
	background: var(--primary-color);
}

.post-social-sharing ul li a i {
	font-size: 18px;
	color: inherit;
}

.text-accent {
	color: var(--accent-color) !important;
}

/************************************/
/***       24. Team Page Css      ***/
/************************************/

.page-team {
	padding: 100px 0 70px;
}

/************************************/
/***      25. Team Single Css     ***/
/************************************/

.page-team-single {
	padding: 100px 0;
}

.team-sidebar {
	position: sticky;
	top: 30px;
	margin-right: 30px;
}

.team-single-image figure {
	display: block;
	overflow: hidden;
}

.team-single-image img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1.33;
	overflow: hidden;
}

.team-member-info {
	margin-bottom: 60px;
}

.team-member-info .section-title {
	margin-bottom: 20px;
}

.team-member-info .section-title h3 {
	padding-left: 0;
}

.team-member-info .section-title h3::before {
	display: none;
}

.team-info-list {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: var(--secondary-color);
	padding: 20px 0;
	margin-bottom: 40px;
}

.team-info-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.team-info-list ul li {
	display: block;
	margin-bottom: 20px;
}

.team-info-list ul li:last-child {
	margin-bottom: 0;
}

.team-info-list ul li span {
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
	width: 20%;
}

.team-social-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.team-social-list ul li {
	display: inline-block;
	margin-right: 15px;
}

.team-social-list ul li:last-child {
	margin: 0;
}

.team-social-list ul li a {
	background-color: var(--accent-color);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	transition: all 0.3s ease-in-out;
}

.team-social-list ul li a:hover {
	background-color: var(--primary-color);
}

.team-social-list ul li i {
	font-size: 20px;
	color: var(--white-color);
}

.member-involvement-list ul {
	list-style: none;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.member-involvement-list ul li {
	position: relative;
	width: calc(50% - 10px);
	font-size: 18px;
	text-transform: capitalize;
	line-height: normal;
	padding-left: 30px;
}

.member-involvement-list ul li:before {
	content: '\f058';
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 20px;
	font-weight: 900;
	line-height: normal;
	color: var(--accent-color);
	display: inline-block;
	top: 2px;
	left: 0;
}

/************************************/
/***     26. Image Gallery Css    ***/
/************************************/

.page-gallery {
	padding: 100px 0 70px;
}

.page-gallery-box .photo-gallery {
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a {
	cursor: none;
}

.page-gallery-box .photo-gallery figure {
	display: block;
}

.page-gallery-box .photo-gallery img {
	width: 100%;
	aspect-ratio: 1 / 0.81;
	object-fit: cover;
}

/************************************/
/***     27. Video Gallery Css    ***/
/************************************/

.page-video-gallery {
	padding: 100px 0 70px;
}

.video-gallery-image {
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
}

.video-gallery-image a {
	position: relative;
	display: block;
	cursor: none;
}

.video-gallery-image a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--primary-color);
	opacity: 0%;
	visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 1;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.video-gallery-image:hover a::before {
	opacity: 40%;
	visibility: visible;
	transform: scale(1);
}

.video-gallery-image a::after {
	content: '\f04b';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	font-size: 20px;
	background: var(--accent-color);
	color: var(--white-color);
	border-radius: 50%;
	height: 60px;
	width: 60px;
	cursor: none;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.video-gallery-image:hover a::after {
	opacity: 1;
	visibility: visible;
}

.video-gallery-image img {
	aspect-ratio: 1 / 0.83;
	object-fit: cover;
}

/************************************/
/***       28. FAQs Page Css      ***/
/************************************/

.page-faqs {
	padding: 100px 0;
}

.faq-sidebar {
	position: sticky;
	top: 30px;
	margin-right: 35px;
}

.faq-catagery-list {
	border: 1px solid var(--divider-color);
	padding: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}

.faq-catagery-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.faq-catagery-list ul li {
	line-height: normal;
	margin-bottom: 20px;
}

.faq-catagery-list ul li:last-child {
	margin: 0;
}

.faq-catagery-list ul li a {
	position: relative;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	color: var(--text-color);
	padding-right: 25px;
	transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:hover a {
	color: var(--primary-color);
}

.faq-catagery-list ul li a::before {
	content: '\f054';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: var(--text-color);
	transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:hover a::before {
	transform: translateY(-50%) rotate(-90deg);
	color: var(--primary-color);
}

.page-faq-accordion {
	margin-bottom: 60px;
}

.page-faq-accordion:last-child {
	margin-bottom: 0;
}

/************************************/
/***    29. Contact Us Page Css   ***/
/************************************/

.page-contact-us {
	padding: 100px 0 70px;
}

.contact-info-item {
	position: relative;
	border: 1px solid var(--divider-color);
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 40px;
	overflow: hidden;
}

.contact-info-item:before {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	background-color: var(--accent-color);
	height: 100%;
	width: 100%;
	z-index: 0;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.contact-info-item:hover:before {
	top: 0;
	opacity: 1;
}

.contact-info-item .icon-box {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 10px 0 0;
	z-index: 1;
}

.contact-info-item .icon-box::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 45px;
	height: 45px;
	z-index: 0;
	transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .icon-box::before {
	background-color: var(--white-color);
}

.contact-info-item .icon-box img {
	position: relative;
	max-width: 45px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.contact-info-content {
	position: relative;
	z-index: 1;
}

.contact-info-content h3 {
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

.contact-info-content p {
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.contact-info-item:hover .contact-info-content h3,
.contact-info-item:hover .contact-info-content p {
	color: var(--white-color);
}

.contact-form-section {
	background: var(--secondary-color);
	padding: 100px 0;
}

.contact-form-content {
	position: sticky;
	top: 20px;
	margin-right: 30px;
}

.contact-form-content .section-title {
	margin-bottom: 0;
}

.contact-form .form-control {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	color: var(--text-color);
	background: var(--white-color);
	border: none;
	border-radius: 0px;
	padding: 18px 20px;
	box-shadow: none;
}

.contact-form .form-control::placeholder {
	color: var(--text-color);
}

.google-map .container-fluid {
	padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe {
	height: 550px;
	width: 100%;
}

/************************************/
/***    30. 404 Error Page Css    ***/
/************************************/

.error-page {
	padding: 100px 0;
}

.error-page-image {
	text-align: center;
	margin-bottom: 40px;
}

.error-page-image img {
	width: 100%;
	max-width: 50%;
}

.error-page-content {
	text-align: center;
}

.error-page-content .section-title {
	margin-bottom: 20px;
}

.error-page-content-body p {
	margin-bottom: 20px;
}

/************************************/
/***      31. Responsive Css      ***/
/************************************/

@media (max-width: 1399px) {
    .hero-content .section-title h1 {
        font-size: 62px;
    }
    
    .hero {
        padding: 200px 0 100px;
    }
    
    .section-row {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1300px) {

	.hero-content {
		padding-left: 35px;
	}
}

@media only screen and (max-width: 1024px) {

	.main-menu ul li {
		margin: 0;
	}

	.our-appointment-box {
		padding: 50px;
	}
}

@media only screen and (max-width: 991px) {

	.navbar {
		padding: 20px 0;
	}

	.navbar-brand img {
		max-width: 140px;
	}

	.main-menu ul li.highlighted-menu {
		display: block;
	}

	.slicknav_nav li,
	.slicknav_nav ul {
		display: block;
	}

	.responsive-menu,
	.navbar-toggle {
		display: block;
	}

	.header-contact-box {
		display: none;
	}

	.btn-default {
		padding: 14px 39px 14px 15px;
	}

	.btn-default::after {
		transform: translate(-15px, -50%);
	}

	.btn-default:hover:after {
		transform: translate(-15px, -50%) rotate(45deg);
	}

	.section-row {
		margin-bottom: 40px;
	}

	.section-row .section-title {
		max-width: 100%;
	}

	.section-title {
		margin-bottom: 30px;
	}

	.section-title h1 {
		font-size: 44px;
	}

	.section-title h2 {
		font-size: 36px;
	}

	.section-title p {
		margin-top: 10px;
	}

	.section-title-content {
		margin-top: 10px;
	}

	.section-btn {
		text-align: left;
		margin-top: 10px;
	}

	.hero {
		padding: 170px 0 95px;
	}
	
	.offer-token-section {
	    padding: 60px 0;
	}

	.hero.hero-slider-layout .hero-slide {
		padding: 255px 0 175px;
	}

	.hero.hero-slider-layout .hero-pagination {
		padding-left: 45px;
		bottom: 30px;
	}

	.hero-content .section-title h1 {
		font-size: 46px;
	}

	.hero-social-media {
		transform: translateY(-31%);
	}

	.hero-social-media h3 {
		padding-bottom: 50px;
	}

	.hero-social-media h3:after {
		height: 40px;
	}

	.hero-social-media ul li {
		margin-bottom: 5px;
	}

	.about-us {
		padding: 50px 0;
	}

	.about-us-images {
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.about-img-1 img {
		aspect-ratio: 1 / 1.8;
	}

	.intro-video-box .video-play-button a {
		width: 100px;
		height: 100px;
	}

	.intro-video-box .video-play-button a i {
		font-size: 30px;
	}

	.about-content-body {
		margin-bottom: 30px;
	}

	.our-location {
		padding: 50px 0;
	}

	.location-content {
		position: absolute;
		right: 30px;
		bottom: 30px;
		left: 30px;
		max-width: 100%;
		z-index: 1;
	}

	.location-btn {
		right: 30px;
	}

	.location-item:hover .location-btn {
		top: 30px;
	}

	.our-location-footer {
		margin-top: 10px;
	}

	.our-property {
		padding: 50px 0;
	}

	.property-tab-nav {
		margin-bottom: 30px;
	}

	.property-tab-image {
		margin-bottom: 20px;
	}

	.property-tab-image img {
		aspect-ratio: 1 / 0.66;
	}

	.property-content-info {
		margin-bottom: 30px;
	}

	.property-content-info h2 {
		font-size: 30px;
	}

	.property-content-info p {
		margin-top: 10px;
	}

	.our-features {
		background-size: 450px auto;
		padding: 50px 0;
	}

	.our-features-content {
		position: initial;
		top: 0;
		margin-bottom: 30px;
	}

	.our-amenities {
		padding: 50px 0;
	}

	.amenities-item {
		width: 50%;
		padding: 30px;
	}

	.amenities-item:nth-child(2n + 1) {
		border-right: none;
		padding-left: 0;
		padding-right: 30px;
	}

	.amenities-item:nth-child(2n + 2) {
		padding-right: 0;
		padding-left: 30px;
		border-right: none;
		border-left: 1px solid var(--divider-color);
	}

	.amenities-item:nth-last-child(-n + 3) {
		border-bottom: 1px solid var(--divider-color);
	}

	.amenities-item:nth-last-child(-n + 2) {
		border-bottom: none;
	}

	.amenities-item:last-child {
		border-bottom: none;
	}

	.our-experience {
		padding: 50px 0;
	}

	.our-experience-img {
		max-width: 90%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.our-experience-img img {
		aspect-ratio: 1 / 1.19;
	}

	.intro-video {
		padding: 100px 0 50px;
	}

	.intro-video .intro-video-box .video-play-button a {
		font-size: 18px;
		width: 120px;
		height: 120px;
	}

	.intro-video-counter-list {
		gap: 20px;
		padding-top: 40px;
		margin-top: 100px;
	}

	.intro-video-counter-item {
		width: calc(25% - 15px);
	}

	.intro-video-counter-item::before {
		right: -10px;
	}

	.intro-video-counter-item h3 {
		font-size: 16px;
	}

	.intro-video-counter-item h2 {
		font-size: 36px;
	}

	.intro-video-counter-item p {
		font-size: 16px;
	}

	.our-team {
		padding: 50px 0 20px;
	}

	.team-image {
		margin-bottom: 15px;
	}

	.team-image figure img {
		aspect-ratio: 1 / 1.1;
	}

	.team-readmore-btn a {
		width: 50px;
		height: 50px;
	}

	.team-content {
		margin-bottom: 15px;
	}

	.our-testimonial {
		padding: 50px 0;
	}

	.testimonial-slider .swiper {
		position: static;
		margin: 0 60px;
	}

	.testimonial-content {
		margin-bottom: 30px;
	}

	.testimonial-content p {
		font-size: 22px;
	}

	.author-image {
		margin-bottom: 10px;
	}

	.author-image figure,
	.author-image img {
		max-width: 80px;
	}

	.testimonial-btn-prev,
	.testimonial-btn-next {
		width: 50px;
		height: 50px;
	}

	.our-faqs {
		padding: 50px 0;
	}

	.our-faqs-image {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.our-faqs-img img {
		aspect-ratio: 1 / 0.8;
		object-position: top center;
	}

	.query-box {
		right: 30px;
		bottom: 30px;
		left: 30px;
		padding: 20px 30px;
	}

	.our-blog {
		padding: 50px 0 20px;
	}

	.post-item-content {
		padding: 20px;
	}

	.post-item-content p {
		font-size: 16px;
	}

	.post-item-btn a {
		padding: 12px 20px;
	}

	.main-footer {
		padding: 50px 0 0;
	}

	.footer-logo {
		margin-bottom: 30px;
	}

	.footer-contact-info {
		margin-bottom: 30px;
	}

	.footer-contact-info h2 {
		font-size: 36px;
	}

	.footer-contact-info h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.footer-contact-info p {
		max-width: 100%;
	}

	.footer-social-icon ul li a {
		height: 50px;
		width: 50px;
	}

	.footer-social-icon ul li a i {
		font-size: 24px;
	}

	.footer-link-list {
		margin-top: 40px;
	}

	.footer-link-list ul li {
		margin-right: 20px;
	}

	.footer-copyright-text {
		margin-top: 30px;
		padding: 30px 0;
	}

	.page-header {
		padding: 170px 0 90px;
	}

	.page-header-box h1 {
		font-size: 44px;
	}

	.our-vision-mission {
		padding: 50px 0;
	}

	.vision-mission-nav {
		margin-bottom: 30px;
	}

	.vision-mission-tab-content .section-title {
		margin-bottom: 20px;
	}

	.vision-mission-tab-content {
		margin-bottom: 30px;
	}

	.vision-mission-tab-image img {
		aspect-ratio: 1 / 0.54;
	}

	.why-choose-us {
		padding: 50px 0;
	}

	.why-choose-content-image {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.why-choose-img img {
		aspect-ratio: 1 / 1.4;
	}

	.why-choose-icon-box figure {
		height: 100px;
		width: 100px;
	}

	.why-choose-icon-box img {
		max-width: 36px;
	}

	.why-choose-list-item {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.why-choose-list-item .icon-box:before {
		width: 30px;
		height: 30px;
	}

	.why-choose-list-item .icon-box img {
		max-width: 50px;
	}

	.why-choose-item-content {
		width: calc(100% - 70px);
	}

	.cta-box-content {
		margin-left: 0;
		margin-bottom: 30px;
	}

	.cta-box-img {
		max-width: 70%;
		margin: 0 auto;
	}

	.page-amenities {
		padding: 50px 0 20px;
	}

	.amenities-img img {
		aspect-ratio: 1 / 0.9;
	}

	.amenities-content {
		right: 30px;
		bottom: 30px;
		left: 30px;
	}

	.page-amenities-single {
		padding: 50px 0;
	}

	.amenities-sidebar {
		position: initial;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.amenities-catagery-list h3 {
		padding: 15px 30px;
	}

	.amenities-catagery-list ul {
		padding: 30px;
	}

	.amenities-catagery-list ul li {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.sidebar-cta-box {
		padding: 30px;
	}

	.sidebar-cta-body {
		margin-bottom: 20px;
	}

	.amenities-featured-img {
		margin-bottom: 30px;
	}

	.amenities-entry,
	.amenities-why-choose {
		margin-bottom: 30px;
	}

	.amenities-entry h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.amenities-entry p {
		margin-bottom: 10px;
	}

	.amenities-specialty {
		margin-top: 30px;
	}

	.amenities-entry-box {
		padding: 30px;
		margin-top: 30px;
	}

	.amenities-entry-list-box {
		gap: 30px;
	}

	.amenities-entry-item {
		width: calc(33.33% - 20px);
	}

	.amenities-entry-item .icon-box img {
		max-width: 50px;
	}

	.amenities-entry-item .icon-box::before {
		width: 30px;
		height: 30px;
	}

	.amenities-entry-box-footer {
		margin-top: 30px;
	}

	.amenities-entry-box-footer p {
		font-size: 16px;
	}

	.amenities-why-choose .why-choose-list {
		gap: 20px 10px;
	}

	.amenities-why-choose .why-choose-list-item {
		width: calc(50% - 5px);
	}

	.page-project {
		padding: 50px 0 20px;
	}

	.project-img img {
		aspect-ratio: 1 / 0.9;
	}

	.project-btn {
		top: 30px;
		right: 30px;
	}

	.project-title {
		right: 30px;
		bottom: 30px;
		left: 30px;
	}

	.page-project-single {
		padding: 50px 0;
	}

	.project-sidebar {
		position: initial;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.project-deatil-box {
		margin-bottom: 30px;
	}

	.project-deatil-box h2 {
		padding: 15px 30px;
	}

	.project-deatil-list {
		padding: 30px;
	}

	.project-deatil-item {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.project-single-image {
		margin-bottom: 30px;
	}

	.project-entry {
		margin-bottom: 30px;
	}

	.project-entry h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.project-entry p {
		margin-bottom: 10px;
	}

	.project-challenge {
		margin-top: 30px;
	}

	.project-image-list {
		gap: 30px;
		margin-top: 20px;
	}

	.project-entry-list ul li {
		margin-bottom: 15px;
	}

	.page-blog {
		padding: 50px 0;
	}

	.page-pagination {
		margin-top: 10px;
	}

	.page-single-post {
		padding: 50px 0;
	}

	.post-image {
		margin-bottom: 20px;
	}

	.post-entry h1,
	.post-entry h2,
	.post-entry h3,
	.post-entry h4,
	.post-entry h5,
	.post-entry h6 {
		margin: 0 0 0.417em;
	}

	.post-entry h2 {
		font-size: 36px;
	}

	.post-entry p {
		margin-bottom: 15px;
	}

	.post-entry blockquote {
		background-position: 25px 25px;
		background-size: 50px;
		padding: 25px 25px 25px 85px;
		margin-bottom: 20px;
	}

	.post-entry blockquote p {
		font-size: 18px;
	}

	.post-tags {
		margin-bottom: 20px;
	}

	.post-social-sharing ul {
		text-align: left;
	}

	.page-team {
		padding: 50px 0 20px;
	}

	.page-team-single {
		padding: 50px 0;
	}

	.team-sidebar {
		position: initial;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.team-single-image img {
		aspect-ratio: 1 / 0.78;
		object-position: top center;
	}

	.team-member-info {
		margin-bottom: 40px;
	}

	.team-info-list {
		margin-bottom: 20px;
	}

	.team-social-list ul li a {
		width: 40px;
		height: 40px;
	}

	.page-gallery {
		padding: 50px 0 20px;
	}

	.page-video-gallery {
		padding: 50px 0 20px;
	}

	.page-faqs {
		padding: 50px 0;
	}

	.faq-sidebar {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.faq-catagery-list {
		padding: 30px;
		margin-bottom: 30px;
	}

	.page-faq-accordion {
		margin-bottom: 40px;
	}

	.page-faq-accordion .section-title {
		margin-bottom: 20px;
	}

	.page-contact-us {
		padding: 50px 0 20px;
	}

	.contact-info-item {
		padding: 30px;
	}

	.contact-info-item .icon-box::before {
		width: 40px;
		height: 40px;
	}

	.contact-info-item .icon-box img {
		max-width: 40px;
	}

	.contact-info-content h3 {
		font-size: 22px;
	}

	.contact-form-section {
		padding: 50px 0;
	}

	.contact-form-content {
		position: static;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.contact-form .form-control {
		padding: 14px 16px;
	}

	.google-map-iframe,
	.google-map-iframe iframe {
		height: 450px;
	}

	.error-page {
		padding: 50px 0;
	}

	.error-page-image {
		margin-bottom: 20px;
	}

	.error-page-image img {
		max-width: 80%;
	}

	.error-page-content .section-title {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {

	.section-row {
		margin-bottom: 30px;
	}

	.section-title h1 {
		font-size: 24px;
	}

	.section-title h2 {
		font-size: 24px;
	}

	.section-title h3 {
		font-size: 14px;
		padding-left: 20px;
	}

	.section-title h3::before {
		width: 14px;
		height: 12px;
	}

	.hero-content {
		padding-left: 0;
	}

	.hero-social-media {
		position: absolute;
		top: auto;
		bottom: 15px;
		transform: translateY(0);
		align-items: center;
		flex-direction: row-reverse;
	}

	.hero-social-media h3 {
		padding-bottom: 35px;
	}

	.hero-social-media h3:after {
		height: 30px;
	}

	.hero-social-media ul li {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 0px;
	}

	.hero-social-media ul li:last-child {
		margin-right: 0;
	}

	.hero-social-media h3 {
		transform: rotate(0deg);
		writing-mode: initial;
		padding-right: 40px;
		padding-bottom: 0px;
	}

	.hero-social-media h3:after {
		height: 1px;
		width: 30px;
		bottom: 50%;
		left: auto;
		right: 5px;
		transform: translate(0%, 100%);
	}

	.hero-content .section-title h1 {
		font-size: 24px;
	}

	.about-us-images {
		max-width: 100%;
		gap: 20px;
	}

	.about-us-image-box-1,
	.about-us-image-box-2 {
		gap: 20px;
	}

	.about-us-image-box-1 {
		width: calc(60% - 10px);
	}

	.about-us-image-box-2 {
		width: calc(40% - 10px);
	}

	.about-img-3 {
		margin-right: 20px;
	}

	.intro-video-box {
		top: calc(50% + 10px);
	}

	.intro-video-box .video-play-button a {
		width: 80px;
		height: 80px;
		border-width: 5px;
	}

	.intro-video-box .video-play-button a i {
		font-size: 26px;
	}

	.about-detail-item {
		margin-bottom: 20px;
	}

	.about-detail-item .icon-box {
		margin-right: 10px;
	}

	.about-detail-item .icon-box:before {
		width: 30px;
		height: 30px;
	}

	.about-detail-item .icon-box img {
		max-width: 50px;
	}

	.about-detail-item .about-detail-content {
		width: calc(100% - 60px);
	}

	.location-content {
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	.about-detail-content h3 {
		font-size: 20px;
	}

	.location-content h3 {
		font-size: 20px;
	}

	.property-tab-nav {
		margin-bottom: 15px;
	}

	.property-tab-nav ul {
		gap: 10px 20px;
	}

	.property-tab-nav ul li .nav-link {
		font-size: 16px;
	}

	.property-tab-nav ul li .nav-link::before {
		right: -12px;
		height: 4px;
		width: 4px;
	}

	.property-tab-image img {
		aspect-ratio: 1 / 0.871;
	}

	.property-tab-image::before {
		height: 250px;
		width: 250px;
	}

	.property-content-info h2 {
		font-size: 26px;
	}

	.property-content-types {
		gap: 20px 15px;
	}

	.property-type-item {
		width: calc(50% - 7.5px);
	}

	.property-type-item::before {
		bottom: -10px;
	}

	.property-type-item .icon-box {
		margin-right: 10px;
	}

	.property-type-content {
		width: calc(100% - 50px);
	}

	.property-type-content h3 {
		font-size: 20px;
	}

	.our-features-list {
		gap: 40px 30px;
	}

	.features-item {
		width: 100%;
	}

	.features-item::before {
		bottom: -20px;
	}

	.features-item .icon-box {
		margin-bottom: 10px;
	}

	.features-item .icon-box:before {
		width: 30px;
		height: 30px;
	}

	.features-item .icon-box img {
		max-width: 50px;
	}

	.features-item-content h3 {
		font-size: 20px;
	}

	.features-item:nth-last-child(-n + 2):before {
		display: block;
	}

	.features-item:last-child:before {
		display: none;
	}

	.amenities-item {
		width: 100%;
	}

	.amenities-item:nth-child(2n + 1),
	.amenities-item:nth-child(2n + 2),
	.amenities-item:nth-child(3n + 2) {
		border-top: none;
		border-right: none;
		border-bottom: 1px solid var(--divider-color);
		border-left: none;
		padding: 30px 0;
	}

	.amenities-item:first-child {
		padding-top: 0;
	}

	.amenities-item:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.amenities-item .icon-box {
		margin-bottom: 10px;
	}

	.amenities-item .icon-box:before {
		width: 30px;
		height: 30px;
	}

	.amenities-item-content h3 {
		font-size: 20px;
	}

	.amenities-item-content {
		margin-bottom: 20px;
	}

	.our-experience-img {
		max-width: 100%;
		background-size: 80% auto;
		padding-left: 50px;
	}

	.experience-counter-list {
		gap: 30px;
	}

	.experience-counter-item {
		width: 100%;
		padding: 0;
	}

	.experience-counter-item:before {
		display: none;
	}

	.experience-counter-item:after {
		bottom: -15px;
	}

	.experience-counter-item:nth-last-child(-n + 2):after {
		display: block;
	}

	.experience-counter-item:last-child:after {
		display: none;
	}

	.experience-counter-item .icon-box {
		margin-right: 10px;
	}

	.experience-counter-item .icon-box:before {
		width: 30px;
		height: 30px;
	}

	.experience-counter-item .icon-box img {
		max-width: 50px;
	}

	.experience-counter-content {
		width: calc(100% - 60px);
	}

	.experience-counter-content h2 {
		font-size: 20px;
	}

	.intro-video {
		padding: 50px 0;
	}

	.intro-video .section-title {
		text-align: center;
	}

	.intro-video .intro-video-box {
		margin-top: 20px;
		text-align: center;
	}

	.intro-video .intro-video-box .video-play-button a {
		font-size: 16px;
		width: 100px;
		height: 100px;
		margin: 0 auto;
	}

	.intro-video-counter-list {
		gap: 20px;
		margin-top: 50px;
	}

	.intro-video-counter-item {
		width: calc(50% - 10px);
		padding: 0;
	}

	.intro-video-counter-item:nth-of-type(2n + 2):before {
		display: none;
	}

	.intro-video-counter-item h2 {
		font-size: 28px;
	}

	.team-content h3 {
		font-size: 20px;
	}

	.team-social-icon ul li {
		margin-right: 10px;
	}

	.testimonial-slider .swiper {
		position: static;
		margin: 0 30px;
	}

	.testimonial-content {
		margin-bottom: 20px;
	}

	.testimonial-content p {
		font-size: 16px;
	}

	.author-image figure,
	.author-image img {
		max-width: 60px;
	}

	.author-content h3 {
		font-size: 20px;
	}

	.author-content p {
		font-size: 16px;
	}

	.testimonial-btn-prev,
	.testimonial-btn-next {
		width: 30px;
		height: 30px;
	}

	.testimonial-btn-prev::before,
	.testimonial-btn-next::before {
		font-size: 12px;
	}

	.our-faqs-img img {
		aspect-ratio: 1 / 1.21;
		object-position: center center;
	}

	.query-box {
		text-align: center;
		right: 20px;
		bottom: 20px;
		left: 20px;
		padding: 15px 20px;
		display: block;
	}

	.query-box-content {
		margin-bottom: 10px;
	}

	.query-box-content h3 {
		font-size: 20px;
	}

	.faq-accordion .accordion-item {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.faq-accordion .accordion-header .accordion-button {
		font-size: 20px;
	}

	.accordion-item .accordion-body {
		padding-right: 0px;
	}

	.accordion-item .accordion-body p {
		font-size: 16px;
	}

	.post-item-content h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.post-item-btn a {
		font-size: 16px;
	}

	.footer-logo img {
		max-width: 150px;
	}

	.footer-contact-info h2 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.footer-contact-info h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.footer-social-icon ul li a {
		height: 40px;
		width: 40px;
	}

	.footer-social-icon ul li a i {
		font-size: 20px;
	}

	.footer-link-list {
		margin-top: 30px;
	}

	.footer-link-list ul li {
		margin-right: 15px;
		font-size: 14px;
	}

	.footer-copyright-text {
		padding: 15px 0;
	}

	.footer-copyright-text p {
		font-size: 16px;
	}

	.page-header-box h1 {
		font-size: 24px;
	}

	.page-header-box ol li.breadcrumb-item {
		font-size: 14px;
	}

	.vision-mission-nav {
		margin-bottom: 20px;
	}

	.vision-mission-nav ul {
		gap: 10px 24px;
	}

	.vision-mission-nav ul li .nav-link::before {
		right: -15px;
		height: 6px;
		width: 6px;
	}

	.vision-mission-tab-content .section-title {
		margin-bottom: 15px;
	}

	.vision-mission-tab-content {
		margin-bottom: 20px;
	}

	.why-choose-img img {
		aspect-ratio: 1 / 1.7;
	}

	.why-choose-icon-box figure {
		height: 80px;
		width: 80px;
		border-width: 5px;
	}

	.why-choose-icon-box img {
		max-width: 30px;
	}

	.why-choose-list-item .icon-box {
		margin-right: 10px;
	}

	.why-choose-list-item .icon-box:before {
		width: 25px;
		height: 25px;
	}

	.why-choose-list-item .icon-box img {
		max-width: 40px;
	}

	.why-choose-item-content {
		width: calc(100% - 50px);
	}

	.why-choose-item-content h3 {
		font-size: 20px;
	}

	.why-choose-item-content p {
		font-size: 16px;
	}

	.cta-box {
		background-position: left -30px bottom -30px;
		background-size: contain;
	}

	.cta-box-img {
		max-width: 100%;
	}

	.amenities-content {
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	.amenities-content h3 {
		font-size: 20px;
	}

	.amenities-btn a {
		width: 34px;
		height: 34px;
	}

	.amenities-btn img {
		max-width: 12px;
	}

	.amenities-catagery-list h3 {
		font-size: 16px;
		padding: 15px 20px;
	}

	.amenities-catagery-list ul {
		padding: 20px;
	}

	.sidebar-cta-box {
		padding: 20px;
	}

	.amenities-featured-img {
		margin-bottom: 20px;
	}

	.amenities-featured-img img {
		aspect-ratio: 1 / 0.63;
	}

	.amenities-entry h2 {
		font-size: 28px;
	}

	.amenities-entry-box {
		padding: 20px;
	}

	.amenities-entry-item {
		width: 100%;
	}

	.amenities-entry-item .icon-box {
		margin-bottom: 10px;
	}

	.amenities-entry-item-content h3 {
		font-size: 18px;
	}

	.amenities-entry-box-footer p {
		font-size: 14px;
	}

	.amenities-why-choose .why-choose-list-item {
		width: 100%;
	}

	.project-btn {
		top: 20px;
		right: 20px;
	}

	.project-title {
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	.project-title h3 {
		font-size: 20px;
	}

	.project-deatil-box h2 {
		padding: 15px 20px;
	}

	.project-deatil-list {
		padding: 20px;
	}

	.project-single-image {
		margin-bottom: 20px;
	}

	.project-single-image img {
		aspect-ratio: 1 / 0.65;
	}

	.project-entry h2 {
		font-size: 28px;
	}

	.project-image-list {
		gap: 20px;
		margin-top: 20px;
	}

	.project-entry-list,
	.project-video-image {
		width: 100%;
	}

	.post-image img {
		aspect-ratio: 1 / 0.7;
	}

	.post-entry blockquote {
		background-position: 15px 12px;
		padding: 60px 15px 15px 15px;
	}

	.post-entry h2 {
		font-size: 24px;
	}

	.tag-links {
		font-size: 18px;
	}

	.post-tags .tag-links a {
		padding: 10px 15px;
	}

	.team-sidebar {
		margin-bottom: 20px;
	}

	.team-single-image img {
		aspect-ratio: 1 / 0.98;
		object-position: center center;
	}

	.team-member-info {
		margin-bottom: 30px;
	}

	.team-info-list {
		padding: 20px 0;
		margin-bottom: 20px;
	}

	.team-info-list ul li span {
		width: 38%;
	}

	.team-social-list ul li {
		margin-right: 10px;
	}

	.member-involvement-list ul {
		gap: 15px;
	}

	.member-involvement-list ul li {
		width: 100%;
		font-size: 16px;
		padding-left: 24px;
	}

	.member-involvement-list ul li:before {
		font-size: 16px;
		top: 4px;
	}

	.faq-catagery-list {
		padding: 20px;
	}

	.faq-catagery-list ul li {
		margin-bottom: 15px;
	}

	.contact-info-item {
		padding: 20px;
	}

	.contact-info-item .icon-box {
		margin-bottom: 15px;
	}

	.contact-info-content h3 {
		font-size: 20px;
	}

	.google-map-iframe,
	.google-map-iframe iframe {
		height: 350px;
	}
}


/* nex css start */
.invest-card {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 100%;
	background-color: #fff;
	transition: all 0.3s;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	padding: 12px;
	border-radius: 16px;
}

.invest-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.invest-card-thumb {
	height: 300px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	border-radius: 12px;
}

.invest-card-thumb-return {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px 20px;
	z-index: 1;
}

.invest-card-thumb-return p {
	color: #fff;
	font-size: 14px;
}

.invest-card-thumb-return .return-amount {
	color: var(--accent-color);
}
.invest-card-thumb .invest-bottom-ov {
    position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px 20px;
}

.monthly-badge {
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 99px;
    background-color: var(--accent-color);
}

.invest-card-thumb .invest-bookmark-btn {
	width: 35px;
	height: 35px;
	padding: 0;
	border: none;
	line-height: 1;
	font-size: 18px;
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	position: relative;
}

.invest-card-badges {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    z-index: 1;
}

.invest-bookmark-btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

.invest-bookmark-btn i.second-bookmark {
	opacity: 0;
}

.invest-bookmark-btn.bookmarked .first-bookmark {
	opacity: 0;
}

.invest-bookmark-btn.bookmarked .second-bookmark {
	opacity: 1;
}

.invest-card-thumb::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1));
	z-index: 1;
}

.invest-card-thumb .thumb-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
}

.invest-card-thumb .location,
.invest-card-thumb .title {
	color: #fff;
}

.invest-card-thumb .title {
	font-size: 24px;
}

.invest-card-thumb .title a:hover {
	color: #fff;
}

.invest-card-thumb .location {
	font-size: 14px;
	margin-bottom: 0;
}

.invest-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	transition: all 0.5s;
}

.invest-card:hover .invest-card-thumb img {
	transform: scale(1.25, 1.25) rotate(5deg);
}

.invest-card-content {
	padding-top: 20px;
	padding-bottom: 16px;
	padding-inline: 8px;
	font-size: 14px;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}

.invest-card-content .title {
	font-size: 22px;
}

.invest-card-content .title a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--primary-color);
}

.invest-card-agent {
	display: flex;
	align-items: center;
	gap: 12px;
}

.invest-card-agent img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	-o-object-fit: cover;
	border: 2px solid var(--accent-color);
}

.invest-card-agent h6 a {
	color: var(--primary-color);
}

.invest-card-agent p {
	font-size: 14px;
}

.invest-card-content .return-rate {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.invest-card-content .return-rate .return-amount {
	font-size: 24px;
	margin-bottom: 0;
}

.invest-card-content .return-rate p {
	margin-bottom: 0;
}

.invest-card-content .other-options {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.invest-card-content .single-option {
	width: 50%;
	padding: 10px;
}

.invest-card-content .single-option i {
    color: var(--accent-color);
}

.invest-card-content .single-option p {
	margin-bottom: 0;
	padding-left: 26px;
}

.invest-card-content .single-option h6 {
	margin-bottom: 0;
	font-size: 16px;
}

.invest-card-content .single-option h6 i {
    margin-right: 5px;
}

.invest-card-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -3px -10px;
}

.invest-card-list li {
	color: #777;
	padding: 3px 10px;
	font-size: 15px;
}

.invest-card-list li i {
	color: var(--p-color);
}

.invest-card-content .location {
	font-size: 15px;
	color: #777;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.invest-card-btn {
	width: 44px;
	height: 44px;
	background-color: var(--primary-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 18px;
	transition: all 0.3s;
}

.invest-card-btn:hover {
	background-color: var(--accent-color);
	color: #fff;
}

.invest-card:hover .invest-card-btn {
	background-color: var(--accent-color);
	color: #fff;
}

.invest-card-footer {
	padding-inline: 8px;
	position: relative;
	z-index: 4;
}

.invest-card-footer-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	padding-top: 12px;
	padding-bottom: 0;
	border-top: 1px solid #e5e5e5;
}

.invest-card-footer .cmn-btn.btn-sm,
.invest-card-footer .cmn-btn2.btn-sm {
	padding: 10px 25px;
}

.invest-cat {
	font-weight: 500;
	margin-bottom: 0;
	font-size: 14px;
}

.invest-btn {
	color: var(--accent-color);
	font-weight: 500;
}

.calculate-btn {
	color: var(--accent-color);
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.calculate-btn i {
	margin-right: 5px;
	animation: ring 2s infinite linear;
}



.bookmark-btn {
    border: none;
    background: transparent;
    color: var(--accent-color);
}

.bookmark-btn .bookmark-icons {
    position: relative;
    width: 20px;
    height: 20px;
    font-size: 22px;
    background-color: transparent;
    border: none;
    margin-right: 6px;
}

.bookmark-btn i {
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s;
    transform: translateY(-50%);
}

.bookmark-btn i.second-bookmark {
    opacity: 0;
}

.bookmark-btn.bookmarked .first-bookmark {
    opacity: 0;
}

.bookmark-btn.bookmarked .second-bookmark {
    opacity: 1;
    color: var(--main-color);
}

.property-share {
    color: var(--accent-color);
    border: none;
    background: transparent;
    font-size: 20px;
}

.social-share-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-share-list li {
    padding: 5px 7px;
}

.social-share-list li a {
    width: 40px;
    height: 40px;
    background-color: #0059ff18;
    border: 1px solid #0059ff3b;
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 17px;
}

.social-share-list li a:hover {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}


.property-details-thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 450px;
}

.property-details-thumb .gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all 0.3s;
    z-index: 2;
}

.property-details-thumb:hover .gallery {
    background-color: rgba(0, 0, 0, 0.55);
}

.property-details-thumb.choto-img {
    height: 217px;
}

@media (max-width: 1399px) {
    .property-details-thumb {
        height: 472px;
    }
    .property-details-thumb.choto-img {
        height: 228px;
    }
}

@media (max-width: 767px) {
    .property-details-thumb,
    .property-details-thumb.choto-img {
        height: auto;
    }
}

.property-details-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    transition: all 0.3s;
}

.property-details-thumb:hover img {
    transform: scale(1.1, 1.1);
}

.property-details-banner {
    padding-top: 80px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1399px) {
    .property-details-banner {
        padding-top: 40px;
    }
}

.property-details-top {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.property-details-top .content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    padding: 15px;
}

.property-details-top-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -7px 0;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
		margin-top: 8px;
}

.property-details-top-info li {
    padding: 7px 0;
    font-size: 15px;
}

.property-details-top-info li::after {
    content: '/';
    padding: 0 10px;
}

.property-details-top-info li:last-child::after {
    display: none;
}

.property-details-top-info li i {
    color: var(--accent-color);
}

.property-details-top .content .title {
    font-size: 32px;
}

.property-details-top .action {
    padding: 15px;
    text-align: right;
}

.property-details-top .p-amount {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    font-weight: 600;
}

.property-details-top .p-amount span {
    font-weight: 400;
    font-size: 60%;
    margin-left: 8px;
}

.property-details-sidebar {
    position: sticky;
    top: 100px;
}

.invest-cal-wrapper {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(0,0,0,0.05);
}

.invest-cal-wrapper .title {
    padding: 20px 20px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}

.calculate-form {
    padding: 20px;
}

.cal-details-list {
    padding: 15px;
    background-color: var(--secondary-color);
    border-radius: 5px;
}

.cal-details-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    padding: 12px 0;
}

.cal-details-list li:first-child {
    padding-top: 0;
}

.cal-details-list li:last-child {
    padding-bottom: 0;
}

.cal-details-list li+li {
    border-top: 1px dashed #bbb;
}

.cal-details-list li .caption {
    font-weight: 500;
}

.property-details-agent {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    margin-top: 24px;
    padding: 20px;
}

.property-details-agent .agent-part {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.property-details-agent .agent-part img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    -o-object-fit: cover;
}

.property-details-agent .agent-part .content h5 a {
    color: var(--primary-color);
}

.property-details-agent .agent-part .content p {
    font-size: 14px;
}

.agent-info-list {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #e5e5e5;
}

.agent-info-list li + li {
    margin-top: 16px;
}

.agent-info-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.agent-info-list li i {
    color: var(--accent-color);
}

.agent-info-list li span {}

.agent-info-list li span {}

.icon-field {
    position: relative;
}

.text-sm {
    font-size: 14px !important;
}


#profit-table td {
    border-bottom: 1px dashed #bbb !important;
    padding: 10px 0;
    font-size: 14px;
}

#profit-table td:last-child {
    text-align: right;
}

.icon-field i {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: all 0.3s;
}

.icon-field input {
    padding-left: 50px;
}

.icon-field input:focus~i {
    border-color: var(--main-color);
}

.property-details-wrapper .content-box .title {
    margin-bottom: 15px;
}

.property-details-wrapper .content-box+.content-box {
    margin-top: 45px;
}

.single-feature {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.single-feature p {
    margin-bottom: 0;
    font-size: 15px;
}

.single-feature .p-amount {
    font-size: 18px;
    font-weight: 600;
}

.gallery-item {
    position: relative;
    height: 210px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.gallery-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    opacity: 0;
    transition: all 0.3s;
}

.gallery-item:hover a {
    opacity: 0.4;
}

.property-map {
    width: 100%;
    height: 450px;
    border: none;
}

.amenities-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.single-amenities {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-amenities i {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.single-amenities:hover i {
    background-color: var(--accent-color);
    color: #fff;
    border-color: var(--accent-color);
}

.single-amenities h6 {
    font-size: 14px;
}

.single-amenities .caption {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 8px;
}

.single-amenities .content {
    width: calc(100% - 55px);
    padding-left: 15px;
}

@media (max-width: 1199px) {
    .invest-cal-wrapper .title {
        font-size: 20px;
    }

    .property-details-banner {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .property-details-top .action {
        text-align: left;
    }

    .property-map {
        height: 350px;
    }

    .property-details-top .content .title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .property-details-top .content .title {
        font-size: 24px;
    }

    .calculate-form {
        padding: 20px;
    }
}

.single-review {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.single-review .thumb {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
}

.single-review .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.single-review .content {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.single-review .content h6 {
    margin-bottom: 0;
}

.ratings i {
    font-size: 14px;
    color: #ffb307;
}

.star-cb-group {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
    /* the hidden clearer */
}

.star-cb-group * {
    font-size: 1rem;
}

.star-cb-group>input {
    display: none;
}

.star-cb-group>input+label {
    /* only enough room for the star */
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 30px;
    white-space: nowrap;
    cursor: pointer;
}

.star-cb-group>input+label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "☆";
    color: #888;
    font-size: 28px;
}

.star-cb-group>input:checked~label:before,
.star-cb-group>input+label:hover~label:before,
.star-cb-group>input+label:hover:before {
    content: "★";
    color: #ffb307;
    text-shadow: 0 0 1px #333;
}

.star-cb-group>.star-cb-clear+label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.star-cb-group>.star-cb-clear+label:before {
    width: .5em;
}

.star-cb-group:hover>input+label:before {
    content: "☆";
    color: #888;
    text-shadow: none;
}

.star-cb-group:hover>input+label:hover~label:before,
.star-cb-group:hover>input+label:hover:before {
    content: "★";
    color: #ffb307;
    text-shadow: 0 0 1px #333;
}

.related-slider .slick-list {
    margin: -20px -15px;
}

.related-slider .single-slide {
    padding: 20px 15px;
}

.related-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.related-slider .slick-dots li {
    padding: 0 3px;
}

.related-slider .slick-dots li button {
    padding: 0;
    font-size: 0;
    border: none;
    width: 12px;
    height: 12px;
    background-color: #ddd;
    border-radius: 50%;
    transition: all 0.3s;
}

.related-slider .slick-dots li.slick-active button {
    background-color: var(--accent-color);
}

/****** Style Star Rating Widget *****/

.rating {
    border: none;
    float: left;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating>input:checked~label,
/* show gold star when clicked */
.rating:not(:checked)>label:hover,
/* hover current star */
.rating:not(:checked)>label:hover~label {
    color: #FFD700;
}

/* hover previous stars in list */

.rating>input:checked+label:hover,
/* hover current star when changing rating */
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
/* lighten current selection */
.rating>input:checked~label:hover~label {
    color: #FFED85;
}


.referral-wrapper {
    padding: 30px;
    background-color: #fff;
    border-radius: 16px;
}

.referral-box {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #e5e5e5;
}

.referral-box + .referral-box {
    margin-top: 24px;
}

.referral-box-icon {
    position: relative;
    width: 65px;
    height: 65px;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 28px;
}

.referral-box-icon::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
}

.referral-box-content {
    width: calc(100% - 65px);
    padding-left: 20px;
}

.referral-box-title {
    font-size: 20px;
}
/* affiliate css end */

/* bonus section css start */
.bonus-box {
    position: relative;
    padding: 24px;
    background-color: var(--main-color2);
    border-radius: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 5px 5px 1px rgba(0,0,0,0.15);
    z-index: 1;
}

.bonus-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(179deg, rgba(255, 255, 255, 0.4), transparent);
    border-radius: 20px;
    z-index: -1;
}

.bonus-box-name {
    display: inline-block;
    color: #fff;
    margin-inline: auto;
    font-size: 20px;
    margin-bottom: 20px;
}

.bonus-box-title {
    padding: 8px 20px;
    background-color: var(--main-color);
    font-size: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    color: #fff;
}

.bonus-box p {
    color: #fff;
}

.bonus-box-price p {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
}

.bonus-box-price span {
    line-height: 1;
    color: #fff;
}


.blog-box-thumb {
    overflow: hidden;
    height: 280px;
    border-radius: 12px;
}

.blog-box-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    transition: all 0.5s;
}

.blog-box:hover .blog-box-thumb img {
    transform: scale(1.1, 1.1);
}

.blog-box-content {
    padding: 20px 12px 16px 12px;
}

.blog-box-content .title {
    font-size: 22px;
}

.blog-box-content .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -3px -15px;
}

.blog-meta li {
    padding: 3px 15px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.blog-meta li i {
    margin-right: 5px;
}

.blog-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--para-color);
    margin-top: 16px;
    padding-top: 16px;
    margin-top: 24px;
    border-top: 1px solid #e5e5e5;
}

.blog-btn span {
    font-weight: 600;
}

.blog-btn i {
    width: 44px;
    height: 44px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s;
}

.blog-btn:hover i {
    background-color: var(--main-color);
}

.side-blog {
    display: flex;
    flex-wrap: wrap;
}

.side-blog+.side-blog {
    margin-top: 20px;
}

.side-blog-thumb {
    width: 70px;
    height: 60px;
    overflow: hidden;
}

.side-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.side-blog-content {
    width: calc(100% - 70px);
    padding-left: 20px;
}

.side-blog-content h6 a {
	color: var(--primary-color);
}

.blog-share-part {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px 20px 20px;
}

.blog-share-part .caption {
    margin: 0 15px 0 0;
}

.blog-share-list {
    margin-bottom: 0;
}

.blog-share-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.blog-share-list li {
    padding: 5px 10px;
}

.blog-share-list li a {
    color: var(--p-color);
}

.blog-share-list li a:hover {
    color: var(--main-color);
}

.blog-details-thumb {
    height: 450px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.blog-details-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.card {
    background-color: #fff;
    position: relative;
    z-index: 1;
}


.modal-title.text-white {
    color: var(--h-color) !important;
}

.modal-content {
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-content .close {
    width: 30px;
    font-size: 20px;
    background-color: #ff4c52;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: none;
}

.modal-content .cmn-btn {
    padding: 8.5px 30px;
    font-size: 16px;
}

.modal-header,
.modal-footer {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.modal-open,
.modal-open #header {
    padding-right: 0px !important;
}

.modal-open {
    overflow: auto !important;
}

.card {
    border: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.card-header,
.card-footer {
    padding: 15px 20px;
    border-color: rgb(0 0 0 / 10%);
    background-color: #ffffff14;
}

.card-header {
    border-radius: 8px 8px 0 0;
}

.card-footer {
    border-radius: 0 0 8px 8px;
}

.card-body {
    padding: 15px 20px;
}

.bg-body {
    background-color: var(--body-bg) !important;
}

.blog-details {
	background-color: #F9F9F9;
}


.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.map-area {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    margin-top: 50px;
}

.map-area iframe {
    height: 550px;
    width: 100%;
}



@media (max-width: 991px) {

    .map-area,
    .contact-area {
        width: 100%;
        padding: 0;
    }

    .map-area iframe {
        height: 450px;
    }

    .contact-area {
        margin-top: 40px;
    }
}


@media (max-width: 575px) {
    .map-area iframe {
        height: 300px;
    }
}

.conact-section ~ .s-pt-120 {
    padding-top: 0 !important;
}

.contact-item {
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.contact-item .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.contact-item .title i {
    color: var(--main-color);
}


.featured-section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #F6F6F6;
}

.featured-section-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: -1;
}

.featured-section .line-obj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
}

.featured-slider .slick-list {
    margin: -20px;
}

.featured-slider .single-slide {
    padding: 20px;
}

.featured-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0;
    gap: 6px;
}

.featured-slider .slick-dots li.slick-active button {
    border-color: var(--main-color);
}

.featured-slider .slick-dots button {
    position: relative;
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 50%;
    padding: 0;
    border: 1px solid transparent;
    font-size: 0;
}

.featured-slider .slick-dots button::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #464646;
    border-radius: 50%;
}


.featured-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: all 0.3s;
}

.featured-item:hover {
    transform: translateY(-10px);
}

.featured-item .thumb {
    position: relative;
    width: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
    overflow: hidden;
}

.featured-badges {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.featured-badge,
.license-badge,
.ownership-badge {
    padding: 4px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 99px;
}

.featured-badge {
    background-color: var(--accent-color);
}

.license-badge {
    background-color: #22c55e;
}

.ownership-badge {
    background-color: #fff;
    color: #000;
}

.featured-item .invest-card-footer-inner {
    padding-bottom: 0 !important;
    padding-top: 20px !important;
}

.featured-item:hover .invest-card-btn {
    background-color: var(--accent-color);
}

.featured-info-item h6 {
    font-size: 18px;
}

.featured-info-item p {
    font-size: 15px;
}

.plan-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.featured-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.featured-item .content {
    width: calc(40% - 20px);
    padding: 32px 30px;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0,0,0,0.05);
}

.featured-item .content .top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
}

.featured-item .content .top .top-content {
    width: calc(100% - 50px);
}

.featured-item .content .top .top-content .title a {
    color: var(--primary-color);
}

.featured-item .content .top .top-content .title a:hover {
    color: var(--accent-color);
}

.featured-item .content .top .featured-bookmark-btn {
    position: relative;
    width: 50px;
    height: 30px;
    text-align: right;
    font-size: 24px;
    border: none;
    background-color: transparent;
    color: #777;
}

.featured-item .content .top .featured-bookmark-btn i {
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s;
}

.featured-item .content .top .featured-bookmark-btn i.second-bookmark {
    opacity: 0;
}

.featured-item .content .top .featured-bookmark-btn.bookmarked i.first-bookmark {
    opacity: 0;
}

.featured-item .content .top .featured-bookmark-btn.bookmarked i.second-bookmark {
    opacity: 1;
    color: var(--accent-color);
}

.featured-property-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featured-property-btn span {
    font-weight: 600;
    color: var(--h-color);
}

.featured-property-btn i {
    width: 44px;
    height: 44px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s;
}

.featured-property-btn:hover i {
    background-color: var(--accent-color);
    color: #fff;
}

.feature-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
    padding-top: 16px;
}

.featured-item .utilities {
    width: calc(100% - 250px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

.featured-item .utilities li {
    padding: 5px 15px;
}


.featured-item .utilities li:first-child {
    padding-left: 0;
}

.featured-item .utilities li i {
    color: var(--p-color);
    margin-right: 6px;
}

.featured-item .property-ratings i,
.featured-item .property-ratings {
    font-size: 16px;
}

.featured-section ~ .property-section {
    padding-top: 0 !important;
}

.offer-token-section {
    padding: 100px 0;
    background-color: #F6F6F6;
}

.agent-section {
    padding: 100px 0;
    background-color: #fff;
}

.offer-token-item {
    padding: 12px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.offer-token-item:hover {
    transform: translateY(-5px);
}

.offer-token-item .thumb {
    width: 20%;
    background-size: cover;
    border-radius: 12px;
    position: relative;
}

.offer-token-item .content {
    width: 80%;
    padding-left: 24px;
    padding-block: 8px;
    padding-right: 8px;
}

.offer-token-item .top-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.offer-token-item .top-part .title {
    font-size: 22px;
}

.offer-token-item .top-part .title a {
    color: var(--primary-color);
}

.offer-token-item .top-part .left p {
    font-size: 16px;
}

.offer-token-item .top-part .left p a {
    color: var(--text-color);
}

.offer-token-item .top-part .right {
    text-align: right;
}

.offer-token-item .info-part {
    display: flex;
    flex-wrap: wrap;
    padding-block: 16px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-block: 16px;
    justify-content: space-between;
}

.offer-token-item .info-part .single {
    width: calc(25% - 16px);
    border-right: 1px solid #dddddd;
}

.offer-token-item .info-part .single:last-child {
    border-right: none;
}

.offer-token-item .info-part .single p {
    font-size: 16px;
}

.offer-token-item .info-part .single h6 {
    font-size: 18px;
}

.offer-token-item .bottom-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offer-token-item .seller {
    display: flex;
    align-items: center;
    gap: 12px;
}

.offer-token-item .seller img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 50%;
}

.offer-token-item .seller .seller-content span {
    font-size: 16px;
    margin-top: 4px;
}

.offer-token-item .btn-default {
    font-size: 14px;
    padding: 15px 22px;
}

.details-tabs {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.details-tabs li {
    width: calc(100% / 5);
}

.details-tabs li a {
    padding: 18px 12px;
    position: relative;
    display: block;
    text-align: center;
    color: var(--primary-color);
    font-size: 14px;
}

.details-tabs li a::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
    opacity: 0;
}

.details-tabs li a.active::after {
    opacity: 1;
}

@media (max-width: 1399px) {
    .featured-item .utilities {
        width: calc(100% - 200px);
    }

    .featured-item .content {
        padding: 35px 30px;
    }

    .featured-item .thumb {
        width: 40%;
    }

    .featured-item .content {
        width: calc(60% - 20px);
    }

    .featured-item .other-options {
        padding: 10px 0;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .featured-item .other-options .single-option {
        padding: 10px 10px;
    }

    .featured-item .other-options p {
        font-size: 13px;
    }

    .featured-item .other-options .option-title {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .featured-item .thumb {
        width: 100%;
        height: 400px;
    }

    .featured-item .content {
        width: 100%;
        margin-top: 16px;
    }
    
    .offer-token-item .thumb {
        width: 30%;
    }
    
    .offer-token-item .content {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .featured-item .other-options .single-option {
        width: 50%;
    }

    .featured-item .other-options .single-option:nth-child(2)::after {
        display: none;
    }

    .featured-item .content .return .return-amount {
        font-size: 24px;
    }
}


@media (max-width: 575px) {
    .featured-section {
        padding-block: 50px;
    }
    .details-tabs li {
        width: calc(100% / 3);
    }
    .featured-item .thumb {
        height: 260px;
    }

    .featured-item .utilities {
        width: 100%;
    }

    .featured-item .utilities~.cmn-btn {
        width: 100%;
        margin-top: 15px;
    }

    .featured-item .content {
        padding: 25px 20px;
    }

    .featured-item .content .return p {
        font-size: 13px;
    }

    .featured-item .content .return .return-amount {
        font-size: 18px;
    }

    .feature-footer [class*="cmn-"] {
        padding: 10px 15px;
        font-size: 14px;
    }
}


/* brand-section css start */
.brand-section {
    padding: 60px 0;
}

.brand-item {
    text-align: center;
}

.brand-item img {
    display: inline-block;
    max-height: 145px;
}

/* brand-section css end */

.work-section {
    padding: 100px 0;
}

.work-box {
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    text-align: center;
    background: #fff;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.work-box:hover {
    transform: translateY(-5px);
    border-color: var(--accent-color);
}

.work-box-step {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
    opacity: 0.5;
    font-weight: 600;
}

.work-box .icon img {
    height: 70px;
}

.work-box .content {
    margin-top: 36px;
}

.work-box .content .title {
    font-size: 22px;
}

.work-box .content p {
    font-size: 16px;
}

.referral-thumb {
    padding: 30px;
    background: #fff;
    border-radius: 16px;
}

.referral-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 10px #00000010;
}

.referral-item .icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.referral-item .icon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--accent-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0.15;
    z-index: -1;
    transition: all 0.3s;
}

.referral-item:hover .icon::before {
    opacity: 1;
}

.referral-item .icon i {
    font-size: 24px;
    color: var(--accent-color);
    transition: all 0.3s;
}

.referral-item:hover .icon i {
    color: #fff;
}

.referral-item .content {
    width: calc(100% - 50px);
    padding-inline-start: 1.25rem;
}

.referral-item .content p {
    font-size: 16px;
}

.referral-item .content p span {
    color: var(--accent-color);
}

.property-details-top .property-ratings {
    font-size: 14px;
}

.property-details-top .title {
    font-weight: 600;
}

.top-review-box {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
}

.top-review-box .top {
    padding: 12px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.top-review-box .review-wrapper {
    padding: 12px 16px;
}

.top-review-box .property-ratings {
    font-size: 14px;
}

.rating-average {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: var(--accent-color);
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-single-review-text {
    font-size: 14px;
}

.top-single-review .client {
    margin-top: 12px;
}

.top-single-review .client h6 {
    font-size: 14px;
}

.top-single-review .client p {
    font-size: 12px;
}

.top-review-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.top-review-slider .slick-dots {
    margin-top: 12px;
}

.top-review-slider .slick-dots li button {
    font-size: 0;
    border: none;
    padding: 0;
    background-color: #d6d6d6;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.top-review-slider .slick-dots li.slick-active button {
    background-color: var(--accent-color);
}

.top-location-box {
    margin-top: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.top-location-box .property-map {
    height: 190px;
}

@media (max-width: 991px) {
    .top-location-box .property-map {
        height: 290px;
    }
}

.agent-details {
    padding-bottom: 80px;
}


.agent-details-cover-img {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.agent-details-cover-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
    z-index: -1;
}

.agent-details-top {
    position: relative;
    z-index: 0;
    margin-top: -80px;
}

.agent-details-info-part {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.agent-details-info-part .thumb {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
}

.agent-details-info-part .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.agent-details-info-part .content {
    width: calc(100% - 190px);
    padding-left: 24px;
}

.agent-details-info-part .agent-ratings i {
    color: #ffc23f;
}

.agent-details-info-part .agent-ratings span {
    color: #fff;
}

.text-primary {
    color: var(--accent-color) !important;
}

.agent-about-part {
    padding-top: 80px;
}

.agent-about-part .section-title h2 {
    font-size: 38px;
}

.agent-details-single-review {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
}

.agent-details-single-review + .agent-details-single-review {
    margin-top: 20px;
}

.agent-details-single-review .agent-review-top {
    display: flex;
    flex-wrap: wrap;
    align-items: cover;
    gap: 16px;
}

.agent-details-single-review .agent-review-top img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    -o-object-fit: cover;
}

.agent-details-single-review .agent-review-top p {
    font-size: 14px;
}

.agent-details-single-review-ratings {}

.agent-details-single-review-ratings i {
    color: #ffc23f;
}

@media (max-width: 991px) {
    .agent-details-cover-img {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .offer-token-item .thumb {
	    width: 100%;
	    height: 300px;
	}
	
	.offer-token-item .content {
	    width: 100%;
	    padding-left: 8px;
	    margin-top: 12px;
	}
	
	.agent-details-info-part {
	    justify-content: center;
	}
	
	.agent-details-info-part .thumb {
	    width: 150px;
	    height: 150px;
	}
	
	.agent-details-info-part .content {
	    width: 100%;
	    padding-left: 0;
	    margin-top: 24px;
	    text-align: center;
	}
	
	.agent-details-info-part .content .d-flex {
	    justify-content: center;
	}
	
	.agent-details-info-part .content .d-flex.mt-4 {
	    margin-top: 12px !important;
	}
	
	.agent-details-info-part .content .d-flex.mt-4 > div {
	    width: 100%;
	}
	
	.agent-details-info-part .content p.text-white {
	    color: var(--text-color) !important;
	}
	
	.agent-details-info-part .agent-ratings span {
	    color: var(--text-color);
	}
}

@media (max-width: 575px) {
    .offer-token-item .top-part,
    .offer-token-item .bottom-part {
        flex-wrap: wrap;
    }
    .offer-token-item .top-part .right {
        text-align: left;
    }
    .offer-token-item .bottom-part .right {
        width: 100%;
        margin-top: 16px;
    }
    .offer-token-item .info-part {
        padding-bottom: 0;
    }
    .offer-token-item .info-part .single {
        width: calc(50% - 16px);
        margin-bottom: 16px;
    }
    
    .offer-token-item .info-part .single:nth-child(2) {
        border-right: none;
    }
    
    .offer-token-section {
        padding: 50px 0 20px 0;
    }
    
    .work-section {
        padding: 50px 0;
    }
    
    .agent-details-info-part .content .d-flex.gap-4 {
        gap: 6px 16px !important;
    }
    
    .agent-about-part .section-title h2 {
        font-size: 28px;
    }
}

















/* new css end */