.st0{
	fill:url(#SVGID_1_);
}
.location-img-frame{
	position:relative;
}
.location-img-frame img{
	position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 94%;
    height: auto;
}

#brochure-form .modal-dialog, #virtual-tour-form .modal-dialog,#gallery-form .modal-dialog,#call-back-form .modal-dialog{
  margin-top: 70px;	
}
#call-back-form .modal-dialog{
	max-width:400px;
	margin:70px auto 0;
}
#call-back-form .modal-form-head{
	justify-content:center;
}
#call-back-form .modal-form-head .content p{
	margin-bottom:0;
}

.enquiry-fix-btn{
	position: fixed;
    top: 30%;
    right: 0;
	left:inherit;
	bottom:inherit;
    z-index: 1600;
    transform: rotate(90deg) translateY(-120px);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s ease-in-out;
}
.enquiry-fix-btn.active {
    transform: rotate(90deg) translateY(-75px);
    opacity: 1;
    visibility: visible;
}
.enquiry-fix-btn .btn {
    box-shadow:none;
    border-radius: 0;
}

.call-back a{
	position:fixed;
	top:25%;
	left:0;
	z-index:1600;
	background:#1f4074;
	padding:10px;
	text-align:center;
	font-size:13px;
	color:#fff;
	font-family: 'Libre Baskerville', serif;
	animation:call 0.6s infinite linear alternate;
}
@keyframes call{
0%{padding-left:10px;}
100%{padding-left:20px;}	
}
.call-back a:hover{
	animation-play-state: paused;
}

.call-back a img{
	display:block;
	margin:auto;
	margin-bottom:5px;
}

.heading-title.text-center {
    border-left: none;
    padding-left: 0
}

.heading-title.p-rel {
    margin-bottom: 50px
}

.heading-title.p-rel:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 2px;
    background: #8e660e;
}

.header-wrap .navbar .container-fluid {
    padding-left: 15px
}

.sidebar-logo img {
    width: 200px
}

.banner-info {
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: 10;
    width: 350px;
    padding: 20px;
}

.banner-info a.btn{
	margin-top:15px;
	text-transform:capitalize;
	font-size:15px;
}

.banner-info img {
    margin-bottom: 10px;
    height: auto;
    width: 250px
}

.banner-info p {
    font-weight: 500;
    color: #212121
}

.banner-offer {
    position: absolute;
    top: -40px;
    left: -40px
}

.banner-offer img {
    margin-bottom: 0
}

.above-head p {
    margin-bottom: 0
}
.about-section-top h1.heading-title{
	font-size:28px;
}
.about-content a.btn{
	margin-top:10px;
}
.about-content .ul-list {
    margin-top: 20px
}

.about-content .ul-list li {
    display: inline-block;
    margin-right: 10px
}

.about-content .ul-list li img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-top: -3px
}

.amenities-row {
    display: flex;
    flex-wrap: wrap;
    margin-left:-5px;
    margin-right:-5px;
	margin-bottom:20px;
}
.amenities-row .col-md-2{
    padding-left:5px;
    padding-right:5px;
    display: grid;
    margin-bottom: 10px;
}
.amenities-item {
    border:medium double #8e660e;
    padding: 20px 10px;
    height: 100%;
    font-size: 15px;
    font-weight: 500;
	display: grid;
    align-items: center;
	overflow:hidden;
}
/*.amenities-item:before{
	content:'';
	position:absolute;
	top:-30px;
	right:-30px;
	width:50px;
	height:60px;
	border-radius:50%;
	background:#fff;
	border:2px solid #8e660e;
}*/
.amenities-item img{
	margin:auto;
}
.amenities-title{
	margin-top: 10px;
    font-size: 15px;
}

.project-view-section {
    padding-bottom: 50px
}

.project-view-right,
.project-view-section .row {
    display: flex
}

.project-view-section .row {
    flex-wrap: wrap;
	align-items:center;
}

.project-view-right {
    align-items: flex-end
}

.project-view-right .project-view-content {
    margin-right: 40px;
	flex:1;
}

.project-view-left .project-view-content {
    margin-left: 40px
}

.project-view-img img {
    height: 100%
}

.project-view-content {
    padding: 40px;
    display: grid;
    align-items: center
}

.project-view-content:before {
    content: '';
    position: absolute;
    left: -20px;
    z-index: 10;
    width: 0;
    height: 0;
    border-right: 20px solid #fff;
    /*border-top: 20px solid transparent;
    border-bottom: 20px solid transparent*/
}

.project-view-left .project-view-content:before {
    border-right: none;
    border-left: 20px solid #fff;
    left: auto;
    right: -20px
}
.price-list-table .table {
    margin-bottom: 0
}

.price-list-table .table tr td,
.price-list-table .table tr th {
    padding: 12px
}

.price-list-table .table tr td {
    padding: 12px;
    vertical-align: baseline
}
.price-list-head .thclass {
    color: #fff;
    font-weight: 700;
}
.price-list-head{
	background:#8e660e;
	font-family:'Libre Baskerville', serif;
}
.price-list-head tr th {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    text-align: center
}

.price-list-section .cta-content a.btn{
	color:#fff;
	margin-top:0;
	margin-bottom:30px;
}

.gallery-section{
	padding-bottom: 30px;
}
.gallery-row{
	display: flex;
    flex-wrap: wrap;
    margin-left:-10px;
    margin-right:-10px;
}
.gallery-row .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
	margin-bottom:20px;
}
.gallery-item img{
	height:auto;
}
.gallery-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(245, 222, 179, 0.89);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.gallery-item:hover .gallery-inner {
    opacity: 1;
}
.gallery-title {
    transform: translateY(-100px);
    text-transform: uppercase;
    color: #1f4074;
    font-size: 18px;
    margin-bottom: 15px;
	font-family:'Libre Baskerville', serif;
    transition: all .5s ease-in-out;
}
.gallery-item:hover .gallery-title,.gallery-item:hover .gallery-inner figcaption a{
    transform: translateY(0);
}
.gallery-inner figcaption a {
    transform: translateY(100px);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    font-size: 15px;
    box-shadow: 0 0 30px 1px rgba(0,0,0,.15);
    color: #212121;
    transition: all .7s ease-in-out;
}

.map-frame iframe{
	border:none;
	display:block;
	width:100%;
	height:310px;
	box-shadow:0 1px 3px rgba(0,0,0,.2);
}

.form-row{
	display:flex;
	flex-wrap:wrap;
}

.enquiry-form-head {
    margin-bottom: 20px
}

.enquiry-form-head p {
    color: #212121;
    font-size: 24px;
    margin-bottom: 2px;
    line-height: 1.3
}

.enquiry-form-head span {
    color: #1f7e00;
    font-size: 18px
}

.contact-form-top {
    top: -100px;
    margin-bottom: -70px;
    border-top: 3px solid #1f7e00
}

.cta-section {
    padding: 30px 0 20px;
	background:#8e660e;
}

.cta-content {
    margin-bottom: 10px
}

.cta-content h3 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 5px;
    line-height: 1.3
}

.cta-content p,
.cta-content p a {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
	font-family:'Libre Baskerville', serif;
}

.cta-content p a {
    font-size: 30px;
    text-decoration: underline
}

.cta-content a.btn {
    color: #212121;
    font-weight: 500;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    margin-top: 15px
}

.virtual-tour:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(5deg,#000,rgba(0,0,0,.4),rgba(0,0,0,.2));
}
.virtual-tour img {
    height: 400px;
}
.virtual-tour img.virtual-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
}

.location-adv-content .ul-list li {
    display: block;
    margin-right: 0;
    font-size: 16px;
    display: flex
}

.location-adv-content .ul-list li img {
    margin-right: 15px;
    margin-top: 0
}
.contact-section{
	overflow:hidden;
}
.bg-gate{
	position: absolute;
    bottom: -9px;
	width:400px;
	height:100%;
}
.bg-gate.left{
	left:-48px;
	background:url('../img/more/left_gate.png') left bottom no-repeat;
	background-size:contain;
}
.bg-gate.right{
	right:-48px;
	background:url('../img/more/right_gate.png') right bottom no-repeat;
	background-size:contain;
}
.contact-img{
	height:410px;
}

p.disclaimer{
    font-size: 12px;
    margin-top: 5px;
    color: #949494;
}

@media(max-width:1199px) {
    .enquiry-form-head p {
        font-size: 20px
    }
    .enquiry-form-head span {
        font-size: 16px
    }
	.location-img-frame img{
		top:26px;
	}
.bg-gate{
	width:300px;
}
}

@media(max-width:991px) {
	.header-wrap .nav li a{
		font-size:12px;
	}
    .banner-info {
        width: 320px
    }
    .project-view-content {
        padding: 30px;
        margin: 0 15px
    }
    .project-view-right .project-view-content {
        margin-right: 15px
    }
    .project-view-left .project-view-content {
        margin-left: 15px
    }
    .project-view-content:before,
    .project-view-left .project-view-content:before {
        top: -16px;
        left: 0;
        right: 0;
        margin: auto;
        border-top: none;
        border-bottom: 16px solid #fff;
        border-right: 16px solid transparent;
        border-left: 16px solid transparent
    }
    .project-even {
        flex-direction: column-reverse;
        margin-top: 30px
    }
	
	.project-view-section.highlights-section .row{
	justify-content:center;
}
.highlights-section .project-view-right .project-view-content{
	margin-right:0;
	margin-left:0;
	padding:25px;
}
	.contact-img{
		height:auto;
	}
	.location-img-frame img{
		top:42px;
	}
	.bg-gate{
	display:none;
}
}

@media(max-width:767px) {
#call-back-form .modal-form-head .content p{
	font-size:24px;
}
    .header-wrap .nav li.nav-call a img {
        margin-right: 0
    }
    .banner-img {
        /*height: 400px;*/
        height: auto;
    }
    .banner-info {
        width: 320px;
        left: 0;
        right: 0;
        bottom: -100px;
        margin: auto
    }
    .banner-offer {
        top: -20px
    }
    .banner-offer img {
        width: 85px
    }
    .about-section-top {
        padding-top: 50px
    }
	.about-section-top h1.heading-title{
		font-size:22px;
	}
    .project-view-content .heading-title {
        font-size: 22px;
        margin-bottom: 15px
    }
    .price-list-head tr th {
        font-size: 16px
    }
    .price-list-table .table tbody tr td,
    .price-list-table .table thead tr th {
        vertical-align: middle;
        font-weight: 400;
        font-size: 14px
    }
    .price-list-table .table tbody tr td span,
    .price-list-table .table thead tr th span {
        display: block
    }
    .price-list-table .table tbody tr td a.btn {
        height: 35px;
        line-height: 35px;
        padding: 0 12px
    }
    .price-list-table .table tbody tr td a.btn i {
        margin-right: 0
    }
    .location-adv-content .ul-list li {
        font-size: 15px
    }
	.copyrights{
		padding-bottom:70px;
	}
	.location-img-frame img{
		top:8.5%;
	}
	.call-back a{
	top:inherit;
	bottom:0;
	right:0;
}
.call-back a img{
	display:inline-block;
	margin-bottom:0;margin-right:5px;
}
}

@media(max-width:567px) {
	#brochure-form .modal-dialog, #virtual-tour-form .modal-dialog,#gallery-form .modal-dialog,#call-back-form .modal-dialog{
  margin-top: 50px;	
}
    .banner-section .banner-img {
        /*height: 280px;*/
        height: auto;
		object-position:right;
    }
    .banner-info {
        width: auto;
		margin-left:15px;
		margin-right:15px;
    }
    .banner-offer {
        top: -80px;
        left: 0;
        right: 0
    }
    .cta-content h3 {
        font-size: 28px
    }
    .cta-content p {
        font-size: 22px
    }
    .cta-content p a {
        font-size: 26px
    }
	.gallery-title{
		font-size:15px;
		margin-bottom:10px;
	}
	.gallery-inner figcaption a{
		width:32px;
		height:32px;
		line-height:32px;
		font-size:13px;
	}
	.map-frame iframe,.virtual-tour img{
		height:250px;
	}
	.virtual-tour img.virtual-play {
    width: 80px;
    height: 80px;
}
}

@media(max-width:400px){
	#call-back-form .modal-dialog{
	margin:50px 10px 0;
}
}

.SubBtnField {
   background-image: url('../../img/banner/bg_img.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.OneFourth {
    display: block;
  margin-left: auto;
  margin-right: auto;
    color: #fff;
    background-color: #8e660e;
    border: 0px solid #8e660e;
    border-radius: 16px;
    margin-top: 15px;
    width: 250px;
}
