@font-face {
  font-family: "Recoleta";
  src: local("Recoleta Regular"), local("Recoleta-Regular"), url("../font/Recoleta-Regular.woff2") format("woff2"), url("../font/Recoleta-Regular.woff") format("woff"), url("../font/-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.home-status {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/low/Courtyardhomes/dhi-slider-1.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/low/Courtyardhomes/dhi-slider-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  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;
}

.gallery-heading h4 {
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 25px;
}

.galler-inner {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: dense;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "1fr 1fr 1fr 1fr" 50vh
 "1fr 1fr 1fr 1fr" 50vh;
}

.galler-inner .box {
  position: relative;
  background: #ccc;
}

.galler-inner .box.a {
  grid-row: span 2;
}

.galler-inner .box.b,
.galler-inner .box.f,
.galler-inner .box.h,
.galler-inner .box.j {
  grid-column: span 2;
}

.galler-inner .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .galler-inner {
    grid-template: "1fr 1fr" 200px
 "1fr 1fr" 200px
 "1fr 1fr" 200px
 "1fr 1fr" 200px;
  }
}

.galler-inner .box.h {
  grid-column: span 1;
}

.section-gallery-sec {
  margin: 80px 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.project-status-heading h1 {
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Recoleta", sans-serif;
  background: #faf7f2;
  color: #ffffff;
  height: 100%;
  overflow-x: hidden;
  min-height: 100vh !important;
}

.full-screen {
  padding: 8rem 0;
}

.small-text {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 50px;
  letter-spacing: 0.2px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  font-size: 16px;
  font-weight: normal;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-brand img {
  width: 150px;
  height: auto;
}

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #5b5b5b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  letter-spacing: -1px;
}

h1 {
  color: #212121;
  font-size: 2.8em;
}

h2 {
  color: #353535;
  font-size: 2.4em;
  font-weight: bold;
}

h3 {
  color: #484848;
}

h3,
b,
strong {
  font-weight: bold;
}

.custom-btn {
  color: #5b5b5b;
  font-weight: bold;
  border-radius: 50px;
  padding: 13px 29px;
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.custom-btn:hover {
  color: #ffc200;
}

.custom-btn.custom-btn-bg {
  background: #474559;
  color: #ffffff;
}

.custom-btn.custom-btn-bg:hover {
  background: #ffc200;
  color: #ffffff !important;
}

.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  overflow: hidden;
}

.navbar[class*="-unpinned"] {
  -webkit-transform: translate(0, -150%);
          transform: translate(0, -150%);
}

.navbar[class*="-pinned"] {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.navbar[class*="headroom--not-top"] {
  background: #ccc;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  padding-top: 0;
  padding-bottom: 0;
}

.navbar[class*="headroom--not-top"] .nav-link span {
  color: #fff;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding: 0 20px;
}

.nav-link {
  font-weight: normal;
  font-size: 14px;
  overflow: hidden;
}

.nav-link span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #fff;
}

.nav-link span:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffc200;
  font-weight: normal;
}

.navbar-light .navbar-nav .nav-link:focus span,
.navbar-light .navbar-nav .nav-link:hover span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.navbar-light .navbar-toggler-icon {
  background: none;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  color: #000 !important;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(2) {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 1px;
}

.navbar-toggler .navbar-toggler-icon {
  background: #000;
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.contact-form {
  position: relative;
}

.contact-form .form-control {
  background: transparent;
  border-radius: 2px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
  margin: 16px 0;
}

.contact-form .form-control:not(textarea) {
  height: 48px;
}

.contact-form .form-control:hover, .contact-form .form-control:focus {
  border-color: #ffc200;
}

.contact-form .submit-btn {
  background: #ffc200;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact-form .submit-btn:hover {
  background: #474559;
}

.home-header {
  position: relative;
  width: 100%;
  top: -70px;
  left: 0px;
  height: 100vh;
  overflow: hidden;
  background-image: url("../images/club/view/Willness Center Evening View .jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  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;
  color: #ffffff;
}

.banner-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.2);
}

.dhi-intro {
  background: #faf7f2;
  color: #000;
  padding: 110px 0 0px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 576px) {
  .dhi-intro {
    height: auto;
    padding-top: 100px;
  }
}

.dhi-intro:before {
  background-image: url("../images/side-1.png");
  top: -10vh;
  left: -25px;
  height: 100%;
  width: 250px;
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.dhi-intro-ref {
  background: #faf7f2;
  color: #000;
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}

@media (max-width: 576px) {
  .dhi-intro-ref {
    height: auto;
    padding-bottom: 0;
  }
}

.dhi-intro-ref .featuredItemsSliderWrap .featuredItems-textWrap .featuredItems-textBody {
  margin: 3rem 0rem;
}

.dhi-intro-ref .featuredItemsSliderWrap .featuredItems-textWrap {
  padding: 1rem 0rem 0rem 3rem;
}

@media (max-width: 576px) {
  .dhi-intro-ref .featuredItemsSliderWrap .featuredItems-textWrap {
    padding: 1rem 0 0 0rem;
  }
}

.dhi-intro-ref .featuredItems-textBody p {
  /* margin-top: 41px; */
  height: 120px;
}

@media (max-width: 576px) {
  .dhi-intro-ref .featuredItems-textBody p {
    height: auto;
  }
}

@media (max-width: 576px) {
  .dhi-intro-ref {
    padding-top: 40px;
  }
}

.dhi-intro-ref .dhi_intro {
  color: #000;
}

.dhi-intro-ref .dhi-small-heading {
  color: #000;
}

.dhi-intro-ref .dhi-intro-dis p {
  color: #000;
}

.dhi-intro-ref h1.scroll-textss {
  color: #dee2e6;
}

.dhi_intro {
  font-size: 34px;
  margin-top: 0;
  position: relative;
  letter-spacing: 2px;
  line-height: 2;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  margin-bottom: -20px;
}

@media (max-width: 576px) {
  .dhi_intro {
    font-size: 25px;
  }
}

/* typed.js css*/
.typed-cursor {
  color: green;
  opacity: 1;
  font-weight: 200;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.typed-fade-out {
  opacity: 0;
  -webkit-animation: 0;
          animation: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

/* typed.js css end*/
.banner-heading {
  z-index: 9;
}

.banner-heading h1 {
  font-size: 60px;
  color: #fff;
  font-weight: normal;
}

@media (max-width: 576px) {
  .banner-heading h1 {
    font-size: 40px;
  }
}

.banner-heading h1 span {
  color: #0d8063;
  border-bottom: 5px solid #000;
  font-weight: 600;
}

body::-webkit-scrollbar {
  width: 0.4em;
}

body::-webkit-scrollbar,
body::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

.time-reveal {
  position: relative;
}

.dhi-line {
  height: 170px;
  position: relative;
  left: 50%;
  z-index: 99;
}

.rev_line {
  width: 1px;
  height: 100%;
  background: #0d8063;
}

.scroll-text {
  color: #495057a1;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
  white-space: nowrap;
  font-size: 145px;
  letter-spacing: 50px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 100;
}

@media (max-width: 576px) {
  .scroll-text {
    font-size: 100px;
    right: 0px;
  }
}

.scroll-texts {
  color: #000;
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
  white-space: nowrap;
  font-size: 145px;
  letter-spacing: 20px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 100;
}

@media (max-width: 576px) {
  .scroll-texts {
    font-size: 130px;
    right: 0px;
  }
}

.scroll-textss {
  position: absolute;
  left: 700px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
  white-space: nowrap;
  font-size: 145px;
  letter-spacing: 20px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 100;
}

@media (max-width: 576px) {
  .scroll-textss {
    font-size: 130px;
    right: 0px;
  }
}

.dhi-small-heading {
  font-size: 25px;
  width: 75%;
  display: block;
  margin-bottom: 30px;
  letter-spacing: 3.5px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .dhi-small-heading {
    width: 100%;
    font-weight: normal;
  }
}

.dhi-intro-dis p {
  max-width: 380px;
  margin: 0 0 30px;
  line-height: 2.8;
  position: relative;
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: unset;
  font-size: 15px;
}

.pricing3 {
  color: #8d97ad;
  font-weight: 300;
}

.pricing3 h1,
.pricing3 h2,
.pricing3 h3,
.pricing3 h4,
.pricing3 h5,
.pricing3 h6 {
  color: #3e4555;
}

.pricing3 .font-weight-medium {
  font-weight: 500;
}

.pricing3 .bg-light {
  background-color: #f4f8fa !important;
}

.pricing3 .subtitle {
  color: #000;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  opacity: 0.5;
  letter-spacing: unset;
  margin-bottom: 0px;
}

.nav-item small {
  font-size: 12px;
  color: #000;
}

.pricing3 .col-lg-2 {
  padding-right: 0px;
  position: relative;
  z-index: 1;
}

.pricing3 .col-lg-10 {
  padding-left: 0px;
}

.pricing3 .nav-pills {
  border-right: 1px solid #0d8063;
  padding-right: 10px;
}

.pricing3 .nav-pills .nav-item {
  padding: 15px 10px;
}

.pricing3 .nav-pills .nav-item.active {
  border-radius: 0px;
  margin-left: -3px;
}

.pricing3 .nav-pills .nav-item.active .subtitle {
  color: #0d8063 !important;
  opacity: 1;
}

.pricing3 .tab-content {
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.pricing3 .tab-content .pricing-box {
  padding: 50px 80px;
}

.pricing3 .tab-content .list-inline {
  margin-top: 20px;
}

.pricing3 .tab-content .list-inline li {
  padding: 30px 0;
  font-weight: 400;
}

.pricing3 .tab-content .list-inline li span {
  display: inline-block;
  vertical-align: middle;
}

.pricing3 .tab-content .list-inline li i {
  font-size: 40px;
  vertical-align: middle;
  width: 80px;
  opacity: 0.5;
}

.pricing3 .tab-content .bg-image {
  background-size: cover;
}

.pricing3 .tab-content .bg-image .quote-box {
  padding: 40px;
}

.pricing3 .btn-danger-gradiant {
  background: #0d8063;
  background: -webkit-gradient(linear, left top, right top, from(#0d8063), to(#ff6a5b));
  background: linear-gradient(to right, #0d8063 0%, #ff6a5b 100%);
}

.pricing3 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#0d8063));
  background: linear-gradient(to right, #ff6a5b 0%, #0d8063 100%);
}

.pricing3 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

.pricing3 .display-5 {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .pricing3 .col-lg-2 {
    padding-right: 15px;
  }
  .pricing3 .col-lg-10 {
    padding-left: 15px;
  }
  .pricing3 .nav-pills {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    border-bottom: 0px;
    border-right: 1px solid rgba(120, 130, 140, 0.13);
  }
  .pricing3 .nav-pills .nav-item {
    padding: 15px 15px;
  }
  .pricing3 .nav-pills .nav-item.active {
    border-left: 0px;
    border-top: 3px solid #0d8063;
    margin-top: -4px;
    margin-left: 0px;
    margin-bottom: -1px;
    -webkit-box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.1);
  }
  .pricing3 .tab-content .pricing-box {
    padding: 20px;
  }
}

.dhi-sub-headings {
  color: #ffffff;
  letter-spacing: 5px;
  font-size: 50px;
  font-weight: 100;
  position: relative;
  width: 100%;
  text-align: center;
}

.floor-plans-heading {
  padding-bottom: 50px;
  position: relative;
}

.floor-img {
  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;
}

.floor-img img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.dhi-gallery {
  height: auto;
  width: 100%;
  background-image: url("../images/Section-2-Background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.untree_co--site-section {
  padding: 7rem 0;
  position: relative;
  clear: both;
  width: 100%;
}

@media (max-width: 576px) {
  .untree_co--site-section {
    padding: 4rem 0;
  }
}

/* Heading */
.section-heading h3 {
  color: #455d58;
  letter-spacing: 5px;
  font-size: 50px;
  font-weight: 100;
  position: relative;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .section-heading h3 {
    font-size: 40px;
  }
}

.section-heading h3:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #0d8063;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.section-heading h3.text-left:after {
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.section-heading.dark h3 {
  color: #000;
}

.section-heading.dark h3:after {
  background: #000;
}

.section-heading.dark p {
  color: #aeaeae;
}

.owl-gallery-small {
  opacity: 0.2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 80%;
  position: relative;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.owl-gallery-small:hover {
  opacity: 0.4;
}

.owl-gallery-small a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 22;
}

.owl-gallery-small .owl-stage-outer {
  height: 100% !important;
}

.owl-gallery-small .owl-stage-outer .owl-stage {
  height: 100% !important;
}

.owl-gallery-small .owl-stage-outer .owl-stage .owl-item {
  height: 100% !important;
}

.owl-gallery-big {
  height: 90vh;
  min-height: 470px;
  position: relative;
}

@media (max-width: 576px) {
  .owl-gallery-big {
    height: 50vh;
    min-height: 350px;
  }
}

.owl-gallery-big .owl-stage-outer {
  height: 100% !important;
}

.owl-gallery-big .owl-stage-outer .owl-stage {
  height: 100% !important;
}

.owl-gallery-big .owl-stage-outer .owl-stage .owl-item {
  height: 100% !important;
}

.owl-gallery-big .owl-nav {
  position: absolute;
  margin-top: -25px;
  z-index: 20;
  width: 100%;
  text-align: center;
}

.owl-gallery-big .owl-nav .owl-prev,
.owl-gallery-big .owl-nav .owl-next {
  margin-left: 2px;
  margin-right: 2px;
  width: 50px;
  height: 50px;
  background: #ffffff !important;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: relative;
}

.owl-gallery-big .owl-nav .owl-prev:active, .owl-gallery-big .owl-nav .owl-prev:focus,
.owl-gallery-big .owl-nav .owl-next:active,
.owl-gallery-big .owl-nav .owl-next:focus {
  outline: none;
}

.owl-gallery-big .owl-nav .owl-prev > span,
.owl-gallery-big .owl-nav .owl-next > span {
  position: absolute;
  font-size: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #474559;
}

.slider-counter {
  font-size: 20px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 150px;
  padding: 20px 0;
  background: #ffffff;
  z-index: 19;
  color: #000;
}

.relative {
  position: relative !important;
}

.slide-thumb {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.slide-thumb a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 86vh;
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slide-thumb .sec-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.61)));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.61));
}

.slider-overlay-text {
  position: absolute;
  bottom: 3%;
  left: 15%;
  width: 80%;
  color: #fff;
}

.slider-overlay-text h2 {
  color: #fff;
  letter-spacing: 5px;
  font-weight: 100;
}

.slider-overlay-text p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
  width: 70%;
}

.clubhouse {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50px;
}

.clubhouse .project-heading {
  margin: 40px 0px;
  text-align: center;
}

.clubhouse .project-heading h1 {
  color: #455d58;
  font-size: 42px;
  font-weight: 100;
  letter-spacing: 5px;
}

.clubhouse .project-heading h3 {
  color: #000;
  font-weight: normal;
  margin-bottom: 20px;
}

.clubhouse .project-heading p {
  font-size: 15px;
  color: #000;
  opacity: 0.8;
  width: 52%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .clubhouse .project-heading p {
    width: 85%;
  }
}

figure {
  position: relative;
  margin-bottom: 30px;
}

figcaption {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.firstSub {
  color: #fff;
}

.featuredItemsSliderWrap {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  width: 100%;
  min-height: 75vh;
  height: auto;
  z-index: 0;
}

.featuredItemsSliderWrap .overlay-sec {
  position: absolute;
  top: 5%;
  left: 22%;
  background: #bdb5aa47;
  width: 70%;
  height: 100%;
}

@media (max-width: 576px) {
  .featuredItemsSliderWrap .overlay-sec {
    width: 100%;
    left: 0%;
    top: 10%;
  }
}

@media (max-width: 576px) {
  .featuredItemsSliderWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
  }
}

.featuredItemsSliderWrap .featuredItems-imagesWrap,
.featuredItemsSliderWrap .featuredItems-textWrap {
  /* border:2px dotted white; */
  width: 50%;
  float: left;
}

@media (max-width: 576px) {
  .featuredItemsSliderWrap .featuredItems-imagesWrap,
  .featuredItemsSliderWrap .featuredItems-textWrap {
    width: 100%;
    float: unset;
  }
}

.featuredItemsSliderWrap .featuredItems-imagesWrap img {
  max-width: 100%;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 576px) {
  .featuredItemsSliderWrap .featuredItems-imagesWrap img {
    height: auto;
  }
}

.featuredItemsSliderWrap .featuredItems-imagesWrap .featuredItems-images {
  margin-bottom: 0;
}

.featuredItemsSliderWrap
.featuredItems-imagesWrap
.featuredItems-images
.featuredItems-imageSlide
.featuredItems-coverImage {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.featuredItemsSliderWrap .featuredItems-textWrap {
  position: relative;
}

.featuredItemsSliderWrap .featuredItems-textWrap .featuredItems-textBody {
  margin: 3rem 0rem;
  color: white;
}

@media (max-width: 576px) {
  .featuredItemsSliderWrap .featuredItems-textWrap .featuredItems-textBody {
    margin: 0px;
  }
}

.featuredItems-textBody {
  color: #000;
}

.featuredItems-textBody p {
  color: #000;
  font-size: 16px;
  margin-top: 25px;
  width: 80%;
}

@media (max-width: 576px) {
  .featuredItems-textBody p {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
  }
}

.featuredItems-textBody h1 {
  font-size: 30px;
  color: #5f5c68;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: 100;
}

.featuredItems-textBody h1 span {
  color: #0d8063;
}

@media (max-width: 576px) {
  .featuredItems-textBody h1 {
    font-size: 25px;
  }
}

@media (max-width: 576px) {
  .featuredItems-textBody h2 {
    font-size: 25px;
  }
}

.tandemSlidersWrapper,
.tandemSliders {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.tandemSliders {
  display: block;
  border: 2px solid black;
  background: #000;
}

.tandemSliders .tandemSliderPane {
  display: block;
  width: 50%;
  background: green;
}

.tandemSliders .tandemSlider-1,
.tandemSliders .tandemSlider-2 {
  background: #fff;
}

.refresh-slider {
  position: relative;
  height: 370px;
  margin-top: 30px;
}

@media (max-width: 576px) {
  .refresh-slider {
    height: auto;
    margin-top: 0px;
  }
}

.refresh-slider .featuredItemsSliderWrap {
  overflow: unset;
  *zoom: 1;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  margin-top: 0%;
  z-index: 99;
}

@media (max-width: 576px) {
  .refresh-slider .featuredItemsSliderWrap {
    position: relative;
    bottom: 0px;
    padding-top: 0px;
  }
}

.time-refresh {
  padding-top: 30px;
  text-align: center;
}

.time-refresh h1 {
  color: #455d58;
  margin-bottom: 0px;
}

.about {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/Leaf2.jpg);
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 200px 0px;
  height: auto;
  background-position: center;
  color: #fff;
}

@media (max-width: 576px) {
  .about {
    height: auto;
    padding: 50px 0px;
  }
}

.about .about-heading {
  width: 70%;
  margin: 0 auto;
  color: #fff;
}

@media (max-width: 576px) {
  .about .about-heading {
    width: 90%;
  }
}

.about-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 576px) {
  .about-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-heading .leftside-heading {
  width: 50%;
}

@media (max-width: 576px) {
  .about-heading .leftside-heading {
    width: 100%;
  }
}

.about-heading .rightside-dis {
  width: 50%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 576px) {
  .about-heading .rightside-dis {
    width: 100%;
  }
}

.about .about-heading h1 {
  font-size: 54px;
  margin-bottom: 50px;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 576px) {
  .about .about-heading h1 {
    font-size: 40px;
    font-weight: 200;
  }
}

.about .about-heading p {
  width: 95%;
  color: #ffff;
}

@media (max-width: 576px) {
  .about .about-heading p {
    font-size: 14px;
  }
}

.proximity {
  margin-bottom: 40px;
}

.pro-down {
  margin-top: 10px;
}

.pro-down img {
  width: auto;
  height: 150px;
}

@media (max-width: 576px) {
  .pro-mity img {
    height: 100px;
    margin: 0 auto;
  }
}

.footer-section {
  padding: 80px 0px;
  background: #faf7f2;
  color: #000;
}

.n-address {
  margin-top: 20px;
}

.n-address h6 {
  font-weight: normal;
}

.nirvan-form .form-control {
  background-color: #eff5f3;
  color: #0d8063;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nirvan-form {
  color: #fff;
}

.nirvan-form h3 {
  color: #000;
}

.nirvan-form .btn-sub {
  background-color: #15755a;
  color: #fff;
  letter-spacing: 5px;
}

::-webkit-input-placeholder {
  color: #15755a;
}

:-ms-input-placeholder {
  color: #15755a;
}

::-ms-input-placeholder {
  color: #15755a;
}

::placeholder {
  color: #15755a;
}

.scroll-container {
  overflow: hidden;
}

@media (max-width: 576px) {
  .scroll-container {
    overflow-x: hidden;
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  .nirvan-add {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .hero-post-slides {
    padding-top: 60px;
  }
}

.hero-area,
.hero-post-slides {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 657px;
}

.hero-area .owl-nav,
.hero-post-slides .owl-nav {
  position: absolute;
  width: auto;
  height: auto;
  top: 90%;
  z-index: 10;
  left: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .hero-area .owl-nav,
  .hero-post-slides .owl-nav {
    display: none;
  }
}

.hero-area .owl-nav .owl-prev,
.hero-area .owl-nav .owl-next,
.hero-post-slides .owl-nav .owl-prev,
.hero-post-slides .owl-nav .owl-next {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-color: #dee2e6 !important;
  line-height: 48px;
  text-align: center;
  font-size: 30px;
}

.hero-area .owl-nav .owl-prev:hover, .hero-area .owl-nav .owl-prev:focus,
.hero-area .owl-nav .owl-next:hover,
.hero-area .owl-nav .owl-next:focus,
.hero-post-slides .owl-nav .owl-prev:hover,
.hero-post-slides .owl-nav .owl-prev:focus,
.hero-post-slides .owl-nav .owl-next:hover,
.hero-post-slides .owl-nav .owl-next:focus {
  background-color: red;
}

.hero-area .owl-nav .owl-prev .fa,
.hero-area .owl-nav .owl-next .fa,
.hero-post-slides .owl-nav .owl-prev .fa,
.hero-post-slides .owl-nav .owl-next .fa {
  color: #000;
}

.single-hero-post {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 700px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .single-hero-post {
    height: 90vh;
    display: block;
  }
}

.single-hero-post .slide-post-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  width: 60%;
  height: 700px;
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite;
}

@media (max-width: 576px) {
  .single-hero-post .slide-post-thumbnail {
    position: absolute;
    top: 0px;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.single-hero-post .slide-post-content {
  position: relative;
  z-index: 10;
  background-color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  width: 40%;
  padding: 30px 3%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 576px) {
  .single-hero-post .slide-post-content {
    position: absolute;
    bottom: 0%;
    background: #fff;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 40vh !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0px;
  }
}

.single-hero-post .slide-post-content .post-date {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: green;
}

.single-hero-post .slide-post-content .post-title {
  height: 35vh;
}

@media (max-width: 576px) {
  .single-hero-post .slide-post-content .post-title {
    height: 0vh;
  }
}

.single-hero-post .slide-post-content .post-title h2 {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
  color: #000;
  font-weight: unset;
}

.single-hero-post .slide-post-content .post-excerpt {
  margin-bottom: 50px;
  color: #000;
}

.single-hero-post .slide-post-content .page-count {
  position: absolute;
  z-index: 30;
  bottom: 0;
  right: 10%;
  font-size: 30px;
  font-weight: 400;
  font-size: 30px;
}

.single-hero-post .slide-post-content .page-count span {
  font-size: 16px;
  color: #000;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hero-post-slides .owl-stage-outer {
  height: 100vh;
}

.plan-heading {
  margin-top: 30px;
}

.navbar-brand {
  margin-right: 0rem;
  margin-left: 1rem;
}

@media (max-width: 576px) {
  .navbar-brand {
    margin-left: 0rem;
  }
}

.inner-bg {
  background-image: url("../images/Leaf2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 100vh;
  height: auto;
  padding: 120px 0px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 576px) {
  .inner-bg {
    min-height: auto;
    padding: 50px 0px 200px;
  }
}

.bg-sec {
  position: relative;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
}

.bg-sec video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg-sec .video-text {
  position: absolute;
  top: 4%;
  left: 5%;
  z-index: 1;
}

@media (max-width: 576px) {
  .bg-sec .video-text {
    top: 100%;
  }
}

.bg-sec .video-text .title {
  font-size: 40px;
  color: #ffffff;
  font-weight: normal;
}

@media (max-width: 576px) {
  .bg-sec .video-text .title {
    font-size: 25px;
  }
}

.bg-sec .video-text .title #text-in {
  display: block;
  color: #fff;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 1;
  -webkit-animation: titleAnimation 3s 0.6s ease-in-out linear;
          animation: titleAnimation 3s 0.6s ease-in-out linear;
  padding-top: 50px;
}

.bg-sec .bg-video {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .bg-sec .bg-video {
    width: 90%;
  }
}

@-webkit-keyframes titleAnimation {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
  }
}

@keyframes titleAnimation {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
  }
}

@media (hover: hover) and (pointer: fine) {
  #cursor {
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
  }
}

@media (hover: hover) and (pointer: fine) and (max-width: 576px) {
  #cursor {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  #cursor .cursor--inner {
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: solid 1px #0d8063;
  }
}

.slide-post-text {
  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;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30%;
}

@media (max-width: 576px) {
  .slide-post-text {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0%;
  }
}

.box-sh {
  padding: 50px 0 80px;
}

.slick-slider {
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .slick-slider {
    margin-bottom: 0px;
  }
}

.time-refresh h1 {
  font-weight: 400;
}

.time-rewind h1 {
  color: #455d58;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}

.plan-img img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dhi-intro .slick-dots {
  text-align: left;
}

.dhi-intro .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #0d8063;
  font-size: 14px;
}

.dhi-intro .slick-dots li button::before {
  font-size: 10px;
}

.dhi-intro .slick-dots li:hover button::before {
  color: #0d8063;
}

.dhi-intro-ref .slick-dots {
  text-align: right;
}

.dhi-intro-ref .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #0d8063;
  font-size: 16px;
}

.dhi-intro-ref .slick-dots li button::before {
  font-size: 12px;
}

.dhi-intro-ref .slick-dots li:hover button::before {
  color: #0d8063;
}

.time-reveal-heading {
  margin-bottom: 40px;
}

.time-reveal-heading h1 {
  color: #fff;
  font-weight: 400;
}

.button_slide {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0px;
  padding: 18px 36px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 0 #fff;
          box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  z-index: 2;
}

.button_slide:hover {
  -webkit-box-shadow: inset 400px 0 0 0 #fff;
          box-shadow: inset 400px 0 0 0 #fff;
  color: #000;
}

.button_slidebtn:hover {
  -webkit-box-shadow: inset 400px 0 0 0 #0d8063;
          box-shadow: inset 400px 0 0 0 #0d8063;
  color: #fff;
  border: 1px solid #0d8063;
}

.button_slidebtn {
  color: #0d8063;
  background-color: transparent;
  border: 1px solid #0d8063;
  border-radius: 0px;
  padding: 18px 36px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 0 #fff;
          box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  z-index: 2;
}

.slide-post-text img {
  width: 350px !important;
  height: 50vh;
  margin: 0 auto;
}

.clickbtn {
  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;
}

.project-status {
  margin: 50px 0px 30px;
}

.slider-svg {
  height: 25vh;
  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;
  width: 100%;
}

@media (max-width: 576px) {
  .slider-svg {
    height: 10vh;
    margin-bottom: 20px;
  }
}

.slider-svg svg {
  width: 100px;
  height: 200px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .slider-svg svg {
    height: 100px;
    width: 80px;
  }
}

.dhriti-dis h2 {
  color: #fff;
}

@media (max-width: 576px) {
  .dhriti-dis h2 {
    font-size: 2em;
  }
}

.dhriti-dis p {
  color: #ddd;
}

.under-line {
  fill: none;
  stroke-width: 6;
  stroke: #4e4e4e;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  -webkit-animation: line 2.5s ease-in-out forwards, filling 3s ease-in forwards;
          animation: line 2.5s ease-in-out forwards, filling 3s ease-in forwards;
}

.under-line-1 {
  fill: none;
  stroke-width: 6;
  stroke: #4e4e4e;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  -webkit-animation: line 2.5s ease-in-out forwards, filling 3s ease-in forwards;
          animation: line 2.5s ease-in-out forwards, filling 3s ease-in forwards;
}

.under-line-2 {
  fill: none;
  stroke-width: 6;
  stroke: #4e4e4e;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  -webkit-animation: line 2.5s ease-in-out forwards, filling 3s ease-in forwards;
          animation: line 2.5s ease-in-out forwards, filling 3s ease-in forwards;
}

@-webkit-keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes filling {
  0%,
  90% {
    fill: #fff;
    fill-opacity: 0;
    stroke-width: 6;
    stroke: #4e4e4e;
  }
  100% {
    fill: #fff;
    fill-opacity: 1;
    stroke-width: 6;
    stroke: transparent;
  }
}

@keyframes filling {
  0%,
  90% {
    fill: #fff;
    fill-opacity: 0;
    stroke-width: 6;
    stroke: #4e4e4e;
  }
  100% {
    fill: #fff;
    fill-opacity: 1;
    stroke-width: 6;
    stroke: transparent;
  }
}

#main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #000;
  display: block;
  text-align: left;
  background: #0d80638a;
  color: #222;
  padding: 20px;
  text-transform: capitalize;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #0d80638a;
  color: #000;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #fff;
  color: #000;
  line-height: 30px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #000;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.dhriti-video-slider {
  position: relative;
}

@media (max-width: 576px) {
  .dhriti-video-slider {
    display: none;
  }
}

.dhriti-video-slider .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 9;
}

.dhriti-video-slider .scroll-down .ctn-icon {
  -webkit-animation: jump-arrow 2.5s infinite;
          animation: jump-arrow 2.5s infinite;
  bottom: 0;
  color: #ffffff;
  display: block;
  font-size: 2.5em;
  height: 1.5em;
  left: 50%;
  line-height: 1.5em;
  position: absolute;
  text-align: center;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 1.5em;
  font-weight: normal;
}

.dhriti-video-slider .scroll-down .ctn-icon img {
  width: 30px;
}

.dhriti-video-slider video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

@-webkit-keyframes jump-arrow {
  0%,
  20%,
  55%,
  80%,
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(-50%, -15px, 0);
            transform: translate3d(-50%, -15px, 0);
  }
  70% {
    -webkit-transform: translate3d(-50%, -10px, 0);
            transform: translate3d(-50%, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(-50%, -5px, 0);
            transform: translate3d(-50%, -5px, 0);
  }
}

@keyframes jump-arrow {
  0%,
  20%,
  55%,
  80%,
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(-50%, -15px, 0);
            transform: translate3d(-50%, -15px, 0);
  }
  70% {
    -webkit-transform: translate3d(-50%, -10px, 0);
            transform: translate3d(-50%, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(-50%, -5px, 0);
            transform: translate3d(-50%, -5px, 0);
  }
}

.nav-link i {
  color: #fff;
}

.btn-high {
  background: #0d8063;
  border-radius: 10px;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.dhriti-sf {
  padding: 80px 0px;
}

@media (max-width: 576px) {
  .dhriti-sf {
    padding: 0 0 0px 0;
  }
}

@media (max-width: 576px) {
  .mb-20 {
    margin-bottom: 20px;
  }
}

main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

article {
  display: block;
}

section.dhri-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 576px) {
  section.dhri-slider {
    height: 90vh;
  }
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dot {
  position: relative;
  width: 4px;
  height: 4px;
  cursor: pointer;
  margin-left: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  margin-top: 2px;
  margin-bottom: 2px;
}

.active,
.dot:hover {
  /*background-color: #717171;*/
  border: 2px solid #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.video-caption {
  position: absolute;
  left: 5%;
  bottom: 10%;
  z-index: 99;
  color: #fff;
}

.video-caption h3 {
  color: #fff;
  font-weight: normal;
}

@media (max-width: 576px) {
  .video-caption h3 {
    font-size: 22px;
  }
}

/* ==== Main CSS === */
.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.img-fill img {
  width: 100%;
  height: 100vh;
  position: relative;
  display: inline-block;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0 !important;
}

.slick-slide {
  float: left;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill {
  height: 100vh;
  background: #000;
}

.Modern-Slider .item .img-fill .info {
  position: absolute;
  width: 100%;
  bottom: 140px;
  left: 0px;
  line-height: 100vh;
  text-align: center;
}

.Modern-Slider .item .info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.Modern-Slider .NextArrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #fff;
  z-index: 5;
}

.Modern-Slider .NextArrow:before {
  content: "\f105";
}

.Modern-Slider .PrevArrow {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  color: #fff;
  z-index: 5;
}

.Modern-Slider .PrevArrow:before {
  content: "\f104";
}

.Modern-Slider .slick-dots {
  position: absolute;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.Modern-Slider .slick-dots li button {
  display: none;
}

.Modern-Slider .slick-dots li {
  float: left;
  width: 0px;
  height: 5px;
  background: #0d8063;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
  width: 100%;
  -webkit-animation: ProgressDots 11s both;
          animation: ProgressDots 11s both;
}

.Modern-Slider .item h3 {
  font-size: 20;
  font-weight: 300;
  text-transform: lowercase;
  color: #fff;
  -webkit-animation: fadeOutRight 1s both;
          animation: fadeOutRight 1s both;
  margin: 0;
  padding: 0;
}

.Modern-Slider .item.slick-active h3 {
  -webkit-animation: fadeInDown 1s both 1s;
          animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active {
  -webkit-animation: Slick-FastSwipeIn 1s both;
          animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider {
  background: #000;
}

/* ==== Slider Image Transition === */
@-webkit-keyframes Slick-FastSwipeIn {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
            transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
            transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}
@keyframes Slick-FastSwipeIn {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
            transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
            transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}

@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}

@keyframes ProgressDots {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.dhriti-mobile {
  display: none;
}

.dhriti-mobile .slick-slider {
  height: 90vh;
}

@media (max-width: 576px) {
  .dhriti-mobile {
    display: block;
  }
}

@media (max-width: 576px) {
  .dhriti-sf-box {
    margin-bottom: 20px;
    padding: 20px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  }
}

.animate-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;
}

.animate-icon svg {
  width: 3.4rem;
  height: 4.8rem;
  fill: #455d58;
}

.dhriti-sf {
  background-image: url("../images/Leaf2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  min-height: 80vh;
  height: auto;
  padding: 0px 0px;
  overflow: hidden;
  position: relative;
  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;
}

@media (max-width: 576px) {
  .dhriti-sf {
    min-height: auto;
    padding: 50px 0px 0px;
  }
}

.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}

.under-line-3 {
  fill: none;
  stroke-width: 6;
  stroke: #4e4e4e;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  -webkit-animation: line 1s ease-in-out forwards, fillings .8s ease-in forwards;
          animation: line 1s ease-in-out forwards, fillings .8s ease-in forwards;
}

@keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fillings {
  0%,
  90% {
    fill: #0d8063;
    fill-opacity: 0;
    stroke-width: 6;
    stroke: #4e4e4e;
  }
  100% {
    fill: #0d8063;
    fill-opacity: 1;
    stroke-width: 6;
    stroke: transparent;
  }
}

@keyframes fillings {
  0%,
  90% {
    fill: #0d8063;
    fill-opacity: 0;
    stroke-width: 6;
    stroke: #4e4e4e;
  }
  100% {
    fill: #0d8063;
    fill-opacity: 1;
    stroke-width: 6;
    stroke: transparent;
  }
}

.preloader-inner svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 10vh;
}
/*# sourceMappingURL=main.css.map */