@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'Proxima Nova Rg';
	background-color: #fff;
	color: #fff;
}

body.overflow-section {
	overflow: hidden;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}
.pad-left {
	padding-left:0;
}

.pad-right {
	padding-right:0;
}

.pad-top {
	padding-top:0;
}

.pad-bottom {
	padding-bottom:0;
}

.padding {
	padding:0 !important;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

.clear-both {
	clear: both;
}

/* Text Color Classes Start */
.txt-white {
	color: #ffffff !important;
}
.txt-twine {
	color: #a9806d !important;
}
.txt-nile-blue {
	color: #17344e !important;
}
/* Text Color Classes End */

/* Buttons Start */
.btn-red {
    position: relative;
    padding: 12px 35px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #ff0000;
    font-family: 'MontserratBlack';
    color: #FFFFFF;
    border: 1px solid transparent;
    text-transform: uppercase;
    background-size: cover;
	letter-spacing: 1px;
}

/* .btn-red:after {
    position: absolute;
    background: url(../images/btn-drop.svg);
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    content: '';
    height: 100%;
    background-size: 100% 100%;
    display: block;
    bottom: auto;
    margin-top: 5px;
} */

.btn-red:focus {
	background: #ff0000;
    color: #FFFFFF;
}

.btn-red:hover,
.btn-red:active:focus {
    background: transparent;
    color: #ff0000;
    border-color: #ff0000;
}
/* Buttons End */

.btn-white {
	font-size: 14px;
	line-height: 14px;
	font-family: 'MontserratBlack';
	color: #000000;
	padding: 6px;
	background-color: #fff;
	text-decoration: none !important;
	border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
	-o-border-radius: 24px;
	text-align: center;
	display: block;
	letter-spacing: 2px;
	width: 275px;
}

.btn-white:hover {
	background: #ff0000;
    color: #FFFFFF;
}
.btn-white:hover svg path {
	fill: #fff !important;
}

.btn-black {
	text-decoration: none;
    color: #a9806d;
    text-transform: uppercase;
    font-family: 'MontserratBlack';
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    background-color: #231f20;
    padding: 15px 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.btn-black:focus {
	color: #a9806d;
}

.btn-black:hover {
    border-color: #231f20;
    color: #231f20;
    background: transparent;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*========== Full Screen Menu Start ==========*/
.slimScrollBar {
	z-index: 999 !important;
}

.full-screen-menu {
	position: fixed;
	left: 0;
	right: 0;
	top: -200%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	width: 100%;
	height: 100%;
	background-color: #231F20;
	z-index: 999;
	padding: 20px 20px 120px;
}

.full-screen-menu.open {
	top: 0;
}

.full-screen-menu .footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
}
/*
.full-screen-menu .footer .copyright-section p {
	font-family: 'ProximaNovaAltLight';
	font-size: 12px;
	line-height: 16px;
	color: #aaaaaa;
}

.full-screen-menu .footer .copyright-section ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.full-screen-menu .footer .copyright-section ul li {
	display: inline-block;
	margin: 0;
	padding: 0 7px 0 4px;
	list-style-type: none;
	position: relative;
	font-family: 'Proxima Nova Semibold';
	font-size: 12px;
	line-height: 12px;
	color: #aaaaaa;
}

.full-screen-menu .footer .copyright-section ul li:before {
	position: absolute;
	content: "";
	right: -2px;
	top: 50%;
	height: 4px;
	width: 4px;
	background-color: #aaaaaa;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.full-screen-menu .footer .copyright-section ul li:first-child {
	padding-left: 0;
}

.full-screen-menu .footer .copyright-section ul li:last-child {
	padding-right: 0;
}

.full-screen-menu .footer .copyright-section ul li:last-child:before {
	display: none;
}

.full-screen-menu .footer .copyright-section ul li a {
	text-decoration: none;
	color: #aaaaaa;
}

.full-screen-menu .footer .copyright-section ul li a:hover {
	color: #a9806d;
} */
.full-screen-menu .left-header-footer {
	width: 170px;
}
.full-screen-menu .left-header-footer a img {
	width: 167px;
	height: auto;
}
.full-screen-menu .right-header-footer {
    padding-left: 60px;
    width: 83%;
    float: right;
}
.full-screen-menu .right-header-footer p {
    font-size: 8px;
    line-height: 10px;
    font-family: 'MontserratRegular';
    color: #ffffff;
    letter-spacing: -0.1px;
    padding-bottom: 15px;
    margin: 0px;
}
.full-screen-menu .footer-header-bottom {
    display: flex;
    flex-direction: row;
    width: 57%;
}
.full-screen-menu .right-header-footer ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

.full-screen-menu .full-menu-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	padding: 0 250px;
}

.full-screen-menu .full-menu-content .full-menu-content-desc,
.full-screen-menu .full-menu-content .slimScrollDiv {
	/* height: 330px !important; */
	/* height: 500px !important; */
	height: 640px !important;
}

.full-screen-menu .full-menu-content .row {
	margin: 0 -80px;
	display: table;
	table-layout: fixed;
}

.full-screen-menu .full-menu-content [class^=col-] {
	padding: 0 80px;
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.full-screen-menu .full-menu-content [class^=col-]:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 1px;
	background-color: #144e86;
}

.full-screen-menu .full-menu-content [class^=col-]:last-child:before {
	display: none;
}

.full-screen-menu .full-menu-content .menu-list ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.full-screen-menu .full-menu-content .menu-list ul li {
	display: block;
	margin: 0;
	padding: 0 0 15px;
	list-style-type: none;
	font-family: 'MerriweatherLight';
	font-size: 40px;
	line-height: 44px;
	color: #a9806d;
	letter-spacing: 4px;
}

.full-screen-menu .full-menu-content .menu-list ul li:last-child {
	padding-bottom: 0;
}

.full-screen-menu .full-menu-content .menu-list ul li svg {
    display: inline-block;
    margin-left: 5px;
    width: 43px;
    height: 43px;
    vertical-align: middle;
}

/* .full-screen-menu .full-menu-content .menu-list ul li svg path {
	fill: rgba(255,255,255,0.5);
} */

.full-screen-menu .full-menu-content .menu-list ul li a { 
	display: inline-block;
	text-decoration: none;
	color: rgba(185, 119, 92,0.5);
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.full-screen-menu .full-menu-content .menu-list ul li.active a,
.full-screen-menu .full-menu-content .menu-list ul li.open a,
.full-screen-menu .full-menu-content .menu-list ul li.current-menu-item a,
.full-screen-menu .full-menu-content .menu-list ul li a.active,
.full-screen-menu .full-menu-content .menu-list ul li a:hover { 
	color: #a9806d;
}

.full-screen-menu .full-menu-content .menu-list ul li.active a svg path,
.full-screen-menu .full-menu-content .menu-list ul li.open a svg path,
.full-screen-menu .full-menu-content .menu-list ul li.current-menu-item svg path,
.full-screen-menu .full-menu-content .menu-list ul li a:hover svg path { 
	fill: #a9806d;
}
.full-screen-menu .full-menu-content .menu-list ul li.tour-icon a {
	position: relative;
}
.full-screen-menu .full-menu-content .menu-list ul li.tour-icon a::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45.96 45.99' style='enable-background:new 0 0 45.96 45.99;' xml:space='preserve'%3E%3Cpath class='st1' fill='rgba(185, 119, 92,0.5)' d='M22.96,0C16.87,0,11.02,2.42,6.71,6.74C2.41,11.05-0.01,16.9,0,23v0c-0.01,9.3,5.59,17.68,14.18,21.24 c8.59,3.56,18.48,1.59,25.05-4.98c6.58-6.58,8.54-16.47,4.98-25.06C40.65,5.6,32.26,0,22.96,0z M29.96,7.61 c0.71,1.48,1.28,3.01,1.72,4.59c-2.87-0.57-5.79-0.86-8.71-0.85c-2.92-0.01-5.84,0.27-8.71,0.85c0.43-1.58,1.01-3.12,1.72-4.59 c1.92-3.92,4.4-6.08,7-6.08C25.55,1.54,28.04,3.7,29.96,7.61z M33.06,23c0.01,3.07-0.31,6.13-0.97,9.13 c-3,0.66-6.06,0.98-9.13,0.97c-3.07,0.01-6.13-0.31-9.13-0.97c-0.66-3-0.98-6.06-0.97-9.13c-0.01-3.07,0.31-6.13,0.97-9.13 c3-0.66,6.06-0.98,9.13-0.97c3.07-0.01,6.13,0.31,9.13,0.97C32.75,16.86,33.08,19.93,33.06,23z M33.75,14.28 c1.58,0.43,3.12,1.01,4.59,1.72c3.92,1.92,6.08,4.4,6.08,7c0,2.59-2.16,5.08-6.08,7c-1.47,0.71-3.01,1.28-4.59,1.72 c0.57-2.87,0.86-5.79,0.85-8.71C34.61,20.07,34.32,17.15,33.75,14.28z M22.96,44.46c-2.59,0-5.08-2.16-7-6.08 c-0.71-1.47-1.28-3.01-1.72-4.59c2.87,0.57,5.79,0.86,8.71,0.85c2.93,0.01,5.84-0.28,8.71-0.85c-0.43,1.58-1.01,3.11-1.72,4.59 C28.04,42.3,25.55,44.46,22.96,44.46z M1.54,23L1.54,23c0-2.6,2.14-5.08,6.06-7c1.47-0.71,3.01-1.28,4.58-1.72 c-1.14,5.75-1.14,11.67-0.01,17.42c-1.57-0.43-3.1-1-4.57-1.72C3.68,28.08,1.54,25.59,1.54,23L1.54,23z M7.79,7.82 C10.6,5,14.15,3.01,18.03,2.1c-1.28,1.16-2.45,2.79-3.45,4.84c-0.87,1.81-1.55,3.7-2.03,5.65c-1.95,0.48-3.84,1.16-5.65,2.03 c-2.05,1-3.67,2.17-4.84,3.45C2.98,14.18,4.96,10.63,7.79,7.82z M7.79,38.17c-2.83-2.81-4.81-6.36-5.72-10.24 c1.16,1.28,2.79,2.45,4.84,3.45c1.81,0.87,3.7,1.55,5.65,2.03c0.48,1.95,1.16,3.84,2.03,5.65c1,2.05,2.17,3.68,3.45,4.84 C14.15,42.98,10.6,41,7.79,38.17z M38.14,38.17c-2.81,2.83-6.36,4.81-10.25,5.72c1.28-1.16,2.45-2.79,3.45-4.84 c0.87-1.81,1.55-3.7,2.03-5.65c1.95-0.48,3.84-1.16,5.65-2.02c2.05-1,3.68-2.17,4.84-3.45C42.94,31.81,40.96,35.36,38.14,38.17z M39.02,14.62c-1.81-0.87-3.7-1.55-5.65-2.03c-0.48-1.95-1.16-3.84-2.03-5.65c-1-2.05-2.17-3.68-3.45-4.84 c7.91,1.87,14.09,8.05,15.96,15.96C42.69,16.79,41.07,15.62,39.02,14.62z'/%3E%3Cpath class='st1' fill='rgba(185, 119, 92,0.5)' d='M17.84,22.76c0.49-0.23,0.78-0.86,0.78-1.65c0-1.32-0.89-1.77-2.09-1.77c-1.68,0-2.17,1.02-2.17,1.73 c0,0.42,0.09,0.56,0.67,0.56c0.48,0,0.62-0.2,0.62-0.5c0-0.4,0.24-0.66,0.88-0.66c0.54,0,0.87,0.22,0.87,0.87 c0,0.85-0.42,0.97-0.91,0.97c-0.29,0-0.39,0.26-0.39,0.51c0,0.26,0.1,0.5,0.39,0.5c0.63,0,1.09,0.21,1.09,0.94v0.19 c0,0.75-0.32,1.07-1.06,1.07c-0.63,0-1.03-0.28-1.03-0.72c0-0.32-0.14-0.46-0.67-0.46c-0.45,0-0.62,0.11-0.62,0.51 c0,0.8,0.64,1.81,2.26,1.81c1.31,0,2.36-0.6,2.36-2.2v-0.19C18.83,23.44,18.42,22.99,17.84,22.76z'/%3E%3Cpath class='st1' fill='rgba(185, 119, 92,0.5)' d='M20.66,21.61v2.77c0,1.66,1,2.27,2.31,2.27c1.31,0,2.3-0.61,2.3-2.27v-0.14c0-1.57-0.93-2.05-2.05-2.05 c-0.52,0-1.03,0.12-1.31,0.51v-1.08c0-0.78,0.41-1.14,1.08-1.14c0.55,0,1.01,0.27,1.01,0.73c0,0.39,0.32,0.49,0.67,0.49 c0.41,0,0.61-0.13,0.61-0.53c0-0.83-0.66-1.82-2.25-1.82C21.68,19.34,20.66,19.96,20.66,21.61z M21.9,24.24 c0-0.75,0.43-1.04,1.06-1.04c0.66,0,1.06,0.31,1.06,1.13v0.13c0,0.78-0.4,1.14-1.05,1.14c-0.66,0-1.07-0.36-1.07-1.14V24.24z'/%3E%3Cpath class='st1' fill='rgba(185, 119, 92,0.5)' d='M29.39,26.65c1.31,0,2.31-0.61,2.31-2.27v-2.77c0-1.66-1-2.27-2.31-2.27c-1.31,0-2.3,0.61-2.3,2.27v2.77 C27.09,26.04,28.08,26.65,29.39,26.65z M28.34,21.61c0-0.78,0.4-1.14,1.05-1.14c0.65,0,1.06,0.36,1.06,1.14v2.77 c0,0.78-0.42,1.14-1.06,1.14c-0.65,0-1.05-0.36-1.05-1.14V21.61z'/%3E%3C/svg%3E");
	width: 43px;
	height: 43px;
	right: -60px;
}
.full-screen-menu .full-menu-content .menu-list ul li.tour-icon a:hover::before,  
.full-screen-menu .full-menu-content .menu-list ul li.tour-icon a.active::before {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45.96 45.99' style='enable-background:new 0 0 45.96 45.99;' xml:space='preserve'%3E%3Cpath class='st1' fill='%23a9806d' d='M22.96,0C16.87,0,11.02,2.42,6.71,6.74C2.41,11.05-0.01,16.9,0,23v0c-0.01,9.3,5.59,17.68,14.18,21.24 c8.59,3.56,18.48,1.59,25.05-4.98c6.58-6.58,8.54-16.47,4.98-25.06C40.65,5.6,32.26,0,22.96,0z M29.96,7.61 c0.71,1.48,1.28,3.01,1.72,4.59c-2.87-0.57-5.79-0.86-8.71-0.85c-2.92-0.01-5.84,0.27-8.71,0.85c0.43-1.58,1.01-3.12,1.72-4.59 c1.92-3.92,4.4-6.08,7-6.08C25.55,1.54,28.04,3.7,29.96,7.61z M33.06,23c0.01,3.07-0.31,6.13-0.97,9.13 c-3,0.66-6.06,0.98-9.13,0.97c-3.07,0.01-6.13-0.31-9.13-0.97c-0.66-3-0.98-6.06-0.97-9.13c-0.01-3.07,0.31-6.13,0.97-9.13 c3-0.66,6.06-0.98,9.13-0.97c3.07-0.01,6.13,0.31,9.13,0.97C32.75,16.86,33.08,19.93,33.06,23z M33.75,14.28 c1.58,0.43,3.12,1.01,4.59,1.72c3.92,1.92,6.08,4.4,6.08,7c0,2.59-2.16,5.08-6.08,7c-1.47,0.71-3.01,1.28-4.59,1.72 c0.57-2.87,0.86-5.79,0.85-8.71C34.61,20.07,34.32,17.15,33.75,14.28z M22.96,44.46c-2.59,0-5.08-2.16-7-6.08 c-0.71-1.47-1.28-3.01-1.72-4.59c2.87,0.57,5.79,0.86,8.71,0.85c2.93,0.01,5.84-0.28,8.71-0.85c-0.43,1.58-1.01,3.11-1.72,4.59 C28.04,42.3,25.55,44.46,22.96,44.46z M1.54,23L1.54,23c0-2.6,2.14-5.08,6.06-7c1.47-0.71,3.01-1.28,4.58-1.72 c-1.14,5.75-1.14,11.67-0.01,17.42c-1.57-0.43-3.1-1-4.57-1.72C3.68,28.08,1.54,25.59,1.54,23L1.54,23z M7.79,7.82 C10.6,5,14.15,3.01,18.03,2.1c-1.28,1.16-2.45,2.79-3.45,4.84c-0.87,1.81-1.55,3.7-2.03,5.65c-1.95,0.48-3.84,1.16-5.65,2.03 c-2.05,1-3.67,2.17-4.84,3.45C2.98,14.18,4.96,10.63,7.79,7.82z M7.79,38.17c-2.83-2.81-4.81-6.36-5.72-10.24 c1.16,1.28,2.79,2.45,4.84,3.45c1.81,0.87,3.7,1.55,5.65,2.03c0.48,1.95,1.16,3.84,2.03,5.65c1,2.05,2.17,3.68,3.45,4.84 C14.15,42.98,10.6,41,7.79,38.17z M38.14,38.17c-2.81,2.83-6.36,4.81-10.25,5.72c1.28-1.16,2.45-2.79,3.45-4.84 c0.87-1.81,1.55-3.7,2.03-5.65c1.95-0.48,3.84-1.16,5.65-2.02c2.05-1,3.68-2.17,4.84-3.45C42.94,31.81,40.96,35.36,38.14,38.17z M39.02,14.62c-1.81-0.87-3.7-1.55-5.65-2.03c-0.48-1.95-1.16-3.84-2.03-5.65c-1-2.05-2.17-3.68-3.45-4.84 c7.91,1.87,14.09,8.05,15.96,15.96C42.69,16.79,41.07,15.62,39.02,14.62z'/%3E%3Cpath class='st1' fill='%23a9806d' d='M17.84,22.76c0.49-0.23,0.78-0.86,0.78-1.65c0-1.32-0.89-1.77-2.09-1.77c-1.68,0-2.17,1.02-2.17,1.73 c0,0.42,0.09,0.56,0.67,0.56c0.48,0,0.62-0.2,0.62-0.5c0-0.4,0.24-0.66,0.88-0.66c0.54,0,0.87,0.22,0.87,0.87 c0,0.85-0.42,0.97-0.91,0.97c-0.29,0-0.39,0.26-0.39,0.51c0,0.26,0.1,0.5,0.39,0.5c0.63,0,1.09,0.21,1.09,0.94v0.19 c0,0.75-0.32,1.07-1.06,1.07c-0.63,0-1.03-0.28-1.03-0.72c0-0.32-0.14-0.46-0.67-0.46c-0.45,0-0.62,0.11-0.62,0.51 c0,0.8,0.64,1.81,2.26,1.81c1.31,0,2.36-0.6,2.36-2.2v-0.19C18.83,23.44,18.42,22.99,17.84,22.76z'/%3E%3Cpath class='st1' fill='%23a9806d' d='M20.66,21.61v2.77c0,1.66,1,2.27,2.31,2.27c1.31,0,2.3-0.61,2.3-2.27v-0.14c0-1.57-0.93-2.05-2.05-2.05 c-0.52,0-1.03,0.12-1.31,0.51v-1.08c0-0.78,0.41-1.14,1.08-1.14c0.55,0,1.01,0.27,1.01,0.73c0,0.39,0.32,0.49,0.67,0.49 c0.41,0,0.61-0.13,0.61-0.53c0-0.83-0.66-1.82-2.25-1.82C21.68,19.34,20.66,19.96,20.66,21.61z M21.9,24.24 c0-0.75,0.43-1.04,1.06-1.04c0.66,0,1.06,0.31,1.06,1.13v0.13c0,0.78-0.4,1.14-1.05,1.14c-0.66,0-1.07-0.36-1.07-1.14V24.24z'/%3E%3Cpath class='st1' fill='%23a9806d' d='M29.39,26.65c1.31,0,2.31-0.61,2.31-2.27v-2.77c0-1.66-1-2.27-2.31-2.27c-1.31,0-2.3,0.61-2.3,2.27v2.77 C27.09,26.04,28.08,26.65,29.39,26.65z M28.34,21.61c0-0.78,0.4-1.14,1.05-1.14c0.65,0,1.06,0.36,1.06,1.14v2.77 c0,0.78-0.42,1.14-1.06,1.14c-0.65,0-1.05-0.36-1.05-1.14V21.61z'/%3E%3C/svg%3E");
}

.full-screen-menu .call-address-block .mail-link {
	display: inline-block;
	padding-left: 10px;
	float: none;
	vertical-align: text-bottom;
}

.full-screen-menu .call-address-block .mail-link a {
	font-size: 20px;
	line-height: 20px;
	text-transform: none;
	color: #ffffff;
}

.full-screen-menu .call-address-block .mail-link a:hover {
	color: #a9806d;
}

.full-screen-menu .call-address-block .register-btn {
	padding: 10px 0 0;
}
.full-screen-menu .call-address-block .register-btn.margin-bt-button {
    margin-bottom: 0px;
}

.full-screen-menu .call-address-block .register-btn .simple-white-btn {
	border: 1px solid #ffffff;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
	/* font-family: 'GothamNarrow-Bold'; */
	font-family: 'Gotham Narrow'; /* Bold */
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 3px;
    outline: none;
    width: 230px;
}

.full-screen-menu .call-address-block .register-btn .simple-white-btn:focus {
	color: #ffffff;
	border-color: #ffffff;
	background-color: transparent;
}

.full-screen-menu .call-address-block .register-btn .simple-white-btn:hover,
.full-screen-menu .call-address-block .register-btn .simple-white-btn:active:focus {
	color: #ffffff;
	border-color: #EE4169;
	background-color: #EE4169;
}




.full-screen-menu .full-menu-content .call-address-block {
    float: left;
    width: 100%;
    padding: 0 0 80px;
}

.full-screen-menu .full-menu-content .call-address-block:last-child {
	padding-bottom: 0;
}

.full-screen-menu .call-address-block .call-title {
    padding: 0px;
}

.full-screen-menu .call-address-block .call-title h1,
.full-screen-menu .call-address-block .call-title h2,
.full-screen-menu .call-address-block .call-title h3,
.full-screen-menu .call-address-block .call-title h4,
.full-screen-menu .call-address-block .call-title h5,
.full-screen-menu .call-address-block .call-title h6 {
	font-family: 'MontserratLight';
	font-size: 14px;
	line-height: 16px;
	color: #a9806d;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 16px;
}
.full-screen-menu .call-address-block .call-link a {
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 2px;
	font-family: 'MontserratLight';
	color: #A9806D;
	text-decoration: none;
}
.full-screen-menu .call-address-block .call-link a:hover {
	color: #ffffff;
}
.full-screen-menu .call-address-block .call-link {
	padding-bottom: 15px;
}
.full-screen-menu .call-btn-header .btn-border {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	font-family: 'MontserratBlack';
	color: #A9806D;
	padding: 17px;
	text-transform: uppercase;
	border: 1px solid #A9806D;
	border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}
.full-screen-menu .call-btn-header .btn-border:hover {
	background-color: #A9806D;
	color: #ffffff;
}
.full-screen-menu .call-address-block a.contact-num {
	text-decoration: none;
	font-family: 'MontserratSemiBold';
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 2px;
	color: #a9806d;
	text-transform: uppercase;
}
.full-screen-menu .call-btn-header {
	padding-bottom: 24px;
}
.call-address-block .social-icon-footer ul {
	margin: 0px 0px 25px;
	padding: 0px;
	list-style: none;
}
.call-address-block .social-icon-footer ul li {
	display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.call-address-block .social-icon-footer ul li a {
	display: block;
}
.call-address-block .social-icon-footer ul li a img {
	width: 29px;
	height: auto;
}






.full-screen-menu .call-address-block a.contact-num:hover {
	color: #ffffff;
}

.full-screen-menu .call-address-block .social-icons-list {
	float: left;
	width: 100%;
	padding: 35px 0 0;
}

.full-screen-menu .call-address-block .social-icons-list ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.full-screen-menu .call-address-block .social-icons-list ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 12px;
}

.full-screen-menu .call-address-block .social-icons-list ul li a {
	display: block;
	text-decoration: none;
	height: 16px;
	width: 16px;
	color: #144e86;
	background-color: #ffffff;
	position: relative;
}

.full-screen-menu .call-address-block .social-icons-list ul li a i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.full-screen-menu .call-address-block .social-icons-list ul li a:hover {
	color: #ffffff;
	background-color: #a9806d;
}

.full-screen-menu .call-address-block p {
    font-size: 16px;
    line-height: 24px;
    color: #a9806d;
    letter-spacing: 1px;
    margin: 0px 0px 16px;
    font-family: 'MontserratLight';
}

.full-screen-menu .call-address-block p span {
	text-transform: uppercase;
}

.full-screen-menu .call-address-block a.direction-link {
	font-family: 'MontserratMedium';
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #a9806d;
	text-decoration: none;
	letter-spacing: 2px;
}

.full-screen-menu .call-address-block a.direction-link i {
	font-size: 35px;
	color: #ffffff;
	padding-right: 5px;
}

.full-screen-menu .call-address-block a.direction-link:hover {
	color: #ffffff;
}
/*========== Full Screen Menu End ==========*/


/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* Section Title Start */
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
	font-family: 'MerriweatherLight';
	font-size: 42px;
	line-height: 48px;
	letter-spacing: 0;
	margin: 0;
	color: #000000;
}

.section-title h1 span,
.section-title h2 span,
.section-title h3 span,
.section-title h4 span,
.section-title h5 span,
.section-title h6 span {
	display: block;
	font-family: 'Proxima Nova Rg';
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
/* Section Title End */


/* Main Carousel Section Start */
.main-carousel-section .banner-image img {
	width: 100%;
}
/* 
.main-carousel-content .container {
	width: 1054px;
} */

.main-carousel-section .main-carousel-content {	
	position: absolute;
	left: 0;
	right: 0;
	top: 180px;
	z-index: 9;
}


.scroll-bottom {
	position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}
.scroll-bottom a {
	display: inline-block;
}

.scroll-bottom a svg {
	width: 38px;
	height: auto;
}
.scroll-bottom a:hover svg path {
	stroke: #EE4169;
}

.main-carousel-section {
	position: relative;
}
.main-carousel-section .main-carousel-content .detail p {
	font-family: 'Proxima Nova Rg';
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff;
}

.main-carousel-section .main-carousel-content .area-name span {
	font-family: 'Proxima Nova Rg';
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 3px;
	color: #a9806d;
}

.main-carousel {
	opacity: 0;
}

.main-carousel.slick-initialized {
	opacity: 1;
	z-index: 9;
}

.main-carousel .main-carousel-item {
	float: left;
}

.main-carousel-text {
	opacity: 0;
}

.main-carousel-text.slick-initialized {
	opacity: 1;
}

.main-carousel-text .carousel-text-item {
	float: left;
	padding-right: 100px;
}

.main-carousel-text .slick-dots {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.main-carousel-text .slick-dots li {
	display: inline-block;
	margin: 0 3px;
	padding: 0;
	list-style-type: none;
	width: 150px;
	height: 5px;
	background-color: #ffffff;
	cursor: pointer;
}

.main-carousel-text .slick-dots li:first-child {
	margin-left: 0;
}

.main-carousel-text .slick-dots li:last-child {
	margin-right: 0;
}

.main-carousel-text .slick-dots li.slick-active {
	background-color: #a9806d;
}

.main-carousel-text .slick-dots li button {
	display: none;
}

.main-carousel-text .slick-arrow {
	position: absolute;
	right: 0;
	bottom: -40px;
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: #a9806d;
	z-index: 9;
	text-align: center;
}

.main-carousel-text .slick-arrow:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
}

.main-carousel-text .slick-arrow:hover:before {
	opacity: 1;
}

.main-carousel-text .slick-arrow svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 17px;
	height: 17px;
}


.main-carousel-text .slick-arrow.slick-prev {
	margin: 0 0 -5px 0;
}

.main-carousel-text .slick-arrow.slick-next {
	margin-bottom: 55px;
}
/* Main Carousel Section End */


/* Our Units Section Start */
.our-units {
	margin-top: -150px;
    position: relative;
    z-index: 99;
}
.our-units .unit-inner {
	background: #231f20;
	padding: 30px 115px;
	position: relative;
}
.our-units .unit-inner:after {
	background : -moz-radial-gradient(49.94% 222.15%, circle farthest-side, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background : -webkit-radial-gradient(49.94% 222.15%, circle farthest-side, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background : -webkit-gradient(radial,49.94% 222.15% ,0 , 49.94% 222.15%, 640.35 ,color-stop(0,rgba(0, 0, 0, 1) ),color-stop(1,rgba(0, 0, 0, 0) ));
	background : -o-radial-gradient(49.94% 222.15%, circle farthest-side, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background : -ms-radial-gradient(49.94% 222.15%, circle farthest-side, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
	background : radial-gradient(49.94% 222.15%, circle farthest-side, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	opacity : 0.5;
	filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
	position: absolute;
	content:'';
	display: block;
}
.our-units .unit-inner::before {
    content: "";
    position: absolute;
    bottom: -67px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-image: url(../images/shadow-unit.png);
    height: 60px;
    background-size: cover;
    background-position: 100%;
}
.our-units .unit-border {
	background : -moz-linear-gradient(0% 50% 0deg,rgba(114, 162, 68, 1) 0%,rgba(0, 76, 169, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(114, 162, 68, 1) ),color-stop(1,rgba(0, 76, 169, 1) ));
	background : -o-linear-gradient(0deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#72A244', endColorstr='#004CA9' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72A244',endColorstr='#004CA9' , GradientType=1);
	height: 6.5px;
}
.gradiant-border {
	background : -moz-linear-gradient(0% 50% 0deg,rgba(114, 162, 68, 1) 0%,rgba(0, 76, 169, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(114, 162, 68, 1) ),color-stop(1,rgba(0, 76, 169, 1) ));
	background : -o-linear-gradient(0deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#72A244', endColorstr='#004CA9' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72A244',endColorstr='#004CA9' , GradientType=1);
	height: 6.5px;
}


.cus-container {
	padding: 0 15px;
}

.our-units .unit-btn {
	text-align: center;
	padding: 40px 0 0;	
}

.our-units .unit-btn .btn-red {
	/* background: url(../images/btn-bg.svg) no-repeat;
	height: 70px;
    width: auto;
	padding-top: 30px;
	width: 400px;
	border: none !important; */
}

.our-units .unit-btn .btn-red:after {
	position: absolute;
    left: 0;
    right: auto;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-image: url(../images/btn-left.png);
    width: 78px;
    left: 0;
    top: -10px;
    z-index: -1;
}

.our-units .unit-btn .btn-red:before {
	position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 100%;
    content: '';
    display: block;
    background-image: url(../images/btn-right.png);
    width: 78px;
    right: 0;
    left: auto;
    z-index: -1;
}

/* .our-units .unit-btn .btn-red::after {
	display: none;
} */

.unit-block .icon {
	height: 48px;
    width: 48px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto 20px;
	position: relative;
}
.unit-block .icon:before {
	font-size: 11px;
	line-height: 11px;
	display: block;
	font-family: 'MontserratBlack';
	content: counter(mega-step, upper-roman);
}

.unit-block {
    text-align: center;
}

.unit-block .icon svg {
    width: 13px;
    fill: #ffffff;
	stroke: #ffffff;
	margin-left: 3px;
}

.unit-block h3 {
    font-size: 28px;
    line-height: 28px;
    color: #a9806d;
    margin: 0 0 15px;
    /* text-transform: capitalize; */
	font-family: 'MerriweatherBold';
    letter-spacing: 1px;
}

.unit-block p {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin: 0;
    font-family: 'MontserratBold';
    letter-spacing: 1px;
    margin: 0 10px;
}

.unit-block h3 span {
    color: #ffffff;
    margin-right: 15px;
}


.our-units [class^=col-] {
	width: 20%;	
    counter-reset: my-awesome-counter;
    counter-increment: mega-step;

}

.our-units [class^=col-]:after {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ffffff;
    content: '';
    width: 37px;
    left: auto;
    right: 100%;
}

.our-units [class^=col-]:before {
    width: 37px;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ffffff;
    content: '';
    right: 0;
    left: 100%;
}

.our-units [class^=col-]:first-child:after {
    display: none;
}

.our-units [class^=col-]:last-child:before {
    display: none;
}
/* Our Units Section End */

/**** experience-sec start **/

.experience-sec {
	background: url('../images/experience-bg.svg');
	background-size: cover;
	text-align: center;
	padding: 75px 0 50px;
	position: relative;
	z-index: 9;
	
}

/* .text-block {
	text-align: center;
} */

.text-block .section-title {
	padding: 0 0 25px;
}

.text-block p {
	margin: 0;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #000000;
	font-family: 'MontserratMedium';
}

.experience-sec .ex-block {
	position: relative;
}
.experience-sec .ex-block:after {
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
	border-right: 1px dotted #fff;
	display: block;
	content: '';
}
.experience-sec .row .row [class*=col]:last-child .ex-block:after {
	display: none;
}

.experience-sec .ex-block h4 {
	font-size: 28px;
	line-height: 28px;
	font-family: 'Proxima Nova Semibold';
	color: #EE4169;
	margin: 0 0 15px;
}
.experience-sec .ex-block p {
	font-size: 15px;
	line-height: 20px;
	font-family: 'Proxima Nova Rg';
	color: #ffffff;
	margin: 0;
	letter-spacing: 0;
}

.experience-sec .btn {
	margin: 50px 0 0;
}

/**** experience-sec end **/


/**** project features start **/

.sub-title h4 {
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #a9806d;
	margin: 0 0 30px;
	font-family: 'Proxima Nova Semibold';
}

.project-feature {
	padding: 150px 170px 0 0;
	background-image: url('../images/project-f-bg.jpg');
	position: relative;
	background-size: cover;
	background-position: 100%;
	
}

.project-feature-inner {
	width: 380px;
	margin-left: auto;
	position: relative;
	z-index: 9;
}
/* .project-feature::after {
	background: url('../images/project-f-bg.png') no-repeat left;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background-position: left;

} */

.project-feature .right-shape {
	position: absolute;
    top: -300px;
    right: 70px;
    width: 830px;
    height: auto;
    bottom: auto;
    z-index: 1;
}

.project-feature .left-shape {
	position: absolute;
    top: -60px;
	right: auto;
	left: 100px;
    width: 215px;
    height: auto;
    bottom: auto;
    z-index: 1;
}
.project-feature .middle-shape {
	position: absolute;
    top: 100px;
    right: 700px;
    left: auto;
    width: 115px;
    height: auto;
    bottom: auto;
    z-index: 1;
}

.project-feature [class*=col] {
	z-index: 9;
}

.project-feature .pro-feature-top {
	padding: 0 0 100px;
}
.project-feature .section-title {
	padding:  0 20px 30px 0;
}
.project-feature .pro-feature-top p {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	margin: 0;
}


.feature-list [class*=col-]:nth-child(3n+1) {
	clear: both;
}

.feature-block {
	text-align: center;
	padding:  0 0 30px;
	position: relative;
}

.feature-block::after {
	position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    border-right: 1px dotted #a9806d;
    display: block;
	content: '';
	height: 60px;
	margin: auto;
}

.feature-list [class*=col-]:last-child .feature-block::after ,
.feature-list [class*=col-]:nth-child(6) .feature-block::after ,
.feature-list [class*=col-]:nth-child(3) .feature-block::after {
	display: none;
}


.feature-block .icon {
	height: 40px;
	margin: 0 0 15px;
}
.feature-block .icon img {
	margin: 0 auto;
}

.feature-block p {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}

/**** project features start **/

.gradient-bg-sec {
	background: url('../images/gradient-bg.svg') no-repeat;
	background-size: cover;
}
.gradient-bg-sec .container {
	width: 1310px;
}
.gradient-bg-sec .text-block {
	padding: 50px 0 0;
}

.m-0 {
	margin: 0 !important;
}


/* Proximity Section Start */
.proximity-section {
	padding: 30px;	
    background: #ffffff;
}

.proximity-section .section-title {
	padding: 0 0 40px;
}

.proximity-section .proximity-content {
	/* position: relative;
	padding: 0 0 35px; */
}

.proximity-section .proximity-block {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
}

.proximity-section .proximity-description {
	padding: 255px 20px 0 390px;
}

.proximity-section .detail p {
	font-family: 'Proxima Nova Rg';
	font-size: 13px;
	line-height: 24px;
	color: #17344e;
	letter-spacing: 0.5px;
}

.proximity-carousel {
	opacity: 0;
	padding-right: 10px;
}

.proximity-carousel.slick-initialized {
	opacity: 1;
}

.proximity-carousel .proximity-item {
	float: left;
}
.proximity-carousel .proximity-item .image {
	height: 585px;
}

.proximity-carousel .proximity-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proximity-list-items-carousel {
	opacity: 0;
}
.proximity-list-items-carousel .slick-list {
	margin: 0 0 -5px;
}


.proximity-list-items-carousel.slick-initialized {
	opacity: 1;
}

.proximity-list-items-carousel .proximity-list-item {
	float: left;
	height: 141px;
	cursor: pointer;
	margin: 0 0 5px;
	outline: none !important;
	position: relative;
}
.proximity-list-items-carousel .proximity-list-item:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(37, 46, 92,.65);
	display: block;
	content: '';
	opacity: 0;
}
.proximity-list-items-carousel .proximity-list-item:hover:after {
	opacity: 1;
}

.proximity-list-items-carousel .slick-slide.slick-current .proximity-list-item:after {
	opacity: 1;
}

.proximity-list-items-carousel .slick-slide {
	outline: none;
}

.proximity-list-items-carousel .proximity-list-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/*==================================================================*/
/*========== facilities start ==========*/
/*==================================================================*/

#image-map-pro-container .imp-shape img {
	opacity: 0;
}

.facilities-level {
	padding: 60px 0 0;
}

.building-map {
	background: #fff;
    padding: 30px 45px;
}
.building-map h3 {
	font-size: 24px;
	line-height: 24px;
	color: #a9806d;
	margin: 5px 0 0;
	font-family: 'Proxima Nova Semibold';
	text-align: center;
}

.facilities {
	padding: 60px 0 0;
}

.facilities .row {
	margin: 0 -20px;
	border-bottom: 1px dotted #ffffff;
	/* border-spacing: 2px; */
}

.facilities .column {
	width: 20%;
	float: left;
	padding: 0 20px;
}

.facility-block {
	padding: 0 0 40px;
}

.facility-block ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
}
.facility-block ul li {
	display: block;
	padding: 0 0 8px;
	margin: 0;
	list-style-type: none;
}
.facility-block ul li a {
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-left: 30px;
}

.facility-block ul li a:hover {
	color: #a9806d;
}

.facility-block ul li a span {
	position: absolute;
    left: 0;
}

.facility-block.floor-list ul li a {
	padding: 0;
}
.facility-block h5 {
	font-size: 16px;
	color: #a9806d;
	line-height: 16px;
	margin: 0 0 15px;
	font-family: 'Proxima Nova bold';
	text-transform: uppercase;
}

.facility-list {
	float: left;
    width: 100%;
}
.facility-list ul {
	padding: 70px 0 0 20px;
	margin: 0;
	display: block;
	list-style-type: none;
	padding: 70px 0 0 10px;
	margin: 0;
	display: block;
	list-style-type: none;
	width: 50%;
	float: left;
}
.facility-list ul li {
	font-size: 16px;
	line-height: 16px;
	position: relative;
}

.facility-list ul li a {
	padding: 5px 9px;
	display: inline-block;
	text-transform: capitalize;
	color: #a9806d;
	text-decoration: none;
	border-radius: 20px;

	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding-right: 20px;
}

.facility-list ul li a span {
	border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #fff;
	height: 20px;
	width: 20px;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	padding: 2px;
}

.facility-list ul li a:hover {
	background: #4a4a49;
}

.facility-list ul li a:hover span {
	background: #1F2B39;
}

.facility-list:last-child ul {
	padding-top: 0;
}
.facility-list .title {
	padding-bottom: 20px;
	padding-top: 20px;
}
.facility-list .title h3 {
	font-size: 20px;
    line-height: 20px;
}

.single-project-slider {
	padding: 0 5px;
}

.single-project-slider .slick-arrow {
	position: absolute;
    right: 80px;
    bottom: 65px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(197, 155, 109,.5);
    z-index: 9;
    text-align: center;
}

.single-project-slider .slick-arrow:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
}


.single-project-slider .slick-arrow:hover {
	background-color: #a9806d;
}

.single-project-slider .slick-arrow svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	/* width: 20px;
	height: 20px; */
}

/* .single-project-slider .slick-arrow svg path {
	fill: #ffffff;
} */

.single-project-slider .slick-arrow.slick-prev {
	margin: 0 0 -5px 0;
}

.single-project-slider .slick-arrow.slick-next {
	margin-bottom: 55px;
}

.facility-modal .modal-dialog {
	width: 1200px;
}

.facility-modal .modal-content {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 20px 0 0;
	
}
.facility-modal .modal-content .container {
	padding: 0;
}

.facility-modal .modal-content .facility-text {
	/* padding: 15px 0 25px; */
	padding: 15px 0;
}
.facility-modal .modal-content .facility-text h4 {
	font-family: 'Proxima Nova Rg';
	font-size: 16px;
	line-height: 30px;
	color: #17344e;
	margin: 0;
}




.book-now-btn {
	padding: 50px 0 90px;
	text-align: center;
	position: relative;
	background: #1F2B39;
}
.book-now-btn .btn-red {
	z-index: 999;
}

.bottom-shadow {
    margin: -25px 0 0;
}

.facility-modal .modal {
	text-align: center;
	padding: 0!important;
  }
  
  .facility-modal .modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
  }
  
  .facility-modal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
  }
  .modal-backdrop.in {
	  opacity: .7;
  }
/* Facilities End */

.connected-sec {
  background : -moz-linear-gradient(50% 5.59% -90deg,rgba(31, 43, 57, 1) 0%,rgba(34, 43, 58, 1) 22.8%,rgba(42, 44, 60, 1) 37.31%,rgba(57, 46, 63, 1) 49.53%,rgba(78, 48, 68, 1) 60.47%,rgba(105, 51, 74, 1) 70.55%,rgba(138, 54, 82, 1) 80%,rgba(178, 59, 91, 1) 88.97%,rgba(222, 63, 101, 1) 97.33%,rgba(238, 65, 105, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(31, 43, 57, 1) 0%, rgba(34, 43, 58, 1) 22.8%, rgba(42, 44, 60, 1) 37.31%, rgba(57, 46, 63, 1) 49.53%, rgba(78, 48, 68, 1) 60.47%, rgba(105, 51, 74, 1) 70.55%, rgba(138, 54, 82, 1) 80%, rgba(178, 59, 91, 1) 88.97%, rgba(222, 63, 101, 1) 97.33%, rgba(238, 65, 105, 1) 100%);
  background : -webkit-gradient(linear,50% 5.59% ,50% 55.5% ,color-stop(0,rgba(31, 43, 57, 1) ),color-stop(0.228,rgba(34, 43, 58, 1) ),color-stop(0.3731,rgba(42, 44, 60, 1) ),color-stop(0.4953,rgba(57, 46, 63, 1) ),color-stop(0.6047,rgba(78, 48, 68, 1) ),color-stop(0.7055,rgba(105, 51, 74, 1) ),color-stop(0.8,rgba(138, 54, 82, 1) ),color-stop(0.8897,rgba(178, 59, 91, 1) ),color-stop(0.9733,rgba(222, 63, 101, 1) ),color-stop(1,rgba(238, 65, 105, 1) ));
  background : -o-linear-gradient(-90deg, rgba(31, 43, 57, 1) 0%, rgba(34, 43, 58, 1) 22.8%, rgba(42, 44, 60, 1) 37.31%, rgba(57, 46, 63, 1) 49.53%, rgba(78, 48, 68, 1) 60.47%, rgba(105, 51, 74, 1) 70.55%, rgba(138, 54, 82, 1) 80%, rgba(178, 59, 91, 1) 88.97%, rgba(222, 63, 101, 1) 97.33%, rgba(238, 65, 105, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(31, 43, 57, 1) 0%, rgba(34, 43, 58, 1) 22.8%, rgba(42, 44, 60, 1) 37.31%, rgba(57, 46, 63, 1) 49.53%, rgba(78, 48, 68, 1) 60.47%, rgba(105, 51, 74, 1) 70.55%, rgba(138, 54, 82, 1) 80%, rgba(178, 59, 91, 1) 88.97%, rgba(222, 63, 101, 1) 97.33%, rgba(238, 65, 105, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F2B39', endColorstr='#EE4169' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(31, 43, 57, 1) 0%, rgba(34, 43, 58, 1) 22.8%, rgba(42, 44, 60, 1) 37.31%, rgba(57, 46, 63, 1) 49.53%, rgba(78, 48, 68, 1) 60.47%, rgba(105, 51, 74, 1) 70.55%, rgba(138, 54, 82, 1) 80%, rgba(178, 59, 91, 1) 88.97%, rgba(222, 63, 101, 1) 97.33%, rgba(238, 65, 105, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F2B39',endColorstr='#EE4169' , GradientType=0);
  position: relative;
  padding: 60px 0 0;

}

.connected-sec .connected-text {
	position: absolute;

}
.connected-bg-image img {
	width: 100%;
}

.connected-sec .connect-block h3 {
	font-size: 24px;
	line-height: 28px;
	color: #a9806d;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'Proxima Nova Semibold';
	margin: 0;
}
.connected-sec .connect-block {
	position: relative;
}

.connected-sec .connect-block::after {
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	border-right: 1px dotted #a9806d;
	display: block;
	content: '';
	margin: auto;
}

.connected-sec .connected-text [class*=col-]:last-child .connect-block:after {
	display: none;
}
.connected-sec .connected-text .row {
	margin: 0 -30px;
}
.connected-sec .connected-text [class*=col-] {
	padding: 0 30px;
}
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/






/*==================================================================*/
/*========== Inner Pages start ==========*/
/*==================================================================*/
.page-template-tpl_booking  .h-right {
	display: none;
}	
.page-template-tpl_booking  .h-left.stick-header {
	position: absolute;
	top: auto;
}

.booking-pg {
	position: relative;
	padding: 100px 0 0;
	background-color: #fff;
	/* background : -moz-linear-gradient(-8.57% 7.73% -62.05deg,rgba(31, 43, 57, 1) 0%,rgba(33, 43, 58, 1) 30.62%,rgba(41, 44, 59, 1) 45.15%,rgba(54, 45, 62, 1) 56.29%,rgba(72, 47, 67, 1) 65.7%,rgba(96, 50, 72, 1) 74.02%,rgba(125, 53, 79, 1) 81.57%,rgba(161, 57, 87, 1) 88.54%,rgba(200, 61, 96, 1) 94.87%,rgba(238, 65, 105, 1) 100%);
	background : -webkit-linear-gradient(-62.05deg, rgba(31, 43, 57, 1) 0%, rgba(33, 43, 58, 1) 30.62%, rgba(41, 44, 59, 1) 45.15%, rgba(54, 45, 62, 1) 56.29%, rgba(72, 47, 67, 1) 65.7%, rgba(96, 50, 72, 1) 74.02%, rgba(125, 53, 79, 1) 81.57%, rgba(161, 57, 87, 1) 88.54%, rgba(200, 61, 96, 1) 94.87%, rgba(238, 65, 105, 1) 100%);
	background : -webkit-gradient(linear,-8.57% 7.73% ,104.32% 89.2% ,color-stop(0,rgba(31, 43, 57, 1) ),color-stop(0.3062,rgba(33, 43, 58, 1) ),color-stop(0.4515,rgba(41, 44, 59, 1) ),color-stop(0.5629,rgba(54, 45, 62, 1) ),color-stop(0.657,rgba(72, 47, 67, 1) ),color-stop(0.7402,rgba(96, 50, 72, 1) ),color-stop(0.8157,rgba(125, 53, 79, 1) ),color-stop(0.8854,rgba(161, 57, 87, 1) ),color-stop(0.9487,rgba(200, 61, 96, 1) ),color-stop(1,rgba(238, 65, 105, 1) ));
	background : -o-linear-gradient(-62.05deg, rgba(31, 43, 57, 1) 0%, rgba(33, 43, 58, 1) 30.62%, rgba(41, 44, 59, 1) 45.15%, rgba(54, 45, 62, 1) 56.29%, rgba(72, 47, 67, 1) 65.7%, rgba(96, 50, 72, 1) 74.02%, rgba(125, 53, 79, 1) 81.57%, rgba(161, 57, 87, 1) 88.54%, rgba(200, 61, 96, 1) 94.87%, rgba(238, 65, 105, 1) 100%);
	background : -ms-linear-gradient(-62.05deg, rgba(31, 43, 57, 1) 0%, rgba(33, 43, 58, 1) 30.62%, rgba(41, 44, 59, 1) 45.15%, rgba(54, 45, 62, 1) 56.29%, rgba(72, 47, 67, 1) 65.7%, rgba(96, 50, 72, 1) 74.02%, rgba(125, 53, 79, 1) 81.57%, rgba(161, 57, 87, 1) 88.54%, rgba(200, 61, 96, 1) 94.87%, rgba(238, 65, 105, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F2B39', endColorstr='#EE4169' ,GradientType=0)";
	background : linear-gradient(152.05deg, rgba(31, 43, 57, 1) 0%, rgba(33, 43, 58, 1) 30.62%, rgba(41, 44, 59, 1) 45.15%, rgba(54, 45, 62, 1) 56.29%, rgba(72, 47, 67, 1) 65.7%, rgba(96, 50, 72, 1) 74.02%, rgba(125, 53, 79, 1) 81.57%, rgba(161, 57, 87, 1) 88.54%, rgba(200, 61, 96, 1) 94.87%, rgba(238, 65, 105, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F2B39',endColorstr='#EE4169' , GradientType=1); */
}

.booking-pg:after {
	/* position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background-image: url('../images/bg-pattern.svg');
	display: block; */
}

.booking-header.h-left a {
	width: 100px;
}

.booking-tabing-section {
	/* float: left;
	width: 100%;
	background: url(../images/bg-pattern.svg) no-repeat;
	background-position: bottom 0px right -350px; */
}

.booking-tabing-section .tabing-list-items {
	float: left;
	width: 100%;
	padding:0 200px 0 360px;
}

.booking-tabing-section .tabing-list-items .tabing-list-detail {
	padding: 0 0 20px;
}

.booking-tabing-section .tabing-list-items .back-link {
	/* float: left; */
	padding-top: 38px;
}

.booking-tabing-section .tabing-list-items .back-link a {
	text-decoration: none;
	color: #a9806d;
	text-transform: uppercase;
	font-family: 'MontserratBlack';
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	background-color: #231f20;
	padding: 20px 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.booking-tabing-section .tabing-list-items .back-link a:hover {
	color: #ffffff;
}

.booking-tabing-section .tabing-list-items .nav-tabs {
	/* float: right; */
	border: none;
}

.booking-tabing-section .tabing-list-items .nav-tabs li {
	float: left;
	width: 20%;
	padding: 0 10px;
	margin: 0;
	position: relative;
	text-align: center;
	counter-reset: my-awesome-counter;
    counter-increment: mega-step;
}

.booking-tabing-section .tabing-list-items .nav-tabs li:first-child {
	padding-left: 0;
}

.booking-tabing-section .tabing-list-items .nav-tabs li:first-child:before {
	display: none;
}

.booking-tabing-section .tabing-list-items .nav-tabs li:last-child {
	padding-right: 0;
}

.booking-tabing-section .tabing-list-items .nav-tabs li:last-child:after {
	display: none;
}

.booking-tabing-section .tabing-list-items .nav-tabs li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
	width: 20px;
	height: 1px;
	background-color: #a9806d;
}

.booking-tabing-section .tabing-list-items .nav-tabs li:after {
	position: absolute;
	content: "";
	right: 0;
	top: 12px;
	width: 20px;
	height: 1px;
	background-color: #a9806d;
}

.booking-tabing-section .tabing-list-items .nav-tabs li a {
	margin: 0;
	text-align: center;
	font-family: 'MerriweatherBold';
	color: #a8806c;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.5px;
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	pointer-events: none;
}

.booking-tabing-section .tabing-list-items .nav-tabs li a p {
	font-size: 8px;
	line-height: 12px;
	letter-spacing: 0.2px;
	color: #231f20;
	font-family: 'MontserratBold';
	margin: 8px 0 0;
}

.booking-tabing-section .tabing-list-items .nav-tabs li a .icon {
	position: relative;
	display: block;
	text-align: center;
	clear: both;
	margin-bottom: 15px;
}

.booking-tabing-section .tabing-list-items .nav-tabs li a .icon span {
	display: inline-block;
    width: 28px;
    height: 28px;
    border: 2px solid #a9806d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.booking-tabing-section .tabing-list-items .nav-tabs li a .icon span:before {
	font-size: 7px;
    line-height: 7px;
    display: block;
    font-family: 'MontserratBlack';
    content: counter(mega-step, upper-roman);
}

.booking-tabing-section .tabing-list-items .nav-tabs li a .icon svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	margin-left: 1px;
}
/* 
.booking-tabing-section .tabing-list-items .nav-tabs li a .icon svg polyline {
	stroke: #EE4169;
} */

.booking-tabing-section .tabing-list-items .nav-tabs li a:hover,
.booking-tabing-section .tabing-list-items .nav-tabs li.active a {
	background-color: transparent;
}

.booking-tabing-section .tabing-list-items .nav-tabs li a:hover .icon span,
.booking-tabing-section .tabing-list-items .nav-tabs li.active a .icon span {
	background-color: #1d1d1b;
}

.booking-tabing-section .tabing-list-items .nav-tabs li a:hover .icon svg polyline,
.booking-tabing-section .tabing-list-items .nav-tabs li.active a .icon svg polyline {
	stroke: #ffffff;
}

.booking-tabing-section .tabing-list-items .nav-tabs li.completed-step a {
	pointer-events: unset;
}

.booking-tabing-section .tab-content {
	float: left;
	width: 100%;
}

.booking-tabing-section .tab-pane {
	float: left;
	width: 100%;
	padding:30px 210px 150px;
}

.booking-tabing-section .choose-tab-pane {
	padding-top: 15px;
	/* padding-left: 210px;
    padding-right: 210px; */
}

.booking-tabing-section .choose-tab-pane .select-home-block {
	padding: 0 0px 120px 150px;
}

.choose-tab-pane .select-home-block .tab-pane-title {
	padding: 0;
}


.choose-tab-pane .select-home-block .tab-pane-title {

}

.tab-pane-title h1,
.tab-pane-title h2,
.tab-pane-title h3,
.tab-pane-title h4,
.tab-pane-title h5,
.tab-pane-title h6 {
	font-size: 26px;
	line-height: 26px;
	font-family: 'MontserratLight';
	color: #000000;
	letter-spacing: 1px;
	margin: 0;
}

.choose-tab-pane .select-home-block .unit-group {
	/* float: right; */
}
.choose-tab-pane .select-home-block .unit-group label {
	font-family: 'MontserratBold';
    color: #000000;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    display: block;
    letter-spacing: 0.5px;
}

.choose-tab-pane .unit-dropdown-list .dropdown {
	float: left;
	margin: 0 5px;
}

.choose-tab-pane .unit-dropdown-list .dropdown:first-child {
	margin-left: 0;
}

.choose-tab-pane .unit-dropdown-list .dropdown:last-child {
	margin-right: 0;
}

.choose-tab-pane .unit-dropdown-list .dropdown .btn {
	width: 125px;
    font-size: 12px;
    line-height: 12px;
    padding: 12px 25px;
    letter-spacing: 0.5px;
    overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'MontserratMedium';
	background: #a5a5a4;
}

.choose-tab-pane .unit-dropdown-list .dropdown.unit-type-dropdown .btn:before {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 19.6' style='enable-background:new 0 0 9 19.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='9,7.3 0,7.3 4.5,0 '/%3E%3Cpolygon class='st0' points='0,12.3 9,12.3 4.5,19.6 '/%3E%3C/svg%3E%0A") no-repeat right .75rem center/8px 10px;
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    right: 10px;
    z-index: 9;
    width: 10px;
    background-size: contain;
    background-position: center;
}

.choose-tab-pane .unit-dropdown-list .dropdown .btn:hover,
.choose-tab-pane .unit-dropdown-list .dropdown .btn:active:focus {
	color: #ffffff;
	background:  #a8806c;
	border-color:  #a8806c;
}

.choose-tab-pane .unit-dropdown-list .dropdown .dropdown-menu {
	border: none;
	/*box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;*/
	margin-top: 15px;
	min-width: 200px;
	max-width: 100%;
	padding: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	left: auto;
    margin-left: -40px;
}

.choose-tab-pane .unit-dropdown-list .dropdown .dropdown-menu:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #ffffff transparent;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.choose-tab-pane .unit-dropdown-list .dropdown .dropdown-menu li:first-child a {
	border-radius: 10px 10px 0 0;
}
.choose-tab-pane .unit-dropdown-list .dropdown .dropdown-menu li {
	font-family: 'MontserratRegular';
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.5px;
	color: #000000;
}

.choose-tab-pane .unit-dropdown-list .dropdown .dropdown-menu li a {
	color: #000000;
	border-left: 3px solid transparent;
	padding: 10px;
}

.choose-tab-pane .unit-dropdown-list .dropdown .dropdown-menu li.disabled a {
	border-color: #EE4169 !important;
	opacity: 0.7;
}

.choose-tab-pane .unit-dropdown-list .dropdown .dropdown-menu li a:hover,
.choose-tab-pane .unit-dropdown-list .dropdown .dropdown-menu li.active a {
	border-color: #EE4169;
	background-color: transparent;
}

/* Choose Flat Start */
.choose-flat {
	background: #fff;
	padding: 0 50px;
	text-align: center;	
}

.choose-flat {

}

.choose-flat .nav-tabs {
	border: none;
	margin: 0 0 50px;
}
.choose-flat .nav-tabs li {
	display: inline-block;
	float: none;
}
.choose-flat .nav-tabs li a {
	background: url(../images/nav-active-bg.svg) no-repeat;
	height: 70px;
    width: auto;
	padding-top: 20px;
	width: 400px;
	border: none !important;
	font-size: 22px;
	line-height: 22px;
	color: #ffffff;
	font-family: 'Proxima Nova Semibold';
}
.choose-flat .nav-tabs li a:hover {
	color: #EE4169;
}
.choose-flat .nav-tabs li.active a {
	background: url(../images/btn-bg.svg) no-repeat;
}

.choose-flat .nav-tabs li a:after {
	position: absolute;
    left: 0;
    right: auto;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-image: url(../images/btn-left.png);
    width: 78px;
    left: 0;
    top: -10px;
    z-index: 1;
}

.choose-flat .nav-tabs li a:before {
	position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 100%;
    content: '';
    display: block;
    background-image: url(../images/btn-right.png);
    width: 78px;
    right: 0;
    left: auto;
    z-index: 1;
}


.choose-flat .flat-overview {
	text-align: right;
}

/* .choose-flat .container {
	width: 612px;
} */

.choose-flat .flat-overview ul {
	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
}

.choose-flat .flat-overview ul li {
	display: inline-block;
	padding: 0;
	margin: 0 25px;
	list-style-type: none;
}
.choose-flat .flat-overview ul li:first-child {
	margin-left: 0;
}
.choose-flat .flat-overview ul li:last-child {
	margin-right: 0;
}

.choose-flat .flat-overview ul li span {
	font-size: 12px;
	line-height: 14px;
	color: #838383;
	display: block;
	font-family: 'MontserratRegular';
	text-align: center;
	letter-spacing: 1px;
	padding: 0 0 0 10px;
	display: inline-block;
}

.flat-view {
	height: 11px;
    width: 100px;
	display: inline-block;
	vertical-align: middle;
}

.type-a {
	background: #A5EBDC;
}

.type-b {
	background: #D7C8B4;
}

.type-c {
	background: #FAAAAA;
}

.type-a.sold-flat ,
.type-b.sold-flat ,
.type-c.sold-flat {
	background: #ffffff;
}

.type-a.sold-flat:before {
	background: red;
}
.type-b.sold-flat:before {
	background: red;
}

.type-c.sold-flat:before{
	background: red;
}

.sold-flat {
	position: relative;
	z-index: 99;
}

.sold-flat:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ff0000;
	z-index: -1;
}

.available-unit {
	position: relative;
	z-index: 9;
}

.available-unit:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #adf69d;
	z-index: -1;
}
.pending-flat {
	position: relative;
	z-index: 9;
}

.pending-flat:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ffff00;
	z-index: -1;
}


.reserved-flat {
	position: relative;
} 


.reserved-flat {
	/* position: relative; */
	z-index: 99;
	color: #fff !important;
}

.reserved-flat:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #18354F;
	z-index: -1;
}

.flat-facility {
	background: #838383;
	color: #fff !important;
}
.flat-facility:hover {
	background: #838383 !important;

}

.unit-unavailable {
	position: relative !important;
	background: #fff;
}
.unit-unavailable.available-sea,
.unit-unavailable.available-forest {
	background: transparent;
}

.unit-unavailable:before {
	position: absolute !important;
	content: "" !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	background: #aea9c5 !important;
	border: 2px solid #aea9c5 !important;
}

.flat-unit-table .unit-no {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0;
	color: #000000 !important;
	background-color: #EBEBEB !important;
	cursor: auto;
}

.flat-unit-table .sold-flat,
.flat-unit-table .reserved-flat,
.flat-unit-table .pending-flat,
.flat-unit-table .pump-room,
.flat-unit-table .unit-unavailable
{
	cursor: auto;
}
.flat-unit-table .sold-flat, .flat-unit-table .reserved-flat
{
	cursor: auto;
}

.flat-unit-table tr th.level-unit {
	position: relative;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	width: 50px;
}


.flat-unit-table tr th.level-unit p {
	text-align: center;
	margin: 0;
}

.flat-unit-table tr th {
	/* background-color: #EBEBEB; */
	color: #838383;
	text-align: center;
	font-family: 'MontserratBold';
	font-size: 18px;
	line-height: 18px !important;
	border: 2px solid #afb4b8 !important;
}

.flat-unit-table tr th.border-none {
	border: none !important;
}
.flat-unit-table tr td.border-none {
	border: none !important;
}

.flat-unit-table tr td {
	font-family: 'MontserratRegular';
	font-size: 12px;
	line-height: 14px !important;
	color: #024940;
	border: 2px solid #afb4b8 !important;
	cursor: pointer;
	padding: 12px !important;
}
.flat-unit-table tr td:first-child {
    font-size: 18px;
    line-height: 18px;
    color: #838383;
}

.flat-unit-table tr td:hover {
	background-color: #ffffff;
	background-color: transparent;
}
/* Choose Flat End */

/* Pay Tab Pane Start */
.booking-tabing-section .pay-tab-pane {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 150px;
}

.pay-tab-pane .tab-pane-title {
	padding: 0 0 15px;
}

.pay-tab-pane .pay-block .tab-pane-title {
	display: flex;
    justify-content: space-between;
}

.pay-tab-pane .pay-image {
	height: 100%;
}
.pay-tab-pane .pay-image img {
	width: 100%;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.pay-tab-pane .pay-description .row {
    display: flex;
    margin: 0;
}

.pay-tab-pane .pay-block {
	padding: 62px 65px 62px 80px;
	border: 2px solid #afb4b8;
	/* background-color: #EE4169; */
	/* height: 450px; */
	height: 100%;
}
.pay-tab-pane .pay-block .tab-pane-title h2 {
	font-size: 40px;
	line-height: 40px;
	font-family: 'Proxima Nova Rg';
	color: #000;
}

.pay-tab-pane .pay-block .detail p {
	font-family: 'MontserratLight';
    font-size: 14px;
    line-height: 21px;
    color: #000;
    letter-spacing: 1px;
}
.pay-tab-pane .pay-block .pay-message p {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	letter-spacing: 0.5px;
	font-family: 'MontserratMedium';
}

.pay-tab-pane .credit-card-btn {
	padding: 55px 0 0 80px;
}



.pay-block .custom-radio  a {
	/* display: inline-block; */
	color: #000000;
	text-decoration: none;
	font-weight: 700;
}

.pay-block .custom-radio  a:hover {
	/* color: #EE4169; */
}
.pay-block .custom-radio .radio label {
	text-transform: none;
}

.pay-block .custom-radio .radio label::before {
    top: 0;
    margin-left: -20px;
    border: 1px solid #000000;
    border-radius: 50%;
    transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    /* background-color: #fff; */
}

.pay-block .custom-radio .radio input:checked + label::after {
    top: 4px;
    margin-left: -20px;
    border: 1px solid #a9806d;
    border-radius: 50%;
    transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    /* background-color: #fff; */
}

.pay-block .custom-radio .radio {
	padding-left: 0;
	position: relative;
	display: block;
	margin: 20px 0 0 20px;
}

.pay-block .custom-radio .radio:nth-child(2) {
	padding-left: 20px;
}

.pay-block .custom-radio .radio input{
	opacity: 0;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	margin-left: -20px;
}

/* .custom-checkbox .checkbox input:checked + label::before {
border-color: #9575cd;
} */


.pay-block .custom-radio .radio input:checked + label::before {
	/* background: #EE4169;
	border-color: #ffffff; */
}
.pay-block .custom-radio .radio input:checked + label::after {
	background-color: #a9806d;
}

/* Pay Tab Pane End */

/* Receive Tab Pane Start */
.receive-tab-pane {
	/* padding: 93px 270px; */
}

.booking-tabing-section .receive-tab-pane {
	float: none;
	padding-top: 150px;
}
.receive-tab-pane .tab-pane-title {
	padding: 0 0 10px;
}
.receive-tab-pane .tab-pane-title h2 {
	font-size: 40px;
	line-height: 40px;
	font-family: 'MontserratBold';
	color: #a9806d;
}

.receive-tab-pane {
	/* margin-left: 150px; */
	width: auto !important;
}

.receive-tab-pane .detail p {
	font-family: 'MontserratMedium';
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	letter-spacing: 0.5px;
	margin: 0 0 50px;
}
/* Receive Tab Pane End */

/* Discover Tab Pane Start */

.discover-tab-pane {
	/* padding-top: 36px; 
	padding-left: 94px;
    padding-right: 94px; */
}

.discover-tab-pane .unit-type-section {
	float: left;
	width: 100%;
	padding: 0 0px 60px 150px;
}

.discover-tab-pane .unit-type-section .btn-red	 {
	text-decoration: none;
    color: #a9806d;
    text-transform: uppercase;
    font-family: 'MontserratBlack';
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    background-color: #231f20;
    padding: 15px 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.discover-tab-pane .unit-type-section .btn-red:hover {
	border-color: #231f20;
	color: #231f20;
	background: transparent;
}
.discover-tab-pane .unit-type-section .tower-view {
	padding: 0 0 50px;
}

.unit-type-section .tab-pane-title h1, .unit-type-section .tab-pane-title h2, .unit-type-section .tab-pane-title h3, .unit-type-section .tab-pane-title h4, .unit-type-section .tab-pane-title h5, .unit-type-section .tab-pane-title h6 {
	font-family: 'MontserratBold' !important;
	margin: 0 0 40px;
}
.discover-tab-pane .tab-pane-title h1, .discover-tab-pane .tab-pane-title h2, .discover-tab-pane .tab-pane-title h3, .discover-tab-pane .tab-pane-title h4, .discover-tab-pane .tab-pane-title h5, .discover-tab-pane .tab-pane-title h6 {
	/* color: #fff; */
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 2px;	
	color: #1F2B39;
	font-family: 'MontserratLight';
}


/* .unit-type-section .tab-pane-title h1, .unit-type-section .tab-pane-title h2, .unit-type-section .tab-pane-title h3, .unit-type-section .tab-pane-title h4, .unit-type-section .tab-pane-title h5, .unit-type-section .tab-pane-title h6 {
	margin: 0 0 15px;
	color: #fff;
} */

.discover-tab-pane .unit-type-section .detail p {
	font-family: 'MontserratBold';
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin: 0;
	text-transform: uppercase;
}
.discover-tab-pane .unit-type-section .detail p span {
	display: inline-block;
	width: 120px;
    position: relative;
    margin-right: 20px;
}
.discover-tab-pane .unit-type-section .detail p span:after {
	content: ':';
	float: right;
}

.specification-section .detail ul {
	padding: 0 0 20px 20px;
	margin: 0;

}

.specification-section .detail h6,
.specification-section .detail ul li,
.specification-section .detail p {
	font-family: 'MontserratLight';
	font-size: 12px;
	line-height: 14px;
	color: #1F2B39;
	margin: 0;
	letter-spacing: 1px;
}
.specification-section .detail {
    padding: 0 60px 50px;
}
.specification-section .detail h6 {
	margin: 0 0 20px;
}


.specification-main {
    background: #fff;
	clear: both;
	border: 1.5px solid #afb4b8;
}
.discover-tab-pane .discover-image {
	text-align: center;
    padding: 80px 0 135px;
    width: 650px;
    margin: 0 auto;
}

.discover-tab-pane .discover-image img {
	display: inline-block;
}

.discover-tab-pane .specification-section {
	/* float: left;
	width: 100%; */
	/* padding: 0 130px 60px; */
	/* background: #ffffff; */
	clear: both;
}

.discover-tab-pane .specification-section .tab-pane-title {
	padding-left: 63px;
	padding-right: 63px;
	padding-bottom: 18px;
	margin-bottom: 50px;
	/* border-bottom: 3px solid #a9806d; */
}

.discover-tab-pane .specification-content {
	padding: 0 60px;
}

.discover-tab-pane .specification-table {
	padding: 0 0 85px;
}

.specification-table table td {
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	border-color: #0080b3 !important;
	font-family: 'MontserratLight';
}
.specification-table table td.td-b-border {
	border-bottom: 1px solid #0080b3;

}
.specification-table table td {
	position: relative;
	/* border-top: 1px solid transparent !important; */
	border-top: none !important;
	border-bottom: 1px solid #0080b3 !important;
	
}
.specification-table table td.main-td:after {
    /* position: absolute;
    content: '';
    border-bottom: 1px solid #0080b3;
    left: 0;
    right: 0;
    top: 36px; */
}

.specification-table table td.main-td {
    border-bottom: none !important;
    border-top: 1px solid #0080b3 !important;
}
.discover-tab-pane .specification-content .detail p {
	font-family: 'Proxima Nova Rg';
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
}

.discover-tab-pane .specification-description {
	padding: 0 25px 30px;
}

.discover-tab-pane .specification-description .specification-block {
	padding: 12px 0;
	border-bottom: 1px solid #0080b3;
}

.discover-tab-pane .specification-description .specification-block:first-child {
	padding-top: 0;
}

.discover-tab-pane .specification-description .specification-block:last-child {
	padding-bottom: 0;
}

.discover-tab-pane .specification-description .title span {
	display: block;
	font-family: 'Proxima Nova Rg';
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	color: #1F2B39;
}

.discover-tab-pane .specification-description .specification-block p {
	font-family: 'Proxima Nova Rg';
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.3px;
	color: #1F2B39;
	margin: 0;
}

.discover-tab-pane .specification-description ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.discover-tab-pane .specification-description ul li {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	font-family: 'Proxima Nova Rg';
	font-size: 22px;
	line-height: 26px;
	color: #1F2B39;
	position: relative;
}

.discover-tab-pane .specification-description ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	background-color: #1F2B39;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.discover-tab-pane .specification-description .table-responsive {
	border: none;
}

.discover-tab-pane .specification-description .table th,
.discover-tab-pane .specification-description .table td {
	border: none;
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #1F2B39;
	padding: 0;
}
/* Discover Tab Pane End */






/************ book step start ************/

.form-padding {
	padding: 0 60px;
}

.book-tab-pane .tab-pane-title {
	padding: 35px 0 40px;
}
.book-form .tab-pane-title h1,
.book-form .tab-pane-title h2,
.book-form .tab-pane-title h3,
.book-form .tab-pane-title h4,
.book-form .tab-pane-title h5,
.book-form .tab-pane-title h6 {
	font-size: 40px;
	line-height: 40px;
	font-family: 'MontserratBold';
}

.book-form .top-title {
	text-align: center;
}

/* .book-form {
padding: 0 60px;
} */
.form-top.form-padding {
	padding-top: 50px;
}

.book-form .form-group {
	margin: 0 0 30px;
}

.book-form .form-group label {
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 15px;
	color: #000000;
	font-family: 'MontserratBold';
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}

.book-form .radio {
	display: inline-block !important;
	margin: 0 !important;
}

.custom-radio .radio {
	padding-left: 70px;
	position: relative;
	display: block;
}

.custom-radio .radio:nth-child(2) {
	padding-left: 20px;
}

.custom-radio .radio input{
	opacity: 0;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	margin-left: -20px;
}

/* .custom-radio .radio input:checked + label::before {
border-color: #9575cd;
} */

.custom-radio .radio input:checked + label::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 5px;
	height: 5px;
	left: 4px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #d7aba0;
	top: 50%;
	border-radius: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.custom-radio .radio label{
	display: inline-block;
	position: relative;
	padding-left: 5px;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	letter-spacing: 1px;
	margin: 0;
	text-transform: capitalize;
	font-family: 'MontserratLight';
}

.custom-radio .radio label::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 13px;
	height: 13px;
	left: 0;
	top: 50%;
	margin-left: -20px;
	border: 1px solid #666666;
	border-radius: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	/* background-color: #fff; */
}

.book-form .table > thead > tr > th {
	padding: 15px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'MontserratLight';
	color: #fff;
	width: 140px;
	background: #164e80;
	vertical-align: middle;
	border: none;
    border-right: 1px solid #d7aba0 !important;
}


.book-form .table > tbody > tr > td:first-child {
	font-family: 'MontserratLight';
}

.book-form .table > tbody > tr > td {
	padding: 12px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'MontserratBold';
	color: #fff;
	background: #333333;
	border: none !important;
	border-right: 1px solid #000 !important;
}

.book-form .table-bordered {
	border-color: #a9806d;
	margin-bottom: 40px;
}



.book-form .table-bordered > thead > tr > th,
.book-form .table-bordered > tbody > tr > th,
.book-form .table-bordered > tfoot > tr > th,
.book-form .table-bordered > thead > tr > td,
.book-form .table-bordered > tbody > tr > td,
.book-form .table-bordered > tfoot > tr > td {
	border-color:#a9806d;
}

.book-form .table > tbody > tr > td:last-child {
	border-right-color: #B3896D !important;
}

.book-form .form-group .form-control {
	border: 1px solid #0080b3;
	height: 40px;
	border-radius: 0;
	background: transparent;
	display: inline-block;
	width: 100%;
	color: #495057;
	vertical-align: middle;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	font-family: 'Proxima Nova Rg';
}

.book-form .form-group .form-control {

}

.book-form .form-group .form-control::-webkit-input-placeholder { 
	color: #666666;
}

.book-form .form-group .form-control::-moz-placeholder {
	color: #666666;
}

.book-form .form-group .form-control:-ms-input-placeholder { 
	color: #666666;
}

.book-form .form-group .form-control:-moz-placeholder {
	color: #666666;
}

.book-form .form-group .form-control.cus-width {
	width: 80px;
	margin-right: 10px;
}

.book-form .form-group .form-control.cus-width-2 {
	width: 76%;
}

.book-form .form-group textarea.form-control {
	height: 140px;
	resize: none;
}

.book-form .form-group .custom-select {
	background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 19.6' style='enable-background:new 0 0 9 19.6;' xml:space='preserve'%3E%3Cpolygon class='st0' points='9,7.3 0,7.3 4.5,0 ' fill='%230080b3' /%3E%3Cpolygon class='st0' points='0,12.3 9,12.3 4.5,19.6 ' fill='%230080b3'/%3E%3C/svg%3E%0A") no-repeat right 15px center;
	background-size: 10px 22px;
	text-transform: capitalize;
}
.book-form .form-group .custom-select.cus-width {
	background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 19.6' style='enable-background:new 0 0 9 19.6;' xml:space='preserve'%3E%3Cpolygon class='st0' points='9,7.3 0,7.3 4.5,0 ' fill='%230080b3' /%3E%3Cpolygon class='st0' points='0,12.3 9,12.3 4.5,19.6 ' fill='%230080b3'/%3E%3C/svg%3E%0A") no-repeat right 8px center;
	background-size: 10px 22px;
}

.book-form .form-group .form-control:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(184, 142, 109, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(184, 142, 109, .6);
}

.inner-form {
	padding-right: 110px;
	padding-bottom: 75px;
	border: 1px solid #afb4b8;
}

.bottom-form [class*=col-],
.inner-form [class*=col-] {
	padding: 0 35px;
}
.inner-form .row {
	display: flex;
	flex-wrap: wrap;
}

.bottom-form .row ,
.inner-form .row {
	margin: 0 -35px;
}

.book-form .inner-form .form-group label {
	text-transform: capitalize;
}

.book-form .bottom-form .custom-radio .radio {
	/* margin: 0; */
	padding-left: 20px;
	padding-bottom: 15px;
}
.book-form .bottom-form .custom-radio .radio label::before {
	border-color: #0080b3;
}

.book-form .bottom-form .custom-radio .radio:nth-child(2) {
	padding-bottom: 0;
}

.book-form .btn-red {
	margin: 45px 0 0;
}

.mb-20 {
	margin-bottom: 20px;
}

.bottom-form {
	border-top: 5px solid #afb4b8;
	/* padding: 60px;
	padding-right: 110px; */
	padding: 50px 0 0;
}
/************ book step end ************/






/* Booking Tabing Section End */
/*==================================================================*/
/*========== Inner Pages end ==========*/
/*==================================================================*/





/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	/* padding: 55px 135px 28px; */
	padding: 50px 0 65px;
	background-color: #164e80;
	position: relative;
	float: left;
	width: 100%;
}

/* .footer .container {
	width: 1245px;
} */

/* .footer:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 110px;
    background: url(../images/footer-shadow.png) no-repeat;
    background-position: center center;
    right: 0;
    background-size: cover;
    width: 97%;
    margin: 0 auto;
    display: block;
	
} */

.footer .f-logo {
	position: absolute;
	left: 35px;
	top: 0;
	/* top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%); */
}
.top-footer {
	padding-bottom: 25px;
}

/* .top-footer .row {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.top-footer [class^=col-] {
	float: none;
	display: table-cell;
	vertical-align: middle;
} */

.top-footer .logo-footer {
	padding-top: 6px;
}

/* .top-footer .logo-footer a img {
	width: 200px;
	height: auto;
} */

.top-footer .call-main {
	text-align: center;
	/* padding: 0 50px; */
}

.top-footer .call-main h3 {
	color: #ffffff;
	margin: 0px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'MontserratMedium';
	padding-bottom: 20px;
}
.top-footer .call-main h3 a {
	text-decoration: none;
	color: #ffffff;
	margin-left: 10px;
}
.top-footer .call-main h3 a:hover i, .top-footer .call-main h3 a:hover p {
	color: #A9806D;
}
.top-footer .call-main h3 a i {
	font-size: 20px;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
}
.top-footer .call-main h3 a p {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	margin: 0px 0px 0px 10px;
	font-family: 'MontserratMedium';
}
.top-footer .call-city-number ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top-footer .call-city-number ul li {
	display: inline-block;
	margin: 0;
	padding: 0px 24px;
	list-style-type: none;
	position: relative;
	text-align: center;
}
.top-footer .call-city-number ul li a {
	font-size: 22px;
	line-height: 22px;
	color: #ffffff;
	font-family: 'MontserratMedium';
	display: block;
	text-decoration: none;
}
.top-footer .call-city-number ul li a:hover {
	color: #A9806D;
}
.top-footer .call-city-number ul li span {
	color: #ffffff;
	font-family: 'MontserratMedium';
	font-size: 13px;
	line-height: 15px;
	display: block;
}

.top-footer .call-city-number ul li:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 80%;
	background-color: #ffffff;
	top: 50%;
    transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.top-footer .call-city-number ul li:first-child {
	padding-left: 0;
	/* text-align: right; */
}

.top-footer .call-city-number ul li:last-child {
	padding-right: 0;
}

.top-footer .call-city-number ul li:last-child:before {
	display: none;
}
.top-footer .social-icon-footer {
    text-align: right;
    padding-top: 40px;
    float: left;
    width: 100%;
}

.top-footer .social-icon-footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.top-footer .social-icon-footer ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.top-footer .social-icon-footer ul li:last-child {
	margin-right: 0px;
}

.top-footer .social-icon-footer ul li a {
	display: block;
}

.top-footer .social-icon-footer ul li a img {
	width: 32px;
	height: auto;
}

.footer .f-logo svg path {
	fill: #ffffff;
}

/* .footer p {
	font-family: 'ProximaNovaAltLight';
	font-size: 12px;
	line-height: 16px;
	color: #aaaaaa;
	text-align: justify;
} */

.copyright-section p {
    letter-spacing: -0.1px;
    font-family: 'MontserratRegular';
    font-size: 8px;
    line-height: 10px;
    color: #ffffff;
    padding-right: 80px;
}
.copyright-section ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
    padding-top: 20px;
}
.copyright-section ul li {
	float: left;
	padding: 0 8px 0 6px;
	list-style-type: none;
	color: #ffffff;
	position: relative;
	font-size: 8px;
	line-height: 8px;
}
.copyright-section ul li a {
	color: #ffffff;
	text-decoration: none;
}
.copyright-section ul li:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: #ffffff;
}
.copyright-section ul li:last-child {
    padding-right: 0;
}
.copyright-section ul li:last-child::before {
	content: none;
}
.copyright-section ul li:first-child {
    padding-left: 0;
}
.copyright-section ul li a:hover {
	color: #A9806D;
	text-decoration: none;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== header Footer Start ==========*/
/*==================================================================*/
.footer-header {
	padding: 40px 38px;
}

.footer.footer-header:before {
	display: none;
}


/* .footer-header .top-footer .call-main {
	padding: 0;
}

.footer-header .top-footer .logo-footer a img {
    width: 197px;
    height: auto;
}
.footer-header .top-footer .call-main h3 {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0px;
    line-height: 12px;
	font-family: 'Proxima Nova Rg';
	font-weight: 700;
}
.footer-header .top-footer .call-main a.tel-footer {
    font-size: 37px;
    line-height: 37px;
    color: #ffffff;
	font-family: 'Proxima Nova Rg';
	font-weight: 700;
    text-decoration: none;
}
.footer-header .top-footer .call-main .mail-footer a {
    display: inline-block;
    vertical-align: middle;
	font-family: 'Proxima Nova Rg';
	font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    line-height: 15px;
    color: #aaaaaa;
}
.footer-header .top-footer .call-main .mail-footer img {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: auto;
    margin-right: 5px;
}
.footer-header .top-footer .social-icon-footer {
    text-align: left;
    padding-top: 21px;
    padding-left: 79px;
}
.footer-header .top-footer .social-icon-footer ul li a img {
    width: 26px;
    height: auto;
}
.footer-header .top-footer .logo-footer {
    padding-top: 8px;
} */
/*==================================================================*/
/*========== header Footer end ==========*/
/*==================================================================*/


.book-form {
	/* border: 1px solid #afb4b8; */
}
.booking-tabing-section .tab-pane.book-tab-pane {
	padding-left: 0;
	padding-right: 0;
}

.book-form .form-group .custom-select {
	color: #fff !important;
}

.book-form .form-group .custom-select option {
	color: #495057;
}

.book-form .form-group .form-control {
	color:#666666 !important;
 }


.ajax-loader {
    text-align: center;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    color: #ffffff;
    opacity: 1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
	z-index: 999999;
	display: none;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
}

.loader i {
    color: #333;
    font-size: 80px;
}

.loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 350px;
    height: 350px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.loader svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 350px;
    height: 350px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.error {
	color: red !important;
}


/* .bottom-form [class*=col-]:nth-child(1n+1),  */
/*.inner-form [class*=col-]:nth-child(2n+1) {
	clear: both;
}*/

.form-control.error {
	margin: 0 0 10px;
	border-color: red !important;
}

/************ typography page start ***********/

.bg-blue {
	background: #1F2B39;	

}
.banner {
	height: 400px;
}
.banner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.error404 .banner { 
	display: none;
}

.error-content {
	text-align: center;
	padding: 0px 0px 80px;
	margin-top: 300px;
	background: transparent !important;
}


.error-content h1 {
    font-family: 'MerriweatherLight';
    font-size: 150px;
    line-height: 150px;
    letter-spacing: 3px;
    margin: 0;
    color: #A9806D;
    padding-bottom: 25px;
}
.error-content span {
	color: #000000;
	font-family: 'MontserratMedium';
	font-size: 40px;
	line-height: 50px;
}

.error-content p {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	font-family: 'MontserratMedium';
}


.typography-pg.bg-blue {
	background-color: transparent;
}
.typography-pg .banner {
	display: none;
}
.typography-pg {
	padding: 0px 0 80px;
	margin-top: 200px;
}

.alignleft {
	float: left;
	margin: 15px 15px 15px 0;
}
.alignright {
	float: right;
	margin: 15px 0 15px 15px;
}
.aligncenter {
	display: block;
    margin: 20px auto;
}

.typography-pg h1,
.typography-pg h2,
.typography-pg h3,
.typography-pg h4,
.typography-pg h5,
.typography-pg h6 {
	color: #000000;
	font-family: 'MerriweatherLight';
    letter-spacing: 0px;
}
.typography-pg p {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	font-family: 'MontserratMedium';
}

blockquote {
	color: #fff;
	font-family: 'MontserratMedium';
    padding: 10px 20px;
    margin: 20px 0;
    font-size: 15.5px;
    border-left: 5px solid #a9806d;
}

.btn-red + br + .btn-red {
	margin-top: 10px;
}
.typography-pg ol li ,
.typography-pg ul li {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	font-family: 'MontserratMedium';
	margin: 0 0 10px;
}
/************ typography page end ************/



.flat-search {
	position: relative;
}

/* .flat-search a {
	border: 1px solid #FF0000;
	padding: 5px 8px;
	color: #FF0000;
	float: right;
} */

.flat-search .search-form {
	/* width: 235px;	 */
	
    margin: 30px 0 0;
    clear: both;
    float: left;
    width: 100%;

}

.flat-search .form-control {
	border: none;
    height: 36px;
    border-radius: 0;
    background: #1F2B39;
    display: inline-block;
    width: 100%;
    color: #000000;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
	line-height: 16px;
	background: #DCDCDC;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding:11px 24px;
	font-family: 'Proxima Nova bold';
}


.flat-search .form-control::-webkit-input-placeholder { 
	color: #000000;
	text-transform: uppercase;
}

.flat-search .form-control::-moz-placeholder {
	color: #000000;
	text-transform: uppercase;
}

.flat-search .form-control:-ms-input-placeholder { 
	color: #000000;
	text-transform: uppercase;
}

.flat-search .form-control:-moz-placeholder {
	color: #000000;
	text-transform: uppercase;
}


/* 
.flat-search .search-form .btn {
	background: #FF0000;
    color: #ffffff;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5px 9px;
} */

.custom-checkbox  a {
	/* display: inline-block; */
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.custom-checkbox  a:hover {
	color: #EE4169;
}


.custom-checkbox .checkbox {
	/* padding-left: 70px; */
	position: relative;
	display: block;
	margin: 20px 0 0;
}

.custom-checkbox .checkbox:nth-child(2) {
	padding-left: 20px;
}

.custom-checkbox .checkbox input{
	opacity: 0;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	margin-left: -20px;
}

/* .custom-checkbox .checkbox input:checked + label::before {
border-color: #9575cd;
} */

.custom-checkbox .checkbox input:checked + label::after {
	position: absolute;
    left: 7px;
    top: 2px;
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    right: 0;
}

.custom-checkbox .checkbox label{
	display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    margin: 0;
}

.custom-checkbox .checkbox label::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	margin-left: 0;
	border: 1px solid #fff;
	/* background-color: #fff; */
}

.custom-checkbox .checkbox input:checked + label::before {
	background: #1F2B39;
	border-color: #1F2B39;
}


.fr2-highlight {
    background-color: #fff2ac;
    background-image: linear-gradient(to right, #ffe359 0%, #fff2ac 100%);
}



/****** 27-05-2020 start *****/
.conditon-modal .btn-red:after {
	display: none;
}

.conditon-modal .modal-content {
	padding-top: 0;
}

.conditon-modal  .modal-dialog {
	width: 800px;
	margin: 30px auto;
}

.conditon-modal .modal-title {
	color: #1F2B39;
}


.conditon-modal .modal-body {
	padding: 25px;
}

.conditon-modal .modal-body h1 {
	font-size: 40px;
	line-height: 40px;
}
.conditon-modal .modal-body h2 {
	font-size: 36px;
	line-height: 36px;
}
.conditon-modal .modal-body h3 {
	font-size: 32px;
	line-height: 32px;
}
.conditon-modal .modal-body h4 {
	font-size: 28px;
	line-height: 28px;
}
.conditon-modal .modal-body h5 {
	font-size: 24px;
	line-height: 24px;
}
.conditon-modal .modal-body h6 {
	font-size: 20px;
	line-height: 20px;
}
.conditon-modal .modal-body h1,
.conditon-modal .modal-body h2,
.conditon-modal .modal-body h3,
.conditon-modal .modal-body h4,
.conditon-modal .modal-body h5,
.conditon-modal .modal-body h6 {
	color: #B3896D;
	font-family: 'Proxima Nova Semibold';
    letter-spacing: 3px;
}
.conditon-modal .modal-body p {
	font-size: 16px;
	line-height: 20px;
	color:#1F2B39;
	font-family: 'Proxima Nova Rg';
}


.conditon-modal .modal-body ol  ,
.conditon-modal .modal-body ul  {
	padding-left: 20px;
}
.conditon-modal .modal-body ol li ,
.conditon-modal .modal-body ul li {
	font-size: 16px;
	line-height: 20px;
	color: #1F2B39;
	font-family: 'Proxima Nova Rg';
	margin: 0 0 5px;
	text-transform: capitalize;
}


/****** 27-05-2020 end *****/



/****** payment-unsuccessful 25-06-2020 start *****/

.payments-common-content .booking-tabing-section .tab-content .tab-pane-title h2 {
	text-transform: uppercase !important;
}
.payments-common-content .booking-tabing-section .tab-content h3 {
	color: #000000;
	margin: 30px 0;
}
.payments-common-content .booking-tabing-section .tab-content p {
	font-family: 'MontserratMedium';
    font-size: 14px;
    line-height: 24px;
    color: #000000;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
}

.payments-common-content .booking-tabing-section .tabing-list-items .nav-tabs {
	cursor: none;
    pointer-events: none;
}
.payments-common-content .tab-pane table {
    width: 40%;
    margin-bottom: 30px;
} 
.payments-common-content .tab-pane table tbody tr td {
    font-family: 'Gotham Narrow Book';
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #a9806d;
    border: 2px solid #a9806d !important;
    cursor: pointer;
    background: transparent;
    padding: 10px;
}
/****** payment-unsuccessful 25-06-2020 end *****/





/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	/* position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999; */
	/* position: relative; */
	/* padding: 0 65px; */
}

.h-left {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	/* padding: 35px 0 35px 95px; */
	margin: 65px 0 35px 50px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}

.h-left.logo-slide { top: -100% }

.h-left a {
	display: inline-block;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.h-left a svg {
	display: inline-block;
	position: relative;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.h-left.stick-header {
	top:0;
	position: fixed;
	margin-top: 35px;
}
.h-left.white-header.stick-header {
    display: none !important;
}

.h-left a img {
	width: 180px;
	/* margin: 30px 0 0; */
}

.h-right {
	/* float: right; */
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	/* padding: 35px 95px 35px 0; */
	margin: 35px 95px 35px 0;
	z-index: 99;
	display: none;
}

.home .h-right {
	display: block;
}
.burger-menu .h-right {
	z-index: 9999;
	position: fixed;
}

.h-earth {
	/* float: right;
	display: inline-block; */
	margin: -20px 0 0;
}

/* .header .h-earth a {
	display: inline-block;
	text-decoration: none;
} */

.h-earth a:hover svg path {
	fill: #c69b6e !important;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/


/*========== Navigation Start ==========*/
.navbar {
	float: left;
	margin: 18px 0 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background: none;
	min-height: inherit;
}

.navbar .navbar-collapse {
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.navbar-nav > li {
	padding: 0 10px;
}

.navbar-nav > li:first-child {
	padding-left: 0;
}

.navbar-nav > li:last-child {
	padding-right: 0;
	padding-left: 30px;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'MerriweatherBold';
	font-size: 18px;
    line-height: 18px;
	color: #231f20;
	padding: 0;
}

.navbar-default .navbar-nav li.book-now a {
    padding: 15px 19px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    background: #ff0000;
    font-family: 'MontserratBlack';
    color: #FFFFFF;
    border: 1px solid transparent;
    text-transform: uppercase;
    background-size: cover;
    letter-spacing: 1px;
}	
.navbar-default .navbar-nav li.book-now a:hover, .navbar-default .navbar-nav li.book-now a:active:focus {
    background: transparent;
    color: #ff0000;
    border-color: #ff0000;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.highlighted {
	color: #ff1f20 !important;
	background-color: transparent !important;
}

.navbar-nav > li.open > a,
.navbar-nav > li.open > a:hover,
.navbar-nav > li.open > a:focus,
.navbar-nav > li.open > a.highlighted,
.navbar-nav > li.active > a,
.navbar-nav > li.active > a:hover,
.navbar-nav > li.active > a:focus,
.navbar-nav > li.active > a.highlighted,
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current-menu-item > a:hover,
.navbar-nav > li.current-menu-item > a:focus,
.navbar-nav > li.current-menu-item > a.highlighted {
	color: #ff1f20 !important;
	background-color: transparent !important;
}

.navbar-nav .dropdown-menu {
	border: none;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background-color: #144e86;
}

.navbar-nav .dropdown-menu > li > a {
	font-family: 'Antonio-Bold';
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1.5px;
	color: #ffffff;
	text-transform: uppercase;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a.highlighted {
	color: #ffffff !important;
	background-color: #c69c6c !important;
}

.navbar-nav .dropdown-menu > li.open > a,
.navbar-nav .dropdown-menu > li.open > a:hover,
.navbar-nav .dropdown-menu > li.open > a:focus,
.navbar-nav .dropdown-menu > li.open > a.highlighted,
.navbar-nav .dropdown-menu > li.active > a,
.navbar-nav .dropdown-menu > li.active > a:hover,
.navbar-nav .dropdown-menu > li.active > a:focus,
.navbar-nav .dropdown-menu > li.active > a.highlighted,
.navbar-nav .dropdown-menu > li.current-menu-item > a,
.navbar-nav .dropdown-menu > li.current-menu-item > a:hover,
.navbar-nav .dropdown-menu > li.current-menu-item > a:focus,
.navbar-nav .dropdown-menu > li.current-menu-item > a.highlighted {
	color: #ffffff !important;
	background-color: #c69c6c !important;
}

.navbar-nav .dropdown-menu ul {
	margin-top: -28px !important;
}
/*========== Navigation End ==========*/

/*========== Languages Section Start ==========*/
.languages-section {
	float: left;
	width: 100%;
	text-align: right;
	padding: 20px 0 0;
}

.languages-section ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.languages-section ul li {
	display: inline-block;
	margin: 0;
	padding: 0 2px 0 10px;
	list-style-type: none;
	position: relative;
	font-family: 'Antonio-Bold';
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #ffffff;
}

.languages-section ul li:first-child {
	padding-left: 0;
}

.languages-section ul li:first-child:before {
	display: none;
}

.languages-section ul li:last-child {
	padding-right: 0;
}

.languages-section ul li:before {
	position: absolute;
	content: "/";
	left: 0;
	top: 0;
	bottom: 0;
	color: #ffffff;
}

.languages-section ul li a {
	text-decoration: none;
	color: #ffffff;
}

.languages-section ul li a:hover,
.languages-section ul li.active a {
	color: #c69c6c;
}
/*========== Languages Section End ==========*/

/*========== Navigation Burger Menu Start ==========*/
.navigation-burger-menu {
	/* position: absolute;
	right: 0;
	top: 0; */
	float: right;
	position: relative;
	z-index: 9999;
	/* display: none; */
	opacity: 0;
	visibility: hidden;
	/* transition: visibility 0s 1s,opacity .7s cubic-bezier(.23,1,.32,1);
	-webkit-transition: visibility 0s 1s,opacity .7s cubic-bezier(.23,1,.32,1);
	-moz-transition: visibility 0s 1s,opacity .7s cubic-bezier(.23,1,.32,1);
	-ms-transition: visibility 0s 1s,opacity .7s cubic-bezier(.23,1,.32,1);
	-o-transition: visibility 0s 1s,opacity .7s cubic-bezier(.23,1,.32,1); */
	transition: opacity .35s cubic-bezier(.165,.84,.44,1),visibility 0.5s cubic-bezier(.23,1,.32,1);
	-webkit-transition: opacity .35s cubic-bezier(.165,.84,.44,1),visibility 0.5s cubic-bezier(.23,1,.32,1);
	-moz-transition: opacity .35s cubic-bezier(.165,.84,.44,1),visibility 0.5s cubic-bezier(.23,1,.32,1);
	-ms-transition: opacity .35s cubic-bezier(.165,.84,.44,1),visibility 0.5s cubic-bezier(.23,1,.32,1);
	-o-transition: opacity .35s cubic-bezier(.165,.84,.44,1),visibility 0.5s cubic-bezier(.23,1,.32,1);
	margin: -65px -40px 0 0px;
}

.burger-menu .navigation-burger-menu {
	/* display: block; */
	opacity: 1;
	visibility: visible;
	/* transition: visibility 0s 0s,opacity .7s cubic-bezier(.23,1,.32,1);
	-webkit-transition: visibility 0s 0s,opacity .7s cubic-bezier(.23,1,.32,1);
	-moz-transition: visibility 0s 0s,opacity .7s cubic-bezier(.23,1,.32,1);
	-ms-transition: visibility 0s 0s,opacity .7s cubic-bezier(.23,1,.32,1);
	-o-transition: visibility 0s 0s,opacity .7s cubic-bezier(.23,1,.32,1); */
	transition: opacity .35s cubic-bezier(.165,.84,.44,1) .9s,visibility 0.5s cubic-bezier(.23,1,.32,1) .9s;
	-webkit-transition: opacity .35s cubic-bezier(.165,.84,.44,1) .9s,visibility 0.5s cubic-bezier(.23,1,.32,1) .9s;
	-moz-transition: opacity .35s cubic-bezier(.165,.84,.44,1) .9s,visibility 0.5s cubic-bezier(.23,1,.32,1) .9s;
	-ms-transition: opacity .35s cubic-bezier(.165,.84,.44,1) .9s,visibility 0.5s cubic-bezier(.23,1,.32,1) .9s;
	-o-transition: opacity .35s cubic-bezier(.165,.84,.44,1) .9s,visibility 0.5s cubic-bezier(.23,1,.32,1) .9s;
	padding-top: 15px;
}

.navigation-burger-menu a {
	display: block;
	text-decoration: none;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;	
	-moz-border-radius: 50%;	
	-ms-border-radius: 50%;	
	-o-border-radius: 50%;
	/* border: 8px solid #c59b6d; */
	border: 5px solid #231f20;
	position: relative;
	overflow: hidden;
}

.navigation-burger-menu a.open {
	border-color: #fff;
}

.navigation-burger-menu a .burger-bar-list {
	position: absolute;
	left: 50%;
	/* left: 0;
	right: 0; */
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.navigation-burger-menu a .burger-bar-list span.burger-bar {
	position: relative;
	display: block;
	height: 4px;
	width: 18px;
	margin: 0 0 4px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background-color: #231f20;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}
.navigation-burger-menu a.open .burger-bar-list span.burger-bar {
	background: #fff;
}

.navigation-burger-menu a .burger-bar-list span.burger-bar:nth-child(2) {
	left: -5px;
}

.navigation-burger-menu a .burger-bar-list span.burger-bar:last-child {
	margin: 0;
}

.navigation-burger-menu a.open .burger-bar-list span.burger-bar:first-child {
	top: 8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navigation-burger-menu a.open .burger-bar-list span.burger-bar:nth-child(2)  {
	left: -200%;
}

.navigation-burger-menu a.open .burger-bar-list span.burger-bar:last-child {
	top: -8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.blue-burger.navigation-burger-menu a.open {
	border-color: #c59b6d;
}

.blue-burger.navigation-burger-menu a.open .burger-bar-list span.burger-bar {
	background-color: #c59b6d;
}

/* .header.fixed-section .navbar-earth-section {
	position: fixed;
	left: 0;
	right: 0;
	top: -200%;
	height: 100%;
	width: 100%;
	background-color: #000000;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.header.fixed-section .navbar-earth-section.open {
	top: 0;
}

.header.fixed-section .navbar-earth-section.open .navbar {
	width: 100%;
	margin: 125px 0 0;
}

.header.fixed-section .navbar-earth-section.open .navbar-nav {
	width: 100%;
}

.header.fixed-section .navbar-earth-section.open .navbar-nav > li {
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 0;
}

.header.fixed-section .navbar-earth-section.open .navbar-nav > li:first-child {
	padding-top: 0;
}

.header.fixed-section .navbar-earth-section.open .navbar-nav > li:last-child {
	padding-bottom: 0;
}

.header.fixed-section .navbar-earth-section.open .navbar-nav > li a {
	display: inline-block;
	font-size: 35px;
	line-height: 35px;
	color: #ffffff;	
}

.header.fixed-section .navbar-earth-section.open .h-earth {
	width: 100%;
	text-align: center;
	margin: 35px 0 0;
}

.header.fixed-section .navbar-earth-section.open .h-earth svg path {
	fill: #ffffff;
} */

.navbar-earth-section {
	display: block;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar-earth-section {
	transition: transform 1s cubic-bezier(.23,1,.32,1) .9s,opacity .65s cubic-bezier(.165,.84,.44,1) .9s,visibility 1s cubic-bezier(.23,1,.32,1) .9s;
	-webkit-transition: transform 1s cubic-bezier(.23,1,.32,1) .9s,opacity .65s cubic-bezier(.165,.84,.44,1) .9s,visibility 1s cubic-bezier(.23,1,.32,1) .9s;
	-moz-transition: transform 1s cubic-bezier(.23,1,.32,1) .9s,opacity .65s cubic-bezier(.165,.84,.44,1) .9s,visibility 1s cubic-bezier(.23,1,.32,1) .9s;
	-ms-transition: transform 1s cubic-bezier(.23,1,.32,1) .9s,opacity .65s cubic-bezier(.165,.84,.44,1) .9s,visibility 1s cubic-bezier(.23,1,.32,1) .9s;
	-o-transition: transform 1s cubic-bezier(.23,1,.32,1) .9s,opacity .65s cubic-bezier(.165,.84,.44,1) .9s,visibility 1s cubic-bezier(.23,1,.32,1) .9s;
	opacity: 1;
    visibility: visible;
}

.languages-section {
	display: block;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.languages-section {
	transition: transform 1s cubic-bezier(.23,1,.32,1) .9s,opacity .65s cubic-bezier(.165,.84,.44,1) .9s,visibility 1s cubic-bezier(.23,1,.32,1) .9s;
	-webkit-transition: transform 1s cubic-bezier(.23,1,.32,1) .9s,opacity .65s cubic-bezier(.165,.84,.44,1) .9s,visibility 1s cubic-bezier(.23,1,.32,1) .9s;
	-moz-transition: transform 1s cubic-bezier(.23,1,.32,1) .9s,opacity .65s cubic-bezier(.165,.84,.44,1) .9s,visibility 1s cubic-bezier(.23,1,.32,1) .9s;
	-ms-transition: transform 1s cubic-bezier(.23,1,.32,1) .9s,opacity .65s cubic-bezier(.165,.84,.44,1) .9s,visibility 1s cubic-bezier(.23,1,.32,1) .9s;
	-o-transition: transform 1s cubic-bezier(.23,1,.32,1) .9s,opacity .65s cubic-bezier(.165,.84,.44,1) .9s,visibility 1s cubic-bezier(.23,1,.32,1) .9s;
	opacity: 1;
    visibility: visible;
}

.burger-menu .navbar-earth-section {
	/* display: none; */
	opacity: 0;
    visibility: hidden;
	transform: translateY(-50px) translateZ(0);
	-webkit-transform: translateY(-50px) translateZ(0);
	-moz-transform: translateY(-50px) translateZ(0);
	-ms-transform: translateY(-50px) translateZ(0);
	-o-transform: translateY(-50px) translateZ(0);
	transition: transform 1s cubic-bezier(.23,1,.32,1),opacity .65s cubic-bezier(.165,.84,.44,1),visibility 1s cubic-bezier(.23,1,.32,1);
	-webkit-transition: transform 1s cubic-bezier(.23,1,.32,1),opacity .65s cubic-bezier(.165,.84,.44,1),visibility 1s cubic-bezier(.23,1,.32,1);
	-moz-transition: transform 1s cubic-bezier(.23,1,.32,1),opacity .65s cubic-bezier(.165,.84,.44,1),visibility 1s cubic-bezier(.23,1,.32,1);
	-ms-transition: transform 1s cubic-bezier(.23,1,.32,1),opacity .65s cubic-bezier(.165,.84,.44,1),visibility 1s cubic-bezier(.23,1,.32,1);
	-o-transition: transform 1s cubic-bezier(.23,1,.32,1),opacity .65s cubic-bezier(.165,.84,.44,1),visibility 1s cubic-bezier(.23,1,.32,1);
}

.burger-menu .languages-section {
	opacity: 0;
    visibility: hidden;
	transform: translateY(-50px) translateZ(0);
	-webkit-transform: translateY(-50px) translateZ(0);
	-moz-transform: translateY(-50px) translateZ(0);
	-ms-transform: translateY(-50px) translateZ(0);
	-o-transform: translateY(-50px) translateZ(0);
	transition: transform 1s cubic-bezier(.23,1,.32,1),opacity .65s cubic-bezier(.165,.84,.44,1),visibility 1s cubic-bezier(.23,1,.32,1);
	-webkit-transition: transform 1s cubic-bezier(.23,1,.32,1),opacity .65s cubic-bezier(.165,.84,.44,1),visibility 1s cubic-bezier(.23,1,.32,1);
	-moz-transition: transform 1s cubic-bezier(.23,1,.32,1),opacity .65s cubic-bezier(.165,.84,.44,1),visibility 1s cubic-bezier(.23,1,.32,1);
	-ms-transition: transform 1s cubic-bezier(.23,1,.32,1),opacity .65s cubic-bezier(.165,.84,.44,1),visibility 1s cubic-bezier(.23,1,.32,1);
	-o-transition: transform 1s cubic-bezier(.23,1,.32,1),opacity .65s cubic-bezier(.165,.84,.44,1),visibility 1s cubic-bezier(.23,1,.32,1);
}

.full-screen-menu .languages-section {
	text-align: left;
	padding: 0 0 20px;
	opacity: 1;
	visibility: visible;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
/*========== Navigation Burger Menu End ==========*/


.luxury-sec {
	padding: 90px 0 115px;
}
.luxury-sec .section-title {
	padding: 0 0 50px;
}

.luxury-sec .text-block {
	padding: 0 100px 0 60px;
}

.project-feature .pro-feature-top .btn-white svg {
	height: auto;
    display: inline-block;
    width: 36px;
    vertical-align: middle;
}

.select-home-block .tower-view {
    padding: 30px 0;
}

/* home page start */
/* common title start */
.common-title-background {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
}
.common-title-background .common-title-inner {
    position: absolute;
    top: -30px;
    left: 10px;
    right: 0px;
    width: 100%;
}
.common-title-background .common-title-inner .top-title {
    position: relative;
}
.common-title-inner .top-title img {
    position: relative;
    width: 535px;
    height: auto;
}
.common-title-inner .top-title h2 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    margin: 0px;
    padding-left: 10px;
}
.common-title-inner .bottom-title h2 {
    font-size: 21px;
    line-height: 24px;
    padding-left: 80px;
    font-family: 'MerriweatherRegular';
    color: #ffffff;
}
/* common title end */

.project-feature .pro-feature-top {
    padding: 0 0 80px;
}

.project-feature .feature-btn {
    padding-top: 350px;
}
.project-feature .pro-feature-top .btn-white svg path {
    fill: #000;
}
.project-feature .pro-feature-top .btn-white.view-gallery-btn {
    padding: 17px 6px;
    margin-top: 17px;
}
.project-feature .project-feature-inner p {
    font-family: 'MontserratBlack';
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    margin: 0px;
}
.project-feature .project-feature-inner .b-text {
    position: absolute;
    bottom: 18px;
    right: -100px;
}


/*  */
.project-feature-point {
    position: relative;
}
.project-feature-point .project-feature-point-inner {
    display: flex;
    flex-direction: row;
}
.project-feature-point .project-feature-point-inner .point-inner-block {
    width: 33.33%;
    position: relative;
    height: 450px;
}
.project-feature-point-inner .point-inner-block .point-inner-img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.point-inner-block .point-content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    background-color: rgba(24, 53, 79, 0.75);
    height: 100%;
    width: 100%;
    transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
    z-index: 9;
}
.point-inner-block .point-content.background-change {
    background-color: rgba(22, 78, 128, 0.75);
}
.point-inner-block .point-content .point-content-inner {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.point-content-inner .point-icon-inner {
    display: table;
    table-layout: fixed;
    float: left;
    width: 100%;
}
.point-content-inner .point-icon {
    height: 110px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.point-content-inner .point-icon img {
    width: 60px;
    margin: 0 auto;
    display: table;
}
.point-content-inner .point-icon.icon-one img {
    width: 60px;
}
.point-content-inner .point-icon.icon-four img {
    width: 70px;
}
.point-content-inner .point-icon.icon-five img {
    width: 77px;
}
.point-content-inner .point-icon.icon-six img {
    width: 37px;
}
.point-content-inner h4 {
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'MerriweatherBold';
    letter-spacing: 0.5px;
}
.point-content-inner p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'MontserratMedium';
}
.project-feature-point-inner .point-inner-block .point-content:hover {
    opacity: 0;
}

.point-inner-block .middle-block {
    background : -moz-linear-gradient(1.56% 101.67% 45deg,rgba(114, 162, 68, 1) 0%,rgba(0, 76, 169, 1) 100%);
    background : -webkit-linear-gradient(45deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
    background : -webkit-gradient(linear,1.56% 101.67% ,98.44% -1.67% ,color-stop(0,rgba(114, 162, 68, 1) ),color-stop(1,rgba(0, 76, 169, 1) ));
    background : -o-linear-gradient(45deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
    background : -ms-linear-gradient(45deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
    background : linear-gradient(45deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
    position: relative;
    height: 100%;
    width: 100%;
}
.point-inner-block .middle-block::before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    border: 3px solid #ffffff;
}
.point-inner-block .middle-block h3 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    font-size: 42px;
    line-height: 50px;
    color: #ffffff;
    font-family: 'MerriweatherLight';
    width: 60%;
    margin: 0px;
}

/*  */

/* layout section start */
.layout-section {
    background-color: #A9806D;
    padding: 80px;
    position: relative;
}
.layout-section-inner {
    display: flex;
    flex-direction: row;
}
.layout-section-inner .layout-section-left {
    width: 42.5%;
    background-color: #231F20;
    padding: 78px 47px 40px 78px;
}
.layout-section-inner .section-title h2 {
    color: #ffffff;
}
.layout-section-inner .layout-content-main {
    padding: 102px 0px 0px 0px;
}
.layout-content-main .nav-tabs {
   border: none;
   padding-bottom: 150px;
}
.layout-content-main .nav-tabs li a {
    padding: 0px;
    height: 85px;
    width: 85px;
    background: transparent !important;
    border: none !important;
    position: relative;
}
.layout-content-main .nav-tabs li a svg {
    height: 100%;
    width: 100%;
    position: relative;
}
.layout-content-main .nav-tabs li a h2 {
    font-size: 50px;
    line-height: 50px;
    font-family: 'MontserratMedium';
    color: #444141;
    text-transform: uppercase;
    position: absolute;
    margin: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.layout-content-main .nav-tabs li a p {
    font-size: 15px;
    line-height: 15px;
    color: #444141;
    font-family: 'MontserratBold';
    margin: 0px;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
.layout-content-main .nav-tabs li.active a h2, .layout-content-main .nav-tabs li.active a p {
    color: #A9806D;
}
.layout-content-main .nav-tabs li.active a svg path {
    stroke: #A9806D;
}
.layout-content-main .nav-tabs li {
    margin: 0px 20px;
}
.layout-content-main .nav-tabs li:first-child {
    margin-left: 0px;
}
.layout-content-main .nav-tabs li:last-child {
    margin-right: 0px;
}
.left-side-content .content-detail {
    width: 100%;
    float: left;
}
.left-side-content .content-detail .content-detail-inner {
    float: left;
    width: 64%;
}
.content-detail .content-detail-inner h2 {
    font-size: 45px;
    line-height: 50px;
    font-family: 'MontserratLight';
    color: #A9806D;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
    margin: 0px;
}
.content-detail .content-detail-inner h2 span {
    font-size: 12px;
    line-height: 12px;
    font-family: 'MontserratRegular';
}
.content-detail .content-detail-inner p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'MontserratRegular';
    letter-spacing: 0.5px;
    margin: 0px 0px 3px;
}
.content-detail .content-detail-inner p span {
    color: #A9806D;
}
.left-side-content .content-detail .content-detail-type {
    float: right;
}
.left-side-content .content-detail .content-detail-type h2 {
    font-size: 184px;
    line-height: 151px;
    color: #A9806D;
    font-family: 'MontserratMedium';
    margin: 0px;
    text-transform: uppercase;
}

.layout-section-inner .layout-section-right {
    width: 57.5%;
    padding: 65px 51px 30px 102px;
    border: 1px solid #231F20;
    position: relative;
}
.layout-section-right .tower-img-block {
    float: right;
}
.layout-section-right .bottom-img-block {
    width: 100%;
    height: 600px;
    display: table-cell;
    padding-top: 25px;
}
.layout-section-right .bottom-img-block img {
    margin: 0 auto;
    height: 100%;
}
.layout-section-right .center-block-img {
    float: left;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.layout-section-right .book-now-last {
    position: absolute;
    bottom: -20px;
    right: 60px;
}
.layout-section-right .book-now-last {
    position: absolute;
    bottom: -20px;
    right: 60px;
}
.layout-section-right .book-now-last .btn-red:hover, .layout-section-right .book-now-last .btn-red:active:focus {
    background-color: #A9806D;
    box-shadow: none !important;
}
/* layout section end */

/* facilities section start */
.facilities-main {
    position: relative;
}
.facilities-top-main {
    padding: 150px 0px 130px;
}
.facilities-top-main .section-title {
    padding-left: 75px;
}
.facilities-top-main .text-block {
    padding-left: 60px;
}
.facilities-slider-main {
    height: 900px;
}
.facilities-slider-main .facilities-slider-inner .item {
    height: 900px;
}
.facilities-slider-inner .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.facilities-slider-inner .slick-arrow {
    position: absolute;
    top: 50%;
    background-color: #ffffff;
    z-index: 9;
    width: 42px;
    height: 63%;
    transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    cursor: pointer;
}
.facilities-slider-inner .slick-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    height: 28px;
    width: 18px;
    background-repeat: no-repeat;
}
.facilities-slider-inner .slick-arrow.slick-prev::before {
    background-image: url('../images/arrow-prev.svg');
}
.facilities-slider-inner .slick-arrow.slick-next::before {
    background-image: url('../images/arrow-next.svg');
}
.facilities-slider-inner .slick-next.slick-arrow {
    right: 0px;
}
.facilities-slider-inner .slick-prev.slick-arrow {
    left: 0px;
}

.facilities-slider-inner .slick-arrow:hover {
    opacity: 0.9;
}
/* facilities section end */

/* connectivity section start */
.connectivity-main {
    background-color: #A9806D;
    padding: 80px;
    position: relative;
}
.connectivity-inner {
    display: flex;
    flex-direction: row;
}
.connectivity-inner .content-connectivity {
    width: 41.4%;
    background-color: #231F20;
    padding: 80px 80px 40px 80px;
    position: relative;
}
.content-connectivity .text-block .section-title {
    padding: 0px 0px 50px;
}
.content-connectivity .text-block .section-title h2 {
    color: #ffffff;
}
.content-connectivity .text-block p {
    color: #ffffff;
    letter-spacing: 0.5px;
    padding-right: 45px;
}
.content-connectivity .text-block {
    padding-bottom: 20px;
}

.content-connectivity .location-link {
    text-decoration: none;
    position: absolute;
    bottom: 40px;
    left: auto;
}
.content-connectivity .location-link img {
    width: 18px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.content-connectivity .location-link p {
    display: inline-block;
    vertical-align: bottom;
    font-family: 'MontserratMedium';
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
    padding-left: 10px;
    color: #ffffff;
}
.content-connectivity .location-link:hover p {
    color: #A9806D;
}

.connectivity-inner .connectivity-img-block {
    width: 21.8%;
}
.connectivity-inner .connectivity-img-block .img-block {
    height: 25%;
}
.connectivity-inner .connectivity-img-block .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.connectivity-inner .the-loft-map {
    position: relative;
    width: 25%;
}
.connectivity-inner .the-loft-map .the-loft-inner {
    position: absolute;
    bottom: 20px;
    left: -70px;
}
.connectivity-inner .distance-main {
    width: 11.8%;
}
.connectivity-inner .distance-main .distance-block {
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    padding-top: 20px;
}
.connectivity-inner .distance-main .distance-block:first-child {
    padding-top: 0px;
}
.connectivity-inner .distance-main .distance-block:last-child {
    border: none;
}
.connectivity-inner .distance-main .distance-block h2 {
    font-size: 24px;
    line-height: 24px;
    color: #231F20;
    font-family: 'MontserratBlack';
    letter-spacing: 0.5px;
    margin: 0px;
}
.connectivity-inner .distance-main .distance-block P {
    font-size: 10px;
    line-height: 14px;
    font-family: 'MontserratMedium';
    color: #231F20;
    letter-spacing: 0.5px;
    margin: 0px;
}
.border-gradient {
    position: relative;
}
.border-gradient::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background: -moz-linear-gradient(0% 50% 0deg,rgba(114, 162, 68, 1) 0%,rgba(0, 76, 169, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
    background: -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(114, 162, 68, 1) ),color-stop(1,rgba(0, 76, 169, 1) ));
    background: -o-linear-gradient(0deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#72A244', endColorstr='#004CA9' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72A244',endColorstr='#004CA9' , GradientType=1);
    height: 6.5px;
    z-index: 9;
}

/* connectivity section end */

/* tour section start */
.tour-main {
    position: relative;
}
.tour-main .text-block p {
    color: #666666;
    letter-spacing: 0.5px;
}
.tour-main .tour-detail {
    padding: 100px 120px 20px 80px;
}
.tour-main .tour-detail .text-block {
    padding-bottom: 110px;
}
.tour-detail .text-block .section-title {
    padding: 0 0 40px;
}
.tour-detail .tour-btn .btn-white {
    background-color: #231F20;
    color: #A9806D;
}
.tour-detail .tour-btn .btn-white svg {
    height: auto;
    display: inline-block;
    width: 36px;
    vertical-align: middle;
}
.tour-detail .tour-btn .btn-white.view-gallery-btn {
    text-align: right;
    padding: 17px 45px;
    margin-top: 15px;
}
.tour-detail .tour-btn .btn-white:hover {
    background: #ff0000;
    color: #FFFFFF;
}
.tour-main img {
    width: 100%;
    height: auto;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.tour-main .tour-border {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
/* tour section end */

/* register section start */
.register-main {
    padding: 80px;
    background-image: url('../images/register-background.jpg');
    background-size: cover;
    background-position: 100%;
}
.register-inner {
    display: flex;
    flex-direction: row;
}
.register-inner .register-form {
    width: 43.2%;
    background-color: rgba(22, 78, 128, 0.75);
    padding: 95px 70px 65px 78px;
}
.register-inner .register-form .section-title {
    padding-bottom: 25px;
}
.register-inner .register-form .section-title h2 {
    color: #ffffff;
}
.register-form .book-form .form-group .form-control{
    background-color: #164E80;
    border-color: #ffffff;
    font-family: 'MontserratLight';
    letter-spacing: 2px;
    color: #ffffff !important;
}
.register-form .book-form .form-group label {
    font-size: 12px;
    line-height: 14px;
    font-family: 'MontserratLight';
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0px 0px 8px;
}
.register-form .book-form .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #457199;
}
.register-form .book-form .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
   color: #457199;
}
.register-form .book-form .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
   color: #457199;
}
.register-form .book-form .form-group .form-control:-moz-placeholder { /* Firefox 18- */
   color: #457199;
}
.register-form .book-form .form-group .form-control.cus-width-2 {
    width: 74.5%;
}
.register-form .book-form .form-group select.form-control {
    font-size: 10px;
    line-height: 10px;
    white-space: normal;
    /* background: url(data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 19.6' style='enable-background:new 0 0 9 19.6;' xml:space='preserve'%3E%3Cpolygon class='st0' points='9,7.3 0,7.3 4.5,0 ' fill='#ffffff' /%3E%3Cpolygon class='st0' points='0,12.3 9,12.3 4.5,19.6 ' fill='#ffffff'/%3E%3C/svg%3E%0A) no-repeat right 8px center; */
}

.register-form .custom-radio .radio label::before {
    background-color: #164E80;
    border-color: #ffffff;
}
.register-form .custom-radio {
    padding: 12px 0px 0px;
}
.register-form .custom-radio .radio {
    padding-left: 20px;
    margin-right: 27px !important;
}
.register-form .custom-radio .radio:last-child {
    margin-right: 0px !important;
}
.register-form  .book-form .form-group .custom-select option {
    color: #fff;
}
.register-form .book-form .form-group .custom-radio label {
    font-size: 18px;
    line-height: 22px;
    font-family: 'MontserratMedium';
    text-transform: uppercase;
    margin: 0px;
}
.register-form .checkbox-custom {
    position: relative;
    padding: 0px 0px 20px 30px;
}

.register-form .checkbox-custom span {
	font-family: 'Gotham Narrow Book';
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}

.register-form .checkbox-custom a {
	/* display: inline-block; */
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.register-form .checkbox-custom a:hover {
	color: #ff0000;
}

.register-form .checkbox-custom input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 3px;
	height: 15px;
	width: 15px;
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	opacity: 0;
	cursor: pointer;
	z-index: 9;
}

.register-form .checkbox-custom .checkmark {
	position: absolute;
	left: 0;
	top: 3px;
	height: 15px;
	width: 15px;
	border: 1px solid #ffffff;
	display: block;
}

.register-form .checkbox-custom .checkmark:before {
	position: absolute;
	content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #ffffff;
	color: #164e80;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	opacity: 0;
}

.register-form .checkbox-custom input[type="checkbox"]:checked + .checkmark:before {
	opacity: 1;
}
.register-form .checkbox-custom input[type="checkbox"]:checked + .error + .checkmark:before {
	opacity: 1;
}
.register-content-right {
    background-color: #ffffff;
    width: 56.8%;
    padding: 103px 179px 20px 107px;
}
.register-content-right .text-block h2 {
    color: #000000;
}
.register-content-right .text-block p {
   letter-spacing: 0.5px;
   color: #000000;
   font-size: 12px;
}
.register-content-right  .last-img {
    padding-top: 60px;
}
.register-content-right .text-block .section-title {
    padding: 0px 0 30px;
}
.register-content-right  .last-img img {
    width: 167px;
}
.btn-form {
    text-decoration: none;
    color: #164E80;
    text-transform: uppercase;
    font-family: 'MontserratBlack';
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    background-color: #ffffff;
    padding: 15px 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.btn-form:hover {
    background-color: #f00000;
    color:#ffffff;
}

/* register section end */

/* home page end */

/* gallery page start */
.gallery-main {
	padding: 80px 0px 50px;
	margin-top: 200px;
	position: relative;
	background-color: #A9806D;
}
.gallery-main ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.gallery-main ul li {
	width: 33.33%;
	float: left;
	padding: 0px 15px 30px;
}
.gallery-main ul li a {
	height: 300px;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.gallery-main ul li a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.gallery-main .section-title {
	text-align: center;
	padding-bottom: 50px;
}
.gallery-main ul li a:before {
	content: "";
	left: 0px;
	right: 0px;
	top: 100%;
	bottom: 0;
	background-color: rgba(24, 53, 79, 0.75);
	height: 100%;
	width: 100%;
	position: absolute;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.gallery-main ul li a:hover:before {
	bottom: 0;
	top: 0px;
}
.gallery-main ul li a:after {
    left: 0px;
    right: 0px;
    content: "";
    position: absolute;
    top: auto;
    bottom: 0px;
    background: -moz-linear-gradient(0% 50% 0deg,rgba(114, 162, 68, 1) 0%,rgba(0, 76, 169, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
    background: -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(114, 162, 68, 1) ),color-stop(1,rgba(0, 76, 169, 1) ));
    background: -o-linear-gradient(0deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#72A244', endColorstr='#004CA9' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
    height: 7px;
    width: 100%;
}
.fancybox-caption .fancybox-caption__body {
	font-size: 26px;
	line-height: 26px;
	color: #FFFFFF;
	font-family: 'MerriweatherRegular';
	text-transform: capitalize;
}
.gallery-main .gallery-caption-main {
	background: -moz-linear-gradient(0% 50% 0deg,rgba(114, 162, 68, 1) 0%,rgba(0, 76, 169, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
    background: -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(114, 162, 68, 1) ),color-stop(1,rgba(0, 76, 169, 1) ));
    background: -o-linear-gradient(0deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#72A244', endColorstr='#004CA9' ,GradientType=0)";
	background: linear-gradient(90deg, rgba(114, 162, 68, 1) 0%, rgba(0, 76, 169, 1) 100%);
	position: absolute;
	bottom: 0px;
	padding: 12px;
	z-index: 9999;
	width: 100%;
}
.gallery-main .gallery-caption-main h4 {
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-family: 'MerriweatherRegular';
	text-transform: capitalize;
	margin: 0px;
}
/* gallery page end */

/* default page start */

/* default page end */