/*************************************** MODAL CSS ************************************/
.modal-body {
	background-color: #23262D;
	padding: 30px 50px;
	border-radius: 0;
	/* background: #111111 0% 0% no-repeat padding-box; */
	-webkit-box-shadow: 15px 15px 49px #000000A8;
	box-shadow: 15px 15px 49px #000000A8;
}



.modal-content {
	border-radius: 0;
}

.modal-body p {
	font-size: 13px;
}

.modal-content .close {
	width: 40px;
	height: 40px;
	/* background-color: #003421; */
	color: #fff;
	position: absolute;
	right: 0;
	z-index: 9;
	font-size: 15px;
	opacity: 1;
	text-shadow: none;
	padding: 0px;
	opacity: 1;
	filter: invert(1);
}

#modalForm h2 {
	font-size: 25px;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 0 20px;
	padding: 0;
	color: #C8903C;
	text-transform: uppercase;
}

form .col-12 {
	margin-bottom: 20px;
}

.form-select {
	border-bottom: 1px solid #000 !important;
	border-radius: 0px;
	border: 1px solid #fff;
}

#modalForm input {
	width: 100%;
	height: 36px;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	margin-bottom: 0px;
}

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

.btn:hover {
	border: none;
}

.btn {
	margin-top: 0px;
	border: none;
	padding: 0;
}

button.btn-default span {
	border-radius: 0;
	padding: 10px 40px;
	color: #fff;
	display: inline-block;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	letter-spacing: 1.8px;
	background: #04B1CC;
	background-size: 200% 100%;
	background-position: right bottom;
	text-transform: uppercase;
	font-weight: 700;
}

button.btn-default span:hover {
	color: #fff;
	background-position: left bottom;
}

.enquire-btn {
	color: #fff;
	cursor: pointer;
}

.enquire-btn h3 {
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;
	letter-spacing: 3.5px;
}

.enquire-btn:hover {
	color: #fff;
}

.form-check label {
	color: #fff;
	font-weight: 100;
	font-size: 12px;
}

.modal h2 {
	font-family: 'TrajanProBold_0';
	color: #9FC83B;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 30px;
}

.modal h3 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
}

.error_msg {
	display: none;
}

.error {
	color: red;
	font-size: 14px;
	padding-top: 5px;
}

.form-control:focus,
.form-select:focus {
	border-color: #63401a;
	-webkit-box-shadow: 0 0 0 0.10rem #63401a;
	box-shadow: 0 0 0 0.10rem #63401a;
}

/*************************************** MODAL CSS ************************************/

/*************************************** SIDEBAR FORM CSS ************************************/

.sidebar-contact {
	position: fixed;
	top: 56%;
	right: -350px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 350px;
	height: auto;
	padding: 20px 20px;
	background: #23262D;
	/*    -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: 99
}

.sidebar-contact.active {
	right: 0;
	-webkit-box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
	box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
}

.sidebar-contact input {
	width: 100%;
	height: 36px;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	margin-bottom: 0px
}

.sidebar-contact h2 {
	margin: 0 0 15px;
	padding: 0;
	color: #9FC83B;
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
	/* font-family: 'TrajanProBold_0'; */
}

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

}

.sidebar-contact textarea,
#popup-modalForm textarea {
	margin-bottom: 0;
}

.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 {
	background-color: transparent;
	color: #ca9d75;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-check .form-check-input {
	width: 15px;
	height: 15px;
}

.toggle.active {
	height: 35px;
	width: 35px;
	line-height: 35px;
	top: 0;
	left: -35px;
}

.toggle {
	background: #63401a;
}

.toggle {
	position: absolute;
	height: 35px;
	width: 160px;
	text-align: center;
	cursor: pointer;
	background: #18bad7;
	top: 58px;
	left: -98px;
	line-height: 36px;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
	color: #F7E090;
}

.toggle.active:before {
	position: absolute;
	content: 'X';
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	/* top: -2px; */
	left: 37%;
}

.toggle.active:before {
	content: 'X';
}

.toggle:before {
	content: 'Enquire Now';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

/*************************************** SIDEBAR FORM CSS ************************************/

.leftBd,
.rightBd {
	display: inline-block;
	width: 40px;
	border-bottom: 1px solid #04B1CC;
	margin-right: 10px;
}

.leftBd {
	margin-right: 10px;
}

.rightBd {
	margin-left: 10px;
}

.commonHeading h3 {
	font-size: 18px;
	color: #04B1CC;
}

.commonHeading h2 {
	font-size: 30px;
	color: #9FC83B;
}

.colorBg .commonHeading h2,
.colorBg .commonHeading h3 {
	color: #fff;
}

.colorBg .leftBd,
.colorBg .rightBd {
	border-bottom: 1px solid #fff;
}

/*** overviewWrapper ***/

.overviewWrapper p {
	margin: 10px 0 0;
	color: #fff;
}

/*** overviewWrapper ***/

/*** highlightsWrapper ***/

.highlightsWrapper,
.landMark,
.connectivityWrapper,
.contactWrapper {
	background-image: url(../img/highlightsBg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.highlightBox h2 {
	font-size: 30px;
}

.highlightBox + .highlightBox {
	border-left: 1px solid #F7E090;
}

/*** highlightsWrapper ***/

/*** amenitieWrapper ***/

.amenitieBox p {
	left: 15px;
	color: #fff;
	bottom: 15px;
}

.amenitieslider {
	margin-top: 30px;
}

.amenitieslider p {
	display: none;
}

/*** amenitieWrapper ***/

/*** landMark ***/

.landMark {
	background-image: url(../img/landMarkBg.jpg);
}

.landmrakBoxWrapper {
	margin-top: 50px;
	border-bottom: 1px solid #F7E090;
}

.landmrakBoxWrapper .col-md-3 + .col-md-3 {
	border-left: 1px solid #F7E090;
}

.landmrakBoxWrapper-2 .col-md-3 + .col-md-3 {
	border-left: 1px solid #F7E090;
}

.landmrakBox {
	padding-bottom: 50px;
}

.landmrakBoxWrapper-2 .landmrakBox {
	padding-top: 50px;
	padding-bottom: 0px;
}

.landMark .commonHeading .rightBd,
.landMark .commonHeading .leftBd {
	border-bottom: 1px solid #fff;
}

/*** landMark ***/

/*** floorPlansWrapper  ***/
.floorPlansWrapper .row {
	margin-top: 50px;
}

.floorPlanImg p {
	font-size: 18px;
}

/*** floorPlansWrapper  ***/

/*** connectivityWrapper ***/

.connectivityWrapper {
	background-image: url(../img/newbg.jpeg);
}

.locationContentBox {
	margin-bottom: 50px;
}

.locationContent p {
	font-weight: 300;
}

.locationBox ul {
	padding-left: 15px;
}

.dot {
	display: inline-block;
	min-width: 8px;
	width: 8px;
	font-size: 22px;
	margin-right: 8px;
	color: #fff;
	line-height: 1;
	background-color: #F7E090;
	height: 8px;
	border-radius: 50%;
	margin-top: 6px;
}

.connectivityWrapper .col-md-6:first-child .locationBox {
	padding-right: 30px;
}

.connectivityWrapper .col-md-6 + .col-md-6 .locationBox {
	padding: 0 45px;
	border-left: 1px solid #F7E090;
	height: 100%;
}

.locationBox li {
	font-weight: 300;
	font-size: 14px;
}

.locationBox li:not(:last-child) {
	margin-bottom: 10px;
}

/*** connectivityWrapper ***/

/*** contactWrapper ***/

.contactWrapper {
	background-image: url(../img/contactBg.png);
	background-size: 75%;
}

.contactWrapper form {
	margin-top: 50px;
}

.contactInputs {
	margin-bottom: 50px;
}

textarea {
	resize: vertical;
	width: 100%;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #fff;
	resize: none;
	margin-bottom: 50px;
	background: transparent;
}

/*** contactWrapper ***/


.owl-nav {
	position: absolute;
	width: 100%;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	top: 56%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.owl-nav button {
	width: 30px;
	height: 32px;
	background-color: #18bad6 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	color: #fff !important;
	font-weight: 700;
}

.amenitieslider .owl-nav,
.amenitieslider-two .owl-nav,
.amenitieslider-three .owl-nav {
	top: 50%;
}
.amenitieBox {
    margin-bottom: 30px;
    overflow: hidden;
}
.zoom-icon i{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.amenitieBox:hover .zoom-icon i{
    opacity: 1;
    z-index: 99;
    color: #fff;
    font-size: 25px;
}
.amenitieBox:hover .zoom-icon::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0,0,0,0.5);
}
.floor-plan .owl-carousel .item p {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0;
}
span.area-size {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 15px;
}
.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);
}
.homeslider .owl-item img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: fill;
}