html {
    scroll-behavior: smooth;
}
::selection {
  color: #ffffff;
  background: #D69F74;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*** Fonts ***/
@font-face {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*** End Fonts ***/
/*** Common CSS ***/
body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px !important;
    letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
a {
    color: #333;
    text-decoration: none;
    outline: 0
}
a:hover {
    color: #BE8967;
}
a, button {
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
button:focus {
    outline: 0
}
img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}
p {
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}
ul:last-child {
    margin-bottom: 0
}
iframe {
    border: none
}
a, b, div, li, ul {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}
a:active, a:focus, input, input:active, input:focus, input:hover, textarea, textarea:active, textarea:focus, textarea:hover {
    -moz-outline: none;
    outline: 0
}
a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0
}
section, .section{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
picture {
    display: block;
}
.clear-both:after, .clear-both:before {
    display: table;
    content: "";
    clear: both
}
.overflow-visible {
    overflow: visible !important;
}
.white-bg {
    background-color: #fff
}
.gray-bg {
    background-color: #f7f7f7;
}
.full-width {
    width: 100%
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #fff;
}
.dark p, .dark span {
    color: #ccc;
}
.columns, .columns:last-child {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.column {
    padding-top: 0;
    padding-bottom: 0;
}
.col-middle {
    display: table;
    width: 100%
}
.col-middle-inner {
    display: table-cell;
    vertical-align: middle
}
.splide__slide img {
    width: 100%;
}
.splide__arrow.splide__arrow--prev:disabled, .splide__arrow.splide__arrow--next:disabled {
    display: none;
}
.fancybox__container {
    z-index: 9999;
}
.white-text {
    color: #fff !important;
}
.theme-padding {
    padding: 0 60px;
    position: relative;
    z-index: 99;
}
.t-and-c-text {
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    display: block;
    margin-top: 20px;
}
/*** End Common CSS ***/
/*** Section Scroll CSS ***/
.theme-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}
.theme-scrollbar::-webkit-scrollbar-track {
 -webkit-box-shadow:none;
 background-color:transparent;
}
.theme-scrollbar::-webkit-scrollbar {
 width: 6px;
 background-color:transparent;
}
.theme-scrollbar::-webkit-scrollbar-thumb {
 background-color: #ddd;
 border-radius:3px;
}
/*** End Section Scroll CSS ***/
/*** Form CSS ***/
.sm-form-control {  
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: 100%;
    border: none;
    padding: 15px 15px 15px 0;
    background-color: transparent;
    border-radius: 0;
    resize: none;
    color: #be8967;
    font-size: 18px;
    border-bottom: 2px solid #be8967;
}
.error-msg1 {
    position: absolute;
    bottom: -12px;
    background: transparent;
    display: flex;
    line-height: 11px !important;
    background-color: #f00;
    color: #fff !important;
    font-size: 9px !important;
}
.col-form {
    position: relative;
    margin-bottom: 30px;
}
#inquiry .sm-form-control::-webkit-input-placeholder { 
  color: rgb(190 137 103 / 50%);
}
#inquiry .sm-form-control:-ms-input-placeholder { 
  color: rgb(190 137 103 / 50%);
}
#inquiry .sm-form-control::placeholder {
  color: rgb(190 137 103 / 50%);
}
.enquirenow-form .col-form .sm-form-control::-webkit-input-placeholder { 
  color: rgb(255, 255, 255);
}
.enquirenow-form .col-form .sm-form-control:-ms-input-placeholder { 
  color: rgb(255, 255, 255);
}
.enquirenow-form .col-form .sm-form-control::placeholder {
  color: rgb(255, 255, 255);
}
.contact-section .col-form .sm-form-control {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #ffffff;
    color: #fff;
}
.col-form label span {
    color: #ff0000;
}
.contact-section {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 15px 0 15px;
    width: 100%;
    z-index: 999;
    background: #BE8967;
    max-width: 1300px;
    margin: 0 auto;
    right: 0;
    border-top: 1px solid rgb(255 255 255 / 40%);
}
.contact-section .col-form {
    position: relative;
    width: 20%;
    float: left;
    padding: 0 15px;
    margin: 0 0 10px!important;
}
.col-form-title {
    display: none;
}
.sticky-btn-enquire {
    position: fixed!important;
    top: 220px;
    right: -108px;
    font-size: 18px!important;
    padding: 8px 15px!important;
    z-index: 999!important;
    transform: rotate(90deg);
    transition: all .3s linear;
    background-color: #000d26;
    color: #ffffff;
    border-radius: 0;
    text-transform: inherit;
    font-weight: 600;
    border: 1px solid #fff;
}
.close-form {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    padding: 3px;
    text-align: center;
}
.close-form span {
    color: #BE8967;
    font-size: 25px;
    line-height: 30px;
}
.sticky-btn-enquire:hover {
    background-color: #BE8967;
    color: #ffffff;
}
#scontactform h3 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0;
}
/*** End Form CSS ***/
/*** Button CSS ***/
.theme-btn {        
    font-family: 'Montserrat', sans-serif;  
    position: relative;
    background:transparent;
    border: 1px solid #fff;
    color: #be8967;
    display: inline-block;
    padding: 8px 30px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0 20px;
    border: 2px solid #BE8967;
}
.theme-btn:hover {
    color: #ffffff;
    background-color: #BE8967;
}
.theme-btn.white-btn {
    background: #fff;
    color: #BE8967;
}
.theme-btn.white-btn:hover {
    background: #BE8967;
    color: #e6d9eb;
}
/*** End Button CSS ***/
/*** Modal CSS ***/
.modal {
    z-index: 99999;
    display: block;
    visibility: visible;
}
/* .modal[style="visibility: visible;"] .modal-background {
    opacity: 0.7;
} */
.modal-content {
    border: 0;
    border-radius: 0
}
.modal-card-head {
    background-color: transparent;
    border: 0;
    padding: 20px 30px;
    height: inherit;
    border-radius: 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.modal-card {
    top: 50%;
    max-width: 560px;
    width: 100%;
    padding: 30px;
    max-height: inherit;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all 0.3s linear;
    opacity: 1;
    overflow: visible;
    background-color:#ffffff;
}
.modal-card-title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.modal-card-title {
    margin: 0;
    text-transform: uppercase;
}
.modal-background {
    background-color: #000;
    transition: all 0.3s linear;
    opacity: 0.4;
    visibility: visible;
}
.modal[style="visibility: visible;"] .modal-card {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
}
.modal[style="visibility: visible;"] .modal-background {
    opacity: 0.5;
    visibility: visible;
}
.modal {
    z-index: 99999;
    display: block;
    visibility: visible;
}
.modal-card-body {
    border: 2px solid #BE8967;
    position: relative;
    overflow: visible;
}
.modal-card-body {
    padding: 60px 40px;
    background-color: transparent;
}
.close1 {
    color: #BE8967;
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
    text-shadow: none;
    opacity: 1;
    border: none;
    background-color: #fff;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.close1:hover {
    opacity: 1;
}
.modal-card-body:before {
    left: 0;
}
.modal-card-body:after {
    right: 0;
}
.form-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: -34px;
    z-index: 9;
}
.modal-card-title {
    color: #BE8967;
    font-weight: 400;
}
.modal-card-body img {
    width: 160px;
    margin: 0 auto;
}
.sub-text {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
}
/*** End Modal CSS ***/
/*** Thank You Page CSS ***/
.text-box {
    padding: 30px;
    position: relative;
    z-index: 9;
}
.thankyou-msg {
    font-size: 16px!important;
    color: #fff!important;
    background: 0 0!important
}
.thankyou-block {
    background: #BE8967;
    height: 100vh
}
.thankyou-block h1 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
/*** End Thank You Page CSS ***/
/*** Back to Top CSS ***/
#back2top.active {
    bottom: 20px;
    visibility: visible;
    opacity: 1
}
#back2top {
    position: fixed;
    bottom: 74px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 111;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}
#back2top img {
    visibility: visible !important;
    width: 42px;
    background-color: #ffffff;
    border-radius: 50%;
}
#back2top .up-arrow {
    margin-top: 4px;
    border-width: 2px 0 0 2px
}
/*** End Back to Top CSS ***/
/*** Animation CSS ***/
.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}
.js-scroll.scrolled {
    opacity: 1;
}
.scrolled.fade-in {
    animation: fade-in 1s ease-in-out both;
}
.scrolled.fade-in-top {
    animation: fade-in-top 1s ease-in-out both;
}
.scrolled.fade-in-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.fade-in-left {
    animation: fade-in-left 1s ease-in-out both;
}
.scrolled.fade-in-right {
    animation: fade-in-right 1s ease-in-out both;
}
@keyframes fade-in-left {
 0% {
 -webkit-transform: translateX(-50px);
 transform: translateX(-100px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
}
@keyframes fade-in-right {
 0% {
 -webkit-transform: translateX(50px);
 transform: translateX(100px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
}
@keyframes fade-in-bottom {
 0% {
 -webkit-transform: translateY(50px);
 transform: translateY(50px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}
}
@keyframes fade-in-top {
 0% {
 -webkit-transform: translateY(-50px);
 transform: translateY(-50px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}
}
@keyframes fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.delay1 {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
}
.delay2 {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}
.delay3 {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}
.delay4 {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}
.delay5 {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}
.delay6 {
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
}
.pulse {
    animation: pulse-animation 1s infinite;
}
@keyframes pulse-animation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
/*** End Animation CSS ***/
.section, section {
    padding: 80px 0;
}
header {
    position: fixed;
    z-index: 9999;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 60%);
    -moz-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
    -ms-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
    -o-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
    -webkit-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
    transition: transform 3s cubic-bezier(.25, .1, .25, 1);
    border-bottom: 1px solid #fff;
}
.theme-logo img {
    width: inherit;
    margin: 20px auto;
    height: 80px;
    object-fit: contain;
}
.sticky-btn-enquire {
    position: fixed!important;
    top: 280px;
    right: -76px;
    font-size: 18px!important;
    padding: 12px 25px!important;
    z-index: 999!important;
    transform: rotate(270deg);
    transition: all .3s linear;
    background: rgb(214,159,116);
    background: linear-gradient(15deg, rgba(214,159,116,1) 0%, rgba(190,137,103,1) 100%);
    color: #ffffff;
    border-radius: 0 20px;
    text-transform: uppercase;
    font-weight: 600;
   border: 1px solid #fff;
}
.sticky-btn-enquire:hover{
    background: linear-gradient(15deg, rgba(190,137,103,1) 100%, rgba(214,159,116,1) 0%);
}
.sticky-btn-vt{
    position: fixed!important;
    top: 495px;
    right: -76px;
    font-size: 18px!important;
    padding: 12px 25px!important;
    z-index: 999!important;
    transform: rotate(270deg);
    transition: all .3s linear;
    background: #203920;
    color: #ffffff;
    border-radius: 0 20px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #fff;
}
.sticky-btn-vt:hover {
    background-color: #c8936d;
    color: #ffffff;
}
.black-bg{
    background-color: #000;
}
.footerlogo img {
    width: inherit;
}
.footer-logo-right img {
    float: right;
}
.footer-logo, .footer-rera{
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.footer-address {
    margin-bottom: 40px;
}
.gray-text {
    color: #ccc;
}
.footer-rera-1 h3 {
    margin-bottom: 8px;
}
.footer-rera-1 p {
    margin-bottom: 12px;
}
.footer-rera-2 {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding-top: 30px;
}
.footer-rera-1 {
    display: inline-block;
}
.date {
    margin-bottom: 0;
}
.footer-menu-1 {
    margin-bottom: 15px;
}
.footer-disclaimer p {
    font-weight: 100;
    font-size: 16px;
}
.brown-bg {
    background: #c48f6b;
}
.copyright-bar {
    padding: 30px 0;
}
.footer-detail p {
    display: inline-block;
}
.footer-detail span, .footer-detail p {
    font-size: 16px;
}
.powered-by-text:hover {
    color: #000 !important;
}
#section-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
}
.banner-block img {
    width: inherit;
    margin-bottom: 15px;
}
.banner-wrapper .columns {
    height: 100vh;
}
.banner-block h1 {
    font-size: 74px;
    line-height: 94px;
    margin-bottom: 30px;
    font-weight: bold;
}
.col-middle{
    display: table;
}
.col-middle-inner{
    display: table-cell;
    vertical-align: middle;
}
.col-banner a {
    height: 100vh;
    position: relative;
}
.col-banner a:hover {
    background-color: rgb(0 0 0 / 60%);
}
.banner-rera img {
    width: 60px;
    margin: 0 auto 10px;
}
.banner-rera {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#section-banner {
    height: 100vh;
}
#section-banner {
    height: 100vh;
    background-position: center;
}
.webp #section-banner {
    background-image: url(../images/banner/banner.webp);
}
.no-webp #section-banner {
    background-image: url(../images/banner/banner.jpg);
}
header.sticky {
    background-color: rgb(0 0 0 / 60%);
}
.disclaimer p:first-child {
    font-size: 18px;
    line-height: 28px !important;
}
.disclaimer a:hover{ 
    color:#c48f6b !important;
}

/****** Inner page *******/
.header__menu-link {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.col-header:last-child {
    text-align: right;
    padding: 0;
    display: flex;
    align-items: end;
    justify-content: end;
} 
.theme-logo a {
    display: block;
}
.header-primary-menu-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.col-header:first-child {
    max-width: 270px;
    padding: 0;
}
.header__menu-item {
    display: inline-block;
    padding: 25px 10px;
}
#independent-floors .theme-logo img, #compliance .theme-logo img, #privacy-policy .theme-logo img {
    margin: 0;
}
#independent-floors header,
#compliance header {
    padding: 8px 30px;
}
.header-phone {
    color: #fff;
}
.header-phone {
    color: #fff;
    /* font-size: 14px; */
    font-weight: 600;
}
.header-phone {
    display: flex;
    align-items: center;
}
.header-phone img {
    width: 12px;
}
#header__menu {
    display: flex;
    align-items: center;
}
.header-phone p {
    padding-left: 10px;
    position: relative;
}
.header-phone p span {
    width: 6px;
    height: 6px;
    background-color: #b07c5c;
    position: absolute;
    border-radius: 50%;
    left: 2px;
    top: 42%;
    transform: translateY(-50%);
}
.header-phone p span:nth-child(2) {
    left: 14px;
}
.header-phone p span:nth-child(3) {
    left: 26px;
}
.border-gradient {
    background: linear-gradient(15deg, rgba(190,137,103,1) 100%, rgba(214,159,116,1) 0%);
    height: 30px;
}
.section-title p {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.section-title {
    margin-bottom: 40px;
}
.section-title h1, .section-title h2 {
    font-size: 44px;
    line-height: 54px;
    color: #BE8967;
}
.ecosystem-text {
    padding-left: 0;
    position: relative;
}
.ecosystem-text:before {
    content: none;
    position: absolute;
    width: 280px;
    height: 2px;
    background-color: #c48f6a;
    left: 0;
    top: 16px;
}
.ecosystem-text {
    padding: 60px;
}
.col-ecosystem:first-child .section-title {
    margin-bottom: 0;
    padding: 60px;
}
p {
    line-height: 30px !important;
}
/*#section-ecosystem:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 140px;
    height: 220px;
    background-color: #f4ede7;
    top: 0;
    z-index: 9;
}*/
#independent-floors section,
#independent-floors .section,
#compliance section,
#compliance .section {
    padding: 100px 0;
}
/*#section-ecosystem {
    padding: 280px 0 !important;
}*/
.element {
    position: absolute;
    left: 0;
    right: 0;
}
.element img {
    width: inherit;
    margin: 0 auto;
}
.logo-element-light{
    top: 120px;
    left: auto;
}
.green-bg{
    background-color: #203920;
}
#overview-slider {
    padding-top: 60px;
}
.overview-block {
    text-align: left;
}
.light-brown-bg{
    background-color: #f4ede7;
}
.icons-block img {
    width: 80px;
    margin: 0 auto;
}
.col-icons {
    margin-bottom: 30px;
}
#section-icons {
    padding: 100px 0 70px 0 !important;
}
#section-icons .columns {
    max-width: 1400px;
    margin: 0 auto !important;
    width: 100%;
}
.location-bullets {
    width: 22px !important;
    max-width: 22px !important;
    margin-top: 6px;
}
.location-points ul li {
    margin-bottom: 10px;
}
.location-points ul li .location-bullets, .location-points ul li p {
    display: inline-block;
    vertical-align: top;
}
.location-points ul li p {
    width: calc(100% - 28px);
}
.location-points ul li:last-child {
    margin-bottom: 0;
}
.location-points ul li p {
    padding-left: 12px;
}
.location-block {
    padding: 0 60px;
}
.view-location {
    position: absolute;
    left: 60px;
    bottom: 20px;
}
.view-location p a {
    color: #203920;
    font-weight: 600;
    text-decoration: underline;
}
#section-infrastructure {
    margin: 0 140px 100px;
}
.connectivity-block {
    padding: 0 60px;
}
.infrastructure-bullets img {
    width: 60px;
}
.infrastructure-bullets {
    background-color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 12px;
}
.infrastructure-points ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.infrastructure-points ul li:last-child{
    margin-bottom: 0;
}
.infrastructure-points ul li p {
    padding-left: 15px;
}
.logo-element-light-right {
    left: auto;
    right: 60px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}
.enquirenow-form {
    /* max-width: 1200px; */
    width: 100%;
}
#section-enquirenow .view-location {
    bottom: 30px;
}
#section-enquirenow .view-location a {
    color: #be8967;
}
.logo-element-light-right img {
    opacity: 0.06;
    width: 700px !important;
}
.gallery-img, .col-gallery {
    position: relative;
}
.gallery-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
}
.gallery-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
}
.gallery-text .col-middle-inner {
    height: 100%;
}
.gallery-text h3 {
    color: #D69F74;
    font-size: 70px;
    line-height: 80px;
    position: relative;
    z-index: 99;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.gallery-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s linear;
}
.gallery-text:after {
    content: "";
    position: absolute;
    left: 40px;
    top: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    border: 2px solid #d69f74;
    z-index: 9;
    opacity: 0;
    transition: all 0.3s linear;
}
.gallery-text:hover:before, .gallery-text:hover:after{
    opacity: 1;
}
.gallery-text h3 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#overview-slider .splide__arrows {
    display: none;
}
.splide__pagination__page {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 3px 8px;
    padding: 0;
    transition: transform .2s linear;
    border: none;
    opacity: 0.4;
}
.splide__pagination__page.is-active {
    transform: scale(1);
    background: #fff;
    opacity: 1;
}
.splide__pagination {
    bottom: 30px;
}
#banner-slider .splide__pagination {
    display: none;
}
#banner-slider .splide__arrow svg path {
    fill: #fff;
}
#banner-slider .splide__arrow {
    background-color: transparent;
    opacity: 1;
}
#banner-slider .splide__arrow svg {
    width: 22px;
    height: 22px;
}
#banner-slider .splide__arrows {
    position: absolute;
    bottom: 30px;
    left: 10px;
}
#banner-slider .splide__arrows .splide__arrow--next {
    right: -100px;
}
.footer-menu-1 a:hover, .footer-menu-2 a:hover {
    color: #d29c72 !important;
}
/*.header__menu-link:hover {
    color: #243818;
}*/
header.sticky .header__menu-link:hover {
    color: #d29c72;
}
.header-phone1, .header-phone2{
    display: none;
}
.order-1{
    order:2;
}
.order-2{
    order:1;
}
/*#section-banner-inner {
    background: rgb(214,159,116);
    background: linear-gradient(15deg, rgba(214,159,116,1) 0%, rgba(190,137,103,1) 100%);
}*/
.banner-block {
    padding: 0 60px;
    position: relative;
    z-index: 99;
}
.logo-element-light-banner {
    right: -740px;
    bottom: -380px;
}
.col-banner {
    position: relative;
    overflow: hidden;
}
.banner-add {
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 16px;
}
.privacy-policy {
    background-color: #000;
    padding: 10px 60px;
}
#section-privacy {
    margin-top: 137px;
}
.privacy-policy a:hover {
    color: #b27a60;
}

#header__menu1 {
    display: flex;
}
.fancybox__counter {
    display: none !important;
}
.flashit {
    color: #ffffff;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}
 @-webkit-keyframes flash {
 0% {
 opacity: 1;
}
 50% {
 opacity: .1;
}
 100% {
 opacity: 1;
}
}
 @keyframes flash {
 0% {
 opacity: 1;
}
 50% {
 opacity: .1;
}
 100% {
 opacity: 1;
}
}
.icons-div{
    margin-top: 30px;
}
.line {
    width: 100%;
    height: 1px;
    background-color: rgb(197 144 107 / 80%);
    position: relative;
    display: inline-block;
}
.icons-text p {
    line-height: 28px !important;
}
.view-location1 {
    position: relative;
    padding: 40px 10px;
    background-color: #be8967;
    left: 0;
    bottom: 0;
    text-align: center;
    /* margin: 0 140px; */
}
.view-location1 p a {
    color: #ffffff;
}
.view-location1 p a:hover {
    color: #203920;
}
.col-iconsmain:last-child {
/*    border-left: 1px solid #a37b5e;*/
}
.overview-block {
    margin-bottom: 30px;
}
.footer-menu-1 li, .footer-menu-2 li {
    display: inline-block;
    width: calc(33.33% - 4px);
    vertical-align: top;
    margin-bottom: 15px;
}
.footer-menu-1 a, .footer-menu-2 a {
    font-size: 16px;
}
.view-location1 p {
    font-size: 32px;
    line-height: 42px !important;
}
.footer-rera, .footer-disclaimer {
    padding: 60px 0!important;
}

#compliance header {
    background-color: #203920;
}

.section.compliance-section {
    padding-top: 160px !important;
}
.compliance-item h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    padding: 0 10px;
}
.compliance-item table {
    width: 100%;
    margin-bottom: 0;
    border-spacing: 10px;
    border-collapse: separate;
}
.compliance-item table tr th {
    font-size: 15px;
    line-height: 20px;
    padding: 12px;
    color: #d0a285;
    background-color: #ffe8da;
}
.compliance-item table tr td {
    background: rgb(255 255 255);
    color: #c48f6b;
    text-align: center;
    padding: 12px;
    line-height: 24px;
    text-align: left;
}
.compliance-item table tr th:first-child {
    border-radius: 20px 0 0 0;
}

.compliance-item table tr th:last-child {
    border-radius: 0 20px 0 0;
}
.download-pdf img {
    max-width: 30px;
    margin: 0 auto;
}

.compliance-item table tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}

.compliance-item table tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

.compliance-section {
    background-color: #be8967;
}
.compliance-item table tr td a {
    color: #c48f6b;
}
.compliance-item {
    margin-bottom: 30px;
}
.compliance-item:last-child {
    margin-bottom: 0;
}
.compliance-item table tr th[colspan="2"] {
    border-radius: 20px 20px 0 0;
}
.compliance-item .table-responsive {
    margin-bottom: 30px;
}
.compliance-item .table-responsive:last-child {
    margin-bottom: 0;
}
#section-enquirenow .sm-form-control {
    color: #fff;
}
#section-enquirenow .sm-form-control option {
    color: #be8967;
}
.sm-form-control:focus {
    outline: 0;
}
#compliance header li:hover a {
    color: #be8967;
}
.overview .t-and-c-text {
    position: absolute;
    color: #fff;
    right: 30px;
    bottom: 30px;
}
.footer-logo-left img {
    max-width: 180px;
}
.va-top {
    vertical-align: top;
}
.compliance-item table tr:nth-child(10) td:first-child {
    border-radius: 0px 0 0 20px;
}
.approvals-table table tr:last-child td:last-child {
    border-radius: 0 0 20px 0 !important;
}
.documents-table table tr:last-child td:last-child {
    border-radius: 0 0 20px 0 !important;
}
.approvals-table table tr:nth-child(5) td:first-child {
    border-radius: 0 0 0 20px !important;
}
.promoter-table table tr:last-child td:first-child {
    border-radius: 0 0 0 20px !important;
}
.other-table table tr:last-child td:first-child {
    border-radius: 0 0 0 20px !important;
}
.approvals-section .compliance-item table tr:nth-child(10) td:first-child, .approvals-section .compliance-item table tr:last-child td:first-child {
    border-radius: 0;
}


.approvals-section .compliance-item table tr:nth-child(10) td:first-child {
    border-radius: 0px 0 0 20px !important;
}
.projectm-table tr th:first-child {
    border-radius: 20px 20px 0 0 !important;
}
.projectm-table tr:last-child th {
    border-radius: 0 0 20px 20px !important;
}