
@import url('https://fonts.googleapis.com/css?family=Poppins');

* {
    outline: none;
}

a:hover, a:focus, button, button:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    padding-top: 76px;
}

.close_menu {
    display: none;
}

.navbar-brand {
    height: auto;
    padding: 8px 20px;
    border-radius: 3px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    background: #fff;
}

.navbar-brand img {
    max-height: 60px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0;
    background-color: rgba(255,255,255,1);
    border-bottom: 1px solid #ef0707;
}

    header .navbar-default {
        background: #040d50;
        border-radius: 0;
        border: 0;
        padding: 0;
        margin: 0;
    }

    header.header_fixed {
        box-shadow: 0 0 10px #d2d2d2;
    }

        header.header_fixed .navbar-brand img {
            max-height: 60px;
        }

.inner-pages {
    border-bottom: 1px solid #d9d9d9;
}

.navbar-default .navbar-nav {
    padding: 20px 0 0 0;
    margin: 0;
    float: none !important;
    text-align: center;
}

header.header_fixed .navbar-default .navbar-nav {
    padding: 19px 0 0 0;
}

.navbar-default .navbar-nav > li {
    padding: 0;
    position: relative;
    float: none;
    display: inline-block;
}

    .navbar-default .navbar-nav > li > a {
         color: #ffffff;
         padding: 7px 21px 10px;
         border-radius: 50px 12px;
         font-size: 15px;
         font-weight: 500;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.active {
            color: #1888c9;
        }

        .navbar-default .navbar-nav > li > a.active {
            color: #444;
            position: relative;
            padding-bottom: 10px;
        }

            .navbar-default .navbar-nav > li > a.active:before {
                position: absolute;
                content: '';
                height: 2px;
                left: 40%;
                right: 40%;
                background-color: #1888c9;
                bottom: 0;
            }


.header-right a:hover, .header-right a:focus {
    color: #ed2427;
}

    .header-right a:hover:before, .header-right a:focus:before {
        border-right: 1px solid #ed2427;
    }

.header-right .phone-icon {
    position: absolute;
    background-color: #ed2427;
    color: #fff;
    left: 78%;
    top: 101%;
    font-size: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}


.main-banner {
    background: url(../img/banner.jpg) no-repeat center top;
    height: 540px;
    background-size: 100% auto;
    background-size: cover;
    overflow: hidden;
    padding: 0;
    position: relative;
    border-bottom: 2px solid 2px solid rgb(207, 169, 62);
    z-index: 999;
}

.main-banner1 {
    background: url(../img/banner-2.webp) no-repeat center top;
    height: 245px;
    background-size: 100% auto;
    background-size: cover;
    overflow: hidden;
    padding: 0;
    position: relative;
    border-bottom: 2px solid 2px solid rgb(207, 169, 62);
    z-index: 999;
}

.listing-box {
    float: left;
    background: rgba(4, 83, 164, 0.9);
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 60px 15px 30px;
    border-radius: 0 12px 0 0;
}



.banner-text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

    .banner-text h1 {
        font-size: 42px;
        font-weight: bold;
        text-shadow: 2px 3px 15px #000000;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        margin: 0 0 30px;
        text-align: left;
    }

    .banner-text .main-text span {
        color: #fff;
        /*box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.4);*/
		font-size: 22px;
        font-weight: 500;
    }
/*Second Banner*/
.main-text {
    margin-bottom: 50px;
}

    .main-text span {
        float: left;
        padding: 10px 25px;
        background: #2b2b2b;
        color: #000;
        margin: 0 4px;
        border-radius: 0px;
        /*box-shadow: 0 0 0 4px rgba(0,0,0,0.4);*/
        font-size: 22px;
        font-family: 'Poppins', sans-serif;
    }

.main-banner form {
    position: absolute;
    width: 320px;
    padding: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    right: 100px;
    box-shadow: rgba(255,255,255,0.3);
    background-color: rgb(129 129 129);
}

    .main-banner form p {
        font-size: 12px;
        color: #fff;
        text-align: center;
        margin: 5px 0 0;
    }

    .main-banner form h3 {
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        margin: 0 -60px 15px;
        background: #040d50;
        padding: 15px;
        font-size: 14px;
        position: relative;
        font-weight: bold;
    }

        .main-banner form h3:before {
            content: '';
            position: absolute;
            left: -30px;
            top: 100%;
            border: 30px solid transparent;
            border-right-color: #3c3c3c;
            border-top: 0;
            display: block;
        }

        .main-banner form h3:after {
            content: '';
            position: absolute;
            right: -30px;
            top: 100%;
            border: 30px solid transparent;
            border-left-color: #3c3c3c;
            border-top: 0;
            display: block;
        }

    .main-banner form .btn-primary {
        height: 40px;
        border-radius: 0;
        font-weight: 700;
    }

.main-banner .btn-primary {
    color: #fff;
}

    .main-banner .btn-primary:hover, .main-banner .btn-primary:focus {
        background-color: #040d50;
        color: #000;
    }

.main-banner .form-box span {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

    .main-banner .form-box span a {
        color: #fff;
    }

        .main-banner .form-box span a:hover, .main-banner .form-box span a:focus {
            text-decoration: none;
            color: #000000;
        }

.form-box span {
    display: block;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

    .form-box span a {
        color: #000;
    }

        .form-box span a:hover, .form-box span a:focus {
            text-decoration: none;
            color: #000;
        }

    .form-box span .fa {
        font-size: 22px;
        margin-right: 5px;
        -webkit-animation: color_change 1s infinite alternate;
        -moz-animation: color_change 1s infinite alternate;
        -ms-animation: color_change 1s infinite alternate;
        -o-animation: color_change 1s infinite alternate;
        animation: color_change 1s infinite alternate;
    }

.form-box p.small {
    color: #fff;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
}

.form-box .form-control {
    border-radius: 0;
    border-color: rgba(0,0,0,1);
    color: rgba(0,0,0,0.8);
    background: transparent;
    height: 42px;
}

    .form-box .form-control::-webkit-input-placeholder {
        color: rgba(0,0,0,1);
    }

    .form-box .form-control::-moz-placeholder {
        color: rgba(0,0,0,1);
    }

    .form-box .form-control:-ms-input-placeholder {
        color: rgba(0,0,0,1);
    }

    .form-box .form-control:-moz-placeholder {
        color: rgba(0,0,0,1);
    }

.form-box .btn-black {
    height: 42px;
    border-radius: 0;
    background: #000;
    color: #fff;
}

.form-brand img {
    max-width: 180px;
}

.top-form {
    margin: 15px 0;
}

.main-banner .form-box .form-control {
    border-radius: 0;
    border-color: rgba(255,255,255,1);
    color: rgba(255,255,255,0.8);
    background: transparent;
    height: 42px;
}

    .main-banner .form-box .form-control::-webkit-input-placeholder {
        color: rgba(255,255,255,1);
    }

    .main-banner .form-box .form-control::-moz-placeholder {
        color: rgba(255,255,255,1);
    }

    .main-banner .form-box .form-control:-ms-input-placeholder {
        color: rgba(255,255,255,1);
    }

    .main-banner .form-box .form-control:-moz-placeholder {
        color: rgba(255,255,255,1);
    }

.right-form {
    position: fixed;
    right: -300px;
    top: 50%;
    z-index: 100;
    width: 300px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .right-form.active {
        right: 0;
    }

    .right-form form {
        background: #f6f6f6;
        padding: 20px;
    }

.get-call-back {
    position: absolute;
    top: 50%;
    left: -96px;
    background: #040d50;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 150px;
    margin-top: -28px;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .get-call-back:focus {
        text-decoration: none;
        color: #fff;
    }

    .get-call-back:hover {
        background: #666;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
    }

.right-form .form-box {
    position: relative;
    top: 0;
}

.right-form .btn-primary {
    color: #fff;
}

.right-form.active .get-call-back {
    top: 82px;
}









@keyframes shake {
    5%, 45% {
        transform: translate3d(-1px, 0, 0);
    }

    10%, 40% {
        transform: translate3d(2px, 0, 0);
    }

    15%, 25%, 35% {
        transform: translate3d(-2px, 0, 0);
    }

    20%, 30% {
        transform: translate3d(2px, 0, 0);
    }

    50% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}



.fancybox-arrow[disabled] {
    display: none;
}

figcaption {
    display: none !important;
}

ul.ul-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.ul-list li {
        display: block;
        position: relative;
        padding-left: 20px;
        margin-top: 6px;
        font-size: 16px;
        font-weight: 400;
    }

        ul.ul-list li:before {
            content: '';
            position: absolute;
            top: 6px;
            left: 0;
            width: 8px;
            height: 8px;
            background: #fff;
        }

.table-bordered tr > th, .table-bordered > tbody > tr > td {
    padding: 12px 15px;
    font-size: 16px;
	text-align: center;
}

.table-bordered tr > th {
    background: #839732;
    color: #fff;
    font-size: 18px;
    font-weight: 550;
}

.table-bordered tr > td a {
    color: #000;
    background-color: #222;
    padding: 10px 12px;
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
    border-radius: 15px;
    font-weight: 400;
    color: #fff;
    margin-top: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .table-bordered tr > td a:hover, .table-bordered tr > td a:focus {
        color: #000;
        background-color: #fff;
    }




.about-text {
    padding: 60px 0 80px;
    text-align: center;
}

    .about-text h2 {
        font-size: 36px;
        font-weight: bold;
    }

    .about-text .intro {
        font-size: 28px;
        margin-bottom: 30px;
        color: #f00;
    }

    .about-text .img-responsive {
        display: inline-block;
        margin-bottom: 30px;
    }

body.thankyou-page {
    padding: 0;
}

.about-section {
    padding: 40px 0 0 0;
    border-top: 1px solid #d9d9d9;
}

    .about-section .section-title {
        text-align: center;
        margin-bottom: 0px;
        color: #000;
        margin-top: 0;
    }

    .about-section h3 {
        margin: 0;
        font-weight: 500;
        padding: 10px 0 0 0;
    }

    .about-section p {
        font-size: 17px;
        line-height: 26px;
        margin: 0;
        font-weight: 400;
        padding-bottom: 8px;
		text-align: justify;
    }

        .about-section p:last-child {
            padding-bottom: 0;
        }

.img-style2 {
    position: relative;
}

    .img-style2:before {
        content: '';
        position: absolute;
        top: 30%;
        left: 0;
        bottom: 0;
        right: 7%;
        background-color: rgb(17, 98, 50);
        z-index: -1;
        display: block;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.about-section:hover .img-style2:before {
    top: 0;
    bottom: 30%;
}

.our-clients {
    padding: 50px 0;
    margin-top: 80px;
    position: relative;
    background-color: rgba(214, 182, 93, 0.77);
    border-top: 4px solid #000;
}

    .our-clients p {
        color: #000;
        font-size: 22px;
        text-align: center;
        font-weight: 500;
        margin: 0;
        padding: 10px 0;
    }

    .our-clients:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(../img/building.png);
        height: 500px;
        opacity: 0.1;
        content: '';
    }

    .our-clients .launch-gurgaon {
        text-align: center;
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 0px;
        color: #4e4b4b;
        color: #fff;
    }

    .our-clients .product-align-clients {
        text-align: center;
        padding-top: 40px;
    }

    .our-clients .products-border {
        border: 5px solid #fff;
        display: inline-block;
        margin: 1px 0 2px 0;
        vertical-align: middle;
    }

        .our-clients .products-border img {
            width: 210px;
            height: 78px;
        }

.ncr-projects {
    padding: 80px 0;
    background-color: #f2f2f2;
}

    .ncr-projects .section-title {
        text-align: center;
        margin-bottom: 40px;
        color: #024d9d;
        margin-top: 0;
    }

    .ncr-projects .row {
        padding-bottom: 50px;
        margin: 0;
        display: table;
        width: 100%;
    }

        .ncr-projects .row:last-child {
            padding-bottom: 0;
        }

        .ncr-projects .row > div {
            display: table-cell;
            vertical-align: middle;
            padding: 0;
            float: none;
        }

    .ncr-projects .ncr-caption-border {
        padding: 20px;
        border: 4px solid #db9d25;
        width: 80%;
        float: right;
    }

    .ncr-projects .ncr-positioning.ncr-caption-border {
        float: left;
    }

    .ncr-projects .ncr-positioning .ncr-caption {
        margin-right: -70px;
        margin-left: 0;
    }

    .ncr-projects .ncr-caption {
        background-color: #f2f2f2;
        margin-left: -70px;
    }

        .ncr-projects .ncr-caption h4 {
            margin: 0;
            padding-top: 15px;
            font-size: 28px;
            color: #000;
            font-weight: 600;
        }

        .ncr-projects .ncr-caption h5 {
            margin: 0;
            padding-top: 10px;
            font-size: 24px;
            color: #908f8f;
            font-weight: 600;
        }

        .ncr-projects .ncr-caption p {
            color: #1888c9;
            font-size: 18px;
            padding-top: 20px;
        }

.amenities_wrap {
    padding: 35px 0;
    background-color: #cccccc26;
    position: relative;
}

    .amenities_wrap .section-title {
        text-align: center;
        color: #000;
        margin-bottom: 15px;
        margin-top: 0;
		font-family: fantasy;
    }

    .amenities_wrap .feature_bx {
        text-align: left;
        padding: 0 0 20px;
    }

        .amenities_wrap .feature_bx h3 {
            margin: 0;
            color: #444;
            font-size: 16px;
            padding: 0;
            display: inline-block;
            vertical-align: middle;
        }

        .amenities_wrap .feature_bx .feature_icon {
            width: 60px;
            height: 60px;
            border-radius: 16px;
            background: #fff;
            display: inline-block;
            margin-right: 15px;
            vertical-align: middle;
        }

        .amenities_wrap .feature_bx:hover .feature_icon {
            border-color: #222b6c;
        }

        .amenities_wrap .feature_bx .feature_icon:before {
            display: block;
            background: url(../img/amenities.png) left top no-repeat;
            content: '';
            height: 60px;
            width: 60px;
            -webkit-transform: scale(0.7);
            -moz-transform: scale(0.7);
            transform: scale(0.7);
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

        .amenities_wrap .feature_bx:hover .feature_icon:before {
            background-position: left bottom;
        }

        .amenities_wrap .feature_bx .feature_icon.kids_icon:before {
            background-position: -60px top;
        }

        .amenities_wrap .feature_bx .feature_icon.pool_icon:before {
            background-position: -120px top;
        }

        .amenities_wrap .feature_bx .feature_icon.jogging_icon:before {
            background-position: -180px top;
        }

        .amenities_wrap .feature_bx .feature_icon.gym_icon:before {
            background-position: -240px top;
        }

        .amenities_wrap .feature_bx .feature_icon.staff_icon:before {
            background-position: -300px top;
        }

        .amenities_wrap .feature_bx .feature_icon.club_icon:before {
            background-position: -360px top;
        }

        .amenities_wrap .feature_bx .feature_icon.cctv_icon:before {
            background-position: -420px top;
        }

        .amenities_wrap .feature_bx:hover .feature_icon.kids_icon:before {
            background-position: -59px bottom;
        }

        .amenities_wrap .feature_bx:hover .feature_icon.pool_icon:before {
            background-position: -120px bottom;
        }

        .amenities_wrap .feature_bx:hover .feature_icon.jogging_icon:before {
            background-position: -179px bottom;
        }

        .amenities_wrap .feature_bx:hover .feature_icon.gym_icon:before {
            background-position: -240px bottom;
        }

        .amenities_wrap .feature_bx:hover .feature_icon.staff_icon:before {
            background-position: -299px bottom;
        }

        .amenities_wrap .feature_bx:hover .feature_icon.club_icon:before {
            background-position: -359px bottom;
        }

        .amenities_wrap .feature_bx:hover .feature_icon.cctv_icon:before {
            background-position: -420px bottom;
        }


.floor-plans {
    padding: 80px 0;
    position: relative;
}

    .floor-plans .section-title {
        text-align: center;
        color: #024d9d;
        margin-bottom: 40px;
        margin-top: 0;
		font-family: fantasy;
    }

    .floor-plans .ncr-projects-inner {
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

        .floor-plans .ncr-projects-inner img {
            margin: 0 auto;
        }

.price-list {
    padding: 0px 0 80px 0;
}

    .price-list .launch-gurgaon {
        margin: 0;
        padding: 40px 0;
        text-align: center;
        color: #fff;
        background-color: #116232;
        font-size: 34px;
    }

    .price-list .section-title {
        text-align: center;
        margin-bottom: 15px;
        color: #000;
        margin-top: 0;
        padding-top: 30px;
		font-family: fantasy;
    }

    .price-list .table {
        margin-bottom: 0;
    }

    .price-list .table-bordered > thead > tr > th {
        vertical-align: top;
        text-align: center;
        font-size: 17px;
        font-weight: normal;
        color: #fff;
        background: #839732;
        font-weight: 600;
    }

    .price-list .table-bordered > tbody > tr > td {
        vertical-align: middle;
        text-align: center;
        font-size: 14px;
        color: #000;
        background: #fff;
        font-weight: 500;
    }

    .price-list .btn-primary {
    }

.location-map {
    padding: 80px 0;
    background: url(../img/banner-bg.jpg)center top no-repeat;
    position: relative;
}

    .location-map .section-title {
        text-align: center;
        margin-bottom: 40px;
        color: #fff;
		font-family: fantasy;
    }

    .location-map:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.7);
    }

    .location-map .section-title {
        color: #f7ad01;
        margin-bottom: 40px;
        position: relative;
        margin-top: 0;
		font-family: fantasy;
    }

    .location-map img {
        width: 100%;
    }

.location-map-image iframe {
    height: 350px;
}

.location-map-content .launch-gurgaon {
    color: #fff;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    font-size: 34px;
}

    .location-map-content .launch-gurgaon:before {
        position: absolute;
        content: '';
        height: 3px;
        width: 50px;
        background-color: #fff;
        bottom: 0;
    }

.location-map-content p {
    color: #fff;
    padding-top: 40px;
    font-size: 20px;
}

.gallery-wrap {
    padding: 0;
}

    .gallery-wrap .section-title {
        text-align: center;
        margin-bottom: 15px;
        color: #000;
        margin-top: 30px;
		font-family: fantasy;
    }

    .gallery-wrap .row {
        margin: 3px 2px;
    }

        .gallery-wrap .row .col-md-3 {
            padding: 2px;
        }

.photogallery-image {
    margin-bottom: 0px;
    position: relative;
    display: block;
    overflow: hidden;
}

    .photogallery-image:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,0);
        content: '';
        transition: all 1.2s ease 0s;
        -webkit-transition: all 1.2s ease 0s;
        -moz-transition: all 1.2s ease 0s;
        -ms-transition: all 1.2s ease 0s;
    }

    .photogallery-image:after {
        position: absolute;
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
        border: 1px solid rgba(255,255,255,0);
        content: '';
        transition: all 1.2s ease 0s;
        -webkit-transition: all 1.2s ease 0s;
        -moz-transition: all 1.2s ease 0s;
        -ms-transition: all 1.2s ease 0s;
    }

    .photogallery-image:hover:before {
        background-color: rgba(0,0,0,0.6);
        z-index: 2;
    }

    .photogallery-image:hover:after {
        border: 1px solid rgba(255,255,255,0.7);
        z-index: 9999;
    }

    .photogallery-image img {
        transition: all 1.2s ease 0s;
        -webkit-transition: all 1.2s ease 0s;
        -moz-transition: all 1.2s ease 0s;
        -ms-transition: all 1.2s ease 0s;
    }

    .photogallery-image:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }

    .photogallery-image .view-pdf {
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: -13px;
        margin-left: -36px;
        opacity: 0;
        -webkit-transition: all 1.2s ease 0s;
        -moz-transition: all 1.2s ease 0s;
        -ms-transition: all 1.2s ease 0s;
        transition: all 1.2s ease 0s;
        z-index: 999;
    }

        .photogallery-image .view-pdf h3 {
            color: #fff;
            margin: 0;
            font-weight: 500;
            font-size: 20px;
            text-align: center;
            position: relative;
            z-index: 3;
        }

    .photogallery-image:hover .view-pdf {
        top: 50%;
        opacity: 1;
    }



.contact_wrapper {
    padding: 40px 0 15px;
    background: #f6f6f6;
    position: relative;
}



    .contact_wrapper .global.section-title {
        color: #fff;
        margin-bottom: 25px;
        margin-top: 0;
		font-family: fantasy;
    }

    .contact_wrapper .section-title {
        color: #000;
    }

        .contact_wrapper .section-title span {
            display: block;
            font-size: 22px;
            font-weight: 300;
            padding-top: 10px;
        }

    .contact_wrapper .sub_title {
        color: #000;
        margin-bottom: 15px;
    }

    .contact_wrapper .forecast p {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
    }

.contactaddress {
    margin-bottom: 30px;
}

    .contactaddress a {
        color: #000;
    }

        .contactaddress a:hover, .contactaddress a:focus {
            color: #ed242a;
        }

    .contactaddress p {
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        color: #000;
        position: relative;
        padding-left: 60px;
        padding-top: 9px;
        margin-bottom: 18px;
        min-height: 42px;
    }

        .contactaddress p i {
            width: 42px;
            height: 42px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            font-size: 20px;
            line-height: 40px;
            text-align: center;
            color: #1888c9;
            border: 1px solid #1888c9;
            border-radius: 50%;
        }

.contact_form {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

    .contact_form .control-label {
        color: #000;
        font-weight: 400;
        font-size: 18px;
    }

        .contact_form .control-label sup {
            top: -5px;
            color: #f00;
        }

    .contact_form .form-group {
        margin-bottom: 12px;
    }

    .contact_form .form-control {
        background: transparent;
        border: 1px solid rgba(0, 0, 0, 0.5);
        color: #000;
    }

    .contact_form textarea.form-control {
        resize: none;
        height: auto;
    }

    .contact_form .form-control::-webkit-input-placeholder {
        color: #666;
    }

    .contact_form .form-control::-moz-placeholder {
        color: #666;
    }

    .contact_form .form-control:-ms-input-placeholder {
        color: #666;
    }

    .contact_form .form-control:-moz-placeholder {
        color: #666;
    }

    .contact_form select.form-control {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .contact_form .form-control option {
        background: #ffffff;
        padding: 6px 15px;
        min-height: 32px;
    }

    .contact_form .btn-default {
        border-width: 1px;
        background: #3ca9e5;
        color: #fff;
    }

.social_links a {
    width: 42px;
    height: 42px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #ed242a;
    border: 1px solid #c72873;
    border-radius: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
}

    .social_links a .fa {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.social_links .fb-like {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    padding: 6px 0 0;
}

    .social_links .fb-like > span {
        vertical-align: middle !important;
    }

.social_links a:hover {
    background: #c72873;
    border-color: #c72873;
    color: #fff;
    border-radius: 50%;
}


/*Thanks You*/
.header-right {
    float: right;
    margin: 26px 0;
}

    .header-right img {
        width: 45px;
        margin-right: 15px;
    }

    .header-right a {
        color: #000;
        font-size: 26px;
    }

        .header-right a:hover, .header-right a:focus {
            color: #244a69;
            text-decoration: none;
        }


.thanksyou-section {
    text-align: center;
    padding: 220px 0 100px;
    min-height: 100vh;
    font-size: 15px;
    color: #757474;
}

    .thanksyou-section .thanks {
        clear: both;
        width: 100%;
        font-size: 60px;
        color: #4caf50;
        font-weight: 900;
        padding-bottom: 30px;
        margin: 0;
        text-transform: uppercase;
    }

    .thanksyou-section i {
        clear: both;
        width: 100%;
        font-size: 72px;
        color: #4caf50;
        text-align: center;
        font-weight: 700;
        padding-bottom: 35px;
    }

    .thanksyou-section span {
        color: #ff5722;
        font-weight: 500;
    }
    /*Thanks You*/

    .thanksyou-section + .copyright {
        margin-top: -50px;
        padding: 15px 0;
    }

.copyright {
    text-align: center;
    background: #000;
    color: #fff;
}

    .copyright p {
        margin: 0;
    }

.copyright-text {
    margin: 1px 0 30px 0;
    color: #000;
	text-align: center;
}





.whatsapp_btn {
    position: fixed;
    bottom: 6px;
    right: 16px;
    width: 40px;
    height: 40px;
    display: none;
    border-radius: 10px;
    z-index: 9999;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    .whatsapp_btn:hover {
        -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
        -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
        box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    }

    .whatsapp_btn img {
        display: block;
        width: auto;
        max-width: 100%;
    }




/*Responsive*/
@media (max-width:1500px) {
    .banner-text {
        left: 8%;
    }

        .banner-text h1 {
            font-size: 48px;
        }

    .section-title {
        font-size: 42px;
		font-family: fantasy;
    }
}

@media (max-width:1368px) {
    .banner-text {
        left: 8%;
    }

        .banner-text h1 {
            font-size: 44px;
            font-family: fantasy;
        }

    .section-title {
        font-size: 32px;
    }
}

@media (max-width:1199px) {
    .close_menu {
        display: block;
        float: right;
    }

        .close_menu a {
            width: 30px;
            height: 30px;
            background: #0089d1;
            color: #fff;
            font-size: 18px;
            text-align: center;
            display: inline-block;
            line-height: 30px;
        }

            .close_menu a:hover, .close_menu a:focus {
                text-decoration: none;
                background: #c30505;
            }

    .navbar-default .navbar-collapse {
        position: fixed;
        width: 250px;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        right: -250px;
        border-left: 2px solid #f6f6f7;
        border-top: none;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        background-color: #222;
        padding-left: 0px;
        display: block !important;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .navbar-default .navbar-collapse.in {
            right: 0;
        }

    .navbar-default .navbar-nav > li {
        display: block;
    }

        .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a {
            color: #fff;
        }

    .navbar-default .navbar-nav {
        padding: 50px 0 0 0;
    }

    header.header_fixed .navbar-toggle {
        top: 17px;
    }

    .banner-text h1 {
        font-size: 42px;
    }

    .img-style2:before {
        display: none;
    }

    .contactaddress {
        padding-top: 30px;
    }

    .inner-pages .navbar-header {
        float: left;
    }
}

@media (max-width:1024px) {
    .banner-text h1 {
        font-size: 38px;
    }

    .main-banner form {
        right: 50px;
    }
}

@media (max-width:991px) {
    .main-banner {
        padding-top: 50px;
        height: 684px;
    }

    .banner-text {
        position: static;
        transform: none;
        top: auto;
        left: auto;
    }

        .banner-text h1 {
            text-align: center;
        }

    .main-text span {
        float: none;
    }

    .main-banner form {
        top: auto;
        transform: none;
        right: auto;
        margin: 0 auto;
        position: static;
    }

    .img-style2 img {
        width: 100%;
        margin-bottom: 30px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 20px 15px 10px;
    }

    .amenities_wrap .feature_bx h3 br {
        display: none;
    }

    .contact_wrapper:before {
        width: 100%;
        bottom: 65%;
    }

    .contactaddress p {
        display: inline-block;
        vertical-align: top;
    }

        .contactaddress p:first-child {
            margin-right: 20px;
        }

    .contactaddress {
        margin-bottom: 0px;
    }

    .location-map-content .launch-gurgaon {
        text-align: center;
    }

        .location-map-content .launch-gurgaon:before {
            left: 50%;
            margin-left: -25px;
        }

    .location-map .section-title {
        margin-bottom: 20px;
    }

    .contact_wrapper .section-title {
        margin-top: 40px;
    }

    .contact_wrapper .global.section-title {
        color: #1888c9;
    }

    .contact_wrapper:before {
        display: none;
    }

    .contact_wrapper .forecast p {
        color: #000;
    }

    .location-map-content p {
        padding-top: 20px;
        text-align: center;
    }
}

@media (max-width:767px) {
    .about-section {
        padding: 25px 0 0 0;
    }

        .about-section .section-title {
            margin-bottom: 15px;
        }

    .section-title {
        font-size: 24px;
    }

    .our-clients {
        margin-top: 15px;
        padding: 25px 0;
    }

        .our-clients .launch-gurgaon {
            font-size: 24px;
        }

        .our-clients p {
            font-size: 18px;
        }

        .our-clients .product-align-clients {
            padding-top: 0;
        }

    .amenities_wrap, .ncr-projects, .location-map, .gallery-wrap, .floor-plans {
        padding: 25px 0;
    }

        .ncr-projects .row {
            padding-bottom: 25px;
        }

            .ncr-projects .row > div {
                float: left;
            }

        .ncr-projects .ncr-caption-border {
            padding: 0;
            width: 100%;
            border: 4px solid transparent;
        }

        .ncr-projects .ncr-caption {
            margin-left: 0;
        }

        .ncr-projects .ncr-positioning .ncr-caption {
            margin-right: 0;
        }

        .ncr-projects .ncr-caption h4 {
            font-size: 24px;
        }

        .ncr-projects .ncr-caption h5 {
            font-size: 20px;
        }

    .price-list {
        padding: 0 0 25px 0;
    }

        .price-list .launch-gurgaon {
            padding: 20px 10px;
            font-size: 24px;
        }

        .price-list .section-title {
            margin-bottom: 15px;
            padding-top: 10px;
        }

    .location-map .section-title, .gallery-wrap .section-title {
        margin-bottom: 15px;
    }

    .location-map-content .launch-gurgaon {
        font-size: 24px;
    }

    .main-text span {
        display: block;
    }

    .contact_wrapper:before {
        bottom: 60%;
    }

    .whatsapp_btn {
        display: block;
    }
}

@media (max-width:640px) {
    .contact_wrapper:before {
        bottom: 57%;
    }

    .amenities_wrap .feature_bx {
        text-align: center;
        padding: 0 0 30px;
    }

        .amenities_wrap .feature_bx h3 {
            padding: 10px 0 0 0;
        }

        .amenities_wrap .feature_bx .feature_icon {
            display: block;
            margin: 0 auto;
        }

    .header-right a span {
        display: none;
    }
}

@media (max-width:568px) {
    .banner-text h1 {
        font-size: 32px;
    }

    .contact_wrapper:before {
        bottom: 56%;
    }
}

@media (max-width:480px) {
    .main-banner {
        height: 650px;
    }

    .banner-text h1 {
        font-size: 26px;
    }

    .main-text span {
        font-size: 16px;
    }

    .our-clients .products-border img {
        width: 140px;
        height: 52px;
    }

    .contact_wrapper:before {
        bottom: 55%;
    }

    .amenities_wrap .feature_bx h3 br {
        display: block;
    }
}

@media (max-width:440px) {
    header.header_fixed .header-right {
        margin: 15px 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
}

@media (max-width:420px) {
    .banner-text h1 {
        font-size: 24px;
    }

    .main-text span {
        padding: 10px;
        font-size: 15px;
    }

    .our-clients .products-border img {
        width: 130px;
        height: 48px;
    }

    .main-banner form h3:before, .main-banner form h3:after {
        display: none;
    }

    .main-banner form h3 {
        margin: 0 -10px 15px;
    }

    .contact_wrapper:before {
        bottom: 52%;
    }

    .main-banner form {
        width: 290px;
        padding: 20px;
    }
}

@media (max-width:400px) {
    .contact_wrapper:before {
        bottom: 50%;
    }
}

@media (max-width:375px) {
    .amenities_wrap .feature_bx h3 {
        font-size: 15px;
    }

    .contact_wrapper:before {
        bottom: 48%;
    }

    .contactaddress p br {
        display: none;
    }
}


.ameni li
{

    text-align: left;
    line-height: 2.5;
}


.borBot {
    margin: 15px auto 40px;
    display: block;
    max-width: 241px;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background: #d7a144;
}



.footer1 {
    background: #040d50;
    padding: 40px 0;
}

.footer1 h3 {
    color: #fff;
    font-size: 25px;
    /* font-weight: 700; */
    text-align: center;
    margin: 0;
    line-height: 22px;
    letter-spacing: 3px;
    padding: 5px 0px;
    font-family: fantasy;
}

.frm1 {
    color: #000;
    border-radius: 0px;
    background: transparent;
    margin-top: 10px;
    padding: 8px 4px 4px;
}



.footlink {
    background-color: #e20f1a;
    padding-top: 30px;
    padding-bottom: 4px;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    height:40px;font-size:20px;width:100%;
    right:0%;
    text-align:center;
	margin-bottom: 0px;
}
.footlink td{border:1px solid #fff;width:50%;text-align:center;background-color: #040d50;}
.footlink a{color: #fff;text-align:center;}
@media screen and (min-width: 1169px){
#footlink_hide {
    width:20%;
    clear: both;
    float: right;
    right:0%;
    text-align:center;
}
}


.feature-box p {
    text-align: center;
    font-weight: 600;
    color: #fff;
    background: #040d50;
    padding: 8px;
    letter-spacing: 1px;
    opacity: unset;
}

.tbl td>span
{
   font-size:18px;
   font-weight:bold; 
   color:#d7a144;
}

.tbl td
{
  text-align:left !important;
}

.tbl1 td>span
{
    font-size: 16px;
    font-weight: 500;
    color: #e20f1a;
}

.float12 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 55px;
    left: 5px;
    background-color: #fff;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    z-index: 100;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 50%);
}