/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Raleway:300,400,500,600,700|Roboto+Condensed:700');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Roboto+Condensed:700');

.foundation-mq {
	font-family: "small=0em&medium=40em&xmedium=980px&large=64em&xlarge=75em&xxlarge=90em";
}


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #222;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #222;
	letter-spacing: 0;
	line-height: 1.2;
}

dl,
ol,
ul {
	line-height: 1.4;
}

a {
	color: #e59a71;
}

a:hover {
	color: #71a8e5;
}

a[href*=mailto] {
	word-break: break-word;
}

p {
	line-height: 1.4;
}

p:last-child {
	margin-bottom: 0;
}

.nilpadding {
	padding: 0;
}

.relative {
	position: relative;
}

.none {
	display: none;
}

@media print,
screen and (min-width: 980px) {
	.xmedium-up-5>.column {
		float: left;
		width: 20%;
	}

	.xmedium-up-5>.column:nth-of-type(1n) {
		clear: none;
	}

	.xmedium-up-5>.column:nth-of-type(5n+1) {
		clear: both;
	}

	.xmedium-up-5>.column:last-child {
		float: left;
	}

	.xmedium-up-6>.column {
		float: left;
		width: 16.66667%;
	}

	.xmedium-up-6>.column:nth-of-type(1n) {
		clear: none;
	}

	.xmedium-up-6>.column:nth-of-type(6n+1) {
		clear: both;
	}

	.xmedium-up-6>.column:last-child {
		float: left;
	}
}

@media screen and (max-width:639px) {
	body {
		font-size: 14px;
	}
}


/*=======================================================*/
/*==============HEADER==============*/
header {
	background: rgba(0, 0, 0, 1);
	padding: 20px 15px;
	z-index: 5;
	position: relative;
	/*position: absolute; left: 0; top: 0; width: 100%;*/
	/*font-family: 'Raleway', sans-serif;*/
	color: #fff;
}

header a {
	color: #fff;
}

header a:hover,
header a:focus {
	color: #fff;
}

a.logo {
	/*max-width: 80px;*/
	max-width: 155px;
	display: inline-block;
}

/*-----*/
.responsive-menu .menu li {
	line-height: 1;
	padding: 0;
}

.responsive-menu .menu li a {
	display: inline-block;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

.menu li.active>a,
.menu li.is-active>a {
	background: none;
}

/*----------Preventing FOUC----------*/
.no-js #responsive-menu {
	display: none;
}

@media screen and (min-width: 980px) {
	.responsive-menu {
		display: block;
	}

	.no-js .menuham-wrap {
		display: none;
	}

	/*-----*/
	header>div.row.column {
		display: -ms-flexbox;
		display: flex;
		/*max-width: 1300px;*/
	}

	.logo-wrap {
		display: inline-block;
		float: left;
		margin: auto 0;
	}

	.navi-wrap {
		display: inline-block;
		float: right;
		margin: auto 0;
		margin-left: auto;
		margin-right: -15px;
		padding: 10px 0;
	}

	/*-----*/
	.responsive-menu>.menu>li {
		margin: 0px 10px;
		display: table-cell;
	}

	.responsive-menu>.menu>li:last-child {
		margin-right: 0px;
	}

	/*~~~~~~~~~~*/
	/*!
	 * Beautiful navigation hover effects (https://codepen.io/maheshambure21/pen/QwXaRw)
	 * Copyright (c) 2019 by MAHESH AMBURE (https://codepen.io/maheshambure21)
	 */
	.responsive-menu>.menu>li>a {
		position: relative;
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	.responsive-menu>.menu>li>a:after {
		content: '';
		display: block;
		margin: auto;
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #e59a71;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		-ms-transform: skew(10deg);
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	.responsive-menu>.menu>li>a:hover::after,
	.responsive-menu>.menu>li.active>a:after,
	.responsive-menu>.menu>li.is-active>a:after {
		opacity: 1;
		visibility: visible;
		height: 100%;
	}

	.responsive-menu>.menu>li>a:hover,
	.responsive-menu>.menu>li.active>a,
	.responsive-menu>.menu>li.is-active>a {
		color: #000;
	}

	/*~~~~~~~~~~*/
	.menu.xmedium-horizontal {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media screen and (max-width: 979px) {
	.logo-wrap {
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	a.logo {
		margin: auto 0;
	}

	.menuham-wrap {
		float: right;
		margin: auto 0;
		margin-left: auto;
		padding: 10px 0;
	}

	.navi-wrap {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		border-top: 1px solid #545454;
		z-index: 1;
	}

	/*-----*/
	.menuham {
		vertical-align: middle;
	}

	/*-----------Hamburger----------*/
	.menuham {
		cursor: pointer;
		outline: 0;
	}

	.menuham div {
		display: block;
		width: 25px;
		height: 2px;
		margin-bottom: 4px;
		background: #fff;
		border-radius: 2px;
		-ms-transform-origin: 4px 1px;
		-webkit-transform-origin: 4px 1px;
		transform-origin: 4px 1px;
		-webkit-transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
		transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
	}

	.menuham div:nth-child(3) {
		margin: 0;
	}

	.menuham.change div:first-child {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menuham.change div:nth-child(2) {
		opacity: 0;
		-ms-transform: rotate(0deg) scale(0.2, 0.2);
		-webkit-transform: rotate(0deg) scale(0.2, 0.2);
		transform: rotate(0deg) scale(0.2, 0.2);
	}

	.menuham.change div:nth-child(3) {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/*-----*/
	.responsive-menu {
		display: block !important;
	}

	.responsive-menu.none {
		display: none !important;
	}

	/*-----*/
	.responsive-menu li {
		opacity: 0;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.responsive-menu li:not(:last-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.responsive-menu>.menu>li {
		background: rgba(0, 0, 0, 0.8);
	}

	.responsive-menu .menu li a {
		opacity: 0;
		padding: 0 2em;
		width: 100%;
		font-size: 12px;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.responsive-menu .menu li a:hover {
		padding-left: 2.3em;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.responsive-menu .menu li.active>a {
		color: #e59a71;
	}

	/*-----*/
	.responsive-menu.change li {
		opacity: 1;
		display: block;
	}

	.responsive-menu.change .menu li a {
		opacity: 1;
		padding-top: 0.8em;
		padding-bottom: 0.8em;
	}
}

@media screen and (max-width: 639px) {
	header {
		background: rgba(0, 0, 0, 1);
		padding: 15px 15px;
	}

	a.logo {
		max-width: 120px;
	}
}


/*=======================================================*/
/*==============FOOTER==============*/
footer {
	background: #000;
	padding: 20px 15px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}


/*=======================================================*/
/*==============CONTENT==============*/
.btn-text {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	line-height: 1;
	display: inline-block;
	position: relative;
	padding-right: 35px;
	outline: 0;
}

.btn-text:hover,
.btn-text:focus {
	color: #fff;
}

.btn-text span.wrap {
	display: inline-block;
	overflow: hidden;
}

.btn-text span[data-hover] {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.btn-text:hover span[data-hover] {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.btn-text span[data-hover]:before {
	content: attr(data-hover);
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.btn-text.more:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border: 1px solid;
	border-radius: 50%;
	font-size: 12px;
	width: 2em;
	height: 2em;
	position: absolute;
	top: 45%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.btn-text.more:after {
	content: '';
	width: 0%;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	position: absolute;
	top: 45%;
	right: 7px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/*-------- Title --------*/
.floor-title {
	margin-bottom: 2em;
}

.floor-title h4 {
	position: relative;
	margin: 0;
	padding-left: 15px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1;
}

.floor-title h4:before {
	content: '';
	width: 5px;
	height: 100%;
	display: inline-block;
	background: #a45100;
	position: absolute;
	left: 0;
	-ms-transform: skew(5deg);
	-webkit-transform: skew(5deg);
	transform: skew(5deg);
}

.floor-title .dtable_wrap {
	width: inherit;
	text-align: left;
	display: inline-block;
}

.floor-title .dtable_wrap>div {
	display: inline-block;
}

.floor-title table {
	max-width: 300px;
	margin: 0;
	font-size: 13px;
	letter-spacing: 0;
}

.floor-title table tbody,
.floor-title table.unstriped tr {
	border: none;
}

.floor-title table td {
	padding: 0.1em 0.3em;
	vertical-align: top;
	white-space: nowrap;
}

.floor-title table td:first-child {
	white-space: nowrap;
}

/*-------- Preloader --------*/
.overlayloader {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	z-index: 6;
}

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

.overlayloader .loader img {
	backface-visibility: hidden;
}

.overlayloader .loader.inner .spinner {
	top: 50%;
	left: 50%;
}

.spinner {
	position: absolute;
	/*top: 50%; left: 50%;*/
	top: 90%;
	left: 58%;
	width: 50px;
	height: 50px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #e59a71;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0.0);
	}

	50% {
		-webkit-transform: scale(1.0);
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/*-------- dtable --------*/
.dtable_wrap {
	width: 100%;
	display: table;
}

.dtable_wrap>div {
	padding: 5px 5px;
	display: table-cell;
	vertical-align: middle;
}

.dtable_wrap>div:first-child {
	padding-left: 0;
}

.dtable_wrap>div:last-child {
	padding-right: 0;
}

.dtable_wrap.vb>div {
	vertical-align: bottom;
}

.dtable_wrap.vt>div {
	vertical-align: top;
}

/*-------- table desc --------*/
table.tabledesc {
	width: 100%;
	margin-bottom: 0;
}

table.tabledesc tbody {
	border: none;
}

table.tabledesc tbody tr {
	border: none;
}

table.tabledesc tbody td,
table.tabledesc tbody th {
	padding: .2em .5em;
}

table.tabledesc tbody th:first-child,
table.tabledesc tbody td:first-child {
	padding-left: 0;
}

table.tabledesc tbody th:last-child,
table.tabledesc tbody td:last-child {
	padding-right: 0;
}

table.tabledesc.vt tbody td,
table.tabledesc.vt tbody th {
	vertical-align: top;
}

table.tabledesc .border-b {
	border-bottom: 1px solid #ececec;
}

/*----------- Form ----------*/
.effect+label+label.label-tag,
.effect+label.label-tag {
	background: transparent;
	padding: 2px 10px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 5px;
	top: 0px;
	left: 6px;
}

.effect+label+label.label-tag:after,
.effect+label.label-tag:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -4px;
	left: 50%;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #e59a71;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.effect:focus+label+label.label-tag,
.effect:active+label+label.label-tag,
.effect:focus+label.label-tag,
.effect:active+label.label-tag {
	opacity: 1;
	visibility: visible;
	-ms-transform: translate(0, -100%);
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

/*-----*/
form .space {
	margin-bottom: 30px;
	position: relative;
}

form .space .space {
	margin-bottom: 15px;
}

input[type]:not([name*="submit"]):not([type="file"]) {
	font-size: 16px;
	font-weight: 400;
	color: #222;
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #555;
	height: 100%;
	margin: 0;
	margin-top: -1px;
	padding: 5px 0px;
}

/*----------------*/
input[type="text"]::-webkit-input-placeholder {
	color: #888;
}

input[type="text"]:-moz-placeholder {
	color: #888;
	opacity: 1;
}

input[type="text"]::-moz-placeholder {
	color: #888;
	opacity: 1;
}

input[type="text"]:-ms-input-placeholder {
	color: #888;
}

/*----------------*/
input[name*="submit"] {
	font-size: 18px;
	font-weight: 700;
	color: #222;
	text-align: center;
	text-transform: uppercase;
	background: #e59a71;
	border: none;
	border-radius: 0px;
	margin: 0;
	padding: 20px;
	outline: 0;
	cursor: pointer;
}

input[name*="submit"]:hover {
	background: #c18463;
}

/*-----*/
label.error {
	font-size: 12px;
	color: palevioletred;
}

/*-----*/
.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before,
.bar:after {
	content: '';
	width: 0;
	height: 2px;
	background: #e59a71;
	position: absolute;
	bottom: 0px;
	-webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.bar:before {
	left: 50%;
}

.bar:after {
	right: 50%;
}

input[type]:not([name*="submit"]):not([type="file"]):focus~.bar:before,
input[type]:not([name*="submit"]):not([type="file"]):focus~.bar:after {
	width: 50%;
}

/*----------------*/

@media screen and (min-width: 640px) {
	.reorderfull-medium {
		display: table;
		width: 100%;
	}

	.reorderfull-medium> :last-child {
		display: table-header-group;
	}
}

@media screen and (max-width: 639px) {
	.btn-effect {
		font-size: 12px;
		padding: 10px 2em;
	}

	/*-----*/
	input[type]:not([name*="submit"]):not([type="file"]),
	textarea {
		font-size: 14px;
	}

	input[name*="submit"] {
		font-size: 16px;
	}
}


/*=======================================================*/
/*==============HOME==============*/
.develop_main-wrap .banner {
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.develop_main-wrap .desc-wrap {
	background: #a45100;
	color: #fff;
}

.develop_main-wrap .desc_scroll {
	padding: 30px;
}

.develop_main-wrap .desc h3 {
	color: #fff;
}

.develop_main-wrap a.btn-text {
	float: right;
	margin-bottom: 3em;
}

@media screen and (min-height: 600px) and (min-width: 640px) {
	.develop_main-wrap .desc {
		top: 45%;
		left: 50%;
		overflow-y: auto;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media screen and (min-width: 640px) {
	.develop_main-wrap {
		position: relative;
	}

	.develop_main-wrap .banner {
		height: calc(100vh - 148px);
	}

	.develop_main-wrap .desc-wrap {
		position: absolute;
		top: 0;
		right: 0;
		max-width: 350px;
		width: 100%;
		height: 100%;
	}

	.develop_main-wrap .desc-wrap:before {
		content: '';
		width: 6em;
		height: 100%;
		background: #a45100;
		position: absolute;
		top: 0;
		right: 73%;
		-ms-transform: skew(6deg);
		-webkit-transform: skew(6deg);
		transform: skew(6deg);
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}

	.develop_main-wrap .desc_scroll {
		overflow-y: auto;
		height: 100%;
	}

	.develop_main-wrap .desc {
		position: relative;
		width: 100%;
		max-height: 400px;
	}

	/*-----Scrollbar-----*/
	.develop_main-wrap .desc::-webkit-scrollbar {
		width: 3px;
	}

	.develop_main-wrap .desc::-webkit-scrollbar-track {
		background: transparent;
	}

	.develop_main-wrap .desc::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0.1);
		border-radius: 50px;
	}

	.develop_main-wrap .desc::-webkit-scrollbar-thumb:hover {
		background: #aaa;
	}

	.develop_main-wrap .desc::-webkit-scrollbar-thumb:active {
		background: #888;
	}
}

@media screen and (min-height: 1350px) and (min-width: 640px) {
	.develop_main-wrap .desc-wrap:before {
		-ms-transform: skew(4deg);
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}
}

@media screen and (min-height: 700px) and (max-width: 639px) {
	.develop_main-wrap .desc-wrap {
		min-height: 366px;
	}
}

@media screen and (max-width: 639px) {
	.develop_main-wrap {
		overflow-x: hidden;
	}

	.develop_main-wrap .desc_scroll {
		padding: 50px 30px;
	}

	.develop_main-wrap .desc-wrap {
		position: relative;
		border: 1px solid #a45100;
		/*add this to avoid iphoneX gap empty*/
	}

	.develop_main-wrap .desc-wrap:before {
		content: '';
		width: 100%;
		height: 5em;
		background: #a45100;
		position: absolute;
		left: 0;
		bottom: 100%;
		-ms-transform: skew(-84deg);
		-webkit-transform: skew(-84deg);
		transform: skew(-84deg);
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
}


/*=======================================================*/
/*==============HOME INNER==============*/
.develop_desc-wrap {
	overflow: hidden;
}

.develop_main-left .banner {
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*width: 60%; height: 100%; z-index: -1; position: fixed; top: 0; left: 0; background-position: center bottom;*/
}

/*-----*/
.toptitle_left-wrap {
	background: #fff;
	padding: 20px 30px;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.toptitle_left-wrap h5 {
	position: relative;
	margin: 0;
	padding-left: 15px;
	text-transform: uppercase;
	line-height: 1.1;
}

.toptitle_left-wrap h5:before {
	content: '';
	width: 5px;
	height: 100%;
	display: inline-block;
	background: #a45100;
	position: absolute;
	left: 0;
	-ms-transform: skew(5deg);
	-webkit-transform: skew(5deg);
	transform: skew(5deg);
}

/*----------------*/
.toptitle_right-wrap {
	background: #000;
	padding: 20px 30px;
	position: relative;
	color: #fff;
}

.toptitle_right-wrap .btn-text {
	margin-bottom: 15px;
}

.toptitle_right-wrap .type {
	font-weight: 700;
	color: #a45100;
	text-transform: uppercase;
}

/*----------------*/
.content_desc-wrap {
	background: #fff;
	/*padding: 70px 15px 50px 0px;*/
	position: relative;
}

.content_desc-wrap .row>div {
	margin-bottom: 30px;
}

.content_desc-wrap h6 {
	color: #a45100;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.content_desc-wrap p {
	font-size: 14px;
}

@media screen and (min-width: 640px) {
	.develop_main-left {
		width: 60%;
		display: inline-block;
		float: left;
	}

	.develop_main-left .banner {
		height: calc(100vh - 258.3px);
	}

	/*-----*/
	.develop_main-right {
		width: 40%;
		display: inline-block;
		float: right;
		position: relative;
	}

	.develop_main-right:before {
		content: '';
		width: 100%;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: -1px;
		-ms-transform: skew(5deg);
		-webkit-transform: skew(5deg);
		transform: skew(5deg);
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}

	/*-----*/
	.content_desc-wrap:before {
		content: '';
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 0;
		position: absolute;
		top: 0;
		right: 0;
		-ms-transform: skew(5deg);
		-webkit-transform: skew(5deg);
		transform: skew(5deg);
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}

	.content_desc-scroll {
		height: calc(100vh - 258.3px);
		overflow-y: auto;
		padding: 70px 15px 50px;
		position: relative;
		z-index: 2;
	}
}

@media screen and (max-width: 639px) {
	.content_desc-wrap {
		padding: 30px 15px 15px;
	}

	.content_desc-wrap h6 {
		font-size: 16px;
	}
}


/*=======================================================*/
/*==============HOME TRANSITION EFFECT==============*/
.triggerscroll-wrap {
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow-y: auto;
	position: absolute;
	top: 110px;
	left: 0;
}

.triggerscroll {
	height: 800px;
}

/*----------------*/
.overlaybg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	z-index: 2;
	opacity: 0.3;
}

.overlayloader.trans {
	z-index: 2;
	background: none;
}

.overlaytransition {
	position: absolute;
	top: 0;
	left: 100%;
	width: 30%;
	height: 100%;
	background: #000;
	z-index: 1;
	-ms-transform: skewX(0deg);
	-webkit-transform: skewX(0deg);
	transform: skewX(0deg);
	-webkit-transition: 2s all ease-in-out;
	transition: 2s all ease-in-out;
}

.anim-trans {
	animation: animoverlaytrans 3s ease-in-out;
}

@keyframes animoverlaytrans {
	0% {
		transform: skewX(5deg);
	}

	20% {
		width: 50%;
		left: 0;
		transform: skewX(0deg);
	}

	40% {
		width: 100%;
		left: 0;
		transform: skewX(0deg);
	}

	60% {
		width: 100%;
		left: 0;
		transform: skewX(0deg);
	}

	80% {
		width: 60%;
		left: 0;
		transform: skewX(0deg);
	}

	100% {
		width: 30%;
		left: 100%;
		transform: skewX(5deg);
	}
}

/*----------------*/
.home-wrap {
	position: relative;
	overflow: hidden;
}

.develop_main-wrap {
	opacity: 1;
	visibility: visible;
	width: 100%;
	position: relative;
	top: 0;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: 0.5s 1.5s;
	transition: 0.5s 1.5s;
}

.develop_main-wrap.slideFade {
	opacity: 0;
	visibility: hidden;
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.develop_desc-wrap {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	position: absolute;
	top: 0;
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 0.5s 1.5s;
	transition: 0.5s 1.5s;
}

.develop_desc-wrap.slideFade {
	opacity: 1;
	visibility: visible;
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@media screen and (max-width: 639px) {
	.triggerscroll-wrap {
		display: none;
	}
}


/*=======================================================*/
/*==============FLOOR PLAN==============*/
.floor_plan-tab ul {
	border: none;
	background: none;
	margin: 0;
}

.floor_plan-tab ul li {
	position: relative;
	height: calc(100% / 3);
}

.floor_plan-tab ul li a {
	padding: 20px 10px;
	outline: 0;
	height: 100%;
	border: none;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.1em;
	/*-webkit-transition: 0.3s; transition: 0.3s;*/
}

.floor_plan-tab ul li a span {
	position: relative;
}

.floor_plan-tab ul li a span.text {
	z-index: 1;
	opacity: 0.6;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.floor_plan-tab ul li a .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: transparent;
	background-blend-mode: multiply;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	/*-webkit-transition: background-color 0.3s; transition: background-color 0.3s;*/
}

.floor_plan-tab ul li a:before {
	z-index: 1;
}

.floor_plan-tab ul li a:after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
}

/*-----*/
.floor_plan-tab ul li a:hover .img,
.floor_plan-tab ul li.is-active>a .img {
	background-color: #b75726;
	-webkit-filter: none;
	filter: none;
}

.floor_plan-tab ul li a:hover span.text,
.floor_plan-tab ul li.is-active>a span.text {
	opacity: 1;
}

.floor_plan-tab ul li a:hover::after,
.floor_plan-tab ul li.is-active>a:after {
	opacity: 0;
}

.floor_plan-tab ul li a:hover,
.floor_plan-tab ul li a:focus,
.floor_plan-tab ul li>a[aria-selected=true] {
	color: #fff;
}

/*----------------*/
.floor_plandesc-tab .tabs-content {
	background: transparent;
	padding: 50px 30px;
	border: none;
	color: #222;
}

.floor_plandesc-tab .tabs-panel {
	padding: 0;
}

/*----------------*/
ul.zoominout-wrap {
	margin: 0;
	position: absolute;
	right: 0;
}

ul.zoominout-wrap li {
	display: block;
}

ul.zoominout-wrap li:not(:last-child) {
	margin-bottom: 5px;
}

ul.zoominout-wrap li button {
	font-size: 15px;
	color: #666;
	text-align: center;
	line-height: 2.3em;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	border: 1px solid #d7d7d7;
	cursor: pointer;
	outline: 0;
}

ul.zoominout-wrap li button:hover {
	background: #464646;
	border-color: #464646;
	color: #fff;
}

/*-----*/
.floorplancon {
	position: relative;
	padding: 20px 50px;
}

.floorplancon-title {
	margin-top: 60px;
	padding: 0px 50px;
}

.floorplancon-title h6 {
	margin-bottom: 0px;
	display: inline-block;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 1;
}

.floorplancon-title h6:before {
	content: '';
	width: 100%;
	height: 30%;
	background-color: antiquewhite;
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.floorplanimg-wrap {
	overflow: hidden;
	border: 1px solid #ebebeb;
	padding: 30px;
	height: 300px;
}

.floorplanimg-wrap .floorplanimg {
	position: relative;
}

.floorplanimg-wrap .floorplanimg:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
}

/*-----*/
.floorplanimg-wrap::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

.floorplanimg-wrap::-webkit-scrollbar-track {
	background: transparent;
}

.floorplanimg-wrap::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50px;
}

.floorplanimg-wrap::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}

.floorplanimg-wrap::-webkit-scrollbar-thumb:active {
	background: #888;
}

/*----------------*/
.spec-wrap {
	font-size: 13px;
	padding: 30px;
}

.spec-wrap ul {
	margin: 0;
	list-style: none;
}

.spec-wrap ul ul li {
	margin-bottom: 25px;
	display: block;
}

.spec-wrap li h6 {
	margin-bottom: 3px;
	text-transform: uppercase;
	color: #a15100;
	font-weight: 700;
}

@media screen and (min-width: 640px) {
	.floor_plan-left {
		width: 200px;
		height: calc(100vh - 148.3px);
		display: inline-block;
		float: left;
	}

	.floor_plan-tab,
	.floor_plan-tab ul.tabs {
		height: 100%;
	}

	.floor_plan-tab ul li.tabs-title>a {
		white-space: nowrap;
		height: 100%;
	}

	.floor_plan-tab ul li.tabs-title>a:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		margin-right: -.25em;
		height: 100%;
	}

	.floor_plan-tab ul li.tabs-title>a>span.text {
		display: inline-table;
		vertical-align: middle;
		white-space: normal;
	}

	/*-----*/
	.floor_plan-right {
		width: calc(100% - 200px);
		height: calc(100vh - 148.3px);
		display: inline-block;
		float: right;
		position: relative;
	}

	.floor_plandesc-tab {
		overflow-y: auto;
		height: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.floor_plan-left {
		width: 350px;
	}

	.floor_plan-right {
		width: calc(100% - 350px);
	}
}

@media screen and (max-width: 639px) {
	.floor_plan-tab ul li a {
		font-size: 16px;
		padding: 20px 35px;
	}

	.floor_plan-tab ul li.accordion-item a.accordion-title {
		border: none;
	}

	.floor_plan-tab .accordion-content {
		padding: 30px;
	}

	/*-----*/
	ul.zoominout-wrap {
		display: none;
	}

	.floorplancon {
		padding: 10px 0px;
	}

	.floorplancon-title {
		margin-top: 25px;
		padding: 0px;
	}

	.floorplanimg-wrap {
		height: auto !important;
		padding: 20px;
		overflow: hidden;
	}
}


/*=======================================================*/
/*==============VERSATALITY==============*/
.feature-tab>ul {
	border: none;
	background: #000;
	margin: 0;
}

.feature-tab>ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 1.3em 1em;
}

/*-----*/
.feature-tab>ul li a:hover,
.feature-tab>ul li a:focus,
.feature-tab>ul li>a[aria-selected=true] {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a25100+46,dab800+100 */
	background-color: rgb(162, 81, 0);
	background-image: linear-gradient(135deg, rgba(162, 81, 0, 1) 46%, rgba(218, 184, 0, 1) 100%);
	color: #fff;
}

/*----------------*/
.featuredesc-tab {
	background: #363636;
	padding: 50px 30px;
}

.featuredesc-tab .tabs-content {
	background: transparent;
	border: none;
	color: #fff;
}

/*-----*/
.featuredesc-tab .title h3 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-bottom: 1.5em;
}

.featuredesc-tab .title h3 small {
	font-size: 0.6em;
	color: #fff;
}

/*-----*/
.featuredesc-tab .tabs-panel {
	padding: 0;
	font-size: 14px;
}

.featuredesc-tab .tabs-panel h5,
.feature-tab .accordion h5 {
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.featuredesc-tab .tabs-panel h6,
.feature-tab .accordion h6 {
	color: #d7b201;
	/*text-transform: uppercase;*/
}

.featuredesc-tab .floorheight,
.feature-tab .accordion .floorheight {
	margin-top: 3em;
}

/*----------------*/
.feature-wrap .dtable_wrap>div {
	padding: 0;
}

/*-----*/
.feature-right .pointmark {
	cursor: pointer;
}

/*-----*/
.feature-right svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * SVG Path Pulse (https://codepen.io/OwenJones/pen/bVOLja)
 * Copyright (c) 2019 by Owen Jones (https://codepen.io/OwenJones/pen/bVOLja)
 */
.feature-right g.pointmark.anime path {
	animation: pulse 1.5s infinite;
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.feature-right g.pointmark:hover path,
.feature-right g.pointmark:focus path,
.feature-right g.pointmark:active path {
	/*animation: pulse 1.5s infinite;*/
	/*transform-origin: center center;*/
	fill: #363636;
}

@keyframes pulse {
	0% {
		stroke-width: 1;
		stroke: rgba(255, 255, 255, 0.75);
	}

	100% {
		stroke-width: 20;
		stroke: rgba(255, 255, 255, 0);
	}
}

/*----------------*/
.tooltipster-sidetip .tooltipster-box {
	border-radius: 3px;
	border: none;
	background: #363636;
	max-width: 130px;
	font-size: 11px;
	color: #fff;
}

.tooltipster-sidetip .tooltipster-content {
	color: #fff;
}

.tooltipster-sidetip .tooltipster-content h6 {
	font-size: 14px;
	color: #d7b201;
}

.tooltipster-sidetip .tooltipster-arrow {
	height: 9px;
	margin-left: -9px;
	width: 18px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 18px;
	margin-left: 0;
	margin-top: -9px;
	width: 9px;
}

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 9px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #363636;
	top: 1px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #363636;
	left: -1px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #363636;
	left: 1px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #363636;
	top: -1px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 9px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #363636;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #363636;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #363636;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #363636;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -9px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -9px;
}

/*----------------*/

@media screen and (min-width: 980px) {
	.feature-wrap .dtable_wrap {
		height: calc(100vh - 148.3px);
	}

	.feature-left {
		width: 200px;
		height: 100%;
		/*height: calc(100vh - 148.3px);*/
		background: #363636;
	}

	/*.featuredesc-tab { height: 100%; overflow-y: auto; }*/
	/*-----*/
	.feature-right {
		width: calc(100% - 200px);
		height: 100%;
		/*height: calc(100vh - 148.3px);*/
		position: relative;
		overflow: hidden;
	}

	.feature-right:before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/versatility.jpg) no-repeat center;
		background-size: cover;
		opacity: 0.2;
	}

	/*-----*/
	.feature-right .vcenter {
		white-space: nowrap;
		height: 100%;
	}

	.feature-right .vcenter:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		margin-right: -.25em;
		height: 100%;
	}

	.feature-right .vcenter>div {
		display: inline-table;
		vertical-align: middle;
		white-space: normal;
	}
}

@media screen and (min-width: 1300px) {
	.feature-left {
		width: 350px;
	}

	.feature-right {
		width: calc(100% - 350px);
	}
}

@media screen and (max-width: 979px) {
	.feature-tab>ul>li>a {
		font-size: 14px;
		padding: 20px 35px;
		width: 100%;
	}

	.feature-tab ul li.accordion-item {
		padding: 0;
	}

	.feature-tab ul li.accordion-item a.accordion-title {
		border: none;
		border-bottom: 1px solid #363636;
	}

	.feature-tab :last-child>.accordion-content:last-child {
		border-bottom: none;
	}

	.feature-tab .accordion-content {
		background: #363636;
		padding: 30px;
		border: none;
		color: #fff;
	}

	.feature-wrap .dtable_wrap>div {
		display: block;
	}

	.featuredesc-tab {
		padding: 20px 30px;
	}

	.featuredesc-tab .title h3 {
		margin-bottom: 0;
	}
}


/*=======================================================*/
/*==============LOCATION==============*/
.location-tab ul li {
	position: relative;
	height: calc(100% / 4);
}

.location-wrap .floor-title h4 {
	margin-bottom: 10px;
}

.location_desc-tab .floorplancon {
	padding: 20px 50px 20px 0px;
}

/*----------------*/
.access-wrap {
	font-size: 12px;
	color: #fff;
	background: #363636;
	padding: 20px 10px;
}

.access-wrap .dtable_wrap div:last-child {
	width: 100%;
}

.access-wrap .dtable_wrap div:first-child img {
	max-width: 70px;
}

.access-wrap .dtable_wrap div ul {
	margin-bottom: 0;
}

.access-wrap .dtable_wrap div li:not(:last-child) {
	margin-bottom: 12px;
}

@media screen and (min-width: 640px) {
	.no-location-left {
		width: 200px;
		height: 100vh;
		display: inline-block;
		float: left;
	}

	.map-wrap {
		height: 100vh;
		position: relative;
	}

	.map-wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/*-----*/
	.no-location-right {
		width: calc(100% - 200px);
		display: inline-block;
		float: right;
		position: relative;
	}
}

@media screen and (min-width: 1024px) {
	.no-location-left {
		width: 350px;
	}

	.no-location-right {
		width: calc(100% - 350px);
	}
}


/*=======================================================*/
/*==============REGISTRATION==============*/
.contactdesc-wrap {
	background: #363636;
	padding: 50px 30px;
	font-size: 14px;
	color: #fff;
}

.contactdesc-wrap h6 {
	color: #fff;
	font-weight: 700;
	margin-top: 45px;
}

.contactdesc-wrap h6 small {
	font-weight: normal;
	line-height: 1.2;
	display: inline-block;
}

.contactdesc-wrap table.tabledesc {
	margin-bottom: 45px;
}

.contactdesc-wrap table.tabledesc tbody,
.contactdesc-wrap table.tabledesc tbody tr {
	background: transparent;
}

.contactdesc-wrap h3 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
}

/*----------------*/
.register-wrap .dtable_wrap>div {
	padding: 0;
}

.register-right {
	position: relative;
}

.register-right:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/location-access.jpg) no-repeat center;
	background-size: cover;
	opacity: 0.2;
}

/*-----*/
.register_form-wrap {
	background: rgba(255, 255, 255, 0.80);
	position: relative;
	padding: 30px;
}

.register_form-wrap h3 {
	font-weight: 100;
}

.register_form-wrap h1 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin-bottom: 2em;
}

@media screen and (min-width: 980px) {
	.register-wrap .dtable_wrap {
		height: calc(100vh - 148.3px);
	}

	.register-left {
		width: 350px;
		height: 100%;
		/*height: calc(100vh - 148.3px);*/
		background: #363636;
		/*display: inline-block; float: left;*/
	}

	/*.register-left { right: calc(100% - 350px); position: relative; }*/
	/*.contactdesc-wrap { height: 100%; overflow-y: auto; }*/
	/*-----*/
	.register-right {
		width: calc(100% - 350px);
		height: 100%;
		/*height: calc(100vh - 148.3px);*/
		/*display: inline-block; float: right;*/
	}

	/*.register-right { left: 350px; position: relative; }*/
	.register-right .vcenter {
		z-index: 1;
		position: relative;
		/*height: 100%; overflow-y: auto;*/
	}

	/*-----*/
	.register-right .vcenter {
		white-space: nowrap;
		/*min-height: calc(100vh - 148.3px);*/
		height: 100%;
	}

	.register-right .vcenter:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		margin-right: -.25em;
		/*min-height: calc(100vh - 148.3px);*/
		height: 100%;
	}

	.register-right .vcenter>.register_form-wrap {
		display: inline-table;
		vertical-align: middle;
		white-space: normal;
	}
}

@media screen and (max-width: 979px) {
	.register-wrap .dtable_wrap>div {
		display: block;
	}

	.register-wrap .dtable_wrap>div.register-left {
		display: table-footer-group;
	}

	.register-wrap .dtable_wrap>div.register-right {
		padding: 30px;
		/*display: table-header-group;*/
	}

	.register_form-wrap h1 {
		font-size: 30px;
	}
}


/*=======================================================*/
/*==============SITE PLAN==============*/
.lotchartdesc-wrap {
	background: #363636;
	padding: 50px 30px;
	color: #fff;
}

.lotchartdesc-wrap h4 {
	color: #fff;
}

.lotchartdesc-wrap table {
	font-size: 14px;
}

.lotchartdesc-wrap table.tabledesc tbody {
	background: rgba(254, 254, 254, 0.05);
}

.lotchartdesc-wrap table.tabledesc tbody tr:nth-child(even) {
	background: rgba(241, 241, 241, 0.05);
}

.lotchartdesc-wrap table.tabledesc tbody th,
.lotchartdesc-wrap table.tabledesc tbody td {
	padding: 5px 10px;
	text-align: center;
}

/*-----*/
.siteplandesc-wrap {
	padding: 50px 30px;
}

@media screen and (min-width: 980px) {
	.siteplan-left {
		width: 50%;
		height: calc(100vh - 148.3px);
		display: inline-block;
		float: left;
	}

	.lotchartdesc-wrap {
		height: 100%;
		overflow-y: auto;
	}

	/*-----*/
	.siteplan-right {
		width: 50%;
		height: calc(100vh - 148.3px);
		display: inline-block;
		float: right;
	}

	.siteplandesc-wrap {
		height: 100%;
		overflow-y: auto;
	}
}

@media screen and (max-width: 979px) {

	.lotchartdesc-wrap,
	.siteplandesc-wrap {
		padding: 30px;
	}
}












/* https://christopheraue.net/design/fading-pages-on-load-and-unload
 * page transition
 */
#fader {
	position: fixed;
	pointer-events: none;
	animation-duration: 800ms;
	animation-timing-function: ease-in-out;
	/*background: white;*/
}

#fader.fade-out {
	opacity: 0;
	animation-name: fade-out;
}

#fader.fade-in {
	opacity: 1;
	animation-name: fade-in;
}

@keyframes fade-out {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fade-in {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}


/*---------------Popup Youtube---------------*/
div.popup-yt {
	border: 1px solid #E0A282;
	height: auto;
	min-height: auto;
	padding: 0;
	width: 800px;
}

button.close-button {
	background-color: #FFFFFF;
	border-radius: 50px;
	height: auto;
	padding: 5px 13px;
}

/*---------------Question Background---------------*/
div.question-bg {
	background-image: linear-gradient(to top, #00000082, #00000082), url(../images/Novus-Banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

div.question-bg div.logo {
	margin: 0;
	padding: 20px 10px;
	width: fit-content;
}

div.logo img {
	width: 100%;
}

div.question-content {
	height: 100%;
	padding: 4rem 0;
}

.question-desc {
	display: flex;
	flex-direction: column;
	height: 60vh;
	justify-content: center;
	padding-left: 1rem;
}

.question-desc h2 {
	color: #FFFFFF;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 1rem;
	width: 85%;
}

.question-desc h2 span {
	color: #EEA57D;
	text-transform: uppercase;
}

.question-desc p {
	color: #FFFFFF;
	margin: 0 0 2rem;
	width: 70%;
}

.question-desc a {
	background-image: linear-gradient(to right, #C66331, #E0A282);
	border-radius: 50px;
	color: #FFFFFF;
	font-weight: 700;
	padding: 10px 15px;
	width: fit-content;
}

.register-now {
	background-color: #FFFFFFB8;
	height: 100%;
	padding: 20px;
}

.register-now h2 {
	font-size: 30px;
	margin-bottom: 3rem;
	text-align: center;
}

.indicates-required {
	font-size: 14px;
	text-align: right;
}

.mc-field-group label {
	font-size: 16px;
}

.mc-field-group label span {
	color: #FF0000;
}

.mc-field-group input {
	background-color: transparent !important;
	border: 1px solid #333333 !important;
	padding: 0.5rem !important;
	height: 40px !important;
	margin-bottom: 1rem !important;
}

#mc-embedded-subscribe {
	background-color: #676767;
	color: #FFFFFF;
	font-weight: 700;
	margin: 0 !important;
	padding: 10px 15px;
}

/*---------------Answer Background---------------*/
div.new-blog {
	padding: 1rem 0 2rem;
}

div.blog-details-title .top-banner {
	background-image: url(../images/Novus-Blog-Banner.jpeg);
	background-position: 100% 10%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
}

div.blog-details-title h2 {
	color: #EEA57D;
	font-size: 30px;
	font-weight: 900;
	margin: 1rem 0;
}

div.blog-details-title p.publish-date {
	color: #CCCCCC;
	font-weight: 900;
	margin-bottom: 0;
}

div.blog-details-title p {
	color: #676767;
	font-size: 16px;
	font-weight: 400;
}

div.blog-details-title hr {
	border-bottom: 2px solid #EEA57D;
}

div.blog-details-title hr.blog-line {
	border-bottom: 2px solid #EEA57D;
	margin: 10px 0;
}

div.blog-details-title div.key-point {
	margin-bottom: 1.5rem;
}

div.blog-details-title div.key-point h3 {
	background-color: #EEA57D;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 700;
	padding: 5px 10px;
	width: fit-content;
}

div.blog-details-title div.address h2 {
	color: #333333;
	text-transform: uppercase;
}

div.blog-details-title div.address a {
	color: #EEA57D;
	font-weight: 900;
}

/* @media (-webkit-min-device-pixel-ratio: 1.25) {
	div.question-content {height: calc(100vh - 109px);}
	div.logo img {width: 150px;}
	div.question-content {height: calc(100vh - 119px);}
	.question-desc h2 {font-size: 24px;}
	.question-desc p {font-size: 11px;}
	.question-desc a {font-size: 11px;}
	.register-now h2 {font-size: 22px; margin-bottom: 4rem;}
	.indicates-required {font-size: 10px;}
	.mc-field-group label {font-size: 10px;}
	.mc-field-group input {height: 30px;}
	#mc-embedded-subscribe {font-size: 10px;}
} */

@media screen and (max-width: 1024px) {
	br {
		display: none;
	}

	div.question-bg div.logo {
		margin: auto;
	}

	div.question-bg div.logo img {
		width: 90%;
	}

	div.question-content {
		height: 100%;
		padding: 1rem 0;
	}

	.question-desc {
		height: 100%;
		margin: 3rem 0;
	}

	.question-desc h2 {
		font-size: 34px;
		width: 100%;
	}

	.question-desc p {
		font-size: 16px;
		width: 100%;
	}

	.register-now {
		height: 100%;
		margin: 3rem 0 5rem;
	}

	.register-now h2 {
		margin-bottom: 2rem;
	}

	div.blog-details-title .top-banner {
		height: 300px;
	}

	div.blog-details-title h2 {
		font-size: 24px;
	}

	div.blog-details-title p,
	div.blog-details-title div.address a {
		font-size: 14px;
	}

	div.blog-details-title div.key-point h3 {
		font-size: 20px;
	}

	div.popup-yt {
		margin: auto;
		width: 90%;
	}
}

@media screen and (max-width: 639px) {

	.question-desc h2,
	.register-now h2 {
		font-size: 26px;
	}

	.question-desc p,
	.question-desc a,
	.mc-field-group label {
		font-size: 14px;
	}

	#mc-embedded-subscribe {
		font-size: 14px;
		width: 120px !important;
	}
}


/* Content Update - 14-Nov-2023 */
.spinner { display: flex; justify-content: center; height: 50px; left: 50%; /* margin: auto; */ position: absolute; /* right: 0; */ top: 70%; width: 50px; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.award { /* left: 0; */ position: absolute; right: 450px; top: 0; }
.award ul { align-items: center; display: flex; flex-direction: row; justify-content: center; width: 100%; }
.award ul li { list-style-type: none; margin: 0 10px; }
.award ul li img { max-height: 450px; }
.new-gallery { padding: 2rem 15px; }
.new-gallery .column.column-block { margin: 0; overflow: hidden; padding: 5px; }
.new-gallery .column.column-block img { height: 250px; width: 500px; }

@media screen and (max-width: 991px) {
	.new-gallery .column.column-block img { height: 180px; }
}

@media screen and (max-width: 639px) {
	.award { right: 20px; }
	.award ul { margin: 0; }
	.award ul li img { max-height: 230px; }
	.new-gallery { padding: 2rem 10px; }
}


