@font-face {
    font-family: 'Styrene B';
    src: url('../font/StyreneB-Regular.woff2') format('woff2'),
        url('../font/StyreneB-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
@font-face {
    font-family: 'Styrene B';
    src: url('../font/StyreneB-Bold.otf') format('otf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
  font-family: 'Styrene B';
  src: url('../font/StyreneB-Medium.woff2') format('woff2'),
      url('../font/StyreneB-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Styrene B';
  src: url('../font/StyreneB-Bold.woff2') format('woff2'),
      url('../font/StyreneB-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*Open Sans - Vie*/
@font-face {
    font-family: 'Open Sans';
    src: url('../font/OpenSans-Regular.woff2') format('woff2'),
      url('../font/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../font/OpenSans-Semibold.woff2') format('woff2'),
      url('../font/OpenSans-Semibold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../font/OpenSans-Bold.woff2') format('woff2'),
      url('../font/OpenSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* - possible option 
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
      url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Medium.woff2') format('woff2'),
      url('../font/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Bold.woff2') format('woff2'),
      url('../font/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*/


html {
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h5{
	font-weight: 400;
}
h2{
	font-weight: 400;
	font-size: 60px;
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #1E2323;
}
h4{
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	color: #898D8E;
	margin-bottom: 10px;
}
p{
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	/*letter-spacing: -0.05em; */
	letter-spacing: 0em;
	color: #898D8E;
}
br {
  margin-bottom: 5px;
}
table {
  border-collapse: collapse;
}
.btn {
  font-size: 12px;
  line-height: 150%;
  color: #1E2323;
  padding: 18px 32px;
  display: inline-block;
  cursor: pointer;
}
.btn-outline {
  border: 1px solid #1E2323;
  border-radius: 4px;
  transition: 400ms linear;
}
.btn-outline:hover {
  background: #1e2323;
  color: #fff;
}
.btn-green {
  padding: 8px 16px 10px 16px;
  background: #93C13E;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #F6F3EA;
}
.btn.btn-orange, .btn.btn-primary{
  background: #E94E1B;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #F6F3EA;
  padding: 18px 32px;
  display: flex;
}
.flex_wrap{
	display:flex;
	flex-wrap: wrap;
}

:root {
	--cont: 1280px;
	--navHeight: 89px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

img {
	display: block;
}

body {
	overflow-x: hidden;
	background-color: white;
	font-family: 'Styrene B', 'Open Sans';
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	color: #1E2323;
}

body.translatepress-vi,
.translatepress-vi .news_top h1,
.translatepress-vi .mini-code,
.translatepress-vi .search__label,
.translatepress-vi .search__btn,
.translatepress-vi .signup__note p {
	font-family: 'Open Sans', 'Styrene B';
}

figure {
	margin: 0;
	padding: 0;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color .3s ease
}

/* li{ list-style: none;} */

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.god-hand {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.c-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.c-relative {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.c-absolute {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: +1;
}

.cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bgcover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

input,
textarea,
button {
	border-radius: 0px;
	background: none;
	box-shadow: none;
	border: 0px;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus {
	outline: none;
}

.container,
.navcontainer {
	width: calc(100% - 80px);
	max-width: var(--cont);
	margin: 0 auto;
}

.lcon {
	max-width: 1155px;
}

.scon {
	max-width: 1086px;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* ============= */
/* Lets ROCK   */
/* ========  */
main{
	width: 100%;
    box-sizing: border-box;
	overflow: hidden;
}
.page-template-property-finder main,
.page-template-property-finder-new main,
.single-country main {
	overflow: initial;
}
.page-template-park-pdf-page main{
	padding-left:0;
}
.header_black {
  border-bottom: 1px solid rgba(61, 75, 75, .25);
  background: #fff;
}
.header_black ul li a {
  color: #3B4848;
  text-transform: uppercase;
}
/** End of Header section **/


.hero {
	width: 100%;
	height: 100vh;
	position: relative;
}


.hero .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.hero .swiper-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

/* overlay fix */
.hero .hero__video::before, .hero .hero__bg::before {
	z-index: 2;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.hero .swiper-slide::before, .hero--primary .hero__bg:after{
	content: none;
}

.video-overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
	background: rgba(0,0,0,0); 
}

.home .hero__video{
    pointer-events: auto;
}
/**/

.hero-pagination.swiper-pagination-bullets{
	position: absolute;
	left: 0;
	bottom: 80px;
	z-index: 9;
	display: flex;
	gap: 24px;
	justify-content: center;
}
.hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet{
	background-color: rgba(255, 255, 255, 0.25);
	margin: 0;
	width: 80px;
	height: 8px;
	border-radius: 0;
	position: relative;
	opacity: 1;
	transition: opacity 1s ease;
	opacity: .25;
}
.hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}

.hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet::before{
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background-color: rgb(255, 255, 255);
	display: block;
	/* transform: translateX(-100%); */
	/* transition: transform 1s linear; */
}
.hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	animation: bulletLoad 7.5s linear;
}

.hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after {
	content: '';
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 300%;
	background: rgba(255, 255, 255, 0);
}

@keyframes bulletLoad {
	from   { width: 0; }
	to { width: 100%; }
}
.wiper{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 908.04px;
	height: 100%;
	background-color: #E94E1B;
	z-index: 9;
	transform: translateX(100%);
}
.wiper.active_{
	/* transform: translateX(0%); */
	animation: wiperSwipe 2.5s cubic-bezier(0.83, 0, 0.17, 1);
}
.wiper::before,
.wiper::after{
	content: '';
	width: 365px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 10%;
	background-color: #1E2323;

}
.wiper::before{
	width: 200px;
	right: 0%;
	background-color: #93C13E;
	z-index: +1;
}
.wiper.active_::after{
	transform: translateX(5%);
	transition: transform 2s cubic-bezier(0.83, 0, 0.17, 1);
	transition-delay: .8s;
}
.wiper.active_::before{
	transition: transform 2s cubic-bezier(0.83, 0, 0.17, 1);
	transform: translateX(-100%);
	transition-delay: .3s;
}
@keyframes wiperSwipe {
	from   {
		right: 0%;
		transform: translateX(100%);
	}
	to {
		right: 100%;
		transform: translateX(0%);
	}
}


.hero figcaption {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.hero h1 {
	max-width: 805px;
	margin-bottom: 60px;


	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 72px;



	color: #F6F3EA;
}

.section {
	padding-top: 160px;
	position: relative;
	z-index: 2;
	background: #fff;
}
.pdbot_{
	padding-bottom: 160px;

}
.inner-section{
	padding: 150px 0;
}

.half-content {
	max-width: 100vw;
	overflow: hidden;
}

.half-content .container {
	justify-content: space-between;
	gap: 80px;
}

.leftcontent {
	max-width: 430px;
	flex-direction: column;
	justify-content: space-between;
	gap: 80px;
}

.half-content figure {
   max-width: 50%;

}
#ourstory.half-content figure {
	 width: 50vw;
  position: absolute;
  left: 50%;
  top: 160px;
  overflow: hidden;
  border-radius: 8px 0px 0px 8px;
  height: 500px;
  max-height: calc(100% - 160px);
}
.cover-offside {
	width: 50vw;
	height: auto;
}
#ourstory.half-content figure  img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.small {

	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.1em;
	color: #898D8E;
}

.st .small {
	margin-bottom: 10px;
}

.title {

	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 1;

}

.title.is-midi {
	font-size: 50px;
}

.bt p {
	margin-bottom: 32px;
	color:#fff;
}

.sectiontitle {
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 60px;
}

.flipcard .swiper-wrapper,
.flipcard {
	gap: 3px;
	justify-content: space-between;
}

.each-fc {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 700px;
	max-width: calc((100% - 6px) / 3);
	transition: all .6s cubic-bezier(0.83, 0, 0.17, 1);
}

.flipcard:hover .each-fc {
	max-width: 20%;
}

.flipcard .each-fc:hover {
	max-width: calc(60% - 6px);
}

.flipcard-space {
	height: 40px;

	@media (min-width: 768px) {
		height: 80px;
	}
}

.each-fc figcaption {
	z-index: 3;
	text-align: center;
	color: #F6F3EA;
	max-width: 400px;
	min-width: 400px;
	opacity: 0;
	transition: opacity .3s ease;
	pointer-events: none;
}

.each-fc:hover figcaption {
	transition: opacity .6s ease;
	transition-delay: .5s;
	opacity: 1;
}

.each-fc .small {
	color: #F6F3EA;
}

.each-fc p {
	max-width: 300px;
	margin: 0 auto 40px;
	color: #fff;
	font-size: 12px;
}

.each-fc h3 {
	margin: 8px 0;
}

.each-fc__title {
	transition: opacity .6s ease;
	box-sizing: border-box;
	position: absolute;
	z-index: 3;
	bottom: 2rem;
	left: 0;
	width: 100%;
	padding: 0 1rem;
	color: #fff;
	font-size: 2.5rem;
	line-height:3rem;
	text-align: center;
	opacity: 1;
}

.each-fc:hover .each-fc__title {
	opacity: 0;
}

@media only screen and (max-width: 1024px) {
	.each-fc__title {
		display: none;
	}
}

.title-3 {

	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	/* identical to box height, or 29px */

	text-align: center;

}

.exp-icn {
	position: absolute;
	z-index: 3;
	top: 16px;
	right: 16px;
	transition: opacity .6s ease;
}

.each-fc:hover .exp-icn {
	opacity: 0;
}

.sectiontitle.center_ {
	justify-content: center;
	text-align: center;
}

.navgallery {
	position: relative;
	height: 980px;
	box-sizing: border-box;
	padding: 40px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #1E2323;
}

.navgallery__header {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 32px);
	max-width: var(--cont);
	color: #F8F7F6;

	@media (min-width: 768px) {
		top: 60px;
	}

	@media (min-width: 1025px) {
		top: 80px;
		width: calc(100% - 80px);
	}

	p,
	h2 {
		color: #F8F7F6;
		text-shadow: 0 4px 3px rgba(0,0,0, 0.25);
	}
}


.navgallery__main {
	align-self: flex-end;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom: 40px;

	@media (min-width: 1025px) {
		position: relative;
		z-index: 2;
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 0 64px;
	}
}

.navgallery__info {
	order: -1;
	padding: 0 0 60px 0;
	width: 100%;

	@media (min-width: 1025px) {
		flex: auto;
		padding-bottom: 0;
	}
}

.navgallery__desc {
	padding: 0 16px;

	@media (min-width: 1025px) {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		max-width: 380px;
		padding: 0;
	}
}

.navgallery__headline {
	width: 100%;
}

.navgallery__article {
	align-self: flex-end;
	width: 100%;
}

.navgallery__article p {
	@media (min-width: 1025px) {
		color: #F8F7F6;
	}
}

.navgallery__cta {
	padding: 30px 0 0 0;
}

.thelable {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.thectbox {
	height: 64px;
	margin-left: 0;
	width: 100%;
}

.hero .swiper-wrapper,
.thectbox .swiper-wrapper {
	transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1)
}

.thectbox .ct-head {
	gap: 16px;
}

.thectbox .ct-head img {
	width: auto;
	height: 48px;
}

@media (min-width: 768px) {
	.thectbox .ct-head img {
		height: 64px;
	}
}

.thectbox .ct-head p {
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	color: #F6F3EA;

	@media (min-width: 1025px) {
		font-size: 60px;
		line-height: 64px;
	}
}


.ng-bot .bt {
	color: white;
}

.thenavigation {
	width: 100%;
	max-width: 793px;
	box-sizing: border-box;
	padding: 24px 24px 70px 24px;
	background: #FFFFFF;
	border-radius: 4px;
	position: relative;

	@media (min-width: 1025px) {
		padding-left: 40px;
		padding-right: 40px;
	}
}
#nlVal {
  display:inline-block;
}
#slider {
	width: 92%;
	height: 8px;
	background: #f6f3ea;
	border-radius: 2px;
	position: relative;
	margin: auto;

	@media (min-width: 1025px) {
		width: 100%;
	}
}

#slider .ui-slider-range {
	height: 100%;
	background: #C7DB99;
	border-radius: 2px;
}
.nav_bef_range {
	max-width: 95%;
	margin: auto;
	padding-bottom: 8px;

	@media (min-width: 1025px) {
		max-width: 100%;
		padding-bottom: 12px;
	}
}

.nav_bef_range span {
	color: #898D8E;
}

#slider label {
  position: absolute;
  top: 40px;
  font-size: 10px;
  font-weight: 400;
  color: #1E2323;
    line-height: 1;
      transform: translate(-50%, 0%);
}
#slider label:before{
    content: '';
  	position: absolute;
  	left: 50%;
  	top: -4px;
	transform: translate(-50%, -100%);
	width: 8px;
  	height: 8px;
  	background: #898D8E;
	border-radius: 50%;
}

.ui-slider-handle.ui-state-default.ui-corner-all {
    border-radius: 100%;
    background: #93c13e;
      width: 18px;
    height: 18px;
    top: -5px;
    cursor: grab;
    position: absolute;
      transform: translate(-50%, 0%);
}
.ng-bot {
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	z-index: 2;
}

.thenavigation p {
	font-size: 14px;
	font-weight: 400;
	color: #1E2323;

	@media (min-width: 1025px) {
		font-size: 24px;
	}
}

.select-ct {
	margin: 8px 0 24px;
	gap: 3px;

	@media (min-width: 1025px) {
		margin-top: 24px;
	}
}

.each-ct {
	width: 100%;
	box-sizing: border-box;
	/*max-width: 120px;*/
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	background-color: white;
	cursor: pointer;
	transition: background-color .6s ease;
}

.each-ct.active_ {
	background-color: #F6F3EA;
}
.each-ct p {
	font-size: 14px;

	@media (min-width: 1025px) {
		font-size: 12px;
	}
}

.ct-head {
	align-items: center;
	gap: 8px;
	color: #98BF1E;
	margin-bottom: 8px;
}
.each-ct .ct-head img {
  width: 24px;
  height: 24px;
}

.ct-head p {
	color: #98BF1E;
	font-size: 12px;

	@media (min-width: 1025px) {
		font-size: 12px;
	}
}

.sp-between {
	justify-content: space-between;
}

.labelbar {
	margin-top: 8px;
	padding-top: 16px;
}

.labelbar span {
	display: inline-block;
	position: relative;
}

.labelbar span::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -8px;
	height: 8px;
	border-left: 1px solid #B1B3B3;
	transform: translate(-50%, -100%);
}

input[type=range] {
	/* overflow: hidden; */
	-webkit-appearance: none;
	/* Hides the slider so that custom slider can be made */
	width: 100%;
	/* Specific width is required for Firefox. */
	background: #F6F3EA;
	/* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

input[type=range]:focus {
	outline: none;
	/* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
	width: 100%;
	cursor: pointer;

	/* Hides the slider so custom styles can be added */
	background: transparent;
	border-color: transparent;
	color: transparent;
}

/* input[type="range"]::-webkit-slider-thumb,
input[type="range"]::-moz-range-thumb,
input[type="range"]::-ms-thumb{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-appearance: none;
	cursor: ew-resize;
	background: #93C13E;
  } */

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-appearance: none;
	cursor: ew-resize;
	background: #93C13E;
	transform: translateX(-25%);
	margin-top: -4px;
	/* box-shadow: -50vw 0 0 50vw #98BF1E; */
	z-index: 2;
	position: relative;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-appearance: none;
	cursor: ew-resize;
	background: #93C13E;
	transform: translateX(-25%);
	margin-top: -4x;
	z-index: 2;
	position: relative;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-appearance: none;
	cursor: ew-resize;
	background: #93C13E;
	transform: translateX(-25%) translateY(50%);
	margin-top: -4x;
	z-index: 2;
	position: relative;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	background: #F6F3EA;
	border-radius: 2px;
	z-index: 2;
	position: relative;
}

.popup-thenav {
	background: #FFFFFF;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 24px 0;
	position: absolute;
	z-index: 2;
	top: -24px;
	left: 0;
	width: 100%;
	transform: translateY(-88%);
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s ease;
	transition-property: opacity, transform, visibility;
}
.popup-thenav.active_{
	transform: translateY(-100%);
	opacity: 1;
	visibility: visible;
}
.arwright{
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}
.ctresult .swiper-wrapper{
	padding-left: 24px;
}
.popup-thenav .fz20{
	box-sizing: border-box;
	padding: 0 24px 24px;
}
.fz20{
	font-size: 20px;
	line-height: normal;
}
.ctresult .swiper-slide{
	padding: 8px;
	box-sizing: border-box;
	background: #F6F3EA;
	border-radius: 4px;
	width: 290px;
}
/* .ctresult .swiper-slide:first-child{
	margin-left: 24px;
} */
.ctresult .swiper-slide:last-child{
	margin-right: calc(24px * 2);
}
.each-ctr{
	align-items: flex-end;
	gap: 24px;
	color: black;
}
.each-ctr figure{
	width: 80px;
	height: 80px;
}
.each-ctr p{
	font-size: 14px	;
	line-height: normal;
}
.each-ctr span{
	display: block;
	margin-bottom: 8px;
}
.wrapdata{
	align-items: center;
	gap: 16px;
}
.status{
	align-items: center;
	gap: 8px;
}
.title.smaller_{
	font-size: 40px;
	line-height: 48px;
}
.building_{
	overflow: hidden;
}
.building_ .bt p {
	margin-bottom: 0;
}
.mrq-container{
	position: relative;
}

.mrq-container+.bt {
	padding-top: 20px;
}

.m-scroll__title .swiper-wrapper {
  transition-timing-function: linear !important;
}

.m-scroll__title {
  position: absolute;
  width: 150vw;
  left: -25vw;
  top: 50%;
  transform: translateY(-50%);
  height: 130px;
  overflow: hidden;
  z-index: -1;
}
.m-scroll__title .mrq {
  font-size: 80px;
  color: #93C13E;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: normal;
  width: auto;
}

.m-scroll__title small {
	font-size: 20px;
}

.m-scroll__title .mrq span {
	display: block;
	color: #93C13E;
	font-size: 16px;
  	letter-spacing: 0em;

}
/*
.m-scroll{
	width: 110vw;
	position: absolute;
	left: -10vw;
	top: 50%;
	transform: translateY(-50%);
	height: 115px;
	overflow: hidden;
}
.m-scroll__title{
	display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    transition: all 1s ease;
}
.m-scroll__title div{
	display: flex;
	gap: 55px;
    animation: scrollText 20s infinite linear;
}
.m-scroll__title p{
	font-size: 96px;
	color: #006D3B;
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: normal;
      transition: all 2s ease;
}
*/
.m-scroll__title p span{
	font-size: 24px;
	letter-spacing: 0em;
}
.half-content .cover2{
	position: absolute;
	width: 100%;
	max-width: 528.58px;
	height: auto;
}
.building_ .container{
	align-items: unset;
}
.building_ figure{
	position: relative;
	width: 50%;
}
.half-content .cover2:first-child{
	left: -10%;
	top: -10%;
}
.half-content .cover2:last-of-type{
	right: 0;
	bottom: -10%;
}
@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.half-content.inner-section{
	background-color: #E94E1B;
	color: #F6F3EA;
	z-index: 2;
	position: relative;
}
@media (max-width: 1024px) {
	.half-content.oproduct_ .container {
		flex-direction: column;
	}
}

.oproduct_.inner-section {
	padding: 40px 0;
}

@media screen and (min-width: 768px) {
	.oproduct_.inner-section {
		padding: 80px 0;
	}
}
.oproduct_ .small{
	color: #F6F3EA;
}
.oproduct_ .container {
	/*max-width: 1140px;*/
}

.oproduct_ .leftcontent {
	max-width: 546px;
}

.oproduct_ figure{
	/*width: 439px;*/
	height: 600px;
	overflow: hidden;
	border-radius: 8px;
}
.oproduct_ .title {
	padding-bottom: 25px;
	font-size: 60px;
	line-height: 72px;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.oproduct_ .title {
		padding-bottom: 50px;
	}

	.oproduct_ .leftcontent .nbtn {
		margin-top: 20px;
	}
}
.halfvideo .container{
	position: relative;
}
.halfvideo .leftcontent{
	width: 445px;
	height: auto;
	transition: transform 1s ease;
	transition-property: opacity, transform;
	max-width: 100%;
}
.halfvideo.active_ .leftcontent{
	transform: translateX(100%);
	opacity: 0;
}
#projectmanager{
	overflow: hidden;
}
.wrapvideo{
	width: 100%;
	max-width: calc(100% - (445px + 75px));
	transition: max-width 1s ease;
}
.halfvideo.active_ .wrapvideo{
	max-width: 100%;
}
.filter-tax{
	  gap: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.filter-tax .swiper-wrapper,
.section--news .filter-tax {
	gap: 16px;
}
.eTax{
	display: inline-block;
	box-sizing: border-box;
	padding: 8px 16px;
	color: #1E2323;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.1em;
	background: #FFFFFF;
	border: 1px solid #898D8E;
	border-radius: 4px;
	transition: background-color .3s ease;
	cursor: pointer;
	width: auto;
}
.eTax.active_{
	background-color: #F6F3EA;
	border-color: #1E2323;
}
.latestnews .sectiontitle{
	align-items: center;
}
.cardslider figure{
	width: 100%;
	height: 405px;
	margin-bottom: 11px;
}
.cardslider .swiper-slide{
	width: calc((var(--cont) - 9px) / 4);
}
.cardslider .swiper-slide img{
	opacity: .85;
	transition: 400ms;
}
.cardslider .swiper-slide img:hover{
	opacity: 1;
}
.cardslider h3{
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 17px;
}
.cardslider p{
	color: #5E5E5E;
}
.cardslider figcaption{
	box-sizing: border-box;
	padding-right: 50px;
}
.cardslider figcaption h3 br {
  display: none;
}
.cardslider .swiper-wrapper{
	padding-left: calc(((100vw - 40px) - var(--cont)) / 2);
}
.cardslider .swiper-slide:last-child{
	margin-right: calc((100vw - 40px) - var(--cont));
}
.cardslider-arrow{
	position: absolute;
	top: 203px;
	z-index: 9;
	transition: opacity .6s ease;
	transition-property: opacity, visibility;
}
.cardslider-arrow.swiper-button-disabled{
	opacity: 0;
	visibility: hidden;
}
.cardslider-arrow.next_{
	right: calc((100% - var(--cont)) / 2);
	transform: translateY(-50%) translateX(70%);
}
.cardslider-arrow.prev_{
	left: calc((100% - var(--cont)) / 2);
	transform: translateY(-50%) translateX(-40%) rotate(180deg);
}
.wrapsingle-btn{
	display: flex;
	margin-top: 60px; justify-content: flex-end;
}
.wrap-signupform{
	width: 100%;
	max-width: 556px;
}
#signup .container{
	justify-content: space-between;
}
#signup .leftcontent{
	max-width: 547px;
}
footer{
	background-color: #F6F3EA;
	padding: 80px 0 40px;
	font-size: 14px;
	position: relative;
	z-index: 2;
}
footer p {
	color: #1E2323;
}

footer a {
	color: #1E2323;
}

footer a:hover,
footer a:focus,
footer a:active {
	color: #E94E1B;
}

.ftmenutop{
	align-items: flex-end;
	gap: 32px;
	margin-bottom: 80px;
	justify-content: space-between;
}
.ftwrap-menu{
	gap: 32px;
	justify-content: space-between;
	width: 100%;

}
.fmn{
	width: 100%;
	max-width: 258.38px;
}
.fmn h3{
	letter-spacing: -0.05em;
	margin-bottom: 32px;
}
.fmn ul li{
	margin-bottom: 24px;
	list-style: none;
}
.fmn ul li:last-child{
	margin-bottom: 0;
}
.fmn li a{
	text-transform: uppercase;
}
.ftlogo{
	min-width: max-content;
}
.wrapsocmed{
	gap: 24px;
	align-items: center;
}
.wrapsocmed img{max-width:16px;}
.stickymap{
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	background-color: #F6F3EA;
	z-index: 999;
	transition: transform .6s cubic-bezier(0.83, 0, 0.17, 1);
	transform: translateX(calc(-100% + 40px));
}
.stickymap.active_{
	transform: translateX(0%);
}
.propertyfinder{
	height: 100vh;
	width: 636px;
	padding: 0 40px;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: hidden;
}
.propertyfinder .wrap_{
	padding: 40px 0;
}
.hr_{
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(61, 75, 75, .25);
}
#mapProperty{
	width: 100%;
	height: 400px;
	background-color: #F1EADA;
	margin: 40px 0;
	position: relative;
}
#mapProperty .ctp_loader {
  display: flex;
  background: transparent;
}
h3.smallest_{
	font-size: 24px;
	line-height: 29px;
}
h3.smallest_.flex{
	align-items: center;
	justify-content: space-between;
}
.parent-ctr{
	position: relative;
	margin-bottom: 24px;
}
.parent-ctr:last-child{
	margin-bottom: 0px;
}
.parent-ctr .each-ctr{
	margin-bottom: 8px;
	align-items: unset;
}
.parent-ctr .each-ctr span{
	margin-bottom: 0px;
}
.parent-ctr .each-ctr figcaption{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.sqcontainer{
	gap: 16px;
}
.lable-sm{
	width: 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	padding: 10px 0;
}
.lable-sm::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: calc(100% - 40px);
	transform: translateY(-50%);
	border-left: 1px solid rgba(61, 75, 75, .25);
}
.lable-sm a{
	transform: translateX(-50%) rotate(-90deg);
    display: block;
    min-width: max-content;
    transform-origin: right;
	display: flex;
	gap: 15px;
	align-items: center;
}
.lable-sm a:nth-child(2){
	transform-origin: center;
	transform: rotate(-90deg);
}
.lable-sm a:nth-child(3){
	transform-origin: left;
	transform: translateX(50%) rotate(-90deg);
}
.arwdown{
	transform: rotate(180deg);
}
.circarw{
	transform: rotate(-90deg);
	transition: transform .6s cubic-bezier(0.83, 0, 0.17, 1);
}
.stickymap.active_ .circarw{
	transform: rotate(90deg);
}

/* ============= */
/* RESPONSIVE  */
/* ========  */

/* inputbtn */
.signupform{
	gap: 24px;
	width: 100%;
	margin-bottom: 20px;
}
.signupform input{
	  background: #F2EEE0;
  border-radius: 2px;
  padding: 8px 16px 10px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0em;
  color: #1E2323;
}
.signupform input::placeholder{
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0em;
	color: #1E2323;
	opacity: 1;
}
.signupform input[type="submit"], .my_locbtn button{
	padding: 8px 16px 10px;
	color: #F6F3EA;
	background-color: #E94E1B;
	width: max-content;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0em;
	color: #F6F3EA;
	cursor: pointer;
}

/* button */
.nbtn {
	display: inline-block;
	box-sizing: border-box;
	padding: 18px 32px;
	background-color: #E94E1B;

	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #F6F3EA;
	border-radius: 4px;
}

.nbtn.bnw {
	border: 1px solid #1E2323;
	color: #1E2323;
	background-color: white;
	border-radius: 4px;
	transition: 400ms linear;
}
.nbtn.bnw:hover{
	  background: #1e2323;
  color: #fff;
}
.ubtn {
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
}
.building_ .leftcontent{
	max-width: 340px;
}
.building_ .bt{
	max-width: 315px;
}
.nbtn.noborder_{
	border: 0px;
}

/* ovly */
.each-fc::before,
.thelable::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .5;
}

.each-fc::before {
	z-index: 2;
	opacity: 0;
	transition: opacity .6s ease;
	pointer-events: none;
}

.each-fc:hover::before {
	opacity: .3;
}

.thelable::before {
	z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 72.7%)
}

.each-fc:after {
	z-index: 1;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);

	@media (min-width: 64em) {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60.29%, rgba(0, 0, 0, 0.60) 100%);
	}
}

#signup .st h2 {
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #1E2323;
  font-size: 80px;
}

.ctp_loader {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.5);
  justify-content: center;
  align-items: center;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #e94e1b;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


/** Player css **/
:root {
  --plyr-color-main: #e94e1b;
  --plyr-badge-text-color: #000;
}

.plyr button {
  background: transparent;
}
.plyr button.plyr__control.plyr__control--overlaid svg {
  fill: #e94e1b;
  width: 32px;
  height: 32px;
}
.plyr button.plyr__control.plyr__control--overlaid:hover svg {
  fill: #fff;
}
.plyr .plyr__controls {
  opacity: 0;
  transition: opacity 0.2s;
}

.plyr:hover .plyr__controls {
  opacity: 1;
}

.fet_desc {
  max-width: calc(100% - 45px);
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #1E2323;
}
.fet_desc p, .fet_desc div {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #1E2323;
}

.wrapsq span {
  font-size: 10px;
  line-height: 160%;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #000000;
}
.wrapsq p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #000000;
}
.wrapdata.flex p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #1E2323;
}
.wrapdata.flex p:last-child {
  border-left: 1px solid #3D4B4B;
  padding-left: 16px;
}

.mega_menu_active {
  background: #fff;
}

.mega_menu_active ul li a {
  color: #3B4848;
}

#projectmanager .bt p, #ourstory .bt p, #building .bt p{
  color: #3B4848;
}
.halfvideo .container {
  align-items: center;
  justify-content: space-between;
}

.cardslider .swiper-wrapper.buzz_loading {
  min-height: 300px;
}
.cardslider .swiper-wrapper.buzz_loading .ctp_loader {
  background: transparent;
  display: flex;
}
.plyr__video-wrapper.plyr__video-embed {
  border-radius: 8px;
}

.signupform > p {
  display: flex;
  gap: 24px;
}
.signupform > p input[type="submit"] {
  cursor: pointer;
}

.iw_cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  gap: 16px;
}
.iw_cta .btn.btn-orange {
  padding: 8px 40px;
}
.gm-style {
  font-family: 'Styrene B';
}
.iw_cta a:last-child {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #1E2323;
  border-bottom: 1px solid #1E2323;
  padding-bottom: 4px;
}
.iw_content {
  padding-top: 16px;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #1E2323;
}

.iw_img img {
  margin: 16px 0px;
  width: 100%;
  height: 166px;
  object-fit: cover;
}
.stickymap .iw_img img{
	height: 90px;
	margin: 8px 0;
}
.stickymap .iw_content {
  display: none;
}
.stickymap .iw_cta{
	width: 100%;
	  margin-top: 8px;
  gap: 8px;
}

.stickymap .iw_features {
  margin-bottom: 8px;
}

.gm-style-iw.gm-style-iw-c {
  max-width: 282px !important;
  background: #FFFFFF;
  border-radius: 4px;
}
.iw_con_top {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.iw_con_top_left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.iw_con_top_left img {
  max-width: 16px;
}
.iw_con_top_left h3 {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #1E2323;
}
.iw_features {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 16px;
}
.iw_features p {
  color: #1E2323;
}
.iw_features span {
  font-size: 10px;
  line-height: 160%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #93C13E;
}
.star-path {
  stroke-width: 1px; /* Adjust the border width as needed */
}

.star.filled .star-path {
  fill: #FFD700; /* Filled star color */
  stroke: none; /* Remove the border for the filled star */
}
.park_fav.park_favorited .star-path{
	fill: #FFD700; /* Filled star color */
  stroke: none;
}
.park_fav {
  cursor: pointer;
}

.gm-style-iw.gm-style-iw-c > .gm-ui-hover-effect {
    top: 2px !important;
  right: 0px !important;
  width: 28px !important;
  height: 28px !important;
}
.gm-style-iw.gm-style-iw-c > .gm-ui-hover-effect span {
  margin: 0px !important;
  width: 32px !important;
	height: 26px !important;
}

/*** Search Form ***/

.search_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  top: 0px;
  left: 0px;
  z-index: 998;
  display: none;
}
.search_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  background: #f1e9d9;
  border: 0;
  border-radius: 0;
  padding-bottom: 29px;
  width: 100%;
  max-width: 684px;
  transform: translate(-50%, -90%);
  opacity: 0;
  transition: transform 0.4s ease;
	transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
	visibility: hidden;
}
.search_popup.show {
  opacity: 1;
  transform: translate(-50%, -50%);
  visibility: visible;
}


.search_form {
  width: 100%;
  position: relative;
}
.search_form input {
  font-size: 14px;
  height: 40px;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 2px solid #e94e1b;
  border-radius: 0;
  background: #f1e9d9;
  padding-left: 0;
  width: 100%;
}
.search_form button {
  position: absolute;
  right: 24px;
  top: 51px;
  color: #012c4c;
}

.search_result_container {
  min-height: 175px;
  max-height: 300px;
  overflow: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.search_result_container ul {
  margin: 0px;
  padding: 0px 24px;
  list-style: none;
}
.search_result_container ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  letter-spacing: 1.7px;
  padding: 25px 0px;
  display: block;
  border-bottom: 1px solid #d7c39c;
}
.search_result_container ul li a br {
  display: none;
}
.search_result_container {
}
.search_form {
  padding: 40px 24px 0px;
}
.search_result_container ul li a span {
  color: #e94e1b;
  text-transform: uppercase;
}
.no_s_result {
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0px;
}
.search_result_container .ctp_loader {
  background: transparent;
  display: flex;
}
/** Offer Popup Form ***/

.offer_pop_overlay {
    background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
	visibility: hidden;

}
.offer_pop_overlay.pop_show {
  opacity: 1;
	visibility: visible;
}
.offer_popup {
    max-width: 1126px;
  min-height: calc(100% - 3.5rem);
  margin: 1.75rem auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
}
.offer_pop_overlay.pop_show .offer_popup {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.offer_popup_row {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}
.offer_pop_left {
  flex: 0 0 25%;
  max-width: 25%;
  background: #EDEAE4;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
.offer_pop_right {
  flex: 0 0 75%;
  max-width: 75%;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.pop_contact_info h4 {
  display: block;
  color: #e94e1b;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.pop_contact_info > img {
  border-radius: 50%;
  margin-bottom: 20px;
  width: 100px;
  object-fit: cover;
  height: 100px;
}
.pop_c_name {
  font-size: 14px;
  color: #000;
}
.pop_c_job {
  font-size: 12px;
  margin-bottom: 33px;
}
.pop_con_in p a {
  font-size: 14px;
  color: #000;
}
.pop_con_in p:last-child {
  margin-top: 7px;
}
.pop_con_in img {
  width: 64px;
}
.pop_con_in {
  margin-bottom: 30px;
}
.pop_park_info h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: block;
  color: #e94e1b;
  text-transform: uppercase;
}

.form-control {
  display: block;
  width: 100%;
  padding: 9.5px 12px;
  line-height: 1.5;
  color: #012c4c;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #acacac;
  border-radius: 5px;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 14px;
  height: 40px;
}
.form-group {
  margin-bottom: 13px;
}

.offer_popup .wpcf7-textarea{min-height: 120px;}

.pop_title {
  font-size: 30px;
  color: #e94e1b;
  font-weight: 500;
  margin: 20px 0 40px;
  line-height: 1;
}
.radio .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item-label::before, .wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  margin-top: 0;
  margin-right: 16px;
  display: inline-block;
  -webkit-box-flex: 0;
  flex: none;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #acacac;
  border-radius: 5px;
}
.radio .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after, .radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after, .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after, .wpcf7-acceptance .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after, .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after, .wpcf7-checkbox .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NS4zIDM2LjQyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2JhMDgxNzt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFncmVlPC90aXRsZT48ZyBpZD0iVnJzdHZhXzIiIGRhdGEtbmFtZT0iVnJzdHZhIDIiPjxnIGlkPSJWcnN0dmFfMS0yIiBkYXRhLW5hbWU9IlZyc3R2YSAxIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNDUuMyA1LjEyIDQwLjE4IDAgMTQgMjYuMTggMTQgMjYuMTggNS4xMiAxNy4zIDAgMjIuNDIgMTQgMzYuNDIgNDUuMyA1LjEyIi8+PC9nPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60%;
}
.radio .wpcf7-list-item input[type="checkbox"], .radio .wpcf7-list-item input[type="radio"], .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"], .wpcf7-acceptance .wpcf7-list-item input[type="radio"], .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"], .wpcf7-checkbox .wpcf7-list-item input[type="radio"] {
  display: none;
}

.pop_close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 2px solid #e94e1b;
  width: 5.625rem;
  height: 5.625rem;
  padding: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMC4xNiAzMS4wOCI+PHRpdGxlPmNsb3NlLWljb248L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PGxpbmUgeDE9IjEuMDgiIHkxPSIxLjA0IiB4Mj0iMjkuMDgiIHkyPSIzMC4wNCIgc3R5bGU9InN0cm9rZTojRTk0RTFCO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDozcHgiLz48bGluZSB4MT0iMjkuMDgiIHkxPSIxLjA0IiB4Mj0iMS4wOCIgeTI9IjMwLjA0IiBzdHlsZT0ic3Ryb2tlOiNFOTRFMUI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjNweCIvPjwvZz48L2c+PC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 1rem;
  border-radius: 0 !important;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.pop_close_btn:hover {
  background-color: #e94e1b;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMC4xNiAzMS4wOCI+PHRpdGxlPmNsb3NlLWljb24td2hpdGU8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PGxpbmUgeDE9IjEuMDgiIHkxPSIxLjA0IiB4Mj0iMjkuMDgiIHkyPSIzMC4wNCIgc3R5bGU9ImZpbGw6I2I4MGUxZTtzdHJva2U6I2ZmZjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6M3B4Ii8+PGxpbmUgeDE9IjI5LjA4IiB5MT0iMS4wNCIgeDI9IjEuMDgiIHkyPSIzMC4wNCIgc3R5bGU9ImZpbGw6I2I4MGUxZTtzdHJva2U6I2ZmZjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6M3B4Ii8+PC9nPjwvZz48L3N2Zz4=) !important;
  box-shadow: none;
}
.form-group.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wpcf7-list-item-label {
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative;
  -webkit-box-align: normal;
  align-items: normal;
  color: #000;
  font-size: 16px;
  line-height: 19px;
}

.in_form_row.j-cut {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.j-cut .in_form_col {
    width: 49%;
}

@media (max-width: 587px) {
	.in_form_row.j-cut {
		flex-direction: column;
	}

	.j-cut .in_form_col {
		width: 100%;
		margin-bottom: 15px;
	}		
}


.form-group.d-none {
  display: none;
}
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}
.body_hidden{
	overflow: hidden;
}
.show_mobile{
	display: none !important;
}
.hide_mobile{
	display: block;
}
.inrange {
  position: relative;
}
.inrange .progress-bar {
  background: rgba(147, 193, 62, 1);
  height: 8px;
  top: 6px;
  position: absolute;
  left: 0px;
  z-index: 0;
}
.inrange input[type="range"] {
  height: 8px;
}

.each-ctr {
  position: relative;
  gap: 12px;
}
.link_ctr {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.each-ctr figure {
  flex: 0 0 80px;
}
.each-ctr  figcaption {
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
}
.wrapdata.flex p {
  font-size: 12px;
}
.ctresult .swiper-slide {
  width: 240px;
}

.has_mega_menu .mega_menu_container {
  display: flex;
  gap: 0px;
  justify-content: flex-start !important;
  padding: 0px !important;
  margin: 0px;
}

.wrapdata.flex p:last-child {
  align-items: center;
  gap: 6px;
}
.wrapdata.flex p:last-child img {
  height: 12px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #e94e1b;
}
.iw_con_top_right {
  margin-right: 20px;
}

.ctp_featured_park {
  position: relative;
}
.ctp_featured_park .ctp_loader {
  display: flex;
  min-height: 100px;
  background: transparent;
}
.scroll-wrapper.propertyfinder {
    padding: 0px 40px !important;
}
.popup-thenav .ctp_loader {
    background: transparent;
    display: flex;
}

.popup-thenav {
    min-height: 72px;
}
a.ctr_link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#signup {
  position: relative;
  background: #fff;
}
#ourstory .title {
  font-size: 60px;
}

.tb_responsive{
	overflow-x: auto;
}
.tb_responsive {
  margin-top: 24px;
}
table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
table td, table th {
    padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #d5dbd3;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -.05em;
  color: #1e2323;
}
table  th {
 text-align: left;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -.05em;
  color: #898d8e;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #d5dbd3;
}
.action_link{
	border-bottom: 1px solid #1e2323;
  padding-bottom: 4px;
}
.last_right tr th:last-child, .last_right tr td:last-child {
  text-align: right;
}
table strong {
  font-weight: 400;
    color: #1e2323;
}
.btn.btn-orange.pf_submit {
  padding: 8px 16px;
  margin-top: 10px;
}

.has_mega_menu .cardslider-arrow {
  top: 50%;
  box-shadow: 0 0 7px rgba(0,0,0,.3);
  border-radius: 50%;
}
.hero .plyr {
  height: 100%;
}
.hero .plyr iframe {
  transform: scale(1.5);
}
select[name="filter-country"] option[value="42"] {
  display: none;
  opacity: 0;
}
.invest_fixed_container {
    left: 40px !important;
  	width: calc(100% - 40px) !important;
}
.gmnoprint[role="menubar"] {
  left: 30px !important;
}

.book_pop_overlay {
  background: rgba(0,0,0,.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
.book_popup {
  max-width: 826px;
  min-height: calc(100% - 3.5rem);
  margin: 1.75rem auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.book_popup_row {
  position: relative;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
  padding: 40px;
}
.book_close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 2px solid #e94e1b;
  width: 5.625rem;
  height: 5.625rem;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 30.16 31.08%22%3E%3Ctitle%3Eclose-icon%3C/title%3E%3Cg id=%22Layer_2%22 data-name=%22Layer 2%22%3E%3Cg id=%22Layer_1-2%22 data-name=%22Layer 1%22%3E%3Cline x1=%221.08%22 y1=%221.04%22 x2=%2229.08%22 y2=%2230.04%22 style=%22stroke:%23e94e1b;stroke-miterlimit:10;stroke-width:3px%22/%3E%3Cline x1=%2229.08%22 y1=%221.04%22 x2=%221.08%22 y2=%2230.04%22 style=%22stroke:%23e94e1b;stroke-miterlimit:10;stroke-width:3px%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 1rem;
  border-radius: 0 !important;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.book_pop_overlay.book_show {
  opacity: 1;
  visibility: visible;
}
.book_pop_overlay.book_show .book_popup {
  -webkit-transform: translate(0);
  transform: translate(0);
}




.inv_res_con a{color: #e94e1b;}

.latestnews {
	padding: 40px 0;
}

@media screen and (min-width: 768px) {
	.latestnews {
		padding: 80px 0;
	}
}

.latestnews p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	text-overflow: ellipsis;
}

@media only screen and (max-width: 992px){
	.about_right_info.about_right_info--solo {
		flex-wrap: nowrap;
	}

	.about_right_info.about_right_info--solo .btn {
		max-width: 95px;
		padding: 12px;
	}
}

@media screen and (max-width: 767px) {
	.about_right_info.about_right_info--solo {
		right: 0;
		width: 100%;
		max-width: 100%;
	}
}
