html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

img {
    vertical-align: top;
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover,
button:hover {
    text-decoration: none;
    transition: all 0.5s ease;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}

input,
textarea,
select {
    font-family: 'Raleway', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    position: absolute;
    z-index: 1;
    left: 0%;
    transform: translateX(0%);
    top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #0000003d;
}

.header a img {
    width: 100px;
    padding: 5px;
}

.homeBanner {
    position: relative;
}

.homeBanner::after {
    content: "";
    width: 100%;
    height: 51px;
    background: url(../images/homebanner-line.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -23px;
}

.homeBanner .slick-dots li button {
    background: #fff;
    width: 15px;
    height: 15px;
}

.homeBanner .slick-dots li button:before {
    content: "";
    width: 8px;
    height: 8px;
    left: 3px;
    top: 3px;
    background: #3c0008;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.87);
}

.homeBanner .slick-dots {
    bottom: 50px;
}

.homeBanner .slick-slide {
    position: relative;
}

.homeBanner .slick-slide img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width:1199px) {
    .homeBanner .slick-slide img {
        height: 500px;
    }
}

@media only screen and (max-width: 991px) {
    .homeBanner .slick-slide img {
        height: 450px;
    }
}

@media only screen and (max-width: 575px) {
    .homeBanner .slick-slide img {
        height: 320px;
    }
}

.homebanner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    transform: translate(-50%, -50%);
    text-align: center;
}

.homebanner_text h2 {
    margin: 0 0 0px;
    font-size: 50px;
    color: #fff;
    line-height: 56px;
    font-weight: 600;
    text-shadow: 4px 7px 10px #26090C;
}

.homebanner_text a {
    display: inline-block;
    padding: 0 36px;
    line-height: 42px;
    background: #fff;
    border-radius: 46px;
    font-size: 23px;
    color: #3c0008;
    font-weight: 800;
    width: 174px;
}

.homebanner_text a:hover {
    background: #3c0008;
    color: #fff;
}

.navArea {
    margin: 0 0 40px;
}

.navArea ul {
    display: flex;
    justify-content: space-between;
    background: #370e14;
    padding: 20px 50px;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border: 3px solid #f9e6d3;
    border-top: none;
    box-shadow: 0 4px 15px 4px rgb(55 14 20 / 42%);
}

.navArea ul li {
    position: relative;
    padding: 0 0 0 15px;
}

.navArea ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 6px;
}

/* .navArea ul li:first-child:before {
    display: none;
} */

.navArea ul li a {
    display: inline-block;
    color: #FCFCFC;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.navArea ul li a:hover {
    color: #EBBE58;
    /* font-weight: 700; */
}

.navArea ul li a.active {
    color: #EBBE58;
    font-weight: 700;
}

.about_holder {
    padding: 30px 0 60px;
}

.about_holder .wrapper {
    display: flex;
    justify-content: space-between;
}

.aboutLeft,
.aboutRight {
    width: 48%;
}

.aboutRight {
    padding: 0px 0 0;
}

.aboutRight figure {
    margin: 0 0 20px;
}

.aboutRight h2 {
    margin: 0 0 22px;
    font-size: 40px;
    color: #3c0008;
    font-weight: 600;
    line-height: 50px;
}

.aboutRight p {
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.aboutRight span {
    display: block;
    background: #efefef;
    padding: 0 28px;
    line-height: 47px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}


.aboutLeft {
    display: flex;
    position: relative;
}

.aboutLeft figure {
    position: relative;
    z-index: 1;
}

.aboutLeft .about-color-img {
    position: absolute;
    left: 163px;
    top: 149px;
    z-index: 0;
}

.aboutLeft .aboutleft-last-img {
    position: absolute;
    right: 26px;
    top: 115px;
    z-index: 1;
}


.aboutLeft figure {
    margin: 0 16px 0 0;
}

@media only screen and (max-width:1199px) {
    .aboutLeft figure {
        margin: 0 16px 0 0;
        width: 50%;
    }

    .aboutLeft .aboutleft-last-img {
        right: 0;
        width: 50%;
        margin-right: -15px;
        top: 130px;
    }
}

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

    .aboutLeft,
    .aboutRight {
        width: 100%;
    }

    .about_holder .wrapper {
        flex-direction: column-reverse;
    }

    .about_holder {
        padding: 0px 0 40px !important;
    }

    .aboutRight h2 {
        margin: 0 0 10px;
    }

    .aboutRight p {
        margin: 0 0 20px;
    }

    .aboutLeft figure.aboutleft-first-img {
        width: 49%;
    }

    figure.aboutleft-first-img img {
        width: 100%;
    }

    .aboutLeft .aboutleft-last-img {
        right: 0;
        width: 49% !important;
        margin-right: 0px;
        top: 0px;
    }

    figure.aboutleft-last-img img {
        width: 100%;
    }

    .navArea {
        margin: 0 0 20px;
    }
}

@media only screen and (max-width:767px) {
    .aboutRight p {
        margin: 0 0 30px !important;
    }

    .aboutRight h2 {
        font-size: 32px !important;
        margin-bottom: 4px !important;
    }
}


.propertyHolder {
    padding: 65px 0 92px;
    /* background: url(../images/property-bg.png) no-repeat 0 -27px; */
    background: url(../images/Final_3BHK_3.webp) no-repeat 0 0px;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}

.propertyHolder:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #3c0008e8;
}

.wrapper.relative-wrapper {
    position: relative;
}

.propertyHolder h2 {
    text-align: center;
    font-size: 40px;
    line-height: 32px;
    color: #FCFCFC;
    font-weight: 600;
    margin: 0 0 55px;
}

.propertyHolder ul {
    display: flex;
    justify-content: space-between;
}

.propertyHolder ul li {
    text-align: center;
}

.propertyHolder ul li figure {
    margin: 0 0 10px;
}

.propertyHolder ul li strong {
    display: block;
    font-size: 44px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 14px;
    font-family: 'Open Sans', sans-serif;
}

.propertyHolder ul li span {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}



.plansHolder {
    padding: 65px 0;
    background: #e6e6e6;
}

.plansHolder h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #3c0008;
    line-height: 32px;
    margin: 0 0 42px;
}

.plansHolder h3 {
    margin: 0 0 24px;
    text-align: center;
    font-size: 26px;
    color: #000000;
    font-weight: 600;
}

.planArea {
    display: flex;
    justify-content: space-between;
}

.planLeft,
.planRight {
    width: 48%;
}


.amenitiesHolder {
    text-align: center;
    padding: 65px 0;
    background: #3c0008;
}

.amenitiesHolder h2 {
    margin: 0 0 50px;
    font-size: 40px;
    line-height: 32px;
    color: #FCFCFC;
    font-weight: 600;
}


.amenitiesSlider .slider_items {
    border: 0;
    outline: 0;
}

.amenitiesSlider .slider_items figure {
    margin: 0 0 35px;
}

.amenitiesSlider .slider_items figure img {
    margin: 0 auto;
    max-height: 50px;
}

.amenitiesSlider .slider_items span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 0 10px;
}

.amenitiesSlider .slick-arrow {
    width: 19px;
    height: 34px;
}

.amenitiesSlider .slick-arrow:before {
    display: none;
}

.amenitiesSlider .slick-prev {
    background: url(../images/left-arrow.png) no-repeat 0 0;
}

.amenitiesSlider .slick-next {
    background: url(../images/right-arrow.png) no-repeat 0 0;
}

.amenitiesSlider {
    margin: 0 auto;
    width: calc(100% - 30px);
}

/* .galleryHolder {
    padding: 70px 0 0px;
    background: #fff url(../images/Final_View_2.jpg) no-repeat 0 0;
    background-size: 100% 71%;
    background-position-y: -20px;
    min-height: 515px;
} */

.galleryHolder {
    padding: 70px 0 70px;
    background: #fff url(../images/Final_View_2.webp) no-repeat 0 0;
    background-size: 100% 100%;
    background-position-y: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    /* min-height: 490px; */
}

.galleryHolder.videoGalleryHolder {
    padding: 88px 0 0 0;
    background: #fff url(../images/gallery-bg.jpg) no-repeat 0 0;
}

/* .galleryHolder h2 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 32px;
    margin: 0 0 100px;
    text-shadow: 1px 1px 1px #000;
} */

.galleryHolder h2 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 32px;
    margin: 0 0 40px;
    text-shadow: 1px 1px 1px #000;
}

/* .galleryArea {
    padding: 65px 0 65px 95px;
    padding: 0px;
    background: #fff;
    position: absolute;
    width: 100%;
    right: 0;
} */

.galleryArea {
    /* padding: 65px 0 65px 95px; */
    padding: 0px;
    background: #fff;
    /* position: absolute; */
    position: relative;
    width: 100%;
    right: 0;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
}

.galleryArea .slick-slide figure img {
    margin: 0 !important;
}

.galleryArea .slick-arrow::before {
    display: none;
}

.galleryArea .slick-prev {
    width: 19px;
    height: 34px;
    background: url(../images/gallery-left-arrow.png) no-repeat 0 0;
    left: 15px;
    z-index: 50;
}

/* .galleryArea .slick-next{
    width: 57px;
    height: 83px;
    right: 0;
    background: url(../images/gallery-right-arrow.png) no-repeat 0 0;
    z-index: 1;
} */
/* 
.galleryArea .slick-next {
    width: 19px;
    height: 34px;
    right: 70px;
    background: url(../images/gallery-right-arrow.png) no-repeat 0 0;
    transform: rotate(180deg);
    z-index: 1;
} */

.galleryArea .slick-next {
    width: 19px;
    height: 34px;
    right: 15px;
    background: url(../images/gallery-right-arrow.png) no-repeat 0 0;
    /* transform: rotate(180deg); */
    z-index: 10;
}

.galleryArea:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    z-index: 5;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
}

/* .galleryArea:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 97px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
} */

.galleryArea:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
}

.galleryArea .slick-list.draggable {
    padding-left: 0 !important;
    padding-right: 98px !important;
}

/* .galleryArea .slick-slider {
    margin:0 100px;
} */

.galleryArea .slick-slide {
    position: relative;
}

.galleryArea .playBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.lifeHolder {
    padding: 40px 0 70px;
}

.lifeHolder .wrapper {
    max-width: 100%;
}

.lifeHolder h2 {
    margin: 20px 0 55px;
    text-align: center;
    font-size: 40px;
    color: #3c0008;
    font-weight: 600;
    line-height: 32px;
}

.lifeHolder .slick-prev {
    left: -1px;
    width: 62px;
    height: 62px;
    background-image: url(../images/gallery-left-arrow.png);
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    z-index: 1;
}

.lifeHolder .slick-next {
    right: -1px;
    width: 62px;
    height: 62px;
    /* background-image: url(../images/right-arrow2.png); */
    background-image: url(../images/gallery-right-arrow.png);
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
}

.lifeHolder .slick-arrow::before {
    display: none;
}

/* .lifeHolder .slick-active:nth-child(odd) {
    margin-top: 30px;
} */


@media only screen and (max-width:991px) {
    .lifeHolder h2 {
        margin: 20px 0 25px;
    }

    .lifeHolder {
        padding: 20px 0 40px;
    }
}


.awardsHolder {
    padding: 0 0 78px;
}

.awardsHolder h2 {
    margin: 0 0 55px;
    font-size: 40px;
    color: #3c0008;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
}


.awardsSlider .slick-list {
    padding-left: 0 !important;
    padding-right: 215px !important;
}

.awardsSlider .slick-arrow::before {
    display: none;
}

.awardsSlider .slick-arrow {
    width: 19px;
    height: 34px;
}

.awardsSlider .slick-next {
    background: url(../images/right-arrow2.png) no-repeat center;
    right: -50px;
}

.awardsSlider .slick-prev {
    background: url(../images/gallery-left-arrow.png) no-repeat center;
    left: -50px;
}



.siteVisit {
    position: relative;
    padding: 65px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.siteVisit::before {
    content: "";
    position: absolute;
    left: 15px;
    top: -172px;
    width: 67px;
    height: 342px;
    background: url(../images/dots-icon.png) no-repeat 0 0;
}

.siteVisit::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: -172px;
    width: 67px;
    height: 342px;
    background: url(../images/dots-icon.png) no-repeat 0 0;
}


.siteVisitArea {
    /* background: url(../images/site-visite-bg.jpg) no-repeat 0 0; */
    background-size: cover;
    border-radius: 10px;
    padding: 30px 90px;
    background: #000000b5;
    border: 2px solid #fae8d4;
}

.siteVisitArea h2 {
    margin: 0 0 30px;
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}

.siteVisitArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* .siteVisitArea ul li:not(:last-child) {
    width: 48%;
    margin: 0 0 27px;
} */

.siteVisitArea ul li:not(:last-child) {
    width: 100%;
    margin: 0 0 27px;
}

.siteVisitArea ul li .input_type {
    background: #fff;
    width: 100%;
    height: 51px;
    font-size: 16px;
    color: #404040;
    font-weight: 400;
    border: 2px solid #3c0008;
    outline: 0;
    padding: 0 30px;
    border-radius: 8px;
    font-family: 'Raleway', sans-serif;
}

.siteVisitArea ul li textarea.input_type {
    resize: auto;
    height: 120px;
}

.siteVisitArea ul li .input_type::placeholder {
    opacity: 1;
    color: #404040;
}

.siteVisitArea ul li:last-child {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.siteVisitArea ul li .submit {
    background: #3c0008;
    width: 199px;
    height: 56px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    border: 0;
    outline: 0;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    border: 2px solid #fff;
}



.testimonialArea {
    padding: 70px 0 30px;
}

.testimonialArea .title {
    margin: 0 0 40px;
    position: relative;
}

.testimonialArea h2 {
    margin: 0;
    font-size: 45px;
    color: #3c0008;
    font-weight: 600;
    line-height: 35px;
    padding-left: 32px;
}

.testimonialArea h2::before {
    content: "";
    width: 65px;
    height: 55px;
    position: absolute;
    left: 0;
    top: -38px;
    background: url(../images/quation-icon.png) no-repeat 0 0;
}

.testiSlider .slick-list {
    padding: 11px 0;
}

.testiSlider .slick-slide {
    border: 0;
    outline: 0;
    padding: 16px 30px;
    border-radius: 10px;
    position: relative;
    margin: 0px 10px;
    min-height: 262px;
    box-shadow: 0 4px 8px rgb(12 35 34 / 34%);
}

.testiSlider .slick-slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background: #f5f5f5;
    z-index: -1;
    border-radius: 10px 0 0 10px;
}

.testiSlider .slick-slide p {
    margin: 0 0 15px;
    font-size: 14px;
    color: #505050;
    font-weight: 600;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.testiSlider .slick-slide a {
    color: #3c0008;
}

.testiSlider .slick-slide figure {
    float: left;
    margin-right: 18px;
    background: #fff;
    border-radius: 10px;
}

.testiSlider .slick-slide figure img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    border: 4px solid transparent;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
    background: transparent;
    filter: invert(7%) sepia(31%) saturate(6252%) hue-rotate(334deg) brightness(93%) contrast(110%);
}

.testiSlider .slick-slide strong {
    display: block;
    padding: 12px 0;
    font-size: 18px;
    color: #505050;
    font-weight: 600;
}

.testiSlider .slick-slide span {
    display: block;
    font-size: 14px;
    color: #505050;
    font-weight: 500;
}


.testiSlider .slick-dots li button:before {
    display: none;
}

.testiSlider .slick-dots li button {
    border: 4px solid #e5e5e5;
    width: 18px;
    height: 18px;
    padding: 0;
}

.testiSlider .slick-dots li.slick-active button {
    border-color: #3c0008;
}

.testiSlider .slick-dots {
    bottom: inherit;
    top: -69px;
    right: 0;
    left: inherit;
    text-align: right;
}

.testimonials-content {
    max-width: 800px;
    font-size: 16px;
    line-height: 1.5;
}

.testimonials-content figure {
    float: left;
    margin-right: 18px;
    background: #ffffff;
    border-radius: 10px;
}

.testimonials-content figure img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    border: 4px solid transparent;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
    background: transparent;
    filter: invert(7%) sepia(31%) saturate(6252%) hue-rotate(334deg) brightness(93%) contrast(110%);
}

/* .testiSlider .slick-slide figure {
    float: left;
    margin-right: 18px;
    background: #fff;
    border-radius: 10px;
}

.testiSlider .slick-slide figure img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    border: 4px solid transparent;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
    background: transparent;
    filter: invert(7%) sepia(31%) saturate(6252%) hue-rotate(334deg) brightness(93%) contrast(110%);
} */

.testimonials-content strong {
    display: block;
    padding: 8px 0 5px 0;
    font-size: 18px;
    color: #505050;
    font-weight: 600;
}

.testimonials-content span {
    display: block;
    font-size: 14px;
    color: #505050;
    font-weight: 500;
}

@media only screen and (max-width:1199px) {
    .testiSlider .slick-slide {
        min-height: 288px;
    }
}

@media only screen and (max-width:991px) {
    .testiSlider .slick-slide {
        min-height: 366px;
    }
}

@media only screen and (max-width:767px) {
    .testiSlider .slick-slide {
        min-height: 311px;
    }

    .testiSlider .slick-dots {
        bottom: inherit;
        top: auto;
        right: 0;
        bottom: -30px !important;
        left: 0px;
        text-align: center;
    }

    .testimonialArea .title {
        margin: 10px 0 20px;
        position: relative;
    }

    .testimonialArea {
        padding: 40px 0 30px;
    }

    .testimonialArea h2 {
        text-align: center;
        padding-left: 0px;
    }

    .testimonials-content.fancybox-content {
        padding: 20px 44px;
    }

    .testimonials-content figure {
        float: none;
        margin-right: 0px;
        text-align: center;
    }

    .testimonials-content strong {
        padding: 10px 0 5px 0;
        text-align: center;
    }

    .testimonials-content span {
        text-align: center;
    }

    .testiSlider .slick-slide figure {
        float: none;
        margin-right: auto;
        margin-left: auto;
        background: #fff;
        border-radius: 10px;
        width: 70px;
    }

    .testiSlider .slick-slide strong {
        padding: 8px 0 4px 0;
        text-align: center;
    }

    .testiSlider .slick-slide span {
        text-align: center;
    }
}

@media only screen and (max-width:575px) {
    .testiSlider .slick-slide {
        min-height: 337px;
    }
}

@media only screen and (max-width:474px) {
    .testiSlider .slick-slide {
        min-height: 380px;
    }
}

@media only screen and (max-width:410px) {
    .testiSlider .slick-slide {
        min-height: 410px;
    }
}

@media only screen and (max-width:359px) {
    .testiSlider .slick-slide {
        min-height: 465px;
    }
}


.location {
    padding: 50px 0 0px;
    background: radial-gradient(circle, rgb(255 246 239) -40%, rgb(251 204 188) 100%);
}

.location h2 {
    margin: 0 0 30px;
    font-size: 45px;
    line-height: 35px;
    color: #3c0008;
    font-weight: 600;
    text-align: center;
}

.location iframe {
    width: 100%;
}

.location .tab {
    text-align: center;
    position: absolute;
    width: 100%;
    padding-top: 35px;
}

.location .tablinks {
    width: 170px;
    line-height: 34px;
    border-radius: 22px;
    font-size: 14px;
    color: #3c0008;
    font-weight: 500;
    background: #dfe0e2;
    border: 2px solid #fff;
    cursor: pointer;
    outline: 0;
    margin: 0 8px;
}

.location .tablinks.active {
    background: #3c0008;
    border-color: #3c0008;
    color: #FCFCFC;
}


.locationArea {
    background: #fff url(../images/location-icon.png) no-repeat 0 0;
    padding: 40px;
    border-radius: 42px 8px 8px 8px;
    box-shadow: 10px 1px 46px rgb(0 0 0 / 8%);
    width: 440px;
    position: relative;
    left: 8%;
    margin-top: -150px;
}

.locationArea h4 {
    margin: 0 0 22px;
    font-size: 25px;
    color: #3c0008;
    font-weight: 600;
    line-height: 20px;
}

.locationArea ul li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #5A5A5A;
    font-weight: 600;
    margin: 0 0 22px;
}

.locationArea ul li:last-child {
    margin: 0;
}




.footer {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,fcfcfc+100 */
    /* background: rgb(239, 239, 239); */
    /* Old browsers */
    /* background: -moz-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(252, 252, 252, 1) 100%); */
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(252, 252, 252, 1) 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom, rgba(239, 239, 239, 1) 0%, rgba(252, 252, 252, 1) 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: radial-gradient(circle, rgb(255 246 239) -40%, rgb(251 204 188) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fcfcfc', GradientType=0);
    /* IE6-9 */

    padding: 60px 0 40px;
    /* border-top: 2px solid rgba(198, 209, 201, 1); */
    text-align: center;
}

.footerLogo {
    margin: 0 0 25px;
}

.footerLogo a img {
    width: 120px;
}

.footerContact {
    margin: 0 0 38px;
}

.footerContact ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}

.footerContact ul li {
    background: #fff;
    /* border: 2px solid #e8e8e8; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    padding: 40px 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px 4px rgb(55 14 20 / 42%);
}

.footerContact ul li a {
    font-size: 15px;
    color: #370e14;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.footerContact ul li figure {
    margin-right: 6px;
}

.footerContact span {
    display: inline-block;
    font-size: 16px;
    color: #370e14;
    font-weight: 400;
}

.footerContact ul li figure img {
    height: 20px;
    width: 20px;
    filter: invert(5%) sepia(37%) saturate(6985%) hue-rotate(338deg) brightness(103%) contrast(107%);
}

.footerSocial {
    width: 244px;
    margin: 0 auto 35px;
}

.footerSocial ul {
    display: flex;
    justify-content: space-between;
}

.footerSocial ul li a img {
    height: 28px;
    width: 28px;
    filter: invert(5%) sepia(37%) saturate(6985%) hue-rotate(338deg) brightness(103%) contrast(107%);
}

.footerSocial ul li a {
    display: inline-block;
}

.footerSocial ul li a {
    display: inline-block;
    padding: 5px;
    border: 2px solid #3c0009;
    border-radius: 8px;
}

.footer span {
    display: inline-block;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
}

.siteVisitArea .wpcf7-not-valid-tip {
    margin: 6px 0 0 18px;
    font-weight: 600;
}

.enqueryArea {
    position: fixed;
    z-index: 100;
    right: -63px;
    top: auto;
    bottom: 100px;
    transform: rotate(270deg);
}

.enqueryArea a,
.brochureArea a {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    /* background: #370e14; */
    background: #530813;
    padding: 15px 33px;
    letter-spacing: 1px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 4px 15px 4px rgb(0 0 0 / 42%);
    text-shadow: 2px 2px 4px #000000;
}

.brochureArea {
    position: fixed;
    z-index: 100;
    right: -93px;
    top: auto;
    bottom: 350px;
    transform: rotate(270deg);
}

.brochureArea a {
    background: #3c0008;
}

.enqueryPopup {
    max-width: 600px;
}

.enquire-form-box h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
    text-align: center;
}

.enquire-form-box input[type="text"],
.enquire-form-box input[type="email"],
.enquire-form-box input[type="tel"],
.enquire-form-box textarea {
    margin-bottom: 30px;
    padding: 15px 40px 15px 20px;
    border: 0;
    border-radius: 30px;
    width: 100%;
    background: #EEEEEE;
    color: #111;
    line-height: 1;
    outline: 0;
    font-size: 14px;
}

.enquire-form-box input[type="submit"] {
    padding: 12px 20px;
    border: 1px solid #3c0008;
    border-radius: 30px;
    background: #3c0008;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: 0.5s;
}

.siteVisitArea ul li textarea {
    resize: none;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 30px;
}

.default-page-sec {
    padding: 60px 0;
}

.footer span a {
    color: #3c0008;
    font-weight: 600;
}


#Imagemap {
    /* background: url(../images/location-bg.jpg) repeat 0 0; */
    /* background: url(../images/location-bg.jpg) repeat 0 0; */
    text-align: center;
}

#Imagemap img {
    display: inline-block;
    max-height: 430px;
}

/* .lifeSlider {
    margin-left: -15px;
    margin-right: -15px;
} */

/* .lifeSlider .slick-slide img {
    width: 320px;
} */

/* .lifeSlider {
    margin: 0 auto;
    width: calc(100% - 30px);
} */


















/* font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif; */





/*********************
    Custom-css-start 
*********************/

.video-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.video-card {
    padding: 20px 20px;
    /* border: 3px solid #159c49; */
    border: 0px solid #3c0008;
    border-radius: 15px;
    position: relative;
    background: #ffffffa3;
    z-index: 5;
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
}

.video-card iframe {
    height: 580px;
}

.wprmenu_bar #custom_menu_icon.hamburger {
    z-index: 501 !important;
}

html body .wprm-overlay.active {
    z-index: 400 !important
}

#mg-wprm-wrap {
    z-index: 450 !important;
}

/* @media only screen and (max-width:1399px){
    .video-card iframe{
        height: 500px;
    }
} */

.location .tab {
    position: relative;
    padding-top: 0px;
    padding-bottom: 30px;
}

@media only screen and (max-width:1199px) {
    .video-card iframe {
        height: 480px;
    }

    .about_holder {
        padding: 20px 0 20px;
    }

    .propertyHolder {
        padding: 30px 0 30px !important;
    }

    .plansHolder {
        padding: 30px 0 40px;
    }

    .amenitiesHolder {
        padding: 30px 0 30px !important;
    }

    .siteVisit {
        padding: 40px 0px;
    }

    .location {
        padding: 30px 0 0px;
    }

    /* .location .tab {
        position: relative;
        padding-top: 0px;
        padding-bottom: 30px;
    } */

    #Imagemap img {
        max-height: 350px;
        /* min-height: 360px; */
        /* object-fit: cover;
        object-position: left; */
    }

    .footer {
        padding: 30px 0 30px;
    }

    .footerContact {
        margin: 0px 0 25px;
    }

    .footerLogo {
        margin: 0 0 25px;
    }

    .footerSocial {
        width: 244px;
        margin: 0 auto 20px;
    }

    .galleryHolder {
        padding: 50px 0 50px;
    }

    .galleryArea:after {
        width: 80px;
    }

    .galleryArea .slick-next {
        right: 45px;
    }
}

@media only screen and (max-width:991px) {
    .video-card iframe {
        height: 360px;
    }

    .aboutLeft figure {
        margin: 0 0px 0 0;
    }

    #Imagemap img {
        min-height: 300px;
    }

    .footerContact ul {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 0 20px;
    }

    .footerContact {
        margin: 0px 0 20px;
    }

    .footerContact ul li {
        width: 320px;
    }

    .footer-spl-margin-p {
        margin: 20px 0px;
    }

    .footerLogo {
        margin: 0 0 20px;
    }

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

@media only screen and (max-width:767px) {
    .video-card iframe {
        height: 260px;
    }

    .about_holder .wrapper {
        flex-direction: column-reverse !important;
    }

    .aboutRight p {
        margin: 0 0 40px;
    }

    .aboutRight h2 {
        margin-bottom: 0px;
    }

    .aboutRight {
        padding-top: 0px !important;
    }

    .wprmenu_bar #custom_menu_icon.hamburger {
        background-color: #370e14 !important;
        border-radius: 6px;
    }

    .about_holder {
        padding: 0px 0 60px;
    }

    .header {
        top: 5px;
        left: 10px;
        position: sticky !important;
        z-index: 500;
    }

    .header a img {
        width: 90px;
    }

    .header {
        top: 0px;
        left: 0px;
        position: sticky !important;
        z-index: 400;
        width: 100% !important;
        background: #370e14;
        justify-content: start;
    }

    #mg-wprm-wrap {
        background-color: #370e14 !important;
        width: 100% !important;
        max-width: 320px !important;
    }

    .custom #wprmenu_menu_ul {
        padding: 10px 0 10px !important;
    }

    #mg-wprm-wrap li.menu-item a {
        padding: 13px 22px !important;
    }

    .homeBanner .slick-slide img {
        height: 410px;
        min-height: 0px !important;
    }

    .homeBanner .slick-dots {
        bottom: 30px !important;
    }

    #Imagemap img {
        min-height: 0px;
        max-height: none;
    }

    .footer .footerContact span {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }

    #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover {
        background: #380008 !important;
        color: #ffffff !important;
    }

    .galleryArea:before {
        width: 40px;
    }

    .galleryArea .slick-prev {
        left: 9px !important;
        z-index: 10 !important;
    }

    .galleryArea {
        padding: 0px 0 0px 0px !important;
    }

    .galleryArea:after {
        width: 40px;
    }

    .galleryArea .slick-next {
        width: 19px !important;
        height: 34px !important;
        background-size: auto !important;
        right: 10px !important;
    }

}

@media only screen and (max-width:650px) {
    .sm-hide-span {
        display: none !important;
    }

    .skaly-span {
        display: block !important;
    }
}

@media only screen and (max-width:575px) {
    .video-section {
        padding: 40px 0;
    }

    .video-card iframe {
        height: 250px;
    }

    .about_holder {
        padding: 0px 0 30px !important;
    }

    .aboutRight p {
        margin: 0px 0 20px !important;
    }

    .homeBanner .slick-slide img {
        height: 380px;
    }

    .amenitiesHolder h2 {
        margin: 0px 0 30px;
    }

    .amenitiesSlider .slider_items figure {
        margin: 0 0 25px;
    }

    .video-card {
        padding: 12px 12px;
    }

    .location iframe {
        max-height: 280px !important;
    }

    #Imagemap img {
        min-height: 280px;
        max-height: none;
        object-fit: cover;
        object-position: left;
    }

    .location .tab {
        padding-bottom: 20px;
    }

    .footerContact ul li a {
        font-size: 14px;
    }

    .siteVisitArea {
        padding: 20px 15px !important;
    }

    .siteVisitArea ul li:not(:last-child) {
        margin: 0 0 20px;
    }

    .siteVisitArea ul li:last-child {
        padding-top: 0px;
    }

    .siteVisitArea ul li .submit {
        width: 100%;
        height: 50px;
        font-size: 20px;
    }

    .galleryArea:before {
        width: 40px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
        background: rgb(255 255 255);
        box-shadow: 0 4px 15px 4px rgb(0 0 0 / 42%);
    }

    .galleryArea:after {
        width: 40px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
    }

    .galleryHolder {
        padding: 30px 0 40px;
    }

    figure.aboutleft-last-img {
        width: 49% !important;
        top: 0px !important;
    }

    figure.aboutleft-first-img {
        width: 49% !important;
    }

}

@media only screen and (max-width:575px) and (min-width:480px) {
    .propertyHolder ul li span {
        font-size: 14px !important;
    }

    .propertyHolder ul li strong {
        font-size: 26px !important;
    }

}

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

    .aboutRight h2 {
        margin-bottom: 10px !important;
        font-size: 26px !important;
        line-height: 30px;
    }

    .homeBanner {
        margin-top: 0px !important;
    }

    .plansHolder h2 {
        margin-bottom: 15px !important;
    }

    .location iframe {
        max-height: 240px !important;
    }

    #Imagemap img {
        min-height: 240px;
        max-height: none;
        object-fit: cover;
        object-position: left;
    }

    .location .tablinks {
        width: 130px !important;
        line-height: 33px !important;
        font-size: 13px !important;
    }
}

@media only screen and (max-width:475px) {
    .video-card iframe {
        height: 220px;
    }

    .homeBanner .slick-slide img {
        height: 340px;
    }
}

@media only screen and (max-width:410px) {
    .video-card iframe {
        height: 210px;
    }

    .homeBanner .slick-slide img {
        height: 300px;
    }

    .location iframe {
        max-height: 205px !important;
    }

    #Imagemap img {
        min-height: 205px;
    }
}

@media only screen and (max-width:360px) {
    .video-card iframe {
        height: 200px;
    }

    .homeBanner .slick-slide img {
        height: 260px;
    }

    .location iframe {
        max-height: 180px !important;
    }

    #Imagemap img {
        min-height: 180px;
    }
}

.ajax-loader {
    display: none !important;
}

/*********************
    Custom-css-end 
 *********************/


/* sidebar-start */

.fl-fl1 {
    background: #4267B2;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -153px;
    z-index: 1000;
    border-top-left-radius: 8px;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.float-sm .fa {
    font-size: 20px;
    color: #fff;
    padding: 11px 0;
    width: 40px;
    margin-left: 12px;
}

.fl-fl3.float-rs.effetMoveGradient:hover {
    background: linear-gradient(-45deg, #25d366, #00ab40, #25d366, #25d366);
}

.fl-fl1 a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}

.float-gp {
    top: 270px;
}

.fl-fl1 {
    top: 270px;
}

.fl-fl {
    background: #004dd5;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    border-bottom-left-radius: 8px;
    position: fixed;
    right: -153px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.fl-fl1:hover,
.fl-fl:hover,
.fl-fl3:hover,
.fl-fl4:hover {
    right: 0;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}

.float-rs {
    bottom: 65px;
}

.fl-fl3 a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}

.fl-fl3 {
    background: #25d366;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -142px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0 4px 15px 4px rgb(0 0 0 / 42%);
    text-shadow: 2px 2px 4px #000000;
}

.float-ig {
    top: 380px;
}

.float-pn {
    top: 435px;
}

.fl-fl4 {
    background: #e95950;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -153px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.fl-fl4 a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}

@media only screen and (max-width:767px) {
    .fl-fl3 {
        background: #25d366;
        text-transform: uppercase;
        letter-spacing: 3px;
        padding: 4px;
        width: 190px;
        position: fixed;
        right: -154px;
    }

    .float-sm .fa {
        font-size: 20px;
        color: #fff;
        padding: 11px 0;
        width: 40px;
        margin-left: 6px;
    }
}

/* sidebar-end */

.property-price {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin: 0px 0px 6px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.propertyHolder ul li span {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

/* new-contact-start */

.contact-form-new {}

.contact-form-new input {
    background: #fff;
    width: 100%;
    height: 51px;
    font-size: 16px;
    color: #404040;
    font-weight: 400;
    border: 2px solid #3c0008;
    outline: 0;
    padding: 0 15px;
    border-radius: 8px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 24px;
}

.contact-form-new textarea {
    background: #fff;
    width: 100%;
    font-size: 16px;
    height: 120px;
    color: #404040;
    font-weight: 400;
    border: 2px solid #3c0008;
    resize: auto;
    outline: 0;
    padding: 10px 15px;
    border-radius: 8px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 24px;
}

.contact-btn-div {
    text-align: center;
}

.contact-btn-div input.submit-btn {
    margin-bottom: 0px !important;
    background: #3c0008;
    width: 199px;
    height: 56px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    border: 0;
    outline: 0;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    border: 2px solid #fff;
}

/* new-contact-end */

@media only screen and (max-width:991px) {
    .enqueryArea {
        bottom: 220px;
    }

    .brochureArea {
        bottom: 460px;
    }
}

@media only screen and (max-width:767px) {
    .enqueryArea {
        top: auto !important;
        bottom: 150px;
    }

    .brochureArea {
        bottom: 320px;
    }

}

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

    .enqueryArea {
        bottom: 70px;
    }

    .brochureArea {
        bottom: 250px;
    }
}

/* preloader-start */

.preloaderBg {
    position: fixed;
    z-index: 1000;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
}

.preloader {
    margin: auto;
    background: url(../images/Raktakorobi.png) no-repeat center;
    background-size: 150px;
    width: 100%;
    height: 100%;
}

.preloader2 {
    /* border: 5px solid #f3f3f3; */
    border-top: 5px solid #17a24a;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    animation: spin 1s ease-in-out infinite;
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* preloader-end */