@font-face {
	font-family: "Gild";
	src: url("fonts/gild.ttf");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Gild bold";
	src: url("fonts/gildb.ttf");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Gild bold italic";
	src: url("fonts/gildb.ttf");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Gotham Book";
	src: url("fonts/Gotham-Book.otf");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Garamond Medium Italic";
	src: url("fonts/GaramondMediumItalic.otf");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* CSS Document */
/*------------------------------------*\
RESET
\*------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
footer,
header,
hgroup,
nav,
.h6,
.h5,
.h4,
.h3,
.h2,
.h1 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	-ms-overflow-style: none;
	/* Internet Explorer 10+ */
	scrollbar-width: none;
	/* Firefox */
	width: 100vw;
	overflow-x: hidden;
}
body.no-overflow {
	overflow: hidden;
}

body::-webkit-scrollbar {
	display: none;
	/* Safari and Chrome */
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

sup {
	font-size: 10px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	transition: 0.2s ease-in-out;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

ul {
	margin: 0;
}

strong {
	font-weight: bold;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

button {
	border: none;
	background: none;
}

/* colors */
div::-webkit-scrollbar {
	width: 0 !important;
}

div {
	overflow: -moz-scrollbars-none;
}

div {
	-ms-overflow-style: none;
}

button:focus {
	outline: none;
}

input:focus,
input[type="checkbox"]:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}

body {
	font-family: "Gotham Book";
	font-weight: 200;
	font-style: normal;
	font-size: 14px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #221d17;
	background: #fff;
}
body p {
	line-height: 1.7;
}
body p b {
	font-family: "Nexa bold";
}

html,
body {
	width: 100%;
	height: 100%;
}

.loader {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 100;
	/* display: none; */
}
.loader .loader_img_container {
	position: relative;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.loader .tree_bg {
	position: absolute;
	bottom: 65px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 80px;
	height: 150px;
	background: url("../img/just_tree.png") center bottom no-repeat;
	background-size: cover;
	animation: loader 3s ease-in-out infinite;
}

.vh-100 {
	min-height: 100vh;
}

.ab_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

h1,
h2 {
	font-family: "PlayfairDisplay semibold";
	font-size: 46px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

h3 {
	font-family: "Gild";
	font-size: 28px;
	text-transform: uppercase;
	color: #000;
	line-height: 1.2;
}

h4 {
	font-family: "PlayfairDisplay semibold";
	font-size: 24px;
	color: #adb0a9;
}
h4 i {
	font-family: "Garamond Medium Italic";
	font-style: normal;
}

h5 {
	font-family: "Gild";
	font-size: 24px;
}

h6 {
	font-family: "Gild";
	font-size: 18px;
	text-transform: uppercase;
}

/* loader */
.container {
	max-width: 1100px;
}

/* hamburger */
.burger {
	height: 3em;
	width: 3em;
	position: relative;
	font-size: 12px;
	cursor: pointer;
	transition: 0.2s all;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	vertical-align: middle;
}
.burger .burger-lines:after {
	left: 0;
	top: -1em;
}
.burger .burger-lines:before {
	left: 1em;
	top: 1em;
}
.burger:after {
	content: "";
	display: block;
	position: absolute;
	height: 150%;
	width: 150%;
	top: -25%;
	left: -25%;
}
.burger .burger-lines {
	top: 50%;
	margin-top: -0.125em;
}
.burger .burger-lines,
.burger .burger-lines:after,
.burger .burger-lines:before {
	pointer-events: none;
	display: block;
	content: "";
	width: 100%;
	border-radius: 0.25em;
	background-color: #526e5e;
	height: 0.25em;
	position: absolute;
	transform: rotate(0);
}
.burger .burger-lines:after {
	left: 0;
	top: -1em;
}
.burger .burger-lines:before {
	left: 1em;
	top: 1em;
}

.burger.burger-squeeze .burger-lines,
.burger.burger-squeeze .burger-lines:after,
.burger.burger-squeeze .burger-lines:before {
	transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
}
.burger.burger-squeeze .burger-lines:after,
.burger.burger-squeeze .burger-lines:before {
	width: 2em;
}
.burger.burger-squeeze.open .burger-lines,
.burger.burger-squeeze.open .burger-lines:after,
.burger.burger-squeeze.open .burger-lines:before {
	transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
}
.burger.burger-squeeze.open .burger-lines {
	background-color: transparent;
}
.burger.burger-squeeze.open .burger-lines:before,
.burger.burger-squeeze.open .burger-lines:after {
	left: 0.5em;
	top: 0px;
}
.burger.burger-squeeze.open .burger-lines:before {
	transform: rotate(-45deg);
}
.burger.burger-squeeze.open .burger-lines:after {
	transform: rotate(45deg);
}

.timeline_item .timeline {
	position: relative;
	margin-bottom: 5px;
}
.timeline_item .timeline .line {
	position: absolute;
	height: 100%;
	left: calc(50% + -0.5px);
	width: 0px;
	border-left: 1px solid #37393f;
}
.timeline_item .timeline ul {
	text-align: center;
	position: relative;
}
.timeline_item .timeline ul li {
	position: relative;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #8e9e92;
	margin: 0 auto 40px;
	z-index: 3;
}
.timeline_item .timeline ul li:last-of-type {
	margin-bottom: 0;
}
.timeline_item .timeline ul li .dot {
	transition: 0.5s ease-in-out;
	visibility: hidden;
	position: absolute;
	width: 14px;
	height: 14px;
	background: #526e5e;
	border-radius: 50%;
	left: -2.5px;
	top: -2.5px;
	z-index: 3;
	cursor: pointer;
}
.timeline_item .timeline ul li .name {
	transition: 0.5s ease-in-out;
	visibility: hidden;
	position: absolute;
	width: 215px;
	height: 30px;
	background: #fff;
	z-index: 2;
	left: -15px;
	top: 3px;
	transform: translate(0, -45%);
	opacity: 0;
	border: 1px solid #adb0a9;
}
.timeline_item .timeline ul li .name.active {
	visibility: visible;
	transition: 0.5s ease-in-out;
	opacity: 1;
	z-index: 4;
}
.timeline_item .timeline ul li .name p.main {
	font-family: "Gild bold";
	text-transform: uppercase;
	font-size: 12px;
	color: #8e9e92;
	padding: 4px 20px 0 40px;
	text-align: left;
}
.timeline_item .timeline ul li .name p.small {
	font-family: "Gotham";
	font-size: 16px;
	color: #777;
	text-transform: uppercase;
}
.timeline_item .timeline ul li .name.large {
	transform: translate(0, 0);
	top: -30px;
	line-height: 1.6;
	padding-top: 18px;
	padding-bottom: 10px;
}
.timeline_item .timeline ul li .name.large li .name {
	line-height: 20px;
}
.timeline_item .timeline ul li .name .subnav {
	padding: 5px;
	padding-left: 38px;
	border-top: none;
	text-align: left;
}
.timeline_item .timeline ul li .name .subnav p {
	font-family: "Gild bold";
	font-size: 12px;
	color: #8e9e92;
	margin-bottom: 10px;
	line-height: 1.8;
	text-transform: none;
}
.timeline_item .timeline ul li .name .subnav p:last-of-type {
	margin-bottom: 0;
}
.timeline_item .timeline ul li .name .subnav p a {
	color: inherit;
}
.timeline_item .timeline ul li:hover {
	z-index: 5;
}
.timeline_item .timeline ul li:hover .dot {
	visibility: visible;
	transition: 0.5s ease-in-out;
	opacity: 1;
	z-index: 5;
}
.timeline_item .timeline ul li:hover .name {
	visibility: visible;
	transition: 0.5s ease-in-out;
	opacity: 1;
	z-index: 4;
}
.timeline_item .timeline ul li.active .dot {
	visibility: visible;
	transition: 0.5s ease-in-out;
	opacity: 1;
	z-index: 5;
}
.timeline_item .timeline ul li.subnav_item .name {
	height: auto;
	transform: none;
	top: -10px;
}
.timeline_item .timeline ul li.subnav_item .name p.main {
	padding-top: 8px;
}

.menu.desktop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	border-right: 1px solid #adb0a9;
	width: 160px;
	z-index: 11;
	padding: 0 25px 20px 25px;
}
.menu.desktop .menu_logo {
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 50px;
	padding-top: 30px;
	margin-bottom: 15px;
}
.menu.desktop .nature_strip {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 18px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: url("../img/main/nature_bg.jpg") center;
	background-size: cover;
}
.menu.desktop .expand_btn {
	width: 60px;
	height: 60px;
	background: #b23a3a;
	border-radius: 50%;
	left: -40px;
	z-index: 10;
	top: 50vh;
	transform: translate(0, -80%);
	position: fixed;
	cursor: pointer;
}
.menu.desktop .expand_btn p {
	font-size: 25px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0, -50%);
}
.menu.desktop .expand_btn.open p {
	transform: rotate(45deg) translate(-50%, -50%);
	right: 11px;
}
.menu.desktop .builder {
	width: 75px;
}
.menu.desktop .open_menu {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	left: -101vw;
	background: url("../img/main/open_menu_bg.jpg") center;
	background-size: cover;
	z-index: 9;
	transition: all 0.4s;
}
.menu.desktop .open_menu .timeline .line {
	border-left: 1px dashed #f2f7f1;
}
.menu.desktop .open_menu .timeline ul li {
	background: #f2f7f1;
}
.menu.desktop .open_menu .timeline ul li .name {
	width: 160px;
	background: none;
	visibility: visible;
	opacity: 1;
	height: auto;
	left: 35px;
	top: 50%;
	transform: translate(0, -55%);
}
.menu.desktop .open_menu .timeline ul li .name p.main {
	padding: 0;
	color: #fff;
}
.menu.desktop .open_menu .timeline ul li.left .name {
	left: auto;
	right: 30px;
	text-align: right;
}
.menu.desktop .open_menu .timeline ul li.left .name p {
	text-align: right;
}
.menu.desktop .open_menu .box {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
	z-index: 2;
}
.menu.desktop .open_menu .container {
	position: relative;
	z-index: 3;
}
.menu.desktop .open_menu.open {
	left: 0;
}

.menu.mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: #adb0a9;
}
.menu.mobile .row {
	height: 50px;
}
.menu.mobile .register_btn {
	font-family: "Nexa bold";
	font-size: 12px;
	text-transform: uppercase;
}
.menu.mobile .register_btn:hover {
	color: #f2f7f1;
}
.menu.mobile .nature_line {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url("../img/main/nature_bg_mob.jpg") center;
	background-size: cover;
	height: 20px;
}
.menu.mobile .big_circle {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 108px;
	height: 108px;
	background: #fff;
	border: 1px solid #adb0a9;
	border-radius: 50%;
}
.menu.mobile .big_circle .circle {
	position: absolute;
	width: 102px;
	height: 102px;
	left: 2px;
	top: 2px;
	border-radius: 50%;
	border: 2px solid #adb0a9;
}
.menu.mobile .big_circle .circle p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 11px;
	color: #adb0a9;
	width: 90%;
	text-align: center;
}
.menu.mobile .big_circle .circle p span {
	font-family: "PlayfairDisplay";
	font-size: 16px;
}

.mob_navigation {
	position: fixed;
	z-index: 9;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.mob_navigation .timeline .line {
	border-left: 1px dashed #8e9e92;
}
.mob_navigation .timeline ul li {
	background: #526e5e;
	margin-bottom: 25px;
}
.mob_navigation .timeline ul li .name {
	width: 160px;
	background: none;
	visibility: visible;
	opacity: 1;
	height: auto;
	left: 35px;
	top: 50%;
	border: none;
	transform: translate(0, -55%);
}
.mob_navigation .timeline ul li .name p.main {
	padding: 0;
	color: #adb0a9;
	font-size: 14px;
}
.mob_navigation .timeline ul li .name p.main span {
	color: #adb0a9;
}
.mob_navigation .timeline ul li.left .name {
	left: auto;
	right: 30px;
	text-align: right;
}
.mob_navigation .timeline ul li.left .name p {
	text-align: right;
}
.mob_navigation .blue_bar {
	background: #adb0a9;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.sticky_header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 160px;
	right: 0;
	-webkit-box-shadow: 5px 0px 11px 0px rgba(0, 0, 0, 0.51);
	box-shadow: 5px 0px 11px 0px rgba(0, 0, 0, 0.51);
	background: #fff;
	padding: 10px;
}
.sticky_header img {
	width: 35px;
	vertical-align: middle;
	margin-right: 7px;
}
.sticky_header p.title {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.sticky_header p {
	font-family: "Gild bold";
	font-size: 16px;
	color: #8e9e92;
}
.sticky_header p a {
	border-bottom: 1px solid #37393f;
	color: #37393f;
}

.content_wrapper {
	padding-left: 160px;
	padding-top: 60px;
}

.my_section {
	padding-right: 60px;
}

.my_btn {
	margin-top: 40px;
	line-height: 28px;
	width: 140px;
	max-width: 90%;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #526e5e;
	cursor: pointer;
}
.my_btn.grey {
	background: #8c8c8c;
	width: 230px;
	padding: 5px 0;
}
.my_btn.grey img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.overlay_animation {
	position: relative;
}
.overlay_animation .overlay {
	background: rgba(0, 0, 0, 0.75);
}
.overlay_animation .inner_content {
	position: relative;
	z-index: 3;
}

/* SECTION TITLE */
.pine_line {
	width: 100%;
	height: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("../img/main/pine_pattern.svg") repeat-x;
	background-size: auto 100%;
}

.main_poster {
	position: relative;
}
.main_poster .container {
	position: relative;
	z-index: 2;
}
.main_poster .row {
	min-height: calc(100vh - 63px);
}
.main_poster .inner_container {
	margin: 0 auto;
	max-width: calc(100vh / 0.85);
}
.main_poster .poster_container {
	position: relative;
}
.main_poster .poster_container .coming_soon {
	position: absolute;
	left: 8%;
	bottom: 5%;
	width: 200px;
}
.main_poster .chapter_nav {
	position: absolute;
	bottom: 5%;
	right: 10%;
	cursor: pointer;
}
.main_poster .chapter_nav p.small {
	font-family: "Gotham Book";
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 1px;
	color: #fff;
}
.main_poster .chapter_nav p.big {
	font-family: "Gild bold";
	font-size: 18px;
	margin-bottom: 6px;
	color: #fff;
}
.main_poster .chapter_nav .arrow_down {
	width: 35px;
}
.main_poster.dark .chapter_nav p.small {
	color: #090505;
}
.main_poster.dark .chapter_nav p.big {
	color: #090505;
}
.main_poster.center_text .chapter_nav {
	bottom: 50%;
}

.green_box {
	position: absolute;
	bottom: 0;
	right: 10%;
	width: 40%;
	background: #edf4ec;
	height: 75%;
	z-index: 1;
}
.green_box.top {
	bottom: 25%;
}
.green_box.bottom {
	top: 25%;
}

.vertical_box {
	position: absolute;
	top: 150px;
	left: 0;
	background: #edf4ec;
	width: 100%;
	height: 50%;
}
.vertical_box.grey {
	background: #f0eef4;
}

/* SECTION TITLE END*/
.floating {
	position: absolute;
	top: 0;
}
.floating.left {
	left: 0;
	animation: floatLeft 6s ease-in-out infinite;
}
.floating.right {
	right: 0;
	animation: floatRight 6s ease-in-out infinite;
}
.floating.bottom {
	top: auto;
	bottom: 5%;
}

/* section heading */
.heading h3 {
	display: inline-block;
	position: relative;
}
.heading h3 .pine_line {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 8px;
	transform: translate(-50%, 0);
	margin: 0 auto;
	left: 50%;
	background-size: auto 100%;
	max-width: 380px;
}

/* section heading end */
/* number counter */
.numbers {
	max-width: 800px;
	margin: 0 auto;
}

.counter {
	color: #5a5453;
	text-transform: uppercase;
}
.counter span {
	font-family: "Gild";
	font-size: 60px;
	color: #526e5e;
}

/* number counter end */
/* ----------- CHAPTER ONE -------------------- */
.section_wrapper[data-section="chapter_one"] .city_whitby {
	position: relative;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .green_box {
	height: 100%;
	bottom: 2%;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .container {
	position: relative;
	z-index: 2;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box {
	display: inline-block;
	width: 140px;
	height: 140px;
	margin-right: 4px;
	margin-bottom: 4px;
	transition: all 0.3s;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_1 {
	background: url("../img/chapter_one/city_1.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_2 {
	background: url("../img/chapter_one/city_2.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_3 {
	background: url("../img/chapter_one/city_3.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_4 {
	background: url("../img/chapter_one/city_4.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_5 {
	background: url("../img/chapter_one/city_5.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_6 {
	background: url("../img/chapter_one/city_6.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_7 {
	background: url("../img/chapter_one/city_7.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_8 {
	background: url("../img/chapter_one/city_8.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_9 {
	background: url("../img/chapter_one/city_9.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_10 {
	background: url("../img/chapter_one/city_10.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_11 {
	background: url("../img/chapter_one/city_11.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_12 {
	background: url("../img/chapter_one/city_12.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_13 {
	background: url("../img/chapter_one/city_13.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_14 {
	background: url("../img/chapter_one/city_14.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_15 {
	background: url("../img/chapter_one/city_15.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box.box_16 {
	background: url("../img/chapter_one/city_16.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_one"] .city_whitby .box:hover {
	position: relative;
	z-index: 2;
	transform: scale(1.3);
}
.section_wrapper[data-section="chapter_one"] .exclusive_release {
	position: relative;
}
.section_wrapper[data-section="chapter_one"] .exclusive_release .container {
	position: relative;
	z-index: 2;
}
.section_wrapper[data-section="chapter_one"] .exclusive_release .green_box {
	position: absolute;
	top: 0;
	width: 100%;
	height: 45%;
	left: 0;
	right: 0;
}

/* ----------- CHAPTER ONE END -------------------- */
/* ----------- CHAPTER TWO -------------------- */
.section_wrapper[data-section="chapter_two"] .community {
	position: relative;
}
.section_wrapper[data-section="chapter_two"] .community .container {
	position: relative;
	z-index: 2;
}
.section_wrapper[data-section="chapter_two"] .local_living {
	overflow: hidden;
}
.section_wrapper[data-section="chapter_two"] .local_living .img_container {
	height: 650px;
}
.section_wrapper[data-section="chapter_two"] .local_living p {
	position: relative;
	z-index: 2;
}
.section_wrapper[data-section="chapter_two"] .local_living .text_container {
	z-index: 9;
}
.section_wrapper[data-section="chapter_two"] .local_living .green_box {
	position: absolute;
	top: -10%;
	height: calc(105% + 100px);
	width: 150%;
	right: -10%;
}
.section_wrapper[data-section="chapter_two"] .local_living .floating_img {
	transition: all 0.4s;
	position: absolute;
}
.section_wrapper[data-section="chapter_two"] .local_living .floating_img:hover {
	cursor: pointer;
	transform: scale(1.1);
	z-index: 5;
}
.section_wrapper[data-section="chapter_two"] .local_living .floating_img.img_1 {
	top: -5%;
	left: 15%;
}
.section_wrapper[data-section="chapter_two"] .local_living .floating_img.img_2 {
	top: 200px;
	left: 10%;
}
.section_wrapper[data-section="chapter_two"] .local_living .floating_img.img_3 {
	top: 290px;
	right: 2%;
}
.section_wrapper[data-section="chapter_two"] .local_living .floating_img.img_4 {
	top: -5%;
	left: 50%;
}
.section_wrapper[data-section="chapter_two"] .local_living .floating_img.img_5 {
	top: 10%;
	left: 1%;
}
.section_wrapper[data-section="chapter_two"] .local_living .floating_img.img_6 {
	top: 220px;
	right: 2%;
}
.section_wrapper[data-section="chapter_two"] .local_living .floating_img.img_7 {
	top: 400px;
	left: 30%;
}
.section_wrapper[data-section="chapter_two"] .transportation .mr_top {
	width: 50%;
	transform: translate(0, -35%);
}
.section_wrapper[data-section="chapter_two"] .transportation .green_box {
	right: -30px;
	top: 100px;
	height: calc(100% - 50px);
}
.section_wrapper[data-section="chapter_two"] .transportation .text_box {
	position: relative;
	z-index: 3;
}
.section_wrapper[data-section="chapter_two"] .transportation .distance {
	position: relative;
	z-index: 4;
}
.section_wrapper[data-section="chapter_two"] .transportation h5 {
	margin-bottom: 10px;
}
.section_wrapper[data-section="chapter_two"] .transportation .info_box {
	width: 135px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	margin: 4px 2px;
	border: 1px solid #707070;
	padding: 0 10px;
}
.section_wrapper[data-section="chapter_two"] .transportation .info_box .d-flex {
	height: 135px;
}
.section_wrapper[data-section="chapter_two"] .transportation .info_box h6 {
	font-family: "Gild";
	font-size: 60px;
	line-height: 1.2;
	color: #526e5e;
}
.section_wrapper[data-section="chapter_two"] .transportation .info_box p {
	line-height: 1.3;
	font-size: 13px;
}
.section_wrapper[data-section="chapter_two"] .transportation .info_box.green {
	background: #526e5e;
	color: #fff;
	border: 1px solid #526e5e;
}
.section_wrapper[data-section="chapter_two"] .transportation .info_box.green h6 {
	color: #fff;
}
.section_wrapper[data-section="chapter_two"] .transportation .info_box.long {
	width: 265px;
	padding: 0 15px;
}
.section_wrapper[data-section="chapter_two"] .transportation .info_box.long p {
	line-height: 1.5;
}
.section_wrapper[data-section="chapter_two"] .transportation .info_box.long p span {
	float: right;
}
.section_wrapper[data-section="chapter_two"] .sports .sports_items .sport_item {
	transition: all 0.4s;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
}
.section_wrapper[data-section="chapter_two"] .sports .sports_items .sport_item.disabled {
	opacity: 0.5;
	color: default;
}
.section_wrapper[data-section="chapter_two"] .sports .sports_items .sport_item img {
	transition: all 0.4s;
}
.section_wrapper[data-section="chapter_two"] .sports .sports_items .sport_item:not(.disabled):hover {
	position: relative;
	z-index: 2;
}
.section_wrapper[data-section="chapter_two"] .sports .sports_items .sport_item:not(.disabled):hover img:hover {
	cursor: pointer;
	transform: scale(1.25);
}
.section_wrapper[data-section="chapter_two"] .sports .sport_info {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #707070;
	padding: 15px;
	width: 100%;
	max-width: 730px;
	background: #fff;
	z-index: 3;
}
.section_wrapper[data-section="chapter_two"] .sports .sport_info .close_icon {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.section_wrapper[data-section="chapter_two"] .education .education_item {
	padding: 0 6px;
}
.section_wrapper[data-section="chapter_two"] .education .education_item .item {
	position: relative;
	height: 330px;
}
.section_wrapper[data-section="chapter_two"] .education .education_item .item p.title {
	transition: all 0.4s;
	position: absolute;
	width: 100%;
	left: 50%;
	bottom: 10%;
	transform: translate(-50%, 0);
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	z-index: 2;
}
.section_wrapper[data-section="chapter_two"] .education .education_item .overlay,
.section_wrapper[data-section="chapter_two"] .education .education_item .dark_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.section_wrapper[data-section="chapter_two"] .education .education_item .dark_overlay {
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.section_wrapper[data-section="chapter_two"] .education .education_item .overlay {
	transition: all 0.4s;
	opacity: 0;
	z-index: 2;
	background: rgba(255, 255, 255, 0.85);
	padding: 0 5px;
}
.section_wrapper[data-section="chapter_two"] .education .education_item .overlay p {
	width: 100%;
	line-height: 1.3;
}
.section_wrapper[data-section="chapter_two"] .education .education_item:hover .item p.title {
	opacity: 0;
}
.section_wrapper[data-section="chapter_two"] .education .education_item:hover .overlay {
	opacity: 1;
}
.section_wrapper[data-section="chapter_two"] .education .education_item[data-id="education_1"] .item {
	background: url("../img/chapter_two/education_1.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_two"] .education .education_item[data-id="education_2"] .item {
	background: url("../img/chapter_two/education_2.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_two"] .education .education_item[data-id="education_3"] .item {
	background: url("../img/chapter_two/education_3.jpg") center;
	background-size: cover;
}
.section_wrapper[data-section="chapter_two"] .education .education_item[data-id="education_4"] .item {
	background: url("../img/chapter_two/education_4.jpg") center;
	background-size: cover;
}

/* ----------- CHAPTER TWO END -------------------- */
/* ----------- CHAPTER THREE -------------------- */
.section_wrapper[data-section="chapter_three"] {
	/* Neighbourhood */
	/* Neighbourhood end */
}
.section_wrapper[data-section="chapter_three"] .discovery {
	padding-top: 60px;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map {
	position: relative;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .map {
	display: block;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .hotspot {
	position: absolute;
	width: 28px;
	height: 28px;
	color: #fff;
	background: #9b8db1;
	border-radius: 50%;
	text-align: center;
	padding-top: 5px;
	font-size: 14px;
	transition: 0.4s;
	cursor: pointer;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .hotspot.active {
	background: #4b4b4b;
}
@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.4, 0.4);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.3, 1.3);
		opacity: 0;
	}
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .hotspot_1 {
	top: 28%;
	left: 40%;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .hotspot_2 {
	bottom: 14%;
	left: 10%;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .hotspot_3 {
	top: 51%;
	right: 35%;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .hotspot_4 {
	top: 59%;
	right: 35%;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .hotspot_5 {
	bottom: 29%;
	left: 47%;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .hotspot_6 {
	bottom: 27%;
	left: 42%;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .hotspot_7 {
	bottom: 39%;
	left: 3%;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .hotspot_8 {
	bottom: 31%;
	left: 25%;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .hotspot_9 {
	bottom: 16%;
	right: 37.5%;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .hotspot_10 {
	top: 19%;
	right: 35.5%;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .hotspot_11 {
	bottom: 13.5%;
	right: 8%;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .hotspot_12 {
	bottom: 13.5%;
	right: 2%;
}
.section_wrapper[data-section="chapter_three"] .discovery .hotspot_map .hotspot_13 {
	bottom: 16.5%;
	right: 20%;
}
.section_wrapper[data-section="chapter_three"] .discovery .accordion {
	padding-left: 10px;
	overflow-y: scroll;
}
.section_wrapper[data-section="chapter_three"] .discovery .accordion .accordion_inner {
	width: 100%;
	overflow-y: scroll;
	min-height: calc(100vh - 63px);
}
.section_wrapper[data-section="chapter_three"] .discovery .accordion .accordion_item {
	border-bottom: 1px solid #adb0a9;
}
.section_wrapper[data-section="chapter_three"] .discovery .accordion .accordion_item .number {
	position: absolute;
	left: 15px;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #9b8db1;
	top: 50%;
	transform: translate(0, -50%);
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
}
.section_wrapper[data-section="chapter_three"] .discovery .accordion .accordion_item h6 {
	position: relative;
	font-size: 12px;
	color: #000;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 60px;
	padding-right: 40px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: "Gotham Book";
}
.section_wrapper[data-section="chapter_three"] .discovery .accordion .accordion_item h6 span.toggler {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0, -50%);
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #9b8db1;
	border-radius: 50%;
	margin-right: 10px;
}
.section_wrapper[data-section="chapter_three"] .discovery .accordion .accordion_item h6 span.toggler .plus {
	display: block;
	position: absolute;
	height: 16px;
	width: 1px;
	background: #9b8db1;
	top: 7px;
	left: calc(50% - 0.5px);
	transition: 0.4s;
}
.section_wrapper[data-section="chapter_three"] .discovery .accordion .accordion_item h6 span.toggler .minus {
	display: block;
	position: absolute;
	height: 1px;
	width: 16px;
	background: #9b8db1;
	left: 7px;
	top: 50%;
}
.section_wrapper[data-section="chapter_three"] .discovery .accordion .accordion_item .text {
	display: none;
}
.section_wrapper[data-section="chapter_three"] .discovery .accordion .accordion_item .text img {
	margin-bottom: 20px;
}
.section_wrapper[data-section="chapter_three"] .discovery .accordion .accordion_item p {
	font-size: 14px;
	line-height: 1.5;
	color: #adb0a9;
	padding: 20px 15px;
}
.section_wrapper[data-section="chapter_three"] .discovery .accordion .accordion_item.active h6 {
	background: #ececec;
}
.section_wrapper[data-section="chapter_three"] .discovery .accordion .accordion_item.active .number {
	background: #4b4b4b;
}
.section_wrapper[data-section="chapter_three"] .discovery .accordion .accordion_item.active .text {
	display: block;
}
.section_wrapper[data-section="chapter_three"] .discovery .accordion .accordion_item.active span.toggler .plus {
	display: none;
}

/* ----------- CHAPTER THREE END -------------------- */
/* ----------- CHAPTER FOUR  -------------------- */
.section_wrapper[data-section="chapter_four"] {
	/*  amenity map */
	/*  amenity map end */
}
.section_wrapper[data-section="chapter_four"] .amenity_map {
	position: relative;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .sub_head p,
.section_wrapper[data-section="chapter_four"] .amenity_map .sub_head h3 {
	color: #24303e;
}
.section_wrapper[data-section="chapter_four"] .amenity_map #map {
	min-height: 100vh;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .gm-style .gm-style-iw-c {
	padding: 15px !important;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .gm-style .gm-style-iw-c p {
	margin-bottom: 0;
	color: #333;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls {
	background: #f1f7f1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding-top: 15px;
	cursor: pointer;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .container {
	max-width: 100%;
	padding-bottom: 15px;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls p {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls p.title {
	font-family: "Gild";
	font-size: 16px;
	margin-bottom: 20px;
	color: #526e5e;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option {
	display: inline-block;
	margin: 0 5px;
	width: 95px;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option p {
	font-size: 12px;
	line-height: 1.3;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option .circle_outer {
	width: 62px;
	height: 85px;
	padding-top: 7px;
	margin: 0 auto 10px;
	transition: all 0.3s;
	cursor: pointer;
	background: url("../img/chapter_four/pin_bg.png") no-repeat center top;
	background-size: contain;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option .circle {
	position: relative;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	margin: 0 auto 10px;
	transition: all 0.3s;
	cursor: pointer;
	background: #646669;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option .circle img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 55%;
	max-height: 60%;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option[data-cat="all"] .circle:hover {
	background: #e00524;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option[data-cat="shopping"] .circle:hover {
	background: #ebd362;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option[data-cat="dining"] .circle:hover {
	background: #9d3712;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option[data-cat="parks"] .circle:hover {
	background: #008d4f;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option[data-cat="golf"] .circle:hover {
	background: #6317a3;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option[data-cat="entertainment"] .circle:hover {
	background: #ff9236;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option[data-cat="culture"] .circle:hover {
	background: #401e72;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option[data-cat="schools"] .circle:hover {
	background: #3f3ab2;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option[data-cat="post_second"] .circle:hover {
	background: #ea115e;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option[data-cat="health"] .circle:hover {
	background: #b094fb;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option[data-cat="services"] .circle:hover {
	background: #78909c;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option.active[data-cat="all"] .circle {
	background: #e00524;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option.active[data-cat="shopping"] .circle {
	background: #ebd362;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option.active[data-cat="dining"] .circle {
	background: #9d3712;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option.active[data-cat="parks"] .circle {
	background: #008d4f;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option.active[data-cat="golf"] .circle {
	background: #945c39;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option.active[data-cat="entertainment"] .circle {
	background: #ff9236;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option.active[data-cat="culture"] .circle {
	background: #401e72;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option.active[data-cat="post_second"] .circle {
	background: #ea115e;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option.active[data-cat="schools"] .circle {
	background: #3f3ab2;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option.active[data-cat="health"] .circle {
	background: #b094fb;
}
.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option.active[data-cat="services"] .circle {
	background: #78909c;
}

/* ----------- CHAPTER FOUR END -------------------- */
/* ----------- CHAPTER FIVE -------------------- */
.section_wrapper[data-section="chapter_five"] .siteplan_image_container {
	position: relative;
}
.section_wrapper[data-section="chapter_five"] .siteplan_image_container .zoom_icon {
	position: absolute;
	left: -40px;
	top: 5px;
	cursor: pointer;
}
.section_wrapper[data-section="chapter_five"] .info_box {
	padding: 30px 20px;
	border: 1px solid #000;
	margin-top: 10px;
}
.section_wrapper[data-section="chapter_five"] .info_box p {
	font-family: "Gild";
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}
.section_wrapper[data-section="chapter_five"] .info_box p.main {
	margin-bottom: 5px;
	line-height: 1.3;
}
.section_wrapper[data-section="chapter_five"] .info_box .color {
	width: 50px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.section_wrapper[data-section="chapter_five"] .info_box .color.green {
	background: #516d5c;
}
.section_wrapper[data-section="chapter_five"] .info_box .color.yellow {
	background: #b9b37b;
}
.section_wrapper[data-section="chapter_five"] .info_box .color.purple {
	background: #8d86a9;
}
.section_wrapper[data-section="chapter_five"] .info_box .line {
	width: 100%;
	height: 1px;
	background: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ----------- CHAPTER FIVE END -------------------- */
/* ----------- CHAPTER SIX -------------------- */
.section_wrapper[data-section="chapter_six"] .house_options .item p.size {
	font-family: "Gild bold";
	font-size: 22px;
	padding: 10px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
}
.section_wrapper[data-section="chapter_six"] .house_options .item .short_line {
	display: inline-block;
	height: 1px;
	margin: 0 5px;
}
.section_wrapper[data-section="chapter_six"] .house_options .item .item_container {
	margin-top: 15px;
	margin-bottom: 10px;
	position: relative;
}
.section_wrapper[data-section="chapter_six"] .house_options .item .item_container .overlay {
	opacity: 0;
	transition: all 0.3s;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(89, 109, 95, 0.8);
}
.section_wrapper[data-section="chapter_six"] .house_options .item .item_container .overlay p {
	font-family: "Gotham Book";
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 17px;
	line-height: 1.2;
	text-transform: uppercase;
	width: 100%;
}
.section_wrapper[data-section="chapter_six"] .house_options .item .item_container:hover .overlay {
	opacity: 1;
}
.section_wrapper[data-section="chapter_six"] .house_options .item .long_line {
	height: 1px;
}
.section_wrapper[data-section="chapter_six"] .house_options .item.house_32 p.size {
	color: #516d5c;
}
.section_wrapper[data-section="chapter_six"] .house_options .item.house_32 .long_line {
	background: #516d5c;
}
.section_wrapper[data-section="chapter_six"] .house_options .item.house_32 .overlay {
	background: rgba(81, 109, 92, 0.7);
}
.section_wrapper[data-section="chapter_six"] .house_options .item.house_36 p.size {
	color: #b9b37b;
}
.section_wrapper[data-section="chapter_six"] .house_options .item.house_36 .long_line {
	background: #b9b37b;
}
.section_wrapper[data-section="chapter_six"] .house_options .item.house_36 .overlay {
	background: rgba(185, 179, 123, 0.7);
}
.section_wrapper[data-section="chapter_six"] .house_options .item.house_38 p.size {
	color: #8d86a9;
}
.section_wrapper[data-section="chapter_six"] .house_options .item.house_38 .long_line {
	background: #8d86a9;
}
.section_wrapper[data-section="chapter_six"] .house_options .item.house_38 .overlay {
	background: rgba(141, 134, 169, 0.7);
}
.section_wrapper[data-section="chapter_six"] .my_slider_container .slider_arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 2;
}
.section_wrapper[data-section="chapter_six"] .my_slider_container .slider_arrow.arrow_left {
	left: 20px;
}
.section_wrapper[data-section="chapter_six"] .my_slider_container .slider_arrow.arrow_right {
	right: 20px;
}
.section_wrapper[data-section="chapter_six"] .model_details h3 {
	font-size: 26px;
	margin-bottom: 20px;
	color: #000;
}
.section_wrapper[data-section="chapter_six"] .model_details h3 span {
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}
.section_wrapper[data-section="chapter_six"] .model_details p {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.3;
	margin-top: 5px;
	margin-bottom: 5px;
}
.section_wrapper[data-section="chapter_six"] .model_details .stats {
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}
.section_wrapper[data-section="chapter_six"] .model_details .stats img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.section_wrapper[data-section="chapter_six"] .model_details .stats p {
	font-size: 13px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}
.section_wrapper[data-section="chapter_six"] .designs_container {
	max-height: 700px;
	overflow-y: scroll;
	margin-bottom: 50px;
	padding-right: 20px;
}
.section_wrapper[data-section="chapter_six"] .designs_container .item:last-of-type {
	margin-bottom: 10px;
}
.section_wrapper[data-section="chapter_six"] .designs_container::-webkit-scrollbar {
	width: 10px !important;
	height: 10px;
}
.section_wrapper[data-section="chapter_six"] .designs_container::-webkit-scrollbar-thumb {
	background: #526e5e;
	border-radius: 9px;
}
.section_wrapper[data-section="chapter_six"] .designs_container::-webkit-scrollbar-thumb:hover {
	background: #b3afb3;
}
.section_wrapper[data-section="chapter_six"] .designs_container::-webkit-scrollbar-track {
	background: #e1e1e1;
	border-radius: 9px;
	box-shadow: inset 0px 0px 0px 0px #f0f0f0;
}
.section_wrapper[data-section="chapter_six"] .home_designs h3 {
	color: #000;
}
.section_wrapper[data-section="chapter_six"] .home_designs .item {
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 30px;
	position: relative;
	display: none;
}
.section_wrapper[data-section="chapter_six"] .home_designs .item.home_32 {
	display: block;
}
.section_wrapper[data-section="chapter_six"] .home_designs .slide_container {
	display: flex;
	justify-content: center !important;
}
.section_wrapper[data-section="chapter_six"] .home_designs .model_details .rendering {
	position: relative;
}
.section_wrapper[data-section="chapter_six"] .home_designs .model_details .rendering img {
	max-height: 500px;
}
.section_wrapper[data-section="chapter_six"] .home_designs .model_details .rendering p {
	font-size: 16px;
	text-transform: uppercase;
	color: #526e5e;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.section_wrapper[data-section="chapter_six"] .info {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
	align-content: center;
}
.section_wrapper[data-section="chapter_six"] .info .my_btn {
	width: 130px;
}
.section_wrapper[data-section="chapter_six"] .info .my_btn.grey {
	width: 230px;
}
.section_wrapper[data-section="chapter_six"] .info > * {
	width: 100%;
	text-align: center;
}
.section_wrapper[data-section="chapter_six"] .home_details {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.98);
}
.section_wrapper[data-section="chapter_six"] .home_details .close_icon {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 35px;
	cursor: pointer;
}
.section_wrapper[data-section="chapter_six"] .home_details .container {
	position: absolute;
	left: 50%;
	top: calc(50% + 20px);
	transform: translate(-50%, -50%);
	max-height: 90vh;
	overflow-y: scroll;
}
.section_wrapper[data-section="chapter_six"] .home_details .control_stripe {
	background: #526e5e;
	padding: 13px 10px;
	text-align: center;
}
.section_wrapper[data-section="chapter_six"] .home_details .control_stripe p {
	color: #fff;
	margin-bottom: 0;
}
.section_wrapper[data-section="chapter_six"] .home_details .control_stripe p span {
	cursor: pointer;
}
.section_wrapper[data-section="chapter_six"] .home_details .control_stripe p span.active {
	font-weight: bold;
}
.section_wrapper[data-section="chapter_six"] .home_details .rendering {
	padding: 15px;
	padding-bottom: 0;
	max-height: calc(90vh - 340px);
	margin: 0 auto;
	display: block;
}
.section_wrapper[data-section="chapter_six"] .home_details .zoom_icon {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	font-size: 25px;
}
.section_wrapper[data-section="chapter_six"] .home_details .model_details_container {
	display: flex;
	max-height: 90vh;
}
.section_wrapper[data-section="chapter_six"] .home_details .model_details_container .left {
	width: 50%;
	border: 1px solid #000;
}
.section_wrapper[data-section="chapter_six"] .home_details .model_details_container .left .info {
	padding: 20px;
}
.section_wrapper[data-section="chapter_six"] .home_details .model_details_container .slick-slide {
	position: relative;
	/* padding: 20px 0; */
}
.section_wrapper[data-section="chapter_six"] .home_details .model_details_container .right {
	position: relative;
	width: 50%;
	border: 1px solid #000;
	border-left: none;
}
.section_wrapper[data-section="chapter_six"] .home_details .model_details_container .right .floorplan_slider .img-fluid {
	max-height: calc(90vh - 145px);
	margin: 0 auto;
}

/* ----------- CHAPTER SIX END -------------------- */
/* ----------- CHAPTER SEVEN -------------------- */
/* ----------- CHAPTER SEVEN END -------------------- */
/* ----------- CHAPTER EIGHT -------------------- */
.section_wrapper[data-section="chapter_eight"] .builder_story {
	position: relative;
}
.section_wrapper[data-section="chapter_eight"] .builder_story .container {
	position: relative;
	z-index: 3;
}
.section_wrapper[data-section="chapter_eight"] .builder_story p.title {
	font-family: "Garamond Medium Italic";
	font-size: 22px;
	color: #526e5e;
	line-height: 1.3;
}
.section_wrapper[data-section="chapter_eight"] .builder_story .info_container {
	position: relative;
	margin-bottom: 25px;
}
.section_wrapper[data-section="chapter_eight"] .builder_story .info_container .info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(251, 156, 42, 0.75);
	padding: 25px;
	opacity: 0;
	transition: all 0.4s;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.section_wrapper[data-section="chapter_eight"] .builder_story .info_container .info img {
	max-height: 75px;
}
.section_wrapper[data-section="chapter_eight"] .builder_story .info_container .info p {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.5;
}
.section_wrapper[data-section="chapter_eight"] .builder_story .info_container .info h3 {
	margin-bottom: 10px;
}
.section_wrapper[data-section="chapter_eight"] .builder_story .info_container .text_box {
	position: relative;
	z-index: 2;
}
.section_wrapper[data-section="chapter_eight"] .builder_story .info_container:hover .info {
	opacity: 1;
}
.section_wrapper[data-section="chapter_eight"] .builder_story .line {
	width: 80px;
	height: 1px;
	background: #000;
	margin: 10px auto 10px;
}
.section_wrapper[data-section="chapter_eight"] .builder_story .green_box {
	top: 0;
	bottom: auto;
	height: calc(100% - 225px);
}
.section_wrapper[data-section="chapter_eight"] .builder_story .logo {
	display: block;
	max-width: 190px;
	margin: 90px auto 0;
}

/* ----------- CHAPTER EIGHT END -------------------- */
/* ----------- CHAPTER NINE -------------------- */
.section_wrapper[data-section="chapter_nine"] .buying_process .container {
	position: relative;
	z-index: 2;
}
.section_wrapper[data-section="chapter_nine"] .deposit_structure .container {
	position: relative;
	z-index: 2;
}
.section_wrapper[data-section="chapter_nine"] .portal .container {
	position: relative;
	z-index: 2;
}
.section_wrapper[data-section="chapter_nine"] .portal .downloads {
	height: 100vh;
	background: #efecf3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	padding: 30px;
}
.section_wrapper[data-section="chapter_nine"] .portal .downloads li {
	list-style-type: none;
	width: 100%;
	margin-bottom: 15px;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
}
.section_wrapper[data-section="chapter_nine"] .portal .downloads li.title {
	font-family: "Gild";
	font-size: 18px;
	padding-top: 10px;
}
.section_wrapper[data-section="chapter_nine"] .portal .downloads li.title img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.section_wrapper[data-section="chapter_nine"] .box {
	display: flex;
}
.section_wrapper[data-section="chapter_nine"] .image {
	width: 40%;
	background: url(../img/chapter_nine/deposit_img.jpg) no-repeat left bottom;
	background-size: cover;
}
.section_wrapper[data-section="chapter_nine"] .info {
	width: 60%;
	padding: 50px 45px;
	background: #526e5e;
	color: #fff;
}
.section_wrapper[data-section="chapter_nine"] .info h4 {
	color: #fff;
}
.section_wrapper[data-section="chapter_nine"] .info p {
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 1px;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}
.section_wrapper[data-section="chapter_nine"] .info p span {
	display: inline-block;
	margin-left: 10%;
	float: right;
}
.section_wrapper[data-section="chapter_nine"] .box.box2 .image {
	background: url(../img/chapter_nine/deposit_img2.jpg) no-repeat left bottom;
	background-size: cover;
}
.section_wrapper[data-section="chapter_nine"] .box.box2 .info {
	background: #9c8cb2;
}

/* ----------- CHAPTER NINE END -------------------- */
/* ----------- CHAPTER CONTACT -------------------- */
.section_wrapper[data-section="chapter_ten"] .section_title .green_box {
	height: 50%;
}
.section_wrapper[data-section="chapter_ten"] .map_area .container {
	background: #edf4ec;
}
.section_wrapper[data-section="chapter_ten"] .register_form_container {
	position: relative;
}
.section_wrapper[data-section="chapter_ten"] .register_form_container .info h5 {
	color: #8e9e92;
	font-family: "Gild bold";
}
.section_wrapper[data-section="chapter_ten"] .register_form_container .info h6 {
	font-family: "Gild bold";
}
.section_wrapper[data-section="chapter_ten"] .register_form_container .stamp {
	position: absolute;
	right: 2%;
	top: -140px;
	z-index: -1;
	width: 350px;
	border-radius: 50%;
	animation: float 6s ease-in-out infinite;
}
@media (min-width: 1300px) {
	.section_wrapper[data-section="chapter_ten"] .register_form_container .container {
		max-width: 1130px;
	}
}
.section_wrapper[data-section="chapter_ten"] .reg_overlay {
	position: absolute;
	left: -7.5%;
	width: 114%;
	top: -25px;
	height: 109%;
	background: #edf4ec;
}
.section_wrapper[data-section="chapter_ten"] .register_form {
	background-size: cover;
	padding: 25px;
	padding: 25px;
	border: 1px solid #000;
	overflow: hidden;
}
.section_wrapper[data-section="chapter_ten"] .register_form .info {
	height: 100%;
}
.section_wrapper[data-section="chapter_ten"] .register_form .info h1 {
	font-size: 46px;
}
.section_wrapper[data-section="chapter_ten"] .register_form .info h5 span {
	color: #000;
}
.section_wrapper[data-section="chapter_ten"] .register_form .info .top_img img {
	max-width: 210px;
}
.section_wrapper[data-section="chapter_ten"] .register_form .info .bottom_box .starting {
	padding: 20px;
}
.section_wrapper[data-section="chapter_ten"] .register_form .info .bottom_box .starting h5 {
	font-size: 15px;
}
.section_wrapper[data-section="chapter_ten"] .register_form .info .bottom_box .sterling {
	padding: 10px 15px;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container {
	padding: 35px 60px;
	height: 100%;
	flex-wrap: wrap;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container form {
	margin: auto;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container p {
	font-size: 12px;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container h5 {
	color: #526e5e;
	font-family: "Gild bold";
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container h6 {
	font-family: "Gild bold";
	margin-bottom: 25px;
	line-height: 1.2;
	color: #8e9e92;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container input[type="text"],
.section_wrapper[data-section="chapter_ten"] .register_form .form_container input[type="email"] {
	width: 100%;
	display: block;
	font-family: "Gotham book";
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	border-bottom: 1px solid #526e5e;
	line-height: 26px;
	margin-bottom: 20px;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container input::placeholder {
	text-transform: uppercase;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container .postal {
	text-transform: uppercase;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container .error_message {
	display: none;
	font-size: 10px;
	color: red;
	margin-top: -15px;
	margin-bottom: 5px;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container .checkbox {
	display: inline-block;
	position: relative;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container .checkbox input {
	position: absolute;
	opacity: 0;
	width: 10px;
	height: 10px;
	left: 30px;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container .checkbox label {
	font-family: "Gotham book";
	font-size: 14px;
	padding-left: 49px;
	position: relative;
	cursor: pointer;
	text-transform: none;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container .checkbox label:before {
	position: absolute;
	top: 1px;
	display: block;
	left: 20px;
	width: 16px;
	content: "";
	height: 16px;
	margin-left: 5px;
	border: 1px solid #526e5e;
	background: transparent;
	border-radius: 50%;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container .checkbox input[type="radio"]:checked + label:before,
.section_wrapper[data-section="chapter_ten"] .register_form .form_container .checkbox input[type="checkbox"]:checked + label:before {
	content: "";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 28px;
	color: #4b4b4b;
	text-align: center;
	line-height: 14px;
	background: #526e5e;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container .broker {
	margin-bottom: 20px;
	padding-top: 10px;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container .broker p {
	font-family: "Gotham book";
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	margin-bottom: 0;
}
.section_wrapper[data-section="chapter_ten"] .register_form .form_container p.disclaimer {
	font-size: 9px;
	line-height: 1.3;
	margin-top: 20px;
}
.section_wrapper[data-section="chapter_ten"] .register_form .my_btn {
	background: #526e5e;
	color: #fff;
	margin-top: 20px;
}
.section_wrapper[data-section="chapter_ten"] .register_form .thank_you_message {
	display: none;
	max-width: 400px;
	margin: auto;
}
.section_wrapper[data-section="chapter_ten"] .register_form .thank_you_message h2 {
	font-size: 70px;
	line-height: 50px;
	margin-bottom: 30px;
}
.section_wrapper[data-section="chapter_ten"] .register_form .thank_you_message p {
	font-family: "Gotham medium";
	font-size: 14px;
	text-transform: uppercase;
}
.section_wrapper[data-section="chapter_ten"] .thank_you_container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 5;
}
.section_wrapper[data-section="chapter_ten"] .thank_you_container .thank_you {
	position: absolute;
	width: 400px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section_wrapper[data-section="chapter_ten"] .thank_you_container .thank_you .content {
	position: absolute;
	width: 45%;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.section_wrapper[data-section="chapter_ten"] .thank_you_container .thank_you h2 {
	font-size: 70px;
	line-height: 50px;
	margin-bottom: 30px;
}
.section_wrapper[data-section="chapter_ten"] .thank_you_container .thank_you p {
	font-family: "Gotham medium";
	font-size: 14px;
	text-transform: uppercase;
}
.section_wrapper[data-section="chapter_ten"] .thank_you_container .thank_you .close_icon {
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
}
.section_wrapper[data-section="chapter_ten"] .under_footer p.title {
	color: #8e9e92;
	font-size:14px;
}
.section_wrapper[data-section="chapter_ten"] .under_footer .social img {
	width: 44px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
	image-rendering: -webkit-optimize-contrast;
}
.section_wrapper[data-section="chapter_ten"] .under_footer .contact_item img {
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}
.section_wrapper[data-section="chapter_ten"] .under_footer .contact_item p {
	display: inline-block;
	vertical-align: middle;
	color: #8e9e92;
}
.section_wrapper[data-section="chapter_ten"] .under_footer p.disclaimer {
	font-size: 10px;
}
.section_wrapper[data-section="chapter_ten"] .under_footer p.disclaimer a:hover {
	color: #349bd3;
}

/* ----------- CHAPTER CONTACT END -------------------- */
@keyframes floatLeft {
	0% {
		transform: translate(-40%, 0px);
	}
	50% {
		transform: translate(-40%, -20px);
	}
	100% {
		transform: translate(-40%, 0px);
	}
}
@keyframes floatRight {
	0% {
		transform: translate(40%, 0px);
	}
	50% {
		transform: translate(40%, -20px);
	}
	100% {
		transform: translate(40%, 0px);
	}
}
@keyframes floatSide {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(-20px, -10px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}
@keyframes loader {
	0% {
		height: 0px;
	}
	50% {
		height: 75px;
	}
	100% {
		height: 150px;
	}
}
/* colors */
@media (max-width: 1300px) {
	.menu.desktop {
		width: 120px;
	}
	.menu.desktop .menu_logo {
		padding-top: 20px;
	}

	.content_wrapper {
		padding-left: 120px;
	}

	.sticky_header {
		left: 120px;
	}
	.sticky_header img {
		width: 30px;
	}

	.counter span {
		font-size: 50px;
	}

	/* ----------- START SECTION ---------------- */
	/* ----------- START SECTION END ---------------- */
	/* ----------- CHAPTER ONE -------------------- */
	.section_wrapper[data-section="chapter_one"] .whitby_numbers {
		padding-right: 0;
	}

	/* ----------- CHAPTER ONE END -------------------- */
	/* ----------- CHAPTER TWO -------------------- */
	/* ----------- CHAPTER TWO END -------------------- */
	/* ----------- CHAPTER THREE -------------------- */
	/* ----------- CHAPTER THREE END -------------------- */
	/* ----------- CHAPTER FOUR  -------------------- */
	.section_wrapper[data-section="chapter_four"] {
		/*  amenity map */
		/*  amenity map end */
	}
	.section_wrapper[data-section="chapter_four"] .amenity_map #map {
		min-height: 65vh;
	}
	.section_wrapper[data-section="chapter_four"] .amenity_map .controls {
		position: relative;
	}
	.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option {
		width: 88px;
	}
	.section_wrapper[data-section="chapter_four"] .amenity_map .controls .option p {
		font-size: 11px;
	}

	/* ----------- CHAPTER FOUR END -------------------- */
	/* ----------- CHAPTER SIX -------------------- */
	.section_wrapper[data-section="chapter_six"] .my_btn {
		margin-top: 40px;
		line-height: 28px;
		width: 140px;
		max-width: 90%;
		font-size: 12px;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		background: #526e5e;
		cursor: pointer;
	}
	.section_wrapper[data-section="chapter_six"] .my_btn.grey {
		background: #8c8c8c;
		width: 230px;
		padding: 5px 0;
	}
	.section_wrapper[data-section="chapter_six"] .my_btn.grey img {
		display: inline-block;
		vertical-align: middle;
		margin-left: 5px;
	}
	.section_wrapper[data-section="chapter_six"] .house_options .item p.size {
		font-family: "Gild bold";
		font-size: 22px;
		padding: 10px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		line-height: 1;
	}
	.section_wrapper[data-section="chapter_six"] .house_options .item .short_line {
		display: inline-block;
		height: 1px;
		margin: 0 5px;
	}
	.section_wrapper[data-section="chapter_six"] .house_options .item .item_container {
		margin-top: 15px;
		margin-bottom: 10px;
		position: relative;
	}
	.section_wrapper[data-section="chapter_six"] .house_options .item .item_container .overlay {
		opacity: 0;
		transition: all 0.3s;
		cursor: pointer;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(89, 109, 95, 0.8);
	}
	.section_wrapper[data-section="chapter_six"] .house_options .item .item_container .overlay p {
		font-family: "Gotham Book";
		color: #fff;
		text-align: center;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 17px;
		line-height: 1.2;
		text-transform: uppercase;
		width: 100%;
	}
	.section_wrapper[data-section="chapter_six"] .house_options .item .item_container:hover .overlay {
		opacity: 1;
	}
	.section_wrapper[data-section="chapter_six"] .house_options .item .long_line {
		height: 1px;
	}
	.section_wrapper[data-section="chapter_six"] .house_options .item.house_32 p.size {
		color: #707070;
	}
	.section_wrapper[data-section="chapter_six"] .house_options .item.house_32 .long_line {
		background: #707070;
	}
	.section_wrapper[data-section="chapter_six"] .house_options .item.house_36 p.size {
		color: #b9b37b;
	}
	.section_wrapper[data-section="chapter_six"] .house_options .item.house_36 .long_line {
		background: #b9b37b;
	}
	.section_wrapper[data-section="chapter_six"] .house_options .item.house_38 p.size {
		color: #8d86a9;
	}
	.section_wrapper[data-section="chapter_six"] .house_options .item.house_38 .long_line {
		background: #8d86a9;
	}
	.section_wrapper[data-section="chapter_six"] .home_designs .control_stripe p {
		font-size: 14px;
	}
	.section_wrapper[data-section="chapter_six"] .home_designs .model_details .rendering img {
		max-width: 100%;
	}

	/* ----------- CHAPTER SIX END -------------------- */
	/* ----------- CHAPTER CONTACT -------------------- */
	/* ----------- CHAPTER CONTACT END -------------------- */
}
@media (max-width: 1100px) {
	.section_wrapper[data-section="chapter_one"] .city_whitby .box {
		width: 130px;
		height: 130px;
	}
}
@media (max-height: 700px) {
	.menu.desktop .timeline ul li {
		margin: 0 auto 28px;
	}
	.menu.desktop .timeline ul li:last-of-type {
		margin-bottom: 0;
	}
	.menu.desktop .round_btn {
		width: 75px;
		height: 75px;
		margin-bottom: 20px;
	}
	.menu.desktop .round_btn p {
		font-size: 12px;
	}
}
@media (max-height: 600px) {
	.menu.desktop .builder {
		display: none;
	}
}
@media (max-width: 991px) {
	body {
		overflow-x: hidden;
	}

	h3 {
		font-size: 22px;
	}

	.main_poster .row {
		min-height: auto;
	}
	.main_poster .green_box {
		display: none;
	}
	.main_poster .poster_container .coming_soon {
		bottom: auto;
		top: 40%;
	}
	.main_poster .chapter_nav {
		position: relative;
		bottom: auto;
		right: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main_poster .chapter_nav p.small {
		color: #090505;
	}
	.main_poster .chapter_nav p.big {
		color: #090505;
	}
	.main_poster.center_text .chapter_nav {
		bottom: auto;
		transform: none;
	}

	.content_wrapper {
		padding-left: 0;
	}

	.sticky_header {
		left: 0;
		padding: 15px 0;
	}
	.sticky_header img {
		width: 30px;
	}
	.sticky_header p {
		font-size: 15px;
	}

	.my_section {
		padding-right: 15px;
	}

	.sub_head {
		display: none;
	}

	.vh-50 {
		min-height: 50vh;
	}

	/* ----------- START SECTION ---------------- */
	/* ----------- START SECTION END ---------------- */
	/* ----------- CHAPTER ONE -------------------- */
	.section_wrapper[data-section="chapter_one"] .city_whitby .box {
		width: 97px;
		height: 97px;
	}
	.section_wrapper[data-section="chapter_one"] .city_whitby .green_box {
		width: 96%;
		right: 2%;
	}

	/* ----------- CHAPTER ONE END -------------------- */
	/* ----------- CHAPTER TWO -------------------- */
	.section_wrapper[data-section="chapter_two"] .local_living .img_container {
		height: auto;
	}
	.section_wrapper[data-section="chapter_two"] .local_living .green_box {
		height: calc(110% + 20px);
	}
	.section_wrapper[data-section="chapter_two"] .local_living .floating_img {
		transition: all 0.4s;
		position: relative;
		z-index: 3;
		display: block;
		margin: 0 auto 20px;
	}
	.section_wrapper[data-section="chapter_two"] .local_living .floating_img.img_1 {
		top: auto;
		left: auto;
	}
	.section_wrapper[data-section="chapter_two"] .local_living .floating_img.img_2 {
		top: auto;
		left: auto;
	}
	.section_wrapper[data-section="chapter_two"] .local_living .floating_img.img_3 {
		top: auto;
		right: auto;
	}
	.section_wrapper[data-section="chapter_two"] .local_living .floating_img.img_4 {
		top: auto;
		left: auto;
	}
	.section_wrapper[data-section="chapter_two"] .local_living .floating_img.img_5 {
		top: auto;
		left: auto;
	}
	.section_wrapper[data-section="chapter_two"] .local_living .floating_img.img_6 {
		top: auto;
		right: auto;
	}
	.section_wrapper[data-section="chapter_two"] .local_living .floating_img.img_7 {
		top: auto;
		left: auto;
	}
	.section_wrapper[data-section="chapter_two"] .transportation .text_box {
		background: #edf4ec;
	}
	.section_wrapper[data-section="chapter_two"] .transportation .transportation .mr_top {
		width: 75%;
	}
	.section_wrapper[data-section="chapter_two"] .sports .sport_info {
		width: 90%;
		top: auto;
		transform: translate(-50%, 0);
		bottom: 10%;
		padding: 30px;
	}
	.section_wrapper[data-section="chapter_two"] .sports .sport_info img {
		margin-bottom: 15px;
	}
	.section_wrapper[data-section="chapter_two"] .sports .sport_info .close_icon {
		top: 7px;
		right: 7px;
		width: 18px;
	}

	/* ----------- CHAPTER TWO END -------------------- */
	/* ----------- CHAPTER THREE -------------------- */
	/* ----------- CHAPTER THREE END -------------------- */
	/* ----------- CHAPTER FOUR -------------------- */
	/* ----------- CHAPTER FOUR END -------------------- */
	/* ----------- CHAPTER FIVE -------------------- */
	.section_wrapper[data-section="chapter_five"] .siteplan_image_container .zoom_icon {
		position: relative;
		left: auto;
		margin-left: 10px;
	}

	/* ----------- CHAPTER FIVE END -------------------- */
	/* ----------- CHAPTER SIX -------------------- */
	.section_wrapper[data-section="chapter_six"] .home_details .model_details_container .right .floorplan_slider .img-fluid {
		padding: 0px 55px;
	}

	/* ----------- CHAPTER SIX END -------------------- */
	/* ----------- CHAPTER SEVEN -------------------- */
	/* ----------- CHAPTER SEVEN END -------------------- */
	/* ----------- CHAPTER EIGHT -------------------- */
	.section_wrapper[data-section="chapter_eight"] .builder_story .text_box {
		padding: 30px;
		background: #edf4ec;
	}
	.section_wrapper[data-section="chapter_eight"] .builder_story .logo {
		margin-top: 55px;
	}
	.section_wrapper[data-section="chapter_eight"] .builder_story .info_container .info {
		padding: 20px;
	}
	.section_wrapper[data-section="chapter_eight"] .builder_story .info_container .info p {
		font-size: 10px;
	}

	/* ----------- CHAPTER EIGHT END -------------------- */
	/* ----------- CHAPTER NINE -------------------- */
	/* ----------- CHAPTER NINE END -------------------- */
	.section_wrapper[data-section="chapter_ten"] .register_form .form_container {
		padding: 0;
	}
	.section_wrapper[data-section="chapter_ten"] .register_form .form_container .broker p {
		display: block;
		margin-bottom: 10px;
	}
}
@media (max-width: 700px) {
	/* ----------- CHAPTER SIX -------------------- */
	.section_wrapper[data-section="chapter_six"] .detached_homes .item {
		margin-bottom: 35px;
	}
	.section_wrapper[data-section="chapter_six"] .home_designs .slide_container {
		flex-wrap: wrap;
	}
	.section_wrapper[data-section="chapter_six"] .home_designs .designs_container {
		max-height: none;
		padding-right: 0;
	}
	.section_wrapper[data-section="chapter_six"] .home_designs .designs_container::-webkit-scrollbar {
		width: 0px !important;
	}
	.section_wrapper[data-section="chapter_six"] .home_designs .model_details .rendering {
		margin-bottom: 15px;
	}
	.section_wrapper[data-section="chapter_six"] .home_details .model_details_container {
		flex-wrap: wrap;
	}
	.section_wrapper[data-section="chapter_six"] .home_details .model_details_container .left {
		width: 100%;
	}
	.section_wrapper[data-section="chapter_six"] .home_details .model_details_container .right {
		width: 100%;
		border-left: 1px solid #000;
		border-top: none;
	}
	.section_wrapper[data-section="chapter_six"] .home_details .control_stripe p {
		font-size: 11px;
	}

	/* ----------- CHAPTER SIX END -------------------- */
	/* ----------- CHAPTER NINE -------------------- */
	.section_wrapper[data-section="chapter_nine"] .portal .downloads {
		height: auto;
		padding: 30px 40px;
		margin-bottom: 40px;
	}
	.section_wrapper[data-section="chapter_nine"] .box {
		display: flex;
		flex-wrap: wrap;
	}
	.section_wrapper[data-section="chapter_nine"] .image {
		width: 100%;
	}
	.section_wrapper[data-section="chapter_nine"] .info {
		width: 100%;
		padding: 30px 25px;
	}
	.section_wrapper[data-section="chapter_nine"] .info p {
		font-size: 16px;
	}

	/* ----------- CHAPTER NINE END -------------------- */
}
@media (max-width: 600px) {
	.main_poster .poster_container .coming_soon {
		left: 5%;
		width: 120px;
		top: 35%;
	}
}
.padding-top-paragraph {
	padding-top: 10px;
}

.interior_highlights {
	display: flex;
	justify-content: center;
}
.interior_highlights .image_container {
	position: relative;
	display: flex;
	width: 75%;
}
.interior_highlights .image_container .placeholder_img {
	opacity: 0;
}
.interior_highlights .image_container img {
	display: block;
}
.interior_highlights .image_container .points_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	display: none;
}
.interior_highlights .image_container .points_img.kitchen {
	display: block;
}
.interior_highlights .image_container .controls {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	text-align: center;
	z-index: 3;
	top: 0;
	background: #8c8c8c;
	color: #ffffff;
	padding: 5px 0px;
	cursor: pointer;
}
.interior_highlights .image_container .controls .btn {
	transition: all 0.3s;
}
.interior_highlights .image_container .controls .btn.active {
	text-decoration: underline;
	font-weight: bold;
}
.interior_highlights .image_container .btn {
	font-size: 12px;
}
.interior_highlights .image_container.active {
	text-decoration: underline;
}

.highlight_text {
	background: #edf4ec;
	width: 30%;
	color: #000;
	padding: 30px 20px;
}
.highlight_text h5 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.highlight_text .number {
	position: relative;
	z-index: 3;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #fff;
}
.highlight_text .number > p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	line-height: 1.2;
	color: #8c8c8c;
	margin: 0 !important;
}
.highlight_text .outer_circle {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	border-radius: 50%;
	background: #fff;
	z-index: 2;
	border: 1px solid #8c8c8c;
}
.highlight_text .number_container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.number {
	position: relative;
	z-index: 3;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	border: 2px solid #8c8c8c;
}
.number > p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	line-height: 1.2;
	color: #000;
}

#interior_features .white-box .pointer-number {
	background: #9c8cb2;
}
#interior_features .white-box .pointer-number.upgrade-click {
	background: #2b5329;
}

@keyframes bgChange {
	0%,
	100% {
		background: rgba(0, 0, 0, 0.3);
	}
	50% {
		background: rgba(87, 87, 87, 0.3);
	}
}
@keyframes bgUpgradeChange {
	0%,
	100% {
		background: #2b5329;
	}
	50% {
		background: #000;
	}
}
.number_container {
	position: absolute;
	z-index: 4;
	cursor: pointer;
}
.number_container p {
	font-family: "Gotham Book";
	font-size: 12px;
	color: #000;
}
.number_container:hover,
.number_container.active {
	z-index: 4;
}
.number_container:hover .number,
.number_container.active .number {
	background: #8c8c8c;
}
.number_container:hover .description,
.number_container.active .description {
	opacity: 1;
	visibility: visible;
}
.number_container[data-id="1"] {
	left: 13%;
	top: 20%;
}
.number_container[data-id="2"] {
	left: 25%;
	top: 43%;
}
.number_container[data-id="3"] {
	left: 38%;
	top: 50%;
}
.number_container[data-id="4"] {
	left: 34%;
	top: 13%;
}
.number_container[data-id="5"] {
	top: 33%;
	left: 70%;
}
.number_container[data-id="6"] {
	left: 55%;
	top: 28%;
}
.number_container[data-id="7"] {
	left: 82%;
	top: 32%;
}
.number_container[data-id="8"] {
	left: 87%;
	top: 55%;
}
.number_container[data-id="9"] {
	left: 78%;
	top: 50%;
}
.number_container[data-id="10"] {
	top: 58%;
	left: 85%;
}
.number_container[data-id="11"] {
	top: 66%;
	left: 45%;
}

.number_container {
	position: absolute;
	z-index: 4;
	cursor: pointer;
}
.number_container p {
	font-family: "Gotham Book";
	font-size: 12px;
	color: #000;
}
.number_container:hover,
.number_container.active {
	z-index: 4;
}
.number_container:hover .number,
.number_container.active .number {
	background: #9c8cb2;
}
.number_container:hover .description,
.number_container.active .description {
	opacity: 1;
	visibility: visible;
}
.number_container:hover .upgrade,
.number_container.active .upgrade {
	background: green;
}
.number_container[data-id="12"] {
	left: 15%;
	top: 50%;
}
.number_container[data-id="13"] {
	left: 40%;
	top: 29%;
}
.number_container[data-id="14"] {
	left: 40%;
	top: 50%;
}
.number_container[data-id="15"] {
	left: 31%;
	top: 27%;
}
.number_container[data-id="16"] {
	top: 35%;
	left: 70%;
}
.number_container[data-id="17"] {
	left: 50%;
	top: 14%;
}
.number_container[data-id="18"] {
	top: 65%;
	left: 45%;
}
.number_container[data-id="19"] {
	left: 75%;
	top: 65%;
}
.number_container[data-id="20"] {
	left: 70%;
	top: 48%;
}
.number_container[data-id="21"] {
	top: 50%;
	left: 56%;
}
.number_container[data-id="22"] {
	top: 90%;
	left: 50%;
}

.number_container {
	position: absolute;
	z-index: 4;
	cursor: pointer;
}
.number_container p {
	font-family: "Gotham Book";
	font-size: 12px;
	color: #000;
}
.number_container:hover,
.number_container.active {
	z-index: 4;
}
.number_container:hover .number,
.number_container.active .number {
	background: #9c8cb2;
}
.number_container:hover .description,
.number_container.active .description {
	opacity: 1;
	visibility: visible;
}
.number_container[data-id="23"] {
	left: 15%;
	top: 50%;
}
.number_container[data-id="24"] {
	left: 40%;
	top: 29%;
}
.number_container[data-id="25"] {
	left: 40%;
	top: 50%;
}
.number_container[data-id="26"] {
	left: 31%;
	top: 27%;
}
.number_container[data-id="27"] {
	top: 35%;
	left: 70%;
}
.number_container[data-id="28"] {
	left: 50%;
	top: 14%;
}
.number_container[data-id="29"] {
	top: 65%;
	left: 45%;
}
.number_container[data-id="30"] {
	left: 75%;
	top: 65%;
}
.number_container[data-id="31"] {
	left: 70%;
	top: 48%;
}
.number_container[data-id="32"] {
	top: 50%;
	left: 56%;
}
.number_container[data-id="33"] {
	top: 90%;
	left: 50%;
}

.number_container {
	position: absolute;
	z-index: 4;
	cursor: pointer;
}
.number_container p {
	font-family: "Gotham Book";
	font-size: 12px;
	color: #000;
}
.number_container:hover,
.number_container.active {
	z-index: 4;
}
.number_container:hover .number,
.number_container.active .number {
	background: #9c8cb2;
}
.number_container:hover .description,
.number_container.active .description {
	opacity: 1;
	visibility: visible;
}
.number_container:hover .description-right,
.number_container.active .description-right {
	opacity: 1;
	visibility: visible;
}
.number_container[data-id="laundry-1"] {
	left: 32%;
	top: 56%;
}
.number_container[data-id="laundry-2"] {
	left: 42%;
	top: 13%;
}
.number_container[data-id="laundry-3"] {
	left: 51%;
	top: 47%;
}
.number_container[data-id="laundry-4"] {
	top: 57%;
	left: 37%;
}
.number_container[data-id="laundry-5"] {
	left: 45%;
	top: auto;
	bottom: 0;
}
.number_container[data-id="laundry-6"] {
	left: 66%;
	top: 67%;
}

.number_container {
	position: absolute;
	z-index: 4;
	cursor: pointer;
}
.number_container p {
	font-family: "Gotham Book";
	font-size: 12px;
	color: #000;
}
.number_container:hover,
.number_container.active {
	z-index: 4;
}
.number_container:hover .number,
.number_container.active .number {
	background: #9c8cb2;
}
.number_container:hover .description,
.number_container.active .description {
	opacity: 1;
	visibility: visible;
}
.number_container[data-id="ensuite-1"] {
	left: 29%;
	top: 30%;
}
.number_container[data-id="ensuite-2"] {
	left: 23%;
	top: 60%;
}
.number_container[data-id="ensuite-3"] {
	left: 42%;
	top: 87%;
}
.number_container[data-id="ensuite-4"] {
	left: 49%;
	top: 67%;
}
.number_container[data-id="ensuite-5"] {
	top: 58%;
	left: 50%;
}
.number_container[data-id="ensuite-6"] {
	top: 20%;
	left: 76%;
}
.number_container[data-id="ensuite-7"] {
	left: 70%;
	top: 53%;
}
.number_container[data-id="ensuite-8"] {
	right: 11%;
	top: 49%;
}
.number_container[data-id="ensuite-9"] {
	left: 88%;
	top: 75%;
}

.number_container {
	position: absolute;
	z-index: 4;
	cursor: pointer;
}
.number_container p {
	font-family: "Gotham Book";
	font-size: 12px;
	color: #000;
}
.number_container:hover,
.number_container.active {
	z-index: 4;
}
.number_container:hover .number,
.number_container.active .number {
	background: #9c8cb2;
}
.number_container:hover .description,
.number_container.active .description {
	opacity: 1;
	visibility: visible;
}
.number_container[data-id="bedroom-1"] {
	left: 32%;
	top: 13%;
}
.number_container[data-id="bedroom-2"] {
	left: 15%;
	top: 44%;
}
.number_container[data-id="bedroom-3"] {
	left: 49%;
	top: 16%;
}
.number_container[data-id="bedroom-4"] {
	left: 90%;
	top: 57%;
}
.number_container[data-id="bedroom-5"] {
	left: 85%;
	top: 86%;
}
.number_container[data-id="bedroom-6"] {
	left: 66%;
	top: 67%;
}

.number_container {
	position: absolute;
	z-index: 4;
	cursor: pointer;
}
.number_container p {
	font-family: "Gotham Book";
	font-size: 12px;
	color: #000;
}
.number_container:hover,
.number_container.active {
	z-index: 4;
}
.number_container:hover .number,
.number_container.active .number {
	background: #9c8cb2;
}
.number_container:hover .description,
.number_container.active .description {
	opacity: 1;
	visibility: visible;
}
.number_container[data-id="living1"] {
	left: 6%;
	top: 13%;
}
.number_container[data-id="living2"] {
	top: 41%;
	left: 15%;
}
.number_container[data-id="living3"] {
	top: 65%;
	left: 22%;
}
.number_container[data-id="living4"] {
	left: 11%;
	bottom: 6%;
}

.number_container {
	position: absolute;
	z-index: 4;
	cursor: pointer;
}
.number_container p {
	font-family: "Gotham Book";
	font-size: 12px;
	color: #000;
}
.number_container:hover,
.number_container.active {
	z-index: 4;
}
.number_container:hover .number,
.number_container.active .number {
	background: #9c8cb2;
}
.number_container:hover .description,
.number_container.active .description {
	opacity: 1;
	visibility: visible;
}
.number_container[data-id="family1"] {
	top: 10%;
	left: 36%;
}
.number_container[data-id="family2"] {
	top: 27%;
	left: 51%;
}
.number_container[data-id="family3"] {
	top: 3%;
	left: 45%;
}
.number_container[data-id="family4"] {
	top: 6%;
	left: 68%;
}
.number_container[data-id="family5"] {
	top: 75%;
	left: 74%;
}

.main-width {
	max-width: 75%;
	margin: 0 auto;
}

.row-main {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
}

.item-main {
	cursor: pointer;
}

.container-main {
	width: 100%;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.background-color-palette {
	background: #f2f7f1;
}

.color-palette-styling {
	font-size: 20px;
	font-weight: 400;
	color: #526e5e;
}

.color-palette-text {
	color: #526e5e;
	font-weight: 900;
	font-weight: bold;
}

.col-md-3-palette {
	margin-right: 0;
}

.col-md-9-equisite {
	padding-right: 0;
}

.img-width-features {
	width: 100%;
	height: auto;
}

.features-center {
	display: flex;
}

.item {
	cursor: pointer;
}

.one {
	position: absolute;
	top: 10%;
}

.active {
	font-weight: bold;
}

.button-download-container {
	display: flex;
	justify-content: center;
}
.button-download-container .button-download {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #9c8cb2;
	width: fit-content;
	margin-top: 40px;
	margin-bottom: 20px;
}
.button-download-container .button-download .my_btn {
	margin: 0;
}
.button-download-container .button-download .grey_download {
	background: #9c8cb2;
	width: 300px;
	padding: 5px 0;
}
.button-download-container .button-download .grey_download img {
	vertical-align: middle;
	margin-left: 8px;
}

.background-color {
	background: #f2f7f1;
}

.margin-bottom-button {
	margin-bottom: 40px;
}

.text-align-equisite {
	text-align: center;
	padding-bottom: 20px;
}

.equiste-paragraph {
	padding: 0px 10px;
}

.col-md-3-equisite {
	padding-right: 0;
}

.modernSwiper {
	width: 300px;
	height: 300px;
}

.swiper-button-next:after {
	color: white;
	font-size: 25px !important;
}

.swiper-button-prev:after {
	color: white;
	font-size: 25px !important;
}

.swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 300px;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.tab_container {
	position: relative;
	width: 85%;
	margin: 0 auto;
}
.tab_container .cardSwiper {
	height: 50px;
}
.tab_container .features-center .img-width-features {
	width: 100%;
}
.tab_container .number_container {
	position: absolute;
	z-index: 4;
	cursor: pointer;
}
.tab_container .number_container p {
	font-family: "Gotham Book";
	font-size: 12px;
	color: #000;
	font-weight: lighter;
}
.tab_container .number_container:hover,
.tab_container .number_container.active {
	z-index: 4;
}
.tab_container .number_container:hover .number,
.tab_container .number_container.active .number {
	background: #9c8cb2 !important;
}
.tab_container .number_container:hover .description,
.tab_container .number_container.active .description {
	opacity: 1;
	visibility: visible;
}

.ensuesMargin {
	margin: 0;
}

#interior_features {
	max-width: calc(100vh * 1.3);
	margin: 0 auto;
}
#interior_features .border-active {
	border: 2px solid white;
}
#interior_features .number {
	background: #9c8cb2;
}
#interior_features .tab_container .number_container:hover .number,
#interior_features .tab_container .number_container.active .number {
	background: #fff !important;
}
#interior_features .tab_container .number_container:hover .number,
#interior_features .tab_container .number_container.active .number {
	background: #fff !important;
}

.exterior_slider .swiper-button-prev {
	left: 28%;
	background-image: url(../img/chapter_seven/slider_arrow_white_left.png) !important;
}
.exterior_slider .swiper-button-next {
	right: 28%;
	background-image: url(../img/chapter_seven/slider_arrow_white_right.png) !important;
}

@media (max-width: 991px) {
	.exterior_slider .swiper-button-prev {
		left: 2%;
	}
	.exterior_slider .swiper-button-next {
		right: 2%;
	}
}
.features-container-package .controls-package {
	display: flex;
	justify-content: space-evenly;
	background: #8c8c8c;
	padding: 20px 0px;
	color: #fff;
	max-width: 85%;
	margin: 0 auto;
	cursor: pointer;
}

.logo-styling {
	max-width: 200px;
}

.ensuesMargin {
	margin: 0;
	width: 100%;
}

.features-center-package {
	display: flex;
	justify-content: center;
}
.features-center-package .img-width-package {
	width: 85%;
	height: auto;
	border-right: 1px solid #8c8c8c;
	border-left: 1px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
}

.padding-top-titles {
	padding-top: 60px;
	padding-bottom: 30px;
}

.controls-card {
	display: flex;
	justify-content: space-evenly;
	background: #707c6c;
	padding: 20px 0px;
	color: #fff;
	max-width: 100%;
	margin: 0 auto;
	cursor: pointer;
}

.section-wrapper {
	display: flex;
	justify-content: center;
}

.margin-top-dkstudios h3 {
	margin-top: 80px;
}

.overriding-row {
	/* min-height: 500px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.logoDkstudios {
	max-width: 400px;
}

.active-tab {
	animation: fadeIn 0.48s;
	-webkit-animation: fadeIn 0.48s;
	-moz-animation: fadeIn 0.48s;
	-o-animation: fadeIn 0.48s;
	-ms-animation: fadeIn 0.48s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media (min-width: 200px) {
	.controls-card {
		font-size: 7px !important;
	}

	.controls-features {
		font-size: 7px !important;
	}

	.controls-main {
		font-size: 7px !important;
	}
}
@media (min-width: 400px) {
	.features-container-package .controls-package {
		font-size: 8px !important;
	}

	.controls-card {
		font-size: 8px !important;
	}
}
@media (min-width: 600px) {
	.controls-main {
		font-size: 8px !important;
	}
}
@media (min-width: 800px) {
	.features-container-package .controls-package {
		font-size: 12px !important;
	}

	.controls-card {
		font-size: 12px !important;
	}

	.controls-main {
		font-size: 12px !important;
	}
}
@media (min-width: 1000px) {
	.features-container-package .controls-package {
		font-size: 16px !important;
	}

	.controls-card {
		font-size: 16px !important;
	}

	.controls-main {
		font-size: 16px !important;
	}
}
.main_poster .poster-center {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

@media (min-width: 200px) {
	.main_poster .dkCenter {
		position: relative;
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}

	.paragraph-bottom {
		padding-bottom: 30px;
	}

	.padding-top-paragraph {
		display: flex;
		justify-content: center;
	}
	.padding-top-paragraph .paragraph-width {
		width: 80%;
		margin: 0 auto;
	}
}
@media (min-width: 1000px) {
	.main_poster .dkCenter {
		position: relative;
		display: flex;
		justify-content: center;
		margin-top: 0px;
	}

	.padding-top-paragraph {
		display: flex;
		justify-content: center;
	}
	.padding-top-paragraph .paragraph-width {
		width: 100%;
	}
}
.features-container .active {
	text-decoration: underline !important;
}

.features-container-package .active {
	text-decoration: underline !important;
}

.tab_container .number_container {
	z-index: 2;
}

@media (min-width: 200px) {
	.modern-image {
		width: 84px;
		margin: 0 auto;
		cursor: pointer;
	}

	.one-p {
		top: 35% !important;
	}

	.corporate-modal {
		position: fixed;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 99;
		display: none;
	}
	.corporate-modal .wrapper-modal {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.corporate-modal .wrapper-modal .container-modal {
		background: #edf4ec;
		width: 98%;
		display: flex;
		padding: 50px 30px;
		align-items: center;
		position: relative;
		border: 1px solid black;
		flex-direction: column;
	}
	.corporate-modal .wrapper-modal .container-modal .close-corporate-modal {
		position: absolute;
		top: 10px;
		right: 10px;
		height: 29px;
	}
	.corporate-modal .wrapper-modal .container-modal .true-life-img {
		max-width: 133px;
		image-rendering: -webkit-optimize-contrast;
	}
	.corporate-modal .wrapper-modal .container-modal .modal-description p {
		line-height: 1.4;
		padding-top: 20px;
	}

	.true-life-partners {
		margin: 5px;
	}

	.true-life-box {
		margin: 5px;
	}

	.sophistication {
		color: #596d5f !important;
		font-family: "Gotham Book" !important;
		padding-top: 30px;
		font-size: 20px !important;
	}

	.box-modern-kitchen {
		margin-left: 10px;
		margin-right: 10px;
	}

	.important-width {
		flex: 100% !important;
		max-width: 100% !important;
	}

	.inner .active {
		text-decoration: underline;
	}

	.container-inner-interior {
		width: 100%;
		background: #edf4ec;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.mobile-title {
		padding-top: 20px;
		font-family: "Gotham Book" !important;
		text-align: center;
		color: #596d5f;
		font-size: 16px !important;
	}

	.h4-title {
		font-size: 18px !important;
		font-family: "Gotham Book" !important;
		color: #596d5f !important;
	}

	.main-features {
		width: 100%;
		padding: 20px 10px;
		color: #ffffff;
		flex-wrap: wrap;
	}
	.main-features .item-features {
		width: 32.3%;
		text-align: center;
		font-size: 9px !important;
		margin: 5px 0;
	}

	.item-main-package-menu {
		width: 100%;
		padding: 20px 10px;
		color: #ffffff;
		flex-wrap: wrap;
	}
	.item-main-package-menu .item-main-package {
		width: 34.3%;
		text-align: center;
		font-size: 9px !important;
		margin: 5px 0;
	}

	.item-card-one {
		font-size: 10px !important;
	}

	.inner {
		width: 100%;
		padding: 20px 10px;
		color: #ffffff;
		flex-wrap: wrap;
	}
	.inner .item {
		width: 33.3%;
		text-align: center;
		font-size: 9px !important;
		margin: 5px 0;
	}

	.main-interior-container {
		width: 100%;
		height: calc(100vh - 200px);
		background: #edf4ec;
		min-height: 500px;
		display: flex;
		flex-direction: column;
	}

	.container-interior-one {
		width: 100%;
		height: 20%;
		background: #edf4ec;
		display: flex;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.container-interior-two {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.container-interior-kitchen {
		width: 100%;
		height: 80%;
		position: relative;
	}

	.container-interior-laundry {
		width: 100%;
		height: 80%;
		position: relative;
	}

	.upgrade {
		position: relative;
		width: 15px;
		height: 15px;
		z-index: 3;
		border-radius: 50%;
		background: #2b5329;
		border: 2px solid #8c8c8c;
	}

	.p-box {
		font-size: 7px !important;
		margin-left: 10px;
	}

	.container-upgrade-flex {
		display: flex;
		flex-direction: row;
		margin-bottom: 8px;
	}

	.number-span {
		color: white;
		font-size: 10px !important;
	}

	.display-none {
		display: none;
	}

	.testing-active {
		text-decoration: underline;
		font-weight: bold;
	}

	.description {
		display: none;
	}

	.description-right {
		display: block;
		opacity: 0;
		visibility: hidden;
		top: 0;
		width: 165px;
		position: absolute;
		right: 25px;
		padding: 3px 10px 3px 20px;
		transition: all 0.4s;
		background: #fff;
		z-index: 5;
		top: 50%;
		transform: translate(0, -50%);
	}

	.description-right {
		opacity: 1;
		visibility: visible;
	}

	.desktop-title {
		display: none;
	}

	.controls-main {
		display: flex;
		justify-content: space-evenly;
		background: #526e5e;
		padding: 20px 0px;
		color: #fff;
		max-width: 100%;
		margin: 0 auto;
		cursor: pointer;
	}

	.margin-bottom-button {
		margin-top: 20px;
	}

	.features-center-package {
		justify-content: center;
		display: flex;
	}

	.content-slider {
		display: flex;
	}

	.interior-menu {
		display: flex;
		justify-content: space-evenly;
		background: #596d5f;
		color: white;
		padding: 20px 0px;
	}

	.container-plots {
		height: 100%;
		position: relative;
	}

	.white-box-text {
		padding: 5px 10px;
	}

	.center-upgrade {
		display: flex;
		justify-content: center;
	}

	.container-box {
		display: flex;
		justify-content: center;
	}

	.box-red {
		width: 100%;
		padding: 10px 5px;
		background: #f2f7f1;
	}

	.community_slider_container .communitySwiper {
		width: 100%;
		height: 100%;
		background: blue;
	}

	.white-box {
		width: 100%;
		height: 30%;
		background: #d3d3d3;
		position: relative;
		bottom: 0%;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.white-box-flex-center {
		display: flex;
		justify-content: center;
		flex-direction: row;
	}

	.padding-white-box {
		padding: 5px;
	}

	.padding-top-white-box {
		padding-top: 3px;
	}

	.white-box-p {
		position: relative;
		text-align: center;
		color: #000000 !important;
		font-size: 10px !important;
		font-family: "Gotham Book" !important;
		padding-bottom: 3px;
	}

	.position-image-features {
		position: relative;
	}

	.number-center {
		left: 15px;
		width: 100%;
		z-index: 3;
		color: #fff;
		text-align: center;
		padding-bottom: 5px;
		margin-bottom: 8px;
	}

	.features-center-package .img-width-package {
		width: 100%;
	}

	.features-container-package .controls-package {
		max-width: 100%;
	}

	.features-container-package .controls-package {
		font-size: 9px !important;
	}

	.interior-menu .item {
		font-size: 9px !important;
	}

	.tab_container .features-center .img-width-features {
		width: 100%;
	}

	.number-mobile {
		color: #fff;
		font-size: 10px;
	}

	.number {
		position: relative;
		width: 15px;
		height: 15px;
		margin-bottom: 10px;
	}

	.flex-arrow-container {
		display: flex;
		justify-content: center;
	}

	.upgrade:hover {
		background: #1e3a1c !important;
	}

	.margin-top-tabs {
		margin-top: 40px;
	}

	.controls-features {
		display: flex;
		justify-content: space-evenly;
		background: #8c8c8c;
		padding: 20px 0px;
		color: #fff;
		font-size: 8px;
		width: 100%;
		margin: 0 auto;
		cursor: pointer;
	}

	.tab_container {
		width: 100%;
	}

	.padding-top-title {
		padding-top: 30px !important;
		padding: 0px 15px;
	}
}
#chapter_seven {
	overflow-x: hidden;
}

@media (min-width: 375px) {
	.p-box {
		font-size: 8px !important;
		margin-left: 10px;
	}

	.features-container-package .controls-package {
		font-size: 9px !important;
	}

	.inner .item {
		font-size: 9px !important;
	}

	.item-card-one {
		font-size: 9px !important;
	}

	.controls-features {
		font-size: 9px !important;
	}
}
@media (min-width: 400px) {
	.modern-image {
		width: 110px;
		cursor: pointer;
	}

	.sophistication {
		color: #596d5f !important;
		font-family: "Gotham Book" !important;
		padding-top: 30px;
		font-size: 24px;
	}
}
@media (min-width: 500px) {
	.inner {
		width: 100%;
		padding: 20px 10px;
		color: #ffffff;
		flex-wrap: nowrap;
	}
	.inner .item {
		width: 100%;
		text-align: center;
		font-size: 10px !important;
		margin: 5px 0;
	}

	.item-main-package-menu {
		flex-wrap: nowrap;
		padding: 20px 10px;
		color: #ffffff;
		width: 100%;
	}
	.item-main-package-menu .item-main-package {
		width: 100%;
		text-align: center;
		font-size: 10px !important;
		margin: 5px 0;
	}

	.main-features {
		width: 100%;
		padding: 20px 10px;
		color: #ffffff;
		flex-wrap: nowrap;
	}
	.main-features .item-features {
		width: 100%;
		text-align: center;
		font-size: 10px !important;
		margin: 5px 0;
	}

	.item-card-one {
		font-size: 10px !important;
	}

	.box-modern-kitchen {
		margin-left: 20px;
		margin-right: 20px;
	}

	.h4-title {
		color: #596d5f !important;
		font-size: 22px !important;
		font-family: "Gotham Book" !important;
	}

	.upgrade {
		width: 25px;
		height: 25px;
	}

	.number {
		width: 22px;
		height: 22px;
	}

	.interior-menu .item {
		font-size: 10px !important;
	}

	.p-box {
		font-size: 11px !important;
	}

	.white-box-p {
		font-size: 10px !important;
	}

	.features-container-package .controls-package {
		font-size: 10px !important;
	}

	.controls-features {
		font-size: 10px !important;
	}

	.font-h4 {
		font-family: "Gild" !important;
		color: black;
		padding-top: 50px;
	}
}
@media (min-width: 700px) {
	.p-box {
		font-size: 12px !important;
	}

	.features-container-package .controls-package {
		font-size: 12px !important;
	}

	.white-box-p {
		font-size: 12px !important;
	}

	.inner {
		font-size: 12px !important;
	}

	.interior-menu .item {
		font-size: 12px !important;
	}

	.item-card-one {
		font-size: 12px !important;
	}

	.inner .item {
		font-size: 12px !important;
	}

	.main-features .item-features {
		font-size: 12px !important;
	}

	.item-main-package-menu .item-main-package {
		font-size: 12px !important;
	}

	.controls-features {
		font-size: 12px !important;
	}

	.modern-image {
		width: 110px;
		margin: 0 auto;
		cursor: pointer;
	}
}
@media (min-width: 900px) {
	.interior-container {
		display: flex;
		justify-content: center;
	}

	.interior-menu {
		margin-bottom: 1.5em;
		width: 50vw;
	}
}
@media (min-width: 991px) {
	.flex-arrow-container {
		width: 85%;
		display: flex;
		justify-content: flex-end;
	}

	.margin-bottom-button {
		margin-top: 0px;
	}
}
@media (min-width: 990px) {
	.single-tab {
		height: 50% !important;
	}

	.desktop-title {
		display: block;
		font-family: "Gotham Book" !important;
		text-align: center;
		color: #596d5f;
		font-size: 16px !important;
	}

	.trulife {
		display: flex;
		justify-content: center;
	}

	.p-box {
		font-size: 13px !important;
	}

	.mobile-title {
		display: none;
	}

	.features-container-package .controls-package {
		font-size: 14px !important;
	}

	.container-inner-interior {
		height: 80%;
		justify-content: space-evenly;
	}

	.inner .item {
		font-size: 14px !important;
	}

	.main-features .item-features {
		font-size: 14px !important;
	}

	.item-card-one {
		font-size: 14px !important;
	}

	.item-main-package-menu .item-main-package {
		font-size: 14px !important;
	}

	.interior-menu {
		font-size: 14px !important;
	}

	.controls-features {
		font-size: 14px !important;
	}

	.features-center-package .img-width-package {
		width: 78%;
	}

	.white-box {
		width: 100%;
	}

	.tab_container {
		width: 78%;
	}

	#interior_features .tab_container {
		width: 100%;
	}
	#interior_features .controls-features {
		width: 100%;
	}

	.controls-main {
		max-width: 78%;
	}

	.community_slider_container .communitySwiper {
		width: 78%;
		height: 80%;
	}

	.features-container-package .controls-package {
		max-width: 78%;
	}

	.tab_container .features-center .img-width-features {
		width: 100%;
	}

	.controls-features {
		width: 78%;
	}

	.inner {
		width: 78%;
	}

	.main-interior-container {
		width: 78%;
		display: flex;
		flex-direction: row;
		min-height: 450px;
		height: calc(100vh - 300px);
		margin: 0 auto;
	}

	.container-interior-one {
		width: 28%;
		height: 100%;
		flex-direction: column;
	}

	.container-interior-two {
		width: 100%;
		height: 100%;
	}

	.container-interior-kitchen {
		width: 100%;
		height: 100%;
	}

	.container-interior-laundry {
		width: 100%;
		height: 100%;
	}
}
@media (min-width: 1136px) {
	.important-width {
		flex: 0 0 33.3333333333% !important;
		max-width: 33.3333333333% !important;
	}

	.container-modal {
		background: #edf4ec;
		width: 65%;
		display: flex;
		padding: 50px 30px;
		align-items: center;
		position: relative;
		border: 1px solid black;
		flex-direction: row;
	}
}
@media (min-width: 990px) {
	.number-span {
		display: none;
	}

	.corporate-modal {
		position: fixed;
		left: 120px;
		top: 0;
		width: calc(100vw - 120px);
		height: 100vh;
		z-index: 99;
		display: none;
	}
	.corporate-modal .wrapper-modal {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.corporate-modal .wrapper-modal .container-modal {
		background: #edf4ec;
		width: 60%;
		display: flex;
		padding: 50px 30px;
		align-items: center;
		position: relative;
		border: 1px solid black;
		flex-direction: row;
	}
	.corporate-modal .wrapper-modal .container-modal .close-corporate-modal {
		position: absolute;
		top: 10px;
		right: 10px;
		height: 29px;
		cursor: pointer;
	}
	.corporate-modal .wrapper-modal .container-modal .true-life-img {
		max-width: 133px;
		cursor: pointer;
		image-rendering: -webkit-optimize-contrast;
	}
	.corporate-modal .wrapper-modal .container-modal .modal-description {
		padding-left: 40px;
	}
	.corporate-modal .wrapper-modal .container-modal .modal-description p {
		line-height: 1.4;
		padding-top: 0px;
	}

	.container-interior-one {
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.display-flex-ensuite {
		display: flex;
		flex-direction: column;
	}

	.box-red {
		display: none;
	}

	.description {
		display: block;
		opacity: 0;
		visibility: hidden;
		top: 0;
		width: 165px;
		position: absolute;
		left: 25px;
		padding: 5px;
		transition: all 0.4s;
		background: #fff;
		z-index: 5;
		top: 50%;
		transform: translate(0, -50%);
	}

	.container-inner-interior {
		flex-direction: column;
	}
}
.inner {
	background: #526e5e;
	display: flex;
	justify-content: space-evenly;
	margin: 0 auto;
}

.modern-p {
	text-align: center;
	color: #596d5f;
	font-family: "Gild bold";
}

.box-modern-1 {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	margin-left: 20px;
	margin-right: 20px;
}

.box-modern-laundry {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	margin-left: 20px;
	margin-right: 20px;
}

.img-interior {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.min-height-interior {
	min-height: 300px;
}

.padding-top-palette {
	padding-top: 50px;
}

.menu-interior {
	display: flex;
	justify-content: center;
}

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background: #596d5f !important;
}

.swiper-button-next {
	background-image: url(../img/chapter_seven/slider_arrow_right.png) !important;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	width: 35px !important;
	image-rendering: -webkit-optimize-contrast;
}

.swiper-button-prev {
	background-image: url(../img/chapter_seven/slider_arrow_left.png) !important;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	width: 35px !important;
	image-rendering: -webkit-optimize-contrast;
}

.swiper-button-next:after {
	display: none;
}

.swiper-button-prev:after {
	display: none;
}

.innerSwiper .swiper {
	width: 100%;
	height: 100%;
}

.innerSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.innerSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.current-slide {
	text-decoration: underline;
}

.current-slide-image {
	border: 3px solid #596d5f;
}

.swiper {
	height: 100%;
}

.pointer-number {
	cursor: pointer;
}

.target-row {
	display: flex;
	justify-content: center;
}

.border-active {
	border: 2px solid black;
}

.trulife-partner-wrapper {
	display: flex;
	justify-content: center;
}
.trulife-partner-wrapper img {
	image-rendering: -webkit-optimize-contrast;
}
.trulife-partner-wrapper .true-life-partners {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.trulife-partner-wrapper .true-life-partners .true-life-box {
	cursor: pointer;
}
.trulife-partner-wrapper .true-life-partners .true-life-box .true-life-img {
	max-width: 155px;
	image-rendering: -webkit-optimize-contrast;
}

.corporate-modal .wrapper-modal .container-modal {
	background: #fff;
	max-width: 800px;
}
.corporate-modal .wrapper-modal .container-modal .close-corporate-modal {
	height: 35px;
}

/*# sourceMappingURL=my_style.css.map */

.display-none-homes {
	display: none !important;
}

.model_slider .slick-arrow {
	display: none !important;
}

.modal_inner {
	width: 100%;
	background:white !important;
}

@media (max-width: 600px) {
	.section_wrapper[data-section="chapter_six"] .home_designs .model_details .rendering img {
		max-width: 60% !important;
		margin-inline: auto;
	}
	.section_wrapper[data-section="chapter_six"] .house_options .item .item_container:hover .overlay {
		opacity: 0;
	}
}

.mobile-site-plan {
	display: none;
}

@media (max-width: 989px) {
	.desktop-site-plan {
		display: none;
	}

	.mobile-site-plan {
		display: block;
	}
}

.hidden {
	opacity: 0;
	pointer-events: none;
	display: none;
}

.slick-disabled {
	display: none !important;
}

.green-background{
	background:#526e5e !important;
}


.purple-background{
	background:#9C8CB2 !important;
}

.yellow-background{
	background:rgba(185, 179, 123) !important;
}

.font-colour-elevation{
	color:white !important;
	padding-top: 15px !important;
}

.zoom-homes-popup{
	color:black !important;
}

.green-title-elevation{
	margin-right:28.5px;
}

@media(max-width: 700px){
	.green-title-elevation{
		margin-right:0px;
	}
}

.menu-dot{
	z-index:2 !important;
}

.tour-padding{
	padding-top:30px !important;
}

@media(min-width:200px){
	.virtual-tour-container{

		position:relative;
		display:flex;
		justify-content:center;
		min-width:calc(80vw - 40px);
		min-height:calc(80vh - 40px);
		margin:0 auto;
		cursor:pointer;
	
	}

	.img-size-virtual-tour{
		width:100%;
		object-fit:cover;
		cursor:pointer;
	}
	
    .close_icon{
    	position: absolute;
    	right: 1px;
    	top: -15px;
    	width: 40px;
    	cursor: pointer;
    }
}

@media(min-width:990px){
	.virtual-tour-container{

		position:relative;
		display:flex;
		justify-content:center;
		width:100%;
		min-height:calc(79vh - 40px);
		margin:0 auto;

	}
	
    .close_icon{
    	
    	right: 0px;
    }

	.img-size-virtual-tour{
		width:78%;
	}
}

.tour_popup_container{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 12;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

.tour_popup{
	position: absolute;
	padding: 20px;
	background: #fff;
	position: absolute;
	width: 90%;
	top: 50%;
	max-height: 90vh;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1200px;
	
}


.stop-scrolling {
    height: 100%;
    overflow: hidden;
}


.tour_popup{
	width: 97%;
	padding: 10px;
}


.v_container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 66.66%;
}

.responsive-iframe{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-height: calc(90vh - 40px);
}

@media(min-width:200px){

.button-resource-portal{
	padding:10px;
	background:#9c8cb2;
	border: 3px solid white;
	padding-top:10px;
	width:200px;
	margin: 0 auto;
	transition: ease-in 0.3s;
}

.button-resource-portal:hover{
	background:#6c607c;
	transition: ease-out 0.3s;
}


.resource-portal-text{
	color:white;
	font-weight:bold;
	font-size:16px;
	font-family: "Gild bold";
	text-transform:uppercase;
}

}

@media(min-width:1300px){
	.override-offset-lg-2{
		margin-left: 7.666667% !important;
	}
}


