/*
@font-face {
    font-family: 'AfterglowRegular';
    src: url('../../fonts/AfterglowRegular.eot');
    src: url('../../fonts/AfterglowRegular.eot') format('embedded-opentype'),
         url('../../fonts/AfterglowRegular.woff2') format('woff2'),
         url('../../fonts/AfterglowRegular.woff') format('woff'),
         url('../../fonts/AfterglowRegular.ttf') format('truetype'),
         url('../../fonts/AfterglowRegular.svg#AfterglowRegular') format('svg');
}
*/
@font-face {
    font-family: 'Caramel';
    src: url('../../fonts/Caramel.ttf');
/*
    src: url('../../fonts/AfterglowRegular.eot') format('embedded-opentype'),
         url('../../fonts/AfterglowRegular.woff2') format('woff2'),
         url('../../fonts/AfterglowRegular.woff') format('woff'),
         url('../../fonts/AfterglowRegular.ttf') format('truetype'),
         url('../../fonts/AfterglowRegular.svg#AfterglowRegular') format('svg');
*/
}
.slick-next {
	right: 15px;
}

.slick-prev {
	left: 15px;
	z-index: 1;
}

.overview {
    /*background-image: url('../img/overview-bg.png');*/
	/*background-color: #0F0F0F;*/
    background-repeat: no-repeat;
    background-position: center center;
}

.overviewImg {
	position: relative
}

.overviewImg img {
	width: 100%;
}

.aboutOverview-h1 {
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	font-family: 'Caramel', Regular;
	font-weight: normal;
	text-transform: capitalize;
}

.aboutOverview p {
	font-weight: 200;
	font-size: 18px;
	color: #fff;
}

.aboutOverview p span {
	color: #ca9d75;
	font-weight: 300
}

.aboutHeading {
	position: absolute;
	bottom: 5%;
	right: -56%
}

.aboutHeading h2 {
	text-transform: uppercase;
	font-size: 52px;
	text-shadow: -3px 2px 10px #00000040
}

.aboutHeading h2 span {
	color: #ca9d75;
	font-size: 85px
}

.locationWrapper {
	background-color: #1D1F20;
}

/*
.locationWrapper .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}
*/
.locationWrapper .row.r1 {
	padding-bottom: 50px;
}

/*
.map,
iframe {
	height: 500px;
	width: 100%;
}
*/

.locationContent {
	/* background-color: #121820; */
	/* border-right: 50px solid #ca9d75; */
	/* padding: 80px 0px; */
}

.locationContent h1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	margin: 0;
	/* text-transform: uppercase; */
	color: #C78B54;
	letter-spacing: 0px;
	font-family: 'Open Sans';
}

.locationContent h1 span {
	font-size: 65px;
	color: #ca9d75
}

.locationContent ul {
	padding-left: 33px;
	margin: 0;
	list-style: none;
}

.locationContent ul li {
	margin-bottom: 10px;
	font-weight: 200;
	font-size: 16px;
}

.location-data h3 {
	font-family: 'Open Sans';
	color: #C78B54;
	font-size: 22px;
	font-weight: 700;
}

.location-data ul {
	list-style: none;
	padding-left: 0;
}

.location-data ul li {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 100;
}

.carousel-wrap {
	margin: 0px auto 90px;
	padding: 0 5%;
	/*    width: 80%;*/
	position: relative;
}

.owl-carousel .item {
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}

.owl-nav > button {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}

.owl-nav i {
	font-size: 25px;
	color: #fff;
}

.owl-nav .owl-prev {
	left: -30px;
}

.owl-nav .owl-next {
	right: -30px;
}

a.download-brochure {
	border-radius: 28px;
	background: #C78B54;
	color: #fff;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 5px 15px;
	margin: 0 auto;
    cursor: pointer;
}

#floor-plan {
	background-color: #0F0F0F;
	position: relative;
	padding: 140px 0 200px;
}

#getInTouchForm {
	background-color: #1D1F20;
}

.getHeading {
	text-align: center;
	margin-bottom: 50px;
}

#getInTouchForm .getHeading h1 {
	margin: 0;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 70px;
	font-family: 'Open Sans';
	color: #fff;
	font-weight: 700;
}

#getInTouchForm .getHeading h1 span {
	color: #C78B54;
	font-size: 70px;
}

#getInTouchForm .form-group {
	margin-bottom: 50px;
}

#getInTouchForm form label {
	color: #C78B54;
	font-size: 15px;
	font-weight: 200;
}

#getInTouchForm .form-control {
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #C78B54;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button.btn-default span {
	margin-top: 15px;
	display: inline-block;
	color: #E2A92B;
	font-size: 16px;
	border: 1px solid;
	padding: 5px 25px;
}

.error {
	color: red;
	font-size: 12px;
	font-weight: 600;
	padding-top: 5px;
}

.error_msg {
	display: none;
}

.sub_bt {
	background-color: #C78B54;
	border: none;
	border-radius: 28px;
	color: #fff;
	padding: 5px 30px;
	width: 200px;
	font-size: 16px;
}


.highlight-box {
	background-color: #F5F5F5;
	border-radius: 10px;
	padding: 30px 28px;
	margin-bottom: 20px;
	min-height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.highlight-box p {
	padding-top: 15px;
	margin-bottom: 0;
	font-weight: 600;
	color: #000;
	font-size: 14px;
	letter-spacing: 2px;
}

.highlights .section-title h2 {
    color: #fff;
    text-align: left;
    font-family: 'Caramel', cursive;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 60px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: capitalize;
}
.highlights .section-title h3{
    font-family: 'Open Sans', sans-serif;
    color: #C78B54;
    font-size: 45px;
    font-weight: 700;
    text-align: left;
}

.highlights .section-title p img {
	width: 200px;
	height: 5px;
	padding-right: 10px;
}

.section-title p {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-align: baseline; */
	-ms-flex-align: baseline;
	-webkit-box-align: baseline;
	align-items: baseline;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 14px;
}

.highlights {
/*    background-image: url('../img/amenities-bg.png');*/
	background-color: #1D1F20;
    background-repeat: no-repeat;
    background-position: center center;
}

.highlights .col-lg-3 {
	width: 20%;
}

.highlight-box img {
	width: 70px;
}

span.border-line {
	border: 1px solid #fff;
	width: 150px;
	border-radius: 5px;
	margin-right: 15px;
	display: block;
}

.section-title p span {
	color: #fff;
}
/*
.gallery{
    position: relative;
}
*/
.gallery img.gallery-top-line {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 180px; */
}
.gallery img.gallery-bottom-line {
    position: absolute;
    bottom: 0;
    right: 0;
}
.gallery-slider .slide-arrow {
	z-index: 99;
	position: absolute;
	border: 0;
	padding-top: 10px;
	background: transparent;
	top: 100%;
	letter-spacing: 3px;
	font-size: 12px;
	color: #fff;
}

.gallery-slider .prev-arrow {
	left: 55px;
	margin-top: 15px;
}

.gallery-slider .next-arrow {
	right: 55px;
	margin-top: 15px;
}

.gallery {
	background-color: #0F0F0F;
	padding-bottom: 130px;
	position: relative;
	padding: 140px 0 200px;
}

/* the slides */
.gallery-slider .slick-slide {
	margin: 0 10px;
}

/* the parent */
.gallery-slider .slick-list {
	margin: 0 -10px;
}

.gallery-slider .amenit-box {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.gallery-slider .galler-txt {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	background: rgb(0 0 0 / 70%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.gallery-slider .amenit-box:hover .galler-txt {
	top: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

span.border-left {
	border: 1px solid #fff;
	width: 100px;
	margin-right: 10px;
}

span.border-right {
	border: 1px solid #fff;
	width: 100px;
	margin-left: 10px;
}

.gallery .section-title p {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.location-header p {
	color: #fff;
	padding-top: 20px;
	font-size: 18px;
	font-weight: 200;
}

.rera {
	text-align: center;
	font-size: 12px;
}

.rera p {
	margin-bottom: 0;
}

.sidebar-contact {
	position: fixed;
	top: 52%;
	right: -350px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 350px;
	height: auto;
	padding: 40px;
	background: #fff;
	/*
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 18;
}

.sidebar-contact.active {
	right: 0;
	-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
	box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
}

#modalForm input,
.sidebar-contact input,
#popup-modalForm .form-group input {
	width: 100%;
	height: 50px;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	margin-bottom: 0px;
	color: #000;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #000;
	border-radius: 5;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 500;
	opacity: 1;
}

#modalForm h2,
.sidebar-contact h2,
#popup-modalForm h2 {
	margin: 0 0 20px;
	padding: 0;
	color: #C78B54;
	text-transform: uppercase;
	text-align: center;
}

.sidebar-contact textarea {
	height: 60px;
	resize: none
}

.sidebar-contact buuto[type=submit] {
	background: #ca9d75;
	border: 1px solid #ca9d75;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	height: auto;
	padding: 10px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.sidebar-contact input[type=submit]:focus,
.sidebar-contact input[type=submit]:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.sidebar-contact {
	position: fixed;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: -350px;
	width: 350px;
	height: auto;
	padding: 40px;
	background: #fff;
	/* -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .5); */
	/* box-shadow: 0 20px 50px rgba(0, 0, 0, .5); */
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	z-index: 999;
}

.sidebar-contact.active {
	right: 0px;
	width: 300px;
}

.sidebar-contact input,
.sidebar-contact textarea,
.sidebar-contact select,
	{
	width: 100%;
	height: 36px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, .5);
	outline: none;
	color: #000;
}

.sidebar-contact textarea {
	height: 60px;
	resize: none;
}

/*
.sidebar-contact input[type="submit"] {
    background-color: #BE8213 !important;
    color: #fff;
    border-radius: 25px !important;
    border-bottom: 0 !important;
    width: 200px;
    letter-spacing: 2px;
    height: 35px !important;
    font-size: 14px;
}
*/

.toggle {
	position: absolute;
	top: 80px;
	left: -87px;
	width: auto;
	height: auto;
	line-height: 0px;
	text-align: center;
	cursor: pointer;
	background: #C78B54;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	padding: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
}

.toggle:hover {
	cursor: pointer;
}

.toggle::before {
	content: 'ENQUIRE NOW';
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 11px;
	-webkit-animation: blink 2s linear infinite;
	animation: blink 2s linear infinite;
}

.sidebar-contact.active {
	right: 0px;
}

.sidebar-contact h2 {
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 0.5px;
	text-align: center;
}

#modalForm .form-group,
.sidebar-contact .form-group,
#popup-modalForm .form-group {
	display: inline-block;
	width: 100%;
	height: 60px;
}

.sidebar-contact .form-group input {
	width: 100%;
	margin: 0 auto;
}

.sidebar-contact .form-group label {
	text-align: center;
}

.sidebar-contact #btnside {
	height: 35px;
	color: #000;
	text-transform: uppercase;
	border: 0px solid #afb1a3;
	font-size: 12px;
	/* font-family: 'bold'; */
	line-height: normal;
	border-radius: 3px;
	background: #fb8741;
	padding: 10px;
	width: 300px;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	margin: 10px 0;
}

.sub_bt {
	background-color: #C78B54 !important;
	border-radius: 28px !important;
	border-bottom: 0 !important;
	color: #fff;
	width: 200px;
	color: #fff !important;
	height: 40px !important;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-top: 20px;
	display: block;
	border: none;
	font-size: 14px;
}

.btn-close.close {
	position: absolute;
	right: 0;
	background-color: #C78B54;
	opacity: 1;
	z-index: 9;
	padding: 10px;
}

#disclaimer .modal-body p {
	margin-bottom: 0;
}

.disclaimer-pop {
	cursor: pointer;
}

.aboutOverview {
	padding: 0px 50px;
}

.aboutOverview span {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #C78B54;
	font-size: 45px;
	font-weight: 700;
}

.view-next,
.view-prev {
	color: #fff;
	background: #000000;
	min-height: 200px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
}

.view-next p,
.view-prev p {
	margin-bottom: 0;
}

.highlight-box-2 {
	background-color: #F5F5F5;
	border-radius: 10px;
	padding: 30px 28px;
	margin-bottom: 20px;
	min-height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.highlight-box-2 img {
	width: 70px;
}

.highlight-box-2 p {
	padding-top: 15px;
	margin-bottom: 0;
	font-weight: 600;
	color: #000;
	font-size: 14px;
	letter-spacing: 2px;
}
.floor-plan .owl-carousel .owl-item img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.floor-plan .owl-carousel .owl-item img.no-blur {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
img.floorplan-bottom-line {
    position: absolute;
    bottom: 0;
}
span.area-size {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 15px;
}

.amenities-slide .item p{
    color:#fff;
    text-align:center;
    padding-top: 10px;
}

.amenities-slide .slide-arrow {
	z-index: 99;
	position: absolute;
	border: 0;
	padding-top: 10px;
	background: transparent;
	top: 100%;
	letter-spacing: 3px;
	font-size: 12px;
	color: #fff;
}

.amenities-slide .prev-arrow {
	left: 55px;
	margin-top: 15px;
}

.amenities-slide .next-arrow {
	right: 55px;
	margin-top: 15px;
}

/* the slides */
 .amenities-slide .slick-slide {
      margin: 0 15px;
  }

  /* the parent */
 .amenities-slide .slick-list {
      margin: 0 -15px;
  }
/************************************************************/
/*****************CSS ADDED BY ME*****************/
/************************************************************/
.overview {
	/*background-color: #000000;*/
    background: url(../img/Overview-BG.jpg);
    height: 73vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
}
.custom-overview-text {
    position: absolute;
    right: 0;
    width: 50%;
    bottom: 15%;
    padding: 0px 7% 0px 6%;
}
.custom-overview-title{
	padding-top: 5%;
}
.highlights .section-title h3, 
.aboutOverview span, 
.section-title h2, 
#getInTouchForm .getHeading h1 {
    font-weight: 400;
}
.section-padding{
	padding: 120px 0px;
}
.gallery {
    padding: 140px 0 200px;
}
.custom-locationsalience .caramel-text{
	    color: #fff;
    font-size: 50px;
    line-height: 40px;
    font-family: 'Caramel', Regular;
    font-weight: normal;
    text-transform: capitalize;
    text-align: left;
    padding-left: 10px;
}
.custom-locationsalience .caramel-subtitle {
    font-family: 'Open Sans', sans-serif;
    color: #C78B54;
    font-size: 45px;
    text-align: left;
}
.custom-locationsalience {
    padding-bottom: 0px;
}
.location-header p {
    padding-top: 0px;
    font-size: 16px;
}
.location-data ul li {
    font-size: 14px;
    line-height: 1.6;
}
.download-brochure {
    padding: 12px 20px !important;
    font-size: 13px !important;
}
.sub_bt {
    font-weight: 300;
    text-transform: initial;
}
#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 0px;
}
.slick-slide img {
    width: 100%;
}
.location-data h3 {
    font-weight: 500;
}
.custom-mobile-overview {
    display: none;
}
.map-img img {
    width: 100%;
}
#getInTouchForm .getHeading.section-title h2 span {
    color: #C78B54;
    font-size: 70px;
}
#getInTouchForm .getHeading.section-title h2 {
    color: #ffffff;
}
.view-next, .view-prev {
    cursor: pointer;
}
.floor-plan .owl-carousel .item p{
    color: #fff;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0;
}
.address-box{
    color: #fff;
    padding-top: 0px;
    margin-bottom: 0;
    font-size: 13px;
}
.location-box {
    border: 3px solid #C88B54;
    padding: 5px;
}