body {
    background-color: #cbc8c8;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;

}

img {
    max-width: 100%;
    height: auto;
}

a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

section {
    padding: 50px 0;
}

.nav-toggle {
    display: none;
}

.header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(60 34 3 / 41%);;
    padding: 10px 0;
    z-index: 99999;
}

.header-main .nav-menu ul {
    list-style: none;
    text-align: right;
}

.header-main .nav-menu ul li {
    display: inline-block;
}

.header-main .nav-menu ul li a {
    padding: 22px 15px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.head-right-bar {
    text-align: right;
}

.head-right-bar a {
    display: inline-block;
    border: 3px solid #fff;
    padding: 6px 20px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    font-weight: 500;
}

.head-right-bar a i {
    position: absolute;
    font-size: 36px;
    left: 8px;
    top: 11px;
}

.head-right-bar a:first-child {
    padding-left: 40px;
}

.banner-section {
    padding-top: 200px;
    position: relative;
    /*background: url(../img/main-slider-image-1.jpg);*/
    background: url(../img/DLF-Camellias-cmaellias-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(101 66 27 / 57%);
}

.banner-section h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 99;
    padding: 20px;
}

/*.banner-section h1:before {
    content: '';
    position: absolute;
    width: 64%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(197 168 133 / 56%);
    z-index: -1;
    border-radius: 15px;
}*/

.banner-section .banner-subtitle {
    font-size: 30px;
    color: #fff;
    font-weight: 300;

}

.banner-section .banner-form {
    padding: 20px 30px;
    /*background: #fff;*/
    background: rgb(255 255 255 / 62%);
    border-radius: 14px;
    box-shadow: 0 0 3px;
}

.banner-section .banner-form  .form-control {
    height: 50px;
    border: 2px solid #b3b3b3;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0px 1px 4px #ddd;
}

.banner-section .banner-form .btn {
    background-color: #bc2658;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 26px;
    display: inline-block;
    border: 0;
    box-shadow: 0 0 5px #777;
    font-size: 14px;
        letter-spacing: 2px;
}

.after-btn {
    text-align: center;
}

.after-btn p {
    color: #bc2658;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.after-btn h5 {
    font-size: 18px;
    color: #444;
}

.after-btn h5 i {
    color: #bc2658;
}

.banner-bottom {
    margin-top: 100px;
    float: left;
    width: 100%;
}

.banner-bottom-inner {
    position: relative;
    padding: 20px 10px;
    background: rgb(255 255 255 / 75%);
    padding-left: 120px;
    border-radius: 10px;
}

.banner-bottom-inner h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.banner-bottom-inner img {
    position: absolute;
    width: 60px;
    left: 35px;
}

.banner-bottom-inner p {
    font-weight: 600;
    color: #666;
}

.title-bar-main {
    text-align: center;
    margin-bottom: 70px;
}

.title-bar-main h2 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.title-bar-main h2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    /*background: #bc2658;*/
    bottom: -20px;
}

.overview-main {
    background: #fff;
    padding: 30px 25px;
    border-radius: 10px;
}

.overview-content ul {
    margin-top: 50px;
    padding-left: 0;

}

.overview-content ul li {
    position: relative;
    padding-left: 30px;
    list-style: none;
    color: #bc2658;
    font-size: 18px;
    margin-bottom: 21px;
    font-weight: 300;
}

.overview-content ul li:before {
    position: absolute;
    content: '\f058';
    left: 0;
    font-family: "Font Awesome 5 free";
}

.default-btn {
    display: inline-block;
    background: #bc2658;
    padding: 15px 30px;
    border-radius: 5px;
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.unit-slider {
    overflow-x: hidden;
    background-color: #d39658;
    border-radius: 10px;
    position: relative;
}

.slider-bt-text {
    padding: 20px 50px;
    padding-right: 20px;
}

.slider-bt-text  .sld-bt-inr {
    display: inline-block;
    margin-right: 60px;
}

.slider-bt-text .sld-bt-inr h5{
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
}

.slider-bt-text .sld-bt-inr h5 span {
    font-size: 18px;
    color: #555;
}


/* Gallery */


.tz-gallery img {
    border-radius: 0px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    /*border-radius: 10px;*/
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

.gallery-right-side .col-md-6 {
    overflow: hidden;
}

.gallery-right-side .col-md-6 img {
    height: 164px;
    object-fit: cover;
    object-position: center;
}

.gallery-right-side .row {
    margin-right: -2px;
    margin-left: -2px;
}


/* Video Area  */

footer {
    background-color: #eff1f3;
    color: #fff;
}

.footer-top {
    padding: 70px 0 30px;
}

.newsletter-form {
    position: relative;
}

.newsletter-form input {
    width: 100%;
    height: 48px;
    padding: 10px;
    padding-right: 48px;
}

.newsletter-form button {
    width: 48px;
    height: 46px;
    background: #d39658;
    border: 0;
    position: absolute;
    right: 1px;
    top: 1px;
}

.ft-top-inner h3 {
    color: #d39658;
    margin-bottom: 30px;
}

.ft-top-inner p {
    font-size: 14px;
    margin-bottom: 30px;
}

.ft-top-inner h4 {
    font-size: 24px;
    margin-bottom: 30px;
}

.ft-top-inner ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.ft-top-inner ul li a {
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
}

footer .social-media a {
    color: #d29558;
    display: inline-block;
    font-size: 24px;
    margin-right: 15px;
}

.footer-bottom  {
    padding: 50px 0;
    border-top: 1px solid #ddd;

}

.footer-bottom .ft-bt-inr {
    padding-left: 40px;
    position: relative;
}

.footer-bottom .ft-bt-inr span {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #444;
    color: #444;
    left: 0;
    top: 5px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}

.footer-bottom .ft-bt-inr p {
    font-size: 14px;
    margin: 0;
    color: #444;
}

.get-quote-modal {
    background: rgb(56 41 28 / 79%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    transition: all ease-in .3s;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-quote-modal.pop-show {
    visibility: visible;
    opacity: 1;
    transition: all ease-in .3s;
}

.get-quote-inner {
    width: 820px;
    min-height: 500px;
    background: rgb(187, 183, 183);
    margin: 40px auto;
    position: relative;
    display: table;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.pop-close {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 99;
    color: #d8688e;
    font-size: 26px;
    cursor: pointer;
}
.pop-close:hover{
    color: #bc2658;
}

.modal-left-bar {
    display: table-cell;
    width: 48%;
    background: #DDD;
    vertical-align: middle;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.modal-form-bar {
    display: table-cell;
    width: 52%;
    padding: 40px 30px;
    vertical-align: top;
    background-color: rgba(255,255,255,.9);
}

.modal-left-bar img {
    width: 150px;
}

.modal-left-bar h3 {
    font-weight: 800;
    font-size: 30px;
}

.modal-left-bar p {
    font-size: 20px;
    font-style: italic;
    color: #eee;
}

.modal-form-bar h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 25px;
    color: #bc2658;
    text-align: center; 
}


.modal-form-bar .form-control {
    height: 45px;
    border: 1px solid #eee;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0px 1px 4px #eee;
}

.modal-form-bar .btn {
    background-color: #bc2658;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    display: inline-block;
    border: 0;
    box-shadow: 0 0 5px #777;
    font-size: 16px;
}

.enquire-btn {
    display: none;
}

.social-medial-fixed {
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 9999;
    background: #bc2658;
    border-radius: 0 10px 10px 0;
    padding: 10px 3px;
}

.social-medial-fixed a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 22px;
}






@media only screen and (max-width: 767px) {

    .nav-menu {
        display: none;
    }

    .head-right-bar {
        display: none;
    }

    .header-main {
        padding: 0;
    }

    header .navbar-brand {
        float: none;
    }

    .navbar-brand {
        display: inline-block;
        height: auto;
        padding: 10px 0;
    }

    .enquire-btn {
        display: inline-block;
        background: #fff;
        color: #bc2658;
        vertical-align: top;
        padding: 7px 10px;
        border-radius: 5px;
        margin-top: 15px;
        float: right;
    }

    section {
        padding: 20px 0;
    }

    .title-bar-main {
        margin-bottom: 40px;
    }
    
    .title-bar-main h2 {
        font-size: 24px;
    }

    .title-bar-main h2:before {
        width: 30%;
        height: 4px;
        left: 40%;
    }

    .banner-section h1 {
        font-size: 30px;
        padding: 10px;
    }

    .banner-section .banner-subtitle {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
    }

    .banner-section {
        padding-top: 120px;
    }

    .banner-bottom {
        margin-top: 40px;
    }

    .banner-bottom-inner img {
        width: 60px;
    }

    .banner-bottom-inner {
        padding: 15px 10px;
        margin-bottom: 10px;
        padding-left: 100px;
    }
    .slider-bt-text {
        padding: 10px 10px;
        padding-right: 10px;
    }

    .slider-bt-text .sld-bt-inr h5 {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .slider-bt-text .sld-bt-inr h5 span {
        font-size: 13px;
    }

    .default-btn {
        padding: 8px 20px;
        border-radius: 5px;
        font-size: 14px;
    }
    
    .footer-top {
        padding: 20px 0 30px;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .footer-bottom .ft-bt-inr {
        margin-bottom: 15px;
    }

    .get-quote-modal {
        display: block;
        padding: 20px;
    }

    .get-quote-inner {
        width: 100%;
        min-height: auto;
    }

    .modal-left-bar {
        display: none;
    }

    .modal-form-bar {
        display: block;
        width: 100%;
    }

    .social-medial-fixed {
        background: #bc2658c9;
        position: absolute;
    }

    .social-medial-fixed a {
        display: block;
        padding: 6px 4px;
        color: #fff;
        font-size: 16px;
    }
    

   
}

body{
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
}
a:focus, a:hover{
    color: #fff;
}

/* custome style */
.header-main .nav-menu ul li a{
    padding: 13px 15px 0px 15px;
    font-family: 'Roboto', sans-serif;
    color:#444;
    font-weight: 300;
}
.header-main{
    box-shadow: 6px 2px 3px 0px #d6d5d5;
}
.navbar-brand{
    padding:0px 15px;
}
.navbar-brand img{
    height: 48px;
}
.header-main{
    background:#fff;
}
.head-right-bar a i{
    font-size: 22px;
    color:#bc2658;
}
.head-right-bar a{
    font-size: 15px;
    text-align: center;
    width: 150px;
    border: 1px solid #bc2658;
    border-radius: 0px;
    font-weight: 400;
    letter-spacing: 1px;
    color:#bc2658;
    padding: 2px 20px;
}
.head-right-bar a{
    padding-left: 40px;
}
.head-right-bar a{
    width: 100%;
    border:none;
}
.head-right-bar a:first-child{
    padding: 0px;
}
.phone-img{
    border: none;
    width: 100%;
    
}
.default-btn{
    padding: 10.5px 20px !important;
}
.btn.focus, .btn:focus, .btn:hover,.default-btn:hover {
    color: #f7f7f7;
    text-decoration: none;
    background: #da5883;
}
.phone-img img{
     width:45px; 
    -webkit-transform:rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); 
      vertical-align: middle; 
}
.title-bar-main h2{
    font-size: 30px;
    font-weight: 300;
}
.title-bar-main h2:before{
        bottom: -10px;
            height: 1px;
}



.banner-section h1{
    padding:0px;
}
.banner-left-text span{
    background: rgb(51 51 51 / 74%);
    position: absolute;
    width: calc(100% - 100px);
    height: 100%;
    top:0px;
}
.banner-left-text-inner{
    padding: 20px 35px;
    width: calc(100% - 100px);
}
.banner-section h1{
    font-size: 45px;
}
.banner-subtitle{
    position: relative;
    font-size: 20px !important;

}




/* first section */
.banner-section{
    background-position:   top;
}
/*.banner-section h1:before{
    background: transparent;
}*/

.banner-section:before{
    background-color: transparent;
}
.banner-section .banner-form{
    border-radius: 0px;
}
.banner-section .banner-form .form-control{
    border: 1px solid #bebebe;
    border-radius: 0px;
}
.banner-section .banner-form .btn{
    box-shadow: 0 0 5px #bc2658;
    font-family: 'Montserrat', sans-serif;
}
.after-btn h5 i{
    color: #bc2658;
}
.banner-bottom-inner{
    background: rgb(255 253 253 / 96%);
}
.banner-section.video-section{
    padding:50px 0px;
}
.banner-section.video-section #myVideo{
    max-width: 100%;
}
.about-dlf-sec{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.about-dlf-sec .info-content:after{
    content: "";
    box-shadow: -35.355px 35.355px 50px 0px rgba(157, 157, 157, 0.3);
    position: absolute;
    right: 100%;
    top: 0;
    background: #fff;
    width: 70px;
    height: 100%;
}
.about-dlf-sec .info-content {
    box-shadow: 0px 0px 50px 0px rgba(157, 157, 157, 0.3);
    position: relative;
    background: #fff;
    padding: 65px 100px 30px 40px;
}
.about-dlf-sec .info-left {
    z-index: 2;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.about-dlf-sec .info-thumb {
    overflow: hidden;
    display: inline-block;
}
.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.pb-30{
        padding-bottom: 30px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-40 {
    margin-top: 40px;
}
.about-dlf-sec p{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625em;
}

footer .btn.btnnew{
    background: #444;
    padding: 10px 20px;
}
footer .ft-bt-inr {
    padding-left: 40px;
    position: relative;
}

footer  .ft-bt-inr span {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #444;
    color: #444;
    left: 0;
    top: 5px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}

footer .ft-bt-inr p {
    font-size: 14px;
    margin: 0;
    color: #444;
}
.footer-top .ft-bt-inr{
    margin-top: 25px;
}
.footer-bottom{
    padding: 20px 0;
}
.footer-bottom p{
    color: #444;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    font-size: 12.5px;
}
.fa-window-close:hover{
    color:#bc2658;
}
.modal-left-bar{
    background: #bc2658;
}
.modal-form-bar .btn{
        color: #bc2658;
            border: 1px solid #bc2658;
            box-shadow: none;
                background-color: #fff;
}
#baguetteBox-overlay .full-image img{
    max-height: 80%;
}




#site-visit{
    background: #bc2658;
    color: #fff;
}
#site-visit .title-bar-main{
    margin-bottom:0px;
}
#site-visit .title-bar-main h2{
    color:#fff;
    text-align: left;
    display: block;
}
#site-visit .title-bar-main p.first{
    margin-top: 30px;
}
#site-visit .title-bar-main p{
    text-align: justify;
}

#site-visit a.site-visit-btn{
    border: 1px solid #fff;
    padding: 20px 0;
    color: #bc2658;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    top: 30%;
    text-align: center;
    width: 240px;
    display: block;
    margin: auto;
    background: #fff;
    letter-spacing: 1.1px;
}

#site-visit a.site-visit-btn:hover{
    box-shadow: 1px 0px 12px 1px #7b7b7b;
}
#units .btn.default-btn{
    font-size: 1.2rem;
}
.svg-img{
    display: inline-flex;
    list-style: none;
    padding-left: 0px;
    width: 100%;
}
.svg-img li{
    width: 25%;
    display: block;
    text-align: center;

}
.svg-img li span{
    line-height: 1.2;
    padding-top: 5px;
    display: block;
    color: #fff;
}


.pol_con .our_pro {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 25px;
    border-bottom: 1px dotted #eee;
    position: relative;
    margin-top: 25px;
}
.pol_con .our_pro span {
    position: absolute;
    left: calc(50% - 51px);
    top: -15px;
    background-color: #bc2658;
    padding: .1rem 1rem;
    color: #fff;
}
.svg-img [class^="flaticon-"]:before{
    margin-left: auto;
    font-size: 27px;
}
.btn.btn-outline-primary.pop-btn{
    
    padding: 12px 22px !important;
}
.banner-section .banner-form .btn{
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}
button.btn, a.pop-btn.read-more{
    
    border-radius: 0px !important;
    color: #bc2658 !important;
    background-color: transparent;
    background-image: none;
    border-color: #bc2658 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300 ;
}
a.pop-btn.read-more{
    border: 1px solid;
    border-radius: 0px !important;
}
.default-btn{

}
.top_info button.btn-outline-primary{
    background:#bc2658 !important;
    color: #fff !important;
    font-size: 14px !important;
}

button.btn:hover,button.btn:focus,a.pop-btn.read-more{
    background:#bc2658 !important;
    color: #fff !important;
    box-shadow: none;
}
#project .title.text-center button.btn{
    margin-top: 15px !important;
}
html {
  scroll-behavior: smooth;
}
    .banner-section .banner-form .form-control{
            margin-bottom: 20px;
        height: 45px;
    }
    .banner-section form h3.text-center{
        margin-top: 8px;
        margin-bottom: 18px;
        font-size: 2.2rem;
    }
    body{
        font-size: 14px;
        font-weight: 300;
        line-height: 1.625em;
    }
    .carousel-indicators{
        width: auto;
    }
    .price_sec {
            position: relative;
            background-color: #eff1f3;
            margin-top: 250px;
            padding:0px;
        }
            .overview{
              position: relative;
              background-color: #eff1f3;
              margin-top: 7rem;
            }
            .price_sec .custom-svg {
            position: absolute;
            top: -295px;
        }.amen_heading {
            text-transform: uppercase;
            font-size: 25px;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 1rem;
        }
        .amen_heading span {
            display: block;
            text-transform: none;
            font-weight: normal;
        }
        .justify-content-center {
            justify-content: center !important;
        }.row {
            display: flex;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }
        .col-lg-3 {
            flex: 0 0 25%;
            max-width: 25%;
        }
        .price_sec .price_inner {
            border: 1px solid rgba(188,38,88,.3);
            background-color: #fff;
            position: relative;
            text-align: center;
            padding: 2rem;
            margin-bottom: 2rem;
            font-size: .85rem;
            border-radius: .5rem;
        }
        .price_sec .price_inner .rc_one {
            border-bottom: 1px solid rgba(138,138,141,.15);
            line-height: 170%;
            padding-top: .9rem;
            padding-bottom: .9rem;
            text-transform: uppercase;
            font-size: 13px;
            color: rgba(33,37,41,.7);
        }
        .price_sec .price_inner .rc_one.price {
            color: #bc2658;
        }
        .price_sec .price_inner .knowmore {
            margin-top: 1rem;
        }
        .btn {
            padding: .475rem .75rem;
        }
        .price_sec .price_inner::after {
            content: "";
            border-bottom: 45px solid #e9e9e9;
            border-top: 45px solid transparent;
            border-left: 45px solid transparent;
            position: absolute;
            bottom: 0;
            right: 0;
            transition: all .5s ease 0;
        }
        svg {
            overflow: hidden;
            vertical-align: middle;
        }
        .price_sec .price_inner .rc_one span {
            display: block;
            font-size: 20px;
            font-weight: 500;
            text-transform: none;
        }
        .price_sec .price_inner .price span i{
            font-size: 13px;
            padding-right: 5px;
        }
        .price_sec .price_inner .knowmore{

        }
        .content-sec{
            width: 66%;
            margin:0 auto;
        }
        .section-top-border{
            border-top: 1px solid #eee;
            padding-top: 70px;
        }
        .left-side-img .row {
            margin-right: -2px;
            margin-left: -2px;
        }
        .tz-gallery img{
            max-width: 100%;
            height: 99%;
        }

        .item,.carousel-inner{
        width: 730px;
        margin: 0 auto;
    }
    .item .caption{
        padding: 30px 40px;
    }
    .mt-20{
        margin-top: 20px;
    }
    .caption h6{
        margin-bottom: 10px;
        color: #222;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase !important;
    }
    #myCarousel{
        margin-top: 40px;
    }
    .carousel-indicators {
        bottom: -30px;
    }
    .carousel-indicators li.active{
        width: 12px;
        height: 12px;
        background: #ff2a66;
        border: 1px solid #ff2a66;
        margin: 0px 20px;
        box-shadow: none;
    }
    .carousel-indicators li{
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0px 20px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #d8d3d3;
        background: #d8d3d3;
        box-shadow: none;
    }
    .project-area .title-bar-main{
        margin-bottom: 12px;
    }

    .about-dlf-sec .info-content:after {
        content: "";
        box-shadow: -35.355px 35.355px 50px 0px rgba(157, 157, 157, 0.3);
        position: absolute;
        right: 100%;
        top: 0;
        background: #fff;
        width: 70px;
        height: 100%;
    }
    .no-padding {
        padding: 0;
    }
    .info-content h2{
        font-size: 24px;
    }
    .mt-0{
        margin-top: 0px;
    }
    #myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
.bnr_sec{
      height: calc(100vh - 55px);
      background-color: #dedede;
      background-repeat: no-repeat;
      position: relative;
      overflow-y: hidden;
      background-size: cover;
      background-position: center center;
    }
    .top_info {
        /*position: absolute;*/
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }
    .top_info .main_info {
        height: calc(100vh - 55px);
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .top_info .sub_head{
        font-size: 1.6rem;
        color:#8a8a8a;
        margin-top: 7px;
        margin-bottom: 32px;
    }
    .top_info .main_info .top_inner {
        color: #000;
        border-radius: .4rem;
        padding: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .top_info .main_info .top_inner__list {
        width: 100%;
        border-top: 1px solid rgb(230 230 230);
        padding-top: 1rem;
        display: flex;
        flex-wrap: wrap;
        padding-top:16px;
    }
    .top_info .main_info .top_inner__list__items {
        text-align: center;
        width: 20%;
        font-size: 2.3rem;
        line-height: 1.3;
        font-weight: 600;
        color: #8a8a8a;
    }
    .top_info .main_info .top_inner__list__items span {
        display: block;
        color: rgba(33,37,41,.8);
        font-size: 1.6rem;
        font-weight: normal;
        color: #8a8a8a;
    }
    .top_info .main_info .top_inner h1 {
        line-height: .9;
        margin-top: 1.5rem;
        text-transform: uppercase;
        font-size: 3.9rem;
        font-weight: bold;
        color: #8a8a8a;
    }
    .top_info button.btn-outline-primary{
      /*color: #bc2658;
      border-color: #bc2658;*/
      font-size: 1.6rem !important;
      padding: 12px !important;
      color: #fff;
      background-color: #bc2658;
      border-color: #bc2658;
    }
    .top_info button.btn-outline-primary:hover {
        color: #fff;
        background-color: #bc2658;
        border-color: #bc2658;
    }
    .top_inner__list__items img{
      margin-bottom: 10px;
      width: 55px;
    }
    .top_info .overlay{
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      background: rgb(214 214 214 / 34%);
      height: 100%;
    }
    .typed-cursor {
        opacity: 1;
        -webkit-animation: blink 0.7s infinite;
        -moz-animation: blink 0.7s infinite;
        animation: blink 0.7s infinite;
    }
    .banner-form .pol_con .our_pro span{
        background-color:rgb(255 255 255 / 0%);
        color: #444;
        font-weight: 400;
    }
    .banner-form  .pol_con .our_pro{
      border:1px dotted rgb(238 238 238 / 40%);
    }
    .banner-form .svg-img li span{
      color: #444;
      font-weight: 400;
    }
    .banner-section .banner-form .btn{
      box-shadow: none;
    }
    .mt-40{
      margin-top: 40px;
    }
    section.youtube-video-sec iframe{
        width: 100%;
        height: 450px;
    }

    /* select style */
    .form-group .bootstrap-select{
        width: 100% !important; 
    }

    .form-group .bootstrap-select button,.form-group .bootstrap-select button.btn:hover,.form-group .bootstrap-select button.btn:focus{
        background-color: #fff !important;
    }
    .form-group .bootstrap-select button{
        color:#8c949c !important;   
    }
    .form-group .bootstrap-select button:hover,.form-group .bootstrap-select button:focus{
        color:#8c949c !important;
        outline: none !important;
    }
    .dropdown-toggle::after{
        display: none!important;
    }
    .bootstrap-select.btn-group .dropdown-menu li a{
        font-size: 14px !important;
    }
    .bootstrap-select.btn-group .dropdown-menu{
        height:250px !important;
        width: 100%;
    }


@media only screen and (max-width: 767px) {
    button.btn, a.pop-btn.read-more{
        color: #fff !important;
        background-color: #bc2658 !important;
        background-image: none;
        border-color: #bc2658 !important;
    }
    .navbar-brand{
        padding: 10px 0;
    }
    .navbar-brand img{
        height: 30px;
        margin-top: 10px;
    }
    .enquire-btn.phone-img{
        display: inline-block;
        width: 153px;
        padding: 10px 0px;
        font-weight: bold;
        margin-right: 0px;
        text-align: right;
    }
    .enquire-btn.phone-img img{
        width: 25px;
    }
    .bnr_sec.top_info{
        margin-top: 0px;
    }

    .top_info .main_info .top_inner__list__items{
        width: 33%;
        font-size: 1.5rem;
    }
    .top_info .main_info .top_inner__list__items:nth-child(4){
        margin-left: 16.5%; 
    }
    .top_info .main_info .top_inner__list__items:nth-child(4),.top_info .main_info .top_inner__list__items:nth-child(5){
        margin-top: 20px;
    }
    .top_info .main_info .top_inner__list__items span{
        font-size: 1.4rem;
    }
    .top_info .main_info .top_inner{
        padding: 1.9rem 0px;
    }
    .top_info .main_info .top_inner figure img.img-fluid{
        width: 75%;
        margin: 0 auto;
        display: block;
    }
    .top_inner__list__items img{
        width: 40px;
    }
    .video-gif{
        display: none;
    }
    .banner-left-text{
        position: relative;
    }
    .banner-left-text span.overlay{
        width: 100%;
    }
    .banner-left-text-inner{
        width: 100%;
        padding:20px;
    }
    section{
        padding:50px 0;
    }
    .content-sec{
        width: 80%;
    }
    .about-dlf-sec .info-left{
        margin-top: 0px;
    }
    .about-dlf-sec .col-lg-6{
        flex: 100%;
        max-width: 100%;
    }
    .about-dlf-sec .info-content:after{
        display: none;
    }
    .about-dlf-sec .info-content{
        padding: 20px;
    }
    .info-content h2{
        text-align: center;
    }
    .carousel-indicators li.active,.carousel-indicators li{
        margin: 0px 7px;
    }
    #units .col-lg-3{
        flex: 100%;
        max-width: 100%;
    }
    .tz-gallery img{
        max-width: 100%;
        height: 100%;
    }
    .tz-gallery .lightbox img{
        padding: 5px 10px;
    }
    .banner-section.video-section{
        padding: 15px 0px;
    }
    .modal-form-bar h4{
        font-size: 20px;
    }
    .modal-form-bar .form-control{
        margin-bottom: 20px;
    }

    .modal-form-bar{
        padding: 30px 13px;
    }

    .get-quote-inner{
        margin: 10px auto;
    }
    .svg-img li span{
        color: #bc2658;
    }
    .pol_con.visible-xs .our_pro span{
        background-color: #f9f8f8;
        color: #bc2658;
    }
    .pol_con.visible-xs .our_pro{
        border-bottom: 1px dotted #bc2658;
    }
    .pol_con.visible-xs .svg-img li span,.pol_con.visible-xs .svg-img li i{
        color: #bc2658;
        font-size: 12px;
    }
    #myVideo{
        display: none;
    }
    .mobile-btn{
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 9999;
        background: #fff;
        padding: 5px;
        box-shadow: 2px 2px 3px 4px #989898; 
        text-align: center;
    }
    .mobile-btn button.btn.btn-outline-primary.pop-btn{
        font-size: 13px !important;
        letter-spacing: .1px;
        padding: 12px 7px !important;
        text-transform: capitalize;
    }
    .item, .carousel-inner{
        width: 100% !important;
    }
    #developer > .container{
        padding-bottom: 50px;
    }
    section.youtube-video-sec iframe{
        height: 300px;
    }
}