@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Inter", "Red Hat Text", "Roboto Condensed", sans-serif;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

header.inner-page-header {
  background: #000;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}
header.inner-page-header #navbar .navbar .navbar-brand {
  padding: 20px 0;
}
@media only screen and (max-width: 960px) {
  header.inner-page-header #navbar .navbar .navbar-brand {
    padding: 10px 0;
  }
}

/* banner */
#banner {
  background: url("../../../images/hero-background.png") no-repeat;
  background-attachment: fixed;
  width: 100%;
  background-size: cover;
  background-position: top;
}
@media only screen and (max-width: 767px) {
  #banner {
    background-size: auto;
  }
}
#banner #banner-row {
  margin-top: 87px;
  margin-bottom: 122px;
}
@media only screen and (max-width: 1280px) {
  #banner #banner-row {
    margin-top: 48px;
    margin-bottom: 72px;
  }
}
@media only screen and (max-width: 991px) {
  #banner #banner-row {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
#banner #banner-row h1 {
  font-family: "Red Hat Text";
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1280px) {
  #banner #banner-row h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  #banner #banner-row h1 {
    font-size: 40px;
  }
}
#banner #banner-row p {
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 32px;
  /* 33.6px */
}
@media only screen and (max-width: 1280px) {
  #banner #banner-row p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  #banner #banner-row p {
    font-size: 18px;
  }
}

.navbar-bg {
  background-color: #fff;
}
@media only screen and (max-width: 1400px) {
  .navbar-bg {
    background-color: transparent;
  }
}
@media only screen and (max-width: 1400px) {
  .navbar-bg .navbar-toggler {
    color: #fff;
    border: 0;
  }
}
.navbar-bg .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}
.navbar-bg .navbar-toggler:focus {
  border: 0;
  box-shadow: none;
}
.navbar-bg .navbar-slash {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  gap: 24px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 1400px) {
  .navbar-bg .navbar-slash {
    height: auto;
    padding: 30px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.navbar-bg .navbar-slash .nav-item:not(:last-child) {
  display: flex;
  align-items: center;
}
.navbar-bg .navbar-slash .nav-item:not(:last-child):after {
  content: "/";
  display: inline-block;
  color: #393939;
  opacity: 0.2;
  margin-left: 24px;
}
@media only screen and (max-width: 1400px) {
  .navbar-bg .navbar-slash .nav-item:not(:last-child):after {
    content: none;
  }
}
.navbar-bg .navbar-slash .nav-item a {
  color: #141415;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-align: center;
}
.navbar-bg .navbar-slash .nav-link {
  color: #141415;
}
.navbar-bg .navbar-slash .nav-link.active {
  background-color: #d6a454;
  height: 55px;
  padding: 15px 20px;
  gap: 0px;
  border-radius: 8px;
  opacity: 0px;
  color: #141415;
}
.navbar-bg .navbar-slash .nav-link-icon {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}

#banner-container {
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
}

.cta-btn {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(0, 0, 24, 0);
  display: inline-flex;
  padding: 17px 50px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.5s ease-in;
}
.cta-btn.golden-btn {
  background: #d6a454;
  border-color: #d6a454;
}
.cta-btn.golden-btn:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.cta-btn:hover {
  background-color: #d6a454;
  border-color: #d6a454;
  color: #fff;
}

.section-img {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 132px;
       column-gap: 132px;
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.section-img.img-absolute {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 1400px) {
  .section-img.img-absolute {
    position: relative;
  }
}

.section-header {
  font-family: Red Hat Text;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  .section-header {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .section-header {
    font-size: 28px;
  }
}

.section-desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
}
@media only screen and (max-width: 1280px) {
  .section-desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .section-desc {
    font-size: 16px;
  }
}

.bg-golden {
  background-color: #d6a454 !important;
}

.bg-dark-gray {
  background-color: #2d2d2f !important;
}

.bg-dark {
  background-color: #141415 !important;
}

.bg-black {
  background-color: #141415 !important;
}

.py-104 {
  padding-top: 104px;
  padding-bottom: 104px;
}

.py-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.image-frame {
  padding: 56px 60px 30px 60px;
}

.image-tag {
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding-top: 30px;
  margin-bottom: 0;
}

.section-wrap {
  background: #000018;
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .section-wrap {
    padding: 50px 0;
  }
}
.section-wrap.bg-golden {
  background: #d6a454;
}
.section-wrap.bg-golden .section-heading {
  max-width: 1048px;
  margin: auto;
}
.section-wrap.bg-golden .section-heading h2 {
  margin-bottom: 50px;
}
.section-wrap.bg-tertiary {
  background: #0c1927;
}
.section-wrap.bg-tertiary.half-pad {
  padding: 65px 0;
}
.section-wrap.neg-200px {
  margin-top: -200px;
}
@media only screen and (max-width: 1280px) {
  .section-wrap.neg-200px {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 1170px) {
  .section-wrap.neg-200px {
    margin-top: 0px;
  }
}
.section-wrap .section-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-wrap .section-heading.border-up {
  border-top: 1px solid #2b394c;
  padding: 50px 0;
}
.section-wrap .section-heading h2 {
  color: #fff;
  text-align: left;
  font-family: "Red Hat Text";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 52.8px */
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .section-wrap .section-heading h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .section-wrap .section-heading h2 {
    font-size: 28px;
  }
}
.section-wrap .section-heading h3 {
  color: #fff;
  text-align: left;
  font-family: "Red Hat Text";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 52.8px */
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .section-wrap .section-heading h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .section-wrap .section-heading h3 {
    font-size: 24px;
  }
}
.section-wrap .section-heading h4 {
  color: #fff;
  text-align: left;
  font-family: "Red Hat Text";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .section-wrap .section-heading h4 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991px) {
  .section-wrap .section-heading h4 {
    font-size: 21px;
  }
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: initial;
}
.section-wrap .section-heading p {
  color: #fff;
  text-align: left;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: auto 0 15px;
}
.section-wrap .section-heading ul {
  padding: 0 28px;
}
.section-wrap .section-heading ul li {
  list-style: disc;
  color: #fff;
  text-align: left;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: auto 0 15px;
  padding: 15px;
}
@media only screen and (max-width: 1280px) {
  .section-wrap .section-heading p {
    font-size: 16px;
  }
}
.section-wrap .box-item {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #2b394c;
  background: #0c1927;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 30px;
  margin: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .section-wrap .box-item {
    margin: 10px 0;
  }
}
.section-wrap .box-item h3 {
  color: #fff;
  text-align: left;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  margin: 15px 0;
}
.section-wrap .box-item p {
  color: #fff;
  text-align: left;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
  opacity: 0.6;
  min-height: 72px;
  max-width: 270px;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .section-wrap .box-item p {
    min-height: 100px;
  }
}
@media only screen and (max-width: 575.5px) {
  .section-wrap .box-item p {
    min-height: auto;
  }
}
.section-wrap .partner-box {
  border-radius: 10px;
  border: 1px solid #ffe169;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  margin: 12px 0;
  min-height: 99px;
}
.section-wrap .partner-box img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.section-wrap .item-wrap {
  width: 100%;
  position: relative;
  margin: 12px 0;
}
.section-wrap .item-wrap .thumbnail-img {
  position: relative;
}
.section-wrap .item-wrap .cta-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.section-wrap .item-wrap .cta-overlay .overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.section-wrap .item-wrap .cta-overlay button {
  background: none;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.section-wrap .item-wrap .cta-overlay button span {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
}
.section-wrap .item-wrap:hover .cta-overlay {
  opacity: 1;
}
.section-wrap .quote-row {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 670px) {
  .section-wrap .quote-row {
    flex-direction: column;
  }
}
.section-wrap .quote-row li {
  color: #fff;
  font-family: "Inter";
  padding: 0 85px;
  list-style: none;
}
@media only screen and (max-width: 1280px) {
  .section-wrap .quote-row li {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-wrap .quote-row li {
    padding: 0 6px;
  }
}
@media only screen and (max-width: 670px) {
  .section-wrap .quote-row li {
    padding: 10px 15px;
  }
}
.section-wrap .quote-row li strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
.section-wrap .quote-row li span {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section-wrap .item .card {
  border-radius: 10px;
  border: 1px solid #2b394c;
  background: #0c1927;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}
.section-wrap .item .card .card-header {
  border: 0;
  display: flex;
  align-items: center;
  padding: 15px 35px 0;
}
.section-wrap .item .card .card-header figure {
  margin: 0;
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
.section-wrap .item .card .card-header figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-wrap .item .card .card-header h4 {
  color: #fff;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: 0.2px;
  margin-left: 20px;
}
.section-wrap .item .card .card-body {
  padding: 15px 35px;
}
.section-wrap .item .card .card-body .star-rating {
  margin-bottom: 10px;
}
.section-wrap .item .card .card-body p {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .section-wrap .item .card .card-body p {
    font-size: 16px;
  }
}
.section-wrap .item .card .card-footer {
  border-top-color: #2b394c;
  padding: 15px 35px;
}
.section-wrap .item .card .card-footer h6 {
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.2px;
  margin: 0;
}
.section-wrap .text-para {
  width: 100%;
  position: relative;
}
.section-wrap .text-para p {
  color: #9ea3a9;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
@media only screen and (max-width: 991px) {
  .section-wrap .text-para p {
    font-size: 14px;
    font-weight: 400;
  }
}
.section-wrap .item-card {
  border-radius: 10px;
  border: 1px solid #2b394c;
  background: #0c1927;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .section-wrap .item-card {
    padding: 15px;
  }
}
.section-wrap .item-card figure {
  border-radius: 10px;
  margin-bottom: 28px;
}
.section-wrap .item-card figure img {
  border-radius: 10px;
}
.section-wrap .item-card h3 {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
@media only screen and (max-width: 991px) {
  .section-wrap .item-card h3 {
    font-size: 18px;
  }
}
.section-wrap .item-card p {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.2px;
  max-width: 80%;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 991px) {
  .section-wrap .item-card p {
    font-size: 14px;
    max-width: 100%;
  }
}
.section-wrap .item-card .cta-download-btn {
  border-radius: 10px;
  border: 1px solid #fff;
  background: #000018;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 18px 32px;
  margin: 10px 0;
}
.section-wrap .item-card .cta-download-btn span {
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .section-wrap .item-card .cta-download-btn span {
    font-size: 16px;
  }
}

#property-section,
.carousel-section {
  position: relative;
}
#property-section .owl-carousel .item .flex-container,
.carousel-section .owl-carousel .item .flex-container {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 991px) {
  #property-section .owl-carousel .item .flex-container,
  .carousel-section .owl-carousel .item .flex-container {
    display: block;
  }
}
#property-section .owl-carousel .item .flex-container .image-wrap,
.carousel-section .owl-carousel .item .flex-container .image-wrap {
  width: 100%;
  border-radius: 10px;
  position: relative;
  margin: 12px;
}
#property-section .owl-carousel .item .flex-container .image-wrap .waterMarkIcon,
.carousel-section .owl-carousel .item .flex-container .image-wrap .waterMarkIcon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}
#property-section .owl-carousel .item .flex-container .image-wrap figure,
.carousel-section .owl-carousel .item .flex-container .image-wrap figure {
  margin: 0;
  position: relative;
}
#property-section .owl-carousel .item .flex-container .image-wrap figure figcaption,
.carousel-section .owl-carousel .item .flex-container .image-wrap figure figcaption {
  position: absolute;
  color: #fff;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 33.6px */
  text-align: center;
  bottom: 20px;
  width: 100%;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  #property-section .owl-carousel .item .flex-container .image-wrap figure figcaption,
  .carousel-section .owl-carousel .item .flex-container .image-wrap figure figcaption {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  #property-section .owl-carousel .item .flex-container .image-wrap figure figcaption,
  .carousel-section .owl-carousel .item .flex-container .image-wrap figure figcaption {
    font-size: 16px;
  }
}
#property-section .owl-carousel .item .flex-container .image-wrap figure:after,
.carousel-section .owl-carousel .item .flex-container .image-wrap figure:after {
  position: absolute;
  border-radius: 0px 0px 10px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.42%, rgba(0, 0, 0, 0.61) 88.87%);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}
#property-section.gallery_carousel,
.carousel-section.gallery_carousel {
  padding: 50px 0 0px;
}
#property-section.gallery_carousel .border-down,
.carousel-section.gallery_carousel .border-down {
  border-bottom: 1px solid #2b394c;
  padding-bottom: 20px;
}
#property-section.gallery_carousel .item figure,
.carousel-section.gallery_carousel .item figure {
  border-radius: 10px;
  position: relative;
}
#property-section.gallery_carousel .item figure .waterMarkIcon,
.carousel-section.gallery_carousel .item figure .waterMarkIcon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}
#property-section.gallery_carousel .item .project-content,
.carousel-section.gallery_carousel .item .project-content {
  width: 100%;
  position: relative;
}
#property-section.gallery_carousel .item .project-content h3,
.carousel-section.gallery_carousel .item .project-content h3 {
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
@media only screen and (max-width: 991px) {
  #property-section.gallery_carousel .item .project-content h3,
  .carousel-section.gallery_carousel .item .project-content h3 {
    font-size: 16px;
  }
}
#property-section.gallery_carousel .item .project-content .text-para,
.carousel-section.gallery_carousel .item .project-content .text-para {
  overflow-y: scroll;
  height: 120px;
  margin-bottom: 20px;
}
#property-section.gallery_carousel .item .project-content .text-para p,
.carousel-section.gallery_carousel .item .project-content .text-para p {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
  margin: 0;
  min-height: 120px;
}
@media only screen and (max-width: 991px) {
  #property-section.gallery_carousel .item .project-content .text-para p,
  .carousel-section.gallery_carousel .item .project-content .text-para p {
    font-size: 14px;
    font-weight: 400;
  }
}
#property-section.gallery_carousel .item .project-content .text-para::-webkit-scrollbar-track,
.carousel-section.gallery_carousel .item .project-content .text-para::-webkit-scrollbar-track {
  background: #0e1423;
}
#property-section.gallery_carousel .item .project-content .text-para::-webkit-scrollbar,
.carousel-section.gallery_carousel .item .project-content .text-para::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
  opacity: 0.12;
  background: #0e1423;
}
#property-section.gallery_carousel .item .project-content .text-para::-webkit-scrollbar-thumb,
.carousel-section.gallery_carousel .item .project-content .text-para::-webkit-scrollbar-thumb {
  background: #fff;
}
#property-section.gallery_carousel .item .project-content .project-location,
.carousel-section.gallery_carousel .item .project-content .project-location {
  width: 100%;
  display: flex;
  align-items: center;
}
#property-section.gallery_carousel .item .project-content .project-location span,
.carousel-section.gallery_carousel .item .project-content .project-location span {
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.2px;
  margin-left: 5px;
}
#property-section.gallery_carousel .item .project-content .project-thumbnail,
.carousel-section.gallery_carousel .item .project-content .project-thumbnail {
  width: 100%;
  position: relative;
}
#property-section.gallery_carousel .item .project-content .project-thumbnail ul,
.carousel-section.gallery_carousel .item .project-content .project-thumbnail ul {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#property-section.gallery_carousel .item .project-content .project-thumbnail ul li,
.carousel-section.gallery_carousel .item .project-content .project-thumbnail ul li {
  border-radius: 10px;
  border: 2px solid transparent;
  width: 46%;
  margin: 2%;
  display: flex;
}
#property-section.gallery_carousel .item .project-content .project-thumbnail ul li.active,
.carousel-section.gallery_carousel .item .project-content .project-thumbnail ul li.active {
  border-color: #ffe169;
}
#property-section.gallery_carousel .item .project-content .project-thumbnail ul li figure,
.carousel-section.gallery_carousel .item .project-content .project-thumbnail ul li figure {
  margin: 0;
}
#property-section.gallery_carousel .item .project-content .project-thumbnail ul li figure img,
.carousel-section.gallery_carousel .item .project-content .project-thumbnail ul li figure img {
  border-radius: 10px;
}

#featured-section {
  position: relative;
}
#featured-section .owl-carousel .item .image-wrap {
  width: 100%;
  border-radius: 10px;
  position: relative;
  margin: 0px;
}
#featured-section .owl-carousel .item .image-wrap figure {
  margin: 0;
  position: relative;
}
#featured-section .owl-carousel .item .image-wrap figure figcaption {
  position: absolute;
  color: #fff;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 33.6px */
  text-align: center;
  bottom: 20px;
  width: 100%;
  left: 0;
  z-index: 1;
}
#featured-section .owl-carousel .item .image-wrap figure:after {
  position: absolute;
  border-radius: 0px 0px 10px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.42%, rgba(0, 0, 0, 0.61) 88.87%);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}

.cta-icon-btn {
  background: none;
  border: none;
}
.cta-icon-btn:disabled, .cta-icon-btn.disabled {
  opacity: 0.3;
}

.cta-link {
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  text-decoration: none;
}
.cta-link:hover {
  color: #ffe169;
}

.cta-link-item {
  color: #fff;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  text-decoration: none;
}
.cta-link-item:hover {
  color: #ffe169;
}

/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
  background: rgba(0, 0, 0, 0.8);
}
.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}
.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}
.lightbox-modal .modal-body img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}
.lightbox-modal .modal-body .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}
.lightbox-modal .modal-body .carousel-control-prev,
.lightbox-modal .modal-body .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}
.lightbox-modal .modal-body .carousel-control-prev {
  left: 10px;
}
.lightbox-modal .modal-body .carousel-control-next {
  right: 10px;
}

#footer {
  padding-top: 117px;
  background: #000;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 50px 15px 10px;
  }
}
#footer .connect-wrap {
  border-radius: 10px;
  border: 1px solid #2b394c;
  background: #d6a454;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#footer .connect-wrap .info-wrap {
  width: 100%;
  border-right: 1px solid #b49124;
  display: flex;
  padding: 40px 15px;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  #footer .connect-wrap .info-wrap {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  #footer .connect-wrap .info-wrap:first-child {
    border: 0;
    border-bottom: 1px solid #b49124;
  }
}
#footer .connect-wrap .info-wrap .info-icon {
  width: 56px;
  height: 56px;
}
#footer .connect-wrap .info-wrap h5,
#footer .connect-wrap .info-wrap a {
  color: #141415;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  margin: 0;
}
@media only screen and (max-width: 480px) {
  #footer .connect-wrap .info-wrap h5,
  #footer .connect-wrap .info-wrap a {
    font-size: 16px;
    word-break: break-word;
  }
}
#footer .footer-middle {
  width: 100%;
  position: relative;
  padding: 84px 0 106px;
}
@media only screen and (max-width: 767px) {
  #footer .footer-middle {
    padding: 50px 0;
  }
}
#footer .footer-middle .footer-logo {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #footer .footer-middle .footer-logo {
    justify-content: center;
  }
}
#footer .footer-middle .footer-logo img {
  width: 90px;
}
#footer .footer-middle .footer-logo h2 {
  color: #fff;
  font-family: "Red Hat Text";
  font-size: 24.773px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  #footer .footer-middle .footer-logo h2 {
    font-size: 20px;
  }
}
#footer .footer-middle p {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  #footer .footer-middle p {
    font-size: 14px;
  }
}
#footer .footer-menu {
  display: flex;
  justify-content: center;
}
#footer .footer-menu li {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  #footer .footer-menu li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 380px) {
  #footer .footer-menu li {
    padding: 0 8px;
  }
}
#footer .footer-menu li a {
  color: #fff;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: 0.2px;
}
#footer .footer-menu li a:hover {
  color: #ffe169;
}
@media only screen and (max-width: 767px) {
  #footer .footer-menu li a {
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 414px) {
  #footer .footer-menu li a {
    font-size: 14px;
  }
}
#footer .footer-menu.social-menu li a {
  width: 59px;
  height: 59px;
  border: 1.5px solid #dbdee6;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
#footer .footer-menu.social-menu li a svg {
  fill: #fff;
  font-size: 30px;
}
#footer .footer-menu.social-menu li a:hover {
  border-color: #d6a454;
}
#footer .footer-menu.social-menu li a:hover svg {
  fill: #d6a454;
}

.footer-row {
  background: #141415;
  padding: 20px 0;
  text-align: center;
  margin-top: 79px;
}
.footer-row h6 {
  color: #fff;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: 0.2px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .footer-row h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-row h6 {
    font-size: 14px;
  }
}

/*Inner Pagse*/
#innerPageBanner {
  height: 390px;
}
#innerPageBanner.gallery-banner {
  background: rgba(0, 0, 24, 0.32) url("../../../images/gallery-banner.png") no-repeat;
  height: 154px;
  position: relative;
  background-position: center;
}
#innerPageBanner.about-banner {
  background: url("../../../images/about-banner.png") no-repeat;
  position: relative;
  background-position: center;
}
#innerPageBanner.review-banner {
  background: url("../../../images/review-banner.png") no-repeat;
  position: relative;
  background-position: center;
}
#innerPageBanner.blog-banner {
  background: url("../../../images/blog-banner.png") no-repeat;
  position: relative;
  background-position: center;
}
#innerPageBanner.blog-view-banner {
  background: url("../../../images/blog-view-banner.png") no-repeat;
  position: relative;
  background-position: center;
  height: 162px;
}
#innerPageBanner.ebook-banner {
  background: url("../../../images/e-book-banner.png") no-repeat;
  position: relative;
  background-position: center;
}
#innerPageBanner.contact-banner {
  background: url("../../../images/contact-banner.png") no-repeat;
  position: relative;
  background-position: center;
  height: 162px;
}
#innerPageBanner h1 {
  color: #fff;
  text-align: center;
  font-family: "Red Hat Text";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  #innerPageBanner h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  #innerPageBanner h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 585.5px) {
  #innerPageBanner h1 {
    font-size: 24px;
  }
}
#innerPageBanner p {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: auto auto 15px;
}
@media only screen and (max-width: 1280px) {
  #innerPageBanner p {
    font-size: 16px;
  }
}
#innerPageBanner .cta-back-link {
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
@media only screen and (max-width: 585.5px) {
  #innerPageBanner .cta-back-link {
    left: 15px;
    top: 30px;
  }
}
#innerPageBanner .cta-back-link span {
  margin-left: 20px;
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
@media only screen and (max-width: 767px) {
  #innerPageBanner .cta-back-link span {
    display: none;
  }
}

.cta-load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
}
.cta-load-more:hover {
  color: #ffe169;
}

.blog-section {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.blog-section h2 {
  color: #fff;
  font-family: "Red Hat Text";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 35.2px */
  margin-bottom: 30px;
}
@media only screen and (max-width: 1280px) {
  .blog-section h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-section h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 585.5px) {
  .blog-section h2 {
    font-size: 20px;
  }
}
.blog-section figure {
  margin: 20px 0;
  border-radius: 10px;
}
.blog-section p {
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}
@media only screen and (max-width: 1280px) {
  .blog-section p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-section p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 585.5px) {
  .blog-section p {
    font-size: 14px;
  }
}
.blog-section .bottom-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.blog-section .bottom-row .social-share {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.blog-section .bottom-row .social-share h5 {
  color: #616d82;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 1200px) {
  .blog-section .bottom-row .social-share h5 {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .blog-section .bottom-row .social-share h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-section .bottom-row .social-share h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 585.5px) {
  .blog-section .bottom-row .social-share h5 {
    font-size: 14px;
  }
}
.blog-section .bottom-row .social-share a {
  padding: 0 5px;
}
.blog-section .bottom-row .social-share a svg {
  transition: all 0.5s ease-in-out;
}
.blog-section .bottom-row .social-share a:hover svg {
  fill: #ffe169;
}
.blog-section-sm figure {
  margin-top: 0;
}
.blog-section-sm h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
  margin-bottom: 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .blog-section-sm h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-section-sm h2 {
    font-size: 16px;
    height: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-section-sm h2 {
    height: auto;
  }
}
@media only screen and (max-width: 585.5px) {
  .blog-section-sm h2 {
    font-size: 14px;
  }
}
.blog-section-sm p {
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .blog-section-sm p {
    font-size: 14px;
    height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-section-sm p {
    height: auto;
  }
}

.cta-more-link {
  border-radius: 10px;
  border: 1px solid #fff;
  background: #000018;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.2px;
}
.cta-more-link:hover {
  border-color: #ffe169;
  background: #ffe169;
}
@media only screen and (max-width: 1200px) {
  .cta-more-link {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-more-link {
    font-size: 14px;
  }
}

.author-image {
  position: relative;
}
.author-image img {
  position: relative;
}
.author-image figcaption {
  position: absolute;
  border-radius: 8px;
  background: rgba(12, 25, 39, 0.5);
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 10px 0;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-form {
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.contact-form .form-group {
  width: 100%;
  margin-bottom: 24px;
}
.contact-form .form-group label {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.2px;
  margin-bottom: 14px;
}
.contact-form .form-group .form-control {
  border-radius: 10px;
  border: 1px solid #4b596d;
  background: #0c1927;
  height: 58px;
  padding: 0 15px;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.2px;
}
.contact-form .form-group .form-control.textareaHeight {
  height: 118px;
}
.contact-form .form-group .form-control:focus {
  border-color: #fff;
}
.contact-form .form-group .cta-submit {
  border-radius: 10px;
  border: 1px solid #d6a454;
  background: #d6a454;
  display: inline-flex;
  padding: 18px 50px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.text-primary {
  color: #000018 !important;
}

.text-secondary {
  color: #d6a454 !important;
}

.text-white {
  color: #fff;
}
.loader {
  border: 4px solid #f3f3f3; 
  border-top: 4px solid #3498db; 
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  display: inline-block;
  margin-left: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.blog-wrap {
    background-color: white;
}
.blog-wrap .blog-section {
    max-width: 800px;
    margin: 0 auto;
}
.blog-wrap .blog-section h1 {
  color: black;
}
.blog-wrap .blog-section h2 {
  color: black;
}
.blog-wrap .blog-section h3 {
  color: black;
}

.blog-wrap .blog-section h4 {
  color: black;
}
.blog-wrap .blog-section p {
  color: black;
}
.eoi-submit {
  border-radius: 10px;
  border: 1px solid #d6a454;
  background: #d6a454;
  display: inline-flex;
  padding: 18px 50px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

/*# sourceMappingURL=style.css.map */