@import url(https://db.onlinewebfonts.com/c/2f86dc938a55788d3416b876b43a116a?family=Poppins);




@font-face {
    font-family: "Poppins";
    src: url("https://db.onlinewebfonts.com/t/2f86dc938a55788d3416b876b43a116a.eot");
    src: url("https://db.onlinewebfonts.com/t/2f86dc938a55788d3416b876b43a116a.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/2f86dc938a55788d3416b876b43a116a.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/2f86dc938a55788d3416b876b43a116a.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/2f86dc938a55788d3416b876b43a116a.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/2f86dc938a55788d3416b876b43a116a.svg#Poppins")format("svg");
}



*,
*:after,
*:before {
	box-sizing: border-box
}

.banner_form_nn{
	display: none !important;
}

html,
body {
	overflow-x: hidden;
	min-height: 100vh;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #6A6B6B;
	font-weight: 300
}
.mobile-banner-image{display:none;}
html {
	font-size: 15px;
	scroll-behavior: smooth;
}

@media (max-width: 767px) {
	html {
		font-size: 15px
	}
}

body {
	font-family: "Poppins" !important;
	font-size: 15px;
	line-height: 30px;
	position: relative;
	z-index: 1000
}

@media (max-width: 767px) {
	body {
		font-size: 15px
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
		font-family: "Poppins" !important;
	color: #202A61;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
}

p{
    	font-family: "Poppins" !important;
}
@media (max-width: 420px) {
	h2,
	h3,
	h4,
	h5,
	h6 {
		letter-spacing: 0px;
			font-family: "Poppins" !important;
	}
}

h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none !important;
	color: inherit;
	display: inline-block;
		font-family: "Poppins" !important;
}

li{
    font-family: "Poppins" !important;
    
}

@media(min-width: 1900px){
    h1{
        font-size: 52px !important;
    }
}

h1 {
	font-family: 'Petrona', serif;
	font-size: 48px;
    line-height: 52px;
    padding-top: 3px;
    margin-bottom: 15px;
    font-weight: 700 !important;
}

@media(max-width: 480px){
    h1{
       font-size: 38px; 
       line-height: 42px;
    }
}

h1.max-540 {
	max-width: 540px
}

h1 .thin {
	font-weight: 300
}

h2 {
    font-family: 'Petrona', serif;
	font-size: 31px;
	line-height: 1;
	padding-top: 0px;
	margin-bottom: 10px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.8px;
margin-bottom: 25px;
color:#3C3C3C;
}

.nv_contner{
    padding:0px 40px;
}

@media (max-width: 480px) {
	h2 {
		font-size: 26px;
		letter-spacing: 0px
	}

}

h3 {
	font-size: 30px;
	line-height: 30px;
	padding-top: 6px;
	margin-bottom: 16px
}



h5 {
	font-size: 16px;
	line-height: 30px;
	padding-top: 8px;
	margin-bottom: 22px
}

h6 {
	font-size: 14px;
	line-height: 30px;
	padding-top: 9px;
	margin-bottom: 21px
}

p {
    padding-top: 0px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

p.intro-text {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 21px
}

p.intro-text.spaced {
	line-height: 30px
}

p strong {
	font-weight: 500
}

a {
	color: #202A61;
	text-decoration: none
}

a:hover {
	color: #fff;
	text-decoration: none;
}

ul,
ol {
	margin-bottom: 15px
}

ul>li,
ol>li {
	font-size: 14px;
	line-height: 24px
}

/*ul.intro-text{
	display: inline-block;
}

ul.intro-text li{
	font-size: 17px;
	line-height: 27px;
	float: left;
	margin: 0px 60px 30px;
}*/

iframe[name='google_conversion_frame'] {
	height: 0 !important;
	width: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin-top: -13px;
	float: left
}

.youtube-iframe {
	margin: 25px 0
}


p.small {
	font-size: 85%;
	line-height: 1.5
}

.text-gold{
	color: #EDBF5D;
}

.text-uppercase {
	text-transform: uppercase
}

.icon {
	display: inline-block;
	vertical-align: middle
}

section {
	padding: 70px 0px;
}

@media (max-width: 767px) {
	section {
		padding: 30px 15px
	}
}

.narrow {
	max-width: 800px;
	margin: 0 auto 30px
}

#main {
	padding: 0
}

.seperator {
	margin: 45px 0
}

.seperator.medium {
	margin: 30px 0
}

.seperator.small {
	margin: 15px 0
}

@media (min-width: 768px) {
	.flex-row-desktop {
		display: -webkit-flex;
		-webkit-flex-wrap: wrap;
		display: flex;
		flex-wrap: wrap
	}
	.flex-row-desktop .column {
		display: -webkit-flex;
		display: flex
	}
}

.flex-row {
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex !important;
	align-items: baseline
}

.inline-block {
	display: inline-block
}

.text-align-center {
	text-align: center
}

.text-align-left {
	text-align: left
}

.text-align-right {
	text-align: right
}

.text-align-justify {
	text-align: justify
}

@media(min-width: 768px){
    .display-flex{
        display: flex;
        align-items: center;
    }
}

@media (max-width: 540px) {
	.text-align-justify.justify-wide {
		text-align: left
	}
}

.margin-0 {
	margin: 0 !important
}


.margin-top-60{
	margin-top: 60px;
}

.margin-top-45 {
	margin-top: 45px
}

.margin-top-30 {
	margin-top: 30px
}

.margin-top-20 {
	margin-top: 20px
}

.margin-top-15 {
	margin-top: 15px
}

.margin-top-10 {
	margin-top: 10px
}

.margin-top-0 {
	margin-top: 0px
}


.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px
}

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

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.padding-0 {
	padding: 0px !important
}

.padding-top-30 {
	padding-top: 30px
}

.padding-top-20 {
	padding-top: 20px
}

.padding-top-15 {
	padding-top: 15px
}

.padding-top-10 {
	padding-top: 10px
}

.padding-top-0 {
	padding-top: 0px
}

.padding-bottom-30 {
	padding-bottom: 30px
}

.padding-bottom-20 {
	padding-bottom: 20px
}

.padding-bottom-15 {
	padding-bottom: 15px
}

.padding-bottom-10 {
	padding-bottom: 10px
}

.padding-bottom-0 {
	padding-bottom: 0px !important
}

.width-90-desktop-block {
	display: block;
}

@media (min-width: 768px) {
	.width-90-desktop-block {
		max-width: 90%
	}
}

.width-80-desktop-block {
	display: block;
	margin: 0 auto
}

@media (min-width: 768px) {
	.width-80-desktop-block {
		max-width: 80%
	}
}

.width-70-desktop-block {
	display: block;
	margin: 0 auto
}

@media (min-width: 768px) {
	.width-70-desktop-block {
		max-width: 70%
	}
}

.width-80-desktop {
	display: block
}

@media (min-width: 768px) {
	.width-80-desktop {
		max-width: 80%
	}
}

.full {
	width: 100%
}

.half {
	float: left;
	width: 50%
}

@media (max-width: 540px) {
	.half {
		width: 100%
	}
}

.third {
	float: left;
	width: 33.333333%
}

@media (max-width: 540px) {
	.third {
		width: 100%
	}
}

.font-reg{
	font-weight: 500;
}

@media (max-width: 599px) {
	#mqCheck-600 {
		display: none
	}
}

@media (max-width: 499px) {
	#mqCheck-500 {
		display: none
	}
}

@media (max-width: 767px) {
	#mqCheck-767 {
		display: none
	}
}

@media (max-width: 991px) {
	#mqCheck-991 {
		display: none
	}
}

@media (max-width: 1169px) {
	#mqCheck-1169 {
		display: none
	}
}

@media (max-width: 1199px) {
	#mqCheck-1199 {
		display: none
	}
}

.two-column {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2
}

@media (max-width: 359px) {
	.two-column {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1
	}
}

body.top-nav {
    padding-top: 0px;
    position: relative;
}
@media (max-width: 767px) {
	body.top-nav {
		padding-top: 0px;
		position: relative;
	}
}

header.position {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999
}

header.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #ffffff;
	box-shadow: 0px 2px 5px rgb(0 0 0 / 25%);
}

header.fixed.h-bg {
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25)
}

header #brand {
	margin: 15px 0 10px
}

header #brand .brand-logo,
header #brand .brand-partner {
	position: relative
}

header #brand .brand-logo .link-partner,
header #brand .brand-partner .link-partner {
	position: absolute;
	display: block
}

@media (max-width: 767px) {
	header #brand .brand-logo img,
	header #brand .brand-partner img {
		width: 180px
	}
}



footer {
	background: #222;
	color: #fff;
	font-size: 12px;
	padding: 12px 0px
}

.footer-right{
    float: right;
}

@media (max-width: 480px) {
    footer {
    	text-align: center;
    }

    .footer-right{
        float: initial;
    }

}

@media (max-width: 768px){
    .btn-container{
        text-align: center;
    }
}

footer p {
	font-size: 15px;
	line-height: 1.5;
	margin-top: 10px
}

@media (max-width: 500px) {
	footer p {
		margin-bottom: 10px
	}
}
footer a {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px;
    color: #fff;
}
@media (max-width: 500px) {
	footer a {
		margin-bottom: 10px
	}
}

.call-footer {
	padding: 15px;
	font-size: 20px;
	background: #7fb300;
	display: block;
	color: #fff !important;
	margin: 0;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	text-decoration: none !important;
	display: none
}

.call-footer.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0
}

@media (max-width: 500px) {
	.call-footer {
		display: block
	}
}

.thankyou-sec .row {
	min-height: 75vh;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center
}

.btn {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Petrona', serif;
	font-weight: 500;
	font-size: 18px;
	padding: 6px 20px;
	line-height: 30px;
	outline: none !important;
	text-decoration: none !important
}

.btn.btn-default {
	color: #222;
	border-color: #fff
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
	background: #fff;
	color: #222
}

.btn.btn-default.dropdown-toggle:hover,
.btn.btn-default.dropdown-toggle:active,
.btn.btn-default.dropdown-toggle:focus {
	background: #F8F8F8;
	color: #202A61
}

.btn.btn-lg {
	padding-left: 21px;
	padding-right: 21px;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 2px
}

.btn.btn-sm {
	padding: 0px 12px 0px;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px
}

.btn.btn-wide {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 6px
}

.btn.btn-wide.btn-sm {
	padding-top: 0px
}

.btn.btn-wide.with-arrow {
	padding-right: 36px;
	position: relative
}

.btn.btn-wide.with-arrow .arrow {
	display: block;
	position: absolute;
	height: 15px;
	width: 15px;
	right: 15px;
	top: 1px;
	bottom: 0px;
	margin: auto auto
}

.btn.btn-brand {
	background: linear-gradient(0deg, rgba(165, 196, 21, 1) 0%, rgba(44, 173, 151, 1) 100%);
	border-radius: 0;
    color: #fff !important;
    font-weight: 300;
    font-size: 15px;
    padding: 2px 20px;
    	font-family: "Poppins" !important;
}

.btn.btn-brand:hover,
.btn.btn-brand:active,
.btn.btn-brand:focus {
	border-color: none !important
}

.btn.btn-cta {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #7FB300;
	color: #202A61;
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #202A61;
	padding: 3px 24px 3px;
	margin: 0px 0px 15px;
	letter-spacing: 0.5px
}

.input-group {
	margin: 15px 0
}

.input-group .form-control {
	margin: 0px
}

.input-group .input-group-addon {
	border-color: #202A61;
	color: #202A61;
	background: #7FB300
}

.form-control {
	line-height: 30px;
	margin: 0px;
	height: 45px;
	background: #F1F2F2;
    border: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
    border-radius: 0;
	outline: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.form-group label.error,
.form-group label.cust-error {
	color: #8b0000;
	font-size: 12px;
	padding: 3px;
	line-height: 1;
	padding: 0px;
	margin: 0px;
	padding-top: 6px;
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 400
}

#leadform .form-group label.error,
#leadform .form-group label.cust-error {
	color: red;
	font-size: 12px;
	padding: 3px;
	line-height: 1;
	padding: 0px;
	margin: 0px;
	padding-top: 6px;
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 400
}


section.dark {
	background: #202A61;
	color: #fff
}

section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5,
section.dark h6 {
	color: #fff
}

.intl-tel-input {
	display: block;
	position: relaitve
}

.intl-tel-input .selected-flag {
	height: auto;
	top: 21px
}



p.footer-sub{
	width:80%;
	margin: auto;
	/*font-weight: 500;*/
}

@media(max-width: 480px){
	p.footer-sub{
	width:100%;
	margin-top: 5%;
	}
}

.mob-disp{
	display: block;
}

@media(max-width: 768px){
	.mob-disp{
	display: inline;
	}
}





a.morelink:hover{
	color: #000 !important;
	text-decoration: none;
}

/*slider css : BEGIN*/

.slider-container{
	position: relative;
}

.floorplan-slider .slick-arrow{
	background: transparent;
	border: 1px solid #000;
}

.floorplan-slider .slick-arrow.slick-next {
	right: -15px;
}
.floorplan-slider .slick-arrow.slick-prev:before, .floorplan-slider .slick-arrow.slick-next:before{
	color: #000;
}

.slick-arrow {
	background: rgba(0, 0, 0, 0.54);
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	color: #fff;
	z-index: 1;
	border: 0;
	font-size: 0;
	outline: none;
	font-family: 'Glyphicons Halflings';
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity:1;
}

@media(max-width: 425px){
	.slick-arrow{
		top: -30px;
	}
}

.slick-arrow.slick-prev {
	left: 30px
}

@media(max-width: 425px){
	.slick-arrow.slick-prev {
	left: 0
	}
}

.slick-arrow.slick-prev:before {
	font-family: 'Glyphicons Halflings';
	content: "\e257";
	color: #ffffff;
	font-size: 16px;
	line-height: 2.2
}

.slick-arrow.slick-next {
	right: 30px
}

@media(max-width: 425px){
.slick-arrow.slick-next {
	right: 0
	}
}

.slick-arrow.slick-next:before {
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	color: #ffffff;
	font-size: 16px;
	line-height: 2.2
}





.slick-dots {
	text-align: center;
	padding: 0;
	margin-bottom: 15px;
	margin-top: -50px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer
}

.slick-dots li:only-child {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 0px;
	cursor: pointer;
	color: #000;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:before,
.slick-dots li button::before {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0px;
	left: 0px;
	margin: auto auto;
	width: 6px;
	height: 6px;
	background: none;
	background: #333434;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button::before {
	background: #ffffff;
	width: 12px;
	height: 12px
}


/*slider css : END*/



.section-light{
	background: #F1F2F2;
}

.text-pink{
	color: #b94592;
}


.bg{
    position: relative;
}

@media(min-width: 768px){
    .bg:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        background: rgb(71 66 70 / 50%);
        z-index: 0;
    }
}
    
.hero-content{
	 position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
}

.hero-content .title{
    color: #E8D680;
    font-weight: 600;
}
.hero-content .heading-copy{
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    font-family: 'Petrona', serif;
    line-height: 1.2;
}

@media(max-width: 480px){
    .banner-image{display:none !important;}
    .mobile-banner-image{display:block !important;width:auto;height:auto;}
    .mobile-banner-image img{width:100%; min-height:100%;}
    .hero-content{
        position: initial;
        background: #474246;
        padding: 10px;
    }
    .hero-content .heading-copy{
        font-size: 30px;
    }
    
    .bg-slide-01{
        background: url('../img/banners/mobile-banner-1.jpg') center center no-repeat !important;
        background-size: cover !important;
    }
    .bg-slide-02{
        background: url('../img/banners/mobile-banner-2.jpg') center center no-repeat !important;
        background-size: cover !important;
    }.bg-slide-03{
        background: url('../img/banners/mobile-banner-3.jpg') center center no-repeat !important;
        background-size: cover !important;
    }
}


@media(min-width: 768px){
    .desk-blk{
        display: block;
    }
    .last-content-column{
        padding-left: 50px;
    }
}

.formdiv{
	background: #fff;
    padding: 15px;
    box-shadow: -16px 16px 0px 5px #dddddd54;
    position: relative;
    /*top: -60px;*/
}

.ofcourse-text{
    font-size: 26px;
}

.sub-title{
    font-family: 'Anek Gurmukhi', sans-serif;
	color: #414042;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 24px;
}

.content-column .sub-title{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

.form-wrapper{
	margin-top: 30px;
}

.btn-container{
	text-align: center;
	
}

/*.content-wrap{*/
/*	margin-top: 50px;*/
/*}*/

.imagebox{
	margin-bottom: 50px;
}

.imagebox img{
	margin: auto;
	margin-bottom: 20px;
	width: 55px;
	min-height: 55px;
}

.imagebox img.sandpit{
    width: 45px;
}

.imagebox p{
	font-size: 14px;
	min-height: 40px;
}

@media(max-width: 1024px){
	.imagebox p{
		min-height: 40px;
	}
}


@media(min-width: 1025px){
    .vertical-img{
	    height: 768px !important;
	}
}
@media(max-width: 1025px){
    .vertical-img{
	    height: 634px;
	}
}
@media(max-width: 768px){
    .vertical-img{
	    height: initial;
	}
}

@media(min-width: 767px){
	.padding-right-0{
		padding-right: 0;
	}
	.padding-left-0{
		padding-left: 0px;
	}
}

.btn-download{
	font-style: normal !important;
	font-weight: 900 !important;
	font-size: 18px !important;
	font-family: 'Petrona', serif;
}

.sukhi-text{
	color: #000;
	font-weight: 400;
}

.list-inline{
	margin-bottom: 0;
}

.largebottom-padding{
	padding-bottom: 260px;
}

.bulding-img-sec{
	position: relative;
}

.building-img{
	position: absolute;
    width: 100%;
    top: -182px;
    left: 0;
}
.building-img img{
	margin: auto;
	width: 55%;
}

@media(min-width: 1900px){
	.building-content{
		padding-top: 420px !important;
	}
}

.building-content{
	padding-top: 255px;
}

.titleimage{
	width: 300px;
	margin: 10px 0px;
}

.titleimage.amenitiestitleimg{
	width: 420px;
	margin: 20px auto;
}

.titleimage.centerimage{
	margin: 10px auto;
}

.inlinetext{
	display: inline-flex;
	margin-top: 15px;
}

.konceptarrow{
	width: 160px;
    margin: 0 15px;
}

footer ul li.social a {
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
    line-height: 25px;
    margin: 0 3px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-shadow: 1px 2px 4px rgb(0 0 0 / 60%);
    -moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.6);
    -webkit-box-shadow: 1px 2px 4px rgb(0 0 0 / 60%);
    box-shadow: 1px 2px 4px rgb(0 0 0 / 60%);
}


@media(max-width: 768px){
	.largebottom-padding {
	    padding-bottom: 168px;
	}
	.building-img{
		top: -115px;
	}
	.building-content {
	    padding-top: 150px;
	}
	.columnsection {
	    margin-bottom: 0 !important;
	}
	.workbalimg {
     	margin-left: 0 !important;
	}
	.call-btn img{
		width: 12px !important;
		margin-top: -2px;
		margin-right: 3px;
	}

}

@media(min-width: 767px){
	.leftcontent-col{
		/* text-align: right; */
	}

	.leftcontent-col .titleimage{
		margin-left: auto;
	}
	
	.worklifecontent{
	    padding-bottom: 95px;
	}

	.workbalimg{
		margin-left: -120px;
	}

	.columnsection{
		margin-bottom: -85px;
	}

	.titleimage.amenitiestitleimg{
		margin-top: 60px;
	}

	.largeimg{
		width: 90%;
	}
	.marginleftauto{
		margin-left: auto;
	}
}




@media(max-width: 480px){
	.building-img{
		position: inherit;
	}
	.building-img img{
		width: 100%;
	}
	.building-content{
		padding-top: 10px;
	}
	.largebottom-padding{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.content-wrap{
		margin-top: 0;
	}
	.content-column{
	}

	.content-column .titleimage{
		margin: 10px auto;
	}

	.text-pink.text-align-left{
		text-align: center;
	}

	footer{
		padding-bottom: 60px;
	}
	.mobile-bottom-10{
		margin-bottom: 10px;
	}
	.formdiv{
		margin-bottom: 25px;
	}
	.img-column{
	    margin-bottom: 20px;
	}
    .imagecontentrow{
    	margin-bottom: 30px;
    }


}


@media(min-width: 1900px){
	#sitevisit{
		top: 25% !important;
	}
}

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

#sitevisit .modal-header{
    background: linear-gradient(0deg, rgba(165, 196, 21, 1) 0%, rgba(44, 173, 151, 1) 100%);
    padding: 10px 15px;
}


#sitevisit .modal-header .close{
	color: #fff;
    opacity: 1;
    font-size: 27px;
    font-weight: 300;
}

#sitevisit .modal-title{
	padding-top: 0;
    font-size: 22px;
    font-family: 'Petrona', serif;
	color: #fff;
    letter-spacing: 1px;
}

#sitevisit .form-wrapper{
	margin-top: 0;
}

#sitevisit{
    top: 2%;
    right: 25%;
    left: 25%;
}

.sitevisit.modal.fade .modal-dialog{
	-webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0);
}

.sticky-sitevisit{
	position: fixed;
    right: -96px;
    top: 50%;
    transform: rotate(270deg);
    padding: 7px 30px 20px 30px!important;
    opacity: 1 !important;
    border: 0;
    font-style: normal !important;
    font-size: 18px !important;
}

.brand-partner{
	margin-top: 38px !important;
}








@media(max-width: 480px){
	.sticky-sitevisit{
		width: 100%;
	    transform: rotate(0deg);
	    bottom: 0px;
	    top: initial;
	    right: 0;
	    padding-bottom: 10px !important;
	}
}

.top-nav.modal-open{
    padding-right: 0px !important;
}

.imagecontentrow{
    margin-bottom: 50px;
}
.anchor-sticky{
	position:fixed;
	/*z-index:998;*/
	right:0;
	top:30%;
	background:#6ba928;
	color:#fff;
	-webkit-text-fill-color:#fff;
	padding:5px 20px;
	text-decoration:none !important;
	font-weight:300;
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px
}
@media (max-width: 767px){
    .anchor-sticky{
        width:100%;
        text-align:center;
        font-style: normal !important;
    	font-size: 18px !important;
        right:initial;
        top:initial;
        bottom:0;
        left:0;
        -moz-border-radius:0;
        -webkit-border-radius:0;
        border-radius:0;
        border-right: 1px solid #fff;
    }
    	#sitevisit {
		left: initial;
		top: 8%;
		left: 0px;
		right: 10px;
	}

    
}
.call-btn{
	background: linear-gradient(0deg, rgba(165, 196, 21, 1) 0%, rgba(44, 173, 151, 1) 100%);
    border-radius: 0;
    color: #fff !important;
    font-weight: 600;
    /* font-style: italic; */
    font-size: 15px;
    padding: 8px 20px;
    text-decoration: none;
    margin-left: 30px;

}
@media(max-width: 600px){
	.call-btn{
		display: none;
	}

}
@media(min-width: 601px){
	.anchor-sticky{
		display: none;
	}
}
.hero-banner{
    position: relative;
}
.hero-banner-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(0 0 0 / 60%), transparent);
    padding: 50px 0px;
}
.info.glimpse, .call-footer-fixed{
    background: linear-gradient(0deg, rgba(165, 196, 21, 1) 0%, rgba(44, 173, 151, 1) 100%);
}
.banner-title{
	color: #fff;
}
.hero-banner-content .sub-copy{
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
}
.hero-banner-content .sub-copy .price{
	color: #EDBF5D;
}
@media(min-width: 500px){
    .floor-plans{
        width: 80%;
        padding: 50px;
    }
}
.imagebox {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
}
.imagebox img {
    margin: auto;
    margin-bottom: 20px;
    width: 55px;
    min-height: 55px;
}
.imagebox p {
    font-size: 14px;
    min-height: 40px;
}
.section-light{
	background: #F1F1F1;
}
.section-light-pink{
    background: #F0E4D2;
}
.text-spec {
    color: #484546;
    margin-top: 20px !important;
}
.slick-arrow.slick-disabled{
	display: none !important;
}
.floor-plans h2{
	color: #fff;
}
.floor-plans p{
	color: #fff;
}
.floor-plans a.link{
	font-size: 14px;
	text-decoration: underline;
	color: #EDBF5D !important;
}
.banner-image{
	height: 90vh;
}
.text-black{
    color: #000;
}
@media(max-width: 480px){
	.banner-image{
		height: 65vh;
		
	}
	.mobile-banner-image{
	    display:block !important;
	}
	.hero-banner-content{
		padding: 10px 0px;
	}
	.imagebox{
		padding: 5px;
	}
	.mob-blk{
		display: block;
	}
	.floor-plans{
	    margin-top: 30px;
	}
}


@media(min-width: 768px){

    .desk-flex{
        display: flex;
        align-items: center;
    }
}

@media(max-width: 768px){
	.brand-partner {
		margin-top: 20px !important;
	}
}


.form_of_banner_hda {
    font-size: 30px !important;
    line-height: 38px !important;
    margin: 0;
    font-weight: normal;
    color: #303030 !important;
}


@media(max-width:600px){
    .btn-container {
    text-align: center;
}
	h3 {
		font-size: 23px;
		line-height: 30px;
		padding-top: 6px;
		margin-bottom: 0px;
	}

    h2 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 500;
        margin: 9px 0px 17px 0px;
    line-height: 35px;
}
.imagecontentrow {
    margin-bottom: 0px;
}
.info.glimpse, .call-footer-fixed {
    margin-bottom: 40px;
}
}

@media(max-width: 482px){
 	.btn.btn-brand_mb {
    background: linear-gradient(0deg, rgb(255 158 52) 0%, rgb(221 180 35) 100%);
}   
}

