@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@font-face {
    font-family: "Leela";
    src: url(../fonts/LeelaUIb.ttf);
}

@font-face {
    font-family: "dinot";
    src: url(../fonts/DINOT-REGULAR.OTF);
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    
}
.body{
    /*background: url(../images/bg.jpg) no-repeat;*/
    /*background-attachment: fixed;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #1b1819;
}

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

.img-100 {
    width: 100%;
}

.pad-0 {
    padding: 0;
}

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

.nav-container {
    background: #fff;
    box-shadow: 0 1px 5px rgb(246 163 32);
    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: #000;
    font-weight: 500;
}

.nav-container .navbar-nav>li>a:hover,
.nav-container .navbar-nav>li>a:focus {
    color: #fff;
    background: #282927;
    /*font-weight: bold;*/
}

/*.nav-container .navbar-nav>li>a:hover:before, .nav-container .navbar-nav>li>a:hover:after {
    width: calc(100% + 20px);
    opacity: 1;
}
.nav-container .navbar-nav>li>a:before {
    top: 5px;
}
.nav-container .navbar-nav>li>a:after {
    bottom: 5px;
    right: 0;
}
.nav-container .navbar-nav>li>a:before, .nav-container .navbar-nav>li>a:after {
    content: "";
    height: 1px;
    width: 0;
    opacity: 0;
    background-color: #fff;
    position: absolute;
    transition: all .5s;
}*/

.nav-logo {
    float: left;
    /* margin-top: 7px; */
    width: 7%;
    position: absolute;
    top: 2px;
}

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

.navbar-toggle .icon-bar {
    background: #7a225d;
}

.pos-abs {
    position: absolute;
}
.pos-rel {
    position: relative;
}
.element-img {
    width: 10%;
    right: 0;
    bottom: -100px;
    opacity: 0.6;
}
.ht{max-height: 76vh;}

/*============================================================= Banner */

.banner-section {
    /*background: url(../images/Web-Banner-for-desktop.jpg) no-repeat;*/
    /*background-position: left top;*/
    /*background-size: 68%;*/
    /*margin-top: 5%;*/
    overflow: hidden;
    background: #262141;
}
.carousel-control.right,.carousel-control.left{
    background-image: none;
    
}
.carousel-control{
    /*color: #b88e6c;*/
}
.carousel-indicators .active{
    background-color: #b88e6c;
}
.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: #fff;
    padding: 20px;
    color: #fff;
    font-family: "dinot";
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bolder;
    text-transform: uppercase;
}
#contact_body{background-color: #fff;}
.form-block h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1b1819;
    margin-top: 30px;
}

.enq-text {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: "dinot";
    color: #1b1819;
    font-weight: 900;
    margin-bottom: 30px;
}

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

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

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

input[type="submit"] {
    background: #282927;
    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 #fff;
    border-bottom: 2px solid #1b1819;
    margin: 1px 15px;
    background: rgba(255, 255, 255, 0.5);*/

    /*float: left;*/
    /* border: 1px solid #fff; */
    /* border-bottom: 2px solid #1b1819; */
    /*margin: 40px 25px;*/
    padding: 10px;
    margin: 0px 15px;
    background: #fff;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*flex-direction: column;*/
    text-align: center;
    height: 76vh;
    overflow-x: hidden;
}

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

.section {
    margin: 65px 0;
}

.main-title {
    color: #000;
    font-size: 42px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    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 {
    /*display: flex;
    justify-content: center;
    flex-direction: column;
    height: 590px;
    */text-align: justify;
}

.overview-logo .logo-img{
    max-width: 40%;
    margin: 0 0 8%;
}
.overview .carousel-control.right, .overview .carousel-control.left {
    background-image: none;
    opacity: 1;
}
.overview span.glyphicon.glyphicon-chevron-right,
.overview span.glyphicon.glyphicon-chevron-left {
    background: #000000;
    font-size: 17px;
    margin: 0 auto;
    padding: 6px;
}
/*============================================================= Amenities */
.amenities-section {
    background: #fecf0d;
    color: #fff;
}

.amenity {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.amenities-section h3 {
    margin: 30px 0 10px;
    color: #fff;
}
.amenity p {
    margin-bottom: 20px;
    margin-top: 10px;
}

.amenities-row{margin-top: 15px;}
.amenities-row p {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-align: center;
}
.amenities-row .icon {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.amen-img {
    max-width: 50%;
}
/*============================================================= Specification */
.specification{
    /*background-color: #b88e6c;*/
        /*color: #000;*/
}
.specification h3 {
    margin: 30px 0 10px;
}

.specification p,
.location .title {
    font-size: 17px;
    margin: 30px 0 16px;
    font-weight: 600;
}


.specification p{
    /*color: #fff;*/
}
.specification ul {
    padding: 0
}

.specification ul li {
    line-height: 2;
    list-style-type: none
}

span.icon {
    float: left;
    margin-right: 10px;
}

span.text {
    display: flex;
}


/* ====================================================== Location */
.location{
    background: #fecf0d;
    padding-bottom: 30px;
}
/*.location P, .location h4{color: #000;}*/
.location h3 {
    margin: 30px 0 10px;
    /*color: #000;*/
}
.location .title {
    color: #1b1819;
}
.location ul {
    padding: 0 15px;
}

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

.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
}

.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: 30px;
    margin: 0;
    background: #000;
    color: #fff;
    border: 2px solid #000;

    
}
.location .btn:hover{
    border: 2px solid #fff;
    background: #fff;
    color: #000;
}
.location .panel-heading.active a>img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: .3s
}
.location .location-list ul li{
    list-style: none;
    color: #000;
    font-size: 16px;
    line-height: 2;
}
.location .location-list ul{padding:0; color:#fff;}
.location .location-list img{width:16%;}
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:#1b1819;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: #e6291a;
    padding: 30px 0;
    text-align: center;
}

.btn {
    background: #282927;
    color: #fff;
    border: 2px solid #282927;
    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: #fff;
    color: #75215a;
    border: 2px solid #75215a;
}
.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: #b88e6c;
}

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

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

/*============================================================= floorplan */
.floorplan-section{
    margin: 0 auto;
}
.floorplan-section .carousel-inner {
    border: 1px solid #000;
}
.floorplan-section .glyphicon-chevron-left:before,
.floorplan-section .glyphicon-chevron-right:before {
    color: #75215a;
}
.carousel-control{
    opacity: 1;
}
/*============================================================= Footer */

.footer-section hr {
    border-top: 1px solid #000;
}

.footer-section {
    padding: 30px 0 0;
    border-top: 1px solid #000;
    background: #fff;
    color: #000;
}
.footer-section p{font-size: 14px;}
p.title {
    font-size: 18px;
    font-weight: 600;
}
p.disclaimer {
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
}

.copyright {
    border-top: 1px solid #1b1819;
    padding-top: 20px;
    color: #fff;
    background: #1b1819;
    font-weight: 600;
}

.copyright a {
    color: #337ab7;
}

.copyright a .fa {
    padding-top: 10px;
    background: #fff;
    width: 30px;
    height: 30px;
    /*color: #7f302b;*/
    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);
}

.rera-img {
    text-align: center;
}

.rera-img img {
    margin: 0 auto;
    max-width: 30%;
}

.rera-img p {
        font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    line-height: normal;
}

.rera-mobile {
    max-width: 220px;
    margin: 0 auto;
}
.footer-logo{max-width: 60%;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;
    }
    .rera-img p {
        font-size: 15px;
    }
    .tab-img {
        display: block !important;
        width: 100%;
    }
    .enqbtn {
        width: 90%;
    }
    .row-center {
        display: block;
    }
    .form-box {
        float: none;
        display:block;
    }
    .pe-logo {
        display: none;
    }
    .content-block {
        max-width: 750px;
        margin: 0 auto;
        padding: 50px 0;
    }
    .amenities-list {
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }
    .specification-list {
        margin-bottom: 0;
    }
    .right-block {
        padding: 0;
        margin-left: 0;
        background: transparent;
        border: 0;
    }
    .button-section .btn {
        background: #7f302b;
        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) {
    .ht {
    max-height: 100%;
}
    .nav-logo {
        width: 23%;
        /*top: -38px;*/
    }
    .form-block {
        padding: 0;
    }
    .first-section {
        padding: 20px 0;
    }
    .overview .main-title {
        /*margin-top: 45%;*/
    }
    .main-title {
        margin-top: 5%;
        font-size: 30px;
        margin-bottom: 0;
    }
    .left-div {
        padding-right: 0;
    }
    .content-block.amenities-list-block {
        padding: 20px 15px;
    }
    .content-block {
        padding: 20px 15px;
    }
    .amenities-list {
        margin-bottom: 20px;
    }
    .specification-list {
        margin-bottom: 20px;
    }
    .right-div {
        padding-left: 0;
        padding: 0 15px;
    }
    .btn {
        margin: 10px 10px;
    }
    .copyright {
        margin-top: 10px;
        text-align: center;
    }
    .pull-right {
        width: 100%;
    }
    .panel-heading {
        font-size: 40px;
    }
    .thank-you-box .fa {
        margin: 0;
    }
    .navbar-nav {
        /*margin: 35.5px -29px 0;*/
        /*border-top: 1px solid #1b1819;*/
    }
    .contact-no{
        display: none;
    }
    .overview-logo .logo-img {
        margin: 0 auto 8%;
    }
    .amenities-row p {
        font-size: 14px;
        /*text-align: left;*/
        /*line-height: 1;*/
    }
    .footer-logo {
        max-width: 100%;
        margin: 20px auto;
    }
    .location .btn {
        top: 0;
        margin: 10px 0 20px;
    }
}