/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html {
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased
}

a,
abbr,
acronym,
address,
b,
bdo,
big,
blockquote,
body,
br,
button,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
iframe,
img,
ins,
kbd,
legend,
li,
map,
object,
ol,
p,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
	margin: 0;
	padding: 0;
	border: none
}

a,
input,
select,
textarea,
ul {
	outline: 0;
	margin: 0;
	padding: 0;
	text-decoration: none !important;
}

a {
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	transition: all 0.5s !important;
}

ul {
	list-style-type: none;
}

ul li {
	list-style-type: none;
}

button:focus {
	outline: none;
}
.btn-close:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

::-moz-selection {
	color: #ffffff;
	background: #0a2239;
}

::selection {
	color: #ffffff;
	background: #0a2239;
}

body {font-family: 'Red Hat Display', sans-serif; overflow-x: hidden; background-color: #F9F8F2; } 
h1 {font-size: 96px; line-height: 100px; color: #0B0A0A; font-weight: 700; } 
h2 {font-size: 70px; line-height: 72px; color: #0B0A0A; font-weight: 700; } 
h3 {font-size: 32px; line-height: 38px; color: #0B0A0A; font-weight: 500; } 
p {font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 25px; color: #0B0A0A; font-weight: 400; } 
.btn-primary {display: block; background-color: #80C832; color: #19240D; font-size: 18px; font-weight: 600; padding: 13px 33px; border-radius: 4px; border: 1px solid transparent; text-transform: capitalize; cursor: pointer; } 
.btn-primary:hover, .btn-primary:focus {border: 1px solid #19240D !important; background-color: transparent; color: #19240D; -webkit-box-shadow: none; box-shadow: none; } 
.btn-secondary {display: block; background-color: transparent; color: #19240D; font-size: 18px; font-weight: 600; padding: 13px 30px; border-radius: 4px; border: 1px solid #19240D; } 
.btn-secondary:hover, .btn-secondary:focus {background-color: #80C832; color: #19240D; border: 1px solid transparent; -webkit-box-shadow: none; box-shadow: none; }

/* header-css */
/* .header-wrap {background: linear-gradient(180deg, #000000 0%, #000000 17.76%, rgba(0, 0, 0, 0) 100%); padding: 30px 0 0 0; min-height: 344px; z-index: 2; position: relative; } 
*/ header .navbar-nav .nav-link {text-transform: capitalize; font-size: 18px; font-weight: 500; color: #FFF7D8 !important; padding: 0 10px !important; position: relative; margin: 0 18px; }
 header .nav-link::before {position: absolute; content: ""; -webkit-transition: 300ms; -o-transition: 300ms; transition: 300ms; background-color: #FEEC9E; height: 2px; left: 0; right: 0; } 
 header .nav-link-ltr:hover::before {width: 100%; } header .nav-link-ltr::before {width: 0%; bottom: 0; } 
 header .residences-btn a {display: block; padding: 10px 16px; background-color: #32481A; border-radius: 4px; color: #fff; font-size: 15px; font-weight: 500; } 
 header .residences-btn a:hover, header .residences-btn a:focus {background-color: #80C832; } 
 header .navbar-nav {-webkit-box-align: center;-ms-flex-align: center;align-items: center; } header .residences-btn a span {margin-right: 10px; } 
 header .drop-downmenu {position: absolute; top: 85px; opacity: 0; visibility: hidden; min-width: 230px; background-color: #fff; border-radius: 8px; padding: 5px 20px; border: 1px solid #E4E9EC; -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1); box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } 
 header .nav-item:hover .drop-downmenu {opacity: 1; visibility: visible; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; /* top: 50px; */ -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); } 
 header .drop-downmenu li a {font-size: 18px !important; font-weight: 600; color: #0B0A0A; } 
 header .drop-downmenu li {margin: 10px 0; } 
 header .drop-downmenu li a:hover, header .drop-downmenu li a:focus {color: #32481A !important; } 
 .darkHeader {position: fixed; top: 0; width: 100%; z-index: 9999999; -webkit-animation: smoothScroll 1s forwards; animation: smoothScroll 1s forwards; -webkit-transition: all 0.5s ease; -o-transition: position 10s; -o-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-box-shadow: 5.196px 3px 15px rgb(0 0 0 / 30%); box-shadow: 5.196px 3px 15px rgb(0 0 0 / 30%); left: 0; right: 0; background-color: #000000; padding: 10px 0; min-height: auto; }

@-webkit-keyframes smoothScroll {
	0% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes smoothScroll {
	0% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}


header .nav-item.drop-menu .nav-link-ltr::after {position: absolute; content: ''; width: 20px; height: 20px; background-image: url(../images/arrow-down.svg); right: -20px; top: 3px; background-size: 100%; } 
header .nav-item.drop-menu .nav-link::before {display: none; } header .nav-item.residences-btn {margin-left: 10px; } 
header .nav-item.drop-menu {padding-right: 25px; } header .nav-item.residences-btn {margin-left: 25px; } 
/* home-page-css */ .home-top-bg {background-size: cover; background-repeat: no-repeat; width: 100%; min-height: 1107px; } 
.home-top-bg p {font-size: 24px; line-height: 28px; color: #0B0A0A; font-weight: 500; margin-bottom: 40px; } 
.home-top-bg .banner-content {z-index: 1; padding-top: 300px; } 
.home-top-bg .banner-content .btn-group .btn-primary {margin-right: 25px; } 
.home-top-bg .overlay-wrap::before {position: absolute; content: ''; bottom: 0; width: 100%; left: 0; right: 0; top: 0; background: -webkit-gradient(linear, left bottom, left top, color-stop(22%, #FEF0B1), to(transparent)); background: -o-linear-gradient(bottom, #FEF0B1 22%, transparent 100%); background: linear-gradient(0deg, #FEF0B1 22%, transparent 100%); }

/* homepage-css */
.community-sec {background-color: #FDEFB1; padding: 0 0 180px 0; } 
.title-border::before {position: absolute; content: ''; left: -100%; height: 1px; background-color: #5D5D5C; width: 178%; bottom: -20px; } 
.where-you-live p {color: #FEF4C5; font-size: 24px; line-height: 28px; font-weight: 500; font-family: 'Red Hat Display', sans-serif; } 
.where-you-live {background-image: url(../images/community-bg.png); background-size: cover; background-repeat: no-repeat; width: 100%; min-height: 808px; } 
.where-you-live h3 {font-size: 60px; line-height: 110px; font-family: "adobe-handwriting-ernie", sans-serif; font-weight: 400; color: #FEF4C5; } 
.proud-sec {padding: 130px 0 0 0; } .h2-title-wrap {margin: 0 0 80px 0; border-bottom: 1px solid #5D5D5C; } 
.h2-title-wrap span::before {position: absolute; content: ''; left: 100%; height: 1px; background-color: #fff; width: 40000px; bottom: -1px; } 
.h2-title-wrap span {display: inline-block; padding-left: 52px; font-style: italic; font-size: 60px; font-family: "adobe-handwriting-ernie", sans-serif; font-weight: 400; font-style: normal; color: #648F35; } 
.bg-row-wrap {padding: 90px 0; min-height: 788px; 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; margin-bottom: 130px; } 
/* .bg-row-wrap:nth-of-type(even) {margin-right: 30px; } */ 
.bg-row-wrap::before {position: absolute; content: ''; left: -10px; width: 100%; max-width: calc(100% - 300px); height: 100%; top: 0; border-radius: 8px; } 
.bg-row-wrap.green-bg::before {background-color: #CBE1B3; }
 .bg-row-wrap.them-bg::before {background-color: #FEF4C5; } 
 .bg-row-wrap.sky-bg::before {background-color: #DAF1F8; } 
 .bg-row-wrap:nth-of-type(odd)::before {left: auto; right: -10px; } 
 .bg-row-wrap .btn-group {margin-top: 20px; } 
 .bg-row-wrap .img-wrap {position: relative; z-index: 1; } 
 .bg-row-wrap .r-content {margin-right: 40px; } 
 /* .bg-row-wrap:nth-of-type(odd)::before {left: 0; } */ 
 .bg-row-wrap:nth-of-type(odd) .r-content {margin-right: 0; margin-left: 100px; } 
 .bg-row-wrap h3 {margin-bottom: 20px; } 
 /* ready-to-start-css */ 
 .ready-to-start {min-height: 745px; background-repeat: no-repeat; background-size: cover; background-position: center; 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; } 
 .ready-to-start .btn-group .btn-primary {margin-right: 25px; } 
 .ready-to-start h2 {margin-bottom: 38px; } 
 /*footer-css */ 
 footer.footer-wrap {background-color: #121212; padding: 48px 0 0 0; } 
 .footer-wrap .footer-menu li {display: inline-block; } 
 .footer-wrap .footer-menu li .nav-link {text-transform: capitalize; font-size: 18px; font-weight: 500; color: #FFF7D8 !important; padding: 0 10px !important; position: relative; margin: 0 12px; } 
 .footer-wrap .footer-menu {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; padding: 10px 0 15px 0; } 
 .footer-wrap .nav-link::before {position: absolute; content: ""; -webkit-transition: 300ms; -o-transition: 300ms; transition: 300ms; background-color: #FEEC9E; height: 2px; left: 0; right: 0; } 
 .footer-wrap .nav-link-ltr::before {width: 0%; bottom: -2px; } 
 .footer-wrap .nav-link-ltr:hover::before {width: 100%; } 
 .bottom-footer-wrap {border-top: 3px solid #252523; padding: 15px 0; } 
 .bottom-footer-wrap p {color: #AEAEAD; font-size: 14px; font-weight: 400; font-family: 'Open Sans', sans-serif; } 
 .mobile-logo {display: none; } .navbar-toggler:focus {outline: none; -webkit-box-shadow: none; box-shadow: none; } 
 .resident-wrap {padding: 20px 0 140px 0; } 
 .resident-wrap .h2-title-wrap span {padding-left: 10%; } 
 .resident-green-box-wrap {background-color: #CBE1B3; border-radius: 8px; height: 100%; padding: 50px 45px; min-height: 412px; position: relative; } 
 .resident-green-box-wrap .bottom-title-wrapper {position: absolute; bottom: 50px; border-top: 1px solid #0B0A0A; width: calc(100% - 90px); padding: 10px 0 0 0; } 
 .resident-wrap h3 {margin-bottom: 30px; } 
 .resident-green-box-wrap .bottom-title-wrapper h4 {font-size: 24px; color: #000000; font-weight: 500; font-family: 'Red Hat Display', sans-serif; }
  /* 19-07-2023 */ /* .home-top-bg:before {position: absolute; content: ''; top: 0; left: 0; right: 0; background: linear-gradient(180deg, #000000 0%, #000000 17.76%, rgba(0, 0, 0, 0) 100%); min-height: 344px; } */
/* ===========================new-added css /* ===========================


/* ===========================otherpages-newcss /* ===========================*/
/* find-you-home-page css */
/* ===========================21-07-2023 css /* ===========================*/
.banner-content.secondary-banner-content h2 {font-size: 60px; line-height: 72px; color: #FFF7D8; } 
.banner-content.secondary-banner-content .b-title-wrap {border-bottom: 1px solid #FFF7D8; } 
.banner-content.secondary-banner-content .b-title-wrap .small-title {font-size: 12px; line-height: 12px; color: #FFFBEC; font-weight: 700; font-family: 'Red Hat Display', sans-serif; } 
.banner-content.secondary-banner-content .b-title-wrap::before {position: absolute; content: ''; left: 0; width: 100%; height: 2px; background-color: red; } 
.home-content-box-wrap .inner-home-wrap {background-color: #FEF4C5; border-radius: 16px; padding: 45px 170px 125px; } 
.home-content-box-wrap {max-width: 1546px; margin: 0 auto; position: relative; margin-top: -16%; } 
.home-content-box-wrap .inner-home-wrap .img-wrap, .home-content-box-wrap .inner-home-wrap h3 {margin-bottom: 30px; } 
.home-content-box-wrap .inner-home-wrap p {font-size: 24px; line-height: 32px; font-family: 'Red Hat Display', sans-serif; } 
.rent-homes-sec {padding: 0 0 160px 0; } .rent-homes-sec .propety-box-wrapper .img-wrap img {border-radius: 6px; } 
.rent-homes-sec .propety-box-wrapper {height: calc(100% - 45px); margin-bottom: 45px; margin-right: 30px; } 
.rent-homes-sec .property-details-wrap {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } 
.rent-homes-sec .property-details-wrap .area-details {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: self-end; -ms-flex-align: self-end; align-items: self-end; } 
.rent-homes-sec .property-details-wrap .price p {font-size: 16px; line-height: 19px; font-weight: 500; font-family: 'Red Hat Display', sans-serif; color: #0B0A0A; } 
.rent-homes-sec .property-details-wrap .area-details p {font-size: 14px; line-height: 14px; font-weight: 500; color: #3E3E3E; font-family: 'Red Hat Display', sans-serif; } 
.rent-homes-sec .propety-box-wrapper .img-wrap, .rent-homes-sec .propety-box-wrapper .description, .rent-homes-sec .property-details-wrap, .rent-homes-sec .green-tree-content  {margin-bottom: 16px; } 
.rent-homes-sec .propety-box-wrapper .description {font-size: 14px; line-height: 19px; font-weight: 400; color: #0B0A0A; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; display: -webkit-box; } 
.rent-homes-sec .bottom-btn-details-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } 
.border-btn {font-size: 16px; color: #648F35; font-weight: 500; border-bottom: 1px solid #648F35; padding: 7px 0; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; cursor: pointer; } 
.border-btn:hover, .border-btn:focus {color: #0B0A0A; border-bottom: 1px solid #0B0A0A; }
 .rent-homes-sec .bottom-btn-details-wrapper .btn-primary {font-size: 15px; font-weight: 500; padding: 8px 15px; border: 1px solid transparent; } 
 .rent-homes-sec .green-tree-content p {font-size: 16px; line-height: 19px; font-weight: 400; color: #3E3E3E; font-family: 'Red Hat Display', sans-serif; } 
 .rent-homes-sec .green-tree-content p, .rent-homes-sec .property-details-wrap .price p, .rent-homes-sec .property-details-wrap .area-details p {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } 
 .rent-homes-sec .tag-box {position: absolute; top: 30px; right: 30px; background-color: #FEEC9E; font-size: 12px; font-weight: 700; width: 100%; max-width: 62px; text-align: center; padding: 5px 0; text-transform: uppercase; } 
 .tabs-ul li a {width: 100%; color: #32481A; border: 1px solid #32481A; border-radius: 4px; font-weight: 500; font-size: 16px; display: block; text-align: center; padding: 11px; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } 
 .tabs-ul li a:hover, .tabs-ul li a:focus  {background-color: #32481A; color: #FEEC9E; } 
 .tabs-ul a.active {background-color: #32481A; color: #ffffff; } .tabs-ul {display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin-bottom: 70px; } 
 .tabs-ul li {width: 20%; } .tabs-ul li .btn-tabs {margin: 0 23px; } 
 .tabs-ul li:first-child .btn-tabs {margin-left: 0; } 
 .tabs-ul li:last-child .btn-tabs {margin-right: 0; } 
 .tab-sec .title {font-size: 12px; line-height: 12px; font-weight: 700; color: #0B0A0A; text-transform: uppercase; margin-bottom: 15px; display: block; } 
 .tab-sec h3 {margin-bottom: 45px; } .tab-sec {padding-top: 100px; } 
 .tabs-ul li .btn-tabs .icon img {width: 100%; min-width: 20px; height: 24px; max-width: 24px; margin-right: 10px; display: none; } 
 .tabs-ul a.active .icon img {display: inline; } 
 .secondary-banner:before {position: absolute; content: ''; top: 0; left: 0; right: 0; background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(17.76%, #000000), to(rgba(0, 0, 0, 0))); background: -o-linear-gradient(top, #000000 0%, #000000 17.76%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(180deg, #000000 0%, #000000 17.76%, rgba(0, 0, 0, 0) 100%); min-height: 344px; } 
 .secondary-banner {background-size: cover; background-repeat: no-repeat; width: 100%; min-height: 1107px; padding-top: 370px; overflow: hidden; } 
 .secondary-banner .h2-title-wrap span {padding-left: 0; } 
 .secondary-banner .h2-title-wrap span {font-size: 60px; line-height: 72px; font-weight: 700; color: #FFF7D8; font-family: 'Red Hat Display', sans-serif; } 
 .secondary-banner .h2-title-wrap::before {position: absolute; content: ''; right: 100%; height: 1px; background-color: #FFF7D8; width: 40000px; bottom: -1px; } 
 .secondary-banner .h2-title-wrap span::before {right: 100%; left: auto; } 
 .secondary-banner .h2-title-wrap {border-bottom: 1px solid #FFF7D8; display: block; width: -webkit-max-content; width: -moz-max-content; width: max-content; } 
 .secondary-banner .small-titel {font-size: 12px; color: #FFFBEC; font-weight: 700; text-transform: uppercase; letter-spacing: 0.96px; }
  .btn-wrap-loard-more a {display: inline-block; } 
  .inner-main-wrap .btn-wrap-loard-more {position: relative; z-index: 1; margin-top: -150px; } 
  .property-rowwrap .gradient-overlay-homes {position: absolute; width: 100%; height: 528px; background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 248, 242, 0.00)), color-stop(-7.92%, rgba(249, 248, 242, 0.48)), color-stop(46.25%, #F9F8F2)); background: -o-linear-gradient(top, rgba(249, 248, 242, 0.00) 0%, rgba(249, 248, 242, 0.48) -7.92%, #F9F8F2 46.25%); background: linear-gradient(180deg, rgba(249, 248, 242, 0.00) 0%, rgba(249, 248, 242, 0.48) -7.92%, #F9F8F2 46.25%); bottom: 0; } 
  .property-modal .tag-title {font-size: 12px; font-style: normal; font-weight: 700; line-height: 100%; letter-spacing: 0.96px; text-transform: uppercase; color: #3E3E3E; } 
  .property-modal .area-details {margin: 15px 0; } 
  .property-modal .area-details p {font-size: 18px; font-style: normal; font-weight: 500; color: #3E3E3E; margin-bottom: 20px; } 
  .property-modal .area-details p span img {width: 100%; max-width: 24px; min-width: 24px; height: 24px; } 
  .property-modal .des-title {color: #3E3E3E; font-size: 18px; font-style: normal; font-weight: 500; margin-bottom: 10px; } 
  .property-modal .detail-description p {color: #0B0A0A; } 
  .property-modal .header-detail {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } 
  .property-modal .modal-footer {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; border-bottom: none; border-top: none; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } 
  .property-modal .contact-detail li {display: inline-block; position: relative; } 
  .property-modal .contact-detail li p, .property-modal .contact-detail li p a {color: #3E3E3E; font-size: 18px; font-style: normal; font-weight: 500; font-family: 'Red Hat Display', sans-serif; } 
  .property-modal .contact-detail li p a:hover {color: #80C832; } 
  .property-modal .contact-detail li + li::before {position: absolute; content: ''; left: 0; height: 100%; width: 1px; background-color: #3E3E3E; } 
  .property-modal .contact-detail li + li {margin-left: 15px; padding-left: 15px; } 
  .property-modal .modal-header  {border-bottom: none; } 
  .property-modal .modal-content {padding: 45px 60px; } 
  .property-modal .modal-header .btn-close {padding: 0; font-size: 30px; margin: 0; color: #0B0A0A; } 
  .property-modal .gallery-slider .mySwiper3 img {width: 100%; max-width: 100%; height: 110px; -o-object-fit: cover; object-fit: cover; -o-object-position: top; object-position: top; border-radius: 8px; } 
  .property-modal .gallery-slider .mySwiper2 img  {width: 100%; max-width: 100%; height: 320px; -o-object-fit: cover; object-fit: cover; -o-object-position: top; object-position: top; border-radius: 8px; } 
  .property-modal .gallery-slider .mySwiper2 {min-height: 320px; position: relative; } 
  .property-modal .gallery-slider .mySwiper2 {margin-bottom: 10px; } 
  .property-modal .swiper-button-next:after, .property-modal .swiper-button-prev:after {font-size: 24px; } 
  .property-modal .swiper-button-next, .property-modal .swiper-button-prev {color: #0B0A0A; top: 40% !important; position: absolute; -webkit-transform: translateY(-40%); -ms-transform: translateY(-40%); transform: translateY(-40%); margin: 0 !important; } 
  .property-modal .left-content {padding-left: 50px; } 
  .property-modal .swiper-button-next {right: -45px; } 
  .property-modal .swiper-button-prev {left: -45px; } 
  .apply-contact-details li, .apply-contact-details li p, .apply-contact-details li p a {font-size: 18px; font-style: normal; font-weight: 500; font-family: 'Red Hat Display', sans-serif; color: #3E3E3E; } 
  .apply-contact-details li {display: inline-block; position: relative; } 
  .apply-title-wrap .tag-title {color: #3E3E3E; font-size: 12px; font-style: normal; font-weight: 700; text-transform: uppercase; letter-spacing: 0.96px; } 
  .apply-show-details .apply-title-wrap {margin-bottom: 20px; } .apply-contact-details {margin-bottom: 80px; } 
  .apply-inner-details h1 {margin-bottom: 25px; } 
  .apply-inner-details .des-title {color: #3E3E3E; font-size: 18px; font-style: normal; font-weight: 500; font-family: 'Red Hat Display', sans-serif; } 
  .apply-inner-details .detail-description p {font-size: 16px; font-style: normal; font-weight: 400; color: #0B0A0A; } 
  .apply-inner-details .area-details {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } 
  .apply-inner-details .area-details {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 45px; } 
  .apply-inner-details .area-details p {display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; font-size: 18px; font-style: normal; font-weight: 500; font-family: 'Red Hat Display', sans-serif; } 
  .apply-inner-details .area-details p .grey-text {color: #3E3E3E; } 
  .apply-inner-details .area-details img {width: 100%; max-width: 24px; min-width: 24px; height: 24px; } 
  .back-tohome-btn-wrap {margin-top: 90px; margin-bottom: 120px; } 
  .back-tohome-btn-wrap .btn-secondary {max-width: 230px; padding: 13px 14px; } 
  .apply-show-details {padding-top: 90px 0; } 
  .fancncy-slider-box .swiper-wrapper img{width: 100%; } 
  .fancysliderslider-box .thumb-img {width: 100%; height: 330px; -o-object-fit: cover; object-fit: cover; border-radius: 8px; } 
  .fancncy-slider-box ul.swiper-wrapper {list-style-type: none; } 
  .fancysliderslider-box {margin-top: 80px; } 
  /* ===========================21-07-2023 css /* ===========================*/

/* ===========================24-07-2023 css /* ===========================*/
.fancysliderslider-box .swiper-button-prev:after, .fancysliderslider-box .swiper-rtl .swiper-button-next:after {font-size: 20px; color: #ffffff; } 
.fancysliderslider-box .swiper-button-next:after, .fancysliderslider-box .swiper-rtl .swiper-button-prev:after {font-size: 20px; color: #ffffff; } 
.fancysliderslider-box .swiper-button-prev {width: 50px; height: 50px; background-color: #353433; border-radius: 50px; } 
.fancysliderslider-box .swiper-button-next {width: 50px; height: 50px; background-color: #353433; border-radius: 50px; } 
.apply-contact-details li + li::before {position: absolute; content: ''; left: 0; height: 17px; width: 2px; background-color: #3E3E3E; top: 5px; } 
.apply-contact-details li + li {margin-left: 15px; padding-left: 20px; } 
.fancysliderslider-box .tag-for-images {position: absolute; bottom: 25px; left: 25px; padding: 8px 16px; background-color: #FEF4C5; border-radius: 50px; font-size: 12px; /* font-style: normal; */ font-weight: 700; text-transform: uppercase; color: #0B0A0A; letter-spacing: 0.96px; } 
.back-tohome-btn-wrap .btn-secondary span {margin-right: 10px; } 
.form-wrap .form-group .form-control {color: #19240D; height: 55px; padding: 0 12px 0; border: 1px solid #988E5F; border-radius: 4px; font-size: 18px; font-weight: 500; font-family: 'Red Hat Display', sans-serif; background-color: #FFFBEC; } 
.form-wrap .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #988E5F; font-size: 18px; font-weight: 500; font-family: 'Red Hat Display', sans-serif; /* background-color: #FFFBEC; */ background-color: #FFFBEC !important; } 
.form-wrap .form-group .form-control::-moz-placeholder { /* Firefox 19+ */ color: #988E5F; font-size: 18px; font-weight: 400; font-family: 'Red Hat Display', sans-serif; background-color: #FFFBEC !important; } 
.form-wrap .form-group .form-control:-ms-input-placeholder { /* IE 10+ */ color: #988E5F; font-size: 18px; font-weight: 400; font-family: 'Red Hat Display', sans-serif; background-color: #FFFBEC!important; } 
.form-wrap .form-group .form-control:-moz-placeholder { /* Firefox 18- */ color: #988E5F; font-size: 18px; font-weight: 400; font-family: 'Red Hat Display', sans-serif; background-color: #FFFBEC !important; } 
.form-wrap .form-group .form-label {margin-bottom: 3px; font-size: 12px; font-style: normal; font-weight: 700; color: #988E5F; text-transform: uppercase; letter-spacing: 0.96px; text-align: left; display: block; } 
.form-wrap .form-group {margin-bottom: 30px; } 
.form-wrap .form-group .input-group-text {padding: 0 5px 0 10px; height: 55px; border-radius: 0; border-right: 0; border: 1px solid #988E5F; border-top-left-radius: 4px; border-bottom-left-radius: 4px; background-color: #FFFBEC; } 
.form-wrap .form-group .input-group .form-control {border-left: none !important; } 
.form-wrap .form-group.required-field .form-control {border: 1px solid #988E5F; color: #988E5F !important; padding: 12px; background-color: #FFFBEC; } 
.form-wrap .form-control:focus {-webkit-box-shadow: none;box-shadow: none; } 
.form-wrap .form-group.active-field .form-label {color: #32481A; } 
.form-wrap .form-group.active-field  .form-control {border: 1px solid #32481A; background-color: transparent; } 
.apply-show-details {padding: 60px 0 0 0; }


/* ===========================rv sites css /* ===========================*/
.road-images-sec {min-height: 745px; background-repeat: no-repeat; background-size: cover; background-position: center; 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; } 
/* .road-images-sec::before {position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(169deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(<path-to-image>), lightgray 0px -494.467px / 100% 257.718% no-repeat; } */ 
.road-images-sec .btn-wrap {display: inline-block; } 
.road-images-sec h2 {margin-bottom: 30px; font-size: 60px; line-height: 70px; } 
.road-images-sec .btn-primary:hover, .road-images-sec .btn-primary:focus {border: 1px solid #80C832 !important; color: #80C832; } 
.rv-titel-sec {padding: 160px 0; } .rv-titel-sec h2 {font-size: 60px; font-weight: 400; font-family: "adobe-handwriting-ernie", sans-serif; } 
.rv-sec-rowbg-mainwrap .proud-sec {padding: 0; } 
.rv-sec-rowbg-mainwrap .bg-row-wrap:nth-of-type(odd)::before {left: auto; right: -10px; } 
.rv-sec-rowbg-mainwrap .bg-row-wrap:nth-of-type(even)::before {right: auto; left: -10px; } 
.proud-sec .bg-row-wrap .r-img-wrap img {border-radius: 8px; } 
.rv-sec-rowbg-mainwrap .bg-row-wrap:nth-of-type(odd) 
.r-content {margin-left: 120px; } /* .rv-sec-rowbg-mainwrap .bg-row-wrap:nth-of-type(even) 
.r-content {margin-left: 130px; } */ .rv-sec-rowbg-mainwrap .btn-group .btn-secondary, .explore-bg-row-wrap .btn-group .btn-secondary {padding: 0; border-left: none; border-radius: 0; border-right: 0; border-top: 0; } 
.rv-sec-rowbg-mainwrap .btn-secondary:hover, .rv-sec-rowbg-mainwrap .btn-secondary:focus, .explore-bg-row-wrap .btn-group .btn-secondary:hover, .explore-bg-row-wrap .btn-group .btn-secondary:focus {background-color: transparent; color: #80C832; border-bottom: 1px solid #80C832; } 
.rv-sec-rowbg-mainwrap .bg-row-wrap .r-content .img-wrap {margin-bottom: 20px; } 
.rv-sec-rowbg-mainwrap {overflow: hidden; } 
.contact-detail-sec .contact-content-wrap .img-wrap  {margin-bottom: 15px; } 
.contact-detail-sec .contact-content-wrap p, .contact-detail-sec .contact-content-wrap p a {font-size: 18px; font-weight: 400; color: #32481A; } 
.contact-detail-sec .contact-content-wrap h5 {font-size: 24px; font-weight: 500; color: #0B0A0A; } 
.rv-sec-rowbg-mainwrap .bg-row-wrap {padding: 50px 0; min-height: 710px; } 
.rv-sec-rowbg-mainwrap .proud-sec .bg-row-wrap .r-img-wrap img {height: 586px; -o-object-fit: cover; object-fit: cover; -o-object-position: top; object-position: top; } 
.contact-detail-sec .contact-whitebg-box-wrap {border-radius: 16px; background: #FFF; padding: 80px 0 100px; margin-bottom: 120px; } 
.contact-detail-sec .rv-sites-form-content p {font-size: 24px; line-height: 32px; font-family: 'Red Hat Display', sans-serif; } 
.contact-detail-sec .rv-sites-form-content .img-wrap, .contact-detail-sec .rv-sites-form-content h3 {margin-bottom: 15px; } 
.contact-detail-sec .rv-sites-form-content {margin-bottom: 80px; padding: 0 15px; } 
.resident-green-box-wrap p, .community-p-content p {color: #000; }
/* ===========================24-07-2023 css /* ===========================*/

/* ===========================25-07-2023 css /* ===========================*/
.contact-detail-sec .form-wrap {max-width: 538px; margin: 0 auto; margin-bottom: 90px; } 
.contact-content-wrap.address-detail p {text-align: left; max-width: 50%; margin: 0 auto; } 
.contact-detail-sec .form-wrap .btn-primary {margin-top: 45px; } 
.form-wrap textarea {height: 216px !important; padding: 15px 12px !important; resize: none; font-weight: 400; } 
.form-wrap textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */ background-color: #FFFBEC !important; } 
.form-wrap textarea::-moz-placeholder { /* Firefox 19+ */ background-color: #FFFBEC !important; } 
.form-wrap textarea:-ms-input-placeholder { /* IE 10+ */ background-color: #FFFBEC !important; } 
.form-wrap textarea:-moz-placeholder { /* Firefox 18- */ background-color: #FFFBEC !important; } 
.form-wrap .form-group .form-control:focus {background-color: transparent; }
/* ===========================rv sites css /* ===========================*/

/* ===========================25-07-2023 css /* ===========================*/

/* ===========================amenities /* ===========================*/
.road-images-sec .btn-group .btn-primary {margin-right: 25px; } 
.road-images-sec .btn-secondary {color: #FFF7D8; border: 1px solid #FFF7D8; } 
.road-images-sec .btn-secondary:hover, .road-images-sec .btn-secondary:focus {color: #19240D; border-color: #80C832; } 
.lake-bg-withborder-sec {padding: 100px 0 20px 0; } 
.lake-bg-withborder-sec .lake-bg {background-image: url(images/lake-bg.jpg); width: 100%; min-height: 465px; background-size: cover; background-position: center; background-repeat: no-repeat; } 
.lake-bg-withborder-sec .lake-bg:before {position: absolute; content: ''; left: 0; width: 100%; max-width: 550px; min-height: 505px; background-color: #B1D18E; z-index: -1; top: -20px; left: -20px; } 
.area-sec {padding: 40px 0 140px; } 
.area-sec .explore-area-content h3 {margin-bottom: 10px; } 
.area-sec .explore-area-content p {margin-bottom: 25px; color: #000000; } 
.area-sec .explore-area-content .btn-secondary {max-width: 198px; } 
.amenities-titel-wrap-sec h3 {margin-bottom: 10px; } 
.amenities-titel-wrap-sec {padding: 120px 0 40px; } 
.home-map-sec {background-repeat: no-repeat; background-size: cover; background-position: center; min-height: 1000px; width: 100%; margin: 0 0 80px 0; } 
.accordian-sec .accordion-button {border: 1px solid#988E5F; background-color: #EDEADE; padding: 0; font-size: 32px; font-weight: 500; color: #0B0A0A; padding: 18px 20px !important; border-radius: 8px !important; } 
/* a[aria-expanded="true"]{background-color: #42DCA3; } */ 
.accordian-sec .accordion-button[aria-expanded="true"] {border-bottom: transparent; border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; } 
.accordion-button:focus {-webkit-box-shadow: none;box-shadow: none; } .accordian-sec .accordion-body {border-radius: 16px; background-color: transparent; padding: 0 !important; overflow: hidden; border-top-left-radius: 0; border-top-right-radius: 0; } 
.accordian-sec .accordion-collapse {-webkit-box-shadow: 0px 10px 30px 0px rgba(11, 10, 10, 0.25);box-shadow: 0px 10px 30px 0px rgba(11, 10, 10, 0.25); } /* 
.accordian-sec .accordion-body .inner-accordian-content {box-shadow: 0px 10px 30px 0px rgba(11, 10, 10, 0.25); } */ 
.accordian-sec .titel-des {padding: 25px 25px 40px; } 
.accordian-sec .titel-des p {font-size: 24px; color: #0B0A0A; line-height: 32px; } 
.accordian-sec .titel-des h3 {margin-bottom: 10px; } 
.accordian-sec .accordion-item {background-color: transparent; border: none; margin-bottom: 70px; } 
.accordian-sec .accordion-button[aria-expanded="false"]::after {background-image: url(../images/plus.png); -webkit-transform: none; -ms-transform: none; transform: none; width: 20px; height: 20px; background-repeat: no-repeat; background-size: 100%; } 
.accordian-sec .accordion-button[aria-expanded="true"]::after {background-image: url(../images/minus.png); width: 20px; height: 20px; background-repeat: no-repeat; background-size: 100%; } 
.accordian-sec .accordion-button:not(.collapsed)::after {-webkit-transform: none;-ms-transform: none;transform: none; } 
/* ===========================amenities /* ===========================*/

/* ===========================26-07-2023 /* ===========================*/
/* ===========================explore-areapage-css /* ===========================*/
.road-images-sec.explorearea-road-sec .small-title {font-size: 24px; font-weight: 500; color: #FFFBEC; line-height: 28px; margin-bottom: 45px; } 
.road-images-sec.explorearea-road-sec h2 {margin-bottom: 15px; } 
.inner-home-wrap.green-bg {background-color: #E5F0D9; }
 .explore-bg-row-wrap .bg-row-wrap:nth-of-type(odd)::before {right: -10px; left: auto; } 
 .explore-bg-row-wrap .bg-row-wrap.green-bg::before {background-color: #E5F0D9; } 
 .tab-ul li a {font-size: 18px; line-height: 32px; font-weight: 400; color: #648F35; font-family: 'Open Sans', sans-serif; } 
 .tab-ul li a:hover, .tab-ul li a:focus {color: #19240D; } 
 .tabinner-content h4 {font-size: 24px; font-weight: 500; color: #19240D; margin-bottom: 20px; } 
 .tabinner-content {padding: 45px 0 0 0; } 
 .explore-area-tabs .nav-tabs .nav-link {color: #32481A; border: 1px solid #32481A; border-radius: 4px; font-weight: 500; font-size: 16px; display: inline-block; text-align: center; padding: 11px 0; background-color: transparent; margin-right: 48px; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; width: 100%; max-width: 220px; } 
 .explore-area-tabs .nav-tabs .nav-link:last-child {margin-right: 0; } 
 .explore-area-tabs .nav-tabs .nav-link .icon {display: none; } 
 .explore-area-tabs .nav-tabs .nav-link .icon img {width: 100%; min-width: 20px; max-width: 20px; height: 20px; margin-right: 10px; } 
 .explore-area-tabs .nav-link.active .icon {display: inline; } 
 .explore-area-tabs .nav-tabs .nav-link:hover, .explore-area-tabs .nav-link.active, .explore-area-tabs .nav-tabs .nav-link:focus {background-color: #32481A; color: #FFF7D8; } 
 .explore-area-tabs .nav-tabs {border-bottom: none; } 
 .explore-area-tabs .tabinner-content h4 span {margin-right: 5px; } 
 /* ===========================explore-areapage-css /* ===========================*/ 
 /* ===========================aboutpage-css /* ===========================*/ 
 .about-card-sec {padding: 0 0 100px 0; } 
 .about-card-sec .card-box-wrap .img-wrap {margin-bottom: 15px; overflow: hidden; } 
 .about-card-sec .card-box-wrap .img-wrap img {-webkit-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease; } 
 .about-card-sec .card-box-wrap:hover .img-wrap img {-webkit-transform: scale(1.08); -ms-transform: scale(1.08); transform: scale(1.08); } 
 .about-card-sec .card-box-wrap {overflow: hidden; height: calc(100% - 40px); margin-bottom: 40px; } 
 .about-card-sec .card-box-wrap h4 {font-size: 24px; font-weight: 500; color: #0B0A0A; margin-bottom: 15px; } 
 .about-titel-wrap-sec {padding: 125px 0 80px; } .about-titel-wrap-sec {overflow: hidden; } 
 .about-titel-wrap-sec h2 {font-size: 60px; line-height: 72px; width: -webkit-max-content; width: -moz-max-content; width: max-content; } 
 .about-titel-wrap-sec h2::before {position: absolute; content: ''; left: 0; height: 1px; background-color: #5D5D5C; width: 100%; bottom: -20px; } 
 .about-titel-wrap-sec p {font-size: 24px; line-height: 44px; font-weight: 400; font-family: 'Red Hat Display', sans-serif; } 
 .about-titel-wrap-sec .title-border {margin-bottom: 25px; width: -webkit-max-content; width: -moz-max-content; width: max-content; padding-bottom: 20px; } 
 .about-titel-wrap-sec .title-border::before {bottom: 0; } 
 /* ===========================aboutpage-css /* ===========================*/


/* ===========================comminoty-mappage css /* ===========================*/
.secondary-banner.community-map-banner {background-color: #19240D; min-height: 900px; } 
.home-content-box-wrap.community-box-wrap {margin-top: -7%; } 
.home-content-box-wrap.community-box-wrap .inner-home-wrap {padding: 0; min-height: 645px; background-color: transparent; } 
.home-content-box-wrap.community-box-wrap .inner-home-wrap iframe {border-radius: 16px; height: 645px; } 
.about-titel-wrap-sec.map-sec-title h2, .about-titel-wrap-sec.map-sec-title .title-border {width: 100%; } 
.about-titel-wrap-sec.map-sec-title .title-border span {color: #7DB342; } 
.about-titel-wrap-sec.map-sec-title 
.small-community-wrap {margin-top: 80px; } 
.about-titel-wrap-sec.map-sec-title .title-border {padding-right: 100px; margin-top: 30px; } 
.about-titel-wrap-sec.map-sec-title .large-imgborder-box .img-wrap {min-height: 490px; max-width: 710px; margin: 0 auto; } 
.about-titel-wrap-sec.map-sec-title .large-imgborder-box .img-wrap img {height: 490px; -o-object-fit: cover; object-fit: cover; } 
.about-titel-wrap-sec.map-sec-title .large-imgborder-box .img-wrap::before {position: absolute; content: ''; width: 100%; max-width: 550px; min-height: 535px; background-color: #B1D18E; z-index: -1; top: -20px; right: -20px; } 
.about-titel-wrap-sec.map-sec-title .large-imgborder-box {margin-top: -13%; position: relative; z-index: 1; } 
.about-titel-wrap-sec.map-sec-title .large-imgborder-box .img-wrap img, .about-titel-wrap-sec.map-sec-title .right-community-wrap img, .about-titel-wrap-sec.map-sec-title .small-community-wrap img {border-radius: 8px; } 
.about-titel-wrap-sec.map-sec-title .small-community-wrap img {width: 100%; max-width: 365px; } 
.contact-detail-sec.community-contact-sec {padding: 90px 0 130px 0; } 
.contact-detail-sec.community-contact-sec .contact-content-wrap.address-detail p  {max-width: 50%; text-align: center; } 
.about-titel-wrap-sec.map-sec-title .right-community-wrap img {height: 545px; -o-object-fit: cover; object-fit: cover; -o-object-position: top; object-position: top; } 

/* ===========================comminoty-mappage css /* ===========================*/
/* ===========================26-07-2023 /* ===========================*/

/* ===========================27-07-2023 /* ===========================*/
.home-content-box-wrap.community-box-home {margin-top: -5%; } 
.calendar-sec-wrap {padding: 120px 0; } 
/* ===========================contact-page /* ===========================*/ 
.contact-page-wrap .contact-detail-sec .rv-sites-form-content {max-width: 538px; margin: 0 auto; margin-bottom: 45px; } 
.contact-page-wrap .contact-content-wrap {margin-bottom: 90px; } 
.contact-page-wrap .contact-content-wrap.address-detail p {text-align: left; max-width: 100%; margin: unset; } 
.contact-page-wrap .contact-detail-sec .contact-whitebg-box-wrap {margin-top: -47%; position: relative; z-index: 1; } 
.contact-page-wrap .contact-right-rowwrap {padding-top: 100px; padding-left: 90px; } 
.contact-page-wrap .contact-detail-sec .rv-sites-form-content h3 {margin-bottom: 30px; } 
.contact-page-wrap .contact-detail-sec .contact-whitebg-box-wrap {padding: 90px 0; margin-bottom: 0; } 
.contact-page-wrap {padding: 0 0 140px 0; } 
.contact-page-wrap .contact-detail-sec .form-wrap {margin-bottom: 0; }
/* ===========================contact-page /* ===========================*/
/* ===========================27-07-2023 /* ===========================*/

/* ===========================otherpages-newcss /* ===========================*/


/* not-added */
header {position: absolute; top: 0; left: 0; right: 0; z-index: 9; padding: 30px 40px; } 
.darkHeader header {padding: 10px 40px; background-color: #000; }


