html {
    scroll-behavior: smooth;
}
::selection {
  color: #ffffff;
  background: #7a8a5a;
}
/*** Fonts ***/

@font-face {
    font-family: 'modernline';
    src: url(../fonts/modernline.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.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: 'Open Sans', sans-serif;
	background-color: #e5e7d6;
	color: #39402a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.6px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #333;
	text-decoration: none;
	outline: 0
}
a:hover {
	color: #7a8a5a;
}
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: 15px;
    color: white;
}
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;
    color: #7a8a5a;
}
section, .section{
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	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%
}
.va-top {
    vertical-align: top;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark span, .dark b, .dark small, .dark a {
	color: #fff;
}
.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;
}
.white-text {
	color: #fff !important;
}
.theme-padding {
	padding-left: 60px;
    padding-right: 60px;
	position: relative;
	z-index: 99;
}
.element {
    position: absolute;
}
.modal-card-body .element {
    width: 100%;
    right: 0;
    top: 40px;
    max-width: 400px;
    opacity: 0.3;
}
.modal-card-body form, .modal-card-body p {
    position: relative;
    z-index: 1;
}
.splide__arrow {
    width: 60px;
    height: 60px;
    padding: 10px;
    color: #fff;
    background-color: rgb(122 138 90 / 40%);
    border: 1px solid #7a8a5a;
    opacity: 1;
}
.splide__arrow:hover {
    background-color: #7a8a5a;
    color: #fff;
    opacity: 1;
}
.splide__arrow svg {
    font-size: 24px;
}
.splide__arrow--prev {
    left: 60px;
}
.splide__arrow--next {
    right: 60px;
}
.section-title {
    margin-bottom: 30px;
}
.section-title:last-child {
    margin-bottom: 0;
}
.section-title h1,
.section-title h2 {
    font-size: 38px;
    line-height: 60px;
    font-family: 'modernline';
    color: white;
}
section#section-contact-us {
    margin-top: 10px;
}
.title-tagline {
    font-weight: 500;
    margin-top: 30px;
    display: block;
}
.arrow-outside .splide__arrow--prev {
    left: -100px;
}
.arrow-outside .splide__arrow--next {
    right: -100px;
}
.theme-block {
    position: relative;
    overflow: hidden;
}
.theme-block-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.theme-block-img img {
    border-radius: 10px;
}
.theme-block-title {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    z-index: 11;
}
.theme-block-icon {
    position: absolute;
    top: calc(50% + 15px);
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    background-color: #fff;
    color: #7a8a5a;
    border-radius: 100%;
    z-index: 22;
    opacity: 0;
}
.theme-block-icon.theme-block-video-icon {
    opacity: 1;
    top: 50%;
}
.theme-block-video-icon svg {
    margin: 0 -3px 0 0;
}
.theme-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #7a8a5a;
    border-radius: 10px;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.theme-block:hover:before {
    opacity: 0.9;
}
.theme-block:hover .theme-block-icon {
    top: 50%;
    opacity: 1;
}
.img-type-actual,
.img-type-artistic-rendition {
    position: relative;
}
.img-type-artistic-rendition:after, .img-type-actual:after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 12px;
    color: #fff;
    z-index: 11;
}
.img-type-artistic-rendition:after {
    content: "Actual Photographs";
}
.img-type-actual:after {
    content: "Shot at The Valley";
}
.list-points {
    margin-bottom: 15px;
}
.list-points:last-child {
    margin-bottom: 0;
}
.list-points li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
}
.dark .list-points li {
    color: #fff;
}
.list-points li img {
    position: absolute;
    max-width: 30px;
    top: -3px;
    left: 0;
}
.list-points li:last-child {
    margin-bottom: 0;
}
.view-location a {
    font-weight: 700;
}
.view-location a:hover {
    color: #1a1e13;
}
.theme-img-animation {
    overflow: hidden;
}
.arrow-dark .splide__arrow {
    color: #ffffff;
    background-color: rgb(62 72 43 / 50%);
    border: 1px solid #3e482b;
}
.arrow-dark .splide__arrow:hover {
    background-color: rgb(62 72 43 / 80%);
    border: 1px solid #3e482b;
}
/*** 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: 'Open Sans', sans-serif;
	display: block;
	width: 100%;
	border: none;
	padding: 0 15px 15px 0;
	background-color: transparent;
	border-radius: 0;
	resize: none;
	color: #020203;
	font-size: 16px;
	border-bottom: 2px solid #7a8a5a;
}
.sm-form-control:focus {
    outline: 0;
}
.sm-form-control option {
    background-color: #495335;
    color: #fff;
}
.error-msg1 {
	position: absolute;
	bottom: -14px;
	background: transparent;
	display: flex;
	border-radius: 8px;
	padding: 0 5px;
	line-height: 14px !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(2 2 3 / 50%);
}
#inquiry .sm-form-control:-ms-input-placeholder { 
  color: rgb(2 2 3 / 50%);
}
#inquiry .sm-form-control::placeholder {
  color: rgb(2 2 3 / 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: #7a8a5a;
	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: 280px;
    right: -75px;
    font-size: 18px!important;
    padding: 12px 25px!important;
    z-index: 999!important;
    transform: rotate(270deg);
    background-color: #7a8a5a;
    border: 2px solid #fff;
    color: #ffffff;
    border-radius: 0 20px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s linear;
}
.sticky-btn-enquire:hover{
    background-color: #6b7b4b;
    color: #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: #7a8a5a;
	font-size: 25px;
	line-height: 30px;
}
#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: 'Open Sans', sans-serif;
	position: relative;
	background:
	transparent;
	border: 1px solid #fff;
	color: #7a8a5a;
	display: inline-block;
	padding: 11px 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: 30px;
	border: 2px solid #7a8a5a;
}
.theme-btn:hover {
    color: #ffffff;
    background-color: #7a8a5a;
}
.theme-btn.white-btn {
	background: #e5e7d6;
	color: #7a8a5a;
}
.theme-btn.white-btn:hover {
    background: #ffffff;
    color: #7a8a5a;
}
/*** End Button CSS ***/
/*** Modal CSS ***/
.modal {
    z-index: 99999;
    display: block;
    visibility: hidden;
}
.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: 660px;
	width: 660px;
	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: 0;
	overflow: visible;
	background-color: #e5e7d6;
	border-radius: 10px;
}
.modal-card-title {
    color: #fff;
    font-family: 'Open Sans', 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;
	visibility: hidden;
}
.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.9;
    visibility: visible;
}
.modal {
    z-index: 99999;
    display: block;
    visibility: hidden;
}
.modal-card-body {
    border: 2px solid #7a8a5a;
    position: relative;
    overflow: visible;
    border-radius: 10px;
}
.modal-card-body {
	padding: 60px 40px;
	background-color: transparent;
}
.close1 {
    color: #7a8a5a;
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    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;
	box-shadow: rgb(0 0 0 / 40%) 0px 3px 8px;
}
.modal-card-body:before {
    left: 0;
}
.modal-card-body:after {
    right: 0;
}
.modal-card-title {
    color: #020203;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
}
.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: #7a8a5a;
	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;
}
.js-scroll.scrolled {
    opacity: 1;
}
.scrolled.fade-in {
	animation: fade-in 1s ease-in-out both;
}
.scrolled.fade-in-top {
	animation: fade-in-top 2s;
}
.scrolled.fade-in-bottom {
	animation: fade-in-bottom 2s;
}
.scrolled.fade-in-left {
	animation: fade-in-left 2s;
}
.scrolled.fade-in-right {
	animation: fade-in-right 2s;
}
.zoom-out-img {
	animation: zoom-out-img 30s ease-in-out both infinite;
}
.fade-right-img {
	animation: fade-right-img 20s ease-in-out both infinite;
}

@keyframes fade-in-left {
 0% {
	opacity: 0;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-timing-function: ease-out;
	-webkit-transform: translate3d(-50px,0px,0);
	transform: translate3d(-50px,0,0);
}
 100% {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
}
@keyframes fade-in-right {
 0% {
	opacity: 0;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-timing-function: ease-out;
	-webkit-transform: translate3d(50px,0px,0);
	transform: translate3d(50px,0,0);
}
 100% {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
}
@keyframes fade-in-bottom {
 0% {
	opacity: 0;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-timing-function: ease-out;
	-webkit-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0);
}
 100% {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
}
@keyframes fade-in-top {
 0% {
	opacity: 0;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-timing-function: ease-out;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}
 100% {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}
}

@keyframes fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}

@keyframes zoom-out-img {
 0% {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-timing-function: ease-out;
	-webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
50% {
    -webkit-transform: scale(1.2);
	transform: scale(1.2);
}
100% {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
}

@keyframes fade-right-img {
 0% {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-timing-function: ease-out;
	-webkit-transform: translate3d(100px,100px,0);
 	transform: translate3d(100px,100px,0);
}
50% {
    -webkit-transform: translate3d(0,0,0);
 	transform: translate3d(0,0,0);
}
100% {
    -webkit-transform: translate3d(100px,100px,0);
 	transform: translate3d(100px,100px,0);
}
}

.zoom-out {
	opacity: 0;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: 3s;
	transition-timing-function: ease-out;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.zoom-out.scrolled {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
.fade-up {
	opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    transition-duration: 2.5s;
    transition-timing-function: ease-out;
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
}
.fade-up.scrolled {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
ul#notice {
    /* top: 20px; */
    padding-top: 5px;
}

/*** End Animation CSS ***/
.section, section {
}
header {
    position: fixed;
    z-index: 111;
    padding: 0;
    width: 100%;
    top: 40px;
    left: 0;
    padding: 25px 60px;
    background-color: #fff;
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.theme-logo img {
    width: inherit;
}
.theme-developer-logo img {
    height: 40px;
    width: initial;
    margin-left: auto;
}
.col-header:first-child,
.col-header:last-child {
    width: 220px;
    flex: 0 0 220px;
}
.theme-logo {
    position: absolute;
    max-width: 220px;
    background-color: #fff;
    padding: 15px;
    top: -65px;
    left: 12px;
    border-radius: 0 0 10px 10px;
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}
.header .columns {
    position: relative;
}
.header__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.header__menu li a {
    font-size: 16px;
    color: #020203;
    text-transform: uppercase;
}
.header__menu li a:hover {
    color: #7a8a5a;
}
.section-footer{
    background-color: #1a1e13;
}
.footerlogo img {
    width: inherit;
}
.footer-logo-right img {
    float: right;
}
.footer-logo-wrapper, .footer-rera{
    border-bottom: 1px solid #292e1d;
}
.footer-address {
    margin-bottom: 0;
}
.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 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.footer-menu-2 {
    display: flex;
    justify-content: space-between;
}
.footer-disclaimer p {
    font-weight: 300;
    font-size: 14px;
}
.green-bg {
    background: #7a8a5a;
}
.copyright-bar {
    padding: 30px 0;
    background: #161910;
}
.footer-detail p {
    display: inline-block;
}
.footer-detail span, .footer-detail p {
    font-size: 16px;
}
.powered-by-text:hover {
    color: #000 !important;
}
.col-middle{
    display: table;
}
.col-middle-inner{
    display: table-cell;
    vertical-align: middle;
}
header.sticky {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
}
.disclaimer p:first-child {
    font-size: 18px;
    line-height: 28px !important;
}
.disclaimer a:hover{ 
    color:#7a8a5a;
}
.section-banner {
    margin-top: 89px;
}
.banner-desc {
    position: absolute;
    top: 50%;
    right: 250px;
    padding: 0 30px;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}
.banner-desc h1 span {
    display: block;
    font-size: 32px;
    line-height: 34px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.banner-desc h1 {
    color: #fff;
    /* color: #000;
    background-color: #e5e7d6;
    border-bottom: 5px solid #b2b5a1; */
    display: inline-block;
    padding: 16px 30px;
    font-size: 45px;
    line-height: 45px;
    font-family: 'modernline';
    border-radius: 16px;
}
.section-overview {
    height: calc(100vh - 90px);
}
.section-overview .col-middle {
    height: 100%;
}
.overview-wrapper {
    position: relative;
    max-width: 1000px;
    padding: 0 60px;
    margin: 0 auto;
    z-index: 1;
}
.overview-wrapper .section-title,.overview-wrapper .h2{
    text-align: center ;

}
.section-overview .element {
    max-width: 350px;
    top: 50px;
    right: 0;
}
.section-overview .element.element-2 {
    top: inherit;
    bottom: 0;
    left: 0;
}
.overview-wrapper .title-tagline,
.the-community-detail .title-tagline {
    font-size: 18px;
}
.overview-wrapper .title-tagline {
    margin: 0px 109px 3px;
	    padding-top: 16px;
}
.overview-wrapper .section-title h2 {
    font-size: 60px;
    /* text-align: right; */
	padding-bottom: 13px;
}
.section-the-community .element {
    max-width: 190px;
    right: 0;
    bottom: 0;
}
.the-community-detail small, .section-residence small {
    font-size: 10px;
	line-height: 14px;
    display: block;
}
.section-residence small {
    margin-top: 20px;
}
.section-residence .container {
    position: relative;
    z-index: 1;
}
.section-the-community .columns, .section-the-community .columns .col-middle {
    height: 100%;
}
.col-the-community .theme-img-animation, .col-the-community .theme-img-animation picture, .col-the-community .theme-img-animation img {
    height: 100%;
}
.col-the-community .theme-img-animation img {
    object-fit: cover;
}
.the-community-detail {
    padding: 60px;
    position: relative;
    z-index: 1;
}
.col-the-community {
    position: relative;
}
.amenities-title {
    max-width: 1000px;
    margin: 0 auto 30px;
}
.amenities-icon {
    background-color: #ffffff;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    padding: 20px;
    margin: 0 auto 15px;
}
.amenities-detail {
    text-align: center;
}
.amenities-detail span {
    font-weight: 500;
}
/** .section-connectivity {
    border-top: 2px solid #7a8a5a;
}**/
.section-connectivity .columns {
    position: relative;
    border-bottom: 2px solid #7a8a5a;
    overflow: hidden;
    background-color:#7a8a5a ;
}
.connectivity-detail {
    position: relative;
    padding: 60px;
    z-index: 1;
}
.col-connectivity {
    position: relative;
}
.section-connectivity .element, .section-residence .element {
    max-width: 240px;
    right: 0;
    bottom: 0;
}
.connectivity-item-wrapper {
    margin: 0 auto;
    padding: 60px;
}
.connectivity-item-detail {
    position: relative;
    background-color: #7a8a5a;
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    display: table;
    width: 100%;
}
.connectivity-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 5px 25px;
    align-items: center;
    border-bottom: 1px solid #ffffff1f;
}
.connectivity-item-detail .element {
    max-width: 240px;
    bottom: 0;
    right: 0;
}
.connectivity-item-detail picture {
    opacity: 0.5;
}
.connectivity-item:last-child {
    border-bottom: 0;
}
.connectivity-item span, .connectivity-item b {
    position: relative;
    color: #fff;
}
.connectivity-item span {
    font-size: 16px;
    letter-spacing: 0.3px;
    padding-right: 15px;
}
.connectivity-item b {
    color: #ffffff;
    letter-spacing: 0;
}
.section-residence .splide {
    margin-bottom: 30px;
}
.col-residence .theme-img-animation, .col-residence .theme-img-animation picture, .col-residence .theme-img-animation picture img {
    height: 100%;
}
.col-residence .theme-img-animation picture img {
    object-fit: cover;
}
.map-img {
    border-right: 2px solid #7a8a5a;
}
.section-contact-us .element {
    max-width: 600px;
    top: 30px;
    left: 0;
}
.section-contact-us picture {
    opacity: 0.5;
}
.section-contact-us .sm-form-control {
    border-bottom: 2px solid #e5e7d6;
    color: #fff;
}
.section-contact-us .sm-form-control::-webkit-input-placeholder {
  color: #e5e7d6;
}
.section-contact-us .sm-form-control:-ms-input-placeholder {
  color: #e5e7d6;
}
.section-contact-us .sm-form-control::placeholder {
  color: #e5e7d6;
}
.contact-us-form .col-form {
    margin-bottom: 50px;
}
.footer-logo-left img,
.footer-logo-right img {
    max-width: 240px;
}
.section-footer .section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.footer-menu li {width: calc(25% - 10px);}
.footer-menu li a {
    color: #fff;
}
.disclaimer h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.footer-address p {
    margin-bottom: 5px;
}
.footer-address a {
    font-size: 16px;
    font-weight: 500;
}
.footer-address b {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
}
.rera-no-item p b {
    display: inline-block;
    margin: 0;
    font-size: 15px;
}
.rera-no-item p {
    margin-bottom: 0;
}
.rera-no-item {
    margin-bottom: 10px;
}
.section-cms {
    padding-top: 170px;
}
.cms-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
.cms-item {
    margin-bottom: 30px;
}
.cms-item:last-child {
    margin-bottom: 0;
}
.cms-item h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.cms-item p {
    text-align: justify;
}

.section-compliance {
    min-height: calc(100vh);
}
#compliance #header {
    background-color: #7a8a5a;
}
#compliance .theme-logo {
    background-color: #7a8a5a;
}
#compliance #header .header-primary-menu-wrapper {
    visibility: hidden;
}
.compliance-wrapper {
    padding: 200px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#compliance .disclaimer {
    text-align: center;
	margin-top: 100px;
}
.compliance-wrapper .theme-btn {
    font-size: 18px;
    padding: 15px 40px;
}
#compliance .disclaimer p {
    letter-spacing: 1px;
    font-weight: 300;
}
.compliance-table {
    margin-top: 100px;
}
.compliance-table table {
    width: 100%;
	width: 100%;
    margin-bottom: 0;
    border-spacing: 10px;
    border-collapse: separate;
}
.compliance-table table tr, .compliance-table table td {
    font-size: 15px;
    padding: 12px;
    color: #e5e7d6;
}
.compliance-table table tr th:first-child {
    border-radius: 20px 0 0 0;
}
.compliance-table table tr th:last-child {
    border-radius: 0 20px 0 0;
}
.compliance-table table tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}
.compliance-table table tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}
.section-title h2 span {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    vertical-align: text-top;
    font-weight: 600;
}
.compliance-table table tr th {
    background: #e5e7d6;
    color: #7a8a5a;
    text-align: center;
    padding: 12px;
}
.compliance-table h4 {
    color: #e5e7d6;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px !important;
}
.compliance-table table td {
    background-color: #fff;
    color: #7a8a5a;
}
.pdf-icon img {
    width: 32px;
    margin: 0 auto;
}
.promoter-list.compliance-table table tr th:last-child, .other-list.compliance-table table tr th:last-child {
    border-radius: 20px 20px 0 0;
}
.c-desc {
    margin-top: 15px;
}
.c-desc small {
    font-size: 13px;
    line-height: 14px;
}
.col-connectivity .c-desc {
    position: absolute;
    bottom: -3px;
    left: 15px;
}
.col-connectivity .c-desc small {
    font-size: 10px;
}
.approvals-list.compliance-table table tr:last-child td:first-child {
    border-radius: 0;
}
.approvals-list.compliance-table table tr:nth-child(4) td:first-child {
    border-radius:0 0 0 20px;
}
#virtual-btn {
    top: 485px;
}


/** css for counter up **/
.counter{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 275px;
    min-height: 246px;
    padding: 25px 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter:after{
    content: '';
    background: linear-gradient(to right, #eff0f2, #fefefe);
    height: 152px;
    width: 152px;
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: 5px 0 8px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: -1;
}
.counter .counter-value{
    background:#7a8a5a;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 100%;
    padding: 10px 0 6px;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.6),0 0 0 8px #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.counter .counter-icon{
    background: linear-gradient(to right,#fe8c00,#f83600);
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
}
.counter h3 {
    color: #7a8a5a;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 14px;
    padding: 0px 33px;
    margin: 65px 0 18px;
}
.counter.green .counter-value{ background: #7a8a5a; }
.counter.green .counter-icon{ background: linear-gradient(to right,#01c700,#019b01); }
.counter.green h3{ color: #7a8a5a; }
.counter.blue .counter-value{ background: #28a9e2; }
.counter.blue .counter-icon{ background: linear-gradient(to right,#28a9e2,#0057c5); }
.counter.blue h3{ color: #0057c5; }
.counter.gray .counter-value{ background: #36474f; }
.counter.gray .counter-icon{ background: linear-gradient(to right,#36474f,#0d0e10); }
.counter.gray h3{ color: #0d0e10; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}





/************** thank you start****************/
.pre-header-item.thankyou-mail a {
    color: #555;
    font-size: 18px;
    color: #7a8a5a;
    animation: fade-in-bottom 2s;
  }
  .pre-header-item.thankyou-mail i {
    color: #555 !important;
    font-size: 16px;
  }
  
  .thank-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgb(48 56 103);
    position: relative;
    border-radius: 50%;
  }
  .thank-social ul li a {
    color: rgba(255, 255, 255, 0.5);
  }
  .pre-header-item.thankyou-mail {
    margin-top: 12px;
  }
  .thick i {
    color: green;
    font-size: 82px;
    margin-bottom: 16px;
  }
  section.thankyou-page .text-center {
    text-align: center!important;
}
section.thankyou-page h1.display-3 {
    color: black;
    font-size: 60px;
    padding-bottom: 13px;
    animation: fade-in-top 2s;
    /* opacity: 1; */
    line-height: 60px;
    font-family: 'modernline';
    font-weight: 400;
}
section.thankyou-page p {
    margin: 0px 109px 3px;
    padding-top: 16px;
    animation: fade-in-bottom 2s;
    /* font-weight: 500; */
    color: #39402a;
}
  /************** thank you end****************/