@import url("https://fonts.googleapis.com/css?family=Poppins:400,700|Lato:300,400,700&display=swap");

body {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #6A6972;
    overflow-x: hidden;
    background: #000;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
    outline: 0;
}



.section-title .title span {
    font-weight: 400;
    display: contents;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
    outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #000;
    z-index: 99999;
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.preloader .loader .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}

.preloader .loader .ytp-spinner-circle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: #b6a078 #b6a078 #E1E1E1;
    border-radius: 50%;
    border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #E1E1E1;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #E1E1E1;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

/*===========================
      02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #000;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #000;
    /*    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);*/
    /*    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);*/
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
    padding: 10px 0;
}

.navbar {
    padding: 10px 0;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding: 0;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

.navbar-nav .nav-item {
    margin-right: 45px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

.navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 600;
    color: #CECECE;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #2E2E2E;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
        color: #2E2E2E;
    }
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

.navbar-nav .nav-item .sub-menu li {
    display: block;
}

.navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #2E2E2E;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #361CC1;
}

.navbar-nav .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #2E2E2E;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #2E2E2E;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #2E2E2E;
    border-bottom: 1px solid #2E2E2E;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 70px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.navbar-btn .main-btn {
    height: 45px;
    line-height: 45px;
    background: -webkit-gradient(linear, left top, right top, from(#fe8464), color-stop(50%, #fe6e9a), to(#fe8464));
    background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background-size: 200%;
}

.navbar-btn .main-btn:hover {
    color: #fff;
    background-position: right center;
}

.sticky .navbar-toggler .toggler-icon {
    background-color: #fff;
}

.sticky .navbar-nav .nav-item a {
    color: #89AD7A;
}


.sticky .navbar-nav .nav-item:hover > a {
    color: #000;
}

.sticky .navbar-nav .nav-item.active > a {
    color: #f5c5b0 !important;
}

li.nav-item.active a {
    color: #000 !important;
    color: #838383 !important;
    /* background-color: #CECECE; */
    padding: 10px 20px;
}

.sticky .navbar-nav .nav-item a {
    /*    color: #CECECE;*/
    color: #fff !important;
}

/*===== HEADER HERO =====*/
.header-hero {
    position: relative;
    z-index: 5;
    background-position: bottom center;
}

#particles-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header-hero-content {
    padding-top: 180px;
}

@media (max-width: 767px) {
    .header-hero-content {
        padding-top: 100px;
    }
}

.header-hero-content .header-sub-title {
    font-size: 38px;
    font-weight: 300;
    color: #fff;
}

@media (max-width: 767px) {
    .header-hero-content .header-sub-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content .header-sub-title {
        font-size: 30px;
    }
}

.header-hero-content .header-title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 767px) {
    .header-hero-content .header-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content .header-title {
        font-size: 30px;
    }
}

.header-hero-content .text {
    color: #fff;
    margin-top: 30px;
}

.header-hero-content .main-btn {
    margin-top: 40px;
}

.header-hero-image {
    padding-top: 45px;
}

.header-hero-image img {
    max-width: 650px;
}

@media (max-width: 767px) {
    .header-hero-image img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .header-hero-image {
        padding-top: 30px;
    }
}

/*===========================
      03.BRAND css 
===========================*/
@media (max-width: 767px) {
    .brand-logo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-logo {
    padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-logo {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .single-logo {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .single-logo {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-logo {
        width: 33.33%;
    }
}

.single-logo img {
    width: 100%;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-logo:hover img {
    opacity: 1;
}





/*===========================
       11.FOOTER  css 
===========================*/
.footer-area {
    background-position: top center;
    position: relative;
    z-index: 5;
}

.footer-area::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/footer-bg.svg);
    background-position: top center;
    z-index: -1;
    background-size: cover;
}

@media only screen and (min-width: 1921px) {
    .footer-area::before {
        height: 1120px;
    }
}

#particles-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-widget {
    padding-top: 50px;
}

.footer-about .logo img {
    width: 160px;
}

.footer-about .text {
    color: #fff;
    line-height: 30px;
    margin-top: 30px;
}

.footer-about .social {
    margin-top: 40px;
}

.footer-about .social li {
    display: inline-block;
    margin-right: 30px;
}

.footer-about .social li a {
    font-size: 22px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-about .social li a:hover {
    color: #FE8464;
}

.footer-title .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.link-wrapper {
    padding: 0 35px;
}

@media (max-width: 767px) {
    .link-wrapper {
        padding: 0;
        padding-right: 50px;
    }
}

.link-wrapper .link {
    padding-top: 20px;
}

.link-wrapper .link li {
    margin-top: 20px;
}

.link-wrapper .link li a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.link-wrapper .link li a:hover {
    color: #FE8464;
}

.footer-contact .contact {
    padding-top: 20px;
}

.footer-contact .contact li {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    padding-bottom: 30px;
}

.copyright-content {
    padding-top: 15px;
    text-align: center;
}

.copyright-content p {
    color: #fff;
}

.copyright-content a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.copyright-content a:hover {
    color: #FE8464;
}

/*===== BACK TO TOP =====*/
.back-to-top {
    font-size: 20px;
    color: #000;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#4dc9f2), to(#4dc9f2));
    background: #b6a078;
    /*    background: linear-gradient(to right, #4dc9f2 0%, #4dc9f2 100%);*/
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}

.back-to-top:hover {
    color: #fff;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.desk-view {
    display: block;
}

.mob-view {
    display: none;
}

.banner {
    margin-top: 120px;
}
.navbar-brand-2 img{
    width: 200px;
}
.banner-wrapper img {
    /*    height: 850px;*/
    width: 100%;
}

.overview {
    height: 100%;
}

.overview .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
    padding-top: 50px;
}

.section-head h1 {
    margin-bottom: 30px;
    color: #b6a078;
    font-weight: 100;
    font-size: 35px;
    text-align: center;
}

.section-head h1::after {
    content: '';
    height: 100%;
    width: 150px;
    border-bottom: 2px solid #b6a078;
    display: block;
    margin: 0 auto;
}

.overview-txt h2 {
    color: #fff;
    font-weight: 100;
    font-size: 25px;
    letter-spacing: 2px;
}

span.dash-line {
    border: 1px solid #fff;
    width: 100px;
}

.flower {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin-top: 20px;
}

.overview-txt p {
    padding: 20px;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
}

.location .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
    padding-top: 50px;
}

.location-txt h2 {
    color: #fff;
    font-weight: 100;
    font-size: 25px;
    letter-spacing: 2px;
}

.location-txt p {
    padding: 20px;
    color: #000;
}

.location .flower img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.location span.dash-line {
    border: 1px solid #000;
    width: 100px;
}

.amenit-img {
    width: 180px;
    display: inline-block;
    /* gap: 9px; */
    padding: 20px 0;
    height: 161px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
}

.amenit-img img {
    width: 65px;
    margin: 0 auto;
    display: block;
}

.amenit-img p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    /*    font-weight: 600;*/
    padding: 10px;
    line-height: 18px;
    letter-spacing: 0.3px;
    /* height: 40px; */
    /* align-items: center; */
    /* justify-content: center; */
    /* vertical-align: middle; */
    /* display: flex; */
    font-weight: 600;
    text-transform: capitalize;
}

.amenities .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
}

.amenities-txt h2 {
    color: #000;
    font-weight: 100;
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 35px;
}

.amenities-txt p {
    padding: 20px;
    color: #000;
}

.amenities-txt .flower strong {
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    letter-spacing: 1px;
}

.amenities-txt .flower span {
    border: 1px solid #fff;
}

.amenities-img {
    margin-top: 0px;
}

.amenities-txt h2 {
    padding: 30px 0;
}

.slick-next::before,
.slick-prev::before {
    color: #B6A078;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
/*    background: #b6a078;*/
    border-radius: 50;
    
    background: transparent;
    border-radius: 50;
    filter: invert(1);
}

.slick-next {
    right: 0px;
    z-index: 2;
}

.slick-prev {
    left: 0px;
    z-index: 2;
}

/*
.slick-prev::before {
    font-family: FontAwesome;
    content: "\f0d9";
    font-size: 22px;
}

.slick-next::before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 22px;
}
*/
/*
.slick-prev:before {
  content: "<";
  color: #000;
  font-size: 50px;
}

.slick-next:before {
  content: ">";
  color: #000;
  font-size: 50px;
}
*/
img.a-right {
    width: 50px !important;
    height: 50px;
}

img.a-left {
    width: 50px !important;
    height: 50px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gallery-wrapper .img-gallery img {
    width: 100%;
    margin: 0 auto;
    /* align-items: center; */
}

.img-gallery p {
    color: #B6A078;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 15px;
}

.walkthrough {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0 50px;
    text-align: center;
}

.walkthrough img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.walkthrough p {
    color: #B6A078;
    font-size: 15px;
    letter-spacing: 1px;
}

a.download-btn {
    background: #80C340;
    color: #fff;
    padding: 8px 20px;
    margin: 3px;
    letter-spacing: 1px;
    font-weight: 600;
    width: 75%;
    text-align: center;
    font-size: 16px;
}

a.enquire-btn {
    background: #CECECE;
    color: #000;
    padding: 8px 20px;
    /* margin: 10px; */
    letter-spacing: 1px;
    font-weight: 600;
    width: 49%;
    text-align: center;
    font-size: 16px;
}

.contact {
    background: #faf8f5;
}

.address-wrapper {
    background: #F3EADB;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.office__address__bx {
    margin-bottom: 50px;
}

.office__address__bx img {
    width: 25px;
    height: 25px;
}

.office__address__bx .fullAddress {
    width: calc(100% - 25px);
    padding-left: 5px;
}

.fullAddress h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #c19648;
    margin-bottom: 2px;
}

.fullAddress p {
    margin-bottom: 8px;
    line-height: 29px;
}

.mapLink {
    font-size: 12px;
    color: #c19648;
}

.underLineAnimate {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.office__address__bx .fullAddress .underLineAnimate:after {
    width: 0;
}

.office__address__bx .fullAddress .underLineAnimate.mapLink:after {
    background-color: #c19648;
    width: 20px;
}

.underLineAnimate:after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #c19648;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.office__address__bx:last-child {
    margin-bottom: 0;
}

.office__address {
    background-color: #f3eada;
    padding: 60px 50px;
}

.fullAddress p a {
    color: #6A6972;
}

.office__address_col {
    padding-right: 0;
}

.map_iframe_bx_col {
    padding-left: 0;
}

.contact .section-head h1:after {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #c19648;
    /*    position: absolute;*/
    bottom: -5px;
    /* left: 0; */
    z-index: 0;
    margin: 0 auto;
}

footer {
    position: relative;
/*    margin-bottom: 44px;*/
    background-color: #0a0406;
}

.footer_top {
    padding: 55px 0
}

.footerLinks li a {
    font-size: 14px;
    color: #faf8f5;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.footerLinks li a:hover {
    color: #c19648
}

.footerLinks h2 a,
.footerLinks li h2 {
    font-size: 14px;
    color: #c19648;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.footerLinks h2 a:hover {
    color: #faf8f5
}

.footerLinks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    z-index: 1
}

footer .svgDrawingEle {
    max-width: 120px
}

.footLinksList li,
.footerLinks li h2,
.footerLinks ~ li {
    padding: 10px 0
}

.footer_social_links_mobile {
    display: none
}

.footer_bottom {
    background-color: #000;
    padding: 5px 0;
    position: relative;
    z-index: 1
}

.footer_bottom h2,
.footer_bottom h2 > a {
    color: #c19648;
    font-size: 12px;
    text-transform: uppercase
}

.madeWithLove span {
    color: #c19648
}

.madeWithLove {
    text-align: right
}

ul.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.social li {
    padding: 10px 5px;
}

ul.social li img {
    width: 25px;
}

.radio-switch-box {
    display: inline-block;
    width: auto;
    /* background: #4c4c4c; */
    /* border: 2px solid rgba(0, 0, 0, 0.05); */
    border-collapse: collapse;
    padding: 0;
}

.radio-switch-box input[type=radio] {
    display: none;
}

.radio-switch-box input[type=radio] + label {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    border: 2px solid #4c4c4c;
    text-align: center;
    /* color: white; */
    /* font-family: "museo-sans-rounded", sans-serif; */
    padding: 0.4em 1em;
    background: #CECECE;
}

.radio-switch-box input[type=radio] + label:hover {
    background: #474747;
}

.radio-switch-box input[type=radio]:checked + label {
    background: #333333;
}

.radio-switch-box.special {
    /* background: #689cc6; */
    text-transform: uppercase;
    text-align: center;
    font-size: 0.85em;
}

@media only screen and (min-width: 40.063em) {
    .radio-switch-box.special {
        font-size: 1.2em;
    }
}

.radio-switch-box.special input[type=radio] + label {
    border: 0;
    margin: 0.2em;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 8px 20px;
    letter-spacing: 1px;
    cursor: pointer;
}

.radio-switch-box.special input[type=radio] + label:hover {
    background: rgba(0, 0, 0, 0.1);
}

.radio-switch-box.special input[type=radio]:checked + label {
    background: #8fc955;
    color: #fff;
    font-size: 16px;
    /* padding: 8px 20px; */
}

#unified-grid {
    position: relative;
}

#unified-grid #unified-features {
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: 0;
}

img.logo-1 {
    /* width: 120px; */
}

img.logo-2 {
    width: 150px;
}

.grid-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

/*** sidebarContact ***/
.sidebar-contact {
    position: fixed;
    top: 52%;
    right: -340px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 340px;
    height: auto;
    padding: 40px;
    background: #cecece;
    /*    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .5);*/
    /*    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 99;
}

.sidebar-contact.active {
    right: 0
}

#modalForm input,
.sidebar-contact input {
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    /*    margin-bottom: 25px;*/
    /* border: 1px solid #000; */
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #000;
}

#modalForm h2,
.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none
}

.sidebar-contact buuto[type=submit] {
    background: #ca9d75;
    border: 1px solid #ca9d75;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: auto;
    padding: 10px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sidebar-contact input[type=submit]:focus,
.sidebar-contact input[type=submit]:hover {
    background-color: transparent;
    color: #ca9d75;
    -webkit-box-shadow: none;
    box-shadow: none
}

.toggle {
    position: absolute;
    height: 48px;
    width: 164px;
    text-align: center;
    cursor: pointer;
    background: #82C241;
    top: 58px;
    left: -105px;
    line-height: 44px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.toggle.active {
    height: 49px;
    width: 50px;
    top: 0;
    left: -50px;
    background: #4dc9f2;
}

/*
.toggle:before {
    content: 'Enquire Now!';
    font-size: 18px
}
*/

/*
.toggle.active:before {
    content: 'X'
}

.toggle.active:before {
    position: absolute;
    content: '\f00d';
    font: normal normal normal 20px/1 FontAwesome;
    color: #fff;
}
*/

button#frm_submitside {
    color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 8px 40px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

/*** sidebarContact ***/

span.line-2 {
    font-size: 30px;
    line-height: 40px;
}

span.line-3 {
    color: #b6a078;
}

.rera-disclaim {
    padding: 30px 15px;
}

.rera-disclaim strong {
    font-size: 12px;
    color: #fff;
}

.rera-disclaim p {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    line-height: 18px;
    letter-spacing: 0.5px;
}

.rera-data a {
    color: #c19648;
}

.rera-header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.rera-header h2 {
    color: #fff;
    padding-left: 20px;
    font-weight: 100;
    font-size: 22px;
    line-height: 0;
    letter-spacing: 1px;
}

.rera-header h2:after {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #c19648;
    position: absolute;
    bottom: 5px;
    left: 85px;
    z-index: 0;
    /* margin: inherit; */
}

.location-img img,
.overview-img img {
    width: 100%;
}

.agreed_privacy {
    margin: 0 0 20px;
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: block;
    cursor: pointer;
    position: absolute;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    font-size: 13px;
    color: #000;
    padding-left: 22px;
}

/*
.checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0 -15px 10px -12px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0 -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 7px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    left: 0;
    top: 2px;
}
*/
.checkbox label a {
    color: #8d8383;
}

.map-list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 20px;
}

.map-list h2 {
    /*    line-height: 0;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.map-list h2 a {
    font-size: 16px;
    color: #CECECE;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.map-list.social-mob {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.map-list.social-mob h2 {
    /* line-height: 0; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #A98645;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
}

/*
.map-list.social-mob h2 a{
    font-size: 16px;
    color: #82c241;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
*/
.map-list.social-mob ul.social li {
    padding: 0px 5px;
}

/*
.slick-list {
    border: 4px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(40%, #71D0F0), color-stop(65%, #85C44A));
    background: linear-gradient(#fff, #fff), linear-gradient(180deg, #71D0F0 40%, #85C44A 65%);
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    padding: 10px;
}
*/


.amenit-box {
    height: 80px;
    background: #00;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fff9e3;
    color: #5864FF;
    margin: auto;
    /* margin-bottom: 30px; */
    font-size: 65px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.form_input_ele {
    position: relative;
    margin-bottom: 15px;
}

.form_input_ele input {
    width: 100%;
    height: 40px;
    border: none;
    background: 0 0;
    border-bottom: 1px solid #000;
    color: #000;
}

.form_input_ele .input_placeholder {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    transition: ease-in-out .2s all;
    -webkit-transition: ease-in-out .2s all;
    -moz-transition: ease-in-out .2s all;
    -o-transition: ease-in-out .2s all;
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#popup-modal .modal-body {
    margin-top: 25px;
}

#popup-modal .form_input_ele {
    margin-bottom: 30px;
}

/*
.form_input_ele input:focus ~ .input_placeholder {
    top: -25px !important;
    font-size: 12px;
}
*/

.focused .input_placeholder {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    font-size: 0.75em;
}

#popup-modal .focused .input_placeholder {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    font-size: 0.75em;
}

.error_msg {
    font-weight: 500;
    font-size: 12px;
    color: #c14848;
    position: relative;
    bottom: auto;
    /* margin-bottom: 15px; */
    text-align: left;
}

.enqure__now__btn {
    color: #000;
    font-weight: 700;
    padding: 10px 50px 10px 20px;
    background: #b6a078;
    box-shadow: -20px 20px 40px rgb(58 46 29 / 5%);
    -webkit-box-shadow: -20px 20px 40px rgb(58 46 29 / 5%);
    position: absolute;
    right: 298px;
    top: 50%;
    z-index: 5;
    font-size: 14px;
    cursor: pointer;
    -webkit-transform-origin: 50% 51%;
    -webkit-transform-origin: 50% 51%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    /* -webkit-transform: translateY(-50%) rotate(
-90deg
); */
}

.enqure__now__btn span {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
}



.toggle span:before {
    content: "\f060";
    font-family: 'FontAwesome';
    width: 32px;
    height: 17px;
    position: absolute;
    top: 12px;
    right: -40px;
    /*    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMTVMMyA5TDkgMyIgc3Ryb2tlPSIjQzE5NjQ4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);*/
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 50% 51%;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.sidebar-contact.active span:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    right: -22px;
}

/*
.toggle.active:before {
    content: 'X'
}

.toggle.active:before {
    position: absolute;
    content: '\f00d';
    font: normal normal normal 20px/1 FontAwesome;
    color: #fff;
}*/

/*
.carouslImgOuter {
    position: relative;
    border: 3px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(40%, #71D0F0), color-stop(65%, #85C44A));
    background: linear-gradient(#fff, #fff), linear-gradient(180deg, #71D0F0 40%, #85C44A 65%);
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
}
*/

.carouslImgOuter a {
    display: block;
}

#location a.nav-link.active {
    background: #8fc955;
    color: #fff !important;
    /* padding: 10px; */
    /* font-weight: 600; */
    /* font-size: 16px; */
    /* text-transform: uppercase; */
}

#location a.nav-link {
    background: #cecece;
    text-align: center;
    color: #000 !important;
    padding: 8px 20px;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

#location li {
    width: 50%;
}

li.nav-item a:hover {
    color: #838383 !important;
    background-color: #CECECE;
    padding: 10px 20px;
}

.walkthrough-btn a.download-btn {
    width: 49%;
}

.location-img .nav-tabs {
    border-bottom: 0;
}

.plan-img {
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.floorplan p {
    background: #949494;
    color: #fff;
    padding: 8px 20px;
    letter-spacing: 1px;
    font-weight: 600;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-top: 20px;
}

.download-brochure-btn {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.download-brochure-btn a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.tab2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.tab1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a:active {
    color: #000 !important;
}

li.nav-item a:hover:active {
    color: #000 !important;
}

#unified-base img {
    margin: 0 auto;
}

fieldset.radio-switch-box.special {
    margin: 0 auto;
    display: block;
}

.sticky .navbar {
    padding: 0px 0;
}

.desc img {
    margin: 0 auto;
}

.box-border {
    position: relative;
    border: 3px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(40%, #71D0F0), color-stop(65%, #85C44A));
    background: linear-gradient(#fff, #fff), linear-gradient(180deg, #71D0F0 40%, #85C44A 65%);
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    padding: 2px;
    /* width: 80%; */
    /* margin: 0 auto; */
}

.box-border a {
    display: block;
}

.centre {
    display: block;
    margin: 0 auto;
}

.feature-section .single-feature {
    text-align: center;
    padding: 30px 10px;
}

.feature-section .single-feature .icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fff9e3;
    color: #5864FF;
    margin: auto;
    margin-bottom: 30px;
    font-size: 65px;
    line-height: 1;
}

.feature-section .single-feature .icon img {
    width: 60px;
    margin-top: 5px;
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
}

.feature-section .single-feature .content h3 {
    margin-bottom: 10px;
    font-weight: 900;
    color: #fff !important;
}

.feature-section .single-feature .content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}

.feature-section .single-feature:hover {
    -webkit-box-shadow: 2px 2px 11px #adadad;
    box-shadow: 2px 2px 11px #adadad;
}

.feature-section .single-feature .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature-section a.download-btn {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #171a1c;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 30px;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    background: #80C340;
    color: #fff;
    padding: 8px 20px;
    /* margin: 3px; */
    letter-spacing: 1px;
    font-weight: 600;
    /* width: 75%; */
    text-align: center;
    font-size: 16px;
}

#amenities {
    background-size: cover;
    height: 100%;
    background-position: 100% 100%;
}

.center-slider .slick-current.slick-active img {
    opacity: 1;
}

.center-slider .slick-slide img {
    opacity: 0.2;
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    /*  background-color: #000000;*/
}

.center-slider .slick-current.slick-active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    /*  background-color: #000000;*/
}

.center-slider .slick-current.slick-active .carouslImgOuter {
    /*    padding: 15px;*/
}

.center-slider .slick-list {
    padding: 30px 20px !important;
}

.popup-form input {
    width: 100%;
    height: 30px;
    padding: 5px 15px;
    /* margin-bottom: 20px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    /* margin-bottom: 25px; */
    /* border: 1px solid #000; */
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #000;
}

.popup-form h2 {
    margin: 0 0 20px;
    padding: 0;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.popup-form textarea {
    height: 60px;
    resize: none
}

.popup-form buuto[type=submit] {
    background: #ca9d75;
    border: 1px solid #ca9d75;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: auto;
    padding: 10px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.popup-form input[type=submit]:focus,
.popup-form input[type=submit]:hover {
    background-color: transparent;
    color: #ca9d75;
    -webkit-box-shadow: none;
    box-shadow: none
}

button#frm_submitpopup {
    color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 8px 40px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.popup-form .checkbox {
    /*    display: flex;*/
    /*    margin-bottom: 40px;*/
    position: relative;
}

.popup-form .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: block;
    cursor: pointer;
    position: absolute;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    /* margin-left: -8%; */
    top: 8px;
}

.popup-form .checkbox label {
    margin-bottom: 0;
}

.popup-form .modal-content {
    padding: 0 20px;
    background: #cecece;
}

.sidebar-contact .form_input_ele input {
    margin-bottom: 0
}

#otp-validate form input {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
}

#otp-validate .modal-body {
    background: #cecece;
}

#otp-validate .modal-dialog {
    position: relative;
}

#otp-validate .close_modell {
    font-size: 20px;
    position: absolute;
    right: 14px;
    top: 10px;
    z-index: 9;
    font-weight: 700;
}

#otp-validate button.btn-primary {
    color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 8px 40px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: transparent;
}

@media(min-width:1200px) {
    .navbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        height: 100%;
        overflow: hidden;
    }

    .navbar-nav .nav-item {
        margin: 0px;
    }

    .navbar-collapse,
    .navbar-nav,
    .nav-item,
    .nav-item a {
        height: 100% !important;
    }

    .navbar-nav .nav-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    img.logo-1,
    img.logo-2 {
        padding: 10px 0;
    }

    li.nav-item.active a,
    li.nav-item.active a:hover,
    li.nav-item a,
    .navbar-nav .nav-item a,
    li.nav-item a:hover {
        padding: 0px 15px;
        color: #fff !important;
    }


}

.about-txt {
    text-align: left;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}

.gallery-tab .nav-item a.active {
    background: #8fc955;
    color: #fff !important;
    font-size: 16px;
    border: 0;
    margin: 0.2em;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 8px 20px;
    letter-spacing: 1px;
    cursor: pointer;
}

.gallery-tab .nav-item a {
    border: 0;
    margin: 0.2em;
    font-size: 16px;
    font-weight: 600;
    color: #000 !important;
    padding: 8px 20px;
    letter-spacing: 1px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
}

.gallery-tab li.nav-item a:hover {
    border: 0;
    margin: 0.2em;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 8px 20px;
    letter-spacing: 1px;
    cursor: pointer;
    /*    background: rgba(0, 0, 0, 0.1);*/
}

.gallery-tab .nav-tabs {
    border-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

/* the slides */
.gallery-wrapper .slick-slide {
    margin: 0 15px;
}

/* the parent */
.gallery-wrapper .slick-list {
    margin: 0 -15px;
}
/* the slides */
.gallery-carousel  .slick-slide {
    margin: 0 15px;
}

/* the parent */
.gallery-carousel  .slick-list {
    margin: 0 -15px;
}

.gallery-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.walkthrough-btn a.download-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    display: block;
}

/*
.overview-img {
    position: relative;
    border: 3px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(40%, #71D0F0), color-stop(65%, #85C44A));
    background: linear-gradient(#fff, #fff), linear-gradient(180deg, #71D0F0 40%, #85C44A 65%);
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
}
*/

.connection-box {
    margin-top: 50px;
}

.attration-box {
    margin-top: 50px;
}

.attration-box h3 {
    font-size: 18px;
    padding-bottom: 10px;
    text-align: center;
}

.attration-box ul li {
    font-size: 16px;
    padding-bottom: 5px;
    width: 100% !important;
    color: #fff;
    list-style-type: circle;
}

.connection-box .row {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
}

.connectivity-box h3 {
    font-size: 18px;
    padding-bottom: 10px;
    text-align: center;
}

.connectivity-box ul li {
    font-size: 16px;
    padding-bottom: 5px;
    width: 100% !important;
    color: #fff;
    list-style-type: circle;
}

.connectivity-box {
    /* text-align: center; */
    /* padding-bottom: 14px; */
}

ul.project-detail-box {
    padding-top: 30px;
    color: #fff;
    list-style-type: circle;
    /* padding-right: 20px; */
}

ul.project-detail-box li {
    margin-left: 50px;
    font-size: 16px;
    padding-bottom: 5px;
}


.elevation-wrapper .slick-slide {
    margin: 0 15px;
}


.elevation-wrapper .slick-list {
    margin: 0 -15px;
}

.tab-content {
    padding-top: 50px;
}

ul#myTab {
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
}

ul#myTab li.nav-item {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    margin: 5px;
}

.tab-content > .tab-pane {
    display: block;
    height: 0px;
    overflow: hidden;
}

.tab-content > .active {
    height: auto;
}

section.about {
    text-align: center;
    padding-bottom: 60px;
}

section.about h6 {
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 18px;
}

section.about span {
    font-size: 12px;
}

.rera-info {
    float: left;
    width: 100%;
    margin: 40px 0 0;
    padding: 10px 20px;
    position: relative;
    background: #6a442b;
    text-align: center;
}

.rera-info p {
    margin: 0;
    font-size: 18px;
}

.rera-info a {
    color: #ffffff;
}

.rera-info img {
    margin-top: 10px;
}

.build-2 .row {
    align-items: center;
    justify-content: center;
}

.nav-tabs .nav-link.active {
    color: #000;
    font-weight: 600;
    background-color: #f5c5b0;

}

.master-layout-box {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 14px;
}

.master-layout-box ul li {
    padding-bottom: 5px;
    font-size: 14px;
    list-style-type: circle;
}

.icon-bxo {
    justify-content: center;
}

.icon-bxo .build-1 {
    text-align: center;
    margin-top: 50px;
}

input#pop-sub,
input#side-sub {
    width: auto;
    padding: 5px 15px;
    height: auto;
    background: #b6a078;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 10px;
}

.paradigm-about-logo {
    width: 200px;
}

.hubtown-about-logo {
    width: 250px;
}

.paradigm-about-logo,
.hubtown-about-logo {

    margin: 0 auto;
    display: block;
    margin-bottom: 20px;

}
.hallmark{
    margin-top: 20px;
}
.hallmark h3{
    font-size: 16px;
}
.hallmark h3, .hallmark li{
    color: #fff;
    padding-bottom: 5px;
}
.hallmark{
    list-style-type: circle;
}
form#contact-form {
    background: #cecece;
    padding: 30px;
    margin-top: 30px;
}

form#contact-form p {
    text-align: center;
}

.contact-form p {
    text-align: center;
}

.contact-form .form_input_ele {
    margin-bottom: 20px;
}
a.page-scroll.callIconNew {
    background: #b6a078;
    height: auto;
    max-height: 30px;
    margin-top: 45px;
    top: 0;
/*    position: fixed;*/
}
.qr-code {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.qr-code p{
    text-align: center;
}