@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;
}

label {
    font-weight: 600;
    color: #e23d3d;
}

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: #314d65;
    box-shadow: 0 1px 5px rgb(219 190 69);
    margin-bottom: 0;
    padding: 10px;
    width: 100%;
    z-index: 10;
    position: relative;
    border-top: 2px solid #e1c244;
}

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

.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: #fff;
    font-weight: 500;
}

.nav-container .navbar-nav>li>a:hover,
.nav-container .navbar-nav>li>a:focus {
    color: #ffc10d;
    background: #000;
}

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

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

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

.pos-abs {
    position: absolute;
}

.pos-rel {
    position: relative;
}

.element-img {
    width: 10%;
    right: 0;
    bottom: -100px;
    opacity: 0.6;
}

.ht {
    max-height: 80vh;
}


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

.banner-section {
    overflow: hidden;
    background: #324e66;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.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;
    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: #cdb547;
    width: 100%;
    border: 0;
    padding: 15px 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.form-box {
    padding: 10px;
    margin: 0px 15px;
    background: #fff;
    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: 40px;
    background: #cdb547;
    margin: 0;
}

.overview-text {
    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: #314d65;
    margin: 0;
    padding: 10px;
}

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

.amenities-section h2 {
    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: #fff;
    text-align: center;
    margin: 25px 0 10px;
}

.amenities-row .icon {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.amen-img {
    height: 50px;
    width: auto;
}


/*============================================================= Specification */

.specification h2 {
    margin: 30px 0 10px;
}

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

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


/* ====================================================== project-highlights */

.project-highlights {
    background: #cdb547;
    padding: 40px;
}


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

.location {
    background: #314d65;
    margin: 0;
    padding: 10px 0 60px;
    color: #fff;
}

.location h2 {
    margin: 30px 0 10px;
    color: #fff;
}

.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 #cdb547;
    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 {
    font-size: 14px;
    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: #000;
    color: #fff;
    border: 2px solid #000;
    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: #000;
    border: 2px solid #cdb547;
}

.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: #cdb547;
    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 #000000;
    padding-top: 10px;
    color: #fff;
    background: #000000;
    font-weight: 600;
}

.copyright a {
    color: #337ab7;
}

.copyright a .fa {
    padding-top: 10px;
    background: #fff;
    width: 30px;
    height: 30px;
    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;
    }
    .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 {
        border: 1px solid #000;
    }
    .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: 14px;
    }
    .form-block {
        padding: 0;
    }
    .first-section {
        padding: 20px 0;
    }
    .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;
    }
    .contact-no {
        display: none;
    }
    .overview-logo .logo-img {
        margin: 0 auto 8%;
    }
    .amenities-row p {
        font-size: 14px;
    }
    .footer-logo {
        margin: 20px auto;
    }
    .location .btn {
        top: 0;
        margin: 10px 0 20px;
    }
}