/*================ Google Fonts =================*/
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
/*================ End Google Fonts =================*/
/*================ 2. Basic Styles =================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
:focus-visible {
  outline: none;
}
html {
  font-family: "Hanken Grotesk", sans-serif;
}
body {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #121212;
  font-family: "Hanken Grotesk", sans-serif;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
iframe {
  border: 0;
  width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
i {
  display: block;
}
i::before {
  content: "";
  display: block;
  background-size: cover;
}
.container {
  padding: 0;
  max-width: 1140px;
}
.mobile-only .custom-logo-link {
  display: none;
}
.admin-bar header {
  margin-top: 32px;
}
.button-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* cursor */
/* .cursor,
.cursor2 {
  position: fixed;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
}
.cursor {
  height: 0;
  width: 0;
  z-index: 99999;
}
.cursor2 {
  height: 36px;
  width: 36px;
  z-index: 99998;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cursor2 {
  border: 2px solid #2dd2ff;
  box-shadow: 0 0 22px rgba(246, 231, 54, 0.4);
}
.cursor2.hover {
  -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
  transform: scale(2) translateX(-25%) translateY(-25%);
  border: none;
  background: rgba(246, 231, 54, 0.2);
  box-shadow: 0 0 14px rgba(246, 231, 54, 0.3);
} */

/*================ End Basic Styles =================*/

/*================ 3. Typography =================*/
h1,
.heading-one {
  font-size: 44px;
  line-height: 60px;
}
h2,
.heading-two {
  font-size: 40px;
  line-height: 52px;
}
h3,
.heading-three {
  font-size: 34px;
  line-height: 46px;
}
h4,
.heading-four {
  font-size: 24px;
  line-height: 31px;
}
h5,
.heading-five {
  font-size: 20px;
  line-height: 32px;
}
h6,
.heading-six {
  font-size: 18px;
  line-height: 30px;
}
h1,
h2,
h3,
h4,
h5 .heading-one,
.heading-two,
.heading-three,
.heading-four,
.heading-five {
  font-weight: 700;
}
h6,
.heading-six {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-one,
.heading-two,
.heading-three,
.heading-four,
.heading-five,
.heading-six {
  color: #121212;
}
p,
a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
a {
  display: inline-block;
}
a:hover {
  color: #474a67;
}
.text-sm {
  font-size: 14px;
  line-height: auto;
}
.text-md {
  font-size: 16px;
  line-height: 24px;
}
.text-lg {
  font-size: 22px;
  line-height: 34px;
}
.text-title {
  font-size: 48px;
  line-height: 74px;
  font-weight: 400;
}
.text-title strong {
	font-weight: 800;
}
.text-white > p {
  color: #fff;
}
.fw-400 {
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0 0 16px 0;
}
p:last-child {
  margin-bottom: 0;
}
dl,
ol,
ul,
ul li {
  list-style-type: none;
  padding: 0;
}

/*================ End Typography =================*/

/*================ Color Style =================*/
.text-site-black {
  color: #121212;
}
.text-site-grey {
  color: #474a67;
}
.text-grey {
  color: #808080;
}
.text-yellow {
  color: #2dd2ff;
}
.bg-site-black {
  background-color: #121212;
}
.bg-site-grey {
  background-color: #474a67;
}
.bg-light-grey {
  background-color: #f1f5f9;
}
.bg-yellow {
  background-color: #2dd2ff;
}
.text-white * {
  color: #fff;
}
/*================ End Color Style =================*/

/*================ Spacing Class =================*/
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.pb-30 {
  padding-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-36 {
  padding-bottom: 36px;
}
.mb-60 {
  margin-bottom: 60px;
}
/*================ End Spacing Class =================*/

/*================ Form Style =================*/
label {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 8px;
	display: block;
	color: #121212;
}
input, textarea {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #121212;
	padding: 11px 16px;
	border-radius: 8px;
	border: 1px solid #D9DADC;
	background-color: #fff;
	width: 100%;
}
input::placeholder,
textarea::placeholder {
  color: #808080;
  opacity: 1;
}
input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  box-shadow: none;
  border-color: #121212;
}
select {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #121212;
	border-radius: 8px;
  border: 1px solid #D9DADC;
	background-color: white;
	appearance: none;
	background-image: url(./assets/images/icon_down_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
  background-size: 16px;
	padding: 11px 40px 11px 16px;
  width: 100%;
}
textarea {
  resize: none;
}
.form-group {
  margin-bottom: 16px;
}
.form-check {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-left: 12px;
  margin-bottom: 12px;
}
.form-check label {
  margin-bottom: 0;
  cursor: pointer;
}
.form-check-input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid #e1e3eb;
  background-color: #ffffff;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: none;
}
.form-check-input[type="checkbox"]:checked {
  background-color: #121212;
  border: 1px solid #121212;
  background-image: url("./assets/images/icon_check_box_right.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  transition: none;
}
.form-check-input[type="checkbox"]:disabled {
  opacity: 1;
  background-color: #e1e3eb;
  border-color: #e1e3eb;
}
.form-check-input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
}
.filter-box select {
  appearance: none;
  background-image: url(./assets/images/icon_down_arrow.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-color: transparent;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 12px;
	font-weight: 400;
	display: block;
	line-height: 16px;
	margin-top: 8px;
}
.wpcf7-form-control.wpcf7-radio {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.wpcf7-list-item {
  position: relative;
  margin: 0;
  display: block;
}
.wpcf7-list-item input[type="radio"] {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
	border-radius: 8px;
	cursor: pointer;
	transition: color 0.15s ease-in;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
}
.wpcf7-list-item input[type="radio"] ~ .wpcf7-list-item-label {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #121212;
	display: flex;
	z-index: -1;
	transition: 0.3s ease-in-out;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
  border: 1px solid #D9DADC;
  padding: 9px 30px;
}
.wpcf7-list-item input[type="radio"]:checked ~ .wpcf7-list-item-label {
  background-color: #121212;
  border-color: #121212;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
.register-interest-block .wpcf7-form-control.wpcf7-radio {
  padding: 4px;
	border-radius: 8px;
	border: 1px solid #d9dadc;
}
.register-interest-block .wpcf7-list-item input[type="radio"] ~ .wpcf7-list-item-label {
  padding: 10px 30px;
  border: none;
}
.register-interest-block .wpcf7-list-item input[type="radio"]:checked ~ .wpcf7-list-item-label {
  background-color: #2dd2ff;
  color: #121212;
  transition: 0.3s ease-in-out;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  display: none;
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7 form .wpcf7-response-output {
	margin: 12px 0 0;
	padding: 4px 6px;
	border: 1px solid #00a0d2;
	border-radius: 8px;
	font-size: 12px;
	line-height: 16px;
	color: #121212;
}
#apex27-contact-form-result {
	color: #121212 !important;
	font-weight: 600;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
input::-webkit-contacts-auto-fill-button {
  display: none !important;
}
/*================ End Form Style =================*/

/*================ Pagination =================*/
.pagination {
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
	padding: 0;
}
.pagination-previous, .pagination-next {
  border: 1px solid #121212;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  margin: 0;
  transition: 0.3s;
  background: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-previous::before, .pagination-next::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-mask-image: url(./assets/images/icon_arrow_left.svg);
  mask-image: url(./assets/images/icon_arrow_left.svg);
  width: 26px;
  height: 26px;
  background: #121212;
  transition: 0.3s;
}
.pagination-next::before {
  -webkit-mask-image: url(./assets/images/icon_arrow_right.svg);
  mask-image: url(./assets/images/icon_arrow_right.svg);
}
.pagination-previous:hover, .pagination-next:hover {
	background-color: #121212;
	transition: 0.3s;
}
.pagination-previous:hover::before, .pagination-next:hover::before {
	background: #FFFFFF;
	transition: 0.3s;
}
.page-numbers {
  font-size: 16px;
  line-height: 28px;
	border: 1px solid #121212;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  margin: 0;
  transition: 0.3s;
  background: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers:hover, .page-numbers.current {
	color: #FFFFFF;
	background-color: #121212;
	transition: 0.3s;
}
.page-numbers i:before {
	transition: 0.3s;
}
.page-numbers:hover i:before, .page-numbers.current i:before {
	background-color: #FFFFFF;
	transition: 0.3s;
}
/*================ End Pagination =================*/

/*================ Site Icons Style =================*/
i {
  display: inline-flex;
}
i:before {
  content: "";
  display: inline-block;
  background-size: cover;
  mask-size: cover;
  -webkit-mask-size: cover;
  background-repeat: no-repeat;
}
.icon-plus::before {
  -webkit-mask-image: url(./assets/images/icon_add.svg);
  mask-image: url(./assets/images/icon_add.svg);
  width: 24px;
  height: 24px;
  background: #121212;
}
.icon-minus::before {
  -webkit-mask-image: url(./assets/images/icon_minus.svg);
  mask-image: url(./assets/images/icon_minus.svg);
  width: 24px;
  height: 24px;
}
.icon-arrow-right::before {
  -webkit-mask-image: url(./assets/images/icon_right_arrow.svg);
  mask-image: url(./assets/images/icon_right_arrow.svg);
  width: 24px;
  height: 24px;
  background: #121212;
}
.icon-quote::before {
  background-image: url(./assets/images/icon_quote.svg);
  width: 60px;
  height: 60px;
}
.icon-play-btn {
  background-image: url(./assets/images/icon_play.svg);
  width: 60px;
  height: 60px;
}
.icon-call::before {
  -webkit-mask-image: url(./assets/images/icon_call.svg);
  mask-image: url(./assets/images/icon_call.svg);
  width: 24px;
  height: 24px;
  background: #121212;
}
.icon-search::before {
  -webkit-mask-image: url(./assets/images/icon_search.svg);
  mask-image: url(./assets/images/icon_search.svg);
  width: 24px;
  height: 24px;
  background: #121212;
}
.icon-bathroom::before {
  -webkit-mask-image: url(./assets/images/icon_bathroom.svg);
  mask-image: url(./assets/images/icon_bathroom.svg);
  width: 20px;
  height: 20px;
  background: #121212;
}
.icon-bed::before {
  -webkit-mask-image: url(./assets/images/icon_bed.svg);
  mask-image: url(./assets/images/icon_bed.svg);
  width: 20px;
  height: 20px;
  background: #121212;
}
.icon-living-room::before {
  -webkit-mask-image: url(./assets/images/icon_living_room.svg);
  mask-image: url(./assets/images/icon_living_room.svg);
  width: 20px;
  height: 20px;
  background: #121212;
}
.icon-hand {
  margin-left: 8px;
  width: 52px;
  height: 52px;
  background: url(./assets/images/icon_hand.svg) no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
.icon-arrow-left::before {
  -webkit-mask-image: url(./assets/images/icon_arrow_left.svg);
  mask-image: url(./assets/images/icon_arrow_left.svg);
  width: 26px;
  height: 26px;
  background: #121212;
}
.icon-arrow-right::before {
  -webkit-mask-image: url(./assets/images/icon_arrow_right.svg);
  mask-image: url(./assets/images/icon_arrow_right.svg);
  width: 26px;
  height: 26px;
  background: #121212;
}
.product-filter::before {
  -webkit-mask-image: url(./assets/images/product_filter.svg);
  mask-image: url(./assets/images/product_filter.svg);
  width: 20px;
  height: 20px;
  background: #121212;
}
.icon-pagination-left::before {
	-webkit-mask-image: url(./assets/images/icon_arrow_left.svg);
	mask-image: url(./assets/images/icon_arrow_left.svg);
	width: 26px;
	height: 26px;
	background: #121212;
}
.icon-pagination-right::before {
	-webkit-mask-image: url(./assets/images/icon_arrow_right.svg);
	mask-image: url(./assets/images/icon_arrow_right.svg);
	width: 26px;
	height: 26px;
	background: #121212;
}
.white-icon::before {
  background: #FFFFFF;
}

/*================ Common Elements Style =================*/
.solid-btn,
.line-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 16px;
  color: #121212;
  background-color: #2dd2ff;
  cursor: pointer;
  border-radius: 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border: 1px solid transparent;
  transition: color 0.4s ease-in-out;
}
.line-btn {
  background-color: transparent;
  color: #121212;
  border: 1px solid #121212;
}
.line-btn.white {
  border-color: #fff;
  color: #fff;
}
.solid-btn::before,
.line-btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #121212;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  top: var(--pseudo-top, 0);
  left: var(--pseudo-left, 0);
}
.line-btn.white::before {
  background-color: #2dd2ff;
}
.solid-btn:hover,
.line-btn:hover {
  color: #fff;
  transition: color 0.4s ease-in-out;
}
.line-btn.white:hover {
  color: #121212;
}
.line-btn:hover {
  border-color: #2dd2ff;
  transition: color 0.4s ease-in-out;
}
.solid-btn:hover::before,
.line-btn:hover::before {
  width: 300%;
  height: 300%;
}
.solid-btn:hover i::before,
.line-btn:hover i::before {
  background: #fff;
}
.text-link {
  display: inline-block;
  /* height: 24px; */
  font-weight: 600;
  line-height: 24px;
  color: #121212;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.text-link.text-white-link {
  color: #fff;
}
.text-link .arrow-icon {
  position: relative;
  top: -1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
  margin-left: 8px;
}
.text-link .arrow-icon--circle {
  transition: stroke-dashoffset 0.8s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.text-link:hover .arrow-icon-bg {
  fill: transparent;
  transition: fill 0.3s ease;
}
.text-link:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
.text-link:hover .arrow-icon--arrow {
  stroke: #121212;
}
.text-link.text-white-link:hover .arrow-icon--arrow {
  stroke: #fff;
}
.text-link:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}
.site-content ul {
  list-style: disc;
  padding-left: 15px;
}
.site-content ul li {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.property-box {
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.property-box .property-card-image {
  position: relative;
  display: block;
}
.property-box .property-card-image:hover::after {
  display: block;
}
.property-box .property-card-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 1s linear 2;
  display: none;
}
@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: 0.5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.property-box .property-card-image img {
  border-radius: 8px;
  width: 100%;
  height: 243px;
  object-fit: cover;
}
.property-box .property-card-details {
  padding: 16px;
}
.property-card-details .align-items-end .text-site-grey {
  line-height: 30px;
}
.property-box .accommodations {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: auto;
}
.property-box .accommodations p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.property-box .property-type {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #2dd2ff;
  color: #121212;
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 2px 4px;
}
.property-box .property-overlay-text {
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
  position: absolute;
  right: -28px;
  top: 20px;
  width: 112px;
  text-align: center;
  /* background: linear-gradient(90deg, #6161e8 0%, #9c7af2 100%);
  color: #fff; */
  background-color: #2dd2ff;
  color: #121212;
  transform: rotate(45deg);
  text-transform: uppercase;
  letter-spacing: normal;
  padding: 2px;
}
.cta-sec {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  z-index: 0;
}
.cta-sec .cta-title {
  font-size: 52px;
  line-height: 62px;
  font-weight: 600;
  letter-spacing: -2px;
  text-align: left;

  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.cta-sec .icon-hand {
  margin-top: 6px;
}
.hand-wave {
  animation-name: wave-animation;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transform-origin: 70% 70%;
  display: inline-block;
}
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  /* The following five values can be played with to make the waving more or less extreme */
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  /* Reset for the last half to pause */
  100% {
    transform: rotate(0deg);
  }
}
.cta-sec .wave {
  position: absolute;
  top: 0;
  opacity: 0.4;
  position: absolute;
  top: 3%;
  right: 10%;
  border: 4px solid #474a6745;
  background: transparent;
  width: 1000px;
  height: 1000px;
  margin-top: 0;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 10000ms infinite linear;
  z-index: -1;
}
.cta-sec .wave.wave-2 {
  animation: drift 12000ms infinite linear;
  position: absolute;
  border-color: #474a6714;
  top: 0;
  margin: 0;
  right: 30%;
}
@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}
/*================ Testimonial Style =================*/
.testimonial-slider .swiper-wrapper {
	overflow: visible;
	/* padding-left: 30px; */
	padding: 0 0 0 10%;
	/* padding-right: 15%; */
}
.testimonial-content {
  margin-bottom: 30px;
}
.testimonial-content p {
  font-size: 22px;
  line-height: 34px;
}
.site-content .testimonial-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	margin-bottom: 0;
	padding: 0;
}
.testimonial-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #FFFFFF;
  border-radius: 100%;
}
.testimonial-profile-letter {
	width: 80px;
	height: 80px;
	border: 3px solid #FFFFFF;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	color: #FFF;
}
.testimonial-info .heading-five {
	line-height: 26px;
}
.testimonial-info .text-grey {
	line-height: 21px;
}
.slider-btn-grp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.swiper-button-next, .swiper-button-prev {
  position: static;
  border: 1px solid #121212;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin: 0;
  transition: 0.3s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #121212;
  transition: 0.3s;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
.swiper-button-next i:before, .swiper-button-prev i:before {
  transition: 0.3s;
}
.swiper-button-next:hover i:before, .swiper-button-prev:hover i:before {
  background: #FFFFFF;
  transition: 0.3s;
}
/*================ Blogs Style =================*/
.news-box .img-box {
  max-width: 364px;
  max-height: 200px;
}
.news-box .img-box .post-thumbnail {
  overflow: hidden;
  border-radius: 8px;
  display: block;
  width: 100%;
}
.news-box .img-box .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.news-box:hover .img-box .post-thumbnail img {
	transform: scale(1.1);
	transition: 0.3s;
}
.news-box p,
.news-box .heading-six {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 8px;
}
.entry-date {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #808080;
}
.post-excerpt {
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*================ FAQs Style =================*/
.faq-block {
  padding: 59px;
  border: 1px solid #F1F5F9;
  border-radius: 18px;
  box-shadow: 0px 5px 16px 0px #080F340F;
  max-width: 826px;
  margin: 0 auto;
}
.faq-block .accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
}
.faq-block .accordion-item button {
	color: #060606;
	padding: 0 18px 0 0;
	margin: 0;
}
.faq-block .accordion-flush .accordion-item {
	border-bottom: 1px solid #D9DBE9;
	box-sizing: border-box;
	padding: 0 0 30px;
	margin-bottom: 30px;
	position: relative;
}
.faq-block .accordion-flush .accordion-item:last-child {
	border-bottom: none;
	padding: 0;
	margin-bottom: 0;
}
.faq-block .accordion-body {
	padding: 20px 80px 0 26px;
}
.faq-block .accordion-body p, .faq-block .accordion-body ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
	color: #808080;
}
.accordion-button:focus {
	box-shadow: none;
}
.faq-block .accordion-button::after {
	content: '';
  width: 18px;
  height: 18px;
  background-image: url(./assets/images/icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s ease-in-out;
  border: none;
  transform: none;
  margin: 0;
  position: absolute;
  top: 6px;
  right: 0;
}
.faq-block .accordion-button:not(.collapsed)::after {
	background-image: url(./assets/images/icon_minus.svg);
}
.faq-wrapper {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.faq-wrapper .faq-block {
  max-width: 100%;
  box-shadow: none;
  border: 1px solid #D9DBE9;
}
.faq-wrapper:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
/*================ Header Style =================*/
.custom-logo-link img {
  height: auto;
}
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 9px 0;
  z-index: 9;
  background-color: #121212;
}
.site-header .site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 44px;
}
.site-header .nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  gap: 40px;
}
.site-header .menu-item a {
  color: #fff;
  transition: 0.3s;
	
}
.site-header .menu-item a:hover {
  color: #2dd2ff;
  transition: 0.3s;
}
.site-header .menu-item.current-menu-item a {
	color: #2dd2ff;
}
.site-header.sticky, .page-template-homepage .site-header.sticky {
  background-color: #121212;
}
.page-template-homepage .site-header {
  background-color: transparent;
}
.c-go-top {
	width: 44px;
	height: 44px;
  padding: 0;
	position: fixed;
	right: 27px;
	bottom: 120px;
	z-index: 999;
	display: none;
	transition: 0.4s;
}
.grecaptcha-badge {
	z-index: 9;
  bottom: 54px !important;
}
.scrollidisable {
	position: fixed;
	width: 100%;
}
/*================ Footer Style =================*/
.footer-top {
  padding: 60px 0;
}
.footer-logo {
	max-width: 297px;
  margin-bottom: 20px;
}
.footer-top .heading-six {
  margin-bottom: 20px;
}
.footer-working p {
  margin-bottom: 6px;
}
.footer-working p:last-child {
  margin-bottom: 0;
}
.footer-working p strong {
  margin-right: 8px;
}
.footer-links .menu {
  column-count: 2;
  margin-bottom: -16px;
}
.footer-links .menu-item {
  margin-bottom: 16px;
}
.footer-links .menu-item a {
  line-height: 21px;
  color: #121212;
  position: relative;
  left: 0;
  transition: 0.4s;
}
.footer-links .menu-item a:hover, .footer-links .menu-item.current-menu-item a {
  left: 18px;
  transition: 0.4s;
}
.footer-links .menu-item a::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -18px;
  width: 10px;
  height: 1px;
  background: #535C68;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: 0.4s;
}
.footer-links .menu-item a:hover::before, .footer-links .menu-item.current-menu-item a::before {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}
.footer-contact-list li {
  margin-bottom: 24px;
}
.footer-contact-list li p, .footer-contact-list li a {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
}
.social-media {
  display: flex;
  align-items: center;
  gap: 14px;
}
.social-media-icons {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #121212;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
}
.social-media-icons:hover {
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}
.social-media-icons:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.social-media-icons:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(45, 210, 255, 0.5), 0 0 10px 10px #2dd2ff, 0 0 0 10px rgba(246, 231, 54, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(45, 210, 255, 0.5), 0 0 10px 10px #2dd2ff, 0 0 0 10px rgba(246, 231, 54, 0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(45, 210, 255, 0.5), 0 0 10px 10px #2dd2ff, 0 0 0 10px rgba(246, 231, 54, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(45, 210, 255, 0.5), 0 0 10px 10px #2dd2ff, 0 0 0 10px rgba(246, 231, 54, 0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(45, 210, 255, 0.5), 0 0 10px 10px #2dd2ff, 0 0 0 10px rgba(246, 231, 54, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(45, 210, 255, 0.5), 0 0 10px 10px #2dd2ff, 0 0 0 10px rgba(246, 231, 54, 0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
.footer-bottom {
  background-color: #121212;
  padding: 16px 0;
}
.copyright {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}
.copyright p, .copyright p > a {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 0;
	color: #FFFFFF;
	text-decoration: none;
  text-align: center;
}
.copyright p > a:hover {
	color: #2dd2ff;
}
.copyright ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0;
}
.copyright ul li:first-child {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #FFFFFF;
}
.copyright ul li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #FFFFFF;
}
.copyright ul li a:hover {
	color: #2dd2ff;
}
.legal-requirement-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 100px;
  margin-bottom: 0;
}
/*================ Inner Banner Style =================*/
.site-content {
	padding-top: 78px;
}
.page-template-homepage .site-content {
	padding-top: 0;
}
.inner-banner {
	background-color: #F1F5F9;
	position: relative;
	overflow: hidden;
	padding: 40px 0;
}
.inner-banner-content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.inner-banner-content h1 {
	margin-bottom: 0;
}
.breadcrumb {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	justify-content: flex-start;
  gap: 4px;
  float: none;
}
.breadcrumb a {
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: #121212;
	text-decoration: underline;
}
.breadcrumb a:hover {
	text-decoration: none;
}
.breadcrumb .active {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #121212;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #121212;
  float: none;
}
/*================ Property Listing =================*/
/* .property-filter-inner {
  background-color: #121212;
} */
.filter-box-inner {
  padding: 20px;
  border-radius: 12px;
  background-color: #121212;
}
.filter-box-inner h2 {
  display: none;
}
.filter-box-inner form > div {
  align-items: center;
  gap: 16px;
}
.filter-box-inner form select {
	font-size: 16px;
	line-height: 24px;
	border: none;
	border-radius: 8px;
	color: #121212;
	background-color: white;
	appearance: none;
	background-image: url(./assets/images/icon_down_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
  background-size: 14px;
	padding: 9px 40px 9px 9px;
  width: auto;
}
.property-listing .property-box {
	position: relative;
	padding-bottom: 37px;
}
.property-box-links {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.property-box-links a {
	width: 50%;
	padding: 8px 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 21px;
}
.property-box-links a:first-child {
	border-right: 1px solid #474a6724;
}
.property-card-details .property-box-links {
  display: none;
}
.property-filter-sidebar {
  display: none;
}
.offcanvas-header {
	justify-content: center;
	position: relative;
  border-bottom: 1px solid #d9dadc;
}
.offcanvas-header .btn-close {
	position: absolute;
	top: 31px;
	left: 16px;
	padding: 0;
}
.btn-close:focus {
  box-shadow: none;
  outline: none;
}
/*================ Contact Us =================*/
.contact-us-from {
	padding: 20px;
	background-color: #f1f5f9;
	border-radius: 8px;
	position:relative;
}
.contact-us-map iframe {
  display: block;
  border-radius: 8px;
  height: 400px;
}
.contact-us-block .footer-contact-list {
  padding: 0;
  margin: 0;
}
.contact-us-block .footer-contact-list li p {
	max-width: 360px;
}
input.solid-btn {
  width: auto;
  transition: color 0.4s ease-in-out;
}
input.solid-btn:hover, input.solid-btn:focus {
  color: #FFFFFF;
  border-color: #2dd2ff;
  background-color: #121212;
  transition: color 0.4s ease-in-out;
}
.submit-btn p {
  display: flex;
  align-items: center;
}
/*================ Thank You =================*/
.thank-you-block {
  padding: 40px;
  border: 1px solid #E6E6E6;
  text-align: center;
  border-radius: 12px;
}
.thank-you-image {
  display: inline-block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
}
.thank-you-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*================ Privacy Policy & Terms Conditions =================*/
.entry-content p {
  color: #808080;
}
.entry-content ul {
  padding-left: 0;
}
.entry-content ul li {
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  position: relative;
  color: #808080;
}
.entry-content ul li:last-child {
  margin-bottom: 0;
}
.entry-content ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background: #121212;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.entry-content ul li ul {
  margin-top: 8px;
}
/*================ Error =================*/
.error-404.py-60 {
	padding: 100px 0;
}
.error-page-title {
  position: relative;
  height: 340px;
}
.error-page-title .heading-one {
	max-width: 420px;
	margin-bottom: 0;
	padding-top: 160px;
	font-weight: 600;
}
.error-page-title .text-underline {
  position: relative;
}
.error-page-title .text-underline::after {
	content: '';
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #2dd2ff;
	z-index: -1;
}
.error-large-title {
	font-size: 258px;
	font-weight: 700;
	line-height: 178px;
	color: #F1F5F9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	margin: 0;
}
.error-page-content .heading-six {
	margin-bottom: 40px;
}
#usm-plus-admin-notification-widget {
  display: none;
}
div.wpcf7 .wpcf7-spinner {
  display: inline-block;
  background-color: #121212;
  opacity: 1;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
div.wpcf7 .wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}