@charset "UTF-8";
@import url();

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: TenorSans-Regular
}

.arrow-btn-white:before,
.arrow-btn:before {
	right: 0;
	top: 0;
	position: absolute;
	content: ''
}

.lang-and-search li a,
header .menu-row ul li a {
	font-size: 14px;
	font-family: Montserrat-Medium;
	font-weight: 500
}

.btn-white,
.slick-vertical.slider-nav-1 .slick-slide {
	float: right
}

@-webkit-keyframes rotate {

	0%,
	100% {
		-webkit-transform: rotate(0) scale(.8);
		transform: rotate(0) scale(.8)
	}

	50% {
		-webkit-transform: rotate(180deg) scale(1);
		transform: rotate(180deg) scale(1)
	}
}

@keyframes rotate {

	0%,
	100% {
		-webkit-transform: rotate(0) scale(.8);
		transform: rotate(0) scale(.8)
	}

	50% {
		-webkit-transform: rotate(180deg) scale(1);
		transform: rotate(180deg) scale(1)
	}
}

@-webkit-keyframes rotate-anticlock {

	0%,
	100% {
		-webkit-transform: rotate(0) scale(.8);
		transform: rotate(0) scale(.8)
	}

	50% {
		-webkit-transform: rotate(-180deg) scale(1);
		transform: rotate(-180deg) scale(1)
	}
}

@keyframes rotate-anticlock {

	0%,
	100% {
		-webkit-transform: rotate(0) scale(.8);
		transform: rotate(0) scale(.8)
	}

	50% {
		-webkit-transform: rotate(-180deg) scale(1);
		transform: rotate(-180deg) scale(1)
	}
}

@-webkit-keyframes swing {

	0%,
	100% {
		-webkit-transform: rotate(-10deg) translate(50px, 0);
		transform: rotate(-10deg) translate(50px, 0)
	}

	50% {
		-webkit-transform: rotate(10deg) translate(150px, 0);
		transform: rotate(10deg) translate(150px, 0)
	}
}

@keyframes swing {

	0%,
	100% {
		-webkit-transform: rotate(-10deg) translate(50px, 0);
		transform: rotate(-10deg) translate(50px, 0)
	}

	50% {
		-webkit-transform: rotate(10deg) translate(150px, 0);
		transform: rotate(10deg) translate(150px, 0)
	}
}

@-webkit-keyframes fade {

	0%,
	100% {
		opacity: .3
	}

	50% {
		opacity: 1
	}
}

@keyframes fade {

	0%,
	100% {
		opacity: .3
	}

	50% {
		opacity: 1
	}
}

@-webkit-keyframes simple-move {
	100% {
		-webkit-transform: translate(15px, 0);
		transform: translate(15px, 0)
	}
}

@keyframes simple-move {
	100% {
		-webkit-transform: translate(15px, 0);
		transform: translate(15px, 0)
	}
}

body {
	margin: 0;
	padding: 0
}

.pl-0,
header .menu-row .left-menu .sub-menu li:first-child a,
ul {
	padding-left: 0
}

ul li {
	list-style: none
}

.custom-checkbox a:hover,
a {
	text-decoration: none
}

.btn-primary:focus,
.form-control:focus,
button:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

p {
	font-family: Montserrat-Light;
	font-size: 22px;
	color: #000;
	font-weight: 300;
	line-height: 35px
}

.section-title,
h1 {
	font-weight: 400;
	font-family: TenorSans-Regular
}

@media (max-width:1600px) {
	p {
		font-size: 18px;
		line-height: 28px
	}
}

.section-title {
	font-size: 59px;
	line-height: 70px;
	color: #101114;
	text-transform: uppercase
}

@media (max-width:1600px) {
	.section-title {
		font-size: 49px;
		margin-bottom: 40px;
		line-height: 56px
	}
}

.black-button,
.btn-white {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase
}

h1 {
	font-size: 80px
}

@media (max-width:1600px) {
	h1 {
		font-size: 60px
	}
}

img {
	max-width: 100%;
	display: block
}

@media (min-width:1300px) {
	.container {
		max-width: 1208px
	}

	.partner-sections .pc-section-2 .left-col {
		width: 53.333333%
	}
}

.black-button {
	background-color: #000;
	padding: 20px 24px;
	color: #ffff;
	font-family: Montserrat-Bold !important;
	border: 0;
	outline: 0;
	-webkit-box-shadow: inset 0 0 #000;
	box-shadow: inset 0 0 #000;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}

.arrow-btn,
.btn-white {
	-webkit-transition: .3s ease-out
}

.black-button:hover {
	-webkit-box-shadow: inset 16em 0 #ffff;
	box-shadow: inset 16em 0 #ffff;
	cursor: pointer;
	color: #000
}

.btn-white {
	background-color: #fff;
	padding: 20px 24px;
	color: #000;
	font-family: Montserrat-SemiBold;
	border: 1px solid #fff;
	outline: 0;
	-webkit-box-shadow: inset 0 0 #ffff;
	box-shadow: inset 0 0 #ffff;
	transition: .3s ease-out
}

.arrow-btn,
.arrow-btn-white {
	background-color: transparent;
	border: 1px solid transparent;
	font-weight: 400;
	line-height: 19px;
	position: relative;
	z-index: 1;
	display: inline-block;
	text-transform: uppercase;
	font-family: Montserrat-Regular;
	overflow: hidden;
	outline: 0
}

.btn-white:hover {
	-webkit-box-shadow: inset 16em 0 #000;
	box-shadow: inset 16em 0 #000;
	cursor: pointer;
	color: #ffff;
	border: 1px solid #fff
}

.arrow-btn {
	padding: 20px 25px;
	color: #ffff;
	transition: .3s ease-out;
	letter-spacing: .114rem
}

@media (min-width:1800px) {
	.container {
		max-width: 1693px
	}

	.black-button,
	.btn-white {
		padding: 26px 66px
	}

	.arrow-btn {
		padding: 33px 32px;
		font-size: 20px
	}
}

@media (max-width:1600px) {
	.arrow-btn {
		font-size: 16px
	}
}

.arrow-btn:before {
	background: #000;
	height: 100%;
	width: 100%;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}

.arrow-btn:hover {
	color: #000;
	border: 1px solid #636363
}

.arrow-btn:hover line,
.arrow-btn:hover path {
	stroke: #000000
}

.arrow-btn-white:hover:before,
.arrow-btn:hover:before {
	width: 0;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}

.arrow-btn:hover span:before {
	background: #636363
}

.arrow-btn span,
.arrow-btn-white span {
	position: relative;
	z-index: 1;
	padding: 10px 0;
	text-align: center
}

#enquiryModal .iti.iti--allow-dropdown,
body .modal {
	z-index: 9999 !important
}

.arrow-btn span:before {
	content: '';
	background: #636363;
	position: absolute;
	left: 35px;
	top: -20px;
	width: 1px;
	height: 100px
}

@media (min-width:1800px) {
	.arrow-btn span:before {
		left: 43px
	}
}

.arrow-btn .arrow-icon,
.arrow-btn-white .arrow-icon {
	display: inline-block;
	padding-right: 60px
}

@media (min-width:1800px) {
	.arrow-btn .arrow-icon {
		padding-right: 68px
	}
}

@media (max-width:1600px) {
	.arrow-btn .arrow-icon {
		padding-right: 45px
	}

	.arrow-btn .arrow-icon svg {
		width: 12px
	}
}

@media (min-width:1280px) and (max-width:1600px) {
	.footer-form-area-row .arrow-btn {
		width: 240px;
		height: 68px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.footer-form-area-row .arrow-btn .arrow-icon {
		padding-right: 68px
	}
}

.arrow-btn-white {
	padding: 20px 38px 20px 25px;
	color: #000;
	font-size: 16px;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	letter-spacing: 1.8px
}

.arrow-btn-white:before {
	background: #ffff;
	height: 100%;
	width: 100%;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}

.arrow-btn-white:hover {
	color: #ffff;
	border: 1px solid #fff
}

.arrow-btn-white:hover line,
.arrow-btn-white:hover path {
	stroke: #ffff
}

.arrow-btn-white:hover span:before,
.desktop-header.sticky .search-top .search-li .search-form .form-control.active,
.sticky .search-form .active .searchsubmit {
	background: #fff
}

.arrow-btn-white span:before {
	content: '';
	background: #636363;
	position: absolute;
	left: 35px;
	top: -14px;
	width: 1px;
	height: 70px
}

@media (min-width:1800px) {
	.arrow-btn-white {
		padding: 33px 32px;
		right: 46px
	}

	.arrow-btn-white span:before {
		left: 43px
	}

	.arrow-btn-white .arrow-icon {
		padding-right: 68px
	}
}

.white-with-border {
	padding: 20px 22px;
	color: #000;
	letter-spacing: 1.6px;
	border-color: #000;
	background: #ffff
}

.grey-with-border:before,
.inner-main-banner .banner-button-block .arrow-btn.grey-with-border:before,
.white-with-border:before {
	background: 0 0;
	width: 0;
	right: auto;
	left: 0
}

.white-with-border span:before {
	left: 43px
}

.grey-with-border .arrow-icon,
.inner-main-banner .banner-button-block .arrow-btn.grey-with-border .arrow-icon,
.white-with-border .arrow-icon {
	padding-right: 40px
}

.grey-with-border svg,
.inner-main-banner .banner-button-block .arrow-btn.grey-with-border svg,
.white-with-border svg {
	width: 23px
}

.grey-with-border svg path,
.inner-main-banner .banner-button-block .arrow-btn.grey-with-border svg path,
.white-with-border svg path,
header.sticky .logo svg path,
header.sticky-new .logo svg path {
	fill: #000000
}

.white-with-border:hover {
	color: #ffff
}

.grey-with-border:hover:before,
.inner-main-banner .banner-button-block .arrow-btn.grey-with-border:hover:before,
.white-with-border:hover:before {
	background: #000;
	width: 100%
}

.grey-with-border:hover svg path,
.inner-main-banner .banner-button-block .arrow-btn.grey-with-border:hover svg path,
.white-with-border:hover svg path {
	fill: #ffff
}

.white-btn {
	background-color: #ffff;
	padding: 21px 23px;
	color: #000;
	font-size: 16px;
	font-family: Montserrat-SemiBold;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	border: 0;
	outline: 0;
	-webkit-box-shadow: inset 0 0 #000;
	box-shadow: inset 0 0 #000;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}

.white-btn svg {
	margin-right: 4px
}

.white-btn:hover {
	-webkit-box-shadow: inset 15em 0 #000;
	box-shadow: inset 15em 0 #000;
	cursor: pointer;
	color: #ffff
}

.white-btn:hover svg circle,
.white-btn:hover svg path {
	stroke: #ffff;
	fill: #ffff
}

.white-btn:hover svg#path-icon circle,
.white-btn:hover svg#path-icon path {
	stroke: #ffff;
	fill: none
}

@media (min-width:1800px) {
	.white-btn {
		font-size: 18px;
		padding: 21px 32px
	}
}

@media (max-width:1399.98px) {
	.section-title {
		font-size: 49px;
		line-height: 48px;
		margin-bottom: 30px
	}

	h1 {
		font-size: 40px
	}

	.arrow-btn {
		font-size: 14px;
		padding: 20px 25px 20px 30px
	}

	.arrow-btn span:before {
		left: 40px
	}

	.arrow-btn .arrow-icon {
		padding-right: 50px
	}

	.white-btn {
		padding: 15px 28px
	}
}

.input-btn {
	width: 1px;
	height: 1px;
	opacity: 0
}

header {
	background-color: #101114;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	z-index: 999
}

header .menu-row ul {
	margin-bottom: 0;
	width: 41%
}

header .menu-row ul li {
	display: inline-block;
	position: relative
}

.career-section .role-bg-sec .disc-sec a:hover,
.news-box .news-link:hover .p-date,
.news-box .news-link:hover h4,
.privacy-section li a,
.privacy-section p a,
.sitemappage .inner-sections ul li a:hover,
body .sitemap ul li a:hover,
header .menu-row ul .sub-menu li a.active,
header .menu-row ul li a.active,
header .menu-row ul li a:hover,
header.sticky .menu-row ul li a:hover,
header.sticky-new .menu-row ul li a:hover {
	color: #c9a485
}

header .menu-row ul li a {
	color: #ffff;
	padding: 0 15px;
	letter-spacing: 1.8px;
	cursor: pointer
}

@media (min-width:1800px) {
	header .menu-row ul li a {
		font-size: 11px;
		padding: 0 30px;
		letter-spacing: 1.8px
	}
}

@media (max-width:1600px) {
	.white-btn svg {
		width: 18px
	}

	.white-btn {
		padding: 15px 28px
	}

	header .menu-row ul li a {
		font-size: 12px;
		padding: 0 13px
	}
}

.search-trigger:hover,
header .menu-row ul li:hover .sub-menu {
	opacity: 1
}

header .menu-row ul li.has-submenu:after {
	content: "";
	position: absolute;
	right: 6%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 8px;
	background: url("../images/menu-drop-desktop.svg") 0 0/16px 8px no-repeat
}

header .menu-row ul li.has-submenu:hover .sub-menu {
	display: block;
	text-align: left
}

header .menu-row ul .sub-menu {
	position: absolute;
	background: #000;
	width: 100%;
	min-width: 222px;
	opacity: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	border-radius: 3px;
	display: none
}

header .menu-row .left-menu li ul li:first-child a,
header .menu-row ul .sub-menu li:first-child a {
	padding-right: 0
}

#scroll-button.show,
.comm-amentis .amenity-box:hover .icon-text .hover,
.community-slide-main .community-slide-box.selected .content-sec .after-selected-sec,
.community-slide-main .community-slide-box.selected .content-sec .s-commun-logo,
.custom-checkbox input:checked~.checkmark:after,
.inner-sections h2 span,
.lang-and-search .lang-switch ul li,
.mmenu-opening .menu-close,
.partner-section-3 .icon-box-holder:hover .hover-state,
header .menu-row ul .sub-menu li {
	display: block
}

.form-control.active .close-head .show,
.search-form .active .arrow-opend,
.search-form form.active .close-head,
.search-icon,
.search-top li,
body .icon-top {
	display: inline-block
}

header .menu-row ul .sub-menu li a {
	padding: 8px 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 30px;
	display: block;
	font-family: Montserrat-Regular;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, right top, from(#c9a485), color-stop(50%, #c9a485), color-stop(50%, #ffff));
	background: linear-gradient(to right, #c9a485, #c9a485 50%, #ffff 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
	-webkit-transition: background-position 275ms;
	transition: background-position 275ms;
	text-decoration: none
}

.bottom-footer ul li a:hover,
footer .link-ul a:hover,
footer ul a:hover,
header .menu-row ul .sub-menu li a:hover {
	background-position: 0 100%
}

header .menu-row .book-btn {
	padding: 14px 34px;
	border: 1px solid #ffff;
	text-transform: uppercase;
	margin-left: 14px
}



@media (max-width:1600px) {
	header .menu-row .book-btn {
		padding: 13px 30px
	}
}

@media (max-width:1280.98px) {
	.arrow-btn {
		font-size: 23px
	}

	.qulity-leg span {
		font-size: 14px
	}

	header .menu-row ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	header .menu-row ul li a {
		letter-spacing: 0;
		padding: 0 8px
	}

	header .menu-row .book-btn {
		max-width: 80px;
		display: inline-block;
		text-align: center;
		padding: 8px
	}
}

header .menu-row .left-menu .sub-menu li:first-child,
header .menu-row .left-menu li ul li:first-child,
header .menu-row .left-menu li:first-child {
	margin-left: 0
}

@media (min-width:1800px) {
	header .menu-row ul li.has-submenu:after {
		right: 13%;
		background-size: 20px 16px;
		width: 20px;
		height: 16px
	}

	header .menu-row ul .sub-menu {
		width: 300px
	}

	header .menu-row .left-menu li a {
		padding: 0 60px 0 20px
	}
}

@media (max-width:1600px) {
	header .menu-row .left-menu li a {
		padding: 0 33px 0 13px
	}

	header .logo svg {
		width: 126px
	}
}

header .menu-row .left-menu li:first-child a {
	padding-right: 30px
}

.lang-menu svg,
header .menu-row .right-menu .has-submenu {
	margin-right: 10px
}

header .menu-row .right-menu .has-submenu a {
	padding-right: 25px
}

header .logo svg {
	margin: auto
}

.menu-line hr {
	background-color: #ffff;
	width: 77%;
	margin: auto
}

.lang-menu span {
	text-transform: capitalize !important
}

.bottom-footer p,
.bottom-footer ul li a,
.footer-enquiry-form input[type=date],
.mmenu .book-btn,
footer .link-ul a {
	text-transform: uppercase
}

html.mmenu-opened .mh-btns-left {
	position: absolute;
	left: -46px
}

.search-top .search-li {
	margin-right: 15px;
	min-height: 23px;
	text-align: right
}

.search-top .search-li .search-form form {
	min-width: 320px
}

.search-top .search-li .search-form form.active {
	border-bottom: 1px solid #ffff
}

.search-top .search-li .search-form .form-control {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	padding-left: 0;
	color: #ffff;
	font-size: 12px;
	opacity: 0;
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in;
	font-family: Montserrat-Regular
}

.search-top .search-li .search-form input::-webkit-input-placeholder {
	color: #ffff
}

.search-top .search-li .search-form input:-ms-input-placeholder {
	color: #ffff
}

.search-top .search-li .search-form input::-ms-input-placeholder {
	color: #ffff
}

.search-top .search-li .search-form input::placeholder {
	color: #ffff
}

.search-top .search-li .search-form .form-control.active {
	opacity: 1;
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in
}

.lang-and-search .lang-switch:hover,
.partner-center .banner .inner-banner img,
.search-trigger:hover {
	opacity: .4
}

.lang-and-search li {
	color: #bebebe;
	font-size: 14px;
	font-family: Montserrat-Medium;
	letter-spacing: .114rem
}

.lang-and-search li a {
	color: #bebebe
}

.lang-and-search .lang-switch {
	position: relative;
	padding-right: 20px;
	cursor: pointer
}

.lang-and-search .lang-switch ul {
	position: absolute;
	top: 20px;
	display: none;
	background-color: #ffff;
	border-radius: 5px;
	z-index: 99;
	-webkit-box-shadow: -2px 7px 9px #32323230;
	box-shadow: -2px 7px 9px #32323230
}

.lang-and-search .lang-switch ul li a {
	padding: 5px 30px;
	color: #000;
	display: block;
	overflow: hidden
}

.lang-and-search .lang-switch ul li a:hover {
	background-color: #000;
	color: #ffff
}

.lang-and-search .lang-switch:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 12px;
	background: url(../images/dropdown-arrow.svg) no-repeat;
	top: 6px;
	right: 1px
}

header.sticky,
header.sticky-new {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #ffff !important;
	padding-top: 13px;
	-webkit-box-shadow: 0 12px 29px #00000043;
	box-shadow: 0 12px 29px #00000043;
	opacity: 1;
	-webkit-animation-name: example;
	animation-name: example;
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

header.sticky .menu-row .book-btn,
header.sticky-new .menu-row .book-btn {
	border-color: #000
}

.career-section .disc-sec p,
.sitemappage .inner-sections ul>li>ul li a,
header.sticky .menu-row ul li a,
header.sticky-new .menu-row ul li a {
	color: #000
}

header.sticky-new .menu-row ul li a.active {
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 10px
}

header.sticky .lang-and-search li,
header.sticky-new .lang-and-search li {
	color: #bebebe
}

header.sticky .form-control,
header.sticky-new .form-control {
	color: #000 !important
}

header.sticky form.active,
header.sticky-new form.active {
	border-bottom: 1px solid #000 !important
}

header.sticky-new input::-webkit-input-placeholder {
	color: #000 !important
}

header.sticky-new input:-ms-input-placeholder {
	color: #000 !important
}

header.sticky-new input::-ms-input-placeholder {
	color: #000 !important
}

header.sticky-new input::placeholder {
	color: #000 !important
}

@-webkit-keyframes example2 {
	from {
		opacity: 0;
		top: -100px
	}

	to {
		opacity: 1;
		top: 0
	}
}

@keyframes example2 {
	from {
		opacity: 0;
		top: -100px
	}

	to {
		opacity: 1;
		top: 0
	}
}

header.sticky .text-center svg {
	-webkit-filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
	filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg)
}

header.sticky input::-webkit-input-placeholder {
	color: #000 !important
}

header.sticky input:-ms-input-placeholder {
	color: #000 !important
}

header.sticky input::-ms-input-placeholder {
	color: #000 !important
}

header.sticky input::placeholder {
	color: #000 !important
}

@-webkit-keyframes example {
	from {
		opacity: 0;
		top: -100px
	}

	to {
		opacity: 1;
		top: 0
	}
}

@keyframes example {
	from {
		opacity: 0;
		top: -100px
	}

	to {
		opacity: 1;
		top: 0
	}
}

.about header,
.home header,
.philanthropy header {
	background-color: transparent
}

.desktop-header.sticky {
	padding: 5px
}

.desktop-header.sticky .search-top,
.news-events-details,
.results {
	padding-bottom: 0
}

.desktop-header.sticky-new {
	padding: 10px 10px 25px
}

.desktop-header.sticky-new .search-top {
	padding-bottom: 10px
}

.mobile-header {
	display: none;
	padding-top: 25px
}

.mmenu li {
	border: 0;
	margin-bottom: 37px
}

.mmenu ul {
	padding-top: 100px
}

.mmenu-subtitle {
	position: absolute !important;
	top: 20px;
	left: 31px
}

.mmenu-subclose {
	text-indent: -1000em !important
}

.mmenu li>a,
.mmenu li>span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: Montserrat-Regular;
	color: #ffff;
	letter-spacing: 1.8px
}

.mmenu a.mmenu-subopen:after {
	content: '';
	display: block;
	width: 10px;
	height: 17px;
	position: absolute;
	background: url("../images/submenu-icon.svg") no-repeat
}

.mmenu a.mmenu-subclose:before {
	content: '';
	display: block;
	width: 26px;
	height: 25px;
	position: absolute;
	background: url("../images/menu-back.svg") no-repeat
}

.mmenu .book-btn {
	padding: 13px 49px;
	border: 1px solid #ffff;
	display: inline;
	margin-left: 50px
}

@media (max-width:1280.98px) {
	header .menu-row .left-menu li a {
		padding: 0 15px
	}

	.mmenu .book-btn {
		top: 0;
		position: relative
	}
}

#exitButton i,
#nextButton i,
#prevButton i,
.about .inner-main-banner .title-disc .white-with-border span:before,
.at-share-btn-elements .at-icon-wrapper span,
.bottom-footer p br,
.career-section .accordion-header .accordion-button::after,
.comm-amentis .amenity-box .hover,
.comm-amentis .amenity-box .icon-sec img.hover,
.comm-amentis .amenity-box:hover .icon-text .no-hover,
.comm-amentis .owl-carousel .owl-nav button.owl-prev.disabled,
.comm-details-sec .comm-detais .arrow-btn,
.commu-disc-slide-sec .img-holder:after,
.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn span::before,
.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn:before,
.community-banner .title-disc .white-with-border span:before,
.floating-icons-mob ul li:last-child:after,
.footer-enquiry-form .active-on-click,
.footer-form-area .mobile-p,
.formDivHide,
.grey-with-border span:before,
.hide-form,
.inner-main-banner .banner-button-block .arrow-btn.grey-with-border span:before,
.inner-main-banner .title-disc .white-with-border span:before,
.menu-close,
.mmenu-opening .menu-trigger,
.opend-serch.iconserch .search-icon,
.partner-section-3 .icon-box-holder .hover-state,
.partner-section-3 .icon-box-holder:hover .idle-state,
.s-hart-map.flat-estates:after,
.slider-part .craft-scroll-button::after,
body .career-section .accordion-header .accordion-button:not(.collapsed) span.apply-now,
body .new-header.menu-row ul li.has-submenu:after,
footer .mobile-wrapper hr {
	display: none
}

header.sticky .menu-row ul li.has-submenu:after {
	background: url(../images/menu-drop-desktop-sticky.svg) 0 0/16px 8px no-repeat
}

.loader-wrap {
	width: 100%;
	height: 100%;
	background: #000000c2;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}

.loader-wrap .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999
}

.loader {
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #101114;
	width: 60px;
	height: 60px;
	-webkit-animation: 2s linear infinite spin;
	animation: 2s linear infinite spin
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.menu-row div:last-child {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (min-width:1600px) {
	header .menu-row .left-menu li a {
		padding: 0 25px 0 13px
	}
}

body .v-slider-section .slider-nav-1 li,
body .v-slider-section .slider-nav-2 li {
	font-weight: 400
}

body .apartments-listing .results .info-box span,
footer h4 {
	font-weight: 700
}

body .modal-xl {
	max-width: 1000px
}

body .sticky .new-header .has-submenu>a {
	background: url(../images/menu-drop-desktop-sticky.svg) right center/16px 8px no-repeat
}

body .sticky .new-header .logo {
	margin-left: 12%;
	margin-right: 12%;
	width: 13%
}

body .new-header .logo,
body .sticky .logo {
	margin-left: 10%;
	margin-right: 10%
}

body .sticky .logo svg {
	-webkit-filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
	filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
	width: 80px
}

body .new-header .has-submenu>a {
	padding-right: 17px !important;
	background: url(../images/menu-drop-desktop.svg) right center/16px 8px no-repeat
}

body .new-header.menu-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

body #myButton .arrow:after,
body #myButton .arrow:before {
	width: 12px;
	height: 2px;
	border-radius: 0
}

.projects-slider .swiper-slide-active a .img-holder::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #00000058;
	display: block !important;
	opacity: 1;
	border-radius: 0
}

.commu-disc-slide-sec .disc-slide-class .swiper-slide a .thumb,
.projects-slider .img-holder {
	-webkit-transition: .5s;
	transition: .5s
}

.projects-slider .swiper-slide-active a:hover .img-holder {
	-webkit-transform: scale(1.4);
	transform: scale(1.4)
}

.about .inner-main-banner::before,
.community-banner::before,
.grecaptcha-badge,
.inner-main-banner::before,
body .banner:before {
	display: none !important
}

.sitemappage .inner-sections ul li {
	font-family: Montserrat;
	font-size: 14px
}

.about .inner-main-banner .career-section .role-bg-sec .disc-sec a,
.community-banner .career-section .role-bg-sec .disc-sec a,
.inner-main-banner .career-section .role-bg-sec .disc-sec a,
div.lessmore a.more,
footer h4 {
	font-family: Montserrat-Bold
}

.sitemappage .inner-sections ul li a {
	color: #663030;
	line-height: 25px
}

.sitemappage .inner-sections ul>li>ul {
	padding-left: 15px;
	line-height: 13px;
	padding-top: 11px;
	padding-bottom: 12px
}

#enquiryModal .btn-close,
.sitemappage .inner-sections ul>li>ul>li {
	font-size: 12px
}

body .inner-banner {
	top: 0;
	left: 0;
	-webkit-transform: none;
	transform: none
}

body .philanthropy .disc-slide-class .swiper-slide .img-holder .disc-pro-details {
	background-color: 0 !important;
	background: 0 0 !important
}

body .image-gallery h3 {
	font-size: 23px !important;
	padding-top: 24px !important;
	min-height: 81px
}

body .image-gallery .arrow-btn {
	margin-top: 14px !important
}

body .legancy-award .disc-pro-details span {
	padding-bottom: 28px;
	font-size: 14px
}

body .at-share-btn-elements .at-icon-wrapper:nth-child(2) {
	border-right: 0 !important;
	background: 0
}

@media (max-width:1200px) {
	header.sticky .menu-row .book-btn {
		max-width: 100% !important
	}

	body .sticky .logo {
		margin-left: 3%;
		margin-right: 3%
	}

	body .legancy-award .disc-pro-details h2 {
		font-size: 40px
	}

	body .bed-rm,
	body .numers-prj,
	body .park {
		font-size: 14px
	}
}

body .home-filter .select-options {
	right: -12px;
	left: -17px
}

@media (max-width:767px) {
	p {
		font-size: 16px;
		line-height: 22px
	}

	.section-title {
		font-size: 35px;
		line-height: 45px
	}

	h1 {
		font-size: 40px;
		line-height: 45px
	}

	.container {
		padding-left: 22px;
		padding-right: 22px
	}

	.button-center-mob {
		text-align: center
	}

	.black-button:hover,
	.btn-white:hover {
		-webkit-box-shadow: inset 13em 0 #ffff;
		box-shadow: inset 13em 0 #ffff
	}

	.arrow-btn {
		font-size: 12px
	}

	header .menu-row .left-menu,
	header .menu-row .right-menu {
		display: none
	}

	body .commu-disc-slide-sec .disc-slide-class .swiper-slide {
		width: 100%
	}

	body .about .communitydetailpage .inner-spacing {
		padding-bottom: 0 !important
	}

	body .leadership .chairman h2 {
		margin-top: 0 !important
	}
}

body .icon-top {
	position: absolute;
	top: 43%;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	left: 0;
	right: 0;
	background: #00000061;
	width: 26%;
	margin: 0 auto;
	padding: 10px !important;
	color: #fff !important;
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

footer .link-ul a,
footer ul a {
	-webkit-transition: background-position 275ms
}

body .icon-top:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	background: #020202
}

body .gallery-photo-type {
	margin-bottom: 54px
}

body .gallery-photo-type h3 {
	padding: 15px 0;
	font-size: 23px
}

body .card-slider .img-wrapper img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

body .card-slider .img-wrapper img:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	overflow: hidden
}

.signature-quality .inner-main-banner .signature-banner .title-disc {
	width: 85% !important
}

@media only screen and (max-width:991.98px) {
	.banner .inner-main-banner .contact-banner {
		margin-top: -72 !important
	}

	.signature-quality .inner-main-banner .signature-banner .title-disc {
		padding-top: 110px !important;
		width: 97% !important
	}

	.signature-quality .inner-main-banner .signature-banner .title-disc h2 {
		margin-bottom: 3px
	}

	.signature-quality .inner-main-banner .signature-banner .title-disc p {
		font-size: 17px;
		line-height: 23px;
		margin: 10px auto
	}

	.signature-quality .inner-main-banner .signature-banner .title-disc .banner-counter-block .grey-box-with-border {
		padding: 0 42px
	}
}

@media (max-width:575.98px) {
	.arrow-btn {
		font-size: 12px;
		padding: 20px
	}

	.arrow-btn span:before {
		left: 30px
	}

	.arrow-btn .arrow-icon {
		padding-right: 34px
	}

	.footer-form-area-row .arrow-btn .arrow-icon {
		padding-right: 42px
	}

	body .banner-content .signature-banner {
		padding-top: 11% !important
	}

	body .mob .search-form {
		padding: 15px 22px;
		width: 92%;
		left: -2%;
		right: 0
	}

	body .community-section .center-block {
		padding: 30px
	}

	body .video-copy span {
		line-height: 24px !important
	}

	body .video-copy h3 {
		line-height: 130px !important
	}

	body .commu-disc-slide-sec .disc-slide-class .swiper-slide,
	body .home-filter .black-button {
		width: 100%
	}

	body .community-slide-main .community-slide-box .content-sec .disc-sec {
		margin-bottom: 161px
	}

	body .community-slide-main .community-slide-box .content-sec .disc-sec h5 {
		font-size: 26px !important;
		line-height: 33px !important
	}

	body .inner-banner .tab-banner {
		display: none
	}

	.signature-quality html.mmenu-opened .mh-btns-left {
		top: 49px
	}

	.about .inner-main-banner .career-banner,
	.community-banner .career-banner,
	.inner-main-banner .career-banner {
		margin-top: -145px
	}
}

@media only screen and (max-width:1700px) {
	.about .banner.craftsman-banner {
		height: auto !important;
		padding-bottom: 0
	}
}

@media only screen and (max-width:2000px) {
	.about .mission-vision {
		height: 100vh
	}

	.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder,
	.discover .png :hover {
		cursor: url(../images/cursor.svg), pointer
	}

	.about .banner .bout-baanner-m .banner-content {
		padding-top: 20%
	}

	.comunity-sec {
		-webkit-box-align: normal;
		-ms-flex-align: normal;
		align-items: normal
	}

	.banner.craftsman-banner,
	.commun-live img {
		height: 100%
	}

	#myButton {
		bottom: 4% !important
	}

	.commu-disc-slide-sec .discover-slider {
		cursor: url(../images/cursor.svg), pointer
	}

	.about .banner.craftsman-banner {
		height: auto !important;
		padding-bottom: 0
	}

	.projects-slider .swiper-button-next {
		right: 26%
	}

	.projects-slider .swiper-button-prev {
		left: 26%
	}

	.slider-copy-wrap h3 {
		margin-top: 0
	}
}

@media only screen and (min-width:1400px) {
	.banner .about-baanner-m h2 {
		margin-top: 130px !important
	}

	.story h2 {
		padding-right: 40%
	}

	.banner.about-baanner-m .banner-content {
		padding-top: 16%
	}

	.about.about-baanner-m h2.copy {
		margin-top: 8%
	}

	.about .banner {
		height: 75vh
	}

	.legacy {
		padding: 65px 0
	}
}

#enquiryModal .form-mb:nth-child(2n) {
	padding-right: 11px !important
}

@media only screen and (max-width:992px) and (max-width:992px) {
	.leadership .banner .banner-content {
		padding-top: 36% !important
	}
}

@media only screen and (max-width:576px) {
	.home-filter.on {
		bottom: -23px
	}

	.news-events {
		background: 0 0
	}

	.footer-form-area h4:after {
		background: 0 0 !important
	}

	.legacy-block .section-title {
		margin-bottom: 68px !important;
		text-align: center !important
	}

	.enq-form-section p {
		font-size: 12px
	}

	.news-events-details strong {
		font-size: 14px
	}
}

.banner-content.leader-banner {
	padding-top: 17%
}

.apartments-listing .banner {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	overflow: visible
}

@media only screen and (max-width:1024px) {
	.v-slider-section .slide-main-item.signatur-items {
		margin-bottom: 51px
	}

	#gallery.img-wrapper img {
		height: 191px
	}
}

@media only screen and (max-width:1440px) {
	.footer-enquiry-form .select-wrapper select {
		height: 54px
	}
}

@media only screen and (max-width:768px) and (min-width:1800px) {
	.footer-form-area .text-center {
		height: 273px
	}
}

@media only screen and (max-width:1399px) {
	.home-filter .select-options li {
		padding: 12px 0 10px 24px;
		font-size: 15px
	}
}

@media only screen and (max-width:1800px) {
	#myButton {
		bottom: 1%
	}

	.community-section .center-block:hover {
		width: 68%
	}

	.apartments-listing .banner .home-filter .select-wrapper .select {
		padding: 11px 25px !important
	}

	.flat-estates .info h1 {
		font-size: 47px;
		line-height: 57px;
		margin: 8% auto 3%
	}
}

@media (min-width:1180px) and (max-width:1280px) {

	.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn,
	body .legacy-wap #myButton p {
		font-size: 12px
	}

	.philanthropy .banner h2 {
		font-size: 42px;
		line-height: 51px
	}

	body.apartments-listing.listing-page .sort .home-filter form .black-button {
		padding-left: 0;
		padding-right: 0;
		font-size: 12px
	}

	body.apartments-listing.listing-page .listing .listing-block .info .price {
		width: 41%;
		min-width: 170px;
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px
	}

	body.flat-estates .amenities h2,
	body.flat-estates .info h2 {
		font-size: 35px !important;
		line-height: 42px !important
	}

	body .home-filter {
		padding: 10px 25px
	}

	body .home-filter form label {
		margin-bottom: 0
	}

	body .home-filter .select-styled:after {
		top: 7px
	}

	body .home-filter .select-styled.active:after,
	body .home-filter .select-styled:active:after {
		top: 2px;
		right: 12px
	}

	body .legacy .char {
		margin-right: -45px;
		font-size: 22px
	}

	body .flat-estates .map h2 {
		font-size: 35px;
		line-height: 42px
	}

	body .partner-link-buttons {
		padding-left: 20px;
		padding-right: 20px
	}

	body #myButton {
		bottom: 5%
	}

	body .partner-banner .title-disc {
		padding-top: 130px
	}

	body .comm-details-sec .arrow-btn .arrow-icon,
	body .legacy-block .arrow-btn .arrow-icon,
	body .load-more .arrow-btn .arrow-icon {
		padding-right: 45px
	}

	body .image-box .box-content {
		padding: 30px
	}

	body .projects-slider .hover-content p {
		font-size: 22px;
		line-height: 28px
	}

	body .floating-icons li svg {
		width: 20px;
		height: 20px
	}

	body #scroll-button {
		right: 7px;
		width: 40px;
		height: 40px
	}

	body .community-section .center-block .features h5 {
		font-size: 10px
	}

	body .community-slider .swiper-button-next,
	body .community-slider .swiper-button-prev {
		width: 60px;
		height: 60px;
		background-size: 60px 60px
	}

	body .community-section .center-block:hover {
		width: 900px
	}

	body .legacy-wap #myButton {
		right: 10%
	}

	body .slider__thumbs {
		right: 8%;
		top: 52%
	}

	body .slider__thumbs span {
		font-size: 12px;
		line-height: 22px
	}

	body .slider__thumbs .swiper-slide-thumb-active span:after {
		height: 2px
	}

	body .legacy-wap #myButton .arrow {
		top: 58%
	}

	body #myButton .arrow:after,
	body #myButton .arrow:before {
		width: 10px;
		height: 2px;
		border-radius: 0
	}

	body p {
		font-size: 14px;
		line-height: 24px
	}

	.new-header li {
		margin: 0 10px
	}

	.new-header li .book-btn {
		padding: 9px 30px !important;
		min-width: 140px
	}

	.legancy-award .disc-pro-details h4 {
		font-size: 22px !important
	}

	.partner-link-buttons .arrow-btn {
		font-size: 17px !important
	}

	.legacy .arrow-btn {
		font-size: 19px !important
	}

	.arrow-btn {
		font-size: 15px !important
	}

	.apartments-listing.listing-page .listing .listing-block .info .arrow-btn {
		width: 67% !important
	}

	.about.careerspage .banner h2 {
		font-size: 44px;
		line-height: 45px;
		margin-bottom: 47px
	}

	.about.careerspage .inner-main-banner .title-disc,
	.community-banner .title-disc,
	.inner-main-banner .title-disc {
		padding-top: 107px;
		width: auto;
		text-align: center;
		margin: 0 auto;
		max-width: 473px
	}

	.about.careerspage #myButton {
		display: block
	}
}

.footer-form-row label.umbraco-forms-label {
	padding-bottom: 17px !important
}

body .sitemap ul li ul {
	font-size: 14px;
	padding-top: 10px;
	padding-left: 25px
}

@media only screen and (max-width:375px) {
	.footer-enquiry-form .form-col {
		padding-right: 0 !important
	}
}

.footer-menu-5,
.mail-to-regist .umbraco-forms-label {
	padding-top: 16px
}

#enquiryModal .modal-body .form-mb:nth-child(10),
.apartments-listing .banner .inner-banner,
.craftsmobilsec {
	width: 100% !important
}

body .sitemap ul li ul li {
	margin-bottom: 14px !important
}

body.sitemappage .inner-sections ul>li>ul>li {
	margin-bottom: 12px
}

body .career-section .accordion-header .accordion-button:not(.collapsed) {
	background: url("../images/close-black.svg") right top 40px no-repeat
}

@media (min-width:768px) and (max-width:1024px) {
	body .legacy {
		background-position-y: 100% !important
	}
}

@media (min-width:1380px) and (max-width:1800px) {
	body.apartments-listing.listing-page .listing .listing-block .info .price {
		width: 55%
	}

	body.apartments-listing.listing-page .listing .listing-block .info .arrow-btn {
		width: 45%;
		min-width: auto
	}
}

@media (min-width:767px) and (max-width:1000px) {

	.about .inner-main-banner .banner-content,
	.community-banner .banner-content,
	.inner-main-banner .banner-content {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
}

@media only screen and (min-width:561px) {
	body.flat-estates .amenities h2 {
		margin-top: 50px
	}

	body.project-map .bottom-footer {
		padding-bottom: 115px
	}
}

@media only screen and (max-width:561px) {
	body.flat-estates .banner .banner-content {
		padding-bottom: 40px !important
	}
}

@media (min-width:767px) {
	.flat-estates .banner .desktop-banner {
		height: 100vh !important
	}

	.flat-estates .banner .desktop-banner img {
		height: 100% !important;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center
	}
}

@media (max-width:400px) {

	.about .inner-main-banner.career-banner .title-disc,
	.community-banner.career-banner .title-disc,
	.inner-main-banner.career-banner .title-disc {
		padding-top: 240px
	}
}

@media (min-width:1200px) {
	body .career-section .careers-listing {
		padding-left: 20px;
		padding-right: 20px
	}

	body .legacy {
		min-height: 600px;
		background-position-y: 100%
	}

	.about .inner-main-banner,
	.community-banner,
	.inner-main-banner {
		margin-top: -152px
	}
}

body .propertyTalk .form-property .footer-enquiry-form .select-wrapper select,
body .propertyTalk .form-property .footer-form-row .iti__flag-container,
body .propertyTalk .iti--allow-dropdown input,
body .propertyTalk .iti--allow-dropdown input[type=text] {
	height: 51px !important
}

@media (min-width:1800px) {
	header .menu-row .left-menu li:first-child a {
		padding-right: 65px
	}

	header .menu-row .left-menu li ul li:first-child a {
		padding-right: 0
	}

	body .new-header .has-submenu>a,
	body .sticky .new-header .has-submenu>a,
	header.sticky .menu-row ul li.has-submenu:after {
		background-size: 12px 12px
	}

	body .legacy {
		min-height: 800px
	}

	body .propertyTalk .form-property .footer-enquiry-form .select-wrapper select,
	body .propertyTalk .form-property .footer-form-row .iti__flag-container,
	body .propertyTalk .iti--allow-dropdown input,
	body .propertyTalk .iti--allow-dropdown input[type=text] {
		height: 80px !important
	}
}

body .propertyTalk .iti--separate-dial-code .iti__selected-flag {
	height: 48px !important
}

@media (min-width:1800px) {
	body .propertyTalk .iti--separate-dial-code .iti__selected-flag {
		height: 77px !important
	}

	.iti--allow-dropdown input,
	.iti--allow-dropdown input[type=text] {
		height: 80px
	}
}

@media (max-width:359px) {
	.about .inner-main-banner .title-disc h2 {
		font-size: 20px !important;
		min-width: auto
	}
}

.projects-slider .swiper-button-prev {
	right: 26%;
	left: auto;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.projects-slider .swiper-button-next {
	left: 26%;
	right: auto;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.lessmore,
body .desktop-header.sticky .search-top .search-li .search-form form.active {
	margin-top: 30px
}

@media (max-width:1025px) {
	.arrow-btn-white {
		font-size: 14px
	}

	.arrow-btn-white .arrow-icon {
		padding-right: 40px
	}

	.leadership .banner {
		min-height: 0 !important
	}

	.mmenu a.mmenu-subopen {
		border: none
	}

	body.apartments-listing .iti.iti--allow-dropdown {
		margin-bottom: 8px
	}
}

@media (min-width:1024px) {
	.legacy-wap .slider__col .swiper-slide {
		margin-bottom: 17px !important
	}

	body .community-section .center-block:hover .img-wrap img {
		width: 70%;
		margin-bottom: 40px
	}

	.formNationality {
		height: 42px
	}

	body.apartments-listing .banner .home-filter .select-wrapper .select {
		margin-top: 0 !important
	}

	body.apartments-listing .iti.iti--allow-dropdown {
		margin-bottom: 0
	}

	.crafts-slide-box img {
		height: 100vh
	}
}

@media (min-width:767px) and (max-width:1200px) {
	body.philanthropy .slider .wrapper .owl-nav .owl-next {
		left: -30px
	}

	body .legancy-award .disc-pro-details h2 {
		font-size: 32px !important
	}

	body .legancy-award .disc-pro-details h4 {
		font-size: 14px
	}

	body.project-map .bottom-footer {
		padding-bottom: 150px
	}

	body.about .about-baanner-m.banner .desktop-banner img {
		height: 100%
	}

	body.about .about-baanner-m.banner h2 {
		max-width: 350px;
		text-align: left
	}

	body.about .about-baanner-m.banner h2.copy {
		text-align: right;
		margin: 0
	}

	.signature-banner .inner-banner {
		height: 525px
	}
}

body .story {
	height: auto;
	min-height: auto
}

@media (min-width:767px) and (max-width:1023px) {
	body .search-top {
		top: 10px
	}

	body.apartments-listing .inner-banner .ipad-banner {
		display: none !important
	}

	body.apartments-listing .inner-banner .desktop-banner {
		height: 800px;
		overflow: hidden
	}

	body.apartments-listing .inner-banner .desktop-banner img {
		height: 100% !important;
		-o-object-fit: cover !important;
		object-fit: cover !important;
		-o-object-position: center !important;
		object-position: center !important
	}
}

@media (min-width:1200px) and (max-width:1280px) {
	body.about .about-baanner-m.banner h2.copy {
		margin-top: 20%
	}
}

@media (min-width:900px) and (max-width:1220px) {
	.headerMenutwo {
		padding-right: 0 !important;
		padding-left: 9%
	}
}

@media (max-width:1000px) {

	.about .about-baanner-m .inner-banner,
	.inner-banner .desktop-banner {
		height: 100%
	}

	body .legacy {
		min-height: 820px
	}

	body.apartments-listing .banner .inner-banner {
		height: 100% !important;
		overflow: hidden
	}
}

@media (min-width:780px) and (max-width:900px) {
	.leadership .inner-banner .desktop-banner img {
		position: relative
	}

	.leadership .chairman-img,
	.leadership .right-content {
		width: 100%
	}

	.leadership .chairman h2 {
		margin-top: 0 !important
	}

	body.leadership .banner .banner-content {
		padding-top: 0 !important;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding-bottom: 19px
	}

	body.leadership .banner .inner-banner {
		height: 600px
	}

	body.leadership .banner .desktop-banner img {
		height: 100%
	}
}

@media (min-width:1400px) {
	.banner-content.leader-banner {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		padding: 0 0 10% !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

.career-section .careers-listing .accordion-body,
.footer-form-area .footer-form-row .col-lg-12,
.form-grey-bg.contactus .contactus .umbraco-forms-navigation,
.news-events .resp-tab-content {
	padding: 0
}

.footer-form-area .footer-seperators {
	display: none;
	border-color: #c1c1c1
}

.footer-enquiry-form .datepickerfield,
.footer-enquiry-form .form-control {
	border: 1px solid #888e91;
	font-weight: 500;
	color: #000;
	font-family: Montserrat-Medium
}

.footer-form-area .mob-padd p {
	font-size: 14px;
	line-height: 18px;
	max-width: 67%;
	margin-top: 12%
}

@media (max-width:1600px) {
	.search-top {
		padding-bottom: 10px
	}

	.mmenu .book-btn {
		padding: 13px 30px
	}

	.footer-form-area img {
		width: 134px
	}

	.footer-form-area p {
		font-size: 14px;
		line-height: 18px;
		max-width: 50%
	}
}

.about-crafts-slide,
.career-form .form-col .select-wrapper,
.crafts-slide-box,
.footer-enquiry-form .select-wrapper,
.header-Top,
footer h4 {
	position: relative
}

.footer-enquiry-form .form-switch {
	padding-left: 0;
	margin-top: 12px
}

.footer-enquiry-form .form-switch label {
	color: #000;
	font-size: 18px;
	font-family: Montserrat-Light;
	font-weight: 300
}

.footer-enquiry-form .form-check .form-check-input {
	float: right;
	cursor: pointer
}

.footer-enquiry-form .form-check .form-check-input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, .25);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e")
}

.footer-enquiry-form .form-check .form-check-input:checked {
	background-color: #000 !important;
	border-color: #000 !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.footer-enquiry-form .form-control {
	min-height: auto;
	border-radius: 0;
	font-size: 18px;
	padding: 25px 38px
}

@media (min-width:1800px) {
	body #enquiryModal .footer-enquiry-form .select-wrapper .form-control {
		height: 51px !important
	}

	.formNationality {
		height: 69px
	}

	.footer-form-area .mob-padd p {
		max-width: 90%;
		font-size: 17px;
		line-height: 25px
	}

	.footer-form-area p {
		margin-top: 107px;
		padding-right: 45%
	}

	.footer-enquiry-form .form-switch label {
		font-size: 17px
	}

	.footer-enquiry-form .form-control {
		font-size: 22px
	}
}

@media (max-width:1600px) {
	.footer-enquiry-form .form-switch label {
		font-size: 14px
	}

	.footer-enquiry-form .form-control {
		padding: 16px 27px;
		font-size: 14px
	}
}

.footer-enquiry-form .datepickerfield:focus,
.footer-enquiry-form .form-control:focus {
	border: 1px solid #000
}

@media not all and (min-resolution:0.001dpcm) {
	@supports (-webkit-appearance:none) {
		@media (min-width:1800px) {
			.footer-enquiry-form .datepickerfield {
				height: 98px
			}
		}
	}
}

.footer-enquiry-form .datepickerfield {
	border-radius: 0;
	font-size: 18px;
	padding: 25px 38px;
	width: 100%
}

.bottom-footer p,
.bottom-footer ul li a,
.career-form .input-file-trigger,
.floating-icons-mob ul li span {
	font-family: Montserrat-Regular;
	font-weight: 400
}

@media (min-width:1800px) {
	.footer-enquiry-form .datepickerfield {
		font-size: 22px
	}
}

@media (max-width:1600px) {
	.footer-enquiry-form .datepickerfield {
		padding: 16px 27px;
		font-size: 14px
	}
}

.footer-enquiry-form .select-wrapper select {
	position: relative;
	z-index: 2;
	cursor: pointer;
	background-color: transparent;
	-moz-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.footer-enquiry-form .select-wrapper select option {
	padding: 10px 0;
	background: #acacac;
	color: #000
}

.footer-enquiry-form .select-wrapper select option:hover {
	background-color: #000;
	color: #fff
}

.footer-enquiry-form .select-wrapper select.input-validation-valid,
.no-padd-mob a {
	color: #000 !important
}

.footer-enquiry-form .select-wrapper:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 7px;
	background: url("../images/drop-arrow.svg") 0 0/14px 7px no-repeat;
	top: 0;
	right: 19px;
	bottom: 0;
	margin: auto;
	z-index: 0
}

.footer-enquiry-form select {
	color: #6d6d6d !important;
	font-weight: 300 !important
}

.footer-enquiry-form .form-col {
	margin-bottom: 36px;
	padding-left: 0
}

@media (max-width:1600px) {
	.footer-enquiry-form .form-col {
		margin-bottom: 23px
	}
}

footer {
	padding-top: 42px
}

footer .footer-seperator-top {
	border-color: #707070;
	margin-bottom: 94px
}

footer h4 {
	color: #000;
	letter-spacing: 1px;
	font-size: 18px;
	margin-bottom: 40px
}

@media (max-width:1600px) {
	footer .footer-seperator-top {
		margin-bottom: 73px
	}

	footer h4 {
		font-size: 14px;
		margin-bottom: 31px
	}
}

footer h4:after {
	content: "";
	position: absolute;
	width: 17px;
	height: 10px;
	background: url("../images/footer-menu-icon.svg") no-repeat;
	right: 21px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: none
}

.bottom-footer ul li a,
footer .link-ul a,
footer ul a {
	background: -webkit-gradient(linear, left top, right top, from(#6d6d6d), color-stop(50%, #6d6d6d), color-stop(50%, #000));
	-webkit-text-fill-color: transparent;
	text-decoration: none;
	color: #000;
	overflow: hidden
}

@media (min-width:1800px) {
	footer h4 {
		font-size: 15px
	}
}

.news-events h2.resp-tab-active .resp-arrow,
div.lessmore a.more.active:after,
footer h4.open:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

footer ul li {
	margin-bottom: 29px
}

footer ul a {
	font-family: Montserrat-Medium;
	font-weight: 300;
	font-size: 18px;
	background: linear-gradient(to right, #6d6d6d, #6d6d6d 50%, #000 50%);
	-webkit-background-clip: text;
	background-size: 200% 100%;
	background-position: 100%;
	transition: background-position 275ms
}

@media (min-width:1800px) {
	footer ul a {
		font-size: 15px
	}
}

footer .link-ul a {
	font-family: Montserrat-Medium;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px;
	background: linear-gradient(to right, #6d6d6d, #6d6d6d 50%, #000 50%);
	-webkit-background-clip: text;
	background-size: 200% 100%;
	background-position: 100%;
	transition: background-position 275ms
}

@media (min-width:1800px) {
	footer .link-ul a {
		font-size: 20px
	}

	.bottom-footer ul li a {
		font-size: 14px
	}
}

.bottom-footer {
	background-color: #ededed;
	padding: 47px 0 28px;
	margin-top: 20px
}

@media (max-width:1600px) {
	footer ul li {
		margin-bottom: 17px
	}

	footer .link-ul a,
	footer ul a {
		font-size: 14px
	}

	.bottom-footer {
		margin-top: 20px;
		padding: 34px 0 29px
	}
}

@media (max-width:1025px) and (max-width:767px) {
	.bottom-footer .row div {
		margin-top: 10px
	}
}

.bottom-footer ul,
.floating-icons li,
.slider-part {
	margin-bottom: 0
}

.bottom-footer ul li {
	display: inline-block;
	margin-bottom: 0
}

.bottom-footer ul li a {
	background: linear-gradient(to right, #6d6d6d, #6d6d6d 50%, #000 50%);
	-webkit-background-clip: text;
	background-size: 200% 100%;
	background-position: 100%;
	-webkit-transition: background-position 275ms;
	transition: background-position 275ms
}

.bottom-footer ul li.right-line {
	position: relative;
	padding-right: 20px;
	margin-right: 20px
}

.bottom-footer ul li.right-line:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 13px;
	background: #000;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.bottom-footer p {
	margin-bottom: 0;
	font-size: 12px;
	color: #000;
	letter-spacing: 1px
}

.social-media-links li {
	margin: 0 17.5px
}

.career-section .accordion-header:hover,
.pagination li.disabled a,
.social-media-links a:hover svg {
	opacity: .5
}

.payment-button {
	margin-top: 45px
}

.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 14%;
	cursor: pointer;
	font-size: 18px;
	font-family: Montserrat-Light;
	font-weight: 300;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media (min-width:1800px) {
	.bottom-footer p {
		font-size: 14px
	}

	.custom-checkbox {
		font-size: 17px
	}
}

@media (max-width:1600px) {

	.bottom-footer p,
	.bottom-footer ul li a {
		font-size: 10px
	}

	.social-media-links li {
		margin: 0 12.5px
	}

	.custom-checkbox {
		font-size: 14px;
		margin-top: 10px
	}
}

.custom-checkbox a {
	font-weight: 600;
	color: #000;
	text-decoration: underline;
	text-transform: capitalize
}

.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.checkmark {
	position: absolute;
	top: -4px;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid #888e91
}

@media (min-width:1800px) {
	.checkmark {
		height: 30px;
		width: 30px
	}
}

@media (min-width:1280px) and (max-width:1600px) {
	.checkmark {
		height: 30px;
		width: 30px
	}
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.custom-checkbox .checkmark:after {
	left: 11px;
	top: 6px;
	width: 7px;
	height: 13px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mb {
	margin-bottom: 20px !important
}

@media (max-width:1600px) {
	.mb {
		margin-bottom: 12px !important
	}

	.pl-0 {
		padding-top: 55px
	}

	.about .inner-main-banner,
	.community-banner,
	.inner-main-banner {
		padding-bottom: 0 !important
	}
}

.floating-icons {
	position: fixed;
	right: 3px;
	bottom: 80px;
	z-index: 100
}

.floating-icons li a circle {
	fill: #000000;
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in
}

.floating-icons li a:hover circle {
	fill: #A1A5A3;
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in
}

.modal-open .floating-icons {
	right: 38px
}

.floating-icons-mob {
	display: none;
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 99;
	background-color: #ffff;
	-webkit-box-shadow: 0 -3px 14px rgba(0, 0, 0, .16);
	box-shadow: 0 -3px 14px rgba(0, 0, 0, .16)
}

.floating-icons-mob ul {
	margin-bottom: 0;
	text-align: center
}

.floating-icons-mob ul li {
	display: inline-block;
	padding: 14px 5px;
	width: calc(100% / 3 - 5px);
	position: relative
}

.floating-icons-mob ul li span {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	margin-top: 10px
}

.floating-icons-mob ul li:after {
	content: "";
	width: 1px;
	height: 27px;
	background-color: #707070;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

#enquiryModal .form-control {
	padding: 14px 27px
}

#enquiryModal .datepickerfield {
	padding: 20px 27px
}

#enquiryModal .form-mb,
.comm-amentis .amenity-box .icon-sec img {
	margin-bottom: 30px
}

@media (min-width:1280px) and (max-width:1600px) {
	#enquiryModal .form-mb {
		margin-bottom: 15px
	}
}

#enquiryModal .mtop {
	margin-top: 18px
}

#enquiryModal .modal-content {
	border-radius: 0
}

#enquiryModal .modal-header {
	border-bottom: 0
}

#enquiryModal .modal-body {
	padding: 12px 37px 60px
}

#enquiryModal .btn-close:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

#scroll-button {
	position: fixed;
	right: 7px;
	bottom: 30px;
	z-index: 9;
	display: none
}

.footer-enquiry-form .form-col:nth-child(9) {
	margin-bottom: 12px;
	width: 100% !important
}

.modal {
	z-index: 100060 !important
}

div.lessmore a.more {
	max-width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}

div.lessmore a.more:after {
	background: url(../images/menu-drop-desktop-sticky.svg) 0 0/16px 8px no-repeat;
	width: 16px;
	height: 8px;
	content: ""
}

div.lessmore a.more:before {
	content: "More";
	margin-right: 5px
}

div.lessmore a.more.active:before {
	content: "Less"
}

.gmi-logo-sec a {
	font-family: Montserrat-regular;
	text-transform: uppercase;
	font-size: 10px;
	color: #000
}

@media (max-width:1399.98px) {
	.footer-enquiry-form .select-wrapper select {
		height: 55px
	}
}

.about .inner-main-banner .banner-content,
.community-banner .banner-content,
.inner-main-banner .banner-content {
	padding-top: 0 !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.about .inner-main-banner .inner-banner,
.community-banner .inner-banner,
.inner-main-banner .inner-banner {
	width: 100%;
	left: auto;
	top: auto;
	-webkit-transform: none;
	transform: none;
	position: relative
}

.about .inner-main-banner .inner-banner img,
.community-banner .inner-banner img,
.inner-main-banner .inner-banner img {
	width: 100%;
	height: 100vh
}

@media (min-width:1200px) {

	.about .inner-main-banner .inner-banner img,
	.community-banner .inner-banner img,
	.inner-main-banner .inner-banner img {
		-o-object-fit: cover;
		object-fit: cover
	}

	.submit-bg-main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

.about .inner-main-banner .title-disc,
.community-banner .title-disc,
.inner-main-banner .title-disc {
	padding-top: 160px;
	width: 39%;
	text-align: center;
	margin: 0 auto
}

.about .inner-main-banner .title-disc .white-with-border,
.community-banner .title-disc .white-with-border,
.inner-main-banner .title-disc .white-with-border {
	background: 0 0;
	border: 1px solid #fff;
	color: #fff;
	-webkit-animation: 1s ease-in both fadeIn;
	animation: 1s ease-in both fadeIn
}

.career-section .accordion-item,
.career-section .accordion-item:first-child,
.career-section .accordion-item:last-child {
	border-bottom: .5px solid #e2e2e2
}

@media (min-width:1800px) {
	.pl-0 {
		padding-top: 65px
	}

	#enquiryModal .submit-bg {
		padding-left: 122px
	}

	#enquiryModal .btn-close {
		font-size: 20px
	}

	.about .inner-main-banner .title-disc .white-with-border,
	.community-banner .title-disc .white-with-border,
	.inner-main-banner .title-disc .white-with-border {
		padding-left: 30px;
		padding-right: 30px
	}

	.about .inner-main-banner .title-disc .white-with-border .arrow-btn,
	.community-banner .title-disc .white-with-border .arrow-btn,
	.inner-main-banner .title-disc .white-with-border .arrow-btn {
		font-size: 18px
	}
}

@media (min-width:1280px) and (max-width:1600px) {

	.about .inner-main-banner,
	.community-banner,
	.inner-main-banner {
		margin-top: -140px
	}

	.about .inner-main-banner .title-disc .white-with-border,
	.community-banner .title-disc .white-with-border,
	.inner-main-banner .title-disc .white-with-border {
		padding: 15px 22px
	}
}

.about .inner-main-banner .title-disc p,
.community-banner .title-disc p,
.community-slide-main .community-slide-box .content-sec .disc-sec h5,
.inner-main-banner .title-disc p {
	color: #fff;
	-webkit-animation: 1s ease-in .4s both fadeIn;
	animation: 1s ease-in .4s both fadeIn
}

.about .inner-main-banner .title-disc img,
.community-banner .title-disc img,
.inner-main-banner .title-disc img {
	-webkit-animation: 1s ease-in both fadeIn;
	animation: 1s ease-in both fadeIn
}

.about .inner-main-banner .title-disc .sub-logo,
.about .mission-vision .mission,
.community-banner .title-disc .sub-logo,
.inner-main-banner .title-disc .sub-logo,
.mission-vision .vision {
	margin: 0 auto
}

.about .inner-main-banner .title-disc h2,
.community-banner .title-disc h2,
.inner-main-banner .title-disc h2 {
	text-align: center;
	width: 100%;
	margin-left: 0;
	-webkit-animation: 1s ease-in .4s both fadeIn;
	animation: 1s ease-in .4s both fadeIn
}

@media (min-width:1800px) {

	.about .inner-main-banner .title-disc h2,
	.community-banner .title-disc h2,
	.inner-main-banner .title-disc h2 {
		line-height: 94px;
		margin-bottom: 70px
	}

	.career-section .career-disc-box {
		padding-right: 125px
	}
}

@media (min-width:1280px) and (max-width:1600px) {

	.about .inner-main-banner .title-disc .sub-logo,
	.community-banner .title-disc .sub-logo,
	.inner-main-banner .title-disc .sub-logo {
		margin-bottom: 10px
	}

	.about .inner-main-banner .title-disc h2,
	.community-banner .title-disc h2,
	.inner-main-banner .title-disc h2 {
		margin-bottom: 40px
	}
}

.career-section {
	padding: 143px 0 90px
}

@media (min-width:1280px) and (max-width:1600px) {
	.career-section {
		padding: 120px 0 60px
	}
}

@media (max-width:1280.98px) {

	.about .inner-main-banner .inner-banner img,
	.community-banner .inner-banner img,
	.inner-main-banner .inner-banner img {
		-o-object-fit: cover;
		object-fit: cover;
		max-width: 100% !important
	}

	.about .inner-main-banner .title-disc h2,
	.community-banner .title-disc h2,
	.inner-main-banner .title-disc h2 {
		margin-bottom: 75px
	}

	.career-section {
		padding: 93px 0 40px;
		background-position: 11px 0;
		background-size: 616px
	}
}

.career-section h2 {
	font-size: 57px;
	line-height: 67px;
	color: #000;
	margin-bottom: 50px;
	text-transform: uppercase
}

@media (min-width:1280px) and (max-width:1600px) {
	.career-section {
		background-size: 600px
	}

	.career-section h2 {
		font-size: 47px;
		line-height: 57px;
		margin-bottom: 40px
	}
}

.career-section p {
	color: #030303;
	line-height: 35px
}

.career-section .career-disc-box {
	max-width: 560px;
	margin: 0 auto
}

.career-section .career-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.career-section .careers-listing {
	padding-bottom: 140px
}

.career-section .careers-listing .accordion-collapse {
	padding-bottom: 35px
}

@media (min-width:1280px) and (max-width:1600px) {
	.career-section .career-disc-box {
		max-width: 460px
	}

	.career-section .careers-listing {
		padding-bottom: 100px
	}
}

.career-section .careers-listing li,
.career-section .careers-listing p {
	font-size: 18px;
	line-height: 35px;
	color: #030303;
	font-family: Montserrat-Light;
	font-weight: 300;
	padding-bottom: 30px
}

@media (min-width:1280px) and (max-width:1600px) {

	.career-section .careers-listing li,
	.career-section .careers-listing p {
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 20px
	}
}

.career-section .careers-listing li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 0 25px
}

.career-section .careers-listing li::before {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 11px;
	flex: 0 0 11px;
	height: 11px;
	background: #c9a485;
	content: "";
	display: block;
	margin-top: 8px;
	border-radius: 50%;
	margin-right: 20px
}

.career-section .careers-listing h4 {
	font-size: 25px;
	line-height: 25px;
	padding-bottom: 70px
}

.career-section .careers-listing h5 {
	font-family: Montserrat-SemiBold;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 20px;
	text-transform: uppercase
}

@media (max-width:1600px) {
	.career-section .careers-listing .accordion-collapse {
		padding-bottom: 20px
	}

	.career-section .careers-listing h4 {
		font-size: 20px;
		line-height: 20px
	}

	.career-section .careers-listing h5 {
		font-size: 15px;
		line-height: 15px;
		padding-bottom: 20px
	}
}

.career-section .careers-listing .title-sec {
	max-width: 800px;
	margin: 0 auto;
	text-align: center
}

@media (min-width:1280px) and (max-width:1600px) {
	.career-section .careers-listing li {
		padding: 0 0 15px
	}

	.career-section .careers-listing .title-sec {
		max-width: 600px
	}
}

.career-section .career-disc {
	padding-bottom: 143px
}

@media (min-width:1280px) and (max-width:1600px) {
	.career-section .career-disc {
		padding-bottom: 120px
	}
}

.career-section .accordion-flush .accordion-item:first-child {
	border-top: .5px solid #e2e2e2
}

.career-section .accordion-item {
	background: 0 0
}

.career-section .accordion-header .accordion-button {
	padding: 50px 0 60px;
	background: 0 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.career-section .accordion-header .accordion-button.collapsed {
	padding: 46px 0
}

@media (max-width:1600px) {
	.career-section .accordion-header .accordion-button {
		padding: 35px 0 45px
	}

	.career-section .accordion-header .accordion-button.collapsed {
		padding: 25px 0
	}
}

.career-section .accordion-header .accordion-button:focus {
	border: none !important;
	-webkit-box-shadow: none;
	box-shadow: none
}

.career-section .accordion-header .accordion-button:not(.collapsed) {
	color: #000;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.career-section .accordion-header span {
	display: block;
	width: 50%
}

.career-section .accordion-header span.apply-now {
	text-align: right
}

.career-section .accordion-header span.apply-now svg {
	margin-right: 15px
}

.career-section .accordion-header .acc-title {
	font-size: 25px;
	font-family: TenorSans-Regular;
	font-weight: 400;
	color: #000
}

@media (max-width:1600px) {
	.career-section .accordion-header .acc-title {
		font-size: 20px
	}
}

.career-section .accordion-header .apply-now {
	font-size: 20px;
	font-family: Montserrat-SemiBold;
	font-weight: 600;
	color: #000
}

@media (max-width:1600px) {
	.career-section .accordion-header .apply-now {
		font-size: 15px
	}
}

.career-section .role-bg-sec {
	min-height: 333px;
	border: 1px solid #c9a485;
	text-align: center;
	position: relative;
	padding-bottom: 30px
}

.career-section .role-bg-sec h2 {
	text-align: center;
	background: #fff;
	padding: 0 90px;
	max-width: 825px;
	margin: -70px auto 64px;
	text-transform: uppercase
}

@media (min-width:1280px) and (max-width:1600px) {
	.career-section .role-bg-sec {
		min-height: auto
	}

	.career-section .role-bg-sec h2 {
		margin: -30px auto 30px;
		max-width: 660px
	}

	.career-section .role-bg-sec::after {
		background-size: cover
	}
}

@media (max-width:1280.98px) {
	.career-section h2 {
		font-size: 35px;
		line-height: 41px;
		margin-bottom: 35px
	}

	.career-section .careers-listing {
		padding-bottom: 90px
	}

	.career-section .career-disc {
		padding-bottom: 100px
	}

	.career-section .role-bg-sec {
		min-height: auto;
		padding: 20px
	}

	.career-section .role-bg-sec h2 {
		margin-top: -30px
	}
}

.career-section .role-bg-sec::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.career-section .role-bg-sec .disc-sec {
	max-width: 74% !important;
	margin: 0 auto;
	z-index: 1;
	position: relative
}

.career-section .role-bg-sec .disc-sec a {
	font-weight: bolder !important;
	color: #000;
	font-family: Montserrat-Bold
}

.disc-sec a {
	font-family: Montserrat-Bold !important
}

.career-form {
	background: #f5f5f5;
	padding: 40px
}

.career-form .form-col .datepickerfield {
	background: url(../images/calendar-icon.svg) left 30px center no-repeat;
	padding-left: 60px
}

@media (max-width:1600px) {
	.career-form .form-col .datepickerfield {
		background: url(../images/calendar-icon.svg) left 15px center no-repeat;
		padding-left: 40px
	}
}

.career-form label.umbraco-forms-label {
	font-family: Montserrat-Light;
	font-size: 14px;
	margin-bottom: 5px;
	color: #6d6d6d;
	font-weight: 300
}

.career-form .error {
	color: red;
	font-size: 14px
}

.career-form .form-col {
	padding-bottom: 24px
}

@media (max-width:767px) {

	body .propertyTalk .form-property .footer-enquiry-form .select-wrapper select,
	body .propertyTalk .form-property .footer-form-row .iti__flag-container,
	body .propertyTalk .iti--allow-dropdown input,
	body .propertyTalk .iti--allow-dropdown input[type=text] {
		height: 46px !important
	}

	body .propertyTalk .iti--separate-dial-code .iti__selected-flag {
		height: 43px !important
	}

	body .legacy .section-title {
		margin-right: 0
	}

	.results .info-box h3 {
		text-align: right
	}

	body .story .arrow-p,
	body.about .mission-vision h4,
	footer {
		padding-top: 0
	}

	.footer-form-area {
		padding-top: 58px
	}

	.footer-form-area .mob-fluid {
		padding-left: 0;
		padding-right: 0;
		max-width: 100%
	}

	.footer-form-area .mob-fluid .row,
	footer .row {
		margin-left: 0;
		margin-right: 0
	}

	.footer-form-area .footer-seperators {
		display: none;
		margin-bottom: 0
	}

	.footer-form-area img {
		width: 107px
	}

	.footer-form-area h4 {
		font-size: 16px;
		font-weight: 500;
		font-family: Montserrat-Medium;
		margin-bottom: 0;
		margin-top: 20px;
		line-height: 22px;
		cursor: pointer;
		position: relative
	}

	.footer-form-area h4:after {
		content: "";
		position: absolute;
		width: 17px;
		height: 10px;
		background: url("../images/footer-menu-icon.svg") no-repeat;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto
	}

	.floating-icons,
	.footer-form-area .desktop-p,
	.footer-form-area h4 br,
	footer .footer-seperator-top,
	footer ul {
		display: none
	}

	.footer-form-area h4.open:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.footer-form-area .mobile-p {
		display: block;
		margin-top: 30px
	}

	.footer-enquiry-form .datepickerfield,
	.footer-enquiry-form .form-control {
		padding: 10px 20px;
		font-size: 16px
	}

	.footer-enquiry-form .form-col {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 15px
	}

	footer .container,
	footer .no-padd-mob {
		padding-left: 0;
		padding-right: 0
	}

	footer .mobile-wrapper {
		margin-top: 20px
	}

	footer .mobile-wrapper hr {
		display: block;
		margin-bottom: 0
	}

	footer .mobile-wrapper ul {
		margin-bottom: 0;
		background: #f0f0f0
	}

	footer .mobile-wrapper ul li {
		padding: 10px 20px;
		margin-bottom: 0;
		border-bottom: 1px solid #ccc
	}

	footer .container {
		max-width: 100%
	}

	footer h4 {
		font-size: 16px;
		margin-bottom: 0;
		color: #000;
		letter-spacing: 1.6px
	}

	.bottom-footer p br,
	.floating-icons-mob,
	footer h4:after {
		display: block
	}

	footer .link-ul a,
	footer ul a {
		font-size: 14px
	}

	.bottom-footer {
		margin-top: 0;
		padding-bottom: 95px
	}

	.bottom-footer ul {
		display: block;
		text-align: center;
		margin-bottom: 30px
	}

	.bottom-footer p {
		text-align: center;
		margin: auto auto 30px;
		line-height: 22px
	}

	.payment-button {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center
	}

	.mob-padd {
		padding-left: 21px;
		padding-right: 21px
	}

	.custom-checkbox {
		font-size: 13px
	}

	.checkmark {
		top: -1px;
		left: 0;
		height: 20px;
		width: 20px;
		border: 1px solid #888e91
	}

	#enquiryModal .form-control {
		font-size: 16px
	}

	#enquiryModal .form-mb:nth-child(2n) {
		padding-right: 0
	}

	#enquiryModal .form-mb {
		margin-bottom: 17px;
		padding: 0
	}

	#enquiryModal .modal-body {
		padding: 12px 17px 40px
	}

	#scroll-button.show {
		right: -25px;
		display: block
	}

	.about .inner-main-banner.career-banner .title-disc,
	.community-banner.career-banner .title-disc,
	.inner-main-banner.career-banner .title-disc {
		padding-top: 308px
	}

	.about .inner-main-banner,
	.community-banner,
	.inner-main-banner {
		height: auto !important
	}

	.about .inner-main-banner .title-disc .white-with-border,
	.community-banner .title-disc .white-with-border,
	.inner-main-banner .title-disc .white-with-border {
		padding: 12px 22px
	}

	.career-section p {
		line-height: 22px;
		margin-bottom: 46px
	}

	.career-section .careers-listing li,
	.career-section .careers-listing p,
	.career-section .role-bg-sec .disc-sec p {
		font-size: 16px;
		line-height: 22px
	}

	.career-section .careers-listing h5 {
		font-size: 14px;
		line-height: 18px
	}

	.career-section .careers-listing .title-sec {
		max-width: 286px;
		margin: 0;
		text-align: left
	}

	.career-section .accordion-header .accordion-button,
	.career-section .accordion-header .accordion-button.collapsed {
		padding: 15px 0
	}

	.career-section .accordion-header span.apply-now {
		text-align: left
	}

	.career-section .accordion-header span.apply-now svg {
		width: 14px;
		margin-right: 10px
	}

	.career-section .accordion-header .acc-title {
		font-size: 18px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding-bottom: 35px
	}

	.career-section .accordion-header .apply-now {
		font-size: 14px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: left
	}

	.career-section .role-bg-sec {
		padding-left: 40px;
		padding-right: 40px
	}

	.career-section .role-bg-sec h2 {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 45px;
		margin-top: -75px;
		text-transform: uppercase
	}

	.career-section .role-bg-sec::after {
		background-size: cover
	}

	.career-form .form-col .datepickerfield {
		background: url(../images/calendar-icon.svg) left 18px center no-repeat;
		padding-left: 48px
	}

	.career-form .form-col {
		padding-bottom: 20px
	}
}

.career-form .form-col .form-control::-webkit-input-placeholder {
	color: #6d6d6d
}

.career-form .form-col .form-control:-ms-input-placeholder {
	color: #6d6d6d
}

.career-form .form-col .form-control::-ms-input-placeholder {
	color: #6d6d6d
}

.career-form .form-col .form-control::placeholder {
	color: #6d6d6d
}

.career-form .form-col select:invalid {
	color: #6d6d6d
}

.career-form .form-col input,
.career-form .form-col select,
.career-form .form-col textarea {
	padding: 25px;
	font-family: Montserrat-Medium;
	font-size: 20px;
	color: #6d6d6d;
	border: 1px solid #888e91;
	outline: 0;
	border-radius: 0;
	background: 0 0;
	width: 100%;
	margin: 0
}

@media (min-width:1800px) {
	.career-section .career-content p {
		line-height: 35px
	}

	.career-section .careers-listing .acc-cont-left {
		padding-right: 30px
	}

	.career-section .careers-listing .title-sec h2 {
		margin-bottom: 80px
	}

	.career-section .role-bg-sec {
		margin-top: 50px
	}

	.career-form .submit-bg-main .submit-bg {
		margin-left: 10px
	}

	.career-form .form-col input,
	.career-form .form-col select,
	.career-form .form-col textarea {
		height: 72px
	}

	.career-form .form-col .select-wrapper select {
		padding-top: 17px
	}
}

@media (min-width:1280px) and (max-width:1600px) {
	.career-section .role-bg-sec .disc-sec {
		max-width: 671px
	}

	.career-form {
		padding: 25px
	}

	.career-form .form-col {
		padding-bottom: 15px
	}

	.career-form .form-col input,
	.career-form .form-col select,
	.career-form .form-col textarea {
		padding: 14px;
		font-size: 15px
	}
}

@media (max-width:767px) {

	.career-form .form-col input,
	.career-form .form-col select,
	.career-form .form-col textarea {
		padding: 17px 19px;
		font-size: 16px;
		height: 50px
	}

	.career-form .form-col .select-wrapper select {
		padding-top: 10px
	}
}

.career-form .form-col textarea {
	height: 140px;
	max-width: 100% !important
}

.career-form .form-col input:focus,
.career-form .form-col select:focus,
.career-form .form-col textarea:focus {
	font-family: Montserrat-Medium;
	color: #000;
	font-weight: 500;
	border: 1px solid #707070;
	outline: 0
}

.career-form .form-col input:focus::-webkit-input-placeholder,
.career-form .form-col select:focus::-webkit-input-placeholder,
.career-form .form-col textarea:focus::-webkit-input-placeholder {
	color: #000
}

.career-form .form-col input:focus:-ms-input-placeholder,
.career-form .form-col select:focus:-ms-input-placeholder,
.career-form .form-col textarea:focus:-ms-input-placeholder {
	color: #000
}

.career-form .form-col input:focus::-ms-input-placeholder,
.career-form .form-col select:focus::-ms-input-placeholder,
.career-form .form-col textarea:focus::-ms-input-placeholder {
	color: #000
}

.career-form .form-col input:focus::placeholder,
.career-form .form-col select:focus::placeholder,
.career-form .form-col textarea:focus::placeholder {
	color: #000
}

.career-form .form-col .select-wrapper select {
	position: relative;
	z-index: 2;
	cursor: pointer;
	background-color: transparent
}

.career-form .form-col .select-wrapper:after {
	content: '';
	position: absolute;
	width: 17px;
	height: 10px;
	background: url("../images/drop-arrow.svg") 0 0/17px 10px no-repeat;
	top: 0;
	right: 19px;
	bottom: 0;
	margin: auto;
	z-index: 0
}

@media (min-width:1280px) and (max-width:1600px) {
	.career-form .form-col .select-wrapper:after {
		background-size: 14px 7px;
		width: 14px;
		height: 7px
	}
}

.about .inner-main-banner .title-disc h2 {
	width: 100%;
	margin-left: 0
}

.career-form .input-file-container {
	position: relative;
	width: 100%;
	text-align: center
}

.career-form .input-file-container:hover,
.career-form .input-file-trigger:hover,
.go-back-main-div .gobackPartner:hover {
	opacity: .7
}

.career-form .input-file-trigger {
	display: block;
	padding: 28px 45px 27px 124px;
	font-size: 20px;
	-webkit-transition: .4s;
	transition: .4s;
	cursor: pointer;
	border: 1px solid #000;
	color: #000;
	background: url(../images/upload-bg.svg) left 30px center no-repeat
}

.career-form .input-file {
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	padding: 14px 0;
	opacity: 0;
	cursor: pointer
}

.career-form .input-file input[type=file i]::-webkit-file-upload-button {
	cursor: pointer
}

.career-form .input-file-trigger:focus,
.career-form .input-file-trigger:hover,
.career-form .input-file:focus+.input-file-trigger,
.career-form .input-file:hover+.input-file-trigger {
	text-decoration: none !important
}

.career-form .file-return {
	margin: 0;
	font-style: italic;
	font-size: .9em;
	font-weight: 700
}

.career-form .file-return:not(:empty) {
	margin: 1em 0
}

.career-form .credit {
	border: 1px solid #ddd;
	padding: 2px;
	width: 410px;
	background: #eee;
	border-radius: 5px;
	position: absolute;
	bottom: 0
}

@media (min-width:768px) and (max-width:1280px) {

	.about .inner-main-banner,
	.career-banner,
	.inner-main-banner {
		margin-top: -145px !important
	}
}

.resume-upload .field-validation-error {
	position: absolute
}

.common-space {
	padding: 140px 0
}

@media (min-width:1280px) and (max-width:1600px) {
	.common-space {
		padding: 90px 0
	}
}

.inner-spacing {
	padding: 20px 0
}

@media (max-width:2000px) {
	.inner-spacing {
		min-height: 750px
	}
}

@media (min-width:1200px) {
	.inner-spacing {
		padding: 50px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100vh
	}

	.legacy-block .arrow-btn .arrow-icon,
	.load-more .arrow-btn .arrow-icon,
	body .comm-details-sec .arrow-btn .arrow-icon {
		padding-right: 64px
	}
}

@media (min-width:1280px) and (max-width:1600px) {
	.inner-spacing {
		padding: 100px 0;
		min-height: 700px
	}
}

.black-header,
.black-strip-head .search-top .search-li .search-form form.active,
.community-banner {
	background: #000
}

.inner-sections h1 {
	font-size: 70px;
	line-height: 80px;
	color: #101114;
	margin-bottom: 50px
}

@media (min-width:1280px) and (max-width:1600px) {
	.inner-sections h1 {
		font-size: 54px;
		line-height: 60px
	}
}

.inner-sections h2 {
	font-size: 64px;
	line-height: 75px;
	color: #101114;
	margin-bottom: 50px
}

@media (min-width:1280px) and (max-width:1600px) {
	.inner-sections h2 {
		font-size: 44px;
		line-height: 50px
	}
}

.inner-sections h3 {
	font-size: 64px;
	line-height: 75px;
	color: #101114;
	margin-bottom: 90px
}

@media (min-width:1280px) and (max-width:1600px) {
	.inner-sections h3 {
		font-size: 44px;
		line-height: 55px;
		margin-bottom: 30px
	}
}

.legacy-block .arrow-btn,
.load-more .arrow-btn,
body .comm-details-sec .arrow-btn {
	padding: 33px 48px
}

@media (min-width:1280px) and (max-width:1600px) {

	.legacy-block .arrow-btn,
	.load-more .arrow-btn,
	body .comm-details-sec .arrow-btn {
		padding: 25px 48px 25px 30px
	}
}

.legacy-block .arrow-btn span:before,
.load-more .arrow-btn span:before,
body .comm-details-sec .arrow-btn span:before {
	left: 54px
}

@media (min-width:1280px) and (max-width:1600px) {

	.legacy-block .arrow-btn span:before,
	.load-more .arrow-btn span:before,
	body .comm-details-sec .arrow-btn span:before {
		left: 38px
	}
}

body .arrow-btn span:before {
	background-color: #fff
}

body .custom-checkbox a,
body .white-btn {
	font-family: Montserrat-Medium;
	font-weight: 500
}

body .black-button {
	font-family: Montserrat-Medium;
	font-weight: 400
}

.privacy-section li,
.privacy-section p,
body .custom-checkbox,
body .footer-enquiry-form .datepickerfield,
body .footer-enquiry-form .form-switch label {
	font-weight: 300;
	font-family: Montserrat-Light
}

.career-form .form-col .submit-bg,
.submit-bg {
	background: url(../images/submit-bg.svg?v1) left 28px center no-repeat #000;
	padding-left: 102px;
	padding-right: 40px;
	height: 87px;
	font-family: Montserrat-Medium;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	max-width: 236px;
	border-radius: 0;
	border: 1px solid #fff
}

.career-form .form-col .submit-bg:hover,
.submit-bg:hover {
	color: #000;
	background: url(../images/submit-bg-black.svg?v1) left 28px center no-repeat #fff;
	border: 1px solid #000
}

@media (min-width:1280px) and (max-width:1600px) {

	.career-form .form-col .submit-bg,
	.submit-bg {
		font-size: 16px;
		line-height: 20px;
		height: 62px
	}

	body .footer-form-area .section-title {
		line-height: 57px
	}
}

@media (max-width:1280.98px) {
	.common-space {
		padding: 100px 0
	}

	.inner-spacing {
		padding: 80px 0
	}

	.inner-sections h1 {
		font-size: 35px;
		line-height: 41px
	}

	.inner-sections h2 {
		font-size: 30px;
		line-height: 35px
	}

	.inner-sections h3 {
		font-size: 35px;
		line-height: 41px;
		margin-bottom: 35px
	}

	.legacy-block .arrow-btn,
	.load-more .arrow-btn,
	body .comm-details-sec .arrow-btn {
		padding: 20px
	}

	.legacy-block .arrow-btn span:before,
	.load-more .arrow-btn span:before,
	body .comm-details-sec .arrow-btn span:before {
		left: 35px
	}

	.career-form .form-col .submit-bg,
	.submit-bg {
		font-size: 14px;
		line-height: 18px;
		height: 62px
	}
}

body .footer-enquiry-form .select-wrapper select,
body .sitemap ul {
	margin: 0
}

body .sitemap ul li {
	list-style: disc;
	margin-bottom: 10px
}

body .sitemap ul li a {
	font-family: Montserrat-Regular;
	font-weight: 400;
	color: #101114;
	text-transform: uppercase;
	font-size: 20px
}

body .sitemap ul li ul li a {
	font-size: 18px
}

body #scroll-button {
	width: 52px;
	height: 52px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 10px 10px 47px 0 rgba(0, 0, 0, .49);
	box-shadow: 10px 10px 47px 0 rgba(0, 0, 0, .49);
	cursor: pointer
}

body #scroll-button:hover {
	background: #e3e0e0
}

body #scroll-button.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

body #scroll-button img {
	width: 15px;
	height: 15px
}

@media (min-width:1201px) and (max-width:1299px) {
	header .menu-row .book-btn {
		max-width: 120px !important
	}

	body footer ul a {
		font-size: 12px
	}
}

body .bottom-footer p {
	font-family: Montserrat-Regular;
	font-weight: 400
}

body .umbraco-forms-form span.contourError,
body .umbraco-forms-form span.field-validation-error {
	font-family: Montserrat-Medium;
	font-weight: 500;
	color: red !important;
	padding: 0;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	position: relative
}

body .footer-form-row .submit-forms {
	left: -33px
}

body .arrow-btn {
	cursor: pointer
}

@media (min-width:1200px) {
	body .footer-enquiry-form .form-switch .form-check-label {
		width: 87%;
		margin-top: 8px
	}

	body .custom-checkbox {
		padding-left: 52px
	}

	body .form-switch .form-check-input {
		width: 43px;
		height: 25px;
		border-radius: 14px
	}

	body .footer-form-area .mob-padd p {
		max-width: 260px;
		padding: 0
	}

	body .footer-form-area .section-title {
		max-width: 325px;
		margin-top: 5px
	}
}

@media (min-width:1800px) {

	.legacy-block .arrow-btn .arrow-icon,
	.load-more .arrow-btn .arrow-icon,
	body .comm-details-sec .arrow-btn .arrow-icon {
		padding-right: 78px
	}

	.career-form .form-col .submit-bg,
	.submit-bg {
		background: url(../images/submit-bg.svg?v1) left 41px center/55px no-repeat #000;
		padding-left: 122px
	}

	body .umbraco-forms-form span.contourError,
	body .umbraco-forms-form span.field-validation-error {
		font-size: 14px
	}

	body .form-switch .form-check-input {
		width: 49px;
		height: 28px
	}

	body .footer-form-area .mob-padd p {
		max-width: 350px
	}

	.comm-details-sec {
		margin-top: 3%
	}
}

body .umbraco-forms-form .umbraco-forms-navigation {
	padding: 0 12px
}

body .umbraco-forms-form input.contourError,
body .umbraco-forms-form input.input-validation-error,
body .umbraco-forms-form textarea.contourError,
body .umbraco-forms-form textarea.input-validation-error {
	background: 0 0;
	border-color: red
}

@media (max-width:992px) {
	.btn-white:hover {
		color: #000
	}

	.btn-white {
		float: left
	}

	.search-top .search-li {
		margin-right: 0
	}

	.search-top .search-li .search-form form {
		min-width: 100%
	}

	.search-top .search-li .search-form form.active {
		min-width: 80%
	}

	.search-trigger svg {
		width: 22px;
		height: 22px;
		position: relative;
		top: -2px
	}

	.desktop-header,
	body .legacy-page .legacy-wap .mob {
		display: none
	}

	.mobile-header {
		display: block;
		background: #000;
		padding-bottom: 10px
	}

	body .inner-banner .tab-banner img {
		max-width: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}

	body .tab-section .nav-tabs {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	body .about .communitydetailpage .inner-main-banner .title-disc .sub-logo,
	body .community-banner .title-disc .sub-logo,
	body .inner-main-banner .title-disc .sub-logo {
		margin: 0 auto !important
	}

	body .contact-banner {
		margin-top: -72 !important
	}

	.flat-estates .banner .banner-content {
		padding-top: 155px !important
	}

	body .career-section .accordion-header .accordion-button:not(.collapsed) {
		background-position: right top 20px
	}

	body .results .info-box .arrow-btn {
		min-width: 164px
	}

	.community-discover-sec.inner-sections h3 {
		margin-top: 55px
	}

	body .careerspage .about .inner-main-banner .title-disc,
	body .community-banner .title-disc,
	body .inner-main-banner .title-disc {
		width: 99% !important;
		padding-bottom: 50px
	}

	body .home-filter .select-options {
		max-height: 177px
	}

	body .legacy-block {
		padding-top: 55px
	}

	body .community-slider .slider-pagination {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		margin-bottom: 50px;
		margin-top: -50px
	}

	body.flat-estates .info h1 {
		margin-top: 10px
	}

	.footer-enquiry-form .form-switch label {
		font-size: 12px;
		width: 75%
	}

	.footer-enquiry-form .select-wrapper:after {
		right: 15px
	}

	footer .link-ul {
		display: block;
		margin-top: 35px
	}

	footer .link-ul li {
		display: inline-block;
		width: calc(100% / 2 - 4px)
	}

	.custom-checkbox .checkmark:after {
		width: 6px;
		height: 11px;
		left: 9px;
		top: 5px
	}

	#enquiryModal .umbraco-forms-caption {
		line-height: 1.2em !important;
		margin-bottom: 50px
	}

	#enquiryModal .modal-body .form-mb {
		width: 100%;
		padding-right: 14px
	}

	#enquiryModal .modal-body .form-switch label {
		width: 50%
	}

	div.lessmore {
		padding: 10px 20px
	}

	div.lessmore a.more {
		max-width: initial;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 16px;
		font-weight: 600;
		font-family: Montserrat-Medium
	}

	div.lessmore a.more:after {
		background: url(../images/footer-menu-icon.svg) 0 0/17px 10px no-repeat;
		width: 17px;
		height: 10px
	}

	.career-form .form-col .select-wrapper:after {
		right: 20px
	}

	.about .inner-main-banner .title-disc h2 {
		margin-bottom: 25px
	}

	.legacy-block .arrow-btn,
	.load-more .arrow-btn,
	body .comm-details-sec .arrow-btn {
		font-size: 14px;
		padding: 20px 30px
	}

	.legacy-block .arrow-btn span:before,
	.load-more .arrow-btn span:before,
	body .comm-details-sec .arrow-btn span:before {
		left: 38px
	}

	.legacy-block .arrow-btn .arrow-icon,
	.load-more .arrow-btn .arrow-icon,
	body .comm-details-sec .arrow-btn .arrow-icon {
		padding-right: 53px
	}

	.about .banner.community-banner,
	.about .banner.inner-main-banner,
	.signature-quality .banner {
		margin-top: -90px
	}

	body .bottom-footer p {
		font-size: 14px;
		line-height: 22px
	}

	.mob .search-form {
		position: absolute;
		right: 0;
		top: 64px;
		padding: 4px 15px 7px 10px;
		-webkit-transition: .4s ease-in;
		transition: .4s ease-in
	}

	.mh-unpinned .mob .search-form {
		background: #000;
		top: 85px
	}

	.news-box {
		width: 100%
	}
}

.go-back-main-div {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 25px
}

.go-back-main-div .gobackPartner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	font-weight: 600
}

.go-back-main-div .gobackPartner:after {
	content: "Back";
	display: block;
	color: #000;
	margin-left: 5px
}

.pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px
}

.pagination li a {
	color: #000;
	font-size: 14px;
	padding: 8px 10px;
	background: #f5f5f5;
	margin: 0 1px
}

.pagination li a:hover {
	background: #dfdbdb
}

.community-discover-sec.inner-sections h3 {
	margin-bottom: 55px
}

@media (min-width:1280px) and (max-width:1600px) {
	body .footer-enquiry-form .form-col {
		padding-right: 28px
	}

	.community-discover-sec.inner-sections h3 {
		margin-bottom: 25px
	}

	.comm-details-sec {
		margin-top: 3%;
		background-size: 425px
	}
}

.comm-details-sec .comm-detais {
	height: 100%
}

@media (min-width:1800px) {
	.comm-details-sec .comm-detais .discr {
		max-width: 452px
	}

	.comm-details-sec .comm-detais {
		padding-right: 150px
	}

	.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn {
		min-width: 250px;
		text-align: center
	}
}

.comm-details-sec .comm-detais h2 {
	font-size: 70px;
	line-height: 82px;
	color: #101114;
	margin-bottom: 40px;
	text-transform: uppercase
}

@media (min-width:1280px) and (max-width:1600px) {
	.comm-details-sec .comm-detais {
		padding-right: 80px
	}

	.comm-details-sec .comm-detais h2 {
		font-size: 47px;
		line-height: 57px;
		margin-bottom: 30px
	}
}

.comm-details-sec .comm-detais p,
.news-box .news-link .news-image-sec,
.news-events-details p {
	margin-bottom: 40px
}

.community-districts {
	text-align: center;
	background: #ebebeb;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto
}

.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn span,
.community-districts.inner-sections h3,
.news-events .resp-tabs-list li a:hover,
.news-events .resp-tabs-list li:hover {
	color: #000
}

.community-districts .district-box-main {
	-webkit-transition: .5s ease-in;
	transition: .5s ease-in
}

.community-districts .district-box-main .district-box {
	position: relative;
	height: 100%
}

.community-districts .district-box-main .district-box .img-overlay-detail {
	overflow: hidden
}

.community-districts .district-box-main .district-box .img-overlay-detail:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in;
	background: rgba(0, 0, 0, .5)
}

.community-districts .district-box-main .district-box .over-lay-sec {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.community-districts .district-box-main .district-box .over-lay-sec h4 {
	color: #fff;
	font-size: 27px;
	font-family: Montserrat-Light;
	font-weight: 300;
	margin-top: auto;
	padding-top: 84px
}

@media (max-width:1600px) {
	.career-form .input-file-trigger {
		padding: 20px 20px 19px 83px;
		font-size: 14px;
		background-size: 39px;
		background-position: left 27px center
	}

	.career-form .form-col .submit-bg,
	.submit-bg {
		background: url(../images/submit-bg.svg?v1) left 28px center no-repeat #000
	}

	body .sitemap ul li a {
		font-size: 16px
	}

	body .sitemap ul li ul li a {
		font-size: 14px
	}

	.community-districts .district-box-main .district-box .over-lay-sec h4 {
		font-size: 20px
	}
}

.community-districts .district-box-main .district-box .over-lay-sec a.learn-more {
	margin-top: auto;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: Montserrat-Medium;
	margin-bottom: 54px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 0
}

@media (max-width:1600px) {
	.community-districts .district-box-main .district-box .over-lay-sec a.learn-more {
		font-size: 16px
	}
}

.community-districts .district-box-main .district-box .over-lay-sec a.learn-more i {
	font-style: normal;
	margin-right: 7px
}

.community-districts .district-box-main:hover .img-overlay-detail:after {
	background: rgba(0, 0, 0, .2)
}

.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn.active,
.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn.active::before,
.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn:hover,
.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn:hover::before {
	background: #2c2c2c;
	color: #fff
}

.apartments-listing .banner p,
.commu-disc-slide-sec,
.footer-enquiry-form .form-col.mail-to-regist,
.form-property .footer-enquiry-form .form-col.mail-to-regist,
.formPhone .iti__country-list,
.iti,
.iti__country-list,
.news-box .news-link .news-image-sec img,
.news-events-details .detail-image img,
.partner-center .community-banner .title-disc,
.partner-center .inner-main-banner .title-disc {
	width: 100%
}

.commu-disc-slide-sec .discover-slider {
	cursor: url("../images/cursor.svg"), pointer
}

.commu-disc-slide-sec .tab-section .tab-content {
	padding-left: 20px
}

.about .inner-main-banner.commu-detail-banner .title-disc,
.commu-disc-slide-sec .tab-section,
.footer-form-area {
	padding-top: 0
}

.commu-disc-slide-sec .tab-section .nav-tabs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: auto
}

.commu-disc-slide-sec .tab-section nav,
.news-events-details .detail-image {
	margin-bottom: 70px
}

.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn {
	background: #fff;
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	padding: 28px 20px;
	margin: 0 16px;
	font-size: 24px;
	font-weight: 500;
	font-family: Montserrat-Medium
}

@media (min-width:1280px) and (max-width:1600px) {
	.comm-details-sec .comm-detais p {
		margin-bottom: 30px
	}

	.commu-disc-slide-sec .tab-section nav {
		margin-bottom: 40px
	}

	.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn {
		padding: 15px 20px
	}
}

.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn.active:hover span,
.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn:hover:hover span {
	color: #fff
}

.comm-amentis .amenity-box:hover .icon-text h4,
.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn.active span,
.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn:hover span,
body .partner-section-2 .grey-box-with-img a:hover h5 {
	color: #fff
}

.commu-disc-slide-sec .disc-slide-class .swiper-slide {
	width: 30%;
	overflow: hidden
}

.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder img:hover,
.commu-disc-slide-sec .disc-slide-class .swiper-slide a:hover .thumb {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder {
	position: relative;
	cursor: url("../images/cursor.svg"), pointer;
	overflow: hidden
}

.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder img {
	width: 100%;
	-webkit-transition: -webkit-transform 330ms ease-in-out;
	transition: transform 330ms ease-in-out;
	transition: transform 330ms ease-in-out, -webkit-transform 330ms ease-in-out
}

.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5% !important;
	background: url(../images/disc-slide-thumb-bg.svg) center bottom no-repeat rgba(0, 0, 0, .4);
	background-size: contain
}

.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details h5 {
	color: #fff;
	font-family: Montserrat-Medium;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 25px
}

.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details p {
	color: #fff;
	margin-bottom: 10px
}

.commu-disc-slide-sec .disc-slide-class .swiper-pagination-progressbar {
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	margin-top: 50px
}

.commu-disc-slide-sec .disc-slide-class .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #707070;
	height: 5px;
	border-radius: 7px;
	top: -3px
}

.commu-disc-slide-sec .disc-slide-class .swiper-horizontal>.swiper-pagination-progressbar,
.commu-disc-slide-sec .disc-slide-class .swiper-pagination-progressbar.swiper-pagination-horizontal {
	height: 1px;
	margin-bottom: 3px
}

.comm-amentis {
	background: #ebebeb
}

.comm-amentis .container {
	max-width: 1450px
}

@media (max-width:1280.98px) {
	.comm-details-sec .comm-detais h2 {
		font-size: 35px;
		line-height: 41px;
		margin-bottom: 25px
	}

	.comm-details-sec .comm-detais p {
		margin-bottom: 30px
	}

	.comm-amentis .container {
		padding-left: 100px;
		padding-right: 100px
	}
}

.comm-amentis .owl-carousel .owl-dots {
	margin-top: 90px
}

@media (max-width:1600px) {
	.comm-amentis .owl-carousel .owl-dots {
		margin-top: 40px
	}
}

.comm-amentis .owl-carousel .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	margin: 0 5px
}

.comm-amentis .owl-carousel .owl-dots .owl-dot.active {
	width: 48px
}

.comm-amentis .owl-carousel .owl-dots .owl-dot span {
	width: 100%;
	margin: 0;
	height: 100%;
	background: #bebebe
}

.comm-amentis .owl-carousel .owl-nav button {
	-webkit-box-shadow: 4px 21px 46px -7px rgba(0, 0, 0, .64);
	box-shadow: 4px 21px 46px -7px rgba(0, 0, 0, .64);
	width: 92px;
	height: 92px;
	background: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 30%
}

.comm-amentis .owl-carousel .owl-nav button.owl-prev {
	left: -50px
}

.comm-amentis .owl-carousel .owl-nav button.owl-prev span {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

@media (min-width:1800px) {
	.comm-amentis .owl-carousel .owl-nav button.owl-prev {
		left: -150px
	}
}

@media (min-width:1280px) and (max-width:1600px) {
	.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn {
		font-size: 14px;
		min-width: 200px
	}

	.comm-amentis .container {
		max-width: 1150px
	}

	.comm-amentis .owl-carousel .owl-nav button.owl-prev {
		left: -80px
	}
}

@media (min-width:768px) and (max-width:1200px) {
	.comm-amentis .owl-carousel .owl-nav button.owl-prev {
		left: -80px
	}
}

@media (max-width:1600px) {
	.comm-amentis .owl-carousel .owl-nav button {
		width: 60px;
		height: 60px
	}
}

.comm-amentis .owl-carousel .owl-nav button span {
	font-size: 0;
	background: url(../images/arrow_forward.svg) center center no-repeat;
	width: 16px;
	height: 16px;
	display: block
}

.comm-amentis .amenity-box {
	margin: 0 auto;
	width: 100%;
	height: 310px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	border: 1px solid #707070
}

.comm-amentis .amenity-box .icon-text {
	padding-left: 20px;
	padding-right: 20px
}

.comm-amentis .amenity-box .icon-sec {
	width: 60px;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: .5s;
	transition: .5s
}

.comm-amentis .amenity-box h4 {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	font-family: Montserrat-SemiBold;
	text-align: center;
	max-width: 240px;
	margin: 0 auto
}

.news-events .resp-tabs-list li,
.news-events h2.resp-accordion {
	font-family: Montserrat-Medium;
	font-weight: 500;
	text-transform: uppercase
}

@media (max-width:1600px) {
	.comm-amentis .amenity-box h4 {
		font-size: 18px
	}
}

.comm-amentis .amenity-box .img-sec {
	position: absolute;
	left: 0;
	bottom: -100%;
	height: 100%;
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s
}

.comm-amentis .amenity-box .img-sec img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	height: 100%
}

.comm-amentis .amenity-box .img-sec::after {
	background: rgba(0, 0, 0, .7);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: ""
}

.comm-amentis .amenity-box:hover .img-sec {
	bottom: 0
}

.comm-amentis .amenity-box:hover .icon-text {
	position: relative;
	z-index: 10
}

.comm-amentis.inner-sections h3 {
	color: #101114
}

.s-hart-map {
	padding-top: 140px
}

.about .main-title,
.main-title {
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	top: 0
}

.about .main-title h2,
.main-title h2 {
	width: 100% !important;
	max-width: none;
	margin-top: 280px;
	text-align: center !important;
	margin-left: 0 !important;
	-webkit-animation: 1s ease-in .4s both fadeIn;
	animation: 1s ease-in .4s both fadeIn
}

.community-slide-main .community-slide-box .content-sec .disc-sec .for-align,
.news-events h1,
.partner-sections .pc-section-1 {
	text-align: center
}

.community-slide-main,
.slider-part .crafts-slide-box {
	height: 100vh
}

.community-slide-main .swiper-slide {
	background-size: cover
}

.community-slide-main .swiper-horizontal>.swiper-pagination-bullets,
.community-slide-main .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 18px
}

.community-slide-main .swiper-pagination-bullet,
.slider-part .swiper-pagination-bullet {
	opacity: 1;
	margin: 0 10px !important;
	width: 28px;
	height: 28px;
	border: 2px solid transparent;
	position: relative;
	border-radius: 50%;
	background: 0 0
}

.community-slide-main .swiper-pagination-bullet::after,
.slider-part .swiper-pagination-bullet::after {
	position: absolute;
	content: "";
	background: #fff;
	width: 5px;
	height: 5px;
	left: 10px;
	top: 10px;
	border-radius: 50%
}

.community-slide-main .swiper-pagination-bullet-active,
.slider-part .swiper-pagination-bullet-active {
	border: 2px solid rgba(250, 250, 250, .3)
}

.community-slide-main .swiper-pagination-bullet-active::after,
.slider-part .swiper-pagination-bullet-active::after {
	width: 10px;
	height: 10px;
	left: 7px;
	top: 7px
}

@media (max-width:575.98px) {
	.mob .search-form {
		position: absolute;
		right: 0;
		top: 34px;
		padding: 4px 15px 7px 10px;
		-webkit-transition: .4s ease-in;
		transition: .4s ease-in
	}

	.mh-unpinned .mob .search-form {
		background: #000;
		top: 60px
	}

	.community-slide-main {
		height: 91vh
	}
}

.community-slide-main .community-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto
}

.community-slide-main .community-slide-box .content-sec {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.community-slide-main .community-slide-box .content-sec .disc-sec {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

@media (min-width:1200px) {
	body .footer-enquiry-form .select-wrapper:after {
		width: 17px;
		height: 10px;
		background-size: 17px
	}

	body .slider-copy-wrap p {
		font-size: 13px;
		line-height: 20px
	}

	body .slider-copy-wrap h3 {
		font-size: 35px
	}

	body .slider-copy-wrap h2 {
		font-size: 110px
	}

	.comm-details-sec {
		height: 100vh
	}

	.community-districts .distric-row {
		margin-right: -25px;
		margin-left: -25px
	}

	.community-districts .district-box-main {
		padding-left: 25px;
		padding-right: 25px;
		margin-bottom: 25px
	}

	.community-districts .district-box-main .district-box .img-overlay-detail,
	.community-districts .district-box-main .district-box .img-overlay-detail img {
		-webkit-transition: .3s ease-in;
		transition: .3s ease-in
	}

	.community-districts .district-box-main:hover .img-overlay-detail {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	.community-districts .district-box-main:hover .img-overlay-detail img {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	.commu-disc-slide-sec {
		padding-left: 40px
	}

	.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details p,
	.community-slide-main .community-slide-box .content-sec .disc-sec .after-selected-sec,
	.community-slide-main .community-slide-box .content-sec .disc-sec .s-commun-logo {
		display: none
	}

	.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details:hover p,
	.community-slide-main .community-main {
		display: block
	}

	.commu-disc-slide-sec .disc-slide-class .swiper-horizontal>.swiper-pagination-progressbar,
	.commu-disc-slide-sec .disc-slide-class .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 90%;
		margin-left: auto;
		margin-right: auto
	}

	.community-slide-main .community-slide-box:last-child {
		float: right
	}

	.community-slide-main .community-slide-box {
		float: left;
		max-width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		background-position: center center;
		-webkit-transition: .9s;
		transition: .9s;
		background-size: cover
	}

	.community-slide-main .community-slide-box .content-sec .disc-sec {
		text-align: center;
		padding-top: 25%
	}

	.community-slide-main .community-slide-box .content-sec .disc-sec h5 {
		max-width: 140px
	}
}

@media (max-width:767px) {
	.career-form .form-col .select-wrapper:after {
		background-size: 17px 10px;
		width: 17px;
		height: 10px
	}

	.career-form {
		padding: 20px;
		margin-bottom: 40px
	}

	.black-header {
		padding-bottom: 20px
	}

	body #scroll-button.show {
		right: 15px;
		bottom: 110px
	}

	body .footer-form-area .section-title.form-trigger {
		font-family: Montserrat-Medium;
		font-weight: 600;
		color: #000;
		letter-spacing: 1.6px
	}

	.comm-details-sec {
		background-size: 428px 697px
	}

	.comm-details-sec .comm-detais {
		text-align: center;
		padding-bottom: 35px
	}

	.community-districts .district-box-main {
		margin-bottom: 20px
	}

	.community-districts .district-box-main:last-child {
		margin-bottom: 0
	}

	.community-districts .district-box-main .district-box .over-lay-sec h4 {
		font-size: 18px
	}

	.community-districts .district-box-main .district-box .over-lay-sec a.learn-more {
		font-size: 14px;
		padding-bottom: 5px
	}

	.commu-disc-slide-sec .tab-section .tab-content {
		padding-left: 20px
	}

	.commu-disc-slide-sec .tab-section .nav-tabs {
		margin: 0 -10px
	}

	.commu-disc-slide-sec .tab-section nav {
		margin-bottom: 40px
	}

	.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn {
		width: 50%;
		margin: 0 10px;
		padding: 18px 20px
	}

	.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn span {
		font-size: 14px
	}

	.commu-disc-slide-sec .disc-slide-class .swiper-slide {
		width: 87%
	}

	.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details h5 {
		font-size: 16px;
		margin-bottom: 15px
	}

	.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details p {
		margin-bottom: 0;
		line-height: 20px;
		font-size: 12px
	}

	.commu-disc-slide-sec .disc-slide-class .swiper-horizontal>.swiper-pagination-progressbar,
	.commu-disc-slide-sec .disc-slide-class .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: calc(100% - 20px)
	}

	.comm-amentis .amenities-slide .owl-stage {
		padding-left: 20px !important
	}

	.comm-amentis .amenities-slide {
		padding-bottom: 100px
	}

	.comm-amentis .container {
		padding-left: 0;
		padding-right: 0
	}

	.comm-amentis .owl-carousel .owl-dots {
		margin-top: 60px;
		position: absolute;
		left: 15px
	}

	.comm-amentis .owl-carousel .owl-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		position: absolute;
		right: 0;
		bottom: -15px
	}

	.comm-amentis .owl-carousel .owl-nav button {
		position: relative;
		width: 50px;
		height: 50px
	}

	.comm-amentis .owl-carousel .owl-nav button.owl-prev {
		position: relative;
		left: auto;
		top: auto;
		right: auto
	}

	.comm-amentis .owl-carousel .owl-nav button.owl-next {
		right: auto;
		position: relative;
		left: auto;
		top: auto
	}

	.comm-amentis {
		background: #ebebeb
	}

	.comm-amentis .amenity-box h4 {
		font-size: 20px
	}

	.about .main-title,
	.main-title {
		top: auto;
		bottom: 400px
	}

	.community-slide-main .community-slide-box .content-sec {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.community-slide-main .community-slide-box .content-sec .disc-sec {
		margin-bottom: 84px
	}

	.community-slide-main .community-slide-box .content-sec .disc-sec h5 {
		font-size: 28px;
		line-height: 33px
	}
}

.community-slide-main .community-slide-box .content-sec .disc-sec .after-selected-sec,
.community-slide-main .community-slide-box .content-sec .disc-sec .s-commun-logo {
	opacity: 0;
	-webkit-animation: 1s ease-in .1s both fadeIn;
	animation: 1s ease-in .1s both fadeIn
}

.community-slide-main .community-slide-box .content-sec .disc-sec .after-selected-sec p,
.community-slide-main .community-slide-box .content-sec .disc-sec .s-commun-logo p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px
}

@media (min-width:1800px) {
	.comm-amentis .owl-carousel .owl-nav button.owl-next {
		right: -150px
	}

	.community-slide-main .community-slide-box .content-sec .disc-sec .after-selected-sec p,
	.community-slide-main .community-slide-box .content-sec .disc-sec .s-commun-logo p {
		width: 400px
	}
}

@media (max-width:1600px) {
	.s-hart-map {
		padding-top: 90px
	}

	.about .main-title h2,
	.main-title h2 {
		margin-top: 180px
	}

	.community-slide-main .community-slide-box .content-sec .disc-sec .after-selected-sec p,
	.community-slide-main .community-slide-box .content-sec .disc-sec .s-commun-logo p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
		width: 400px
	}

	.community-slide-main .community-slide-box .cta-community svg {
		width: 60px
	}
}

.community-slide-main .community-slide-box .content-sec .disc-sec .after-selected-sec .cta-community g,
.community-slide-main .community-slide-box .content-sec .disc-sec .after-selected-sec .cta-community line,
.community-slide-main .community-slide-box .content-sec .disc-sec .after-selected-sec .cta-community path,
.community-slide-main .community-slide-box .content-sec .disc-sec .s-commun-logo .cta-community g,
.community-slide-main .community-slide-box .content-sec .disc-sec .s-commun-logo .cta-community line,
.community-slide-main .community-slide-box .content-sec .disc-sec .s-commun-logo .cta-community path {
	-webkit-transition: stroke .4s;
	transition: stroke .4s
}

.community-slide-main .community-slide-box .content-sec .disc-sec .after-selected-sec .cta-community:hover svg g,
.community-slide-main .community-slide-box .content-sec .disc-sec .after-selected-sec .cta-community:hover svg line,
.community-slide-main .community-slide-box .content-sec .disc-sec .after-selected-sec .cta-community:hover svg path,
.community-slide-main .community-slide-box .content-sec .disc-sec .s-commun-logo .cta-community:hover svg g,
.community-slide-main .community-slide-box .content-sec .disc-sec .s-commun-logo .cta-community:hover svg line,
.community-slide-main .community-slide-box .content-sec .disc-sec .s-commun-logo .cta-community:hover svg path {
	stroke: #C9A485
}

.community-slide-main .community-slide-box .cta-community svg {
	-webkit-animation: 1s linear animName;
	animation: 1s linear animName
}

.community-slide-main .community-slide-box .s-commun-logo {
	margin: 0 auto;
	-webkit-transition: .5s;
	transition: .5s
}

@media (max-width:1600px) {
	.community-slide-main .community-slide-box .s-commun-logo {
		width: 200px
	}
}

.community-slide-main .community-slide-box .after-disc {
	display: block;
	max-width: 364px;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:1280px) and (max-width:1600px) {
	.comm-amentis .owl-carousel .owl-nav button.owl-next {
		right: -80px
	}

	.comm-amentis .amenity-box {
		height: 260px
	}

	.s-hart-map.flat-estates h2 {
		font-size: 44px;
		line-height: 55px
	}

	.community-slide-main .community-slide-box .after-disc {
		margin-top: 100px
	}
}

.community-slide-main .community-slide-box .after-disc .after-disc-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.community-slide-main .community-slide-box.selected .content-sec .disc-sec {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none
}

.community-slide-main .community-slide-box.selected .content-sec h5 {
	font-size: 46px;
	line-height: 54px;
	-webkit-animation: 1s ease-in .4s both fadeIn;
	animation: 1s ease-in .4s both fadeIn;
	margin: 0 auto
}

@media screen and (orientation:landscape) and (min-device-width:500px) and (max-device-width:1023px) {
	.community-banner {
		height: 600px !important;
		padding-bottom: 0 !important
	}

	.community-slide-main {
		height: 100%
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20%, 0);
		transform: translate3d(0, -20%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20%, 0);
		transform: translate3d(0, -20%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes animName {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes animName {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes createBox {
	from {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes createBox {
	from {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
	.about .community-banner .main-title h2 {
		margin-top: 417px
	}
}

.inner-main-banner.privacy-banner .title-disc {
	max-width: none
}

.inner-main-banner.privacy-banner .title-disc .white-with-border {
	border: .5px solid #d4d4d4;
	color: #a8a8a8;
	margin: 0 2px
}

.privacy-section {
	padding: 140px
}

@media (min-width:1280px) and (max-width:1600px) {
	.privacy-section {
		padding: 100px 0
	}
}

.privacy-section h2 {
	font-size: 64px;
	line-height: 75px;
	color: #101114
}

@media (min-width:1280px) and (max-width:1600px) {
	.privacy-section h2 {
		font-size: 45px;
		line-height: 55px
	}
}

.privacy-section h3 {
	font-size: 46px;
	line-height: 54px;
	color: #101114
}

@media (min-width:1280px) and (max-width:1600px) {
	.privacy-section h3 {
		font-size: 36px;
		line-height: 44px
	}
}

.privacy-section h4 {
	font-size: 18px;
	color: #101114;
	line-height: 24px
}

@media (min-width:1280px) and (max-width:1600px) {
	.privacy-section h4 {
		font-size: 16px;
		line-height: 24px
	}
}

.privacy-section li,
.privacy-section p {
	font-size: 22px;
	line-height: 35px;
	color: #000;
	padding: 0 0 25px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	word-break: break-word
}

.privacy-section li strong,
.privacy-section p strong {
	font-weight: 700;
	font-family: Montserrat-Bold
}

.privacy-section li a:hover,
.privacy-section p a:hover {
	text-decoration: underline
}

@media (min-width:1280px) and (max-width:1600px) {

	.privacy-section li,
	.privacy-section p {
		font-size: 15px;
		line-height: 24px;
		padding: 0 0 15px
	}
}

.privacy-section li {
	position: relative;
	padding-left: 30px
}

.privacy-section li::before {
	width: 11px;
	height: 11px;
	background: #c9a485;
	content: "";
	display: block;
	top: 7px;
	left: 0;
	border-radius: 50%;
	position: absolute
}

@media (max-width:1600px) {
	.community-slide-main .community-slide-box.selected .content-sec h5 {
		font-size: 34px;
		line-height: 44px;
		margin-bottom: 10px
	}

	.news-events {
		background-size: 500px
	}
}

.news-events h1 {
	text-transform: uppercase
}

.news-events .resp-tabs-container,
.partner-center header {
	background: 0 0
}

.news-events .resp-tabs-list {
	margin-bottom: 40px;
	text-align: center
}

.news-events .resp-tabs-list li {
	font-size: 20px;
	color: #a1a5a3;
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 5px !important;
	margin-left: 37px;
	margin-right: 37px
}

.news-events .resp-tabs-list li a,
.news-events h2.resp-accordion a {
	color: #a1a5a3
}

@media (min-width:1280px) and (max-width:1600px) {
	.news-events .resp-tabs-list li {
		margin-left: 20px;
		margin-right: 20px;
		font-size: 16px
	}
}

.news-events .resp-tabs-list li.resp-tab-active,
.news-events .resp-tabs-list li.resp-tab-active a {
	color: #161616;
	background: 0 0
}

.news-events .resp-tabs-list li.resp-tab-active a::after,
.news-events .resp-tabs-list li.resp-tab-active::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	content: "";
	display: block;
	background: #000
}

.news-events .load-more .arrow-btn {
	width: auto
}

.news-events .load-more .arrow-btn .arrow-icon svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.news-events h2.resp-accordion:first-child {
	border-top: none !important
}

.news-events h2.resp-accordion {
	position: relative;
	border-left: none;
	border-right: none;
	font-size: 14px;
	padding: 30px 0 !important;
	color: #a1a5a3
}

.news-box .news-link .p-date,
.news-box h5,
.news-events-details .publish-date-title span {
	font-family: Montserrat-Regular;
	font-weight: 400
}

.news-events h2.resp-accordion .resp-arrow {
	position: absolute;
	right: 0;
	top: 39px;
	background: url(../images/acc-arrow.svg) center center no-repeat;
	width: 18px;
	height: 12px;
	border: none
}

.news-events h2.resp-tab-active {
	background: 0 0 !important;
	color: #000
}

.news-box {
	margin-bottom: 85px
}

@media (min-width:1200px) {
	.community-slide-main .community-slide-box.selected {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}

	.community-slide-main .community-slide-box.selected .content-sec h5 {
		max-width: none;
		width: 300px
	}

	.news-events .load-more {
		margin-top: 30px
	}

	.news-events.common-space {
		padding-bottom: 50px
	}

	.news-row {
		margin: 0 -25px
	}

	.news-box {
		padding: 0 25px
	}

	.news-events-details .img-right {
		margin-left: 100px
	}
}

.news-box h5 {
	color: #c9a485;
	font-size: 18px;
	margin-top: 10px;
	pointer-events: none;
	margin-bottom: 20px
}

@media (max-width:1600px) {
	.news-box h5 {
		font-size: 16px
	}
}

@media (min-width:1280px) and (max-width:1600px) {
	.news-row {
		margin: 0 -15px
	}

	.news-box {
		padding: 0 15px;
		margin-bottom: 40px
	}

	.news-box .news-link .news-image-sec {
		margin-bottom: 30px
	}
}

.news-box .news-link h4 {
	font-size: 28px;
	line-height: 33px;
	text-transform: uppercase;
	color: #101114;
	margin-bottom: 25px;
	min-height: 104px
}

@media (max-width:1600px) {
	.news-box .news-link h4 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 15px;
		min-height: 84px
	}
}

.news-box .news-link .p-date {
	color: #101114;
	font-size: 18px
}

@media (max-width:1600px) {
	.news-box .news-link .p-date {
		font-size: 16px
	}

	.news-events-details {
		background-size: 500px
	}
}

.news-box .news-link:hover .news-image-sec img {
	opacity: .8
}

.news-events-details .umb-grid .container {
	padding-left: 0;
	padding-right: 0
}

.news-events-details .publish-date-title {
	padding-bottom: 25px
}

.news-events-details .publish-date-title span {
	color: #161616;
	font-size: 18px
}

.news-events-details .publish-date-title .devider {
	color: #cec9c9;
	width: 1px;
	height: 100%;
	margin: 0 19px
}

.news-events-details .publish-date-title .pub-title {
	color: #c9a485;
	text-decoration: underline
}

.news-events-details .img-right {
	float: right;
	margin-bottom: 40px
}

.news-events-details .img-left {
	float: left;
	margin-bottom: 40px
}

.news-events-details .clear-fix {
	clear: both
}

.news-events-details .news-detail-social {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.news-events-details .news-detail-social::after {
	content: "";
	display: block;
	height: 1px;
	background: #cec9c9;
	width: 100%;
	top: 35%;
	position: absolute
}

.news-events-details .news-detail-social .social-media-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
	z-index: 1;
	position: relative
}

.news-events-details .news-detail-social .social-media-links li {
	margin: 0;
	padding: 0 20px;
	border-right: 1px solid #cec9c9
}

.news-events-details .news-detail-social .social-media-links li:last-child {
	border: none
}

.news-events-details .devider-sec {
	background: #cec9c9;
	height: 1px;
	margin-bottom: 30px
}

.news-events-details .similar-section {
	padding: 160px 0;
	background-size: 713px 1161px;
	margin-top: -60px
}

.at-share-btn-elements .at-icon-wrapper {
	background-color: transparent !important;
	padding: 0 20px !important;
	border-right: 1px solid #cec9c9 !important;
	margin: 0 !important
}

.at-share-btn-elements .at-icon-wrapper::after {
	display: block;
	content: ""
}

.at-share-btn-elements .at-icon-wrapper:first-child {
	padding-left: 0 !important
}

.at-share-btn-elements .at-svc-facebook::after {
	background: url(../images/fb-icon.svg) center center no-repeat;
	width: 13px;
	height: 25px
}

.at-share-btn-elements .at-svc-twitter::after {
	background: url(../images/twitt-icon.svg) center center no-repeat;
	width: 30px;
	height: 25px
}

.craftsman-banner.inner-main-banner .title-disc {
	max-width: 850px
}

@media (max-width:1200px) {
	.career-section .careers-listing .accordion-collapse {
		padding-bottom: 20px !important
	}

	.umbraco-forms-career .form-col,
	body .footer-form-row .form-col {
		width: 100%
	}

	.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details {
		padding: 5% !important;
		background-size: cover
	}

	.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details p {
		display: none
	}

	.community-banner {
		padding-bottom: 0 !important
	}

	.community-slide-main .community-slide-box .content-sec .disc-sec {
		padding-top: 15%
	}

	.news-events-details .detail-col-right {
		margin-bottom: 30px
	}

	.craftsman-banner.inner-main-banner .title-disc {
		padding-top: 121px;
		width: 65%;
		max-width: 100%
	}

	.craftsman-banner.inner-main-banner .title-disc h2 {
		margin: 0 auto;
		padding-bottom: 5%
	}
}

@media (max-width:992px) {
	.news-box .news-link h4 {
		min-height: auto
	}

	.craftsman-banner.inner-main-banner .title-disc h2 {
		line-height: 49px
	}

	.slider-part #crafts-wrapper-remove {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width:767px) {

	.community-slide-main .community-slide-box .content-sec .disc-sec .after-selected-sec p,
	.community-slide-main .community-slide-box .content-sec .disc-sec .s-commun-logo p {
		font-size: 16px;
		line-height: 22px;
		width: 300px
	}

	.community-slide-main .community-slide-box .s-commun-logo {
		width: 160px
	}

	.community-slide-main .community-slide-box .after-disc {
		width: 270px;
		margin: 0 auto
	}

	.news-events {
		background: url(../images/news-events-bg-mobile.html) center top no-repeat
	}

	.news-box .news-link .p-date,
	.news-box h5 {
		font-size: 14px
	}

	.news-box .news-link .news-image-sec {
		margin-bottom: 35px
	}

	.news-box .news-link h4 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 20px
	}

	.news-box {
		margin-bottom: 30px
	}

	.craftsman-banner.inner-main-banner .title-disc h2 {
		font-size: 37px;
		line-height: 43px;
		margin-bottom: 32px
	}
}

@media (max-width:389px) {
	.craftsman-banner.inner-main-banner .title-disc h2 {
		font-size: 31px;
		line-height: 38px
	}
}

.crafts-slide-box img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (min-width:1024px) {
	.crafts-slide-box .ipad-above {
		display: block
	}

	.crafts-slide-box .ipad-down {
		display: none
	}
}

.crafts-slide-box .crafts-box-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 100px
}

@media (max-width:1600px) {
	.news-events-details p {
		margin-bottom: 25px
	}

	.news-events-details .similar-section {
		background-size: 500px 814px;
		padding: 80px 0;
		margin-top: -15px
	}

	.news-events-details .detail-image {
		margin-bottom: 40px
	}

	.crafts-slide-box .crafts-box-content {
		padding: 50px
	}
}

.crafts-slide-box .crafts-box-content .crafts-box-disc {
	max-width: 1190px
}

.crafts-slide-box .crafts-box-content .crafts-box-disc h2 {
	color: #fff;
	font-size: 64px;
	line-height: 75px;
	-webkit-animation: 1s ease-in both fadeIn;
	animation: 1s ease-in both fadeIn
}

@media (min-width:1601px) and (max-width:1799px) {
	.desktop-header .container {
		max-width: 1400px
	}

	.crafts-slide-box .crafts-box-content .crafts-box-disc h2 {
		font-size: 55px
	}

	.crafts-slide-box .crafts-box-content .crafts-box-disc p {
		width: 80%
	}
}

@media (min-width:1280px) and (max-width:1600px) {
	.news-events-details .publish-date-title {
		padding-bottom: 15px
	}

	.news-events-details .publish-date-title span {
		font-size: 16px
	}

	.news-events-details .publish-date-title .devider {
		margin: 0 14px
	}

	.crafts-slide-box .crafts-box-content .crafts-box-disc h2 {
		font-size: 44px;
		line-height: 55px
	}
}

@media (max-width:1280.98px) {
	.privacy-section {
		padding: 80px 0
	}

	.privacy-section h2 {
		font-size: 35px;
		line-height: 41px
	}

	.privacy-section h3 {
		font-size: 20px;
		line-height: 23px
	}

	.privacy-section h4 {
		font-size: 14px;
		line-height: 24px
	}

	.news-events .resp-tabs-list li {
		font-size: 15px
	}

	.crafts-slide-box .crafts-box-content .crafts-box-disc h2 {
		font-size: 34px;
		line-height: 45px
	}
}

.crafts-slide-box .crafts-box-content .crafts-box-disc p {
	color: #fff;
	-webkit-animation: 1s ease-in both fadeIn;
	animation: 1s ease-in both fadeIn
}

.crafts-slide-box .crafts-box-content .crafts-box-disc span.place {
	color: #fff;
	font-family: Montserrat-Regular;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 60px;
	display: block
}

@media (max-width:1023px) {
	.crafts-slide-box .ipad-above {
		display: none
	}

	.crafts-slide-box .ipad-down {
		display: block
	}

	.crafts-slide-box .crafts-box-content {
		height: 100%;
		padding: 40px 20px
	}

	.slider-part,
	.slider-part .crafts-slide-box {
		height: auto
	}
}

@media (min-width:1024px) {
	.slider-part {
		height: 100vh;
		overflow: hidden
	}
}

.slider-part .craft-slider {
	height: 100vh;
	position: relative
}

.slider-part .swiper-pagination-vertical.swiper-pagination-bullets,
.slider-part .swiper-vertical>.swiper-pagination-bullets {
	right: auto;
	left: 10px
}

.slider-part .craft-scroll-button {
	background: url(../images/craft-arrow.svg) center center no-repeat;
	width: 108px;
	height: 108px;
	right: 230px;
	left: auto;
	top: auto;
	bottom: 160px;
	position: absolute;
	z-index: 1
}

.slider-part .craft-scroll-button i {
	color: #fff;
	font-style: normal;
	font-size: 20px;
	line-height: 29px;
	position: absolute;
	left: -21px;
	width: 176px;
	bottom: 25px;
	text-transform: uppercase;
	font-family: Montserrat-Medium;
	font-weight: 500
}

.slider-part .craft-slide-remove,
.slider-part .crafts-wrapper-remove {
	height: auto !important
}

.craftmanshippage .desktop-header.sticky {
	visibility: hidden
}

.grey-with-border,
.inner-main-banner .banner-button-block .arrow-btn.grey-with-border {
	padding: 20px 22px;
	color: #a8a8a8;
	letter-spacing: 1.6px;
	border-color: #a8a8a8;
	background: 0 0
}

.grey-with-border:hover,
.inner-main-banner .banner-button-block .arrow-btn.grey-with-border:hover,
.partner-section-3 .icon-box-holder:hover h6 {
	color: #ffff
}

.partner-center .banner {
	padding-bottom: 0;
	background: #000
}

@media (max-width:1025px) {

	.footer-form-area p,
	.partner-center .inner-main-banner .title-disc {
		max-width: 100%
	}

	.bottom-footer .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.bottom-footer .row div {
		width: 100%;
		text-align: center !important;
		margin-top: 10px
	}

	.about .inner-main-banner #myButton,
	.community-banner #myButton,
	.inner-main-banner #myButton {
		display: none
	}

	.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn.active,
	.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn:hover {
		background: #2c2c2c !important
	}

	.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn.active:hover span,
	.commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn:hover:hover span {
		color: #fff !important
	}

	.partner-center .banner {
		margin-top: -217px
	}
}

@media (max-width:992px) {
	.slider-part .craft-scroll-button {
		display: none
	}

	.partner-center .banner {
		margin-top: -166px
	}

	.partner-center .banner .banner-content {
		padding-left: 21px;
		padding-right: 21px
	}

	.partner-center .banner h2 {
		line-height: 45px;
		margin-bottom: 27px
	}

	.partner-center .inner-main-banner .title-disc {
		padding-top: 120px
	}
}

@media (min-width:768px) and (max-width:1200px) {
	.comm-amentis .owl-carousel .owl-nav button.owl-next {
		right: -80px
	}

	.partner-center .inner-main-banner .banner-button-block .grey-with-border {
		padding: 0 11px;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 12px
	}
}

.inner-main-banner .banner-button-block .arrow-btn {
	display: block;
	margin: 0 2px;
	font-weight: 500
}

.partner-sections {
	padding-top: 110px;
	position: relative;
	overflow: hidden
}

.partner-sections .bg-pattern-line {
	display: none;
	position: absolute;
	right: 17%;
	top: 167px;
	z-index: 1
}

.partner-sections .pc-section-1 h4 {
	font-family: TenorSans-Regular;
	font-weight: 400;
	color: #000;
	margin-bottom: 60px;
	font-size: 35px
}

.partner-sections .pc-section-1 p {
	font-weight: 400;
	color: #030303;
	line-height: 27px
}

@media (min-width:1800px) {
	.community-slide-main .community-slide-box.selected .content-sec h5 {
		max-width: none;
		width: 400px
	}

	.news-events.common-space {
		padding-bottom: 90px
	}

	.inner-main-banner.partner-banner .title-disc {
		padding-top: 263px
	}

	.inner-main-banner.partner-banner .title-disc h2 {
		padding-bottom: 92px
	}

	.inner-main-banner.partner-banner #myButton {
		bottom: 10%
	}

	.partner-center .banner-content .container,
	.partner-center .partner-section-2 .container,
	.partner-center .partner-section-3 .container,
	.partner-center .partner-section-4 .container,
	.partner-center .partner-sections .container {
		max-width: 1460px
	}

	.inner-main-banner .banner-button-block .arrow-btn {
		font-size: 18px;
		margin: 0 10px
	}

	.partner-sections .pc-section-1 h4 {
		line-height: 67px;
		font-size: 47px
	}

	.partner-sections .pc-section-1 p {
		line-height: 35px
	}

	.partner-sections .pc-section-2 .anchor-blocks .anchor-blocks-row {
		margin-left: 10px;
		margin-right: 10px
	}
}

.partner-sections .pc-section-1 .grey-box-center {
	background-color: #2c2c2c;
	padding: 80px;
	margin-top: 80px;
	margin-bottom: 140px;
	z-index: 2;
	position: relative
}

.partner-sections .pc-section-1 .grey-box-center .white-clr-head {
	color: #ffff;
	margin-bottom: 30px
}

.partner-sections .pc-section-1 .grey-box-center p {
	color: #ffff;
	margin-bottom: 0
}

.partner-sections .pc-section-2 {
	background-color: #ebebeb;
	padding: 100px 0;
	position: relative;
	z-index: 2
}

.partner-sections .pc-section-2 .container,
.partner-sections .pc-section-2 img,
.pc-section-2 .container {
	position: relative;
	z-index: 2
}

@media (max-width:992px) {
	.partner-sections {
		padding-top: 70px
	}

	.partner-sections .bg-pattern-line {
		right: -66%;
		top: 242px
	}

	.partner-sections .pc-section-1 {
		text-align: left
	}

	.partner-sections .pc-section-1 h4 {
		font-size: 30px;
		margin-bottom: 28px
	}

	.partner-sections .pc-section-1 .grey-box-center {
		margin-top: 40px;
		text-align: center;
		padding: 60px;
		margin-bottom: 0;
		width: auto
	}

	.partner-sections .pc-section-2 {
		background: 0 0;
		padding-bottom: 50px
	}
}

.partner-sections .pc-section-2 .section-title {
	text-align: center;
	margin-bottom: 70px
}

.partner-sections .pc-section-2 .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.partner-sections .pc-section-2 .anchor-blocks {
	padding-left: 40px
}

.partner-sections .pc-section-2 .anchor-blocks a {
	display: block;
	padding: 17px 42px;
	color: #000;
	font-family: Montserrat-Medium;
	font-weight: 500;
	text-align: center;
	border: 1px solid #000;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px
}

.partner-sections .pc-section-2 .anchor-blocks a:hover {
	background-color: #2c2c2c;
	color: #ffff
}

@media (max-width:1600px) {
	.crafts-slide-box .crafts-box-content .crafts-box-disc {
		max-width: 900px
	}

	.crafts-slide-box .crafts-box-content .crafts-box-disc span.place {
		font-weight: 400;
		font-size: 14px;
		margin-bottom: 30px
	}

	.inner-main-banner .banner-button-block .grey-with-border {
		padding: 20px 11px
	}

	.partner-sections .pc-section-2 .anchor-blocks a {
		font-size: 14px;
		line-height: 18px;
		padding: 12px 35px;
		margin-bottom: 20px
	}
}

@media (min-width:768px) and (max-width:1200px) {
	.partner-sections .pc-section-2 .anchor-blocks a {
		font-size: 12px;
		padding: 10px
	}
}

body .partner-section-2 {
	padding: 100px 0
}

.partner-section-3 .section-title,
body .partner-section-2 .section-title {
	text-align: center;
	margin-bottom: 80px
}

@media (min-width:1200px) {
	.news-events-details .img-left {
		margin-right: 100px
	}

	.news-events-details .news-detail-col-sec {
		margin-bottom: 100px
	}

	.news-events-details .news-detail-col-sec .detail-col-left {
		padding-right: 100px
	}

	.news-events-details .detail-col-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end
	}

	.craft-slide-remove h2,
	.craft-slide-remove p,
	.craft-slide-remove span {
		display: none
	}

	.craft-slide-remove.swiper-slide-active h2,
	.craft-slide-remove.swiper-slide-active p,
	.craft-slide-remove.swiper-slide-active span {
		display: block
	}

	.inner-main-banner .title-disc.max-100 {
		max-width: 100%
	}

	body .partner-section-2 .pl-1 {
		padding-left: 20px
	}

	body .partner-section-2 .pr-1 {
		padding-right: 20px
	}
}

body .partner-section-2 .library-box {
	position: relative;
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in
}

body .partner-section-2 .library-box:before {
	content: "";
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .54)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .54));
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

body .partner-section-2 .library-box .box-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: auto;
	text-align: center
}

body .partner-section-2 .library-box .box-title h5 {
	font-size: 20px;
	font-family: TenorSans-Regular;
	font-weight: 400;
	color: #ffff
}

body .partner-section-2 .library-box img {
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover
}

body .partner-section-2 .library-box a {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 99;
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in
}

body .partner-section-2 .library-box:hover {
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in
}

body .partner-section-2 .library-box:hover:before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000)
}

body .partner-section-2 .grey-box-with-row {
	margin-top: 30px;
	margin-left: -30px;
	margin-right: -30px
}

body .partner-section-2 .grey-box-with-img-main {
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px
}

body .partner-section-2 .grey-box-with-img {
	background-color: #f5f5f5;
	text-align: center;
	height: 100%;
	min-height: auto;
	margin-top: 0
}

body .partner-section-2 .grey-box-with-img a {
	padding: 40px 30px;
	display: block;
	height: 100%
}

body .partner-section-2 .grey-box-with-img a:hover {
	background: #bfbbbb
}

body .partner-section-2 .grey-box-with-img img {
	margin: auto auto 50px;
	min-height: 170px;
	max-width: 200px;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain
}

body .partner-section-2 .grey-box-with-img h5 {
	font-family: TenorSans-Regular;
	line-height: 29px;
	font-size: 20px;
	font-weight: 400;
	color: #000
}

@media (min-width:1800px) {
	.partner-sections .pc-section-2 .anchor-blocks .anchor-blocks-row .anchor-blocks-col {
		padding-left: 10px;
		padding-right: 10px
	}

	body .partner-section-2 .pl-1 {
		padding-left: 31px
	}

	body .partner-section-2 .pr-1 {
		padding-right: 31px
	}

	body .partner-section-2 .grey-box-with-img h5,
	body .partner-section-2 .library-box .box-title h5 {
		font-size: 25px
	}
}

.partner-section-3 {
	padding-top: 40px
}

.partner-section-3 hr {
	background: #cec9c9
}

@media (min-width:1800px) {
	.partner-section-3 {
		padding-top: 30px
	}

	.partner-section-3 .section-title {
		margin-bottom: 110px
	}
}

.partner-section-3 .icon-box-holder {
	text-align: center;
	padding: 60px 50px;
	border: 1px solid #cec9c9;
	max-height: 300px;
	min-height: 300px;
	position: relative;
	margin-bottom: 34px
}

@media (min-width:1280px) and (max-width:1600px) {
	.slider-part .craft-scroll-button {
		width: 78px;
		height: 78px;
		background-size: cover
	}

	.slider-part .craft-scroll-button i {
		left: -15px;
		width: 116px;
		bottom: 13px;
		font-size: 14px
	}

	.inner-main-banner.partner-banner .title-disc {
		padding-top: 180px
	}

	.inner-main-banner.partner-banner .title-disc h2 {
		padding-bottom: 42px;
		line-height: 60px
	}

	.grey-with-border,
	.inner-main-banner .banner-button-block .arrow-btn.grey-with-border {
		padding: 15px 22px
	}

	.partner-sections .bg-pattern-line img {
		width: 600px
	}

	.partner-sections .pc-section-2 .anchor-blocks .anchor-blocks-row {
		margin-left: 8px;
		margin-right: 8px
	}

	.partner-sections .pc-section-2 .anchor-blocks .anchor-blocks-row .anchor-blocks-col {
		padding-left: 8px;
		padding-right: 8px
	}

	body .partner-section-2 .grey-box-with-row {
		margin-top: 20px;
		margin-left: -20px;
		margin-right: -20px
	}

	body .partner-section-2 .grey-box-with-img-main {
		margin-top: 20px;
		padding-left: 20px;
		padding-right: 20px
	}

	.partner-section-3 .icon-box-holder {
		margin-bottom: 24px
	}
}

.partner-section-3 .icon-box-holder a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

@media (min-width:1800px) {
	.partner-section-3 .icon-box-holder {
		max-height: 370px;
		min-height: 370px;
		padding: 84px 50px
	}
}

@media (min-width:768px) and (max-width:1200px) {
	.partner-section-3 .icon-box-holder {
		min-height: 180px;
		padding: 15px
	}
}

.partner-section-3 .icon-box-holder img {
	margin: auto auto 40px
}

@media (max-width:767px) {
	.partner-center .banner {
		margin-top: -65px
	}

	.partner-center .banner .inner-banner img {
		opacity: 1
	}

	.partner-center .inner-main-banner .banner-button-block .grey-with-border {
		margin: 0 53px 24px;
		font-size: 14px;
		padding: 15px
	}

	.partner-sections .pc-section-1 p {
		font-size: 16px;
		line-height: 22px
	}

	.partner-sections .pc-section-1 .grey-box-center {
		text-align: center
	}

	.partner-sections .pc-section-2 {
		padding-bottom: 0
	}

	.partner-sections .pc-section-2 .section-title,
	.partner-sections .pc-section-2 img {
		margin-bottom: 30px
	}

	.partner-sections .pc-section-2 .anchor-blocks .col-6 {
		padding-left: 6.5px;
		padding-right: 6.5px
	}

	.partner-sections .pc-section-2 .anchor-blocks a {
		padding: 12px;
		margin-bottom: 13px
	}

	body .partner-section-2 {
		padding: 89px 0 60px
	}

	body .partner-section-2 .grey-box-with-img h5 {
		font-size: 18px
	}

	.partner-section-3 .section-title {
		margin-bottom: 60px
	}

	.partner-section-3 .icon-box-holder {
		max-height: none;
		min-height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 35px 37px;
		text-align: left
	}

	.partner-section-3 .icon-box-holder .img-div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
		margin-right: 30px
	}

	.partner-section-3 .icon-box-holder img {
		margin-bottom: 0
	}
}

.partner-section-3 .icon-box-holder h6 {
	margin-bottom: 0;
	font-family: TenorSans-Regular;
	font-size: 19px;
	line-height: 23px;
	color: #000
}

@media (min-width:1800px) {
	.partner-section-3 .icon-box-holder h6 {
		font-size: 25px;
		line-height: 29px
	}
}

@media (max-width:992px) {
	.partner-sections .pc-section-2 .anchor-blocks {
		padding-left: 0
	}

	body .partner-section-2 .section-title {
		margin-bottom: 40px
	}

	body .partner-section-2 .library-box {
		margin-bottom: 30px
	}

	body .partner-section-2 .grey-box-with-row {
		margin-top: 0;
		margin-left: -12px;
		margin-right: -12px
	}

	body .partner-section-2 .grey-box-with-img-main:first-child {
		margin-top: 0
	}

	body .partner-section-2 .grey-box-with-img-main {
		margin-top: 30px;
		padding-left: 12px;
		padding-right: 12px
	}

	.partner-section-3 hr {
		margin-top: 80px
	}

	.partner-section-3 .icon-box-holder h6 {
		font-size: 18px;
		line-height: 22px
	}
}

.partner-section-3 .icon-box-holder:hover {
	background-color: #000;
	-webkit-box-shadow: -4px 20px 44px -20px rgba(0, 0, 0, .63);
	box-shadow: -4px 20px 44px -20px rgba(0, 0, 0, .63)
}

.partner-section-4 {
	padding-top: 90px
}

.partner-section-4 .section-title {
	text-align: center;
	margin-bottom: 60px
}

.partner-section-4 p {
	color: #030303;
	font-size: 14px
}

.partner-section-4 hr {
	border-color: #cec9c9
}

.partner-section-4 ul li {
	padding-left: 40px;
	position: relative;
	margin-bottom: 60px
}

@media (min-width:1800px) {
	.partner-section-4 {
		padding-top: 132px
	}

	.partner-section-4 .section-title {
		margin-bottom: 94px
	}

	.partner-section-4 p {
		font-size: 18px
	}

	.partner-section-4 ul li {
		margin-bottom: 80px
	}
}

.partner-section-4 ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	background-color: #c9a485;
	border-radius: 50%
}

@media (min-width:1280px) and (max-width:1600px) {
	.partner-section-4 ul li:before {
		top: 8px
	}
}

.icon-box-holder-row {
	margin-left: -17px;
	margin-right: -17px
}

.icon-box-holder-row .icon-box-holder-main {
	padding-left: 17px;
	padding-right: 17px
}

@media (max-width:1600px) {
	.icon-box-holder-row {
		margin-left: -12px;
		margin-right: -12px
	}

	.icon-box-holder-row .icon-box-holder-main {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media (min-width:768px) and (max-width:1200px) {
	.partner-section-3 .icon-box-holder {
		padding: 33px 28px;
		min-height: auto;
		height: 100%
	}

	.partner-section-3 .icon-box-holder h6 {
		font-size: 12px
	}

	.icon-box-holder-row .icon-box-holder-main {
		margin-bottom: 24px
	}
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px
}

.incorrect-logo h3 {
	padding-top: 35px;
	line-height: 32px;
	font-size: 27px
}

.incorrect-logo .row .image {
	margin-bottom: 31px !important
}

.footer-form-row .radiobuttonlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left
}

.footer-form-row .radiobuttonlist label {
	display: inline-block;
	margin-right: 32px;
	padding-left: 2%
}

.footer-form-row .iti__country-list {
	z-index: 999 !important
}

.footer-form-row .footer-enquiry-form .select-wrapper select {
	line-height: 33px !important
}

#enquiryModal [type=radio]:checked,
#enquiryModal [type=radio]:not(:checked),
.footer-form-row [type=radio]:checked,
.footer-form-row [type=radio]:not(:checked),
.project-radio [type=radio]:checked,
.project-radio [type=radio]:not(:checked) {
	position: absolute;
	left: -9999px
}

#enquiryModal [type=radio]:checked+label,
#enquiryModal [type=radio]:not(:checked)+label,
.footer-form-row [type=radio]:checked+label,
.footer-form-row [type=radio]:not(:checked)+label,
.project-radio [type=radio]:checked+label,
.project-radio [type=radio]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666
}

#enquiryModal [type=radio]:checked+label:before,
#enquiryModal [type=radio]:not(:checked)+label:before,
.footer-form-row [type=radio]:checked+label:before,
.footer-form-row [type=radio]:not(:checked)+label:before,
.project-radio [type=radio]:checked+label:before,
.project-radio [type=radio]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 1px;
	top: 1px;
	width: 18px;
	height: 18px;
	border: 1px solid #666;
	border-radius: 100%;
	background: #fff
}

#enquiryModal [type=radio]:checked+label:after,
#enquiryModal [type=radio]:not(:checked)+label:after,
.footer-form-row [type=radio]:checked+label:after,
.footer-form-row [type=radio]:not(:checked)+label:after,
.project-radio [type=radio]:checked+label:after,
.project-radio [type=radio]:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #000;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: .2s;
	transition: .2s
}

#enquiryModal [type=radio]:not(:checked)+label:after,
.footer-form-row [type=radio]:not(:checked)+label:after,
.project-radio [type=radio]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}

#enquiryModal [type=radio]:checked+label:after,
.footer-form-row [type=radio]:checked+label:after,
.project-radio [type=radio]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

#enquiryModal .radiobuttonlist {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding-top: 11px
}

#enquiryModal .radiobuttonlist label {
	margin: 0 8px
}

.list-items-prj .table-dark {
	--bs-table-bg: none;
	border: transparent;
	color: #000;
	padding-top: 3%;
	display: inline-block
}

.list-items-prj th {
	font: 20px/24px Montserrat;
	letter-spacing: 0;
	color: #101114;
	padding-left: 0
}

.form-section-propery h2,
.left-property h2 {
	letter-spacing: 0;
	color: #101114;
	font-family: TenorSans-Regular
}

.list-items-prj th td {
	font-size: 16px;
	padding-left: 0 !important
}

.left-property h2 {
	font-size: 27px;
	text-transform: uppercase;
	padding-top: 33px;
	line-height: 44px
}

.propertyTalk {
	padding: 6% 0 0
}

.form-section-propery {
	padding-left: 8%
}

.form-section-propery h2 {
	font-size: 57px
}

.form-section-propery p {
	font-size: 17px;
	font-family: Montserrat-Light;
	color: #030303;
	padding: 20px 0;
	line-height: 21px
}

.form-property .form-control {
	border: 1px solid #888e91;
	border-radius: 0;
	padding: 14px 5%;
	font-size: 14px;
	color: #6d6d6d
}

@media (max-width:680px) {
	body .apartments-listing.listing-page .banner {
		margin-top: -239px !important
	}

	body .mission-vision .mission,
	body .mission-vision .vision {
		min-height: auto !important;
		margin-top: 30px !important
	}

	body .banner-content .signature-banner {
		padding-top: 3% !important
	}

	.comm-details-sec .comm-detais h2 {
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 7px
	}

	.comm-details-sec .comm-detais p {
		font-size: 14px;
		line-height: 16px
	}

	.left-property img {
		width: 100%
	}

	.form-section-propery h2 {
		padding-top: 32px;
		font-size: 44px;
		line-height: 54px
	}

	.form-section-propery p {
		line-height: 30px
	}

	.form-property .form-control {
		margin-bottom: 14px !important
	}

	.form-property .select-wrapper {
		margin-top: 20px
	}
}

.form-property .select-wrapper:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 7px;
	background: url(../images/drop-arrow.svg) 0 0/14px 7px no-repeat;
	top: -15px;
	right: 19px;
	bottom: 0;
	margin: auto;
	z-index: 0
}

.project-radio .radiobuttonlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 2%;
	padding-top: 2%
}

.project-radio label.radio-label {
	margin: 0 10px
}

.bath-rm,
.bed-rm,
.park {
	padding-left: 0 !important;
	font-size: 20px
}

.bed-rm:before {
	background: url(../images/bed-rooms.svg) 0 0/cover no-repeat;
	width: 42px;
	height: 30px;
	content: "";
	display: inline-block;
	position: relative;
	left: 1px;
	margin-right: 23px;
	top: 4px
}

.bath-rm:before,
.park:before {
	width: 34px;
	height: 33px;
	content: "";
	left: 0;
	display: inline-block;
	position: relative
}

.bath-rm:before {
	background: url(../images/bathroom.svg) no-repeat;
	margin-right: 28px;
	top: 8px
}

.park:before {
	background: url(../images/parking.svg) no-repeat;
	margin-right: 29px;
	top: 3px
}

th.numver-project {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	padding-left: 36px
}

.footer-menu-4 li:nth-child(3) a,
.footer-menu-4 li:nth-child(4) a,
.footer-menu-5 a {
	font-weight: 800;
	text-transform: uppercase
}

@media (max-width:1200px) {
	.list-items-prj th {
		font-size: 16px
	}

	th.numver-project {
		font-size: 14px;
		padding-left: 10px;
		position: relative
	}

	.custom-checkbox {
		padding-left: 8%
	}
}

@media (max-width:992px) {
	.partner-section-4 {
		padding-top: 90px
	}

	.partner-section-4 .section-title {
		margin-bottom: 45px
	}

	.partner-section-4 ul li {
		padding-left: 25px;
		margin-bottom: 50px
	}

	.partner-section-4 ul li:before {
		top: 11px
	}

	.form-section-propery {
		padding-left: 0
	}

	.form-property .form-control {
		margin-bottom: 0
	}

	th.numver-project {
		padding-left: 68px;
		position: static
	}

	.left-property img {
		width: 100%
	}
}

td.numers-prj {
	padding-left: 32px
}

@media only screen and (max-width:375px) {
	.bed-rm:before {
		width: 39px;
		height: 27px;
		margin-right: 17px
	}

	.bath-rm:before {
		margin-right: 22px
	}

	.park:before {
		margin-right: 23px
	}

	th.numver-project {
		padding-left: 0;
		position: relative
	}

	td.numers-prj {
		padding-left: 58px
	}

	.footer-form-area h4 {
		text-align: center;
		padding-bottom: 18px
	}
}

.form-property .select-wrapper {
	position: relative;
	width: 100%;
	display: inline-block
}

.list-items-prj thead {
	padding-bottom: 15px;
	display: inline-block
}

.project-radio {
	padding-top: 38px;
	padding-bottom: 20px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
	padding-right: 5%
}

.pub-date {
	color: #fff;
	font-size: 14px
}

@media (max-width:992px) {
	.footer-enquiry-form .form-col.mail-to-regist {
		width: 100%
	}
}

.form-property .footer-enquiry-form .form-col {
	padding-right: 2% !important
}

.footer-enquiry-form .form-col {
	padding-right: 28px !important
}

.footer-menu-5 a {
	font-family: Montserrat-Bold;
	font-size: 14px
}

.footer-menu-5 li {
	margin-bottom: 7px
}

span.pub-title {
	font-size: 13px !important
}

.form-property.form-property .select-wrapper:after {
	top: 1px
}

#enquiryModal .form-pop .form-control,
.form-property .footer-enquiry-form .select-wrapper select {
	height: 51px
}

@media (max-width:575.98px) {
	.craftsman-banner.inner-main-banner .title-disc {
		padding-top: 208px
	}

	.partner-center .inner-main-banner .banner-button-block .grey-with-border {
		margin: 0 35px 24px
	}

	.form-section-propery {
		padding: 5%
	}

	.country-prp {
		margin-bottom: 24px
	}

	.footer-enquiry-form .form-col {
		padding-right: 0 !important
	}

	.footer-form-area .text-center {
		height: 145px
	}
}

body .footer-enquiry-form .form-col.formCheckBox {
	padding-right: 6px !important
}

.formPhone .iti--separate-dial-code .iti__selected-dial-code {
	margin-left: 6px;
	width: 85px;
	color: #fff;
	margin-right: 10px
}

.formPhone .iti--separate-dial-code .iti__selected-flag {
	width: 100px;
	margin-left: 15px
}

.form-col.formPhone input {
	padding-left: 38% !important
}

.floating-icons li a circle.connectTous {
	fill: #43cd66
}

.floating-icons svg {
	width: 45px;
	height: 52px
}

.footer-form-area .submit-bg {
	margin-top: 12px
}

.propertyTalk-cont .list-items-prj th {
	display: block;
	padding-left: 0 !important
}

.iti.iti--allow-dropdown {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 99
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text] {
	width: 70%;
	padding-left: 5% !important
}

.iti__flag-container {
	position: initial !important;
	width: 30%;
	height: 51px;
	border: 1px solid #888e91;
	margin-right: 5px
}

.footer-form-row .iti__flag-container {
	height: 55px
}

.home-filter .iti--separate-dial-code .iti__selected-flag {
	width: 85px;
	margin-left: 13px
}

.home-filter .iti__flag-container {
	width: 38%
}

.connectFootercr .footer-menu-5 {
	display: inline-block;
	width: 100%;
	background: 0 0;
	padding-top: 0
}

.mobile-wrapper .connectFootercr,
body .footer-form-area .section-title {
	margin-top: 0
}

@media only screen and (min-width:1920px) {
	.footer-form-row .iti__flag-container {
		height: 85px !important
	}

	.footer-enquiry-form .select-wrapper select {
		height: 85px
	}
}

@media only screen and (min-width:1920px) {
	.apartments-listing .banner .home-filter .select-wrapper .select {
		height: 69px !important;
		font-size: 14px;
		font-family: Montserrat-Medium;
		color: #6c757d;
		opacity: 1
	}

	.apartments-listing .home-filter .iti__flag-container {
		height: 69px;
		border: 1px solid #888e91
	}
}

.apartments-listing .select-styled {
	color: #6c757d;
	opacity: 1
}

@media only screen and (max-width:1919px) {
	.footer-form-row .iti__flag-container {
		height: 55px !important
	}

	.footer-enquiry-form .select-wrapper select {
		height: 55px
	}

	.apartments-listing .banner .home-filter .select-wrapper .select {
		height: 41px !important;
		padding: 0
	}

	.apartments-listing .home-filter .iti__flag-container {
		height: 42px;
		border: 1px solid #888e91
	}

	.form-property .footer-form-row .iti__flag-container {
		height: 51px !important
	}
}

.apartments-listing .home-filter .formPhone .iti--separate-dial-code .iti__selected-dial-code {
	color: #6c757d;
	opacity: 1;
	font-size: 14px
}

.apartments-listing .banner .home-filter .form-control {
	height: 42px
}

@media only screen and (min-width:1800px) {
	body .story h2 {
		margin-bottom: 4%
	}

	body .story .arrow-p {
		margin-bottom: 4%;
		padding-left: 49%
	}

	body.apartments-listing .home-filter .iti__flag-container {
		height: 69px !important
	}

	body.apartments-listing .banner .home-filter .select-wrapper .select {
		height: 69px !important;
		padding: 22px 25px
	}

	.apartments-listing .banner .home-filter .form-control {
		height: 69px
	}
}

.apartments-listing .iti.iti--allow-dropdown {
	margin-bottom: 15px
}

@media (max-width:680px) {
	td.numers-prj {
		padding-left: 14%
	}

	.form-property .footer-enquiry-form .form-col {
		padding-right: 0 !important
	}

	.footer-menu-5 a {
		font-size: 16px
	}

	.form-property .iti-mobile .iti__country-list {
		width: 85% !important
	}

	footer .mobile-wrapper.connectFootercr {
		margin-top: 0
	}

	.flat-estates .info h1 {
		font-size: 40px
	}
}

.flat-estates .info h1 {
	color: #000;
	text-transform: uppercase;
	width: 75%;
	margin: 8% auto 3%;
	text-align: center
}

@media only screen and (min-width:768px) {
	.iti__flag {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px
	}
}

.apartments-listing .home-filter .iti__flag-container {
	width: 45%
}

.desktop-header.sticky .search-top,
.search-top {
	width: 23%;
	right: 3%
}

@media only screen and (max-width:400px) {
	.apartments-listing .banner .home-filter .select-wrapper .select {
		padding: 11px 14px !important
	}
}

.apartments-listing .banner .home-filter .field-validation-error {
	top: -10px;
	font-size: 12px;
	padding-bottom: 11px
}

@media only screen and (max-width:500px) and (min-width:420px) {
	.results .info-box .arrow-btn {
		min-width: 290px
	}

	.results .pl-0 .arrow-btn:nth-child(2) .arrow-icon {
		padding-right: 20%
	}
}

#enquiryModal .form-section .form-control {
	padding: 10px 18px;
	height: 51px
}

@media only screen and (max-width:1000px) and (min-width:320px) {
	.apartments-listing.listing-page .listing .listing-block .info {
		padding: 6% 0 8% 8%
	}

	.footer-form-area {
		padding-top: 0
	}

	.listing .pb-5 {
		padding-bottom: 0 !important
	}

	.communitydetailpage .comm-details-sec.inner-spacing {
		min-height: 649px;
		padding-bottom: 0
	}

	.communitydetailpage .community-discover-sec.inner-spacing {
		min-height: 674px;
		padding-bottom: 10px !important
	}

	.communitydetailpage .s-hart-map {
		padding-top: 14px
	}

	.apartments-listing.listing-page .listing .listing-block {
		margin-bottom: 350px
	}
}

@media only screen and (max-width:375px) {
	.form-property .footer-enquiry-form .select-wrapper select {
		height: 51px
	}

	.flat-estates .video-block .video-copy h3 {
		top: 150px
	}

	.flat-estates .video-block .video-copy {
		top: 45%
	}
}

.flat-estates .map {
	margin-bottom: 2%
}

.search-top {
	padding-bottom: 10px;
	position: absolute;
	top: 33%
}

@media only screen and (max-width:425px) {
	.search-trigger svg {
		right: 0;
		top: -4px
	}

	.mh-btns-left {
		z-index: 999
	}
}

.headerMenutwo {
	width: 41% !important;
	text-align: right;
	padding-right: 14%
}

.sprt {
	display: inline-block;
	width: 2px;
	height: 18px;
	background: #bebebe;
	position: relative;
	top: 8px;
	left: 60px
}

.arrow-opend,
.close-head,
.colse-opend {
	display: none;
	position: absolute
}

#Line_8,
#search circle#Ellipse_3 {
	stroke: #fff
}

.iti--separate-dial-code .iti__selected-flag {
	background: #fff !important
}

.search-top .search-li .search-form .form-control.active {
	position: relative;
	z-index: 999;
	padding: 10px
}

@media only screen and (max-width:432px) {
	.search-top .search-li .search-form .form-control.active {
		z-index: 0
	}
}

@media only screen and (max-width:600px) {
	.iti-mobile .iti--container {
		left: 0 !important;
		right: 30px;
		z-index: 1100
	}

	.search-top {
		right: 29px;
		top: 14%
	}

	.search-top .search-li .search-form form.active {
		background: #000
	}
}

.search-form .active .searchsubmit {
	display: inline-block;
	position: relative;
	padding: 7px
}

.desktop-header.sticky .headerMenutwo {
	padding-right: 12%
}

.apartments-listing .banner .home-filter .iti--separate-dial-code .iti__selected-flag {
	background: 0 0 !important
}

.flat-estates .amenities #amenities .owl-dots {
	margin: 50px auto 33px
}

.communitydetailpage .community-discover-sec.inner-spacing {
	padding-top: 0;
	padding-bottom: 0
}

.communitydetailpage .comm-amentis.inner-spacing {
	height: 100%;
	min-height: 0;
	padding: 5% 0
}

@media only screen and (max-width:16000px) {
	.v-slider-section {
		padding-bottom: 58px
	}
}

.footer-form-area .text-center,
.news-events.common-space {
	padding-bottom: 0 !important
}

@media only screen and (max-width:1600px) {
	.leader-banner #myButton {
		bottom: 22% !important
	}

	.philanthropy .slider .wrapper {
		padding-bottom: 0
	}
}

@media only screen and (min-width:1601px) {

	body .footer-enquiry-form .select-wrapper select,
	body .footer-form-row .iti__flag-container {
		height: 80px !important
	}

	.footer-form-area .text-center {
		height: 266px
	}

	.footer-form-area img {
		width: 134px
	}
}

.footer-form-area .text-center {
	height: auto;
	padding-top: 60px
}

.footer-form-area-row .umbraco-forms-form {
	padding: 0 0 10px
}

@media only screen and (min-width:992px) {
	body.about .inner-main-banner.craftsman-banner {
		margin-top: -99px !important
	}

	.search-top .search-li {
		width: 100%
	}

	.about .inner-main-banner,
	.banner,
	.community-banner,
	.inner-main-banner,
	.philanthropy .banner,
	body.legacy-page .slider__images {
		margin-top: -99px
	}

	.about .banner .desktop-banner img {
		height: 100vh
	}

	body .inner-spacing {
		height: auto;
		padding: 70px 0;
		margin-top: 0;
		margin-bottom: 0
	}
}

@media only screen and (max-width:1024px) and (min-width:768px) {
	.apartments-listing .inner-banner .tab-banner {
		overflow: hidden;
		height: 600px
	}
}

@media only screen and (max-width:1920px) {
	.apartments-listing .banner h2 {
		font-size: 50px;
		line-height: 60px;
		margin: 20px auto 0
	}
}

.search-top .active {
	top: 31%
}

.desktop-header.sticky #Line_8,
.desktop-header.sticky #search circle#Ellipse_3 {
	stroke: #000
}

.iti-mobile .iti--container {
	z-index: 9999
}

.quality {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.footer-enquiry-form input::-webkit-input-placeholder {
	color: #212529;
	font-weight: 300;
	font-family: Montserrat-Medium !important
}

.footer-enquiry-form input:-ms-input-placeholder {
	color: #212529;
	font-weight: 300;
	font-family: Montserrat-Medium !important
}

.footer-enquiry-form input::-ms-input-placeholder {
	color: #212529;
	font-weight: 300;
	font-family: Montserrat-Medium !important
}

.footer-enquiry-form input::placeholder {
	color: #212529;
	font-weight: 300;
	font-family: Montserrat-Medium !important
}

@media only screen and (min-width:1920px) {
	.form-property .footer-form-row .iti__flag-container {
		height: 51px !important
	}
}

td.bed-rm,
td.numers-prj {
	vertical-align: bottom
}

@media only screen and (max-width:990px) {
	.apartments-listing .home-filter form .select-wrapper {
		margin-top: 15px
	}
}

@media only screen and (max-width:420px) {
	.apartments-listing .banner h2 {
		font-size: 32px
	}

	.flat-estates .video-block .video-copy h3 {
		line-height: 70px !important;
		font-size: 34px !important
	}

	.flat-estates .video-block .video-copy {
		top: 45%
	}
}

body .umbraco-forms-form input.contourError,
body .umbraco-forms-form input.input-validation-error,
body .umbraco-forms-form select.input-validation-error,
body .umbraco-forms-form textarea.contourError {
	border-color: #ff1818
}

.close-head {
	color: #fff
}

.search-form form.active .close-head .show {
	display: inline-block;
	top: 52px;
	left: 103%
}

.iti__selected-dial-code {
	font-family: Montserrat-Medium;
	color: #6d6d6d !important
}

@media only screen and (min-width:1000px) {
	.home .home-filter .select-options {
		bottom: -100px
	}

	.home .banner.home-banner {
		overflow: visible
	}

	.home .banner .video-banner {
		overflow: hidden
	}

	.home .home-filter form .form-group:first-child .select-options {
		bottom: -149px
	}

	.home .home-filter .select-options:nth-child(3) {
		bottom: -207px
	}
}

@media only screen and (max-width:992px) {
	.legacy-block .section-title {
		margin-bottom: 68px !important;
		text-align: center !important
	}

	.about .banner.career-banner h2 {
		line-height: 59px
	}

	body.apartments-listing .banner .home-filter.on {
		padding-top: 30px
	}

	body.apartments-listing .home-filter form .select-wrapper {
		margin-top: 0
	}

	.form-col.formNationality {
		z-index: 100
	}

	body.communitydetailpage .community-discover-sec.inner-spacing {
		min-height: 570px
	}

	body.searchresults .banner {
		margin-top: -74px
	}

	body .home-filter form .form-group .btn-white {
		padding: 10px 24px
	}

	body .home-filter form .form-group {
		margin-bottom: 10px
	}

	body .home-banner,
	body .searchresults .banner {
		height: 650px
	}

	body .home-filter.on {
		height: 450px
	}

	body .banner-content.searchresults,
	body .home-banner .banner-content {
		padding-top: 390px
	}

	.search-top .search-li .search-form form.active {
		min-width: 80%;
		position: fixed;
		left: 10%;
		top: 50px
	}

	.mmenu-opening .text-end {
		display: none
	}

	.mobile-header {
		background: 0 0
	}

	.legacy-block {
		padding-bottom: 65px
	}

	.home .home-filter form .form-group:first-child .select-options {
		bottom: -133px
	}

	.black-strip-head .mobile-header {
		display: block !important;
		background: #000
	}

	.header-backbg .mobile-header {
		background: #000
	}

	.home-filter form .form-group:first-child {
		z-index: 4
	}

	.home-filter form .form-group:first-child .select-options {
		bottom: -80px
	}

	.home-filter form .form-group:nth-child(2) {
		z-index: 3
	}

	.home-filter form .form-group:nth-child(2) .select-options {
		bottom: -183px
	}

	.home-filter form .form-group:nth-child(3) {
		z-index: 2
	}

	.home-filter form .form-group:nth-child(3) .select-options {
		bottom: -93px
	}
}

@media only screen and (max-width:500px) {
	.flat-estates .video-block .video-copy {
		top: 41%
	}

	.sticky+.mmenu-page .mobile-header .mh-sticky.mh-pinned .search-trigger svg {
		top: 12px
	}
}

.listing h3 a {
	color: #212529
}

.close-head.show {
	display: inline-block;
	top: 80px;
	right: -15px;
	color: #fff
}

.close-head.show:hover {
	color: #ff1212
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
	font-family: Montserrat-Medium
}

.career-section {
	padding-bottom: 18px !important
}

.arrow-opend {
	width: 20px;
	height: 20px;
	right: 6px;
	z-index: 999
}

.colse-opend {
	width: 20px
}

.opend-serch.iconserch .colse-opend {
	display: inline-block;
	right: -4px
}

@media only screen and (max-width:575px) {
	.footer-form-area .text-center {
		padding-top: 0;
		padding-bottom: 34px
	}

	.legancy-award {
		padding-top: 42px
	}

	.close-head.show {
		top: 93px
	}

	.flat-estates .info h1 {
		width: 100%;
		font-size: 30px;
		line-height: 42px
	}

	.flat-estates .amenities h2 {
		margin: 64px 0 8%
	}

	.mh-unpinned .mob .search-form {
		top: 49px
	}

	.flat-estates .video-block .video-copy h3 {
		top: 128px
	}

	.flat-estates .video-block .video-copy span {
		font-size: 17px
	}

	.apartments-listing.listing-page .listing .listing-block .info p {
		padding-right: 6px
	}
}

.search-form button {
	border: 0;
	margin-top: -14px;
	background: 0 0
}

.desktop-header.sticky .search-top .search-li .search-form form.active,
.home header .search-top .search-li .search-form form.active {
	margin-top: 31px
}

.desktop-header.sticky .opend-serch.iconserch .colse-opend {
	fill: #000
}

.desktop-header.sticky .arrow-opend {
	top: 9px;
	right: 22px;
	fill: #000
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
	-webkit-transition: background-color 9999s ease-in-out;
	transition: background-color 9999s ease-in-out
}

.desktop-header.sticky .opend-serch.iconserch .colse-opend path {
	fill: #000 !important
}

@media only screen and (max-width:1000px) {
	.search-top .search-li .search-form .form-control.active {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background: #000
	}

	.search-form .active .searchsubmit {
		-webkit-backdrop-filter: none;
		backdrop-filter: none
	}

	.story .values {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-transform: none !important;
		transform: none !important
	}

	.top-header-media .mobile-header {
		background: #000
	}
}

.desktop-header.sticky .search-top .active {
	top: 46%
}

.desktop-header .search-top .search-li .search-form form.active {
	margin-top: 46px
}

@media only screen and (max-width:900px) {
	.home-filter.on {
		height: 390px
	}
}

@media only screen and (max-width:1200px) {
	.contact-us-page .banner {
		margin-top: -93px !important
	}

	.home-filter {
		margin-top: 65px !important
	}

	header .menu-row .book-btn {
		max-width: 100px !important
	}

	.new-header .logo {
		margin-left: 3% !important;
		margin-right: 3% !important
	}

	.about .story .values {
		height: auto;
		padding-top: 31px;
		margin-bottom: 0 !important
	}

	.about .story .values h3 {
		margin-bottom: 12px !important
	}

	.about .story .values h3 span {
		padding-left: 11px;
		line-height: 14px
	}

	.about .story .values h3 span p {
		width: 100%
	}

	.about .my-paroller-2 .space {
		padding-bottom: 29px
	}

	.about .story {
		margin-bottom: 0;
		max-height: none
	}

	.story .space {
		border-right: 0
	}

	.story .space p {
		margin-top: 2%;
		width: 100%
	}
}

.header-backbg .desktop-header .search-top .search-li .search-form form.active {
	margin-top: 47px;
	background: #000
}

.searchresults .banner {
	overflow: visible
}

.apartments-listing .home-filter form .form-group:first-child .select-options,
.apartments-listing .home-filter form .form-group:nth-child(2) .select-options {
	bottom: -209px
}

.gsearchdesc li {
	list-style-type: none !important
}

@media only screen and (min-width:993px) {
	body.apartments-listing .home-filter .select-options {
		bottom: -197px
	}

	.search-top .search-li .search-form form.active {
		border-bottom: 1px solid #ffff;
		position: absolute;
		left: 0;
		right: auto;
		margin-top: 31px;
		width: 100%;
		min-width: auto
	}

	body .community-section .center-block .features .icon-box {
		min-width: 205px;
		padding-left: 15px !important;
		padding-right: 15px !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	body .community-section .center-block .features h5 {
		padding-right: 0 !important
	}

	body .community-section .center-block .features .feature-boxes-title.flex-grow-1 {
		-webkit-box-flex: initial !important;
		-ms-flex-positive: initial !important;
		flex-grow: initial !important
	}

	body .community-section .center-block .features .icon-box:after {
		left: 0 !important
	}

	body .community-section .center-block {
		padding: 60px 37px
	}
}

@media only screen and (min-width:1180px) {
	body .community-section .center-block .features .feature-boxes:nth-child(5).icon-box:after {
		display: none
	}
}

@media only screen and (min-width:993px) and (max-width:1179px) {
	body .community-section .center-block:hover {
		width: 88% !important
	}

	body .community-section .center-block:hover .img-wrap img {
		width: 200px !important;
		margin-bottom: 20px
	}
}

@media only screen and (max-width:768px) {
	.about .banner h2 {
		font-size: 33px;
		line-height: 4px;
		width: 100%
	}

	.about-baanner-m .banner-content {
		padding-top: 30% !important
	}

	.about .mission-vision {
		height: 100%;
		min-height: auto !important;
		max-height: 1800px !important
	}

	.about .mission-vision h4 {
		padding-top: 27%
	}

	body .footer-form-area .form-section {
		display: block
	}

	.v-slider-section .slide-main-item.signatur-items {
		margin-bottom: 27px
	}

	#gallery.img-wrapper img {
		height: 450px
	}

	body .footer-form-area .section-title.form-trigger {
		text-align: center;
		padding-bottom: 16px
	}

	.philanthropy .banner h2 {
		font-size: 29px !important;
		line-height: 36px !important
	}

	.philanthropy .banner p.copy {
		font-size: 15px !important;
		line-height: 20px !important
	}
}