@charset "UTF-8";

/*
Theme Name: Serenity-Equity
Theme URI: https://wordpress.org/themes/serenityequity/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Serenity-Equity is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Serenity-Equity elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: serenityequity
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Serenity-Equity WordPress Theme, (C) 2020 WordPress.org
Serenity-Equity is distributed under the terms of the GNU GPL.
*/


@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

@font-face {
    font-family: 'Helvetica';
    src: url('assets/fonts/Helvetica.woff2') format('woff2'),
        url('assets/fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 
@font-face {
    font-family: 'HelveticaNeue';
    src: url('assets/fonts/HelveticaNeueRegular.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeueRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue-Italic.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

a img {
	border: 0;
}

body {
	font-family: 'Helvetica Neue';
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	background: #ffffff;
	transition: color 0.3s ease-in-out, background-color 0.5s ease-in-out;
}

b {
	font-weight: bold;
}

img {
	height: auto;
	width: 100%;
}

a {
	color: #606060;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #606060;
	text-decoration: none;
	outline: none;
}

input,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
	box-shadow: none;
	border: none;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color]{
	border: 1px solid #31383f;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  background: 0 0;
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 20px;
  height: 63px;
  transition: .3s ease-in-out;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
	border: 1px solid #31383f;
}
input[type=submit]{
	background-color: #0047BB;
	border-radius: 22px;
	color: #FFF;
	font-size: 16px;
	padding: 7px 10px 7px 20px;
	text-align: left;
	background: #0047BB url("assets/images/svg/right_arrow.svg") no-repeat 106px center;
	background-size: 16px 16px;
	width: 140px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input:focus,
textarea:focus {
	outline: 0;
	box-shadow: none;
	border: none;
}
  
select option {
	background-color: #18191D; 
	color: #969799; 
}


h1{
	font-family: 'Helvetica Neue';
	font-size: 94px;
	font-weight: 500;
}
h2{
	font-family: 'Helvetica Neue';
	font-size: 50px;
	line-height: 63px;
	font-weight: 300;
	color: #0047BB;	
}
h3{
	font-family: 'Helvetica Neue';
	color: #0047BB;
	font-size: 42px;
	font-weight: 300;
}
h4{
	font-family: 'Helvetica Neue';
	font-weight: 500;
	color: #000000;
	font-size: 22px;
}
h5{
	font-family: 'Helvetica Neue';
	color: #000000;
	font-size: 26px;
}
p {
	font-family: 'Helvetica Neue';
	font-weight: 300;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
	color: #666666;
}

.main-outercon {
	overflow: hidden;
}

.header-container{
	float: left;
	width: 100%;
	position: fixed;
	background-color: #ffffff;
	z-index: 10;
	box-shadow: 0px 5px 10px #0000000D;
}
.logo {
	float: left;
	width: 100%;
	padding-top: 22px;
	padding-bottom: 14px;
}
.logo img{
	width: 250px;
}

.main-menu {
	float: right;
}

.main-menu ul {
	display: flex;
	gap: 0 40px;
}

.main-menu ul li {
	list-style: none;
	padding: 26px 0 30px;;
	position: relative;
}
.main-menu ul li:before{
	content: "";
	width: 0;
	height: 1px;
	background: #0047BB;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-menu ul li:hover:before{
	width: 100%;
}

.main-menu ul li a {
	font-family: 'Helvetica Neue' ;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-menu ul li > a:hover {
	color: #0047BB;
}

.main-menu ul li .mega-menu {
	display: none;
	width: 685px;
	position: absolute;
	top: 100%;
	left: -190px;
	background: #31383F;
	border-radius: 10px;
	padding: 20px 7px 20px 2px;
	z-index: 1000
}

.main-menu ul li:hover .mega-menu,
.main-menu ul li .mega-menu:hover {
	display: flex;
}

.menuToggle{
	width: 42px;
	display: none;
	position: absolute;
	top: 25px;
  	right: 25px;
}
.menuOpen{
	width: 42px;
	display: none;
}
.menuClose {
	width: 29px;
	position: absolute;
	right: 0;
	display: none;
}
.menuToggle.menu-open .menuClose{
	display: block;
}

.banner {
	float: left;
	width: 100%;
	position: relative;
	height: 100vh;
}
.banner img{
	height: 100%;
}
.banner-container{
	float: left;
	width: 100%;
}
.banner-content {
	width: 910px;
	float: left;
	left: 50%;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.banner-content h1{
	color: #FFFFFF;
	font-weight: 500;
	padding-bottom: 35px;
	border-bottom: 1px solid #ffffff;
}
.banner-content p{
	color: #FFFFFF;
	font-size: 46px;
	font-family: 'Helvetica Neue';
	font-weight: 300;
	line-height: 55px;
	padding-top: 35px;
}
.scroll-up{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: 0 auto;
	width: 30px;
	z-index: 5;
}
.scroll-up span{
	float: left;
	width: 30px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50px;
	position: relative;
}
.scroll-up span:before {
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	content: '';
	width: 2px;
  	height: 10px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 3px;
	/* -webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite; */
	box-sizing: border-box;
}
.scroll-up img{
	width: 21px;
	height: 38px;
	animation: pointDown 1.5s infinite ease-in-out;
	/* -webkit-animation: sdb10 2s infinite;
  	animation: sdb10 1s infinite; */
}

@keyframes pointDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

.content-container{
	float: left;
	width: 100%;
	padding-top: 250px;
	position: relative;
}
.content-container:before{
	position: absolute;
	left: -175px;
	top: 0;
	content: "";
	width: 50%;
	height: 100%;
	background: url("assets/images/curve_left.png") no-repeat left top;
	background-size: 640px;
	z-index: -1;
	opacity: 0.25;
}
.content-container:after{
	position: absolute;
	right: -195px;
	top: 300px;
	content: "";
	width: 50%;
	height: 100%;
	background: url("assets/images/curve_right.png") no-repeat right top;
	background-size: 640px;
	z-index: -1;
	opacity: 0.25;
}
.intro-content{
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 250px;
}
.intro-content h4{
	font-family: 'Helvetica Neue';
	padding-bottom: 40px;
}
.intro-content h3{
	padding-bottom: 80px;
	font-family: 'Helvetica Neue';
}
.property-section{
	float: left;
	width: 100%;
	padding-bottom: 100px;
}
.property-section h2{
	padding-bottom: 50px;
}
.property-grid{
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3 columns with equal width */
	gap: 15px; 
}
.grid-image{
	float: left;
	width: 100%;
}
.grid-image img{
	border-radius: 20px 20px 0px 0px;
	height: 250px;
	object-fit: cover;
}
.grid-single{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.grid-content{
	float: left;
	width: 100%;
	background-color: #F6F7F7;
	padding: 20px 15px;
	border-radius: 0px 0px 20px 20px;
	border: 1px solid #F6F7F7;
}
.grid-single:hover .mainBtn{
	background-color: #003791;
	color: #ffffff;
}
.grid-single:hover .grid-content{
	border: 1px solid #0047BB;
}
.grid-content:hover h5{
	color: #0047BB;
}
.grid-content h5{
	font-family: 'Helvetica Neue';
	padding-bottom: 15px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.location-block{
	display: flex;
	gap: 0 6px;
	margin-bottom: 10px;
}
.location-block img{
	width: 15px;
}
.location-block span{
	font-family: 'Helvetica Neue';
	float: left;
	width: 100%;
	color: #666666;
	font-size: 14px;
}
.grid-content p{
	font-size: 16px;
	line-height: 20px;
	color: #666666;
}
.mainBtn{
	font-family: 'Helvetica Neue';
	border:0;
	background-color: #0047BB;
	border-radius: 22px;
	color: #FFFFFF;
	font-size: 16px;
	padding: 7px 10px 7px 20px;
	text-align: left;
	background:#0047BB url("assets/images/svg/right_arrow.svg") no-repeat 106px center;
	background-size: 16px 16px;
	width: 140px;
  	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*.mainBtn:hover{
	color: #FFFFFF;
	background:#0047BB url("assets/images/svg/right_arrow.svg") no-repeat 110px center;
}*/

.what-looking{
	float: left;
	width: 100%;
}
.what-looking h2{
	padding-bottom: 50px;
}
.left-image{
	float: left;
	width: 30%;
}
.left-image img {
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.right-content{
	float: left;
	width: 70%;
	padding-left: 23px;
}
.right-content h2{
	display:none;
}
.info-row{
	float: left;
	width: 100%;
	border-bottom: 1px solid #E5E4E4;
	padding: 15px 0;
}
.info-value{
	font-family: 'Helvetica Neue';
	font-weight: 300;
	float: left;
	width: 100%;
}
.info-row h6{
	color: #0047BB;
	font-size: 16px;
	font-family: 'Helvetica Neue';
	font-weight: 500;
	padding-bottom: 10px;
}
.info-row ul li{
	float: left;
	width: 100%;
	list-style: none;	
	padding: 10px 0 10px 15px;
	position: relative;
}
.info-row ul li:before{
	position: absolute;
	left: 0;
	top: 22px;
	content: "";
	width: 5px;
  	height: 5px;
	background-color: #000000;
}
.info-row ul li .location-name{
	color: #000000;
	font-size: 26px;
	font-family: 'Helvetica Neue';
	font-weight: 300;
	padding-bottom: 6px;
}
.info-row ul li span{
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	line-height: 23px;
	font-family: 'Helvetica Neue';
  	font-weight: 400;
}
.content-block{
	display: flex;
}
.first-section{
	float: left;
	width: 100%;
}
.second-section{
	float: left;
	width: 100%;
}
.third-section{
	float: left;
	width: 100%;
	background: url("assets/images/dots_bg.png") no-repeat left top;
	padding-top: 150px;
	padding-bottom: 160px;
}
.fourth-section{
	float: left;
	width: 100%;
	background: #F5F5F5;
	padding: 124px 0 30px;
}
.preference-left {
	float: left;
	width: 65%;
	padding-right: 95px;
}
.preference-left h2{
	padding-bottom: 30px;
	color: #0047BB;
}
.preference-left ul {
  padding-left: 20px;
}
.preference-left ul li{
	float: left;
  	width: 100%;
	list-style: disc;	
	margin-bottom: 20px;	
}
.preference-left ul li span{
	float: left;
	width: 100%;
	font-family: 'Helvetica Neue';
	color: #666666;
	font-size: 17px;
}
.preference-right {
	float:right;
	width: 35%;
}
.preference-right img{
	border-radius: 20px;
}
.strategy-section{
	float:right;
	width: 100%;
	padding-top: 100px;
}
.strategy-section h2{
	padding-bottom: 40px;
}
.strategy-section ul{
	float: left;
	width: 100%;
}

.colm-content{
	display: flex;
	gap: 0 30px;
	justify-content: space-between;
}
.colm{
	width: 30%;
	border-bottom: 1px solid #666;
}
.block-single{
	float: left;
	width: 100%;
	border-top: 1px solid #666666;
	padding-top: 26px;
	padding-bottom: 15px;
	position: relative;
}
.block-single:before{
	position: absolute;
	left: 0;
	top: -2px;
	content: "";
	background: #0047BB;
	width: 100px;
	height: 2px;
}
.label-name{
	font-size: 24px;
	color: #000000;
	padding-bottom: 15px;
	font-family: 'Helvetica Neue';
	font-weight: 300;
}
.block-single p,
.block-single ul li{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #666666;
	padding-bottom: 10px;
	margin: 0;
}
.block-single span p{

}
.footer-container {
  float: left;
  width: 100%;
  position: relative;
}
.footer-container:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.footer-section{
	float: left;
  width: 100%;
}
.footer-content{
	float: left;
	left: 50%;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
.footer-content h6{
	float: left;
  	width: 100%;
	color: #FFFFFF;
	font-size: 60px;
	line-height: 70px;
	padding-bottom: 40px;
	font-family: 'Helvetica Neue';
	font-weight: 300;
}
.footer-content p{
	float: left;
  	width: 100%;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 70px;
	font-family: 'Helvetica Neue';
	font-weight: 300;
}
.box-grid{
	float: left;
  	width: 100%;
	display: flex;
	gap:0 20px;
	justify-content: center;
}
.box-left{
	float: left;
  	width: 54%;
  	background: #F5F5F5;
  	border-radius: 20px;
  	display: flex;
}
.box-single{
	padding: 35px 30px;
	display: flex;
	gap:0 25px;
	width: 50%;
}
.box-single img{
	width: 80px;
}
.info-text {
  width: 430px;
}
.info-text .user-name{
	color: #000000;
	font-size: 20px;
	font-family: 'Helvetica Neue';
	font-weight: 100;
	text-align: left;
	padding-bottom: 10px;
}
.info-text span{
	float: left;
  	width: 100%;
  	color: #666666;
  	font-family: 'Helvetica Neue';
  	font-size: 14px;
  	text-align: left;
    display: flex;
    gap: 0 5px;
    justify-content: flex-start;
}
.info-text span a{color: #666666;}
.info-text span b{
	color: #000000;
	font-family: 'Helvetica Neue';
	font-weight: normal;
}
.box-right{
	float: left;
  	width: 21%;
  	background: #F5F5F5;
  	border-radius: 20px;
  	display: flex;
}
.info-text a{
	display: flex;
	color: #0047BB;
	font-size: 14px;
	justify-content: space-between;
	font-family: 'Helvetica Neue';
}
.info-text a img{
	width: 11px;
}
.box-right .box-single {
  width: 100%;
}

.copyright {
	font-family: 'Helvetica Neue';
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: #E5E4E4;
	font-size: 12px;
}
.copyright sup {
  font-size: 10px;
}
.disclaimer {
	float: left;
	width: 100%;
	font-family: 'Helvetica Neue';
	font-weight: normal;
	font-style: italic;
	color: #E5E4E4;
	font-size: 14px;
	padding-top: 15px;
}

.property-page {
	float: left;
	width: 100%;
	padding: 120px 0 0;
	background:#ffffff url("assets/images/dots_bg2.png") no-repeat left -190px;
}
.property-page h2{
	padding-bottom: 10px;
	line-height: 50px;
	color: #000000;
}
.page-top{
	float: left;
  	width: 100%;
  	padding-bottom: 50px;
  	display: flex;
  	justify-content: space-between;
}
.page-top .location-block{
	margin-bottom: 0;
}
.single-right {
  	align-self: flex-end;
}
.viewBtn{
	background:#E5EBF8 url("assets/images/svg/blue_arrow.svg") no-repeat 106px center;
	background-size: 16px 16px;
	color: #0047BB;
}
.property-gallery{
	float: left;
  	width: 100%;
  	padding-bottom: 95px;
}
.property-gallery ul{
	float: left;
  	width: 100%;
}
.property-gallery ul li{
	float: left;
  	width: 100%;
  	list-style: none;
  	position: relative;
  	border-radius: 20px;
}
.property-gallery ul li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 30%;
	background: transparent linear-gradient(90deg, #00000094 0%, #54545400 100%) 0% 0% no-repeat;
	height: 100%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.property-gallery ul li:after{
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 30%;
	background: transparent linear-gradient(270deg, #00000094 0%, #54545400 100%) 0% 0% no-repeat;
	height: 100%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.property-gallery ul li img{
	border-radius: 20px;
	height: 800px;
  	object-fit: cover;
}
.content-first{
	float: left;
  	width: 100%;
  	color: #000000;
  	font-size: 20px;
  	line-height: 25px;
  	font-weight: 300;
  	font-family: 'Helvetica Neue';
  	margin-bottom: 25px;
}
.content-second{
	float: left;
  	width: 100%;
  	color: #000000;
  	font-size: 20px;
  	line-height: 25px;
  	font-weight: 300;
  	font-family: 'Helvetica Neue';
  	margin-bottom: 70px;
}
.detail-block{
	float: left;
  	width: 100%;
}
.detail-block ul{
	float: left;
  	width: 100%;
  	padding-bottom: 100px;
  	border-top: 1px solid #f2f1f1;
}
.detail-block ul li{
	float: left;
  	width: 100%;
  	list-style: none;
  	display: flex;
  	border-bottom: 1px solid #f2f1f1;
  	padding: 15px 0;
}
.detail-block ul li .detail-label{
	float: left;
  	width: 20%;
  	color: #0047BB;
  	font-size: 12px;
  	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Helvetica Neue';
	padding-top: 12px;
}
.detail-block ul li .detail-value{
	float: left;
  	width: 80%;  	
}
.detail-block ul li .detail-value p{
	color: #666666;
  	font-size: 20px;
  	font-weight: 300;
  	font-family: 'Helvetica Neue';
  	margin: 10px 0;
}
.discalimer-text{
	float: left;
  	width: 100%;
  	background: #E5E4E4;  	
    padding: 25px 0;
}
.discalimer-text span{
	float: left;
  	width: 100%;
	margin: 0;
	color: #666666;
  	font-family: 'Helvetica Neue';
  	font-weight: normal;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
	margin-bottom:5px;
}
.discalimer-text p{
	margin: 0;
	color: #666666;
  	font-family: 'Helvetica Neue';
  	font-weight: normal;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
}
.property-breadcrumb{
	display: flex;
	gap: 0 5px;
	padding-bottom: 40px;
}
.property-breadcrumb a{
	float: left;
	color: #0047BB;
	font-size: 14px;
	font-family: 'Helvetica Neue';
}
.property-breadcrumb span{
	float: left;
	color: #666666;
	font-size: 14px;
	font-family: 'Helvetica Neue';
	padding-left: 10px;
}
.property-breadcrumb img{
	width: 14px;
}
.error-page{
	float: left;
	width: 100%;
	padding: 100px 0 60px;
}
.map-section{
	float: left;
	width: 100%;
	padding-bottom:100px;
}
#map{
	float: left;
	width: 100%;
	height:600px;
	border-radius: 20px;
}
.map-label {
	position: absolute;
	background: white;
	padding: 4px 8px;
	font-size: 16px;
	font-weight: bold;
	color: red;
	border: 2px solid red;
	text-align: center;
}
.map-images {
  float: left;
  width: 100%;
  padding-bottom: 100px;
}
.map-images ul li{
	list-style:none;
	margin-top:30px;
}
.map-images ul li:first-child{
	margin-top:0;
}
.map-images ul li img{
	height:900px;
	object-fit:cover;
}







@-webkit-keyframes sdb10 {
	0% {
	  -webkit-transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  -webkit-transform: translate(0, 20px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
  }
  @keyframes sdb10 {
	0% {
	  transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  transform: translate(0, 20px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
  }




/* ============= EM ====== */
body{font-family: 'Helvetica Neue'; font-weight:300;}
.intro-content {line-height: 34px;}
.info-text a{ text-decoration:none;}
.grid-content p { min-height: auto; font-family: 'Helvetica Neue';font-size:16px; line-height: 24px; }
.property-grid .prop-desc{ min-height:120px;}
.prop-video-gallery { clear: both; padding-bottom: 100px; font-family: 'Helvetica Neue'; }
.prop-video-gallery h3 { padding-bottom: 40px; }
.prop-video-gallery .des-wrap h4 { font-family: 'Helvetica Neue'; color: #000; font-size: 24px; font-weight: 300; margin-bottom: 20px; }
.prop-video-gallery .des-wrap p { font-family: 'Helvetica Neue'; font-weight: 300; margin-bottom: 20px; color: #666666;  font-size: 18px; }
.prop-video-gallery .video-frame{ border-radius:20px; overflow:hidden; }
.prop-video-gallery .video-wrap iframe {display: block;}
.prop-video-gallery .video-frame { float: none; clear: both; width: 100%; position: relative; padding-bottom: 56.25%; height: 0; }
.prop-video-gallery .video-frame iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.prop-video-gallery .videos-item { display: flex;flex-wrap: wrap; justify-content: space-between; }
.prop-video-gallery .videos-item .item { width: 48%;  margin-bottom: 30px; }
.prop-video-gallery .videos-item .video-wrap { padding-bottom: 30px; }
.what-looking .info-value { font-size: 26px; }
.strategy-section .block-single { font-size: 16px; }
p:empty  {display: none !important;}
.property-page .container ul { padding-left: 16px; }
.property-page .container li { font-family: 'Helvetica Neue'; font-weight: 300; margin-bottom: 12px; font-size: 20px; line-height: 28px; color: #666666; }
.property-page .container b, .property-page .container strong{ font-weight:bold;}



@media(max-width:780px){
	.prop-video-gallery .videos-item .item { width: 100%; }
	.prop-video-gallery .videos-item { display:block;}
	.info-text{width:auto;}
	.what-looking .info-value {font-size: 20px;line-height: 26px;}
}

