@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

body {
	font-family: 'MontserratRegular';
	background-color: #fff;
	color: #000;
}

a,
input,
button,
textarea {
	outline: none !important;
}

figure {
	margin: 0;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: 18px;
	line-height: 30px;
	color: inherit;
}
p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	text-decoration: none;
	color: #7C8C7B;
}


ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	text-decoration: none;
	color: #7C8C7B;
}

h1 {
	font-size: 74px;
	line-height: 112px;
	font-weight: 600;
}

h2 {
	font-size: 74px;
	line-height: 88px;
	font-weight: 500;
}

h3 {
	font-size: 56px;
	line-height: 84px;
	font-weight: 600;
}

h4 {
	font-size: 48px;
	line-height: 72px;
	font-weight: 600;
}

h5 {
	font-size: 32px;
	line-height: 48px;
	font-weight: 500;
}

h6 {
	font-size: 21px;
	line-height: 40px;
	font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control:focus {
	box-shadow: none;
	border-color: transparent;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea
{
   resize: none;
}

/* buttons */

.btn {
	font-size: 14px;
	line-height: 18px;
	color: #7C8C7B;
	font-family: 'MontserratRegular';
	border: 1px solid #7C8C7B;
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 12px 61px;
	margin: 31px 0 0 0;
}

.btn:hover {
	background-color: #7C8C7B;
	color: #fff;
}


/* buttons */

.main-title {
	font-size: 56px;
	line-height: 65px;
	font-family: 'BelgianoSerif2';
	color: #fff;
}

.main-title * {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	font-weight: inherit;
	font-family: inherit;
}

.section-detail {
	font-size: 14px;
	line-height: 18px;
	font-family: 'MontserratRegular';
}

.section-detail * {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	font-weight: inherit;
	font-family: inherit;
}

.section-title {
	font-family: 'BelgianoSerif2';
	font-size: 36px;
	line-height: 45px;
}

.section-title * {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	font-weight: inherit;
	font-family: inherit;
}

.large-title {
	font-family: 'BelgianoSerif2';
	font-size: 60px;
	line-height: 60px;
	font-weight: normal;
	color: #738F6B;
}

.large-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.block-title {
	font-family: 'BelgianoSerif2';
	font-size: 48px;
	line-height: 57px;
	font-weight: normal;
	color: #738F6B;
}

.block-title * {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.small-title {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #666666;
}

.small-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.sub-title {
	font-size: 16px;
	line-height: 26px;
	color: #738F6B;
	padding: 3px 17px 1px;
	text-transform: uppercase;
	border: 1px solid #738F6B;
	display: inline-block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.sub-title * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.common-detail {
	font-size: 14px;
	line-height: 32px;
}

.common-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	padding: 30px 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

.header .navbar {
	padding: 0;
	position: relative;
}

.header .navbar-brand {
	padding: 0;
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
}

.header-btns {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
}

.header-btns .btn {
	margin: 0 7px 0 0;
	padding: 5px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.header-btns .btn:last-child {
	margin-right: 0;
}

.header-btns .btn span {
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 7px 0 0;
}

.header-btns .btn span svg {
	max-height: 100%;
}

.btn:hover span .cls-1 {
	fill: #fff;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

.banner-main {
	position: relative;
}

.banner-main .banner-wrp {
    position: absolute;
    bottom: 144px;
    right: 0;
    left: 0;
    text-align: center;
}

.residential-text {
	padding: 126px 0 113px;
}

.residential-text-main {
	max-width: 660px;
	margin: 0 auto;
}

.residential-text .section-detail {
	line-height: 37px;
}

.form-img img {
	box-shadow: 30px -30px #7C8C7B;
}

.section-title {
	color: #7C8C7B;
	text-transform: uppercase;
}

.right-form {
	padding: 0 0 0 30px;
}

.register-form {
	padding: 0 0 106px 0;
}

.right-form form {
	padding: 40px 0 0 0;
}

.black-line-animation {
	position: absolute;
	left: 0%;
	top: auto;
	right: auto;
	bottom: 0%;
	z-index: 3;
	width: 0%;
	height: 1px;
	background-color: #000;
	transition: all 600ms ease;
}

.black-line-animation.full {
	width: 100%;
}

/* .field_label.large {
    transform: translate(0px, 34px);
	padding-bottom: 6px !important;
} */

.field_label {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    transition: all 300ms ease;
    color: hsla(0, 0%, 40%, 0.6);
    font-size: 18px;
    line-height: 28.8px;
    font-weight: 400;
}

.form-control {
	font-family: 'MontserratRegular';
	font-size: 14px;
	line-height: 20px;
	color: #7C8C7B;
	border-bottom: 1px solid #ccc !important;
	border-color:transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding-left: 0 !important;
	text-transform: uppercase;
}

.form-label {
	font-family: 'MontserratRegular';
	font-size: 14px;
	line-height: 20px;
	color: #7C8C7B;
	text-transform: uppercase;
	padding-left: 0 !important;
}

.font-12 {
	font-size: 12px;
	color: #000 !important;
}

.form-control:focus {
	color: #7C8C7B;
}

.form-group {
	margin: 0 0 45px 0;
	position: relative;
}

.form-check {
	padding: 0;
	position: relative;
}

.form-check label{
	font-family: 'MontserratRegular';
	font-size: 12px;
	line-height: 18px;
	color: #7C8C7B;
	/* padding: 0 0 0 10px; */
}

.form-check input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	/* display: none; */
	opacity: 0;
	cursor: pointer;
}
  
.form-check label {
	position: relative;
	cursor: pointer;
	display: flex;
}
  
.form-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    width: 20px;
    height: 20px;
	margin-top: 4px;
}

.form-check input:checked + label:after,
.form-check input:checked + * + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    width: 5px;
    height: 12px;
    border: solid #7C8C7B;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	z-index: 9999;
}

.right-form form .row >*:nth-child(3) .form-group {
	margin: 20px 0 30px 0;
}

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/

/*========== New Page Add Start ==========*/
.new-banner-img {
	position: relative;
}

.new-banner-img::after {
	content: "";
	height: 300px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.22) 14%, rgba(255, 255, 255, 0.50) 32%, rgba(255, 255, 255, 0.71) 48%, rgba(255, 255, 255, 0.87) 62%, rgba(255, 255, 255, 0.96) 73%, #FFF 90%);
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.22) 14%, rgba(255, 255, 255, 0.50) 32%, rgba(255, 255, 255, 0.71) 48%, rgba(255, 255, 255, 0.87) 62%, rgba(255, 255, 255, 0.96) 73%, #FFF 90%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.22) 14%, rgba(255, 255, 255, 0.50) 32%, rgba(255, 255, 255, 0.71) 48%, rgba(255, 255, 255, 0.87) 62%, rgba(255, 255, 255, 0.96) 73%, #FFF 90%);
}

.new-banner-img img {
	width: 100%;
	height: 800px;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.banner-item .detail {
	padding: 37px 0;
}

.banner-item .detail p {
	font-size: 16px;
	line-height: 24px;
	color: #738F6B;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}

.bottom-line p {
	font-size: 12px;
	line-height: 30px;
	color: #738F6B;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.banner-slider .slick-dots {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 108px;
	cursor: pointer;
}

.banner-slider .slick-dots li {
	background-color: #E6E6E6;	
	height: 4px;
	width: 183px;
	list-style-type: none;
	margin: 0 19px 0 0;
}

.banner-slider .slick-dots li:last-child {
	margin-right: 0;
}

.banner-slider .slick-dots li.slick-active {
	background-color: #738F6B;	
}

.banner-slider .slick-dots li button {
	display: none;
}

.bottom-line {
	padding: 55px 0 0;
}

.new-banner-wrp {
    padding: 0 0 15px;
}

.live-in-nature-content {
	text-align: center;
	position: relative;
	z-index: 9;
	padding: 55px 40px 140px;
	border-radius: 22px 22px 0 0;
	-webkit-border-radius: 22px 22px 0 0;
	-moz-border-radius: 22px 22px 0 0;
	-ms-border-radius: 22px 22px 0 0;
	-o-border-radius: 22px 22px 0 0;
}

.live-in-nature-content .leaf-1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.live-in-nature-content .block-title {
	max-width: 500px;
	width: 100%;
	color: #fff;
	margin: 0 auto 36px;
}

.live-in-nature-content .common-detail {
	color: #fff;
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
}

.live-in-nature-content .common-detail p {
	margin: 0 0 32px;
}

.live-in-nature-content .common-detail p:last-child {
	margin-bottom: 0;
}

.live-in-nature-bottom {
	position: relative;
}

.sanctuary-wrp .live-in-nature-bottom::after {
	content: "";
	background-color: #738F6B;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	mix-blend-mode: multiply;
}

.leaf-2 {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.coutyard-homes-bottom {
	display: flex;
	justify-content: space-between;
	text-align: center;
	max-width: 477px;
	width: 100%;
	margin: 0 auto;
}


.coutyard-homes-icon {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 5px;
}

.coutyard-homes-icon img {
	max-height: 100%;
}

.coutyard-homes-rooms span {
	font-size: 28px;
	line-height: 21px;
	font-weight: 300;
	color: #738F6B;
	display: block;
	padding: 0 0 10px;
}

.coutyard-homes-rooms p {
	font-size: 10px;
	line-height: 14px;
	color: #738F6B;
	margin: 0;
	text-transform: uppercase;
}

.coutyard-homes-rooms {
	max-width: 25%;
	width: 100%;
	padding: 0 16px;
}

.coutyard-homes-img {
	margin: 0 0 47px;
}

.coutyard-homes-right .large-title {
	max-width: 300px;
	margin: 0 0 12px;
}

.coutyard-homes-right .common-detail {
	color: #808080;
	margin: 0 0 52px;
}

.built-area-block p {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #738F6B;
	margin: 0;
}

.built-area-block ul {
	padding: 0;
	margin: 0 -12px;
	display: flex;
	align-items: center;
}

.built-area-block ul li {
	font-size: 21px;
	line-height: 26px;
	color: #738F6B;
	list-style-type: none;
	position: relative;
	padding: 0 12px;
}

.built-area-block ul li::after {
	content: "";
	background-color: #738F6B;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 20px;
	margin: auto;
}

.built-area-block ul li:last-child::after {
	display: none;
}

.built-area-inner {
	padding: 0 0 10px;
	margin: 0 0 12px;
	border-bottom: 2px solid #BFBFBF;
}

.built-area-inner:last-child {
	margin-bottom: 0;
}

.coutyard-homes-right .sub-title {
	margin: 0 0 35px;
}

.coutyard-homes-wrp {
	padding: 50px 0 100px;
}

.main-img img {
	width: 100%;
}

.sanctuary-wrp .live-in-nature-content .block-title {
	max-width: 600px;
}

.sanctuary-wrp .live-in-nature-content .common-detail {
	max-width: 680px;
}

.sanctuary-wrp .live-in-nature-content {
	padding: 55px 40px 80px;
	border-radius: 0 0 22px 22px;
	-webkit-border-radius: 0 0 22px 22px;
	-moz-border-radius: 0 0 22px 22px;
	-ms-border-radius: 0 0 22px 22px;
	-o-border-radius: 0 0 22px 22px;
}

.live-in-nature-content .small-title {
	color: #fff;
	margin: 0 0 15px;
}

.experience-content {
	text-align: center;
	padding: 30px 85px;
}

.experience-content .small-title {
	color: #666666;
	margin: 0 0 12px;
}

.experience-content .block-title {
	max-width: 370px;
	width: 100%;
	margin: 0 auto 40px;
}

.experience-content .common-detail {
	color: #808080;
}

.experience-wrp {
	padding: 100px 0 50px;
}

.location-img {
	position: relative;
}

.map-markers {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.location-img img {
	width: 100%;
}

.location-title {
	text-align: center;
}

.location-title .small-title {
	margin: 0 0 23px;
}

.location-title .block-title {
	max-width: 560px;
	width: 100%;
	margin: 0 auto 35px;
}

.location-title .common-detail {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	color: #808080;
}

.location-top {
	padding: 0 0 57px;
}

.location-wrp {
	padding: 50px 0 100px;
}

.back-to-top {
	display: flex;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #738F6B;
}

.back-to-top:hover {
	opacity: 0.7;
}

.back-to-top span {
	display: block;
	padding: 8px 0 0 14px;
}

.back-to-top img {
	width: 36px;
}

.register-left {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 45px 0 0;
}

.register-img {
	width: 100%;
}

.developer-license-main p {
	font-size: 10px;
	line-height: 12px;
	color: #939598;
	margin: 0;
}

.developer-license-wrp {
	padding: 0 0 17px;
}

/* .register-form1  */
	
/*========== New Page Add End ==========*/

/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer-top {
	background-color: #F1F1F1;
}

.footer-top-wrp {
	padding: 35px 0 28px 60px;
}

.footer-logo {
	max-width: 100px;
	width: 100%;
}

.footer-left {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer-detail ul {
	margin: 0;
	padding: 0 0 0 60px;
	list-style-type: none;
}

.footer-detail ul li h4{
	font-size: 14px;
	line-height: 18px;
	font-family: 'MontserratBold';
	margin: 0;
	display: inline-block;
}

.footer-detail ul li a,
.footer-detail ul li h5{
	font-size: 14px;
	line-height: 18px;
	font-family: 'MontserratRegular';
	margin: 0;
	font-weight: initial;
}

.footer-detail ul li {
	color: #002447;
}

.footer-detail ul li span {
	font-size: 10px;
	line-height: 15px;
	font-family: 'MontserratRegular';
	margin: 0;
	padding: 0 0 0 5px;
}

.pl-2 {
	padding-left: 10px;
}

.footer-social ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-social ul li {
	margin: 0 28px 0 0;
}

.footer-social ul li a{
	border: 1px solid;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social ul li a svg {
	font-size: 25px;
}

.footer-social {
	display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: flex-end;
}

.footer-social ul li:last-child {
	margin: 0;
}

.footer-bottom {
	background-color: #002447;
	padding: 15px 0;
}

.footer-bottom-wrp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom-wrp .section-detail {
	color: #fff;
}

label.error {
	position: absolute;
    bottom: -22px !important;
    padding: 0 !important;
    line-height: 20px !important;
    height: auto !important;
    color: red !important;
    transform: none !important;
    top: auto !important;
    transition: none !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.alert {
	margin: 10px 0 0 0;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


label {
	display: block;
	margin: 0 0 10px 5px;
}
.js .input-wrap {
	position: relative;
	margin: 20px 0 35px;
}
.js .input-wrap label {
	color: #7C8C7B;
	position: absolute;
	top: 0.8em;
	transition: all 0.25s cubic-bezier(0.175,0.885,0.32,1.275);
	z-index: 1;
	font-size: 14px;
	pointer-events: none;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-webkit-transition: all 0.25s cubic-bezier(0.175,0.885,0.32,1.275);
	-moz-transition: all 0.25s cubic-bezier(0.175,0.885,0.32,1.275);
	-ms-transition: all 0.25s cubic-bezier(0.175,0.885,0.32,1.275);
	-o-transition: all 0.25s cubic-bezier(0.175,0.885,0.32,1.275);
}

.js .input-wrap input:focus ~ label, .js .input-wrap input.valid ~ label, .js .input-wrap textarea:focus ~ label, .js .input-wrap textarea.valid ~ label {
	color: #000;
	font-size: 12px;
	margin: 0;
	transform: translate3d(0,-2.2em,0);
	-webkit-transform: translate3d(0,-2.2em,0);
	-moz-transform: translate3d(0,-2.2em,0);
	-ms-transform: translate3d(0,-2.2em,0);
	-o-transform: translate3d(0,-2.2em,0);
}
input[type="email"], input[type="text"],input[type="number"] {
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
	background: #fff;
	padding: 12px 0 7px;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.input-wrap__field {
	transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.input-wrap__field.full {
	border-color: #000 !important;
}

.js .input-wrap .input-wrap__field:focus + * + .black-line-animation,
.js .input-wrap .input-wrap__field:focus + .black-line-animation {
	width: 100%;
}

label.error::before {
	display: none !important;
}