::root {
  --headerpadding: 24px;
  --headerheight: calc(52px + (var(--headerpadding) * 2));
  --headerfixed: 75px;
  --footerstrip: 38px;
  --primary: #FAA673;
  --secondary: #A06242;
  --gradient-a: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
  --gradient-b: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 100%);
  --gradient-c: linear-gradient(90deg, #2F2A2A 0%, #86502F 50%, #2F2A2A 100%);
}

@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
::root {
  --headerpadding: 24px;
  --headerheight: calc(52px + (var(--headerpadding) * 2));
  --headerfixed: 75px;
  --footerstrip: 38px;
  --primary: #FAA673;
  --secondary: #A06242;
  --gradient-a: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
  --gradient-b: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 100%);
  --gradient-c: linear-gradient(90deg, #2F2A2A 0%, #86502F 50%, #2F2A2A 100%);
}

@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
h1, h2, h3 {
  font-family: "Optima";
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 540px) {
  .container {
    max-width: 480px;
  }
}
@media (max-width: 420px) {
  .container {
    max-width: 315px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.mt-5 {
  margin-top: 32px;
}

.w-100 {
  width: 100%;
}

.align-center {
  align-items: center;
}

.slider-section .upper-sec {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .slider-section .upper-sec {
    margin-bottom: 30px;
  }
}
.slider-section .upper-sec .vew-all-btn {
  margin-right: 14px;
}
.slider-section .upper-sec .vew-all-btn:hover {
  color: #000;
}
.slider-section .upper-sec .slider-nav {
  position: absolute;
  right: 0;
  bottom: 57px;
  z-index: 2;
}
.slider-section .upper-sec .slider-nav .swiper-prev, .slider-section .upper-sec .slider-nav .swiper-next {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  padding: 0px;
  background: #fff;
  border-width: 1px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .slider-section .upper-sec .slider-nav .swiper-prev, .slider-section .upper-sec .slider-nav .swiper-next {
    width: 35px;
    height: 35px;
  }
  .slider-section .upper-sec .slider-nav .swiper-prev img, .slider-section .upper-sec .slider-nav .swiper-next img {
    width: 16px;
  }
}
@media (max-width: 540px) {
  .slider-section .upper-sec .slider-nav .swiper-prev, .slider-section .upper-sec .slider-nav .swiper-next {
    display: none;
  }
}
.slider-section .upper-sec .slider-nav .swiper-prev svg path, .slider-section .upper-sec .slider-nav .swiper-next svg path {
  fill: #000;
}
.slider-section .upper-sec .slider-nav .swiper-prev svg {
  transform: rotate(180deg);
}
.slider-section .upper-sec .slider-nav .swiper-prev svg path {
  fill: #000;
}

.HeaderSearchForm .flex .col .SearchBtn img {
  width: 24px;
}

.slider-section .upper-sec {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .slider-section .upper-sec {
    margin-bottom: 30px;
  }
}
.slider-section .upper-sec .vew-all-btn {
  margin-right: 14px;
  color: #000;
}
.slider-section .upper-sec .vew-all-btn:hover {
  color: #000;
}
.slider-section .upper-sec .slider-nav {
  position: absolute;
  right: 0;
  bottom: 57px;
  z-index: 2;
}
@media (max-width: 540px) {
  .slider-section .upper-sec .slider-nav {
    bottom: 54px;
    font-size: 12px;
    right: -4px;
  }
}
@media (max-width: 420px) {
  .slider-section .upper-sec .slider-nav {
    right: -10px;
  }
}
.slider-section .upper-sec .slider-nav .swiper-prev, .slider-section .upper-sec .slider-nav .swiper-next {
  --size: 40px;
}

.property-col {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #C9C9C9;
  border-radius: 5px;
  overflow: hidden;
}
.property-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover, .figcaption .dtl-btn:is(a):hover) .figure::before {
  animation: shine 0.4s linear;
}
.property-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover, .figcaption .dtl-btn:is(a):hover) .figure img {
  transform: scale(1.04);
}
.property-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover, .figcaption .dtl-btn:is(a):hover) .figcaption .ttl {
  color: #257f80;
}
.property-col:has(.figure:is(a):hover, .figcaption .ttl:is(a):hover, .figcaption .dtl-btn:is(a):hover) .figcaption .dtl-btn {
  background: none;
  color: #257f80;
}
.property-col .figure {
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  height: 388px;
}
.property-col .figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.property-col .figure:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
@media (max-width: 540px) {
  .property-col .figure {
    height: 300px;
  }
}
.property-col .figure img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: top;
}

.overlay {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background: #000;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
}
.overlay.is-open {
  opacity: 0.3;
  pointer-events: all;
}

.Silde-leftAnimation {
  transition: padding-left 0.3s ease;
}
.Silde-leftAnimation:hover {
  padding-left: 12px !important;
}

.text-dark {
  color: #000;
}

.relative {
  position: relative;
}

.hasDropdown {
  position: relative;
}
.hasDropdown img {
  transition: 0.5s ease;
}
.hasDropdown > a {
  transition: 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.hasDropdown:hover > a {
  color: #000;
  position: relative;
}
.hasDropdown:hover > a:after {
  transform: rotate(90deg);
}
.hasDropdown:hover .dropdown-menu {
  opacity: 1;
  transform: scaleX(1);
}
.hasDropdown .dropdown-menu {
  --triangle:10px;
  position: absolute;
  top: calc(100% + 23px);
  left: 50%;
  z-index: 1;
  translate: -50% 0;
  transform: perspective(2000px) translateZ(50px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
  transform-origin: top;
  transition: 0.4s ease;
  opacity: 0;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-top: 1px solid #f5f5f5;
}
.hasDropdown .dropdown-menu ul {
  background: #fff;
  padding: 10px;
  box-shadow: -2px 6px 2px 3px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  text-align: left;
  white-space: nowrap;
}
.hasDropdown .dropdown-menu ul li {
  display: block;
}
.hasDropdown .dropdown-menu ul li:not(:last-child) {
  margin-right: 0;
  margin-bottom: 2px;
}
.hasDropdown .dropdown-menu ul li a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  border-radius: 5px;
  overflow: hidden;
}
.hasDropdown .dropdown-menu ul li a:hover {
  background: #E3E3E3;
  color: var(--black);
}
.hasDropdown .dropdown-menu ul li a:hover:before {
  opacity: 1;
}
.hasDropdown .dropdown-menu ul li a img {
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hasDropdown .dropdown-menu ul li a span {
  display: block;
  width: 24px;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  header .header-wrapper .colB > ul > li.hasDropdown {
    display: none;
  }
}
.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.h-100 {
  height: 100%;
}

.d-flex {
  display: flex;
}

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

.align-center {
  align-items: center;
}

.gap-2 {
  gap: 10px;
}

.position-relative {
  position: relative;
}

a:hover {
  text-decoration: none;
}

.form-grid {
  --item: 1;
  --gaplr: 30px;
  --gaptb: 32px;
  display: grid;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item) - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
}
.form-grid .full {
  grid-column: span var(--item);
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  background: #fff;
  background-position: 0% 80%;
  background-size: 75%;
  max-width: 435px;
  width: 100%;
}
.model .close {
  cursor: pointer;
  border: none;
  background: none;
}
.model .close:not(.btn, .close-video, .not-ab) {
  position: absolute;
  top: 0;
  right: 0;
  top: 25px;
  right: 25px;
  line-height: 0;
}
.model .close:not(.btn, .close-video, .not-ab) path {
  stroke: #000;
}

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

.EnquireBtn {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.EnquireBtn::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transition: bottom 0.3s ease;
}
.EnquireBtn:hover {
  background-color: transparent;
  color: #fff;
  transition: bottom 0.3s ease;
}
.EnquireBtn:hover::before {
  bottom: 0;
}

.enquire-btn {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.enquire-btn::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #257f80;
  z-index: -1;
  transition: bottom 0.3s ease;
}
.enquire-btn:hover {
  background-color: transparent;
  color: #fff;
  transition: bottom 0.3s ease;
}
.enquire-btn:hover::before {
  bottom: 0;
}

.view-btn {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.view-btn::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transition: bottom 0.3s ease;
}
.view-btn:hover {
  background-color: transparent;
  color: #000;
  transition: bottom 0.3s ease;
}
.view-btn:hover::before {
  bottom: 0;
}

.owl-next {
  transition: background 0.3s ease;
}
.owl-next:hover {
  background: #257f80 !important;
  color: #fff;
  border: 1px solid #257f80;
}
.owl-next:hover img {
  filter: invert(1) brightness(10);
}

.owl-prev {
  transition: background 0.3s ease;
}
.owl-prev:hover {
  background: #257f80 !important;
  color: #fff;
  border: 1px solid #257f80;
}
.owl-prev:hover img {
  filter: invert(1) brightness(10);
}

.link {
  cursor: pointer;
  font-size: 18px;
  position: relative;
  white-space: nowrap;
  color: var(--color-text);
}
@media (max-width: 1024px) {
  .link {
    font-size: 14px;
  }
}

.link::before,
.link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #257f80;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.link::before {
  content: "";
}

.link--metis::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.link--metis:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.bg-white {
  background: #fff;
}

.text-black {
  color: #000;
}

.btn-div {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
  margin-top: 2rem;
}
.btn-div .btn-view {
  height: 36px;
  padding: 16px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  overflow: hidden;
  background: #257f80;
  color: #fff;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.5s ease;
  caret-color: transparent;
  border: 1px solid #257f80;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 5px;
  font-weight: 500;
  z-index: 1;
}
.btn-div .btn-view:hover {
  background: none;
  color: #257f80;
  transition: color 0.3s ease;
}

.Wp-Btn {
  background: none;
  color: #000;
  border: 1px solid #000;
  padding: 0.2rem 1rem;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: padding 0.3s ease, font-size 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: inline-block;
  overflow: hidden;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.Wp-Btn::before {
  content: "";
  position: absolute;
  bottom: -110%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #257f80;
  z-index: -1;
  transition: bottom 0.3s ease;
}
.Wp-Btn:hover {
  background-color: transparent;
  color: #fff;
  transition: bottom 0.3s ease;
}
.Wp-Btn:hover::before {
  bottom: 0;
}

.fs-30 {
  font-size: 30px !important;
}
@media (max-width: 540px) {
  .fs-30 {
    font-size: 18px !important;
  }
}

.font-optima {
  font-family: "Optima";
}

.Download-Btn {
  cursor: pointer;
  overflow: hidden;
  transition: background 0.3s ease;
}
.Download-Btn:hover {
  background: #b3b3b3;
  transition: background 0.3s ease;
}

.d-block {
  display: block;
}

@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.privacy-policy {
  padding: 5rem 0px;
}

.website-content {
  margin: 0 0 45px;
}
.website-content > :first-child {
  margin-top: 0 !important;
}
.website-content > :last-child {
  margin-bottom: 0 !important;
}
.website-content h1 {
  font-size: 36px;
  margin-bottom: 45px;
  text-align: center;
  color: #000;
}
.website-content h2 {
  font-size: 30px;
}
.website-content h3 {
  font-size: 28px;
  line-height: 1.21;
  color: #000;
}
.website-content h4 {
  font-size: 24px;
}
.website-content h5 {
  font-size: 18px;
  line-height: 1.3;
}
.website-content h6 {
  font-size: 18px;
  line-height: 1.3;
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 40px 0 18px;
}
.website-content h5, .website-content h6 {
  margin: 22px 0 18px;
}
.website-content p, .website-content li {
  color: #666666;
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.website-content p b, .website-content li b {
  color: #000;
}
.website-content a {
  color: #000;
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 30px;
}
.website-content ol {
  list-style: none;
}
.website-content ul {
  padding-left: 18px;
  list-style: none;
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #257f80;
}
.website-content.website-content-medium h2, .website-content.website-content-medium h3, .website-content.website-content-medium h4 {
  margin: 20px 0 18px;
  font-size: 20px;
}
.website-content.website-content-medium h5, .website-content.website-content-medium h6 {
  font-size: 18px;
}
.website-content.website-content-medium p, .website-content.website-content-medium ul {
  margin-bottom: 20px;
}

.d-content {
  display: contents;
}

.inline-flex {
  display: inline-flex !important;
}

.header-fixed .hasDropdown .dropdown-menu {
  top: calc(100% + 17px);
}

.iti__country-name, .iti__dial-code, .iti__selected-dial-code {
  color: #000;
}

.video-pop, .profile-pop {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 9;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.video-pop.is-open, .profile-pop.is-open {
  transform: translateY(0%);
}
.video-pop .close-video, .profile-pop .close-video {
  position: absolute;
  bottom: calc(100% + 20px);
  top: auto;
  right: -40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #257f80;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 675) {
  .video-pop .close-video, .profile-pop .close-video {
    right: 0;
  }
}
.video-pop .close-video:hover, .profile-pop .close-video:hover {
  background: #257f80;
}
.video-pop .close-video svg, .profile-pop .close-video svg {
  height: 35%;
  width: 35%;
}
.video-pop .close-video path, .profile-pop .close-video path {
  stroke-width: 2;
  stroke: #fff;
}
.video-pop .model-body, .profile-pop .model-body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 675) {
  .video-pop .model-body, .profile-pop .model-body {
    max-width: 95%;
  }
}
.video-pop .model-body iframe, .profile-pop .model-body iframe {
  width: 100%;
  aspect-ratio: 1.9;
  border: 2px solid #fff;
}

.profile-pop .model-body {
  background: var(--white);
  padding: 30px;
  border-radius: 10px;
}
.profile-pop .model-body .profile-content-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 45px;
}
.profile-pop .model-body .profile-content-wrap .profile-image {
  overflow: hidden;
  border-radius: 10px;
}
.profile-pop .model-body .profile-content-wrap .profile-image img {
  width: 100%;
}
.profile-pop .model-body .profile-content-wrap .profile-details .profile-name {
  margin-bottom: 8px;
}
.profile-pop .model-body .profile-content-wrap .profile-details h6 {
  border-bottom: 2px solid var(--primary);
  display: inline-block;
  margin-bottom: 25px;
}
.profile-pop .model-body .profile-content-wrap .profile-details .social-media {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
.profile-pop .model-body .profile-content-wrap .profile-details .social-media li {
  background: var(--primary);
  padding: 8px;
  border-radius: 50%;
}
.profile-pop .model-body .profile-content-wrap .profile-details .social-media li svg {
  width: 20px;
  height: 20px;
  display: block;
}
.profile-pop .model-body .profile-content-wrap .profile-details .social-media li svg path {
  fill: var(--white);
}
.profile-pop .model-body .profile-content-wrap .profile-details .profile-content {
  height: 255px;
  overflow-y: scroll;
}
.profile-pop .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar {
  width: 4px;
}
.profile-pop .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.profile-pop .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar-thumb {
  background-color: rgba(4, 103, 54, 0.5411764706);
  border-radius: 4px;
}
.profile-pop .model-body .profile-content-wrap .profile-details .profile-content::-webkit-scrollbar-thumb:hover {
  background-color: darkred;
  scrollbar-color: rgba(198, 255, 227, 0.5411764706);
  scrollbar-width: thin;
}
.profile-pop .model-body .profile-content-wrap .profile-details .profile-content p {
  margin-bottom: 10px;
}

.sm-block {
  display: none;
}
@media (max-width: 540px) {
  .sm-block {
    display: inline-block;
  }
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

a {
  text-decoration: none;
  color: #fff;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 3;
  transition: all 0.3s ease;
}
.header .bottom-nav {
  padding: 0rem 2.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 540px) {
  .header .bottom-nav {
    padding: 0rem 1.8rem;
    gap: 15px;
  }
}
@media (max-width: 340px) {
  .header .bottom-nav {
    padding: 0rem 1rem;
  }
}
.header__left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 30%;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .header__left {
    width: 45%;
  }
}
@media (max-width: 540px) {
  .header__left {
    width: 65%;
  }
}
@media (max-width: 420px) {
  .header__left {
    width: 90%;
  }
}
.header__left .logo {
  width: 150px;
  display: flex;
  transition: font-size 0.3s ease;
  height: 100px;
  padding: 10px 0;
}
@media (max-width: 540px) {
  .header__left .logo {
    width: 135px;
  }
}
@media (max-width: 540px) {
  .header__left .logo {
    width: 110px;
  }
}
.header__left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: font-size 0.3s ease;
}
.header__left .location-box {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.header__left .location-box .location {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  position: relative;
  color: #000;
}
.header__left .location-box .location .dropdown-menu {
  translate: 0;
}
.header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  width: 65%;
}
@media (max-width: 1024px) {
  .header__nav {
    padding: 10px 0;
  }
}
@media (max-width: 420px) {
  .header__nav {
    width: 24%;
  }
}
.header__nav ul {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .header__nav ul {
    display: none;
  }
}
.header__nav ul li.hasDropdown.active > a {
  color: #257f80;
}
.header__nav ul li.hasDropdown.active > a::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.header__nav ul li.hasDropdown:nth-child(2) .dropdown-menu {
  translate: -60% 0;
}
.header__nav ul li.hasDropdown:nth-child(3) .dropdown-menu {
  translate: -70% 0;
}
.header__nav ul li {
  padding: 0 10px;
}
.header__nav ul li a {
  padding-bottom: 6px;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  transition: font-size 0.3s ease;
}
.header__nav ul li a::before {
  height: 2px;
}
.header__nav .cta {
  background: none;
  border: 1px solid #000;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: padding 0.3s ease, font-size 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: inline-block;
  overflow: hidden;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
@media (max-width: 675px) {
  .header__nav .cta {
    display: none;
  }
}
.header__nav .cta::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #257f80;
  z-index: -1;
  transition: bottom 0.3s ease;
}
.header__nav .cta:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #257f80;
  transition: bottom 0.3s ease;
}
.header__nav .cta:hover::before {
  bottom: 0;
}
.header__right {
  position: relative;
  top: 0%;
  right: 0px;
  width: 100%;
  background: #257f80;
}
.header__right .info-box {
  background: #257f80 !important;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
  background: #fff;
  padding: 0.5rem 2.8rem;
  padding-left: 10%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 6% 100%);
  transition: padding 0.3s ease, font-size 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px, rgba(0, 0, 0, 0.05) 0px 2px 4px, rgba(0, 0, 0, 0.05) 0px 4px 8px, rgba(0, 0, 0, 0.05) 0px 8px 16px, rgba(0, 0, 0, 0.05) 0px 16px 32px, rgba(0, 0, 0, 0.05) 0px 32px 64px;
}
.header__right .info-box a:first-child {
  border-right: 1px solid #ddd;
  padding-right: 12px;
}
.header__right .info-box a, .header__right .info-box .hamburger {
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  cursor: pointer;
}
.header__right .info-box .hamburger {
  font-size: 1.2rem;
  cursor: pointer;
}

.banner {
  position: relative;
  height: calc(100vh - 108px);
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner {
    height: 65vh;
  }
}
@media (max-width: 540px) {
  .banner {
    height: 45vh;
  }
}
.banner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.banner__content {
  position: relative;
  z-index: 2;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5%;
}
.banner__content h1 {
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-family: Optima;
}
@media (max-width: 991px) {
  .banner__content h1 {
    text-align: center;
  }
}
@media (max-width: 540px) {
  .banner__content h1 {
    font-size: 32px;
  }
}
@media (max-width: 420px) {
  .banner__content h1 {
    font-size: 25px;
  }
}
.banner__content .view-projects {
  font-weight: 500;
  padding-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .banner__content .view-projects {
    text-align: center;
  }
}

.text-end {
  text-align: end;
}

.humbWrap {
  width: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.humburgerIcon {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.humburgerIcon .line {
  width: 70%;
  height: 2px;
  background: #000;
  margin-bottom: 5px;
}
.humburgerIcon .tex {
  line-height: 1;
  margin-top: -5px;
}

.enquire-pop {
  right: 0;
  transform: translateX(100%);
  transition: 0.5s ease;
  background: #fff;
  background-size: 40% auto, 100% 100%;
  background-position: 100% 100%, 0 0;
}
.enquire-pop.is-open {
  transform: translateX(0%);
}
.enquire-pop .model-body {
  padding: 60px 35px 30px;
  height: 100%;
  overflow-y: auto;
}
.enquire-pop .model-body .title {
  text-align: center;
  margin-bottom: 2rem;
}
.enquire-pop .model-body .title h4 {
  font-size: 32px;
  color: #000;
  font-weight: 500;
}
.enquire-pop .model-body .title p {
  color: #000;
  margin-top: 10px;
  line-height: 20px;
  max-width: 317px;
  margin-left: auto;
  margin-right: auto;
}
.enquire-pop .model-body .form {
  --gaptb: 15px;
}
.enquire-pop .model-body .form .form-group.phone .iti .iti__flag-container .iti__country-list {
  max-width: 375px;
}
.enquire-pop .model-body .sbmt-grp {
  margin-top: 28px;
}
.enquire-pop .model-body .sbmt-grp .btn {
  background: #000;
  color: #fff;
  padding: 8px 28px;
  border: 1px solid #000;
  transition: all 0.5s ease;
}
.enquire-pop .model-body .sbmt-grp .btn:hover {
  background: #fff;
  color: #000;
}

.col-md-wrap {
  width: 900px;
  padding: 20px 30px 60px;
}
.col-md-wrap::before {
  z-index: -1;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 15%;
  opacity: 0.3;
}
.col-md-wrap .col-md-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px 20px;
}
.col-md-wrap .col-md-grid .btn-div {
  margin-top: 2rem;
}
.col-md-wrap .col-md-grid .col-md {
  display: flex;
  gap: 15px;
}
.col-md-wrap .col-md-grid .col-md:has(.figure:is(a):hover) .figure img {
  opacity: 0.7;
}
.col-md-wrap .col-md-grid .col-md:has(.figure:is(a):hover) .figure img figcaption p {
  color: #000;
}
.col-md-wrap .col-md-grid .col-md:has(.figure:is(a):hover) .figure img figcaption p .pt-ttl {
  color: #257f80;
}
.col-md-wrap .col-md-grid .col-md .figure {
  flex: 0 1 20%;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.col-md-wrap .col-md-grid .col-md .figure img {
  border-radius: 5px;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.col-md-wrap .col-md-grid .col-md figcaption {
  flex: 1;
}
.col-md-wrap .col-md-grid .col-md figcaption p {
  color: #000;
  transition: 0.5s ease;
}
.col-md-wrap .col-md-grid .col-md figcaption .lctn {
  font-size: 12px;
  color: #aaa;
}
.col-md-wrap .col-md-grid .col-md figcaption .pt-ttl {
  font-size: 14px;
  color: #000;
}
.col-md-wrap .col-md-grid .col-md figcaption .apr {
  font-size: 10px;
  color: #aaa;
}

header .header__nav > ul > li.hasdropdown {
  position: relative;
}

header .header__nav > ul > li.hasdropdown::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -webkit-user-select--moz-user-select: none;
  -webkit-user-select--moz-user-select-user-select: none;
  background: red;
}

header .header__nav > ul > li.hasdropdown::after {
  top: auto;
  height: 2px;
  width: 0;
  transition: 0.5s ease;
}

header .header__nav > ul > li.hasdropdown > a {
  text-align: center;
}

header .header__nav > ul > li.hasdropdown > a .ico {
  line-height: 0;
  margin-bottom: 6px;
}

header .header__nav > ul > li.hasdropdown:hover::after {
  width: 100%;
}

header .header__nav > ul > li.hasdropdown:hover > a {
  color: var(--primary);
}

header .header__nav > ul > li.hasdropdown:hover > a svg path[stroke] {
  stroke: var(--primary);
}

header .header__nav > ul > li.hasdropdown:hover > a svg path[fill] {
  fill: var(--primary);
}

header .header__nav > ul > li.hasdropdown:hover > .drop-downmenu {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
  transition: 0.5s ease;
}

.FormSection {
  background: #257f80;
  padding: 20px 40px;
}
@media (max-width: 991px) {
  .FormSection {
    padding: 25px 14px;
  }
}
@media (max-width: 420px) {
  .FormSection {
    padding: 25px 0;
  }
}
.FormSection .HeaderSearchForm .flex .col .SearchBtn {
  width: 24px;
}

.hero_banner .banner__video {
  filter: grayscale(1);
}

.Section-B .about-secB {
  padding: 32px 0 40px;
}
.Section-B .vimi-nav {
  display: flex;
  gap: 45px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .Section-B .vimi-nav {
    gap: 30px;
  }
}
@media (max-width: 540px) {
  .Section-B .vimi-nav {
    gap: 15px;
  }
}
.Section-B .vimi-nav li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #000;
  padding: 13px 0;
  transition: 0.5s ease;
  font-size: 16px;
  position: relative;
}
@media (max-width: 540px) {
  .Section-B .vimi-nav li {
    font-size: 12px;
    padding: 8px 0;
  }
}
.Section-B .vimi-nav li::after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #257f80;
  opacity: 0;
  transition: 0.5s ease;
}
.Section-B .vimi-nav li.active {
  color: #257f80;
}
.Section-B .vimi-nav li.active::after {
  opacity: 1;
}
.Section-B .vimi-nav li::before {
  position: absolute;
  top: auto;
  height: 2px;
  transition: 0.5s ease;
  width: 0;
}
.Section-B .vimi-nav li.active::before {
  width: 100%;
}
.Section-B .vimi-nav-content {
  max-width: 100%;
}
.Section-B .vimi-nav-content .tabs {
  transition: 0.5s ease;
  color: #000;
}
.Section-B .vimi-nav-content .tabs:not(.active) {
  transform: translateY(20px);
}
.Section-B .vimi-nav-content .tabs .overlay-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 28px;
  gap: 10px;
}
@media (max-width: 540px) {
  .Section-B .vimi-nav-content .tabs .overlay-effect {
    padding: 0 18px;
    text-align: center;
  }
}
.Section-B .vimi-nav-content .tabs .overlay-effect:hover .buttons {
  transform: translateY(-20px);
  opacity: 1;
}
.Section-B .vimi-nav-content .tabs .overlay-effect:hover .buttons .btnDiv {
  opacity: 1;
}
@media (max-width: 991px) {
  .Section-B .vimi-nav-content .tabs .overlay-effect .buttons {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 540px) {
  .Section-B .vimi-nav-content .tabs .overlay-effect .buttons {
    width: 100%;
  }
  .Section-B .vimi-nav-content .tabs .overlay-effect h3, .Section-B .vimi-nav-content .tabs .overlay-effect p {
    transform: translateY(-10px);
  }
}
.Section-B .vimi-nav-content .tabs .overlay-effect h3, .Section-B .vimi-nav-content .tabs .overlay-effect p {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.4s ease;
}
@media (max-width: 991px) {
  .Section-B .vimi-nav-content .tabs .overlay-effect h3, .Section-B .vimi-nav-content .tabs .overlay-effect p {
    justify-content: center;
  }
}
.Section-B .vimi-nav-content .tabs .overlay-effect h3 {
  font-size: 24px;
  font-weight: 500;
}
.Section-B .vimi-nav-content .tabs .overlay-effect .buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0px;
  transform: translateY(20%);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media (max-width: 991px) {
  .Section-B .vimi-nav-content .tabs .overlay-effect .buttons {
    opacity: 1;
    transform: translateY(-24%);
  }
}
.Section-B .vimi-nav-content .tabs .overlay-effect .buttons .btnDiv {
  display: flex;
  gap: 10px;
  padding-top: 10px;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media (max-width: 991px) {
  .Section-B .vimi-nav-content .tabs .overlay-effect .buttons .btnDiv {
    opacity: 1;
  }
}
@media (max-width: 540px) {
  .Section-B .vimi-nav-content .tabs .overlay-effect .buttons .btnDiv {
    flex-direction: column;
  }
}
.Section-B .vimi-nav-content .tabs .overlay-effect .buttons button {
  padding: 10px 28px;
  border: none;
  cursor: pointer;
  font-family: Poppins;
}
@media (max-width: 768px) {
  .Section-B .vimi-nav-content .tabs .overlay-effect .buttons button {
    padding: 10px 18px;
    font-size: 14px;
  }
}
.Section-B .vimi-nav-content .tabs .overlay-effect .buttons a {
  text-decoration: none;
  padding: 10px 28px;
  border: none;
  cursor: pointer;
  font-family: Poppins;
}
@media (max-width: 768px) {
  .Section-B .vimi-nav-content .tabs .overlay-effect .buttons a {
    padding: 10px 18px;
    font-size: 14px;
  }
}
.Section-B .vimi-nav-content .tabs .overlay-effect .buttons a.enquire-btn {
  background-color: #fff;
  border: 1px solid #fff;
}
.Section-B .vimi-nav-content .tabs .overlay-effect .buttons a.view-btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.Section-C {
  position: relative;
}
.Section-C::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #257f80;
  z-index: -1;
}
.Section-C .Circle-Text {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .Section-C .Circle-Text {
    height: 50px;
  }
}

.Section-D {
  background: linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 23%);
  padding-bottom: 40px;
  padding-top: 20px;
}

.latest-launches {
  text-align: center;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #000;
}
@media (max-width: 540px) {
  .section-title {
    font-size: 1.5rem;
  }
}

.subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem;
}
@media (max-width: 540px) {
  .subtitle {
    font-size: 14px;
  }
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 540px) {
  .projects-grid {
    gap: 1rem;
  }
}

.project-card {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
  height: auto;
}
.project-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  max-height: 180px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.project-card .project-info {
  padding: 15px 0;
}
@media (max-width: 540px) {
  .project-card .project-info {
    padding: 8px 0;
  }
}
.project-card .project-info .project-Address {
  padding-bottom: 15px;
}
@media (max-width: 540px) {
  .project-card .project-info .project-Address {
    padding-bottom: 8px;
  }
}
.project-card .project-info h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.project-card .project-info p {
  font-size: 12px;
  color: #444;
}
.project-card.featured {
  display: block;
  grid-column: 2/3;
  grid-row: 1/span 2;
  height: 100%;
  border-radius: 0px;
  position: relative;
}
.project-card.featured .overlay-effect {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  padding-left: 24px;
  padding-bottom: 18px;
}
.project-card.featured img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}
.project-card.featured .project-info {
  background: #000;
  color: #fff;
  padding: 1rem;
  border-radius: 0 0 8px 8px;
}

.button-container {
  text-align: center;
}

.view-button {
  padding: 6px 12px;
  border: 1px solid #000;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.view-button::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transition: bottom 0.3s ease;
}
.view-button:hover {
  background-color: transparent;
  color: #fff;
  transition: bottom 0.3s ease;
}
.view-button:hover::before {
  bottom: 0;
}

@media (max-width: 991px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media (max-width: 991px) and (max-width: 540px) {
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 15pxs;
  }
}
@media (max-width: 991px) {
  .project-card {
    display: grid;
  }
  .project-card img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px 8px 0 0;
  }
  .featured {
    grid-column: auto;
    grid-row: auto;
  }
  .featured img {
    max-height: 300px;
  }
}
.Section-E {
  padding: 70px 0 40px 0;
}
@media (max-width: 540px) {
  .Section-E {
    padding: 35px 0 0 0;
  }
}
.Section-E .heading h2 {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 540px) {
  .Section-E .heading h2 {
    font-size: 24px;
  }
}
.Section-E .heading .link_btn {
  margin-top: 65px;
}
.Section-E .heading .link_btn a {
  color: #0f773d !important;
}
.Section-E .styleApprtCard .item .card {
  display: block;
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  overflow: hidden;
}
.Section-E .styleApprtCard .item .card .img {
  line-height: 0;
  overflow: hidden;
}
.Section-E .styleApprtCard .item .card .img img {
  width: 100%;
  height: 170px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.Section-E .styleApprtCard .item .card .cardContent {
  padding: 15px;
  position: relative;
  cursor: pointer;
  min-height: 145px;
}
.Section-E .styleApprtCard .item .card .cardContent .statusPro {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  color: #aaa;
  font-weight: 300;
}
.Section-E .styleApprtCard .item .card .cardContent .Title {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  color: #000;
  margin: 0 0 5px;
}
.Section-E .styleApprtCard .item .card .cardContent .Location {
  font-size: 14px;
  font-weight: 300;
  line-height: 16.94px;
  color: #aaa;
  margin-bottom: 15px;
}
.Section-E .styleApprtCard .item .card .cardContent .price {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.15px;
  color: #257f80;
}
.Section-E .styleApprtCard .item .card .cardContent .icon {
  width: 30px;
  height: 30px;
  background: #257f80;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transform: scale(0);
  transition: 0.5s ease;
}
.Section-E .styleApprtCard .item .card .cardContent .icon img, .Section-E .styleApprtCard .item .card .cardContent .icon svg {
  position: relative;
  left: 2px;
  top: 2px;
}
.Section-E .styleApprtCard .item .card:hover .cardContent .icon {
  transform: scale(1);
}
.Section-E .SlideNav {
  position: absolute;
  top: -24%;
  right: 0px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1024px) {
  .Section-E .SlideNav {
    top: -22%;
  }
}
@media (max-width: 991px) {
  .Section-E .SlideNav {
    top: -14%;
  }
}
@media (max-width: 768px) {
  .Section-E .SlideNav {
    top: -18%;
  }
}
@media (max-width: 540px) {
  .Section-E .SlideNav {
    top: 0;
    bottom: -95%;
    right: 40%;
  }
}
.Section-E .SlideNav .view-all-btn {
  color: #257f80;
}
.Section-E .SlideNav .NavA {
  display: flex;
  gap: 18px;
}
@media (max-width: 991px) {
  .Section-E .SlideNav .NavA {
    gap: 8px;
  }
}
@media (max-width: 540px) {
  .Section-E .SlideNav .NavA {
    display: none;
  }
}
.Section-E .SlideNav .NavA button {
  background: transparent;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  padding: 0px;
  background: #fff;
  border-width: 1px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .Section-E .SlideNav .NavA button {
    width: 30px;
    height: 30px;
  }
  .Section-E .SlideNav .NavA button img {
    width: 15px;
  }
}

.Section-F {
  padding: 0px;
}
.Section-F .VideoSection {
  position: relative;
  padding: 200px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .Section-F .VideoSection {
    padding: 100px 0 0 0;
  }
}
.Section-F .VideoSection .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 0;
}
.Section-F .VideoSection .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 70.14%);
  z-index: 1;
}
@media only screen and (max-width: 675px) {
  .Section-F .VideoSection .bg::before {
    background: rgba(0, 0, 0, 0.6);
  }
}
.Section-F .VideoSection .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Section-F .VideoSection .HomepageVideo {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .Section-F .VideoSection .HomepageVideo {
    padding: 0 0 90px 0;
  }
}
.Section-F .VideoSection .HomepageVideo .flex {
  display: flex;
}
.Section-F .VideoSection .HomepageVideo .container > .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .Section-F .VideoSection .HomepageVideo .container > .row {
    flex-direction: column;
    gap: 30px;
  }
}
.Section-F .VideoSection .HomepageVideo .container > .row .col-A {
  width: 72%;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .Section-F .VideoSection .HomepageVideo .container > .row .col-A {
    width: 85%;
    flex-direction: column;
    text-align: center;
  }
}
.Section-F .VideoSection .HomepageVideo .container > .row .col-A .col-Logo {
  width: 20%;
  height: 100%;
  padding: 0 16px;
}
@media only screen and (max-width: 768px) {
  .Section-F .VideoSection .HomepageVideo .container > .row .col-A .col-Logo {
    width: 15%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 420px) {
  .Section-F .VideoSection .HomepageVideo .container > .row .col-A .col-Logo {
    width: 25%;
  }
}
.Section-F .VideoSection .HomepageVideo .container > .row .col-A .col-Logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Section-F .VideoSection .HomepageVideo .container > .row .col-A .VideoText h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 46px;
}
@media only screen and (max-width: 540px) {
  .Section-F .VideoSection .HomepageVideo .container > .row .col-A .VideoText h2 {
    font-size: 32px;
  }
}
.Section-F .VideoSection .HomepageVideo .container > .row .col-A .VideoText p {
  font-size: 16px;
  padding-top: 14px;
}
@media only screen and (max-width: 540px) {
  .Section-F .VideoSection .HomepageVideo .container > .row .col-A .VideoText p {
    font-size: 14px;
  }
}
.Section-F .VideoSection .HomepageVideo .container > .row .col-B {
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .Section-F .VideoSection .HomepageVideo .container > .row .col-B {
    width: 24%;
  }
}
@media only screen and (max-width: 540px) {
  .Section-F .VideoSection .HomepageVideo .container > .row .col-B {
    width: 30%;
  }
}
@media only screen and (max-width: 420px) {
  .Section-F .VideoSection .HomepageVideo .container > .row .col-B {
    width: 50%;
  }
}
.Section-F .VideoSection .HomepageVideo .container > .row .col-B .view-button {
  padding: 6px 12px;
  border: 1px solid #fff;
  background: transparent;
  cursor: pointer;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.home-secK {
  padding: 22px 0 82px;
}
@media (max-width: 540px) {
  .home-secK {
    padding: 22px 0 35px;
  }
}
.home-secK .upper-sec .heading {
  text-align: center;
}
.home-secK .upper-sec .heading h3 {
  font-size: 36px;
  font-weight: 400;
  color: #000;
}
.home-secK .upper-sec .heading p {
  font-size: 16px;
  color: #000;
}
.home-secK .builder-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.home-secK .builder-slider .item {
  align-content: center;
  justify-items: center;
}
.home-secK .builder-slider .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-secK .builder-slider .item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.TopFooter-Section {
  background: rgba(238, 238, 238, 0.8980392157);
}
@media (max-width: 540px) {
  .TopFooter-Section .container {
    margin: 0 20px;
  }
}
.TopFooter-Section .container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 128px;
}
@media (max-width: 768px) {
  .TopFooter-Section .container .row {
    gap: 45px;
  }
}
@media (max-width: 540px) {
  .TopFooter-Section .container .row {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
@media (max-width: 420px) {
  .TopFooter-Section .container .row {
    align-items: flex-start;
    padding: 0 12px;
  }
}
.TopFooter-Section .container .row .col-A {
  width: 12%;
  height: 100%;
  padding: 20px 20px;
}
@media (max-width: 768px) {
  .TopFooter-Section .container .row .col-A {
    width: 35%;
  }
}
@media (max-width: 540px) {
  .TopFooter-Section .container .row .col-A {
    padding: 20px 20px 10px;
  }
}
@media (max-width: 540px) {
  .TopFooter-Section .container .row .col-A {
    padding: 20px 0 0;
    margin: 0 auto;
  }
}
.TopFooter-Section .container .row .col-A img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.TopFooter-Section .container .row .col-B {
  width: 45%;
}
@media (max-width: 768px) {
  .TopFooter-Section .container .row .col-B {
    width: 55%;
  }
}
@media (max-width: 540px) {
  .TopFooter-Section .container .row .col-B {
    width: 94%;
    padding-bottom: 15px;
  }
}
.TopFooter-Section .container .row .col-B ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 540px) {
  .TopFooter-Section .container .row .col-B ul {
    gap: 10px;
  }
}
.TopFooter-Section .container .row .col-B ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 540px) {
  .TopFooter-Section .container .row .col-B ul li {
    justify-content: center;
  }
}
.TopFooter-Section .container .row .col-B ul li:nth-child(1) {
  position: relative;
}
.TopFooter-Section .container .row .col-B ul li:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12%;
  width: 1px;
  height: 100%;
  background: #ddd;
}
@media (max-width: 991px) {
  .TopFooter-Section .container .row .col-B ul li:nth-child(1)::before {
    left: -25%;
  }
}
@media (max-width: 768px) {
  .TopFooter-Section .container .row .col-B ul li:nth-child(1)::before {
    display: none;
  }
}
@media (max-width: 420px) {
  .TopFooter-Section .container .row .col-B ul li:nth-child(1)::before {
    display: none;
  }
}
.TopFooter-Section .container .row .col-B ul li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12%;
  width: 1px;
  height: 100%;
  background: #ddd;
}
@media (max-width: 991px) {
  .TopFooter-Section .container .row .col-B ul li:nth-child(1)::after {
    right: -20%;
  }
}
@media (max-width: 768px) {
  .TopFooter-Section .container .row .col-B ul li:nth-child(1)::after {
    display: none;
  }
}
@media (max-width: 420px) {
  .TopFooter-Section .container .row .col-B ul li:nth-child(1)::after {
    display: none;
  }
}
.TopFooter-Section .container .row .col-B ul li .Icons {
  padding-top: 4px;
}
@media (max-width: 540px) {
  .TopFooter-Section .container .row .col-B ul li .Icons {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 540px) {
  .TopFooter-Section .container .row .col-B ul li .Icons svg {
    width: 25px;
    height: 25px;
  }
}
.TopFooter-Section .container .row .col-B ul li .Info {
  display: flex;
  flex-direction: column;
}
.TopFooter-Section .container .row .col-B ul li .Info span:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .TopFooter-Section .container .row .col-B ul li .Info span:nth-child(1) {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .TopFooter-Section .container .row .col-B ul li .Info span:nth-child(1) {
    font-size: 12px;
  }
}
.TopFooter-Section .container .row .col-B ul li .Info span:nth-child(2) {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 768px) {
  .TopFooter-Section .container .row .col-B ul li .Info span:nth-child(2) {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .TopFooter-Section .container .row .col-B ul li .Info span:nth-child(2) {
    font-size: 12px;
  }
}
.TopFooter-Section .container .row .col-B ul li .Info span a {
  color: #000;
}

.home-secE {
  background: #f2f2f2;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .home-secE {
    padding: 45px 0;
  }
}
.home-secE .heading {
  text-align: center;
}
.home-secE .heading h3 {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .home-secE .heading h3 {
    padding-bottom: 25px;
  }
}

.home-location-wrap {
  --gaptb: 14px;
  --itemwidth: 23.82%;
  --color: rgb(0 0 0 / .5);
  position: relative;
}

.home-location-progress-wrap button {
  width: 36px;
  height: 36px;
  border: 1px solid #666;
  border-radius: 25px;
  background: none;
  cursor: pointer;
}
.home-location-progress-wrap .home-location-prev svg {
  transform: scale(-1);
}
.home-location-progress-wrap svg path {
  fill: #257f80;
}

@media only screen and (max-width: 1200px) {
  .home-secE .home-location-wrap {
    --itemwidth: 31.9%;
  }
}
.home-secE .home-location-wrap .home-location-slider .item {
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  background: rgba(255, 255, 255, 0.05);
  margin-top: var(--gaptb) !important;
  height: auto !important;
  background: #fff;
}

@media only screen and (max-width: 520px) {
  .home-secE .home-location-wrap .home-location-slider .item {
    padding: 10px;
    gap: 15px;
  }
}
.home-secE .home-location-wrap .home-location-slider .item figure {
  line-height: 0;
  flex: 0 1 auto;
}

.home-secE .home-location-wrap .home-location-slider .item figure img {
  aspect-ratio: 1.491;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-secE .home-location-wrap .home-location-slider .item figcaption {
  flex: 1;
}

.home-secE .home-location-wrap .home-location-slider .item figcaption h6 {
  color: #000;
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 6px;
  font-weight: 400;
}

@media only screen and (max-width: 520px) {
  .home-secE .home-location-wrap .home-location-slider .item figcaption h6 {
    font-size: 16px;
  }
}
.home-secE .home-location-wrap .home-location-slider .item figcaption p {
  color: #666;
  font-size: 12px;
  line-height: 20px;
}

.home-secE .home-location-progress-wrap {
  position: relative;
  margin-top: 5.5rem;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 1200px) {
  .home-secE .home-location-progress-wrap {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE .home-location-progress-wrap {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE .home-location-progress-wrap {
    max-width: 400px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE .home-location-progress-wrap {
    display: none;
  }
}
.home-secE .home-location-progress-wrap .home-location-progress {
  flex: 1;
  position: relative;
  --swiper-pagination-color: $primary;
  --swiper-pagination-progressbar-size: 4px;
}

.modelHumburger {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 420px;
  width: 100%;
  padding: 40px 30px;
  z-index: 4;
  background: #fff;
  transform: translateX(100%);
  transition: 0.5s ease;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  background-position: 0 100%;
  animation: menuBgAnimate 60s linear infinite reverse;
  background-size: contain;
}
.modelHumburger.is-open {
  transform: translateX(0);
}
.modelHumburger::before {
  content: "";
  position: absolute;
  bottom: -52px;
  right: -70px;
  width: 100%;
  opacity: 0.1;
  z-index: -1;
  background: url("../../assets/images/white-icon.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 450px;
  height: 450px;
}
@media (max-width: 768px) {
  .modelHumburger::before {
    display: none;
  }
}
.modelHumburger .modelBody {
  height: 100%;
  overflow-y: auto;
}
.modelHumburger .modelBody::-webkit-scrollbar {
  display: none;
}
.modelHumburger .topNav {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.4392156863);
  padding-top: 40px;
}
.modelHumburger .topNav ul li {
  display: block;
}
.modelHumburger .topNav ul li a {
  display: block;
  color: #000;
  font-size: 36px;
  padding: 14px 0;
  line-height: 1;
  transition: 0.5s ease;
  font-family: "Optima";
}
.modelHumburger .topNav ul li a:hover {
  color: #257f80;
}
.modelHumburger .botNav ul li {
  display: block;
}
.modelHumburger .botNav ul li a {
  display: block;
  color: #aaa;
  font-size: 16px;
  padding: 4px 0;
  line-height: 1.3;
  transition: 0.5s ease;
}
.modelHumburger .botNav ul li a:hover {
  color: #257f80;
}
.modelHumburger .socialLinks {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 25px;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .modelHumburger .socialLinks {
    flex-direction: column;
  }
}
.modelHumburger .socialLinks .con_lik {
  border-right: 1px solid rgba(225, 225, 225, 0.4392156863);
  padding-right: 20px;
  flex: 1;
}
.modelHumburger .socialLinks .con_lik a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #1b1b1b;
  transition: 0.5s ease;
  font-weight: 600;
}
.modelHumburger .socialLinks .con_lik a svg {
  width: 22px;
}
.modelHumburger .socialLinks .con_lik a svg path {
  fill: #aaa;
}
.modelHumburger .socialLinks .con_lik a:hover {
  color: #257f80;
}
.modelHumburger .socialLinks .con_lik a:hover svg path {
  fill: #257f80;
}
.modelHumburger .socialLinks ul {
  flex: 1;
  display: flex;
}
.modelHumburger .socialLinks ul li {
  margin-right: 8px;
}
.modelHumburger .socialLinks ul li a {
  display: block;
  width: 30px;
  height: 30px;
  transition: 0.5s ease;
}
.modelHumburger .socialLinks ul li a svg {
  width: 22px;
}
.modelHumburger .socialLinks ul li a:hover svg path {
  fill: #257f80;
}

.HeaderSearchForm .form {
  height: 100%;
}
.HeaderSearchForm .flex {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .HeaderSearchForm .flex {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .HeaderSearchForm .flex {
    gap: 12px;
  }
}
@media (max-width: 540px) {
  .HeaderSearchForm .flex {
    gap: 20px;
  }
}
.HeaderSearchForm .textSection {
  max-width: 310px;
}
@media (max-width: 768px) {
  .HeaderSearchForm .textSection {
    max-width: 210px;
  }
}
@media (max-width: 540px) {
  .HeaderSearchForm .textSection {
    max-width: 100%;
    text-align: center;
  }
}
.HeaderSearchForm .textSection h2 {
  font-size: 24px;
  color: #fff;
  font-family: Optima;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .HeaderSearchForm .textSection h2 {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .HeaderSearchForm .textSection h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .HeaderSearchForm .SearchBtn img {
    width: 24px;
  }
}
.HeaderSearchForm .col {
  width: 16%;
}
@media (max-width: 768px) {
  .HeaderSearchForm .col {
    width: 19%;
  }
}
@media (max-width: 540px) {
  .HeaderSearchForm .col {
    width: 100%;
  }
}
.HeaderSearchForm .form-group .form-control, .HeaderSearchForm .form-group label {
  font-size: 14px;
}
.HeaderSearchForm .form-group label {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  top: 10px;
  transition: 0.5s ease;
  color: #fff;
}
.HeaderSearchForm .form-group .form-control {
  padding: 18px 0px 3px;
  height: 45px;
  border: 0;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #fff;
  transition: 0.5s ease;
  background: transparent;
  color: #fff;
}
.HeaderSearchForm .form-group .form-control:focus {
  border-color: #fff;
}
.HeaderSearchForm .form-group .form-control:focus ~ label {
  top: 0;
  font-size: 12px;
  color: #f2f2f2;
  transition: 0.5s ease;
}
.HeaderSearchForm .form-group.valid label {
  top: 0;
  font-size: 12px;
  color: #a8a8a8;
}
.HeaderSearchForm .searchCuDropd {
  display: block;
}
.HeaderSearchForm .searchCuDropd .selectedSearch {
  display: block;
  border-bottom: 1px solid #fff;
  height: 32px;
  position: relative;
}
.HeaderSearchForm .searchCuDropd .selectedSearch::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: url("../icons/serv.png");
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1) brightness(10);
}
.HeaderSearchForm .searchCuDropd .placeHolder {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.5s ease;
}
.HeaderSearchForm .searchCuDropd .selectVal {
  display: block;
  color: #fff;
}
.HeaderSearchForm .searchCuDropd .placeHolder, .HeaderSearchForm .searchCuDropd .selectVal {
  font-size: 14px;
}
.HeaderSearchForm .searchCuDropd.active .placeHolder {
  top: 0;
  font-size: 12px;
  color: #f2f2f2;
}
.HeaderSearchForm .CustDropList {
  width: 100%;
  max-height: 300px;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.1490196078);
  border-top: 0;
  border-right: 0;
  position: absolute;
  z-index: 4;
  display: none;
}
.HeaderSearchForm .CustDropList .list {
  max-height: 180px;
  overflow: auto;
  padding: 8px 0;
}
.HeaderSearchForm .CustDropList .list::-webkit-scrollbar {
  width: 2px;
}
.HeaderSearchForm .CustDropList .list::-webkit-scrollbar-track {
  box-shadow: unset;
  background: #fff;
}
.HeaderSearchForm .CustDropList .list::-webkit-scrollbar-thumb {
  background-color: #257f80;
}
.HeaderSearchForm .CustDropList .list .option {
  display: block;
  font-size: 14px;
  color: #666;
  padding: 4px 12px;
  cursor: pointer;
  transition: 0.5s ease;
}
.HeaderSearchForm .CustDropList .list .option:nth-child(odd) {
  background: #fff;
}
.HeaderSearchForm .CustDropList .list .option:nth-child(even) {
  background: #f7f7f7;
}
.HeaderSearchForm .CustDropList .list li.option:hover {
  background: #257f80;
  color: #fff;
}

.footer {
  background: #165161;
  color: #fff;
  padding: 48px 60px;
  font-family: "Poppins";
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .footer {
    padding: 32px 38px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 32px 20px;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  color: #f1f1f1;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer a {
    font-size: 14px;
  }
}
.footer .footer__top {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .footer .footer__top {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 540px) {
  .footer .footer__top {
    flex-direction: column;
  }
}
.footer .footer__top .footer__social {
  display: flex;
  gap: 2rem;
  width: 30%;
}
@media (max-width: 768px) {
  .footer .footer__top .footer__social {
    gap: 1rem;
  }
}
.footer .footer__top .footer__social a {
  font-size: 22px;
}
.footer .footer__top .footer__social a i {
  color: #fff;
}
.footer .footer__top .footer__sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .footer .footer__top .footer__sections {
    gap: 0;
  }
}
@media (max-width: 540px) {
  .footer .footer__top .footer__sections {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 420px) {
  .footer .footer__top .footer__sections {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.footer .footer__top .footer__sections .footer__column {
  min-width: 150px;
}
.footer .footer__top .footer__sections .footer__column h4 {
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 420px) {
  .footer .footer__top .footer__sections .footer__column h4 {
    margin-bottom: 0;
  }
}
.footer .footer__top .footer__sections .footer__column ul {
  list-style: none;
  padding: 0;
  padding-top: 12px;
}
.footer .footer__top .footer__sections .footer__column ul li {
  margin-bottom: 0.5rem;
}
@media (max-width: 540px) {
  .footer .footer__top .footer__sections .footer__column ul li {
    margin-bottom: 2px;
  }
}
.footer .footer__top .footer__sections .footer__column ul li a {
  transition: padding 0.3s ease, color 0.3s ease;
}
.footer .footer__top .footer__sections .footer__column ul li a:hover {
  color: #fff;
  transition: padding 0.3s ease, color 0.3s ease;
}
.footer .footer__top .footer__sections .HeadOffice {
  width: 100%;
}
.footer .footer__top .footer__sections .HeadOffice p {
  color: #f1f1f1;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  padding-top: 16px;
}
.footer .footer__top .footer__sections .HeadOffice p i {
  color: #fff;
  padding-right: 8px;
}
@media (max-width: 768px) {
  .footer .footer__top .footer__sections .HeadOffice p {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .footer .footer__top .footer__sections .HeadOffice p {
    font-size: 12px;
  }
}
.footer .footer__bottom {
  border-top: 1px solid #f2f2f2;
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: 0.875rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
}

.form {
  --inputsize: 42px;
  --labelbefore: var(--text);
  --labelafter: var(--text);
  --borderbefore: var(--text);
  --borderafter: var(--black);
  --labelfontbefore: 16px;
  --labelfontafter: 12px;
  --font: 500;
  --color: var(--black);
  --borderwidth: 1px;
  --labelbackground: none;
  --font: normal;
  --textareaheight: 86px;
  --paddingleftright: 0px;
}
.form .form-group {
  position: relative;
  width: 100%;
  --selectheight: var(--inputsize);
  line-height: 0;
}
@media only screen and (max-width: 540px) {
  .form .form-group label {
    font-size: 12px;
  }
}
.form .form-group.hasCalender {
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M17.5 2H14.5V0.5C14.5 0.367392 14.4473 0.240215 14.3536 0.146447C14.2598 0.0526785 14.1326 0 14 0C13.8674 0 13.7402 0.0526785 13.6464 0.146447C13.5527 0.240215 13.5 0.367392 13.5 0.5V2H6.5V0.5C6.5 0.367392 6.44732 0.240215 6.35355 0.146447C6.25979 0.0526785 6.13261 0 6 0C5.86739 0 5.74021 0.0526785 5.64645 0.146447C5.55268 0.240215 5.5 0.367392 5.5 0.5V2H2.5C1.8372 2.00079 1.20178 2.26444 0.73311 2.73311C0.264441 3.20178 0.000793929 3.8372 0 4.5V17.5C0.000793929 18.1628 0.264441 18.7982 0.73311 19.2669C1.20178 19.7356 1.8372 19.9992 2.5 20H17.5C18.163 20 18.7989 19.7366 19.2678 19.2678C19.7366 18.7989 20 18.163 20 17.5V4.5C20 3.83696 19.7366 3.20107 19.2678 2.73223C18.7989 2.26339 18.163 2 17.5 2ZM19 17.5C19 17.8978 18.842 18.2794 18.5607 18.5607C18.2794 18.842 17.8978 19 17.5 19H2.5C2.10218 19 1.72064 18.842 1.43934 18.5607C1.15804 18.2794 1 17.8978 1 17.5V9H19V17.5ZM19 8H1V4.5C1 3.672 1.67 3 2.5 3H5.5V4.5C5.5 4.63261 5.55268 4.75979 5.64645 4.85355C5.74021 4.94732 5.86739 5 6 5C6.13261 5 6.25979 4.94732 6.35355 4.85355C6.44732 4.75979 6.5 4.63261 6.5 4.5V3H13.5V4.5C13.5 4.63261 13.5527 4.75979 13.6464 4.85355C13.7402 4.94732 13.8674 5 14 5C14.1326 5 14.2598 4.94732 14.3536 4.85355C14.4473 4.75979 14.5 4.63261 14.5 4.5V3H17.5C17.8978 3 18.2794 3.15804 18.5607 3.43934C18.842 3.72064 19 4.10218 19 4.5V8Z" fill="%23666666" fill-opacity="0.7"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.form .form-group.hasCalender.hasCalender-white {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'><path fill='%23ffffff' d='M19 4h-2V3a1 1 0 0 0-2 0v1H9V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16Zm0-9H4V7a1 1 0 0 1 1-1h2v1a1 1 0 0 0 2 0V6h6v1a1 1 0 0 0 2 0V6h2a1 1 0 0 1 1 1Z'/></svg>");
}
.form .form-group.active::after {
  width: 100%;
}
.form .form-group::before, .form .form-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--borderwidth);
  transition: 0.5s ease;
}
.form .form-group::before {
  background: #000;
}
.form .form-group::after {
  width: 0;
  background: #000;
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);
  left: var(--paddingleftright);
  color: #000;
  line-height: 1;
  font-size: var(--labelfontbefore);
  background: var(--labelbackground);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: calc(var(--inputsize) - var(--borderwidth));
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: #000;
  font-size: inherit;
  font-family: inherit;
  padding: 0 var(--paddingleftright);
}
.form .form-group input:focus, .form .form-group textarea:focus {
  outline: none;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input.valid ~ label, .form .form-group textarea.valid ~ label {
  font-size: var(--labelfontafter);
  color: #000;
  top: calc(var(--labelfontafter) / -2);
}
.form .form-group input:not(.no-focus):focus, .form .form-group textarea:not(.no-focus):focus {
  outline: none;
}
.form .form-group input:not(.no-focus):focus ~ label, .form .form-group textarea:not(.no-focus):focus ~ label {
  font-size: var(--labelfontafter);
  color: #aaa;
  top: calc(var(--labelfontafter) / -2);
}
.form .form-group input[readonly], .form .form-group textarea[readonly] {
  caret-color: transparent;
}
.form .form-group textarea {
  height: var(--textareaheight);
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: #000;
  font-size: inherit;
  font-family: inherit;
  line-height: 1.2;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  padding-right: 15px;
}
.form .form-group textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group textarea::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 15px;
}
.form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
  margin-top: 13px;
  height: calc(var(--textareaheight) - 13px);
}
.form .form-group select:focus {
  outline: none;
}
.form .form-group select ~ label {
  position: absolute;
  top: calc(var(--labelfontafter) / -2);
  left: var(--paddingleftright);
  color: #000;
  translate: 0 0;
  font-size: var(--labelfontafter);
  opacity: 0;
  transition: 0.6s ease;
}
.form .form-group select.valid {
  color: var(--color);
}
.form .form-group select.valid ~ label {
  opacity: 1;
}
.form .form-group .error {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  color: red;
  line-height: normal;
  font-size: 12px;
}
.form .form-group.file-input input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
}
.form .submit-grp:not(.text-left) {
  text-align: center;
  margin-top: 23px;
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
  --arrow: 15px;
  --arrowspace: 8px;
  --iconpath: url(../../icon/location-gray.svg);
}
.custom-select.has-icon {
  --iconsize: 12px;
  --iconurl: var(--iconpath);
  --iconspace: 8px;
}
.custom-select.has-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.custom-select.has-icon::after {
  left: var(--paddingleftright, 0px);
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon .current {
  padding-left: calc(var(--iconsize) + var(--iconspace));
  padding-right: calc(var(--arrow) + var(--iconsize) + var(--arrowspace) + var(--iconspace));
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: var(--paddingleftright, 0);
  bottom: 0;
  width: var(--arrow);
  background-image: url(../icons/arrow-down-gray.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.custom-select .current {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: var(--labelbefore);
  font-size: var(--labelfontbefore);
  font-weight: var(--font);
  padding-right: calc(var(--arrow) + var(--arrowspace));
}
.custom-select .current.selected {
  color: var(--color);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 7;
  max-height: 180px;
  overflow-y: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  pointer-events: none;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  display: block;
  line-height: 1.2;
  padding: 8px 16px;
  white-space: break-spaces;
  font-size: 14px;
}
.custom-select .list li.selected {
  background: #257f80;
  color: #fff;
}
.custom-select .list li.selected:hover {
  background: #257f80;
  color: #fff;
}
.custom-select .list li:hover {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.InnerPageBanner .banner__content p {
  font-size: 48px;
  font-weight: 400;
  font-family: "Optima";
  text-align: center;
}

.ProjectsSection {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .ProjectsSection {
    padding: 45px 0;
  }
}
@media (max-width: 540px) {
  .ProjectsSection .container {
    max-width: 464px;
  }
}
@media (max-width: 420px) {
  .ProjectsSection .container {
    max-width: 290px;
  }
}
.ProjectsSection .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 991px) {
  .ProjectsSection .row {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .ProjectsSection .row {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media (max-width: 540px) {
  .ProjectsSection .row {
    grid-template-columns: 1fr;
  }
}
.ProjectsSection .row .Projects-Slides {
  position: relative;
}
.ProjectsSection .row .Projects-Slides .figure {
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  height: 322px;
}
.ProjectsSection .row .Projects-Slides .figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.ProjectsSection .row .Projects-Slides .figure:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.ProjectsSection .row .Projects-Slides .figure img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  transform-origin: top;
}
.ProjectsSection .row .Projects-Slides .overlay-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 28px;
  gap: 10px;
}
@media (max-width: 991px) {
  .ProjectsSection .row .Projects-Slides .overlay-effect {
    padding: 0 20px;
  }
}
.ProjectsSection .row .Projects-Slides .overlay-effect:hover .buttons {
  transform: translateY(-20px);
  opacity: 1;
}
.ProjectsSection .row .Projects-Slides .overlay-effect:hover .buttons .btnDiv {
  opacity: 1;
}
.ProjectsSection .row .Projects-Slides .overlay-effect h3, .ProjectsSection .row .Projects-Slides .overlay-effect p {
  transform: translateY(-10px);
}
.ProjectsSection .row .Projects-Slides .overlay-effect h3, .ProjectsSection .row .Projects-Slides .overlay-effect p {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.4s ease;
}
@media (max-width: 991px) {
  .ProjectsSection .row .Projects-Slides .overlay-effect h3, .ProjectsSection .row .Projects-Slides .overlay-effect p {
    font-size: 12px;
  }
}
.ProjectsSection .row .Projects-Slides .overlay-effect h3 {
  font-size: 24px;
  font-weight: 500;
}
.ProjectsSection .row .Projects-Slides .overlay-effect .buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0px;
  transform: translateY(20%);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media (max-width: 991px) {
  .ProjectsSection .row .Projects-Slides .overlay-effect .buttons {
    transform: translateY(-20%);
  }
}
.ProjectsSection .row .Projects-Slides .overlay-effect .btnDiv {
  display: flex;
  gap: 10px;
  padding-top: 10px;
  align-items: center;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media (max-width: 991px) {
  .ProjectsSection .row .Projects-Slides .overlay-effect .btnDiv {
    opacity: 1;
  }
}
.ProjectsSection .row .Projects-Slides .overlay-effect button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-family: Poppins;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .ProjectsSection .row .Projects-Slides .overlay-effect button {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.ProjectsSection .row .Projects-Slides .overlay-effect a {
  text-decoration: none;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-family: Poppins;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .ProjectsSection .row .Projects-Slides .overlay-effect a {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.ProjectsSection .row .Projects-Slides .overlay-effect a.enquire-btn {
  background-color: #fff;
  border: 1px solid #fff;
}
.ProjectsSection .row .Projects-Slides .overlay-effect a.view-btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.ProjectsSection ul {
  padding-top: 42px;
}
.ProjectsSection ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #666666;
  list-style: none;
  font-size: 16px;
  gap: 14px;
}
.ProjectsSection ul a img {
  height: 50px;
}

.DetailPageBanner .banner-Content {
  position: relative;
  z-index: 2;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 84.57%);
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 3%;
}
.DetailPageBanner .banner-Content .ContentRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .DetailPageBanner .banner-Content .ContentRow {
    flex-direction: column;
    gap: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.DetailPageBanner .banner-Content .ContentRow .col-A {
  width: 30%;
}
@media (max-width: 768px) {
  .DetailPageBanner .banner-Content .ContentRow .col-A {
    width: 100%;
  }
}
.DetailPageBanner .banner-Content .ContentRow .col-A ul {
  list-style: none;
}
@media (max-width: 768px) {
  .DetailPageBanner .banner-Content .ContentRow .col-A ul {
    text-align: center;
  }
}
.DetailPageBanner .banner-Content .ContentRow .col-A ul h3 {
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 420px) {
  .DetailPageBanner .banner-Content .ContentRow .col-A ul h3 {
    font-size: 30px;
  }
}
.DetailPageBanner .banner-Content .ContentRow .col-A ul p {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
@media (max-width: 768px) {
  .DetailPageBanner .banner-Content .ContentRow .col-A ul p {
    justify-content: center;
  }
}
.DetailPageBanner .banner-Content .ContentRow .col-B {
  width: 60%;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 80px;
}
@media (max-width: 991px) {
  .DetailPageBanner .banner-Content .ContentRow .col-B {
    gap: 45px;
  }
}
@media (max-width: 768px) {
  .DetailPageBanner .banner-Content .ContentRow .col-B {
    gap: 24px;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .DetailPageBanner .banner-Content .ContentRow .col-B {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 540px) {
  .DetailPageBanner .banner-Content .ContentRow .col-B .Col-B_Content {
    text-align: center;
  }
}
.DetailPageBanner .banner-Content .ContentRow .col-B .Col-B_Content h2 {
  font-size: 16px;
  font-weight: 500;
}
.DetailPageBanner .banner-Content .ContentRow .col-B .Col-B_Content p {
  font-size: 15px;
  font-weight: 400;
}
.DetailPageBanner .banner-Content .ContentRow .col-B .Col-B_Content button {
  padding: 10px 34px;
  border: none;
  cursor: pointer;
  font-family: Poppins;
}
@media (max-width: 540px) {
  .DetailPageBanner .banner-Content .ContentRow .col-B .Col-B_Content button {
    padding: 8px 16px;
  }
}
.DetailPageBanner .banner-Content .ContentRow .col-B .Col-B_Content button.enquire-btn {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.DetailPageBanner .banner-Content .ContentRow .col-B .Col-B_Content button.enquire-btn::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f773d;
  z-index: -1;
  transition: bottom 0.3s ease;
}
.DetailPageBanner .banner-Content .ContentRow .col-B .Col-B_Content button.enquire-btn:hover {
  background-color: transparent;
  color: #fff;
  transition: bottom 0.3s ease;
}
.DetailPageBanner .banner-Content .ContentRow .col-B .Col-B_Content button.enquire-btn:hover::before {
  bottom: 0;
}

.OverviewSection {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .OverviewSection {
    padding: 54px 0;
  }
}
@media (max-width: 991px) {
  .OverviewSection .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .OverviewSection .container {
    max-width: 690px;
    padding: 0;
  }
}
.OverviewSection .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media (max-width: 991px) {
  .OverviewSection .row {
    grid-template-columns: 1fr;
  }
}
.OverviewSection .row .col-md-6 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .OverviewSection .row .col-md-6 {
    text-align: center;
  }
}
@media (max-width: 540px) {
  .OverviewSection .row .col-md-6 {
    max-width: 85%;
    margin: 0 auto;
  }
}
.OverviewSection .row .col-md-6 h1 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Optima";
  color: #000;
  margin-bottom: 26px;
}
.OverviewSection .row .col-md-6 p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 540px) {
  .OverviewSection .row .col-md-6 p {
    font-size: 14px;
  }
}
.OverviewSection .row .col-md-6 .buttons {
  padding-top: 35px;
  display: flex;
  gap: 22px;
}
@media (max-width: 991px) {
  .OverviewSection .row .col-md-6 .buttons {
    justify-content: center;
  }
}
.OverviewSection .row .col-md-6 .buttons button {
  padding: 12px 28px;
  border: none;
  font-family: "Poppins";
  color: #000;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 991px) {
  .OverviewSection .row .col-md-6 .buttons button {
    padding: 8px 16px;
  }
}
.OverviewSection .row .col-md-6 .buttons .DownloadBtn {
  background-color: #D4D4D4;
}
.OverviewSection .row .col-md-6 .buttons .EnquireBtn {
  background-color: #257f80;
  color: #fff;
}
.OverviewSection .row .col-md-4 {
  max-width: 100%;
}

.HighlightSection {
  position: relative;
  height: 577px;
}
@media (max-width: 768px) {
  .HighlightSection {
    height: 450px;
  }
}
.HighlightSection img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.HighlightSection .overlay-effect {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .HighlightSection .overlay-effect {
    justify-content: center;
  }
}
.HighlightSection .overlay-effect .highlightPoint {
  background: #fff;
  color: #000;
  padding: 26px;
  margin-left: 80px;
  width: 100%;
  max-width: 60%;
}
@media (max-width: 768px) {
  .HighlightSection .overlay-effect .highlightPoint {
    margin: 0 auto;
    max-width: 90%;
  }
}
@media (max-width: 540px) {
  .HighlightSection .overlay-effect .highlightPoint {
    max-width: 90%;
    padding: 15px;
  }
}
.HighlightSection .overlay-effect .highlightPoint h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Optima";
  text-transform: uppercase;
}
@media (max-width: 540px) {
  .HighlightSection .overlay-effect .highlightPoint h2 {
    font-size: 26px;
    text-align: center;
  }
}
.HighlightSection .overlay-effect .highlightPoint ul {
  padding: 26px 0 0 20px;
}
@media (max-width: 540px) {
  .HighlightSection .overlay-effect .highlightPoint ul {
    padding: 16px 0 0 20px;
  }
}
.HighlightSection .overlay-effect .highlightPoint ul li {
  padding: 6px 0 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
}
@media (max-width: 768px) {
  .HighlightSection .overlay-effect .highlightPoint ul li {
    font-size: 14px;
  }
}

.Amenities {
  padding: 50px 0;
}
@media (max-width: 540px) {
  .Amenities {
    padding: 35px 0;
  }
}
.Amenities .container .upper-sec {
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .Amenities .container .upper-sec {
    margin-bottom: 1rem;
  }
}
.Amenities .container .upper-sec h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Optima";
  color: #000;
}
@media (max-width: 540px) {
  .Amenities .container .upper-sec h2 {
    font-size: 26px;
    text-align: center;
  }
}
.Amenities .container .upper-sec .slider-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .Amenities .container .upper-sec .slider-nav {
    gap: 12px;
  }
}
@media (max-width: 540px) {
  .Amenities .container .upper-sec .slider-nav {
    display: none;
  }
}
.Amenities .container .upper-sec .slider-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  padding: 0px;
  background: #fff;
  border-width: 1px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .Amenities .container .upper-sec .slider-nav button {
    width: 35px;
    height: 35px;
  }
  .Amenities .container .upper-sec .slider-nav button img {
    width: 16px;
  }
}
.Amenities .container .upper-sec .slider-nav button svg path {
  fill: #000;
}
.Amenities .container .upper-sec .slider-nav button.swiper-prev svg {
  transform: rotate(180deg);
}
.Amenities .container .amenities-slider .amenity-col {
  position: relative;
}
.Amenities .container .amenities-slider .amenity-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.5s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
}
.Amenities .container .amenities-slider .amenity-col figure, .Amenities .container .amenities-slider .amenity-col .figure {
  display: block;
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
.Amenities .container .amenities-slider .amenity-col figure img, .Amenities .container .amenities-slider .amenity-col figure video, .Amenities .container .amenities-slider .amenity-col .figure img, .Amenities .container .amenities-slider .amenity-col .figure video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.Amenities .container .amenities-slider .amenity-col figcaption {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}
.Amenities .container .amenities-slider .amenity-col figcaption p {
  color: #fff;
  font-size: 18px;
}

.ExclusivePreviewSection {
  padding: 0 0 50px;
}
@media (max-width: 540px) {
  .ExclusivePreviewSection {
    padding: 0 0 20px;
  }
}
@media (max-width: 420px) {
  .ExclusivePreviewSection {
    padding: 0 0 12px;
  }
}
.ExclusivePreviewSection .upper-sec {
  position: relative;
}
.ExclusivePreviewSection .upper-sec .owl-nav {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .ExclusivePreviewSection .upper-sec .owl-nav {
    gap: 12px;
  }
}
@media (max-width: 540px) {
  .ExclusivePreviewSection .upper-sec .owl-nav {
    display: none;
  }
}
.ExclusivePreviewSection .upper-sec .owl-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  padding: 0px;
  background: #fff;
  border-width: 1px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ExclusivePreviewSection .upper-sec .owl-nav button {
    width: 35px;
    height: 35px;
  }
  .ExclusivePreviewSection .upper-sec .owl-nav button img {
    width: 16px;
  }
}
.ExclusivePreviewSection .upper-sec .owl-nav button svg path {
  fill: #000;
}
.ExclusivePreviewSection h2 {
  font-size: 36px;
  font-weight: 400;
  color: #000;
  font-family: "Optima";
  margin-bottom: 36px;
}
@media (max-width: 540px) {
  .ExclusivePreviewSection h2 {
    margin-bottom: 15px;
    font-size: 26px;
    text-align: center;
  }
}
.ExclusivePreviewSection .SliderExclusivePrev .swiper-wrapper {
  justify-content: center;
  align-items: center;
  transition-timing-function: linear !important;
}
.ExclusivePreviewSection .SliderExclusivePrev .swiper-wrapper .item {
  align-content: center;
  justify-items: center;
}
.ExclusivePreviewSection .SliderExclusivePrev .swiper-wrapper .item img {
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.ExclusivePreviewSection .SlideNav {
  position: absolute;
  top: -16%;
  right: 0px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.ExclusivePreviewSection .SlideNav .view-all-btn {
  color: #257f80;
}
.ExclusivePreviewSection .SlideNav .NavA {
  display: flex;
  gap: 18px;
}
.ExclusivePreviewSection .SlideNav .NavA button {
  background: transparent;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  padding: 0px;
  background: #fff;
  border-width: 1px;
  cursor: pointer;
}

.location-advantage {
  padding: 0px 20px 0;
  color: #000;
}
.location-advantage h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Optima";
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 768px) {
  .location-advantage h2 {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .location-advantage h2 {
    margin-bottom: 60px;
  }
}
.location-advantage .location-info {
  text-align: center;
  margin-top: 10px;
  border-right: 1px solid #000;
  padding: 0 15px 0 0;
}
@media (max-width: 540px) {
  .location-advantage .location-info {
    margin-top: 20px;
  }
}
.location-advantage .location-info .number {
  font-size: 48px;
  font-weight: 500;
  font-family: "Optima";
  color: #000;
}
@media (max-width: 540px) {
  .location-advantage .location-info .number {
    font-size: 35px;
  }
}
.location-advantage .location-info span {
  font-size: 24px;
  display: block;
  margin: 5px 0;
  color: #000;
  font-family: "Optima";
}
@media (max-width: 540px) {
  .location-advantage .location-info span {
    font-size: 16px;
  }
}
.location-advantage .location-info p {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  padding-top: 14px;
}
@media (max-width: 540px) {
  .location-advantage .location-info p {
    padding-top: 4px;
  }
}
.location-advantage .SlideNav2 {
  gap: 40px;
  position: absolute;
  top: -50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .location-advantage .SlideNav2 {
    gap: 24px;
    top: -34%;
  }
}
@media (max-width: 420px) {
  .location-advantage .SlideNav2 {
    top: -22%;
    left: 0;
  }
}
.location-advantage .SlideNav2 a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  background: #D4D4D4;
  padding: 14px 24px;
}
@media (max-width: 768px) {
  .location-advantage .SlideNav2 a {
    padding: 8px 15px;
    font-size: 12px;
  }
}
.location-advantage .SlideNav2 .NavB {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .location-advantage .SlideNav2 .NavB {
    gap: 12px;
  }
}
@media (max-width: 540px) {
  .location-advantage .SlideNav2 .NavB {
    display: none;
  }
}
.location-advantage .SlideNav2 .NavB button {
  background: transparent;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  padding: 0px;
  background: #fff;
  border-width: 1px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .location-advantage .SlideNav2 .NavB button {
    width: 35px;
    height: 35px;
  }
  .location-advantage .SlideNav2 .NavB button img {
    width: 16px;
  }
}

.FloorPlansSection {
  color: #000;
  padding: 60px 0;
  background: #E9E9E9;
}
.FloorPlansSection .container h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Optima";
  text-transform: uppercase;
  margin-bottom: 38px;
}
@media (max-width: 540px) {
  .FloorPlansSection .container h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.FloorPlansSection .container .SliderWrap {
  justify-content: center;
  align-items: center;
  transition-timing-function: linear !important;
}
.FloorPlansSection .container .SliderWrap .item {
  align-content: center;
  justify-items: center;
}
.FloorPlansSection .container .SliderWrap .item .card {
  display: block;
  background: #fff;
  padding: 28px;
}
.FloorPlansSection .container .SliderWrap .item .card img {
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(1px);
}
.FloorPlansSection .container .SliderWrap .item .card .Button {
  padding: 28px 0;
  text-align: center;
}
.FloorPlansSection .container .SliderWrap .item .card .Button button {
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  background: #D4D4D4;
  padding: 10px 28px;
  font-family: "Poppins";
  cursor: pointer;
}
@media (max-width: 540px) {
  .FloorPlansSection .container .SliderWrap .item .card .Button button {
    padding: 7px 14px;
    font-size: 12px;
  }
}
.FloorPlansSection .container .SlideNav3 {
  gap: 40px;
  position: absolute;
  top: -20%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .FloorPlansSection .container .SlideNav3 {
    top: -26%;
  }
}
@media (max-width: 540px) {
  .FloorPlansSection .container .SlideNav3 {
    display: none;
  }
}
.FloorPlansSection .container .SlideNav3 a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  background: #D4D4D4;
  padding: 14px 24px;
}
.FloorPlansSection .container .SlideNav3 .NavC {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .FloorPlansSection .container .SlideNav3 .NavC {
    gap: 12px;
  }
}
.FloorPlansSection .container .SlideNav3 .NavC button {
  background: transparent;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  padding: 0px;
  background: #fff;
  border-width: 1px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .FloorPlansSection .container .SlideNav3 .NavC button {
    width: 35px;
    height: 35px;
  }
  .FloorPlansSection .container .SlideNav3 .NavC button img {
    width: 16px;
  }
}

.MoreProjectSection {
  padding: 60px 0;
  color: #000;
}
@media (max-width: 768px) {
  .MoreProjectSection {
    padding: 25px 0 45px;
  }
}
.MoreProjectSection h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Optima";
  text-transform: uppercase;
  margin-bottom: 38px;
  text-align: center;
}
@media (max-width: 540px) {
  .MoreProjectSection h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.MoreProjectSection .overlay-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 75%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 28px;
  gap: 10px;
}
.MoreProjectSection .overlay-effect:hover .buttons {
  transform: translateY(-20px);
  opacity: 1;
}
.MoreProjectSection .overlay-effect:hover .buttons .btnDiv {
  opacity: 1;
}
@media (max-width: 991px) {
  .MoreProjectSection .overlay-effect .buttons {
    opacity: 1;
    transform: translateY(0);
  }
  .MoreProjectSection .overlay-effect h3, .MoreProjectSection .overlay-effect p {
    transform: translateY(-10px);
  }
}
.MoreProjectSection .overlay-effect h3, .MoreProjectSection .overlay-effect p {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.4s ease;
}
.MoreProjectSection .overlay-effect h3 {
  font-size: 24px;
  font-weight: 500;
}
.MoreProjectSection .overlay-effect .buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0px;
  transform: translateY(20%);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.MoreProjectSection .overlay-effect .buttons .btnDiv {
  display: flex;
  gap: 10px;
  padding-top: 10px;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.MoreProjectSection .overlay-effect .buttons button {
  padding: 10px 28px;
  border: none;
  cursor: pointer;
  font-family: Poppins;
}
.MoreProjectSection .overlay-effect .buttons button.enquire-btn {
  background-color: #fff;
  border: 1px solid #fff;
}
.MoreProjectSection .overlay-effect .buttons button.view-btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.AboutUs-Banner .banner__content {
  justify-content: flex-end;
  padding-bottom: 120px;
}
@media (max-width: 540px) {
  .AboutUs-Banner .banner__content {
    padding-bottom: 45px;
  }
}
.AboutUs-Banner .banner__content .banner-innerText {
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .AboutUs-Banner .banner__content .banner-innerText {
    max-width: 70%;
  }
}
@media (max-width: 540px) {
  .AboutUs-Banner .banner__content .banner-innerText {
    max-width: 100%;
  }
}
.AboutUs-Banner .banner__content .banner-innerText p {
  font-size: 14px;
  font-weight: 400;
}

.thanks .banner__content {
  justify-content: center;
  padding-bottom: 120px;
}
@media (max-width: 540px) {
  .thanks .banner__content {
    padding-bottom: 45px;
  }
}
.thanks .banner__content .banner-innerText {
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .thanks .banner__content .banner-innerText {
    max-width: 70%;
  }
}
@media (max-width: 540px) {
  .thanks .banner__content .banner-innerText {
    max-width: 100%;
  }
}
.thanks .banner__content .banner-innerText p {
  font-size: 14px;
  font-weight: 400;
}

.DreamSection-AboutUs {
  background-color: #f3f3f3;
  padding: 50px 0;
}
.DreamSection-AboutUs .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .DreamSection-AboutUs .row {
    gap: 65px;
    grid-template-columns: 1fr;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  .DreamSection-AboutUs .row {
    gap: 35px;
    width: 100%;
  }
}
.DreamSection-AboutUs .row .col-A {
  width: 70%;
}
@media (max-width: 768px) {
  .DreamSection-AboutUs .row .col-A {
    width: 30%;
    margin: 0 auto;
    height: 100%;
  }
}
.DreamSection-AboutUs .row .col-A img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.DreamSection-AboutUs .row .col-B p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
@media (max-width: 768px) {
  .DreamSection-AboutUs .row .col-B p {
    text-align: center;
  }
}
.DreamSection-AboutUs .row .col-B ul {
  display: flex;
  gap: 80px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .DreamSection-AboutUs .row .col-B ul {
    justify-content: center;
  }
}
@media (max-width: 540px) {
  .DreamSection-AboutUs .row .col-B ul {
    gap: 45px;
  }
}
.DreamSection-AboutUs .row .col-B ul li {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.DreamSection-AboutUs .row .col-B ul li p:first-child span {
  color: #165161;
}
.DreamSection-AboutUs .row .col-B ul li span {
  color: #666;
}
.DreamSection-AboutUs .row .col-B ul li span:nth-child(1) {
  font-size: 30px;
  font-weight: 400;
  font-family: "Optima";
}
@media (max-width: 540px) {
  .DreamSection-AboutUs .row .col-B ul li span:nth-child(1) {
    font-size: 18px;
  }
}
.DreamSection-AboutUs .row .col-B ul li span:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 540px) {
  .DreamSection-AboutUs .row .col-B ul li span:nth-child(2) {
    font-size: 10px;
  }
}

.VisionMission-AboutUs {
  padding: 80px 0 0;
  color: #000;
  border-bottom: 1px solid #666666;
}
@media (max-width: 540px) {
  .VisionMission-AboutUs {
    padding: 45px 0 0;
  }
}
.VisionMission-AboutUs .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .VisionMission-AboutUs .row {
    gap: 65px;
    grid-template-columns: 1fr;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  .VisionMission-AboutUs .row {
    width: 100%;
    gap: 45px;
  }
}
.VisionMission-AboutUs .row .col-A .vimi-nav {
  display: flex;
  gap: 60px;
  list-style: none;
}
@media (max-width: 768px) {
  .VisionMission-AboutUs .row .col-A .vimi-nav {
    justify-content: center;
  }
}
@media (max-width: 540px) {
  .VisionMission-AboutUs .row .col-A .vimi-nav {
    gap: 35px;
  }
}
.VisionMission-AboutUs .row .col-A .vimi-nav li {
  font-size: 36px;
  font-weight: 400;
  font-family: "Optima";
  text-transform: uppercase;
  color: #ddd;
  transition: 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .VisionMission-AboutUs .row .col-A .vimi-nav li {
    font-size: 24px;
  }
}
.VisionMission-AboutUs .row .col-A .vimi-nav li.active {
  border-bottom: 2px solid #257f80;
  padding-bottom: 10px;
  color: #257f80;
}
.VisionMission-AboutUs .row .col-A .vimi-nav-content {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .VisionMission-AboutUs .row .col-A .vimi-nav-content {
    text-align: center;
  }
}
@media (max-width: 540px) {
  .VisionMission-AboutUs .row .col-A .vimi-nav-content {
    padding-top: 34px;
  }
}
.VisionMission-AboutUs .row .col-A .vimi-nav-content p, .VisionMission-AboutUs .row .col-A .vimi-nav-content .content {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 540px) {
  .VisionMission-AboutUs .row .col-A .vimi-nav-content p, .VisionMission-AboutUs .row .col-A .vimi-nav-content .content {
    font-size: 14px;
  }
}
.VisionMission-AboutUs .row .col-B img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -7px;
}

.BoardDirector-Section {
  padding: 70px 0;
}
@media (max-width: 540px) {
  .BoardDirector-Section {
    padding: 45px 0;
  }
}
.BoardDirector-Section .container {
  max-width: 900px;
}
@media (max-width: 540px) {
  .BoardDirector-Section .container {
    width: 510px;
  }
}
@media (max-width: 420px) {
  .BoardDirector-Section .container {
    width: 300px;
  }
}
.BoardDirector-Section .container .boards_sec {
  margin-top: 50px;
}
.BoardDirector-Section .container .boards_sec .member_col {
  display: flex;
  align-items: center;
  gap: 50px;
}
.BoardDirector-Section .container .boards_sec .member_col:not(:last-child) {
  margin-bottom: 50px;
}
.BoardDirector-Section .container .boards_sec .member_col:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .BoardDirector-Section .container .boards_sec .member_col:nth-child(even) {
    flex-direction: column;
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .BoardDirector-Section .container .boards_sec .member_col {
    flex-direction: column;
    gap: 25px;
  }
}
.BoardDirector-Section .container .boards_sec .member_col .colA {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .BoardDirector-Section .container .boards_sec .member_col .colA {
    max-width: 100%;
    flex: 0 1 100%;
  }
}
.BoardDirector-Section .container .boards_sec .member_col .colA img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .BoardDirector-Section .container .boards_sec .member_col .colA img {
    height: auto;
  }
}
.BoardDirector-Section .container .boards_sec .member_col .colB {
  flex: 1;
}
@media (max-width: 768px) {
  .BoardDirector-Section .container .boards_sec .member_col .colB {
    padding: 0 50px;
  }
}
@media (max-width: 540px) {
  .BoardDirector-Section .container .boards_sec .member_col .colB {
    padding: 0;
  }
}
.BoardDirector-Section .container .boards_sec .member_col .colB .content-wraper {
  border-right: 1px solid rgba(0, 0, 0, 0.1882352941);
}
@media (max-width: 540px) {
  .BoardDirector-Section .container .boards_sec .member_col .colB .content-wraper {
    border-right: none;
  }
}
.BoardDirector-Section .container .boards_sec .member_col .colB .content-wraper .content {
  max-height: 230px;
  overflow-y: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px 0 0;
  margin-right: -5px;
}
@media (max-width: 540px) {
  .BoardDirector-Section .container .boards_sec .member_col .colB .content-wraper .content {
    max-height: 100%;
    overflow-y: visible;
    padding: 0;
    margin-right: 0;
  }
}
.BoardDirector-Section .container .boards_sec .member_col .colB .content-wraper .content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.BoardDirector-Section .container .boards_sec .member_col .colB .content-wraper .content::-webkit-scrollbar-thumb {
  background: #257f80;
}
.BoardDirector-Section .container .boards_sec .member_col .colB .content-wraper .content .desc {
  color: #666;
  line-height: 1.4;
  font-size: 14px;
  padding-bottom: 10px;
}
.BoardDirector-Section .container .boards_sec .member_col .colB h6 {
  color: #000;
  font-size: 20px;
  font-family: "Optima";
  margin-top: 20px;
}
@media (max-width: 540px) {
  .BoardDirector-Section .container .boards_sec .member_col .colB h6 {
    font-size: 18px;
    margin-top: 10px;
  }
}
.BoardDirector-Section .container .boards_sec .member_col .colB p:not(.desc) {
  color: #000;
  font-size: 16px;
  font-family: "Optima";
}
@media (max-width: 540px) {
  .BoardDirector-Section .container .boards_sec .member_col .colB p:not(.desc) {
    font-size: 14px;
  }
}
.BoardDirector-Section h1 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Optima";
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .BoardDirector-Section h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 420px) {
  .BoardDirector-Section h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.BoardDirector-Section .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .BoardDirector-Section .row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 540px) {
  .BoardDirector-Section .row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.BoardDirector-Section .row .col-A {
  height: 322px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.BoardDirector-Section .row .col-A img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.BoardDirector-Section .row .col-A .text-overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  padding: 32px 0;
  display: flex;
  justify-content: center;
  align-items: end;
}
.BoardDirector-Section .row .col-A .text-overlay .info p:nth-child(1) {
  font-size: 20px;
  font-weight: 400;
  font-family: "Optima";
  padding-bottom: 8px;
}
.BoardDirector-Section .row .col-A .text-overlay .info p:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
}

.ContactInfo-ContactUs {
  background: #E9E9E9;
  padding: 80px 0;
  color: #000;
}
@media (max-width: 1024px) {
  .ContactInfo-ContactUs {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .ContactInfo-ContactUs {
    padding: 30px 0;
  }
}
@media (max-width: 540px) {
  .ContactInfo-ContactUs {
    padding: 20px 0 0;
  }
}
.ContactInfo-ContactUs h1 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Optima";
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .ContactInfo-ContactUs h1 {
    margin-bottom: 30px;
  }
}
.ContactInfo-ContactUs .row {
  margin: 0px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 540px) {
  .ContactInfo-ContactUs .row {
    flex-direction: column;
    gap: 2rem;
  }
}
.ContactInfo-ContactUs .row .col-A {
  width: 20%;
}
@media (max-width: 540px) {
  .ContactInfo-ContactUs .row .col-A {
    width: 25%;
  }
}
@media (max-width: 420px) {
  .ContactInfo-ContactUs .row .col-A {
    width: 30%;
  }
}
.ContactInfo-ContactUs .row .col-A .infoImage {
  width: 100%;
  height: auto;
}
.ContactInfo-ContactUs .row .col-A .infoImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ContactInfo-ContactUs .row .col-B {
  width: 60%;
}
@media (max-width: 540px) {
  .ContactInfo-ContactUs .row .col-B {
    width: 80%;
  }
}
@media (max-width: 420px) {
  .ContactInfo-ContactUs .row .col-B {
    width: 88%;
  }
}
.ContactInfo-ContactUs .row .col-B .SliderContactDetails {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.ContactInfo-ContactUs .row .col-B .SliderContactDetails .item {
  background: #fff;
  border-radius: 15px;
  color: #000;
  text-align: center;
  padding: 30px;
  min-height: 304px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .ContactInfo-ContactUs .row .col-B .SliderContactDetails .item {
    padding: 20px;
  }
}
.ContactInfo-ContactUs .row .col-B .SliderContactDetails .item.active {
  background: #257f80;
}
.ContactInfo-ContactUs .row .col-B .SliderContactDetails .item.active h4 {
  color: #f2f2f2;
}
.ContactInfo-ContactUs .row .col-B .SliderContactDetails .item.active svg path {
  fill: #fff;
}
.ContactInfo-ContactUs .row .col-B .SliderContactDetails .item.active p {
  color: #ddd;
}
.ContactInfo-ContactUs .row .col-B .SliderContactDetails .item.active svg {
  color: #257f80;
}
.ContactInfo-ContactUs .row .col-B .SliderContactDetails .item h4 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  font-family: "Optima";
  padding-bottom: 14px;
}
.ContactInfo-ContactUs .row .col-B .SliderContactDetails .item p, .ContactInfo-ContactUs .row .col-B .SliderContactDetails .item a.contact {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #817a7a;
  padding-bottom: 14px;
}
@media (max-width: 1024px) {
  .ContactInfo-ContactUs .row .col-B .SliderContactDetails .item p, .ContactInfo-ContactUs .row .col-B .SliderContactDetails .item a.contact {
    font-size: 12px;
  }
}
.ContactInfo-ContactUs .row .col-B .SliderContactDetails .item svg {
  width: 36px;
  height: 36px;
  color: #000;
  font-size: 24px;
}
.ContactInfo-ContactUs .row .col-B .SliderContactDetails .item svg path {
  fill: #000;
}
.ContactInfo-ContactUs .row .col-B .SliderContactDetails .item a img {
  width: auto;
  display: inline;
}

.ContactUsPage-QueryForm {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .ContactUsPage-QueryForm {
    padding: 40px 0;
  }
}
.ContactUsPage-QueryForm .form-section {
  max-width: 813px;
  margin: 0 auto;
}
@media (max-width: 420px) {
  .ContactUsPage-QueryForm .form-section {
    max-width: 90%;
  }
}
.ContactUsPage-QueryForm .form-section .heading {
  margin-bottom: 60px;
}
.ContactUsPage-QueryForm .form-section .heading h3 {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 400;
  font-family: "Optima";
  color: #000;
  text-align: center;
}
@media (max-width: 540px) {
  .ContactUsPage-QueryForm .form-section .heading h3 {
    font-size: 35px;
  }
}
@media (max-width: 420px) {
  .ContactUsPage-QueryForm .form-section .heading h3 {
    font-size: 28px;
  }
}
.ContactUsPage-QueryForm .form-section .heading p {
  font-size: 16px;
  color: #817a7a;
  text-align: center;
}
.ContactUsPage-QueryForm .form-section .form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  --item: 2;
  --inputsize: 52px;
  --gaplr: 24px;
  --gaptb: 20px;
  --gaplr: 16px;
  --inputsize: 40px;
  --item: 1;
}
.ContactUsPage-QueryForm .form-section .form .form-group {
  border-bottom: 1px solid #6a6767;
}
.ContactUsPage-QueryForm .form-section .form .form-group::before, .ContactUsPage-QueryForm .form-section .form .form-group::after {
  display: none;
}
.ContactUsPage-QueryForm .form-section .form .form-group label {
  color: #6a6767;
}
.ContactUsPage-QueryForm .form-section .form .form-group .current {
  color: #6a6767;
}
.ContactUsPage-QueryForm .form-section .form .form-group .custom-select li {
  color: #000;
}
.ContactUsPage-QueryForm .form-section .form .form-group .custom-select li.selected {
  color: #fff;
}
.ContactUsPage-QueryForm .form-section .form .SubmitBtn {
  padding: 10px 40px;
  font-size: 14px;
  margin-top: 20px;
  background: #257f80;
  color: #fff;
  border: 1px solid #257f80;
  cursor: pointer;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}
.ContactUsPage-QueryForm .form-section .form .SubmitBtn:hover {
  color: #257f80;
  background: #fff;
  border: 1px solid #257f80;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.ContactUs-Map .map {
  height: 600px;
}
@media (max-width: 540px) {
  .ContactUs-Map .map {
    height: 350px;
  }
}
.ContactUs-Map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blog-listing-secA {
  padding: 65px 0;
}
.blog-listing-secA .grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 20px;
}

.Blogs-Section {
  padding: 65px 0;
}
.Blogs-Section .heading {
  text-align: center;
}
.Blogs-Section .heading h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #000;
}
.Blogs-Section .heading p {
  font-size: 1rem;
  color: #666;
}
.Blogs-Section .blogs_wrappper {
  padding: 50px 0 0;
}
.Blogs-Section .blogs_wrappper .Blogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .Blogs-Section .blogs_wrappper .Blogs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .Blogs-Section .blogs_wrappper .Blogs {
    grid-template-columns: 1fr;
  }
}

.blog-col {
  position: relative;
  display: block;
}
.blog-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.blog-col .figure, .blog-col figure {
  overflow: hidden;
  display: block;
  line-height: 0;
  height: 100%;
}
.blog-col .figure img, .blog-col figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease;
}
.blog-col .figure:hover img, .blog-col figure:hover img {
  transform: scale(1.05);
}
.blog-col figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px;
}
.blog-col figcaption h6 {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .blog-col figcaption h6 {
    font-size: 14px;
  }
}
.blog-col figcaption h6 a {
  font-weight: 400;
  color: #000;
  display: block;
  transition: 0.6s ease;
}
.blog-col figcaption h6 a:hover {
  color: #257f80;
}
.blog-col figcaption .date {
  font-size: 14px;
  margin-bottom: 8px;
  margin-left: 5px;
}

.banner.blog-detail-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  height: 70%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 51%, transparent 99%);
  z-index: 0;
}
.banner.blog-detail-banner .bg {
  height: 100%;
  width: 100%;
}
.banner.blog-detail-banner .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner.blog-detail-banner .banner-content {
  position: absolute;
  z-index: 1;
  bottom: 8rem;
  top: auto;
  left: 0;
  right: 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 4rem;
}
.banner.blog-detail-banner .banner-content .content {
  max-width: 690px;
  margin-left: 0;
  flex: 1;
}
@media (max-width: 991px) {
  .banner.blog-detail-banner .banner-content .content {
    text-align: center;
  }
}
.banner.blog-detail-banner .banner-content .content h1 {
  font-size: 36px;
  line-height: 1.1;
  color: #fff;
}
@media (max-width: 991px) {
  .banner.blog-detail-banner .banner-content .content h1 {
    font-size: 20px;
  }
}
.banner.blog-detail-banner .banner-content .content p {
  margin-bottom: 17px;
  color: #fff;
}
.banner.blog-detail-banner .banner-content .share_btn {
  flex: 0 1 auto;
  position: relative;
}
.banner.blog-detail-banner .banner-content .share_btn .share-btn-ico {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}
.banner.blog-detail-banner .banner-content .share_btn .side_ico-m {
  position: absolute;
  bottom: 100%;
  margin-bottom: 15px;
  left: 50%;
  translate: -50% 0;
  display: flex;
  gap: 15px;
  flex-direction: column;
  border-radius: 5px;
  opacity: 0;
  transform: scale(0.75) translateY(21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transform-origin: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.banner.blog-detail-banner .banner-content .share_btn .side_ico-m.open {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.banner.blog-detail-banner .banner-content .share_btn .side_ico-m li {
  list-style: none;
}
.banner.blog-detail-banner .banner-content .share_btn .side_ico-m li svg {
  fill: #fff;
  width: 25px;
}
.banner.blog-detail-banner .banner-content .share_btn .side_ico-m li svg:hover {
  fill: #0f773d;
}

.blog-detail-secA, .privacy-secA {
  padding: 35px 0 45px;
}

.website-content h1 {
  font-size: 56px;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
}
@media (max-width: 991px) {
  .website-content h1 {
    font-size: 20px;
  }
}
.website-content h2 {
  font-size: 34px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 991px) {
  .website-content h2 {
    font-size: 20px;
  }
}
.website-content h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 991px) {
  .website-content h3 {
    font-size: 20px;
  }
}
.website-content h4 {
  font-size: 22px;
  color: #000;
}
@media (max-width: 991px) {
  .website-content h4 {
    font-size: 20px;
  }
}
.website-content h5 {
  font-size: 20px;
  color: #000;
}
@media (max-width: 991px) {
  .website-content h5 {
    font-size: 20px;
  }
}
.website-content h6 {
  font-size: 18px;
  color: #000;
}
@media (max-width: 991px) {
  .website-content h6 {
    font-size: 20px;
  }
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 20px 0 15px;
}
.website-content h5, .website-content h6 {
  margin: 15px 0;
}
.website-content p, .website-content li {
  color: gray;
  text-align: justify;
}
@media (max-width: 991px) {
  .website-content p, .website-content li {
    font-size: 14px;
  }
}
.website-content a {
  color: #257f80;
}
@media (max-width: 991px) {
  .website-content a {
    font-size: 14px;
  }
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 15px;
}
.website-content ul {
  padding-left: 18px;
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #257f80;
}

.blog-detail-seB {
  padding: 2rem 0 4rem;
}
.blog-detail-seB .heading {
  margin-bottom: 4rem;
}
.blog-detail-seB .heading h2 {
  font-size: 32px;
  font-weight: 400;
}
.blog-detail-seB .owl-nav {
  position: absolute;
  top: -108px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  transition: all 0.3s ease;
}
.blog-detail-seB .owl-nav button {
  border: 1px solid #ddd !important;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  transition: all 0.3s ease;
}/*# sourceMappingURL=style.css.map */