::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(135, 150, 165, .1);
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background: #df3716 linear-gradient(45deg, #c5a254, #c5a254);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 8px;
  background-color: rgba(135, 150, 165, .1);
}
@font-face {
  font-family: 'OakesGrotesk';
  src: url('../fonts/Oakes-Grotesk-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'OakesGrotesk';
  src: url('../fonts/Oakes-Grotesk-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'OakesGrotesk';
  src: url('../fonts/Oakes-Grotesk-SemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'OakesGrotesk';
  src: url('../fonts/Oakes-Grotesk-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf');
  font-weight: 700;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #111;
  z-index: 999999;
  top: 0;
}
.loader {
  height: 100vh;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
}
.loader-animation svg {
  width: 220px;
}
.loader-animation svg {
  animation: path 5s;
  stroke-width: 2; /* stroke: rgb(155 128 65); */
}
.st0 {
  fill: transparent;
  stroke-width: 2;
  stroke: #58595B;
}
.st1 {
  fill: transparent;
  stroke-width: 2;
  stroke: #9b8041;
}
.st2 {
  fill: transparent;
  stroke-width: 2;
  stroke: #C5A154;
}
.st3 {
  fill: transparent;
  stroke-width: 1px;
  stroke: #939598;
}
@keyframes path {
  0% {
    fill: rgba(72, 138, 20, 0);
    stroke: rgb(121 117 103);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }
  70% {
    fill: rgba(72, 138, 20, 0);
    stroke: rgb(197 161 84);
  }
  80% {
    fill: rgba(72, 138, 20, 0);
    stroke: rgba(174, 163, 123, 1);
    stroke-width: 3;
  }
  100% {
    fill: rgb(174 163 123);
    stroke: rgba(174, 163, 123, 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
.loader img {
  width: 145px;
}
.footer-logo {
  margin-bottom: 15px;
}
.copy-info .currentyear {
  color: inherit;
  font-size: 12px;
}
a.cb {
  position: relative;
  top: 2px;
}
.cb img {
  bottom: 2px;
    position: relative;
    width: 65px;
}
.footer-project-type {
  color: #999;
  display: block;
}
.common-icon {
  filter: invert(1);
  opacity: 0.4;
}
.full-height {
  height: 100vh !important;
}
.project-text-block .title {
  text-transform: uppercase;
  letter-spacing: 1px !important;
  font-size: 22px !important;
  margin-bottom: 5px !important;
}
.project-text-block .feature {
  font-size: 15px !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 0px !important;
}
.project-text-block .price {
  font-weight: normal !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
}
.whatsapp-icon {
  position: absolute;
  z-index: 999;
  width: 32px;
  height: 32px;
  right: 200px;
  bottom: auto;
  filter: invert(1);
}
.whatsapp-icon img {
  width: 100% !important;
  margin-top: 0px !important;
}
.whatsapp-icon a {
  width: auto !important;
  height: 32px !important;
  min-height: auto !important;
  min-width: auto !important;
}
.header-desktop .right-col .whatsapp-icon:hover img {
  opacity: 0.5;
}
.grecaptcha-badge {
  display: none !important;
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
.btn-container {
    position: relative;
    max-width: 165px;
    margin: 0 auto;
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden;
	border: 2px dashed #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
#error_data {
  margin-top: 15px;
  color: #c5a254;
}
#form_process {
  position: absolute;
  top: 18px;
  color: #fff;
  right: -20px;
}
.microsite-banner, .microsite-banner .bg-img {
  height: calc(100vh - 80px) !important;
}
.microsite-banner {
  align-items: end !important;
}
.microsite-banner .content {
  margin-bottom: 35px;
}
.microsite-banner .content h1 {
  font-size: 44px !important;
  margin-bottom: 0px !important;
}
.microsite-banner .content span {
  font-size: inherit;
  color: #c5a254;
}
.microsite-banner .rera-number {
  position: absolute;
  color: #fff;
  z-index: 999;
  right: 25px;
  bottom: 25px;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
}
.microsite-logo {
  text-align: center;
  margin-bottom: 25px;
}
.microsite-logo img {
  max-width: 280px;
  filter: brightness(0) invert(1);
}
.microsite-logo img {
  max-width: 280px;
}
.microsite-project-block h2 {
  margin-bottom: 0 !important;
}
.microsite-project-block p {
  text-align: center;
  color: #6d6d6d;
  font-size: 18px;
}
.about-microsite .simpleParallax {
  filter: grayscale(1);
}
.about-microsite .abs-pattern img, .about-company .abs-pattern img {
  max-width: 55% !important;
}
.microsite-facts {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  background: #111;
  margin-bottom: 120px;
  margin-top: 0px !important;
}
.microsite-facts .infinite-slider p {
  font-size: 86px !important;
  border-right: 1px solid #999;
  padding-right: 80px;
  padding-left: 80px;
}
.microsite-facts .infinite-slider {
  margin-bottom: 0px !important;
  gap: 0px !important;
}
.amenities-sec .point {
  font-size: 16px !important;
  letter-spacing: 0.2px !important;
  line-height: normal !important;
  margin-bottom: 10px !important;
  position: relative;
  padding-left: 30px;
}
.amenities-sec .point:before, .amenities-sec-mobile p.point:before {
  content: "";
  position: absolute;
  background: url(../images/madhav-favicon.png);
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin-top: 2px;
  left: 0;
  background-size: cover;
  background-position: center center;
  border: 2px solid rgb(155 128 65 / 25%);
}
.microsite-image-carousel {
  padding-top: 100px !important;
}
.microsite-image-carousel .item:nth-child(odd) img {
  height: 500px;
  object-fit: cover;
}
.microsite-image-carousel .item:nth-child(even) img {
  height: 450px;
  object-fit: cover;
}
.microsite-banner a.btn {
  justify-content: center;
  align-items: center;
  display: flex;
  max-width: 235px;
  border: 2px solid rgb(255 255 255 / 30%);
  padding: 7px 15px 6px;
  border-radius: 30px;
  letter-spacing: 0.5px !important;
  height: 46px;
  line-height: normal !important;
  margin-top: 30px !important;
  font-size: 16px !important;
}
.microsite-banner .btn svg {
  margin-left: 10px
}
.microsite-banner a.btn:hover {
  background: #9b8041;
  color: #fff !important;
  border-color: #c5a254;
}
.project-microsite .fancy-fifty {
  padding-bottom: 70px;
}
.about-block {
  padding: 80px !important;
}
.about-block .desc {
  margin-bottom: 0px !important;
}
.about-block h2 {
  font-size: 50px !important;
  line-height: normal !important;
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 30px !important;
}
.about-block p {
  font-size: 18px !important;
  line-height: 30px !important;
  letter-spacing: 0px !important;
}
.inner-page .generic-banner {
  margin-bottom: 0px !important;
}
.inner-page .image {
  line-height: 0 !important;
}
.inner-page .fifty-item {
  margin: 0px !important;
}
.inner-page .fifty-fifty {
  margin-top: 100px !important;
  padding-bottom: 100px !important;
}
.inner-page .fifty-item .image.video video {
  margin-left: 0px;
}
.about-company {
  padding-bottom: 0px !important;
}
.project-content-block {
  background: #111;
  padding: 35px;
  position: relative;
}
.project-content-block:hover {
  background: #222;
}
.project-page .bg-pattern {
  opacity: 0.25;
}
.project-type, .project-location {
  color: #fff;
}
.project-content-block .arrow-btn {
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 35px;
  right: 35px;
}
.project-content-block .arrow-btn svg {
  margin-left: 15px;
}
.project-content-block .desc {
  margin: 15px 0 0px;
  color: #838383 !important;
}
.project-page .featured-pages .single img {
  width: 100%;
}
.project-sec .single a {
  margin-top: 0px !important;
}
.project-sec .flex-container .single {
  width: calc(33.33% - 45px) !important;
}
.project-sec .flex-container {
  gap: 45px !important;
  margin-right: -45px !important;
}
.project-sec .content {
  max-width: 960px !important;
  margin-bottom: 80px !important;
}
.compl-project-sec .location-text {
  font-size: inherit !important;
  color: #767676;
}
.popup-block {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgb(0 0 0 / 96%);
  z-index: 999;
}
.popup-block input {
  width: 100%;
  height: 50px;
  padding: 15px;
  margin-top: 15px;
  font-size: 15px;
  font-family: inherit;
  background: transparent;
  border: 2px solid #222;
  margin-bottom: 0;
  outline: none;
  color: #999999;
}
.popup-block .form-group:first-child input {
/*  margin-top: 25px;*/
}
.form-btn:hover {
  background: #c5a254 !important;
}
.popup-block p {
  color: #999999;
  line-height: normal;
}
.popup-inner {
  max-width: 450px;
  width: 90%;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0;
  background: #000000;
  border: 5px solid #080808;
}
.popup-close {
  width: 36px;
  height: 36px;
  padding-top: 7px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgb(16 16 16);
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
}
.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
}
form .alert {
  color: #fff;
  text-align: center;
  padding: 20px;	
}
.popup-block h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #c5a254;
}
.common-form {
  display: block !important
}
.alert.alert-success {
  color: #155724;
  background: #d4edda !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 28px;
  border: 2px solid #292929;
}
.alert {
    padding: 25px;
}
.alert.alert-danger {
  color: #454545;
  background-color: #ffb4b4 !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 28px;
}

@media (max-width:1299px) {
  .whatsapp-icon {
    right: 80px;
  }
}
@media (min-width:1201px) and (max-width:1300px) {
  .whatsapp-icon {
    right: 230px;
  }
}
@media (max-width:1025px) {
  .site-logo img {
    height: 55px;
    object-fit: contain;
  }
  .about-block {
    padding: 50px 30px !important;
  }
  .about-block h2 {
    font-size: 34px !important;
    margin-bottom: 15px !important;
  }
  .about-block p, .fancy-fifty p, .fifty-fifty .fifty-item .desc p {
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .project-sec .flex-container .single {
    width: calc(50% - 45px) !important;
  }
  .featured {
    padding-bottom: 120px !important;
  }
  .operation-testimonial .infinite-slider p {
    font-size: 80px !important;
  }
  .operation-testimonial .carousel-flex-container .text-carousel .message {
    font-size: 22px !important;
  }
}
@media (max-width:1023px) {
  .microsite-banner .rera-number {
    position: absolute;
    right: auto;
    bottom: 25px;
    width: 100%;
  }
  .microsite-banner .content {
    margin-bottom: 75px;
  }
  .microsite-facts {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin-bottom: 60px;
  }
  .microsite-facts .infinite-slider p {
    font-size: 36px !important;
    padding-right: 30px;
    padding-left: 30px;
  }
  .microsite-project-block {
    padding-bottom: 80px;
  }
  .operation-testimonial .carousel-flex-container .img-carousel {
    height: inherit !important;
  }
}
@media (max-width:767px) {
  .hero > div {
    padding: 0 10px !important;
  }
  .hero .v-center-items img {
    transform: translateY(-150px) !important;
  }
  .hero {
    min-height: 500px !important;
    height: 500px !important;
  }
  .microsite-banner .content h1 {
    font-size: 32px !important;
    margin-bottom: 5px !important;
    line-height: 36px !important;
  }
  .microsite-banner .content span {
    line-height: inherit;
  }
  .microsite-banner {
    margin-bottom: 0px !important;
  }
  .microsite-project-block {
    padding: 70px 0 !important;
    margin-top: 0 !important;
  }
  .microsite-image-carousel .item:nth-child(odd) img {
    height: 250px;
  }
  .microsite-image-carousel .item:nth-child(even) img {
    height: 200px;
  }
  .generic-banner .content h1 {
    font-size: 36px !important;
    line-height: 120% !important;
  }
  .generic-banner .content p {
    font-size: 18px !important;
  }
  .project-sec {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .project-sec .flex-container {
    gap: 25px !important;
  }
  .project-sec .flex-container {
    margin-right: 0px !important;
  }
  .project-sec .content {
    margin-bottom: 40px !important;
  }
  .project-sec .flex-container .single {
    width: 100% !important;
  }
  .compl-project-mob .location-text {
    color: #6c5a33;
  }
  .amenities-sec-mobile .panel {
    padding-right: 0;
  }
  .amenities-sec-mobile p.point {
    padding-bottom: 8px !important;
    line-height: normal;
    padding-left: 35px;
  }
  .compl-project-mob p.point {
    padding-bottom: 10px !important;
    line-height: normal !important;
  }
  .compl-project-mob .panel {
    margin-bottom: 0px !important;
    padding-right: 0;
  }
  .compl-project-mob p.point:last-child {
    padding-bottom: 0px !important;
  }
  .compl-project-mob .accordion-help-container {
    padding-top: 45px !important;
    padding-bottom: 40px !important;
  }
  .compl-project-mob {
    background: #c5a254;
  }
  .compl-project-mob button.accordion {
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
  }
  .compl-project-mob .panel .point:first-child {
    margin-top: 15px !important;
  }
  .operation-testimonial .carousel-flex-container .text-carousel .message {
    font-size: 18px !important;
  }
  .contact-cta .container .cta-form-holder form > div {
    padding: 25px !important;
  }
  .project-microsite .contact-addresses + .contact-cta, .contact-page .contact-addresses + .contact-cta {
    padding-bottom: 60px;
    margin-top: 50px;
  }
  .popup-inner {
    width: 92%;
    padding: 25px;
  }
	.operation-testimonial .infinite-slider p {
    font-size: 34px !important;
}
}

.common-form br {
    display: inline-block;
}


.popup-block #form_process {
    position: relative;
    top: auto;
    color: #fff;
    right: auto;
    bottom: auto;
}
.popup-block button.form-btn {
    display: inline;
    margin-top: 15px;
}
.entry-box-country {
    display: flex;
    gap: 5px;
}
.country-code-box {
    max-width: 100%;
    width: 200px !important;
}
.phone-no-box {
    width: 100%;
}
#Inquire_Now .country-code-box {
    width: 200px !important;
}
.country-code-box_pop {
    max-width: 100%;
    width: 100px !important;
}

#error_data1 {
    color: #fff;
}