@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    /*font-family: 'Roboto', sans-serif;*/
}

a {
    color: #000;
}

a:hover,
a:focus {
    text-decoration: none;
}

.img-100 {
    width: 100%;
}

.pad-0 {
    padding: 0;
}

.pos-rel{position: relative;}
.pos-abs{position: absolute;}

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

.nav-container {
    background: #f9f9f9;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.4);
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    z-index: 10;
    position: relative;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky .nav-logo {
    position: absolute;
}

.nav-scroll {
    height: 52px;
    margin-top: -50px;
    position: relative;
    z-index: -1;
}

.nav-scroll.first {
    margin-top: 0;
}

.nav-container .navbar {
    min-height: auto;
    margin-bottom: 0;
}

.nav-container .navbar-nav>li>a {
    color: #f2921d;
    font-weight: 500;
}

.nav-container .navbar-nav>li>a:hover,
.nav-container .navbar-nav>li>a:focus {
    color: #72002d;
    background: transparent;
}

.nav-logo {
    float: left;
    /* margin-top: 10px; */
    width: 35%;
    position: absolute;
    top: -12px;
}

.navbar-toggle {
    padding: 9px 0;
    margin-right: 0;
}

.navbar-toggle .icon-bar {
    background: #72002d;
}

.element-img {
    width: 10%;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
/*============================================================= Banner */

.banner-section {
    background: url(../images/banner-1.png) no-repeat;
    background-position: left top;
    background-size: 68%;
    margin-top: 5%;
}

.logo-container {
    position: absolute;
    left: 5%;
    max-width: 180px;
}

.logo-mobile {
    position: absolute;
    top: 0;
    left: 5%;
    max-width: 70px;
}

.img-responsive.rera-banner {
    float: right;
    margin-right: 10px;
    margin-top: -51px;
}

.form-block {
    position: relative;
    background: #fff;
    padding: 0 20px;
    text-align: center;
    /*font-family: "dinot";*/
}

.contact-no {
    /*background: #8c8c8c;*/
    padding: 10px;
    color: #fff;
    /*font-family: "dinot";*/
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bolder;
    text-transform: uppercase;
}

.form-block h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #8c8c8c;
    margin-top: 30px;
}

.enq-text {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    /*font-family: "dinot";*/
    color: #8c8c8c;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.4;
}

.form-control {
    border-radius: 0;
    padding: 12px;
    height: auto;
    border: 1px solid #8c8c8c;
}

.form-group.submit-btn {
    margin-bottom: 4px;
}

.note {
    color: #8c8c8c;
    text-transform: uppercase;
    margin: 1vh 0 6vh;
}

input[type="submit"] {
    background: #8c8c8c;
    width: 100%;
    border: 0;
    padding: 15px 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.form-box {
    float: left;
    border: 1px solid #8c8c8c;
    border-bottom: 2px solid #8c8c8c;
    margin: 1px 15px;
    background: rgba(255, 255, 255, 0.5);
}

/*============================================================= common */

.section {
    margin: 65px 0;
}

.sample-heading {
  /*min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;*/
}

.sample-heading {
  padding: 5px 20px;
  border: 2px solid #f08836;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

 .sample-heading::before, .sample-heading::after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
  }
  
  .sample-heading::before {
    top: -0.3em;
    bottom: -0.3em;
    left: 15px;
    right: 15px;
  }
  
  .sample-heading::after{
    left: -0.3em;
    right: -0.3em;
    top: 15px;
    bottom: 15px;
  }
  
  
  .heading {
    position: relative;
    z-index: 1;
    color: #f08836;
  }



.main-title {
    color: #555150;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-align: center;
}

.main-sub-title {
    color: #47877a;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
}

.enqbtn {
    display: flex;
    justify-content: center;
    width: 20%;
    margin: 5% auto 0 !important;
}


/*============================================================= overview */

.overview {
    padding: 10px;
}

.overview-text p {
    /*text-align: justify;*/
}

/*============================================================= Amenities */

.amenity {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.amenity p {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
}

.amn-img {
    width: 100px;
    height: 100px;
}
.amenities-section .element-img {
    width: 10%;
    left: 0;
    bottom: 0;
    opacity: 0.5;
}
/*============================================================= Unit Plan */

.unitplan-img {
    width: 50%;
    margin: 0 auto;
}

/*============================================================= Specification */
.fade-carousel {
    position: relative;
    height: 70vh;
}
.fade-carousel .carousel-inner .item {
    height: 60vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
 #specification .sample-heading::before, #specification .sample-heading::after ,#specification .sample-heading{
    background: #3e4248;
  }
/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 56%;
    z-index: 3;
    color: #fff;
    /*text-align: center;*/
    text-transform: capitalize;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h4 {
    font-size: 2em;    
    font-weight: bold;
    margin: 0 0 40px;
    padding: 0;
}
.hero p {
    display: flex;
    align-items: center;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
/*.overlay {
    position: absolute;
    width: 100%;
    height: 85%;
    z-index: 2;
    background-color: #080d15;
    opacity: .3;
}*/
.slider-amn-img {
    width: 40px;
    margin-right: 10px;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-color: #080d15c7;
}
.fade-carousel .slides .slide-2 {
  background-color: #080d15c7;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

/* ====================================================== Location */

.location ul {
    padding: 0
}

.location ul .rightText {
    line-height: 2;
    text-align: justify;
    list-style-type: none
}

.location {
    height: auto;
    /*padding: 5% 0;*/
    color: #333;
}

.flex-model {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start
}

.location .panel-default>.panel-heading {
    color: #333;
    background: transparent;
    border-color: #ddd;
    border-bottom: 1px solid #333;
    padding-left: 0;
}

.location .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.location .panel-default {
    background: transparent;
    border-color: transparent
}

.location .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent
}

.location [data-toggle="collapse"]:after {
    display: inline-block;
    color: #333
}

.location .btn {
    position: relative;
    top: -40px;
}

.location .panel-heading.active a>img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .3s
}
img.pull-right {
    transform: rotate(90deg);
}
.locn-btn{float: right;}
iframe {
    width: 100%;
    border: 0;
    height: 500px;
}

/*.location .panel-heading.active a>img{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);transform:rotate(90deg);transition:.3s}*/

 .location .panel-default>.panel-heading{background:transparent;border-color:#000;border-bottom:1px solid #f8f7f5}
 .location .panel-body ul li{color:#959595}
 .location .panel-group{overflow-y:auto;}
 .location .panel-group .panel+.panel{margin-top:10px;}
 .location .panel-default,.location .panel-group{border-color:#f8f7f5;background:#f8f7f5}
 /*.location .panel-heading.active a>img{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);transform:rotate(90deg);transition:.3s}*/
 .location ::-webkit-scrollbar{width:6px}
 .location ::-webkit-scrollbar-track{background:#919394}
 .location ::-webkit-scrollbar-thumb{background:#333}
 .location ::-webkit-scrollbar-thumb:hover{background:#848484}
 .video iframe{width:90%;height:340px}

/*============================================================= button-section */

.button-section {
    /*background: #8c8c8c;*/
    padding: 30px 0;
    text-align: center;
}

.btn {
    background: #8c8c8c;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 10px;
    border-radius: 6px;
    transition: all 0.2s;
}

.btn:hover,
.btn:focus {
    background: #f2921d;
    color: #fff;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{outline: none;}
.button-section .modal {
    text-align: left;
}

.button-section .btn {
    background: ##8c8c8c;
}

.button-section .btn:hover,
.button-section .btn:focus {
    background: #f2921d;
    color: #fff;
}

.button-section .modal input[type="submit"] {
    background: #8c8c8c;
    width: 100%;
    border: 0;
    padding: 10px 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}


/*============================================================= Footer */

.footer-section {
    padding: 20px 0 0;
    border-top: 2px solid #8c8c8c;
    /*background: #000;*/
    color: #fff;
}

.disclaimer {
    font-size: 12px;
    line-height: normal;
}

.copyright {
    border-top: 1px solid #fff;
    padding-top: 10px;
    color: #fff;
    background: #8c8c8c;
}

.copyright a {
    color: #fff;
}

.copyright a .fa {
    padding-top: 10px;
    background: #fff;
    width: 30px;
    height: 30px;
    color: #8c8c8c;
    text-align: center;
    border-radius: 50px;
    margin-left: 5px;
    transition: all 0.2s;
}

.copyright a .fa:hover,
.copyright a .fa:focus {
    transform: scale(0.9);
}
.footer-logo{max-width: 40%;margin: 0 auto;}
.rera-img {
    /*text-align: center;*/
}

.rera-img img {
    margin: 0 0 25px;
    /*max-width: 30%;*/
}

.rera-img p {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.rera-mobile {
    max-width: 220px;
    margin: 0 auto;
}

@media (max-width:1200px) {
    .banner-section {
        background-size: 80%;
    }
    .form-block {
        padding: 0px 15px;
    }
    .first-section {
        position: relative;
        padding: 50px 0;
        background: #fff;
    }
    .vector-elements,
    .vector-element,
    .vector-element2,
    .vector-element3,
    .vector-element4,
    .vector-element5,
    .vector-element6,
    .vector-element7 {
        display: none;
    }
}

@media (max-width:992px) {
    .banner-section {
        background: #fff;
        margin-top: 20%;
    }
    .section {
        margin: 10px 0;
    }
    .rera-img img {
        max-width: 50px;
        margin: 0 auto 10px;
    }
    .rera-img p {
        font-size: 15px;
    }
    .tab-img {
        display: block !important;
        width: 100%;
    }
    .enqbtn {
        width: 90%;
    }
    .row-center {
        display: block;
    }
    .form-box {
        float: none;
    }
    .pe-logo {
        display: none;
    }
    .content-block {
        max-width: 750px;
        margin: 0 auto;
        padding: 50px 0;
    }
    .amenities-list {
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }
    .right-block {
        padding: 0;
        margin-left: 0;
        background: transparent;
        border: 0;
    }
    .button-section .btn {
        background: #8c8c8c;
        width: 100%;
        margin: 10px auto;
    }
    .footer-text {
        display: none;
    }
    .form-block h1 {
        font-size: 25px;
    }
    .enq-text {
        font-size: 12px;
    }
    .note {
        margin: 3vh 0 2vh;
        font-size: 12px;
    }
    .form-block input[type="submit"] {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .nav-logo {
    width: 70%;}
    .form-block {
        padding: 0;
    }
    .first-section {
        padding: 20px 0;
    }
    .main-title {
        margin-top: 5%;
        font-size: 20px;
    }
    .left-div {
        padding-right: 0;
    }
    .content-block.amenities-list-block {
        padding: 20px 15px;
    }
    .content-block {
        padding: 20px 15px;
    }
    .amenities-list {
        margin-bottom: 20px;
    }
    .right-div {
        padding-left: 0;
        padding: 0 15px;
    }
    .sample-heading::before {
        left: 10px;
        right: 10px;
      }
      
      .sample-heading::after{
        top: 10px;
        bottom: 10px;
      }
      .sample-heading {
            padding: 2px 12px;
        }
        .amenities-section .sample-heading, .location .sample-heading,#specification .sample-heading {
            top: 20px;
        }
        .unitplan-img {
    max-width: 100%;}
    .hero p {
        display: block;
        text-align: center;
    }
    .hero {
        top: 36%;
        left: 50%;
        bottom: 0;
        padding: 10px;
        width: 100%;
    }
    .location .locn-btn{float: none;width: 100%; top: 0;}
    .hero h4 {
    font-size: 20px;
    text-align: center;
}
.fade-carousel .carousel-inner .item, .fade-carousel{height: 85vh;}
.slider-amn-img {
    margin: 0 auto;
}
    .btn {
        margin: 10px 10px;
    }
    .copyright {
        margin-top: 10px;
        text-align: center;
    }
    .pull-right {
        /*width: 100%;*/
    }
    nav.navbar.pull-right {
    width: 100%;
}
    .panel-heading {
        font-size: 40px;
    }
    .thank-you-box .fa {
        margin: 0;
    }
    .footer-logo {
        max-width: 60%;
        margin: 0 auto;
    }
    .rera-img img {
        max-width: 50%;
        margin: 30px auto 10px;
    }
}