@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #6a6a6a;
}
.watsapp-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 78px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 39px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 50px;
}
.my-float {
    margin-top: 0px;
}

.p-text span {
    color: #282828;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}
a:hover,
a:focus {
    text-decoration: none;
}
.img-100 {
    width: 100%;
}
.pad-0 {
    padding: 0;
}
.header {
    display: none;
}
.logo-container {
    background: #fff;
    text-align: center;
}
.logo {
    padding: 15px 20px;
    width: 205px;
    margin: 0 auto;
}
.banner-section {
    overflow: hidden;
    position: relative;
}
.form-box {
    position: absolute;
    max-width: 350px;
    top: 0;
    right: 5%;
    /*background: #be0a0a;*/
    background: #be0a0ab5;
    opacity: 0.9;
}
.form-box h1 {
    padding: 10px;
    letter-spacing: 1px;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}
.enq-text {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
form#enquiry_form {
    padding: 10px 20px;
}
.contact-box {
    float: left;
    width: 50%;
    text-align: right;
    margin-top: 25px;
    padding-right: 20px;
}
.contact-box a {
    color: #fff;
}
a.enq-btn {
    text-transform: uppercase;
    margin-left: 40px;
}
.contact {
    display: inline-block;
}
.carousel-caption {
    right: auto;
    left: 15%;
    text-align: left;
    bottom: auto;
    top: 30%;
}
.carousel-caption h1 {
    font-size: 55px;
    font-weight: bolder;
}
.h3-location {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    letter-spacing: 4px;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}
.nav-container {
    background: #f9f9f9;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.4);
    margin-bottom: 20px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.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: #282828;
}
.nav-container .navbar-nav>li>a:hover,
.nav-container .navbar-nav>li>a:focus {
    color: #be0a0a;
    background: transparent;
}
.nav-logo {
    float: left;
    max-width: 200px;
    margin-top: 7px;
}
.navbar-toggle {
    padding: 9px 0;
    margin-right: 0;
}
.navbar-toggle .icon-bar {
    background: #be0a0a;
}
.overview-section,
.amenities-section,
.specification-section,
.offices-section,
.proximity-section,
.floorplans-section,
.seventh-section {
    padding: 70px 0;
}
.main-title {
    text-transform: uppercase;
    color: #be0a0a;
    font-size: 26px;
    font-weight: 400;
    position: relative;
    margin-bottom: 80px;
    width: 100%;
}
.main-title span {
    font-size: 20px;
    font-weight: 700;
}
h2.main-title:before {
    position: absolute;
    content: "01";
    left: 0;
    top: -60px;
    font-size: 150px;
    font-weight: 900;
    z-index: -1;
    color: #f9f8f8;
}
.amenities-section h2.main-title:before {
    content: "02";
}
.offices-section h2.main-title:before {
    content: "03";
}
.seventh-section h2.main-title:before {
    content: "04";
}
.specification-section h2.main-title:before {
    content: "05";
}
.tenth-section h2.main-title:before {
    content: "06";
}
.floorplans-section h2.main-title:before {
    content: "07";
}
h2.main-title:after {
    position: absolute;
    content: "";
    height: 160px;
    width: 1px;
    background: #be0a0a;
    left: -15px;
    top: -70px;
}
.second-section {
    background: #f5f5f5 url(../images/section2-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
.sidebar {
    background: rgba(190, 10, 10, 0.9);
    padding: 70px 40px 150px;
    color: #e1bcb8;
    min-height: 100vh;
}
.sidebar .main-title:before {
    content: "02";
    top: -90px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.15);
}
.sidebar .main-title:after {
    background: #ffffff;
}
.sidebar h2 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 70px;
    letter-spacing: 3px;
    font-weight: 300;
    line-height: normal;
}
.sidebar h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 3px;
}
.list-hand {
    list-style-image: url(../images/bullet.png);
    text-transform: uppercase;
    line-height: 30px;
    color: #737373;
    font-weight: 500;
    padding-left: 25px;
}
.list-hand-white {
    list-style-image: url(../images/bullet-white.png);
    text-transform: uppercase;
    line-height: 30px;
    color: #fff;
    padding-left: 25px;
}
.ul-title {
    background: url(../images/bullet.png) no-repeat;
    color: #be0a0a;
    font-weight: 500;
    background-position: center left;
    padding-left: 20px;
}
.ul-title-white {
    background: url(../images/bullet-white.png) no-repeat;
    color: #fff;
    font-weight: 500;
    background-position: center left;
    padding-left: 20px;
}
.dash-list {
    list-style-image: url(../images/dash.png);
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 15px;
}
.dash-list-white {
    list-style-image: url(../images/dash-white.png);
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 15px;
}
.dash-list-white li {
    margin-bottom: 10px;
}
.fourth-section {
    background: #f5f5f5 url(../images/section4-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.fourth-section .table {
    margin-bottom: 10px;
}
.fourth-section .table>tbody>tr>td {
    padding: 8px 0;
    border: 0;
}
.sixth-section {
    background: #f5f5f5 url(../images/section6-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.eighth-section {
    background: #f5f5f5 url(../images/section8-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.tenth-section {
    background: #f5f5f5 url(../images/section10-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.amenities-section h3 {
    color: #be0a0a;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 3px;
    margin-top: 50px;
}
.sub-title {
    color: #be0a0a;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 3px;
    margin-top: 50px;
}
.proximity-section p {
    color: #333;
    background: #f9f8f8;
    padding: 5px 10px;
}
.proximity-section p span {
    float: right;
    color: #737373;
}
.proximity-section p.map-title {
    background: url(../images/location.png) no-repeat;
    color: #be0a0a;
    font-weight: 500;
    padding: 0;
    padding-left: 30px;
    font-size: 16px;
    padding-top: 5px;
    text-transform: uppercase;
}
.map-section {
    background: #be0a0a;
}
.map-section .right-box {
    padding: 100px 50px 50px;
    color: #e1bcb8;
}
.map-section p.map-title {
    background: url(../images/location-white.png) no-repeat;
    color: #fff;
    font-weight: 500;
    padding: 0;
    padding-left: 30px;
    font-size: 16px;
    padding-top: 5px;
    text-transform: uppercase;
}
.map-section p span {
    float: right;
}
.floorplan-box {
    margin-bottom: 30px;
    border: 10px solid #e0e0e0;
}
.plans-title {
    background: #be0a0a;
    padding: 10px;
    margin: 30px 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.plan-title {
    background: #e0e0e0;
    padding: 10px 0 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
}
.fancybox-title-over {
    display: none !important;
}
.footer-top {
    background: #e4e5e1;
    padding: 50px 0;
    text-align: center;
}
.footer-top h3 {
    color: #be0a0a;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
    margin-top: 50px;
}
.sukhwani-logo {
    margin: 30px auto;
}
.footer {
    background: #be0a0a;
    padding: 40px 0 0;
    color: #fff;
}
.footer h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 50px;
    letter-spacing: 1px;
    text-align: center;
}
.fblack-text {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}
.fbig-text {
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.fsmall-text {
    font-size: 12px;
    margin-bottom: 5px;
}
.ftext-block {
    text-align: center;
    border-bottom: 2px solid #fff;
    margin: auto;
    margin-bottom: 80px;
    padding-bottom: 10px;
    max-width: 200px;
}
.footer p span {
    float: right;
}
.footer p a {
    color: #fff;
}
.copyright {
    background: #a70101;
    padding: 15px 0 5px;
    border-top: 1px solid #fff;
}

.fade.in {
    background: rgba(123, 84, 79, 0.9);
}
.modal-content {
    box-shadow: none;
    border: 10px solid #67433f;
    border-radius: 0;
}
.rera-number {
    font-size: 12px;
    padding: 20px 0;
    border-bottom: 1px solid #5f403c;
    text-align: center;
}
.rera-logo {
    padding-right: 5px;
    max-width: 30px;
    margin-top: -4px;
}
.enquire-section {
    background: #e0e0e0;
    padding: 50px 0;
}
#enquire-now input#btn-submit {
    background-color: #d23439;
    border: none;
    color: #fff;
    width: 120px;
    padding: 5px 0;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
}
#enquire-now input.form-control,
#enquire-now textarea.form-control {
    border-radius: 0;
    border-color: #d9d9d9;
}
#enquire-now textarea.form-control {
    height: 90px;
}
#enquire-now .form-group {
    margin-bottom: 25px;
    position: relative;
}
.xs-enq-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 1111111;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    width: 100%;
    border: 0;
}
#enq-form-mobile {
    padding: 50px 0;
}
.form-control {
    border-radius: 0;
}
input[type=submit] {
    width: 350px;
    background: #ffffff;
    padding: 15px 0;
    color: #be0a0a;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    margin: 0 -20px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
label.error {
    z-index: 1;
    margin-top: -6px;
}
.note {
    color: #fff;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
}
/********************************
css for the thankyou page
**********************************/
.thank-you-box {
    height: 100vh;
    display: flex;
    align-items: center;
}
.panel {
    box-shadow: none !important;
}
.panel-heading {
    font-size: 60px;
    background-color: transparent !important;
    color: #be0a0a !important;
    border: none;
}
.fa-check-size {
    font-size: 90px !important;
    color: #19B956 !important;
    margin-bottom: 30px;
    margin-top: 17px;
}
.panel-footer {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    font-size: 12px;
}
.submit-msg {
    color: #6b6b6b !important;
    font-size: 16px;
}
.button-goto-homepage {
    border: 1px solid black;
    border-radius: 0;
    padding: 15px 25px;
    color: #6b6b6b;
    background-color: #ffffff;
    font-size: 16px;
    margin-top: 36px;
    margin-bottom: 35px;
}
@media(max-width:991px) {
    .carousel-caption h1 {
        font-size: 35px;
    }
    .h3-location {
        font-size: 18px;
    }
    .carousel-caption {
        top: 40%;
    }
    .main-title {
        margin-bottom: 10px;
    }
    .sidebar {
        padding: 20px;
    }
    .map-section .right-box {
        padding: 20px;
    }
    .map-center .row {
        display: flex;
        align-items: center;
    }
}
@media(max-width:768px) {
    .form-box {
        position: relative;
        max-width: 100%;
        top: 0;
        right: 0;
        padding: 30px 20px;
    }
}
@media(max-width:767px) {
    .header {
        display: block;
        position: absolute;
        background: #fff;
        z-index: 1;
        width: 100%;
    }
    .form-box .logo-container {
        display: none;
    }
    .contact-box {
        margin-top: 18px;
        padding-right: 10px;
    }
    .carousel-caption {
        padding: 0;
        top: 20%;
    }
    .banner-section {
        float: left;
        width: 100%;
    }
    section.banner-section {
        padding: 81px 0 0;
    }
    .carousel-indicators {
        bottom: 0;
    }
    .carousel-caption h1 {
        font-size: 20px;
        font-weight: normal;
    }
    .h3-location {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .overview-section,
    .amenities-section,
    .specification-section,
    .proximity-section,
    .floorplans-section {
        padding: 20px 0;
    }
    h2.main-title::before,
    h2.main-title::after {
        display: none;
    }
    .main-title {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 20px;
        float: left;
        width: 100%;
    }
    .sidebar h2 {
        color: #fff;
        margin: 10px 0;
        letter-spacing: 3px;
    }
    .sidebar {
        padding: 20px;
        min-height: auto;
    }
    .ul-title,
    .proximity-section p.map-title,
    .proximity-section p {
        float: left;
        width: 100%;
    }
    .map-section .right-box {
        padding: 20px;
    }
    .floorplans-section .main-title {
        margin-top: 0;
    }
    .footer p span {
        float: none;
    }
    .footer {
        text-align: center;
    }
    .map-center .row {
        display: block;
    }
    input[type=submit] {
        width: 100%;
        margin: 0;
    }
    .nav-logo {
        position: absolute;
    }
    .nav-container .navbar {
        width: 100%;
        text-align: center;
    }
    .nav-container .navbar-nav>li>a {
        background: rgba(0, 0, 0, 0.05);
        margin-bottom: 2px;
    }
    .panel-heading {
        font-size: 30px;
    }
}