@import url('https://fonts.googleapis.com/css?family=Poppins:400,600|Roboto:300,400&amp;display=swap');
:root{
  --color_p:#01a9da;
  --color_h:#f5cb39;
}
body{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Poppins', sans-serif;
}
.col-xs-6{width:50%;}
.uti-text{font-size: 14px;padding-top: 5px;}
#floorplan img {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}
.bg-light{
  background-color: #dddbdc47!important;
}
.modal-header{
  background-color: #2e287a;
  color: #fff;
}
.modal-header .close{color: #fff;opacity: 1;}
.btn-theme{
  border-radius: 0px;
  background-color: #2e287a;
  color: #fff;
  min-width: 100px;
}
.navbar-brand {
    
    padding-top: 0;
    padding-bottom: 0}
.heading{
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
/* .heading::after{
  position: absolute;
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background-color: #000;
  content: "";
  left: 0;
  bottom: -15px;
} */
.heading h3{
  font-weight: 600;
  color: #2e287a;
  text-transform: uppercase;
}
.heading.center{
  text-align: center;
}
.heading.center::after{
  left: 50%;
  margin-left: -30px;
}
.navbar-brand img{
  width: 200px;
}
.mb-2{font-size: 15px;}
nav.navbar{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 0.03rem;
}
nav.navbar ul.navbar-nav > li > a:hover{
  color: #2e287a;
}
@media (min-width: 992px){
  nav.navbar ul.navbar-nav > li > a{
    padding-left: 0.8rem!important;
    padding-right: 0.8rem!important;
  }
}


/* HOME SLIDER */
.rela{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
}
.carousel-caption{
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 100px;
  text-align: left;
}
.carousel-caption .head{
  font-family: 'Poppins', sans-serif;
  font-size: 3em;
  color: #fff!important;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.carousel-caption .text{
  letter-spacing: 2px;
}
.carousel-caption .head > span{
  display: inline-block;
}
.carousel-caption .btn-bnn{
  padding: 18px 30px;
  background-color: #fea84b;
  color: #fff;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}
.carousel-control-next, .carousel-control-prev{
  opacity: 0;
}
@media (max-width:991px) {
  .carousel-caption{
    bottom:20px;
  }
  .carousel-caption .head{
    font-size: 1em;
  }
}
/* HOME SLIDER END */


.intro {
  width:100%;
  position:relative;
}
.intro-content {
  /* background: url(../images/main-banner.jpg) no-repeat top center; */
  background-size: cover;
  /* padding:80px 0 60px; */
}
.intro-content.intro-nobg {
  background:#fff;
  position:relative;
  margin:0;
  padding:140px 0 60px;
}
.slogan {
  margin-bottom: 20px;
}
.intro-content h2 {
  margin-bottom: 10px;
}
ul.lead-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 20px;
}
ul.lead-list li {
  margin: 0 0 20px 0;
  line-height: 1.6em;
}
ul.lead-list li span.fa {
  margin: 5px 5px 0 0;
  float: left;
  opacity: 0.6;
}
ul.lead-list li span.list {
  display: inline-block;
  margin: 0 0 0 10px;
  /* width:85%; */
}
p.lead-footer {
  font-size: 16px;
  margin: 20px 0 0;
  width: 10%;
}
.well.well-trans {
  background-color: rgba(255,255,255,.9);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 40px;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .intro {
    width:100%;
    position:absolute;
    top: 200px;
    left: 0;
    width: 100%;
  }
  .well{
    display: inline-block!important;
    margin-right: 0px;
    margin-left: auto;
    text-align: left;
  }
}




.spoiler{
  position: relative;
  width: 100%;
}
.spoiler .text{
  padding-left: 60px;
  width: 100%;
}
.spoiler i.ico{
  position: absolute;
  left: 5px;
  top: 5px;
  color: var(--color_p);
}


.ameni{
  position: relative;
  padding: 20px;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.ameni i{
  position: absolute;
  left: 25px;
  top: 23px;
}
.ameni .text{
  padding-left: 40px;
}
.ameni .text > p{
  font-family: 'Poppins', sans-serif;
}
.ameni:hover{
 /* background-color: #00973c;
  color: #fff;*/
}
.ameni:hover i{
  color: #294698;
}
@media (max-width:767px) {
  #amenities .mb-4{
    margin-bottom: 10px!important;
  }
  .ameni{
    padding: 10px 20px;margin-bottom: 10px;
  }
  .ameni i {
    top: 11px;
  }
  .ameni .text > p{
    font-size: 13px;
  }
  .banner-form{
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 30px;
    background: #2e287a;
    color: #fff;
  }
.banner-form h3{color: #fff;}
}

.floorplan{
  position: relative;
  width: 100%;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
}


.form-group{
  font-family: 'Poppins', sans-serif;
}
.form-group label{
  margin-bottom: 0px;
  opacity: 0.6
}
.form-group .form-control{
  border-radius: 0px;
}

#location_advantage{
  position: relative;
  background-position: center;
  background-size: cover;
  /*background-image: url('../images/loc_background.png');*/
}
.loc ul{
  list-style-type: none;
  padding-left: 0px;
}
.loc ul > li{
  position: relative;
  line-height: 1.3;
  margin-bottom: 18px;
  font-size: 80%;
}
.loc .three{
  min-width: 58px;
  text-align: right;
}
.loc .two{
  margin-right: 5px;
}

.loc_table{
  font-size: 80%;
}
.loc_table tr > td{
  padding: 10px;
}
.loc_table tr > td:last-child{
  min-width: 58px;
  padding: 10px 0px;
}

/*============WHATSAPP==========*/
.call_btn{
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  z-index: 9;
}
.whatsapp_btn{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
  z-index: 9;
}
.whatsapp_btn .icon_logo, .call_btn .icon_logo{
	position: relative;
	z-index: 100;
	padding: 5px;
}
.whatsapp_btn .icon_logo > a > img{
	width: 100%;
}
.whatsapp_btn .circle_waves, .call_btn .circle_waves{
	border-radius: 50%;
	background-color: #3cc04e;
	width: 50px;
	height: 50px;
	position: absolute;
	opacity: 0;
	bottom: 1px;
	left: 0px;
	z-index: 99;
  animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
	-webkit-animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
@keyframes waves {
	from {
		transform: scale(.55, .55);
		opacity: .6;
	}
	to {
		transform: scale(1.8, 1.8);
		opacity: 0;
	}
}
@-webkit-keyframes waves {
	from {
		transform: scale(.55, .55);
		opacity: .6;
	}
	to {
		transform: scale(1.8, 1.8);
		opacity: 0;
	}
}


.side_form{
  position: fixed;
  width: 350px;
  max-width: 100%;
  padding: 30px;
  background-color: #fff;
  height: 100vh;
  right: 0;
  top: 0;
  z-index: 9999999;
  box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.side_form.hiden{
  right: -400px;
}
.toggle_side_form{
  position: absolute;
  font-size: 20px;
  top: 30px;
  left: 30px;
  cursor: pointer;
}
.btn-fixed{
  transform: rotate(-90deg);
  position: fixed;
  right:-35px;
  top: 50%;
}


.accordion .card{
  /* border: 0px; */
  border-bottom: 1px solid rgba(0,0,0,.125)!important;
  border-radius: 0px;
}
.accordion .card > .card-header{
  cursor: pointer;
  background-color: #dbe5f1;
  border-bottom: 0px;
  border-radius: 0px;
}
.accordion .card > .card-header::after{
  content: "⤵";
  /* font-family: 'Line Awesome Free'; */
  font-weight: 400;
  /* -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto; */
  line-height: 1;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 14px;
}

.accordion .card .card-body  p:last-child{
  margin-bottom: 0px;
}

.usp_{
  position: relative;
  padding-top: 5px;
  border: 0px;
  /* background-color: #fff; */
  margin-bottom: 25px;
  /* box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1)!important; */
}
.usp_  p{
  font-size: 90%;
  margin-bottom: 0px;
}
.usp_ .ico_pre{
  position: absolute;
  text-align: center;
  width: 60px;
  height: 60px;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07)!important;
  border-radius: 50%;
}
.usp_ .ico_pre i{
  line-height: 60px;
  font-size: 2em!important;
  color: var(--color_p);
}


.cta{
  position: relative;
  background-position: center;
  background-size: cover;
  background-image: url('../images/banner-1.jpg');
  padding: 70px 0;
}
.cta::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.cta_data{
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  color: #fff;
}

/* offer box */

.overflow-hidden {
    overflow: hidden!important;
}


@media only screen and (min-width: 992px){
  .banner-form{
      position: absolute;
    top: 10%;
    right: 4%;
    z-index: 9;
    /* margin-top: 4vw; */
    padding-bottom: .5vw;
    display: inline-block;
    width: 22vw;
    background-color: #fff;
    border-bottom-right-radius: 8px;
    color: #fff;
    padding: 10px;
    border-radius: 25px;
}
.banner-form h3{color: #2e287a;}
.info-box {
    width: 24vw;
}
.pro-status {
    display: inline-block;
    padding: .3vw 2.5vw .3vw 2vw;
    font-size: 1.3vw;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #333;
    color: #ffffff;
    background-color: #2e287a;
    width: 100%;
}
.info-box {
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 9;
    /* margin-top: 4vw; */
    padding-bottom: .5vw;
    display: inline-block;
    width: 22vw;
    background-color: rgba(0,0,0,.65);
    border-bottom-right-radius: 8px;
    color: #fff;
    border-radius: 0 25px 25px 0;
}
.pro-title {
    display: block;
    padding: 1vw .8vw .3vw;
    font-size: 1.8vw;
    line-height: 2vw;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #000;
    color: #fff;
}
.pro-add {
    display: block;
    padding: .1vw .8vw;
    font-size: 1.2vw;
    text-transform: capitalize;
    line-height: 1.4vw;
    text-shadow: 0 1px 2px #000;
    color: #fff;
}

.pro-dev {
    display: block;
    padding: .1vw .8vw;
    font-size: 1vw;
    text-transform: capitalize;
    line-height: 1.2vw;
    text-shadow: 0 1px 2px #000;
    color: #d7d7d7;
}

ul.pro-spec {
    background-color: rgba(0,0,0,.3);
    padding: .6vw .8vw;
    margin-top: 1vw;
    margin-bottom: .5vw;
    font-size: 1vw;
    text-transform: capitalize;
    text-shadow: 0 1px 2px #000;
    list-style: none;
}

.info-box span.list-icon {
    color: #f26522;
}

.info-box span.headingg {
    padding: .6vw 0;
    margin-top: 1vw;
    color: #d7d7d7;
    font-weight: 600;
}
.pro-tag-line {
    display: block;
    padding: .1vw .8vw;
    font-size: 1.2vw;
    text-transform: capitalize;
    line-height: 1.4vw;
    text-shadow: 0 1px 2px #000;
    color: #fff;
}
.pro-price {
    display: block;
    padding: .1vw .8vw .3vw;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    font-size: 1.8vw;
}
.pro-rera {
    display: block;
    padding: .1vw .8vw;
    font-size: .9vw;
    margin-top: .5vw;
    line-height: 1.4vw;
    text-shadow: 0 1px 2px #000;
    color: #fff;
}
}

@media only screen and (max-width: 991px){
.info-box {
    padding-bottom: .5vw;
    display: block;
    width: 100%;
    background-color: #fff;
    color: #000;
    text-align: center;
}

.pro-status {
    display: block;
    padding: 3px;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #333;
    color: #ffffff;
    background-color: #2e287a;
}

.pro-title {
    display: block;
    padding: 3px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin: 5px 0;
    color: var(--colorPrimary);
    text-shadow: 0 1px 1px #000;
    text-transform: uppercase;
}

.pro-add, .pro-dev {
    display: block;
    padding: 3px 0;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 16px;
}

ul.pro-spec {
    background-color: #f1f1f1;
    padding: 5px 8px;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 15px;
    text-align: left;
    text-transform: capitalize;
    list-style: none;
}

.info-box span.list-icon {
    color: #2e287a;
}

.info-box span.headingg {
    padding: 3px 0;
    margin-top: 3px;
    font-weight: 600;
}

.pro-tag-line {
    display: block;
    padding: 3px 0;
    font-size: 15px;
    text-transform: capitalize;
}

.pro-price {
    display: block;
    padding: 5px 0;
    font-weight: 600;
    font-size: 26px;
}

.pro-rera {
    display: block;
    padding: 3px 0;
    font-size: 13px;
    margin-top: 3px;
}
}

.nav-link {
    color:#000 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

header{
  margin-bottom: 75px;
}

.nav-link-download {
  background-color: #2e287a;
  color: #fff !important;
}

.banner-form h4{
  background-color: #2e287a;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 15px;
}

.banner-form h3{
font-weight: 600;
font-size: 20px;
text-transform: uppercase;
padding-bottom: 10px;
}

.banner-form input{
  border-radius: 25px !important;
}
#book-app{
  background-color: #2e287a;
}
#about, #book-app, #amenities, #floorplan, #cost-sheet, #location_advantage, footer, #about_developer{padding: 35px;}
#book-app .text{

  color: #FFFFFF;
    font-weight: 500;
    font-size: 24px;
    text-decoration: none;
}
#book-app .btn-book{

  color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    border:1px solid #fff;
    padding: 5px 15px;
    text-transform: uppercase;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.customer-logos .ami-box{
  background: #2e287a;
  text-align: center;
  color: #d7d7d7;
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
}
.price_box .header {
    display: block;
    position: relative;
    z-index: 0;
    color: #2e287a;
    text-align: center;
}
.price_box .eael-pricing-tag {
    position: relative;
    z-index: 0;
    padding: 15px 0px;
    margin-bottom: 15px;
    text-align: center;
}
.price_box .body ul {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    list-style-type: none;
}
.eael-pricing .eael-pricing-button {
    padding: 10px 35px 10px 35px;
    color: #fff;
    background: #2e287a;
    border-radius: 0px;
}
.price_box .footer{text-align: center;}
.price_box{border: 1px solid #ccc; padding: 30px;border-radius: 4px;margin-bottom: 10px;}
.price_box:hover{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.price_box h2{font-size: 20px;}