a:hover {
	text-decoration: none;
}

/* slider */
.hp-slider .aios-slider::before, .hp-slider .aios-slider-slide::before {
	content: '';
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	opacity: 0.35;
}

.hp-slider .aios-slider::before {
	opacity: .7;
	height: 50%;
	background: linear-gradient(to bottom, #000, rgb(0 0 0 / 0));
}

.hp-slider-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.hp-slider-content .custom-container {
	text-align: center;
	display: flex;
	justify-content: center;
}

.hp-slider-content .section-title :is(h1,h2) {
	font-size: 36px;
	line-height: 52px;
	font-size: 2.25vw;
	line-height: 3.25vw;
	color: #fff;
	text-transform: none;
}

.hp-slider-content .section-btns {
	display: flex;
	justify-content: space-between
}

.hp-slider-content .section-btn {
	min-width: 320px;
	min-width: 20vw;
}

.hp-slider-content .section-btn:last-child {
}

/* floating smis */
.hp-smis-list {
	position: fixed;
	top: 54%;
	transform: translateY(-50%);
	right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 20;
	transition: all .5s;
}

.hp-smis-list a {
	display: inline-flex;
	flex-direction: column;
	text-align: center;
	color: #fff;
	position: relative;
	transition: all .5s;
	justify-content: center;
	align-items: center;
	margin: 14px 0;
	font-size: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--primary);
	color: var(--secondary);
	text-decoration: none
}

.hp-smis-list a:hover {
	text-decoration: none;
	color: #fff;
	background: var(--secondary);
}

.hp-smis-list a span {
	font-size: 20px;
}

.hp-smis-list a span.ai-font-envelope-f {
	font-size: 12px;
}
.hp-smis-list a span.ai-font-phone {
	font-size: 16px;
}

/* services */
.hp-services {
	padding: 80px 0;
}

.hp-services .custom-container {
	width: 100%;
}

.hp-services-list {
	font-size: 0;
	display: flex;
	height: 1094px;
}

.hp-services-list-left, .hp-services-list-right {
	display: flex;
	flex-wrap: wrap;
}

.hp-services-list-left {
	width: 60%;
}

.hp-services-list-right {
	width: 40%;
}

.hp-services-list-item {
	display: inline-block;
	padding: 10px;
	position: relative;
	width: 100%;
}

.hp-services-list-item a {
	display: block;
	position: relative;
	height: 100%;
}

.hp-services-list-left .hp-services-list-item:nth-child(1) {
	height: 53%;
}

.hp-services-list-left .hp-services-list-item:nth-child(2), .hp-services-list-left .hp-services-list-item:nth-child(3) {
	width: 50%;
	height: 47%;
}

.hp-services-list-right .hp-services-list-item {
	height: 32%;
}
.hp-services-list-right .hp-services-list-item:nth-child(1) {
	height: 36%;
}

.hp-services-list-item-img {
	background: #000;
	height: 100%;
}

.hp-services-list-item-img img {
	opacity: .70;
}

.hp-services-list-item:hover .hp-services-list-item-img img {
	opacity: .35;
}

.hp-services-list-item-label {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 440px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 43.25px;
	font-size: clamp(20px, 2.703125vw, 43.25px);
	font-family: var(--font-family-title);
	text-shadow: 0 2px 5px #000000;
}

/* welcome */
.hp-wc {}

.hp-wc-inner {
	display: flex;
	flex-wrap: wrap;
}

.hp-wc-inner-left, .hp-wc-inner-right {
	width: 50%;
}

.hp-wc-inner-right {
	padding: 150px 100px;
	padding: 9.375vw 6.25vw;
}

/* about */
.hp-about {}

.hp-about .custom-container {
	width: 100%;
	display: flex;
}

.hp-about .canvas-bg {
	background: #fff;
	width: 70%;
}

.hp-about .canvas-bg canvas {
	filter: grayscale(1);
	opacity: .10;
}

.hp-about-left {
	padding-left: 60px;
	padding-top: 100px;
	padding-left: 3.75vw;
	padding-top: 6.25vw;
	width: 60%;
	position: relative;
}

.hp-about-left  .about-monogram {
	position: absolute;
	top: 17px;
	left: 8px;
	opacity: .05;
	width: 579px;
	width: 36.1875vw;
	height: auto;
}

.hp-about-left::before {
	content: '';
	pointer-events: none;
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	background: linear-gradient(to left, #fff, rgb(255 255 255 / 0%));
	z-index: 1;
}

.hp-about-left > div {
	position: relative;
	z-index: 2;
}

.hp-about .section-text {
	margin-bottom: 50px;
	columns: 2;
}

.hp-about .section-text p {
	max-width: 90%;
	text-align: justify;
}

.about-img::before {
	content: '';
	pointer-events: none;
	position: absolute;
	width: 35%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #fff, rgb(255 255 255 / 0%));
	z-index: 1;
}

.hp-about-right {
	width: 40%
}

/* featured in */
.hp-otp {
	padding: 120px 0;
	padding: 7.5vw 0;
	overflow: hidden;
}

.hp-otp .custom-container {
	width: 100%;
	padding: 0 20px;
}

.hp-otp .slick-track {
	display: flex;
	align-items: center;
}

.hp-otp-logos {
	white-space: nowrap;
	text-align: center;
}

.hp-otp-logos img {
	width: auto;
	height: auto;
	margin: 0 50px;
}

.hp-otp-logos .slick-slide img {
	width: auto !important;
}

/* exclusive properties */
.hp-ep {
	padding: 20px 0 80px;
}

.hp-ep-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hp-ep-top .section-title {
	width: 70%;
}

.hp-ep-list {
	font-size: 0;
	margin: 0 -10px;
}

.hp-ep-list-item {
	width: 33.33%;
	display: inline-block;
	padding: 10px;
	vertical-align: top
}

.hp-ep-list-item .list-item-img::before {
	background: rgb(0 0 0 / .60);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: 'VIEW DETAILS';
	pointer-events: none;
	z-index: 1;
	color: #fff;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all .5s;
}

.hp-ep-list-item:hover .list-item-img::before  {
	opacity: 1;
}

.list-item-details {
	padding-top: 40px;
	color: var(--primary);
}

.list-item-address-1 {
	font-size: 20px;
	font-weight: 500;
}

.list-item-address-2 {
	font-size: 15px;
	margin-top: 5px;
	font-weight: 500;
}

.list-item-specs {
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 300;
}

.list-item-specs > span:not(:last-child)::after {
	content: ' | '
}

/* home: rentals */
.hp-rentals {
	padding: 80px 0;
	padding: 5vw 0;
}

.hp-rentals-slide {
	display: flex !important;
	align-items: center;
}

.rentals-slide-img {
	width: 776px;
	width: 48.5vw;
	left: 1px;
}

.rentals-slide-details {
	padding-left: 100px;
	padding-left: 6.25vw;
	color: #fff;
}

.rentals-slide-address {
	font-size: 20px;
	font-size: 1.25vw;
	margin-bottom: 30px;
	margin-bottom: 1.875vw;
	line-height: 30px;
}

.rentals-slide-price {
	font-size: 30.55px;
	font-size: 1.909375vw;
	font-weight: 600;
	margin-bottom: 40px;
	margin-bottom: 2.5vw;
}

.hp-rentals:not(.slick-initialized) .hp-rentals-slide:nth-child(n+2) {
	display: none;
}

.hp-rentals .rentals-slider-arrows {
	position: absolute;
	right: 0;
	bottom: 50px;
	bottom: 3.125vw;
	width: 42%;
	padding-left: 100px;
	padding-left: 6.25vw;
}

/* why work with nancy */
.hp-wwwu {
	padding: 100px 0;
	padding: 6.25vw 0;
	background: #000;
}

.hp-wwwu .canvas-bg {
	opacity: .31;
}

.hp-wwwu-stats {
	display: flex;
	flex-wrap: wrap;
}

.hp-wwwu-bg::before {
	content: '';
	width: 100%;
	height: 70%;
	position: absolute;
	background: linear-gradient(180deg, rgba(247,246,247,1) 30%, rgba(247,246,247,0) 100%);
	top: 0;
	left: 0;
	z-index: 1;
}

.hp-wwwu-stats .wwwu-stat {
	font-size: 16px;
	font-size: 1vw;
	display: inline-block;
	text-align: center;
	width: 20%;
	margin: 35px 0;
	color: #fff;
}

@media(min-width: 992px) {
	.hp-wwwu-stats .wwwu-stat:not(:nth-child(3), :nth-child(6))  {
		border-right: 1px rgb(255 255 255 / .20) solid;
	}
}

.hp-wwwu-stats .wwwu-stat:nth-child(2), .hp-wwwu-stats .wwwu-stat:nth-child(5) {
	width: 60%;
}

.hp-wwwu-stats .wwwu-stat .stat-label {
	font-size: 65px;
	font-size: clamp(40px, 4.0625vw, 65px);
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.hp-wwwu-stats .wwwu-stat .stat-label span {
	transition: all .5s;
}

.hp-wwwu-stats .wwwu-stat .stat-desc {
	text-transform: uppercase;
	line-height: 1.2;
	color: #c9c9c9;
	font-size: 18px;
	font-size: clamp(12px, 1.125vw, 18px);
}

/* ctas */
.hp-ctas {
	padding: 60px 0;
}

.hp-ctas .custom-container {
	width: 100%;
	max-width: 1480px;
}

.hp-ctas-list {
	font-size: 0;
	margin-bottom: 30px;
}

.hp-ctas-list-item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 9px;
	position: relative;
}

.hp-ctas-list-item a {
	display: block;
	position: relative;
}

.hp-ctas-list-item-img {
	background: #000;
}

.hp-ctas-list-item-img img {
	opacity: .25;
}

@media(min-width: 992px) {
	:is(.hp-ctas-list-item:nth-child(2), .hp-ctas-list-item:nth-child(4), .hp-ctas-list-item:nth-child(5), .hp-ctas-list-item:nth-child(7)) .hp-ctas-list-item-img {
		background: #c90000;
	}
}

.hp-ctas-list-item-label {
	position: absolute;
	color: #fff;
	font-size: 28px;
	font-size: clamp(18px, 1.7500000000000002vw, 28px);
	font-weight: 600;
	font-family: var(--font-family-title);
	letter-spacing: 0.05em;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	text-transform: uppercase;
	min-width: 240px;
	text-align: center;
	padding: 15px 10px;
	white-space: nowrap;
	transition: all .5s;
	display: block;
	height: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media(min-width: 992px) and (max-width: 1075px) {
	.hp-ctas-list-item-label {
		min-width: 15.5vw;
	}
}

.hp-ctas-list-item-label::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 15%;
	border: 1px #fff solid;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all .5s;
}

.hp-ctas-list-item:hover .hp-ctas-list-item-label::before {
	width: 100%;
	height: 90%;
}

.hp-ctas-list-item .cta-monogram {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	pointer-events: none;
	transition: all .5s;
}

.hp-ctas-list-item:hover .cta-monogram {
	opacity: .30;
}

/* home: fintech */
.hp-ft {
	padding: 25px 0 84px;
	overflow: hidden;
}

.hp-ft-top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.hp-ft-top-left, .hp-ft-top-right {
	width: 50%;
}

.hp-ft-top-left {
	padding-left: 75px;
}

.hp-ft-img {
    margin-right: calc(calc(-100vw + 1330px) / 2);
    margin-right: calc(calc(-100vw + 83.125vw) / 2);
}

.hp-ft-bottom {
	background: #000;
	color: #fff;
	padding: 100px 150px;
	padding: 6.25vw 9.375vw;
	margin-top: -40px;
	position: relative
}

/* testimonials */
.hp-testi {
	padding: 100px 0 100px;
	padding: 6.25vw 0 6.25vw;
}

.hp-testi .canvas-bg {
	height: calc(100% - 200px);
}

.hp-testi .custom-container {
	max-width: 1140px;
	min-height: 560px;
	background: #fff;
	padding: 80px 75px 0;
}

.hp-testi-slider {
	margin-bottom: 78px;
	font-size: 0;
}

.hp-testi-slide p {
	font-size: 18px;
	font-size: 1.125vw;
	font-family: var(--font-family-title);
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 40px;
}

.hp-testi-slide h3.testi-from {
	text-transform: uppercase;
	font-size: 15px;
}

.hp-testi-slider .hp-testi-slide {
	padding-right: 65px;
	position: relative
}

.hp-testi-slider .hp-testi-slide::before {
	content: '';
	width: 33px;
	height: 26px;
	display: block;
	background: url(../../assets/images/home/icon-quote.png) no-repeat;
	background-size: contain;
	margin-bottom: 30px;
}

.hp-testi-slider:not(.slick-initialized) .hp-testi-slide {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

/* areas */
.hp-aoe {
	padding: 0 0 100px;
}

.hp-aoe .canvas-bg {
	background: #fff
}

.hp-aoe .canvas-bg canvas {
	filter: grayscale(1);
	opacity: .10;
}

.hp-aoe .canvas-bg::after {
	content: '';
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #fff, rgb(255 255 255 / 0))
}

.hp-aoe-slider {
	font-size: 0;
	margin-bottom: 60px;
}

.hp-aoe-slide {
	display: inline-block
}

.hp-aoe-slider:not(.slick-initialized) .hp-aoe-slide {
	width: 33.33%;
}

.hp-aoe-slider:not(.slick-initialized) .hp-aoe-slide:nth-child(n+4) {
	display: none;
}

.hp-aoe-slide > a {
	display: block;
	position: relative;
}

.hp-aoe-slide-label {
	font-size: 30px;
	font-size: 1.875vw;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-transform: uppercase;
	padding: 45px 40px;
	z-index: 2;
	transition: all .5s;
}

.hp-aoe-slide-img::before {
	content: '';
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 60%;
	background: linear-gradient(to top, #000, rgb(0 0 0 / 0));
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: .40;
}

.hp-aoe-slide:hover .hp-aoe-slide-img::before  {
	opacity: .90;
}

@media(min-width: 992px) {
	.aoe-slider-arrows-more  {
		justify-content: center;
	}
	.aoe-slider-arrows-more .slider-arrow {
		position: absolute;
		top: 50%;
	}

	.aoe-slider-arrows-more .slider-arrow-prev {
		left: -85px;
	}

	.aoe-slider-arrows-more .slider-arrow-next {
		right: -70px;
	}
}


.hp-aoe-slide-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / .60);
	top: 0;
	left: 0;
	pointer-events: none;
	padding: 45px 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	opacity: 0;
	transition: all .5s;
	z-index: 2;
}

.hp-aoe-slide-hover-label {
	font-size: 30px;
	font-size: 1.875vw;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 25px;
	letter-spacing: 0.075em;
}

.hp-aoe-slide-hover p {
	font-size: 13px;
	font-size: 0.8125vw;
	line-height: 1.9;
	letter-spacing: 0.075em;
	color: #fff;
	margin-bottom: 30px;
}

.hp-aoe-slide .aoe-read-more {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	color: #fff;
}

.hp-aoe-slide:hover .hp-aoe-slide-hover {
	opacity: 1;
}

.hp-aoe-slide:hover .hp-aoe-slide-label {
	opacity: 0;
}

/* about 2 */
.hp-about-2 {
	padding: 90px 0
}

.hp-about-2 .custom-container {
	display: flex;
	width: 1480px;
	width: 92.5vw;
}

.hp-about-2-left {
	width: 50%;
}

.hp-about-2-right {
	width: 60%;
	margin-left: -10%;
	position: relative;
}

.hp-about-2-slider {
	background: #fff;
	padding: 65px 60px;
	margin-top: 60px;
	padding: 4.0625vw 3.75vw;
	margin-top: 3.75vw;
}

.hp-about-2-slider:not(.slick-initialized) .hp-about-2-slide:nth-child(n+2) {
	display: none;
}

.about-2-slider-arrows {
	text-align: right;
}

/* in the media */
.hp-itm {
	padding: 0 0 80px;
}

.hp-itm-list {
	font-size: 0;
	margin-bottom: 90px;
}

.hp-itm-item {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

.hp-itm-list:not(.slick-initialized) .hp-itm-item {
	width: 33.33%;
}

.hp-itm-item-txt {
	margin-top: 40px;
	font-size: 15px;
}

.hp-itm-item-txt h3 {
	font-size: 20px;
	line-height: 1.4;
	max-width: 60%;
	margin-bottom: 20px;
}

.hp-itm-item-txt p {
	margin-bottom: 30px;
	line-height: 1.9;
}

.hp-itm-item-txt a {
	color: var(--primary);
}

.itm-slider-arrows-more {
	max-width: 475px;
	margin: 0 auto;
}

/* concierge services */
.hp-cs {
	padding: 0 0 80px;
}

.hp-cs .custom-container {
	width: 1138px;
	width: 71.125vw;
}

.hp-cs-slider {
	max-width: 1138px;
	margin: 0 auto;
}

.hp-cs .section-text {
	padding: 0 130px 60px;
	padding: 0 8.125vw 3.75vw;
}

.hp-cs .twentytwenty-handle {
	background: #fff;
}

.hp-cs .twentytwenty-left-arrow, .hp-cs .twentytwenty-right-arrow {
	border: 0;
}

.hp-cs .twentytwenty-left-arrow {
	left: 23px;
}

 .hp-cs .twentytwenty-right-arrow {
	 right: 31px;
 }

.hp-cs .twentytwenty-left-arrow::before, .hp-cs .twentytwenty-right-arrow::before{
	font-family: agentimage!important;
}

.hp-cs .twentytwenty-left-arrow::before {
	content: "\b0205";
}

.hp-cs .twentytwenty-right-arrow::before {
	content: "\b0206";
}

.hp-cs .twentytwenty-overlay {
	display: none !important;
}

@media(max-width: 991px) {
	.hp-slider-content .section-btns {
		flex-wrap: wrap;
	}
	.hp-slider-content .section-btn {
		min-width: auto;
		width: 100%;
		margin: 5px 0;
	}

	.hp-smis-list {
		display: none;
	}

	.hp-ctas-list-item {
		width: 50%;
	}
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 767px) {
	.hp-ep-list-item {
		width: 50%;
	}

	.hp-testi .custom-container {
		padding: 40px;
	}

	.hp-wwwu-stats {
		flex-wrap: wrap;
	}
	.hp-wwwu-stats .wwwu-stat {
		width: 100% !important;
	}

	.hp-slider-content {
		position: relative;
		background: #000;
		top: auto;
		transform: translateY(0);
		padding: 50px 0;
		display: none;
	}
	.hp-slider-content .custom-container {
		padding-left: 0;
		text-align: center;
	}
	.hp-slider-content .section-title :is(h1,h2) {
		font-size: 36px;
		line-height: normal;
	}

	.hp-services-list {
		flex-wrap: wrap;
		height: auto
	}

	.hp-services-list-left, .hp-services-list-right {
		width: 100%;
	}

	.hp-services-list-item {
		height: 350px !important;
	}

	.hp-wc-inner-left, .hp-wc-inner-right {
		width: 100%;
		text-align: center;
	}

	.hp-ft-top-left, .hp-ft-top-right {
		width: 100%;
	}
	.hp-ft-top-left {
		padding-left: 0;
		text-align: center;
	}
	.hp-ft-img {
		margin-right: 0;
	}
	.hp-otp-logos .slick-slide img {
		max-width: 200px;
	}
}

@media(max-width: 600px) {
	#aios-slider-home-slider .aios-slider-splide .aios-slider-img canvas,
	#aios-slider-home-slider .aios-slider-splide .aios-slider-custom-video canvas {
		min-height: 250px !important;
	}

	.hp-services-list-left .hp-services-list-item:nth-child(2), .hp-services-list-left .hp-services-list-item:nth-child(3) {
		width: 100%;
		height: 47%;
	}

	.hp-ctas-list-item {
		width: 100%;
	}
}

@media(max-width: 414px) {
	.hp-aoe-slide-hover {
		padding: 20px;
	}
	.hp-aoe-slide-hover p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.aoe-slider-arrows-more ,
	.testi-slider-arrows-more {
	  margin:1em calc(40% - 40vw);
	}

}
