
html {
  scroll-behavior: smooth;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Karma', serif;
}

h1 {
    font-family: 'Karma', serif;
    font-weight: 700;
    font-size: 48px;
}

h2 {
    font-family: 'Karma', serif;
    font-weight: 400;
    font-size: 28px;
    color: #16454c;
    margin-bottom: 10px;
}

h3 {
    font-family: 'Karma', serif;
    font-weight: 400;
    font-size: 22px;
    color: #212529;
}

h4 {
    font-family: 'Karma', serif;
    font-weight: 400;
    font-size: 18px;
    color: #212529;
    line-height: 1.5;
}
h5 {
    font-family: 'Karma', serif;
    font-weight: 400;
    font-size: 18px;
    color: #212529;
}
h6 {
    font-family: 'Karma', serif;
    font-weight: 400;
    font-size: 16px;
    color: #11308b;
}

p {
    font-family: 'Karma', serif;
    font-weight: normal;
    font-size: 16px;
}

a {
    color: #0072bc;
    font-size: 16px;
    font-weight: 400;
}
ul li {
    list-style-type: none;
    line-height: 2;
}
ul li a{
    color: #000;
}
@media(min-width: 1800px){
    .large-padding{
        padding: 120px 0px !important;
    }
}
.large-padding{
    padding: 90px 0px;
}
.padding-sec{
    padding: 60px 0px;
}
@media(max-width: 480px){
    .padding-sec{
        padding: 60px 15px;
    }
    .large-padding{
        padding: 60px 15px;
    }
}
.text-brand{
    color: #ff7201;
}
.bg-dark{
    background: #434242 !important;
}
.bg-grey {
    background: #f3f3f3;
}
.bg-dark-grey{
    background: #edeaea;
}
.bg-black{
    background: #000000;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.075rem 3rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-brand{
    color: #fff;
    background-color: #ff7201;
    border: 1px solid #ff7201;
    padding: 5px 25px 0px;
    font-size: 20px;
}
.btn-brand:hover{
    background: #fff;
    color: #ff7201;
}
@media(max-width: 1024px){
    .navbar-expand-lg .navbar-nav .navitem-submenu{
        min-width: 63rem;
        left: -330px;
    }
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}



/*Header css begin*/

header{
    background: #c2e5f8;
    padding: 10px 10px;
}

.main-header{
    padding: 0px 0px;
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #00314a;
    
}

.banner-call-btn a{
    padding: 20px 0px;
    display: block;
    color: #16454c;
    font-size: 22px;
    font-weight: 600;
    text-align: right;
    text-decoration: none !important;
}

.navbar{
	padding: 0.5rem 0rem;
}

.main-header .nav-logo{
    width: 150px;
}
.navbar-nav li{
	padding: 0 0px 0 20px;
}

.navbar-nav{
    margin-top: 0px;
    padding-top: 3rem;
}
.navbar-nav li a{
	color: #fff;
	font-size: 14px;
	font-weight:600;
} 
.navbar-nav li a:hover{
    color: #ff7201;
    }
.navbar-nav .navitem-submenu a{
    /*background: #000;*/
    color: #fff;
    text-decoration: none;

}
.navbar-nav .navitem-submenu a:hover{
    background-color: #150d3c;
    color: #f26051;
    text-decoration: none;

}
.dropdown-menu{
    /*background-color: rgb(0 0 0 / 24%) !important;*/
    background-color: #2a1855 !important;
    padding: 0;
}

.navbar-nav li a.dropdown-item{
    padding: 0.55rem 1.5rem;
}

.navbar-toggler{
  color: #fff;
}

@media(max-width: 991px){
    .navbar-nav{
        margin-top: 0px;
        background: #fff;
    }

    .navbar-brand{
      padding-left: 15px;
      width: 50%;
      margin: 5px 0px;
    }

    .custom-fluid{
      padding: 0;
    }

    .navbar-nav .nav-link{
      color: #000;
    }
    .navbar-toggler{
      margin-right: 15px;
    }
}

.black-logo{
  display: none;
}

.stickymain {
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 99;
    box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
    background: #fff;
    z-index: 9999;
}

.stickymain .navbar-nav li a{
  color: #000;
}
.stickymain .white-logo{
  display: none;

}
.stickymain .black-logo{
  display: block;
  width: 200px;
}

.stickymain .navbar-toggler{
  color: #000;
}
.intl-tel-input {
	display: block;
	position: relative;
}

.intl-tel-input .selected-flag {
	height: auto;
	top: 21px
}

@media(min-width: 1800px){
    #banner .banner-content{
        padding-top: 120px !important;
    }
}

#banner{
    /*margin-top: 140px;*/
    background: url('../img/home-banner.png');
    background-size: cover !important;
    background-position: center;
  background-repeat: no-repeat;
    min-height: 180vh;
    /*display: flex;
    align-items: center;*/
}

#banner .banner-text{
   color: #16454c;
}
#banner .banner-para{
    font-size: 24px;
    color: #16454c;
}
#banner .banner-loc{
    padding-top: 355px;
}
.banner-content{
    padding-top: 60px;
}
.banner-logo img{
    width: 120px;
    margin-bottom: 70px;
}
@media(max-width: 480px){
   #banner .banner-content{
        padding-top: 80px !important;
    } 
    .banner-call-btn a{
        font-size: 18px;
    }
    h1{
        font-size: 38px;
    }
    #banner .banner-para{
        font-size: 20px;
    }
}

@media(min-width: 1800px){
    #launch-Form{
        padding: 30px 0px !important;
    }
    .nonstickyform{
        margin-top: -750px !important;
    }
    /*.highlights-sec{*/
    /*    margin-top: 350px !important;*/
    /*}*/
}

#launch-Form{
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    transition: .3s all ease-in-out;
    background: rgb(22 69 76 / 85%);
    padding: 15px 0px 15px 0px;
}
#launch-Form a{
    font-weight: 400;
    font-size: 30px;
    color: #fff;
}

.nonstickyform{
    position: relative !important;
    margin-top: -500px !important;
    transition: .3s all ease-in-out;
    padding: 30px 0px;
}
@media(max-width:  768px){
    #banner{
        min-height: 115vh;
    }
}
@media(max-width:  480px){
    #banner{
        min-height: 60vh;
    }
    #banner .banner-loc {
        padding-top: 150px;
    }
    #launch-Form{
        position: relative;
        margin-top: -300px !important;
        padding: 30px 0px;
    }
}
@media(max-width:  320px){
    #banner{
        min-height: 50vh;
    }
}

/*.highlights-sec{*/
/*    margin-top: -150px;*/
/*}*/

@media(max-width: 480px){
    .highlights-sec{
        margin-top: 0;
    }
}

#lifestyle {
    position: relative;
}

@media(min-width: 1800px){
    .leaf-img{
        right: -6% !important;
        width: 500px !important;
    }
    .bird-img{
        bottom: 0 !important;
    }
}
.leaf-img-sec{
    position: relative;
    overflow-x: clip;
    padding: 0;
}
.leaf-img{
    position: absolute;
    right: -9%;
    width: 400px;
    top: -290px;
    z-index: 999;
}
.bird-img{
    position: absolute;
    left: -20%;
    width: 69%;
    bottom: 60px;
}
@media(max-width: 1024px){
    .leaf-img{
        top: -230px;
        width: 350px;
    }
    .bird-img{
        bottom: initial;
        top: 100px;
    }
}
@media(max-width: 768px){
    .leaf-img{
        top: -280px;
        right: -15%;
    }
}
@media(max-width: 480px){
    .leaf-img{
        width: 200px;
        top: -77px;
        right: -13%;
    }
    .bird-img{
        top: initial;
        bottom: 0;
        width: 100%;
    }
}

@media(min-width: 768px){
    .highlight-card img{
        width: 90px;
    }
}


/*Centermode Slider*/

.legacy-slider{
  width:100%;
  margin:0px auto;
  text-align: center;
  padding:0 20px;
  padding-bottom: 0;
}
.legacy-slider .slide{
    padding:0;
}

@media(min-width: 1900px){
    .slide .child-element{
        margin: 0 !important;
        height: 330px !important;
    }
}

.slide .child-element{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    margin: 25% 0;
    transition: all .5s;
    justify-content: center;
    position: relative;
}
.slide .child-element:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff75;
    border-radius: 3px;
}
@media(min-width: 480px){
    .legacy-slider .slide.slick-center .child-element {
        max-width: initial;
        transform: scale(1.5);
        z-index: 2;
    }
}

@media(max-width: 480px){
    .slide .child-element{
        margin: 0;
    }
}
.legacy-slider .slide.slick-center .child-element:before{
    display: none;
}


.floorplan-slider{
  width:100%;
  margin:0px auto;
  text-align: center;
  padding:0 20px;
  padding-bottom: 0;
}
.floorplan-slider .slide{
    padding:0;
}
@media(min-width: 480px){
    .floorplan-slider .slide.slick-center .child-element {
        max-width: initial;
        transform: scale(1.5);
        z-index: 2;
    }
}
.floorplan-slider .slide.slick-center .child-element:before{
    display: none;
}
/*slider css : BEGIN*/

.slider-container{
    position: relative;
}

.slick-arrow {
    background: transparent;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    color: #1D1818;
    z-index: 1;
    border: 0;
    font-size: 0;
    outline: none;
    font-family: "Font Awesome 5 Free";
    -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;
    cursor: pointer;
}

@media(max-width: 425px){
    .slick-arrow{
        top: -50px;
    }
}

.slick-arrow.slick-prev {
    left: -30px
}

@media(max-width: 425px){
    .slick-arrow.slick-prev {
    left: 5px;
    }
}

.slick-arrow.slick-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    color: #dba481;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: -30px
}

@media(max-width: 425px){
.slick-arrow.slick-next {
    right: 5px;
    }
}

.slick-arrow.slick-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #dba481;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 900;
}

.slick-dots {
    text-align: center;
    padding: 0;
    margin-bottom: 0px
}

.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: transparent;
    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: 8px;
    height: 8px;
    background: none;
    background: rgb(197 164 126 / 40%);
    -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: #5E4317;
    width: 8px;
    height: 8px
}

.loc-adv-accordion .card {
    background: transparent;
    border: 0 !important;
    border-radius: 0;
}
.loc-adv-accordion .card-header {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    padding: 5px 0px;
}
.loc-adv-accordion .card-header .btn-link {
    color: #16454c;
    padding-left: 0;
    position: relative;
    width: 100%;
    text-align: left;
    white-space: initial;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none !important;
}
.loc-adv-accordion .card-header .btn-link:hover{
    text-decoration: none;
}
.loc-adv-accordion .card-header .btn-link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    right: 0;
    top: 10px;
    color: #476A94;
    display: block;
    transform: rotate(180deg);
    transition: .3s all ease-in-out;
}
.loc-adv-accordion .card-header .btn-link.collapsed:before {
    transform: rotate(0deg);
    transition: .3s all ease-in-out;
}
.loc-adv-accordion .card-body {
    padding-left: 0;
}
.loc-adv-table table {
    width: 100%;
}
.loc-adv-table table td {
    padding: 5px 0px;
    font-size: 16px;
}


@media(min-width: 768px){
    .developers-logo{
        margin-top: -10px;
    }
}

#footer{
    background: #1a1a1a;
    padding: 25px 0px 25px 0px;
}
#footer a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding-right: 10px;
}

.home-highlights-row a{
    color: #707070 !important;
}
.home-highlights-row a:hover{
    text-decoration: none;
}

#amenities ul {
    list-style: none;
    margin: 3rem 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#amenities ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    height: 160px;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd; 
    transition: .3s all ease in-out;
}



@media (min-width: 740px){
    #amenities ul li {
        width: 20%;
        height: 175px;
    }
    #homepage-amenities #amenities ul li{
        width: 20%;
    }
}

#amenities ul li img {
    /*filter: invert(1) sepia(1) saturate(0) hue-rotate(175deg) brightness(2);*/
    width: 40px;
}

#amenities ul li p {
    padding-top: 15px;
    color: #000;
}

#amenities ul li:hover{
    background: rgb(22 69 76 / 85%);
    transition: .3s all ease in-out;
}

#amenities ul li:hover img{
    filter: invert(1) sepia(1) saturate(0) hue-rotate(175deg) brightness(2);
}

#amenities ul li:hover p{
    color: #fff;
}

@media(max-width: 480px){
    #amenities ul{
        padding: 0px 0px;
    }
}

.floorplan-tabs .nav-tabs {
    margin-top: 30px;
    border-bottom: 0;
    justify-content: center;
}
.floorplan-tabs .nav-tabs .nav-item {
    margin-right: 10px;
    text-align: center;
}
.floorplan-tabs .nav-tabs .nav-item .nav-link {
    color: #16454c;
    border: 1px solid #b2b2b2;
    background: 0 0;
    border-radius: 2px;
    padding: 5px 30px!important;
    font-weight: 500;
}
.floorplan-tabs .nav-tabs .nav-item .nav-link.active {
    background: #ff7201;
    border: 1px solid #ff7201;
    color: #fff;
}
.floorplan-tabs .nav-tabs .nav-item:last-child {
    margin-right: 0!important;
}
.floorplan-card {
    border: 1px solid #B7B7B7;
    margin-bottom: 30px;
}
.project-img {
    position: relative;
}
.floorplan-card-content {
    background: #fff3e5;
    padding: 20px 20px;
}
.floorplan-card-content p {
    margin-bottom: 5px;
    font-size: 18px;
}
.floorplan-card-content .plan-link {
    color: #ff7201;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 15px;
}
.sl-wrapper{
    z-index: 9999;
}
.floorplan-thumbnail{
    width: 100%;
}
@media(max-width: 480px){
    .floorplan-tabs .nav-tabs .nav-item .nav-link{
        padding: 4px 15px 1px!important;
        font-size: 14px;
    }
}


.form-bar{
	/*padding: 10px 20px;*/
	background: #0a2d4c;
	/*background: rgb(22 69 76 / 85%);*/
	padding: 15px 0px 15px 0px;
}

.form-item{
	width: 19%;
    display: inline-block;
    margin-right: 10px;
}
.form-item:last-child{
	margin-right: 0;
	padding-right: 80px;
}
.form-control{
	border-radius: 0;
}

@media(max-width: 1024px){
	.form-item{
		width: 18%;
	}
	.form-list{
		text-align: center;
	}
}

@media(min-width: 768px){
	.form-sec-fix{
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 9999;
	}
	footer{
		margin-bottom: 150px;
	}
	.parsley-errors-list{
	    position: absolute;
	}
}

@media(max-width: 480px){
	.form-item{
		width: 100%;
		margin-bottom: 10px;
	}
	.form-bar{
	    padding: 30px 20px;
	}
}

.prev-project-link{
    text-decoration: none !important;
}
.previous-project-wrapper h4{
    margin: 15px 0px;
    font-size: 20px;
    font-weight: 500;
}
.expertise-col {
	width: 20%;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 20px;
}

.expertise-col img {
	width: 60px;
	margin: auto;
	height: auto;
}

.amenities-icon {
	border: 1px solid #ddd;
	padding: 20px;
	height: 100%
}

.amenities-icon:hover {
	border: 1px solid #f3b128
}

.amenities-icon p {
	padding-top: 15px;
	margin-bottom: 0;
	color: #969696
}
@media(max-width:480px) {
    .amenities-icon p,
	.apartment-areas li {
		font-size: 14px
	}
	.expertise-col {
		width: 50%
	}

	.amenities-icon {
		padding: 24px 12px
	}
    
}
