@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
body {

  background:#231f20;

  color: #fff;

}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    background: none;
    line-height: 1.8em;
}
.sec-title {
    position: relative;
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: center;
}

.sec-title h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #253d4a;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.sec-title h2.sec-title-white{color: #fff;}
.theme_color {
    color: #71b100;
}
.sec-title .text {
    color: #50575e;
    font-size: 14px;
    font-style: italic;
}
.sec-title .separator {
    position: relative;
    width: 100%;
    height: 20px;
}
.small-separator {
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/title-separator-small.png);
}

.small-separator-white {
        background-image: url(../img/title-separator-small-white.png);
}

#floor-plan-section{
    
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/amrit-bg.jpg);
    background-attachment: fixed;
    
}
.bg-primary, .btn-primary {

    background-color: #71b100 !important;

}


.inner-box {
    position: relative;
text-align:center;
border-right: 1px solid #ddd;
margin-bottom: 30px;
}
}.inner-box .icon {
    position: relative;
    display: block;
    color: #71b100;
    line-height: 50px;
    font-size: 48px;
    margin-bottom: 10px;
}
.inner-box h6 {
    color: #253d4a;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0px;
}
.inner-box h3 {
    position: relative;
    font-size: 30px;
    color: #253d4a;
    font-weight: 700;
}


.navbar {

  border-bottom: #71b100 3px solid;

 }

 

 .bg-dark {

    background-color: #231f20 !important;

}

.carousel-caption {



    bottom: 10%;

}
.carousel-caption a {
	color:#fff !important;}


.carousel-caption h3 {
    font-size: 2.5rem;
    line-height: 4.5rem;
    display: inline-block;
    background: #71b100;
    padding: 10px 35px;
}

.carousel-caption h3 span{font-size:1.5rem; line-height:1.5rem; display:block; font-weight:600;}

.carousel-caption p {
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 20px;
    background: #03a2e7;
     display: inline-block;
    margin: 20px auto;
    padding: 10px;
}

.carousel-caption h2 {
    font-size: 3rem;
    line-height: 4rem;
    background: #71b100;
    display: inline-block;
    padding: 15px 40px;
}



.text-muted{font-size:20px;}



.card-body {



    padding: .50rem;

}



.heading-tertiary{

font-family: 'Lato', Arial, Helvetica, sans-serif;

color:#71b100 !important

}



#home-section .home-inner {

  padding-top: 150px;

}



#home-section .card-form {

  opacity: 0.8;

}



#home-section .fas,

#create-section .fas {

  color: #71b100;

  background: #fff;

  padding: 5px;

  border-radius: 5px;

}



#explore-section .fas,

#share-section .fas {

  background: #333;

  color: #fff;

  padding: 5px;

  border-radius: 5px;

}

.form-section {

    background: #231f20;

    border-radius: 8px;

}



.form-title {

    color: #fff;

    padding: 25px 0px;

    margin-bottom: 10px;

    border-bottom: 1px solid #ddd;

}

.form-box {

    padding: 32px 30px;

    border-radius: 0px 0px 8px 8px;

}

.form-control {

    height: 40px;

    padding: 8px 12px;

    border-radius: 0px;

    color: #888;

}

.call-bg {

    display: inline-block;

    margin-left: 5px;

    background: #03a2e7 !important;

    margin-top:2px;

	text-decoration:none;

}

.call-bg a {

    color: #FFF;

    font-size: 22px;

	padding:1px 11px;

    font-weight: bold;

    text-decoration: none;

	transition:all 0.3s ease-in-out;

}



.call-bg a:hover{

    color: #231f20;

}



.top-link {

    display: none;

    right: 10px;

    bottom: 40px;

    z-index: 9;

    font-size: 1.3em;

    background: #71b100;

    color: #FFF;

    border-radius: 50%;

    transition: all 0.3s ease;

}



.top-link a {

    color: #FFF;

    padding: 4px 10px;

    display: inline-block;

    width: 38px;

    height: 38px;

}



.affix {

    position: fixed;

}

#messages.form-control { height: 80px;}



#query-popup, #pdf-popup {

    z-index: 9999;

    min-width: 300px;

    height: auto;

    width: 100%;

    position: fixed;

    top: 16%;

    padding: 0 5px 15px 5px;

    left: 0;

    right: 0;

    margin: 0 auto;

}



#myModal1 .modal-dialog, #myModal .modal-dialog {

    width: 400px;

    margin: 2% auto;

}



.quick-from .form-group {

    margin-bottom: 5px;

    width: 100%;

    margin-right: 0;

}



.quick-from .form-group input {

    width: 100%;

}

#myModal1 .green-btn {

    width: 100%;

    padding: 15px;

}

.green-btn {

    background:#71b100;

    color: #FFF;

    border: 0;

    font-size: 15px;

    display: block;

    width: 30%;

    padding: 6px;

    text-transform: uppercase;

    border-radius: 3px;

	transition:all 0.3s ease-in-out;

	font-size:18px;

}

.green-btn:hover {

    background:#71b100;

    color:#231f20 ;

}

#myModal1.dwn-popup .modal-header {

    background-image: url(../img/pop-up-bg.jpg);

    background-size: 100%;

    padding: 30px 30px 60px 30px;

}

#myModal1.dwn-popup .modal-title {

    color: #fff;

    font-weight: bold;

    font-size: 28px;

    text-align: center;

}

#myModalLabel{color:#222;}

#myModal1 form{width:100%;}



#myModal1.dwn-popup .close {

    padding: 0.2rem;

font-size:2rem;

color:#fff;

   }

   .form-control {

    height: 48px;

    margin-bottom: 10px;

}



footer {

    background: #231f20 !important;

    padding-top: 15px;

}

.google-map {

    width: 100%;

    overflow: hidden;

    height: 270px;

    max-width: 100%;

    border: 5px solid #FFF;

}



.copyright-footer {

    color: #FFF;

    font-weight: 300;

    font-size: 16px;

    padding: 0px 0 5px 0;

    margin-top: 15px;

}



.disclaimer {

    font-size: 13px;

    color: #DDD;

    text-align: center;

    padding: 0px 0 5px 0;

}



.wp-mb {

    left: 25px;

    bottom: 40px;

    width: 350px;

    position: fixed;

    font-size: 1.4rem;

    height: 24px;

    line-height: 24px;

    box-shadow: 0px 5px 5px #000;

    display: block;

    z-index: 99999;

}



.wp-mb .nav-fill .nav-item {

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    text-align: center;

    background-color: #71b100 !important;

}



.wp-mb .nav-link {

    display: block;

    padding: .5rem 1rem;

    color: #fff;

	font-size:16px;

	line-height:24px;

}

.wp-mb li:not(:last-child) {

    border-right: 1px solid #fff;

}

.seo-text {

    background: #619505;

    color: #AED1B3;

    padding: 3px 0;

    font-size: 12px;

    text-align: center;

}

 .header-top {
    position: relative;
    background: #1a1d1f;
    color: #999999;
}
.header-top .top-right {
    position: relative;
    float: right;
}
.header-top .info {
    position: relative;
     margin-left: 30px;
}
.header-top .info li {
    position: relative;
    float: left;
    margin-left: 20px;
    line-height: 26px;
    padding: 12px 35px;
    border-right: 1px solid #2B3034;
}
.header-top .info li a {
    color: #fff;
    display: block;
    font-size: 14px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    line-height:26px;
   }
.header-top .info li .fa {
    position: relative;
    top: 1px;
    font-size: 14px;
    padding-right: 5px;
}
.header-top .info li {
    position: relative;
    float: left;
    margin-left: 20px;
    line-height: 26px;
    padding: 12px 35px;
    border-right: 1px solid #2B3034;
}
.navbar-brand{
    max-width: 150px;
    margin-top: -62px;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
        margin-left: 0px;
}
.lb-box img{width:120px; text-align:center;}
.lb-box .col-sm-4{text-align:center;}
.pb-5, .py-5 {
    padding-bottom: 5rem !important;
}
.pt-5, .py-5 {
    padding-top: 5rem !important;
}
#amenities-section {
    position: relative;
    background-image: url(/img/apartment-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment:fixed;
    background-repeat: no-repeat;
    padding:70px 0px;
    
}
#amenities-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}

.section-title-two h2 {
    font-size: 60px;
    font-family: "Cormorant", serif;
    font-weight: 900;
    margin-top: 5px;
    line-height: 1.2;
    max-width: 510px;
    color: #020d26;
}
.section-white {
    color: #ffffff !important;
}
.offer-item-bg2 {
    border: none !important;
    background-color: #ffffff;
    position: relative;
}
.offer-item {
    padding: 30px 20px 60px 20px;
    border: 5px solid #f0f0f0;
    position: relative;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-bottom: 30px;
}
.offer-item-bg2.active i {
    color: #dcbe77;
}
.offer-item-bg2.active::before {
    opacity: 1;
    width: 100%;
    background-color: #71b100;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.offer-item-bg2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color:#03a2e7 !important;
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.offer-item-bg2.active h3 {
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.offer-item h3 {
    font-size: 22px;
    color: #020d26;
    -webkit-transform: 0.7s;
    transform: 0.7s;
}
.offer-item p {color:#777;}
.offer-item-bg2.active p {
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.offer-item-bg2.active:hover::before {
    background-color: #ffffff !important;
    border: none;
    position: relative;
    z-index: 1;
}

.offer-item i {
    font-size: 60px;
    color: #b5b5b5;
    position: absolute;
    right: 15px;
    bottom: 0;
    -webkit-transform: 0.7s;
    transform: 0.7s;
}
.offer-item-bg2:hover::before {
    opacity: 1;
    width: 100%;
}

.offer-item-bg2.active:hover h3 {
    color: #020d26;
}
.offer-item-bg2.active:hover p {
    color: #777777;
}

.offer-item:hover h3 {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.offer-item:hover p {
    color: #ffffff;
    position: relative;
    z-index: 1;
}


#main-nav.fixed-nav .navbar-brand{margin-top:0px; max-width:70px;}

@media only screen and ( min-width:1024px ){
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}
}

@media only screen and ( max-width:767px ){
   
 .header-top {display:none;}
 .navbar-brand {
    max-width: 80px;
    margin-top: 0px;
}
	.carousel-caption h2, .carousel-caption h3 {

    font-size: 1.6rem;
    line-height:2.5rem;
    font-weight:bold;
    }
    .display-4{font-size: 1.6rem;}

    .section-title-two h2 {
    font-size: 40px;
    margin-bottom:25px;
  }

.carousel-caption h3 span {

    font-size: 1.2rem;

    line-height: 1.2rem;

    display: block;

}
.carousel-caption h3 {
    padding: 12px 14px;
}

.carousel-caption h2 {
    padding: 15px 10px;
    margin-top: 20px;
}

.carousel-caption {
    right: 10%;
    bottom: 100px;
    left: 10%;
    }

.carousel-caption p{display:none}



#about .call-bg {
width:100%;
margin-left: 0px;
margin-top: 0px;
text-align: center;
padding: 15px;
}



#about .call-bg a {
font-size: 22px;
padding: 20px 60px;
}
.text-muted {
    font-size: 16px;
}
.mb-m{margin-bottom:20px;}
}