@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
/* variables start */
.f-bold {
  font-weight: 700;
}

/* variables end */
.primary {
  color: #088178;
}

.secondary {
  color: #11222e;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
}

body {
  font-family: "Nunito", sans-serif;
  color: #071c1f;
  font-size: 16px;
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
       print-color-adjust: exact !important;
}

.bg-white {
  background: #ffffff !important;
}

.btn {
  border-radius: 8px;
  width: auto;
  border: 0px solid #088178 !important;
  min-width: 140px;
  min-height: 46px;
  letter-spacing: 0.05em;
  font-size: 16px;
  padding: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.btn:after {
  display: none;
}
.btn:hover:after {
  transform: scale(1);
  opacity: 1;
  display: block;
  transition: all 0.2s;
}
.btn:hover {
  color: #071c1f;
}

.container-fluid .contact-from-btn {
  margin-bottom: 1.825rem !important;
}
.container-fluid .contact-from-btn a {
 margin-right: 1rem !important;
}
.container-fluid .contact-from-btn a:last-child {
  margin-right: 0 !important;
 }
 .container-fluid .contact-from-btn .btn-contact {
  border-radius: 0.325rem;
  width: auto;
  border: 2px solid #088178 !important;
  min-width: 7.5rem;
  min-height: 2.88rem;
  letter-spacing: 0.05em;
  font-size: 1.03rem;
  font-weight: 600;
  padding: 0.425rem;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-decoration: none;
  color: #eee;
}
.container-fluid .contact-from-btn .btn-contact:after {
  display: none;
}
.container-fluid .contact-from-btn .btn-contact:hover:after {
  transform: scale(1);
  opacity: 1;
  display: block;
  transition: all 0.2s;
}
.container-fluid .contact-from-btn .btn-contact.btn-secondary  {
  color: #071c1f;
}
.container-fluid .mt-46{
  margin-top: -4rem !important;
}
.virtual-btn {
  max-width: 250px;
  display: inline-block;
}

.btn-secondary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #088178;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
.btn-secondary:after {
  background-color: #088178;
}
.btn-secondary:hover {
  background: #eee;
  color: #088178;
}

.btn-primary {
  background-color: #088178;
}
.btn-primary:hover {
  opacity: 0.9;
  background-color: #088178;
  border: 1px solid #ffffff;
  color: #fff;
}

.container {
  max-width: 1320px;
}

ul.social-links {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  list-style: none;
}
ul.social-links li a {
  color: #088178;
  margin: 0px 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: rgba(8, 129, 120, 0.1098039216);
}
ul.social-links li a:hover {
  color: #ffffff;
  background-color: #088178;
}

.section-heading p {
  font-weight: 500;
  color: #878a8d;
  letter-spacing: 1.25px;
  margin-bottom: 0.5rem !important;
}

/* header start */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid transparent;
}
header .navbar-nav a.nav-link {
  color: #d9d9d9;
  font-weight: 500;
  padding: 15px 15px !important;
  font-family: "Nunito", sans-serif;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
  font-size: 18px;
  letter-spacing: 0.01rem;
}
header .navbar-nav a.nav-link:hover, header .navbar-nav a.nav-link.active {
  color: #00b9ab;
}
header .navbar .btn {
  padding: 5px 25px;
  min-width: unset;
  font-size: 16px;
}
header .navbar-brand {
  padding-top: 4px;
  padding-bottom: 4px;
}
header .navbar-brand .primary-text {
  color: #088178;
  font-size: 25px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  font-style: italic;
}
header .navbar-brand .secondary-text {
  color: #071c1f;
  font-size: 25px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
  font-weight: 700;
}
header .navbar-brand img {
  max-width: 180px;
  max-height: 60px;
}

/* header end */
body.error404 {
  min-height: 100vh;
  padding-top: 90px;
}
body.error404 header.page-header.alignwide {
  padding: 20px;
}
body.error404 .page-header {
  position: unset;
}

.error-404.not-found {
  padding: 20px;
}

/*  top banner start */
button.slick-arrow {
  font-size: 0;
  outline: 0;
  box-shadow: none;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  color: #d9d9d9;
  z-index: 9;
  margin: auto;
  height: 46px;
  width: 46px;
  background: rgba(0, 0, 0, 0.1803921569);
  content: "/f177";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
button.slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  border-color: #088178;
}

.slick-prev {
  left: 40px;
}
.slick-prev:before {
  content: "\f177";
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  color: inherit;
}

.slick-next {
  right: 40px;
}
.slick-next:before {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  color: inherit;
}

section.hero-outer.building .hero-banner img {
  height: auto;
  max-height: 400px;
}

section.hero-outer {
  height: auto;
  position: relative;
  z-index: 1;
}
section.hero-outer .hero-banner img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
section.hero-outer .hero-banner:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
section.hero-outer .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
section.hero-outer .hero-content .hero-content-inner {
  max-width: 900px;
  border-radius: 16px;
  padding: 80px;
  background: rgba(0, 0, 0, 0.2705882353);
}
section.hero-outer .hero-content h1 {
  font-weight: 800;
  color: #f5f5f5;
  font-size: 3rem;
}
section.hero-outer .hero-content h4 {
  color: #f5f5f5;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Nunito", sans-serif;
}
section.hero-outer .btn-wrapper {
  margin-top: 25px;
  display: inline-flex;
  grid-gap: 10px;
}
section.hero-outer .btn-wrapper a:after {
  display: none;
}

.content-left {
  justify-content: center;
  text-align: left;
}

.content-center {
  justify-content: center;
  text-align: center;
}

.content-right {
  justify-content: center;
  text-align: right;
}

.no-inventory-page {
  min-height: max(50vh, 350px) !important;
}

.no-inventory-page .overlay-content h4 {
  font-weight: 200;
  line-height: 1.5;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}

/* top banner end */
/* page border start */
.hero-banner-outer {
  position: relative;
}

.navbar-collapse .btn.btn-secondary {
  border: 1px solid transparent !important;
}

body.scrolled .navbar-collapse .btn.btn-secondary, .fixed-nav .navbar-collapse .btn.btn-secondary {
  border-color: #071c1f;
  color: #071c1f;
}
body.scrolled header, .fixed-nav header {
  background-color: #ffffff;
  transition: 0.3s all linear;
  z-index: 99;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
body.scrolled header .navbar-brand img, .fixed-nav header .navbar-brand img {
  height: 30px;
  width: auto;
}
body.scrolled .navbar-nav a.nav-link, .fixed-nav .navbar-nav a.nav-link {
  color: #071c1f;
  text-shadow: none;
}
body.scrolled .navbar-nav a.nav-link:hover, body.scrolled .navbar-nav a.nav-link.active, .fixed-nav .navbar-nav a.nav-link:hover, .fixed-nav .navbar-nav a.nav-link.active {
  color: #088178;
}
body.scrolled .scrolldown, .fixed-nav .scrolldown {
  display: none;
}
body.scrolled .totop, .fixed-nav .totop {
  display: inline-block;
}

.totop {
  display: none;
}

.totop, .scrolldown {
  font-weight: 700;
  color: #071c1f;
  text-decoration: none;
}
.totop:hover, .scrolldown:hover {
  color: #088178;
}

/* page borders end */
/** Title border area start **/
.title-border {
  height: 5px;
  width: 120px;
  background: transparent;
  border-radius: 10px;
  margin: 0 auto;
}

.title-border-inner {
  height: 5px;
  width: 15px;
  -webkit-animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
          animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
  border-radius: 10px;
  float: left;
  margin: 0 5px;
  background-color: #088178;
}

@-webkit-keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 0);
  }
  80% {
    transform: translate(20px, 0);
  }
}

@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 0);
  }
  80% {
    transform: translate(20px, 0);
  }
}
/* text overlay section start */
.text-overlay-wrapper {
/*  background: url(../images/top-banner.jpg);*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  position: relative;
}
.text-overlay-wrapper:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.text-overlay-wrapper .text-overlay-content {
  position: relative;
  z-index: 1;
  line-height: 0;
}
.text-overlay-wrapper .text-overlay-wrapper .text-overlay-content {
  line-height: 0;
}
.text-overlay-wrapper .overview-resume {
  border: 1px solid #071c1f;
  padding: 20px;
  margin: 20px 0;
}
.text-overlay-wrapper .info-line {
  text-align: left;
}
.text-overlay-wrapper .overview-value {
  font-weight: 700;
}

.button.regular {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #088178;
  text-decoration: none;
  border: 1px solid #000;
  text-transform: uppercase;
}
.button.regular:hover {
  background-color: #088178;
  color: #ffffff;
}

/* text overlay section end */
.fixed-nav .navbar-collapse .btn-secondary {
  color: #071c1f;
  border-color: #071c1f;
}

/* tabs section start */
.property-outer {
  position: relative;
  overflow: hidden;
  border: 1px solid #efefef;
  box-shadow: 0px 12px 36px -6px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.property-outer .proprty-image {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.property-outer .proprty-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
}
.property-outer a {
  color: #071c1f;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.property-outer a .property-detail-container {
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  background: #ffffff;
  opacity: 1;
  text-align: left;
  padding: 20px;
  transition: 0.3s all linear;
}
.property-outer a .property-detail-container ul {
  padding: 0;
  display: flex;
  flex-flow: wrap;
  grid-gap: 20px 10px;
  list-style: none;
  margin: 10px 0 0 0;
  justify-content: space-around;
  width: 100%;
}
.property-outer a .property-detail-container ul li {
  align-items: center;
  text-align: center;
  color: #7a7a7a;
  font-size: 14px;
  flex: 1;
  line-height: 1.2;
}
.property-outer a .property-detail-container ul span {
  display: flex;
  margin: 0 0 10px 0;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
}
.property-outer a .property-detail-container ul img {
  max-width: 22px;
  text-decoration: none;
  list-style: none;
}
.property-outer:hover .zoom-in-image {
  transform: scale(1.55, 1.55) rotate(-20deg);
  -webkit-transform: scale(1.55, 1.55) rotate(-20deg);
  -moz-transform: scale(1.55, 1.55) rotate(-20deg);
  -ms-transform: scale(1.55, 1.55) rotate(-20deg);
  -o-transform: scale(1.55, 1.55) rotate(-20deg);
  transition: all 0.2s linear 0s;
}
.property-outer .zoom-in-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1, 1) rotate(0deg);
  -webkit-transform: scale(1, 1) rotate(0deg);
  -moz-transform: scale(1, 1) rotate(0deg);
  -ms-transform: scale(1, 1) rotate(0deg);
  -o-transform: scale(1, 1) rotate(0deg);
  transition: all 0.3s linear 0s;
}
.property-outer .property-pricing {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3607843137);
  position: absolute;
  padding: 10px 15px;
  top: 10px;
  right: 10px;
  border-radius: 4px;
  line-height: 1;
}
.property-outer .property-pricing p {
  margin: 0;
  font-weight: 500;
  font-size: 0.9rem;
}
.property-outer .property-highlight {
  font-size: 21px;
  font-weight: 400;
}
.property-outer .property-highlight span {
  font-weight: 700;
}

.tabs-container .nav-link {
  background: transparent;
  color: #071c1f;
  font-weight: 500;
  margin: 10px;
  border: 1px solid #088178;
  font-size: 16px;
  letter-spacing: 0.05rem;
  min-width: 100px;
  z-index: 1;
  border-radius: 6px;
  color: #088178;
  position: relative;
}
.tabs-container .nav-link:hover, .tabs-container .nav-link.active {
  color: #ffffff;
  background-color: #088178;
}
.tabs-container .nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  background-color: #088178;
  display: none;
}
.tabs-container .nav-link.active:after, .tabs-container .nav-link:hover:after {
  width: 100%;
  transition: all 0.3s;
}

#scroll-down-animation {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#scroll-down-animation h2 {
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-weight: 200;
  font-size: 16px;
  margin-top: 5px;
}
#scroll-down-animation .mouse {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 2px solid #ffffff;
  height: 40px;
  width: 20px;
  position: relative;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
#scroll-down-animation .move {
  position: absolute;
  background-color: #088178;
  background-color: #07ebda;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: move 2s linear infinite;
          animation: move 2s linear infinite;
}

@-webkit-keyframes move {
  0% {
    transform: translate(-50%, 5px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 30px);
    opacity: 0;
  }
}

@keyframes move {
  0% {
    transform: translate(-50%, 5px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 30px);
    opacity: 0;
  }
}
/* tabs section end */
/* numbers section start  */
.numbers-outer .tabs-container .nav-link.active, .numbers-outer .tabs-container .nav-link:hover {
  background: #088178;
  color: #ffffff;
}

.nb-container {
  border: 2px solid #071c1f;
  border-bottom: 0;
  position: relative;
  margin: 0;
}
.nb-container:before {
  width: 2px;
  content: "";
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #071c1f;
}
.nb-container .nb-outer {
  padding: 35px 20px;
  text-align: center;
  border-bottom: 2px solid #071c1f;
}
.nb-container .nb-value {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1;
}
.nb-container .nb-type {
  font-weight: 600 !important;
  color: #088178;
  font-size: 1rem;
}

/* numbers section end  */
/* amenity section start */
.amenity-outer {
  background-color: #f5f5f5;
}
.amenity-outer hr {
  color: #088178;
  border-top: 2px solid;
  opacity: 1;
}
.amenity-outer h4 {
  font-weight: 600;
}
.amenity-outer p, .amenity-outer ul li {
  line-height: 2;
}
.amenity-outer ul.custom-list {
  list-style: none;
  padding: 0;
}
.amenity-outer ul.custom-list:last-child {
  margin-bottom: 0;
}
.amenity-outer ul.custom-list li {
  line-height: 2.5;
  padding-left: 15px;
  position: relative;
}
.amenity-outer ul.custom-list li:before {
  content: "_";
  left: 0;
  margin-right: 0;
  position: absolute;
  width: auto;
  line-height: 1;
}
.amenity-outer .amenity-bg-outer {
  padding: 50px 0;
}
.amenity-outer .amenity-bg-outer:nth-child(odd) {
  background-color: #fff;
}
.amenity-outer .amenity-bg-outer:nth-child(odd) .amenity-inner-container {
  flex-direction: row-reverse;
}

.amenity-outer .amenity-inner-container:nth-child(even) {
  background: #f5f5f5;
}

.amenity-content .amenity-content-inner.read-less {
/*  height: 407px !important;*/
  overflow: hidden;
  transition: all 0.3s;
}

.amenity-content a {
  color: #088178;
}

/*.amenity-content {
  padding-top: 30px;
}*/

.amenity-content a.readMore {
  padding: 15px 0;
  display: inline-block;
}

/* amenity section end */
.features-wrapper {
  background: #f5f5f5;
}

/* footer start */
.social-links {
  flex-direction: row;
  margin-top: 16px;
  justify-content: flex-start;
}
.social-links li {
  padding: 0px 10px;
}
.social-links li a:before {
  display: none;
}
.social-links li a:hover {
  color: #ffffff;
}

footer {
  color: #afafaf;
  background-color: #032421;
}
footer .footer-column {
  font-size: 16px;
}
footer .footer-column p {
  margin-bottom: 5px;
}
footer .footer-column p:last-child {
  margin-bottom: 0;
}
footer .column-heading {
  font-weight: 400;
  margin-bottom: 20px;
  color: #f5f5f5;
}
footer .logo img {
  max-width: 90%;
  margin: 0 auto;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  line-height: 2;
}
footer ul li a {
  text-decoration: none;
  color: #afafaf;
}
footer ul li a:before {
  content: "-";
  color: #ffffff;
  margin-right: 5px;
}
footer ul li a:hover {
  color: #ffffff;
}
footer .copyright {
  color: #afafaf;
  padding: 20px 0 20px 0;
  text-align: center;
  border-top: 1px solid #383839;
}
footer .copyright p {
  margin-bottom: 0;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
}
footer .copyright a:hover {
  color: rgba(8, 129, 120, 0.75);
}
footer .footer-top-links {
  color: #afafaf;
  background-color: #042825;
  padding: 30px 0;
  text-align: center;
}
footer .footer-top-links ul li {
  margin: 4px 4px 4px 0;
  display: inline-block;
  font-size: 16px;
}
footer .footer-top-links ul li a {
  position: relative;
  padding: 4px 8px;
  font-size: 16px;
}
footer .footer-top-links ul li a:after {
  content: "|" !important;
  color: inherit !important;
  right: -5px;
  position: absolute;
  top: -2px;
}
footer .footer-top-links ul li a:before {
  display: none;
}
footer .footer-top-links ul li a:hover {
  color: #ffffff !important;
}

/* footer end */
.fixed-nav .hero-outer {
  margin-top: 0;
}

.fixed-nav {
  padding-top: 78px;
}
.fixed-nav header {
  background: #ffffff;
}
.fixed-nav header .navbar-nav a.nav-link {
  color: #071c1f;
  text-shadow: none;
}
.fixed-nav header .navbar-nav a.nav-link:hover, .fixed-nav header .navbar-nav a.nav-link.active {
  color: #088178;
}
.fixed-nav .page-border-top {
  display: none !important;
}
.fixed-nav .page-border-top {
  top: 0;
  width: 100%;
}
.fixed-nav .page-border-bottom {
  bottom: 0;
  width: 100%;
}
.fixed-nav .page-border-left {
  left: 0;
  height: 100%;
}
.fixed-nav .page-border-right {
  right: 0;
  height: 100%;
}

.bg-grey {
  background: #f5f5f5;
}

/* table start  */

table.dataTable > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px #f5f5f5;
}

table.dataTable > tbody > tr:hover, table.dataTable > tbody > tr.odd > *:hover {
  box-shadow: inset 0 0 0 9999px #f5f5f5;
}

.dataTables_wrapper {
  overflow: auto;
  overflow-y: hidden;
  padding: 0px 10px;
  position: relative;
}
div.dataTables_processing {
  z-index: 9;
}

tr:hover {
  box-shadow: inset 0 0 0 9999px rgba(8, 129, 120, 0.0392156863) !important;
}

tr:hover td {
  box-shadow: none !important;
}

table.dataTable {
  border-collapse: collapse !important;
  border: 0px solid #000;
  color: #727272;
  background: #ffffff;
  box-shadow: 0px 5px 9px rgba(229, 229, 229, 0.231372549);
}
table.dataTable th {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.4;
}
table.dataTable thead th, table.dataTable td {
  padding: 15px 10px;
  border: 0px solid #111 !important;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}
table.dataTable span.form-check {
  min-height: unset;
}

/* gallery start */
.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 0;
  flex-flow: wrap;
}

.floor-plan-wrapper .demo-gallery > ul > li {
  padding: 15px;
}

.demo-gallery > ul > li {
  width: 50%;
  display: inline-block;
  list-style: none;
  padding: 5px;
  float: left;
}
.demo-gallery > ul > li.w-100 a {
  height: auto;
}
.demo-gallery > ul > li.w-100 a img {
  position: relative;
}

.demo-gallery > ul > li a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 150px;
  border-radius: 10px;
}

.demo-gallery > ul > li a > img {
  transition: transform 0.15s ease 0s;
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.floor-plan-outer {
  clear: both;
}

.demo-gallery > ul > li a:hover > img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  transition: transform 0.15s ease 0s;
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}

.floor-plan ul {
  margin: 0px -12px;
}
.floor-plan ul li {
  width: 25%;
}

.floor-plan-wrapper {
  background: url(../images/floor-plan.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-position-y: 50px;
  background-position-x: calc(100% - 50px);
  background-size: 840px;
}
.floor-plan-wrapper:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  top: 0%;
  left: 0;
  background-position-y: 240px;
}
.floor-plan-wrapper .container {
  position: relative;
}

.demo-gallery.floor-plan li > div {
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  background: #ffffff !important;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(215, 215, 215, 0.5411764706);
}
.demo-gallery.floor-plan li > div:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery.floor-plan li > div:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery.floor-plan li > div:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery.floor-plan li a {
  margin: 0 auto;
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.pdf-list li a > img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.demo-gallery.floor-plan li a > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}

.demo-gallery.floor-plan li p {
  margin: 15px 0 0 0;
}

/* gallery end */
.modal-dialog {
  max-width: 100%;
  margin: 0;
  border-radius: 0;
}

.modal-body {
  max-height: calc(100vh - 49px);
  overflow: auto;
  overflow-x: hidden;
  color: #071c1f;
  background-color: #f5f5f5;
  font-size: 16px;
}
.modal-body p {
  font-size: 16px;
}
.modal-body a {
  color: #088178;
}

.modal-header {
  border: 0;
  background: #088178;
  border-radius: 0;
}

.modal-content {
  border-radius: 0 !important;
  border: 0;
}

/* table end */
.page-heading h2 {
  font-weight: 700;
}

.navbar-toggler-icon {
  width: 30px;
  background: transparent;
  height: 3px;
  border-radius: 5px;
  position: relative;
  transition: 0.2s all linear;
}
.navbar-toggler-icon:after {
  width: 100%;
  content: "";
  position: absolute;
  height: 100%;
  top: -2px;
  background: #8f8888;
  left: 0;
  border-radius: inherit;
  transition: 0.2s all linear;
  transform: rotate(45deg);
  transform-origin: center;
}
.navbar-toggler-icon:before {
  width: 100%;
  content: "";
  position: absolute;
  height: 100%;
  bottom: -8px;
  background: #8f8888;
  left: 0;
  border-radius: inherit;
  transition: 0.2s all linear;
  transform: rotate(-45deg);
  transform-origin: center;
  top: -2px;
}

.collapsed .navbar-toggler-icon {
  width: 30px;
  background: #8f8888;
  height: 3px;
  border-radius: 5px;
  position: relative;
  transition: 0.2s all linear;
}
.collapsed .navbar-toggler-icon:after {
  transition: 0.2s all linear;
  transform: rotate(0deg);
  top: -8px;
}
.collapsed .navbar-toggler-icon:before {
  transition: 0.2s all linear;
  transform: rotate(0deg);
  top: unset;
}

/* property individual page start */
.propert-detail-inner {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px;
  align-items: center;
  flex-flow: wrap;
}
.propert-detail-inner h4 {
  font-size: 30px;
  margin: 0;
  color: #088178;
  font-weight: 400;
}
.propert-detail-inner h1 {
  font-size: 23px;
  margin: 0;
}

td.dataTables_empty {
  font-weight: 500;
}

.hero-outer.building {
  height: auto;
}

.floorPlan-container {
    padding: 60px 15px 120px !important;
}
.prty-desc {
    background: #ffffff;
    padding: 50px 30px 50px 30px;
    left: 0;
    right: 0;
    bottom: -80px;
    border-radius: 10px;
    margin: 0 auto;
    z-index: 9;
    position: absolute;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.05);
    max-width: 440px;
}
.prty-desc p {
  line-height: 28px;
}
.prty-desc p:last-child {
  margin-bottom: 0;
}
.prty-desc .top-heading span {
  font-size: 16px;
  margin-left: 10px;
  font-weight: 500;
  opacity: 0.75;
}

.proprty-detail p {
  font-size: 16px;
  opacity: 0.75;
  line-height: 26px;
}

.property-table {
  height: 100%;
  padding-bottom: 10px;
}
.property-table .property-table-inner {
  border: none;
  padding: 20px;
  margin: 15px 0;
  background: #fff;
  padding-bottom: 0;
  height: 100%;
  box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.2);
}
.property-table .property-table-inner .prty-row {
  display: flex;
  justify-content: space-between;
}
.property-table .property-table-inner .prty-row:not(:last-child) {
  border-bottom: 1px solid #f3f3f3;
}
.property-table .property-table-inner .ftur-name {
  padding: 15px 10px 15px 0;
  font-weight: 700;
  color: #616161;
  font-size: 13px;
}
.property-table .property-table-inner .ftur-detail {
  padding: 15px 0px 15px 10px;
  text-align: right;
  color: #616161;
  font-weight: 500;
  font-size: 13px;
}

.slider-container img {
  margin: 0 auto;
  width: 100%;
}
.slider-container .slider-nav .item-slick {
  margin-right: 5px;
  position: relative;
  padding-top: 60px;
  border: 5px solid transparent;
  cursor: pointer;
}
.slider-container .slider-nav .item-slick img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.slider-container .slider-nav .item-slick.slick-active.slick-current {
  position: relative;
  border: 5px solid #ffffff;
}
.slider-container .slider-nav .item-slick.slick-active.slick-current:before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.slider.slider-nav {
  position: absolute;
  bottom: 20px;
  max-width: 900px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3215686275);
}

.about-us h2 {
  font-weight: 300;
  font-size: 55px;
  line-height: 1.15;
  margin: 0 0 25px;
}
.about-us h2 span {
  font-weight: 400;
}
.about-us p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}

.image-about-wrapper .about-inner {
  background: #ffffff;
  padding-right: 80px;
  position: relative;
}
.image-about-wrapper .about-inner .about-2 {
  position: absolute;
  right: 0;
  width: 70%;
  bottom: 50px;
}

/* table start */
.counter-table tr:last-child td {
  border: 0;
}

.counter-table {
  border-collapse: collapse;
  width: 100%;
}
.counter-table td, .counter-table th {
  border-bottom: 1px solid rgba(51, 152, 211, 0.14);
  padding: 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  background: transparent;
  color: #666;
}
.counter-table p {
  font-size: 16px;
  font-weight: 500 !important;
  display: inline-block;
  text-align: left;
  line-height: 1.1;
  margin: 0;
}
.counter-table p span {
  display: block;
  font-weight: 700;
  font-size: 30px;
}
.counter-table p span.secondary {
  color: #088178;
}
.counter-table .head-pros {
  display: inline-flex;
}
.table-wrapper .counter-table .head-pros p {
  border-bottom: 2px solid transparent !important;
}
.table-wrapper .counter-table .head-pros p a {
  text-decoration: none !important;
  color: inherit !important;
}
.table-wrapper .counter-table .head-pros p:hover {
  border-bottom: 2px solid #088178 !important; 
}
.counter-table span.circle-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}
.counter-table span.circle-icon.primary {
  background: #088178;
}
.counter-table span.circle-icon.secondary {
  background: #088178;
}
.counter-table tr th:first-child, .counter-table tr td:first-child {
  font-weight: 500;
  color: #666;
  text-align: left;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
}

section#locations {
  min-height: unset;
}
section#locations:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -35px;
  overflow: visible;
  width: 50%;
  height: 70px;
  top: unset;
  z-index: 2;
  transform: skewY(4deg);
  background-color: #ffffff;
  display: none;
}
section#locations:after {
  content: "";
  position: absolute;
  right: 0;
  display: none;
  bottom: -35px;
  overflow: visible;
  width: 50%;
  height: 70px;
  top: unset;
  z-index: 2;
  transform: skewY(-4deg);
  background-color: #ffffff;
}

button[type=submit]:after {
  background: #000;
}

button[type=submit] {
  color: #ffffff !important;
}

#contact .section-heading {
  margin-bottom: 50px !important;
}

#contact {
  background-color: #fbfbfb;
  padding-top: 20px;
}

.contact-form-outer {
  background: #fff;
  padding: 50px 50px 20px 50px;
  border-radius: 10px;
}

#contact .container-fluid {
  max-width: 1600px;
}

.contact-details {
  padding: 50px;
  color: #000;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  border-radius: 4px;
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 0 3px rgb(229, 229, 229);
  max-width: 580px;
  margin: 0 auto 0 0;
  height: 100%;
}
.contact-details h2 {
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.contact-list {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.contact-list li {
  margin-bottom: 21px;
  padding-left: 60px;
  position: relative;
  min-height: 40px;
}
.contact-list li:last-child {
  margin-bottom: 0;
}
.contact-list li p, .contact-list li a {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 15px !important;
  color: #818181;
  text-decoration: none;
}
.contact-list li p i, .contact-list li a i {
  margin-right: 10px;
  left: 0;
  position: absolute;
  border-radius: 50%;
  padding: 13px;
  background: #ededed;
  color: #ababab;
  top: -7px;
}

.form-control {
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
}

ul.slick-dots {
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
}
ul.slick-dots li button {
  font-size: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  border: 1px solid #f5f5f5;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  padding: 0;
  margin: 5px;
}
ul.slick-dots li button:hover {
  background-color: #f5f5f5;
}
ul.slick-dots li.slick-active button {
  background-color: #f5f5f5;
}

.table-wrapper {
  overflow: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 12px 56px -1px rgba(0, 0, 0, 0.06);
  padding-bottom: 20px;
  max-width: 850px;
  margin: 0 auto;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after {
  opacity: 0.5;
  opacity: 0.5;
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.9;
}

tbody tr:nth-child(odd) td {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05) !important;
}

button.dt-button.buttons-print {
  background-color: #088178;
  color: #fff;
  border: 0;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 4px;
  float: right;
  margin-bottom: 15px;
}

.dataTables_paginate {
  margin-top: -28px;
}
.dataTables_paginate a {
  display: inline-block;
  margin: 6px;
  text-decoration: none;
  font-size: 17px;
  color: #242424;
  cursor: pointer;
}
.dataTables_paginate a.disabled {
  color: #979494 !important;
  cursor: not-allowed;
}
.dataTables_paginate a.paginate_button.current {
  color: #088178;
}
.dataTables_paginate a:hover {
  color: #088178;
}

a.paginate_button.current {
  color: #000;
}

section.hero-outer .btn-wrapper .btn {
  font-size: 16px;
  padding: 15px 15px;
  min-height: unset;
  display: inline-flex;
  min-width: unset;
  line-height: 1;
  color: #088178;
  border: 1px solid rgba(180, 180, 180, 0.431372549) !important;
  background: #fff;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  min-width: 104px;
  border-radius: 6px;
}
/* section.hero-outer .btn-wrapper .btn:first-child {
  background: #088178;
  border-color: transparent !important;
  color: #fff;
} */
section.hero-outer .btn-wrapper .btn:hover {
  background-color: #e2e2e2 !important;
  color: #000000 !important;
}

.modal-body::-webkit-scrollbar, .nav::-webkit-scrollbar {
  width: 5px;
}

.modal-body::-webkit-scrollbar-track, .nav::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.modal-body::-webkit-scrollbar-thumb, .nav::-webkit-scrollbar-thumb {
  background: rgba(36, 36, 36, 0.4196078431);
}

*::-webkit-scrollbar, .nav::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track.nav::-webkit-scrollbar-track {
  background: #f1f1f1;
}

*::-webkit-scrollbar-thumb, .nav::-webkit-scrollbar-thumb {
  background: rgba(36, 36, 36, 0.4196078431);
}

/* media start */
.sell-form-modal {
  width: 80vw;
  margin: 0 auto;
  left: 10vw;
  top: 10vh;
  max-height: 80vh;
}
.sell-form-modal .modal-body {
  max-height: calc(80vh - 80px);
  padding: 0 50px 50px;
  background-color: #fff;
}
.sell-form-modal .modal-header {
  background-color: transparent;
}
.sell-form-modal .select-wrapper {
  position: relative;
}
.sell-form-modal .select-wrapper select {
  cursor: pointer;
}
.sell-form-modal .select-wrapper:before {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 900;
  right: 10px;
  top: 34px;
  color: #9b9b9b;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  border: 1px solid #ced4da;
  border-radius: 4px;
  line-height: 30px;
  color: #212529;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  min-height: 44px;
}

.g-recaptcha {
  margin-bottom: 15px;
}

/*.g-recaptcha > div {
  width: 250px !important;
}*/

.flex-summary {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}

.virtual-tour {
  min-width: unset !important;
  max-width: 40px;
  padding: 5px !important;
  position: absolute;
  right: 0;
  border-radius: 4px;
  min-height: unset;
}

div#disclaimer .btn-close {
  filter: invert(1);
}

.custom-tabs {
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
.custom-tabs li.nav-item {
  border-radius: 0;
}
.custom-tabs .nav-pills .nav-link {
  border-left: 1px solid #ddd;
  margin-left: -1px;
  border-right: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 0;
  margin: 0;
  background: transparent;
  color: #868a8b;
  font-weight: 500;
  padding: 12px 30px;
  border: 1px solid transparent;
  border-top: 3px solid transparent;
  font-size: 16px;
  letter-spacing: normal;
  border-left: 1px solid #ddd;
  margin-left: -1px;
  border-right: 1px solid #ddd;
}
.custom-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: auto;
  height: 3px;
  background: #ffffff;
  border-radius: 0;
}
.custom-tabs .nav-pills .nav-link.active {
  background: #fff;
  color: #088178;
  border-top-color: #088178;
  border-radius: 0 !important;
  box-shadow: 0px -8px 12px -1px rgba(0, 0, 0, 0.1);
  border-left-color: #ddd !important;
  border-right-color: #ddd !important;
}
.custom-tabs .nav-pills {
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.custom-tabs .tab-content {
  padding: 15px;
}

@media (min-width: 1201px) {
  .btn {
    font-size: 17px;
    min-width: 220px;
  }
}
@media (min-width: 992px) {
  body.scrolled .navbar-collapse .btn.btn-secondary, .fixed-nav .navbar-collapse .btn.btn-secondary {
    border: 1px solid #088178 !important;
  }
  .text-overlay-wrapper .text-overlay-content h2.large {
    font-size: 5rem;
    font-weight: 400;
  }
  .navbar-expand-lg .navbar-nav {
    flex-flow: unset !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  /*.prty-desc {
    left: 0;
    border: 0;
    box-shadow: none;
    padding: 20px;
  }*/
  .fixed-nav {
    padding-top: 74px;
  }
  header .navbar-nav a.nav-link {
    font-size: 16px;
    padding: 15px 10px !important;
  }
}
@media (max-width: 991px) {
  button.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before, button.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    background: #fff;
  }
  .navbar a.navbar-brand img {
    max-width: 180px !important;
    height: auto !important;
    max-height: 30px;
  }
  body.scrolled .navbar-collapse .btn.btn-secondary {
    border: 0px !important;
  }
  .text-overlay-wrapper .text-overlay-content h2 {
    font-size: 22px;
  }
  .image-about-wrapper .about-inner .about-2 {
    bottom: 15px;
  }
  .property-table {
    font-size: 10px;
  }
  .floor-plan ul li {
    width: 33.3%;
  }
  header {
    position: fixed;
    top: 0;
    background-color: #ffffff;
  }
  header .navbar-nav a.nav-link {
    color: #ffffff !important;
    text-shadow: none;
    padding: 5px 15px !important;
  }
  header .navbar-nav a.nav-link:hover, header .navbar-nav a.nav-link.active {
    background-color: #088178 !important;
    color: #ffffff !important;
  }
  button.navbar-toggler {
    border: 0px;
    outline: 0 !important;
    box-shadow: none !important;
    padding-right: 0;
  }
  .navbar-collapse {
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    max-width: 220px;
    height: 100vh;
    padding: 50px 0;
    transform: translateX(-100%);
    transition: 0.2s all linear;
    display: block !important;
  }
  .navbar-collapse.show {
    transform: translateX(0);
    transition: 0.2s all linear;
  }
  section.hero-outer .hero-content h1 {
    font-size: 2.5rem;
  }
  section.hero-outer .hero-content h4 {
    font-size: 1rem;
  }
  .text-overlay-wrapper .text-overlay-content p {
    font-size: 16px !important;
    font-weight: 500;
  }
  section.hero-outer .btn-wrapper {
    grid-gap: 10px;
    justify-content: center;
    flex-flow: wrap;
    margin-left: -2px;
    margin-right: -2px;
  }
  header .navbar .btn {
    font-size: 16px;
    display: block;
    text-shadow: none;
    padding: 5px 15px !important;
    border: 0;
    text-align: left;
    min-height: auto;
    min-width: unset;
    background: transparent;
    color: #fff !important;
    border-radius: 0;
  }
  .btn {
    font-size: 16px;
    min-width: 100px;
    padding: 8px;
  }
  .counter-table td, .counter-table th {
    padding: 10px;
    font-size: 16px;
  }
  .nav .nav-pills {
    flex-flow: unset;
    white-space: nowrap;
    overflow: auto;
    display: inline-flex !important;
    max-width: 98%;
    padding-bottom: 2px;
  }
  .tabs-container {
    text-align: center;
    margin-top: 0.5rem;
  }
  .tab-content {
    text-align: left;
  }
  .contact-details {
    margin-top: 0;
  }
  .contact-list li p, .contact-list li a {
    font-size: 16px;
    font-weight: 500;
  }
  .counter-table p span {
    font-size: 16px;
  }
  .counter-table p {
    font-size: 11px;
  }
  .tabs-container .nav-link {
    font-size: 13px;
    padding: 8px 16px;
    min-width: 50px;
    margin-left: 0;
  }
  .amenity-content {
    margin-bottom: 30px;
  }
  .nb-container .nb-outer {
    padding: 15px;
  }
  .nb-container .nb-value {
    font-size: 21px;
  }
  footer .column-heading {
    font-weight: 600;
    margin: 15px 0;
    font-size: 17px;
  }
  .property-outer a .property-highlight {
    font-size: 16px;
  }
  p.property-detail, .property-outer a .property-pricing p {
    font-size: 14px;
    padding: 6px;
  }
  .property-outer a .property-pricing {
    padding: 3px 13px;
    min-width: 90px;
  }
  .numbers-outer .tabs-container .nav-link {
    margin: 5px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
  }
  table.dataTable th {
    font-size: 13px;
  }
}
.vr-wrapper a {
  position: relative;
  display: inline-flex;
  background: #fff;
  padding: 25px 45px 23px 45px;
  box-shadow: 2px 5px 14px 0px rgba(149, 149, 149, 0.2);
  color: #088178;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  outline: 1px solid #cad5d4;
  outline-offset: -10px;
  font-family: "Poppins", sans-serif;
  justify-content: center;
  border-radius: 50px;
  font-style: italic;
  transform: skewX(-5deg);
}
.vr-wrapper a .vr-icon {
  position: absolute;
  display: flex;
  right: 20px;
  top: -5px;
  background: #088178;
  padding: 5px 10px;
  width: auto;
  text-align: center;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 3px 3px 3px 0px rgba(149, 149, 149, 0.25);
  transform: skewX(-6deg);
}
.vr-wrapper a .vr-icon svg {
  width: 29px;
  color: #fff;
}
.vr-wrapper a .vr-icon svg path {
  fill: #f9f9f9;
}

@media (max-height: 550px) and (min-width: 767px) {
  section.hero-outer .hero-content {
    padding-top: 100px !important;
  }
  section.hero-outer .hero-banner img {
    min-height: 100vh;
    height: auto;
  }
}
@media (max-width: 767px) {
  body header .navbar-brand img {
    max-width: 180px !important;
  }
  section.hero-outer .btn-wrapper .btn {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 11px 15px;
  }
  .custom-tabs .nav-pills .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
  .flex-summary {
    justify-content: flex-start;
  }
  section.hero-outer {
    height: auto;
  }
  div.dataTables_wrapper div.dataTables_filter input {
    width: 115px;
    min-width: 60px;
  }
  .dataTables_wrapper {
    margin-top: 10px;
    padding: 0;
  }
  .sell-form-modal .modal-body {
    padding: 30px;
  }
  .contact-list li {
    padding-left: 51px;
    min-height: 39px;
  }
  .contact-list li p i, .contact-list li a i {
    top: -10px;
  }
  section.hero-outer .hero-banner img, .hero-outer {
    height: calc(100vh - 60px);
  }
  section.hero-outer .hero-content .hero-content-inner {
    padding: 30px 15px;
    width: 95%;
  }
  .contact-form-outer {
    padding: 30px 20px;
  }
  .contact-list li p, .contact-list li a {
    font-size: 13px;
  }
  .contact-details {
    padding: 30px 20px;
    margin-top: 30px;
    max-width: 100%;
  }
  .hero-outer {
    margin-top: 60px;
  }
  button.slick-arrow {
    width: 30px;
    height: 30px;
    top: unset;
    bottom: 20px;
  }
  .hero-outer.building h1 {
    font-size: 20px !important;
    font-weight: 500 !important;
  }
  .slick-prev:before {
    font-size: 16px;
  }
  .slick-prev {
    left: calc(50% - 40px);
  }
  .slick-next:before {
    font-size: 16px;
  }
  button.slick-next.slick-arrow {
    right: calc(50% - 40px);
  }
  .hero-outer.building .hero-banner img {
    height: auto !important;
  }
  .slider.slider-nav {
    display: none;
  }
  .property-table .property-table-inner .ftur-name, .property-table .property-table-inner .ftur-detail {
    font-size: 14px;
  }
  /*.prty-desc {
    padding: 30px 0px;
  }*/

  .floorPlan-container {
    padding: 60px 15px 150px !important;
  }
  .prty-desc p {
    line-height: 24px;
    font-size: 13px;
  }
  section.hero-outer .hero-content h1 {
    font-size: 1.8rem;
  }
  .property-detail-wrapper h3 {
    font-size: 16px;
  }
  .property-detail-wrapper h1 {
    font-size: 18px;
  }
  .property-detail-wrapper p {
    font-size: 14px;
  }
  .demo-gallery.floor-plan li p {
    font-size: 14px;
  }
  .property-table .property-table-inner {
    padding: 10px;
  }
  .fixed-nav {
    padding-top: 66px;
  }
  footer .footer-top-links ul li {
    margin: 0;
  }
  footer .footer-top-links ul li a {
    font-size: 16px;
  }
  footer ul li a, .footer-column, .footer-column p, .copyright, .copyright p {
    font-size: 16px;
  }
  .floor-plan ul li {
    width: 50%;
  }
  footer .logo img {
    max-width: 300px;
    width: 90%;
  }
  .text-overlay-wrapper {
    min-height: unset;
  }
}

@media (max-width: 576px) {
  .nb-container:before {
    display: none;
  }
  section.hero-outer .btn-wrapper .btn {
    width: calc(50% - 20px);
    min-width: unset;
  }
}

@media (max-width: 575px) {
  .prty-desc {
    padding: 30px 10px 25px 20px;
    max-width: 100%;
    bottom: -120px;
    border-radius: 0;
    box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.15);
  }
  .floorPlan-container {
    padding: 60px 15px 180px !important;
  }
.image-about-wrapper .about-inner {
  padding-right: 0px !important;
}  
.hero-content-inner .btn-wrapper a {
  padding: 9px !important;
}
}
@media (max-width: 400px) {
  .tabs-container .nav-link {
    font-size: 10px;
    padding: 7px 14px;
  }
}
@media (max-width: 375px) {
  .hero-content-inner .btn-wrapper a {
    padding: 8px !important;
  }
}
@media (max-width: 340px) {
  .tabs-container .nav-link {
    font-size: 8.5px;
    padding: 6px 12px;
  }
}

@media (max-width: 300px) {
  .tabs-container .nav-link {
    font-size: 8px;
  }
}

/* media end */
.print-button {
  display: inline-block;
  cursor: pointer;
/*  padding: 10px;*/
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s;
/*  background: #088178;*/
  color: #ffffff;
  position: fixed;
  bottom: 20px;
  left: 20px;
  line-height: 1;
  border-radius: 4px;
  z-index: 99;
}

.pdfprnt-button {
    display: inline-block;
    padding: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.pdfprnt-button img {
    width: 50px;
}
.pdfprnt-button img, .pdfprnt-button-title, .pdfprnt-button {
    padding: 0 !important;
}
.print-button:hover {
/*  background-color: #09605a;*/
}
.amenity-content .readMore{
  display: none !important;
}
/*.amenity-content  a.readMore.active{
  display: block !important;
} */

@media print {
  .print-button {
    opacity: 0;
  }
  footer {
    color: #afafaf;
    background-color: #032421 !important;
  }
  body {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
         print-color-adjust: exact !important;
  }
  .map iframe {
    height: 100vh !important;
  }
  section {
    page-break-before: always;
  }
  footer {
    page-break-before: always;
  }
  .amenity-bg-outer {
    page-break-after: always;
    height: 100vh;
  }
  header {
    position: absolute;
    background-color: #fff;
  }
  table tr {
    border-bottom: 1px solid #727272;
  }
  .form-check {
    height: 20px;
    width: 20px;
    border: 1px solid #727272;
  }
  thead th, td {
    padding: 15px 10px;
    border: 0px solid #111 !important;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
  }
  span.form-check {
    min-height: unset;
  }
  .property-outer .proprty-image {
    padding-top: 40%;
  }
  .amenity-content a.readMore {
    display: none;
  }
  .amenity-content .amenity-content-inner.read-less {
    height: auto !important;
  }
  .text-overlay-wrapper {
    min-height: 100vh;
  }
  .numbers-outer {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}
.navbar a.navbar-brand img {
  -o-object-position: left;
     object-position: left;
}

button.navbar-toggler ~ .menu-overlay {
  position: fixed;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

button.navbar-toggler.collapsed ~ .menu-overlay {
  display: none;
}

nav.navbar .container {
  z-index: 0;
}

.lock-scroll {
  position: fixed;
}/*# sourceMappingURL=style.css.map */