:root {
  --primary-font: 'Larken DEMO';
  /*"Tenor Sans", sans-serif*/
  --secondary-font: "Outfit", sans-serif;
  --testimonial-font: "Dancing Script", cursive;;
  /* --primary-theme-color: #006346; */
  --primary-color: #c79e60;
  --secondary-color: #242424;
  --info-color: #ffffff;
  --text-color: #808080;
  --primary-font-size: 17px;
  --primary-transition-effect: all 0.35s ease-in-out;
}

@font-face {
    font-family: 'Larken';
    src: url('../fonts/Larken-Medium.eot');
    src: url('../fonts/Larken-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Larken-Medium.woff2') format('woff2'),
        url('../fonts/Larken-Medium.woff') format('woff'),
        url('../fonts/Larken-Medium.ttf') format('truetype'),
        url('../fonts/Larken-Medium.svg#Larken-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larken';
    src: url('../fonts/Larken-Regular.eot');
    src: url('../fonts/Larken-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Larken-Regular.woff2') format('woff2'),
        url('../fonts/Larken-Regular.woff') format('woff'),
        url('../fonts/Larken-Regular.ttf') format('truetype'),
        url('../fonts/Larken-Regular.svg#Larken-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larken';
    src: url('../fonts/Larken-Light.eot');
    src: url('../fonts/Larken-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Larken-Light.woff2') format('woff2'),
        url('../fonts/Larken-Light.woff') format('woff'),
        url('../fonts/Larken-Light.ttf') format('truetype'),
        url('../fonts/Larken-Light.svg#Larken-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larken';
    src: url('../fonts/Larken-Bold.eot');
    src: url('../fonts/Larken-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Larken-Bold.woff2') format('woff2'),
        url('../fonts/Larken-Bold.woff') format('woff'),
        url('../fonts/Larken-Bold.ttf') format('truetype'),
        url('../fonts/Larken-Bold.svg#Larken-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--secondary-font);
  font-size: var(--primary-font-size);
} */

html, body {
  box-sizing: border-box;
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--secondary-font);
  font-size: var(--primary-font-size);
}

.snap-section {
  min-height: 100vh;             
  display: flex;
  align-items: center;
  justify-content: center;
}

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

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: inherit;
  color: inherit;
  transition: var(--primary-transition-effect);
}

img {
  max-width: 100%;
}

.primary-color {
  color: var(--primary-color);
}

/* #main-content {
  display: none;
} */
.mb-100 {
  margin-bottom: 100px;
}

.container {
  max-width: 1430px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.text-line span {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
}

.reveal {
  overflow: hidden;
}

.primary-button {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  padding: 16px 34px;
  display: inline-block;
  color: var(--info-color);
  line-height: 24px;
  border-radius: 3px;
  font-family: var(--primary-font);
  cursor: pointer;
  font-weight: 500;
  transition: all 0.35s ease-in-out;
  font-size: 18px;
}

@media (max-width: 480px) {
  .primary-button {
    font-size: 16px;
  }
}

.primary-button:hover,
.primary-button:focus {
  background: transparent;
  color: var(--primary-color);
}

.subheading {
  margin-bottom: 10px;
}
@media(max-width: 1540.98px) {
  .subheading {
    margin-bottom: 5px;
  }
}

.subheading,
.subheading span {
  font-family: var(--primary-font);
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 3px;
}

.section-heading {
  margin-bottom: 10px;
}

.section-heading,
.section-heading span {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}

.section-heading.black-heading {
  color: var(--secondary-color);
}

.section-info {
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 30px;
}

.section-info span {
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.section-info.white-text {
  color: var(--info-color);
}

.reveal-text {
  overflow: hidden;
}

.reveal-text .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
}

/* header css start */
.site-header {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: rgb(255 255 255 / 30%);
}

.site-logo {
  width: 130px;
  display: block;
}

/* .site-menu .nav-link {
  color: #242424;
  font-size: 18px;
  font-weight: 500;
  padding: 40px 1rem;
  font-family: var(--primary-font);
  min-width: 114px;
  text-align: center;
} */

.header-number {
  line-height: 1;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #242424;
}

.header-number a {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 15px;
}

.site-toggle {
  font-family: var(--primary-font);
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

.site-toggle .lnr {
  vertical-align: text-bottom;
  font-size: 24px;
  position: relative;
  top: 1px;
  margin-left: 3px;
  font-weight: 600;
}

/* banner css start */

.site-banner {
  position: relative;
  overflow: hidden;
}

.site-banner::before {
  content: "";
  display: block;
  padding-top: 50.5%;
}
@media (max-width: 1450.98px) {
  .site-banner::before {
      padding-top: 50.5%;
  }
}
@media (max-width: 1370.98px) {
  .site-banner::before {
      padding-top: 53.5%;
  }
}
.site-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}

.site-banner video {
  width: 100%;
  height: 123%;
  display: block;
  border: 0;
  position: absolute;
  top: -140px;
  left: 0;
}
@media (max-width: 1450.98px) {
  .site-banner video {
      top: -130px;
  }
}
@media (max-width: 1370.98px) {
  .site-banner video {
      top: -100px;
  }
}
/* counter css */
.counter-content {
    padding: 40px;
    background: #fff;
    margin: 30px;
}
.counter-full-section .counter-content {
    padding: 0;
    margin: 20px 0 0;
    background: transparent;
}
.counter-full-section .block {
    padding: 100px 30px;
}
.counter-full-inner {
    background: #fff;
    padding: 20px 30px;
}
@media(max-width: 575.98px) {
  .counter-full-inner {
      padding: 15px 20px;
  }
}
.counter-col {
  width: 50%;
  margin: 15px 0;
}
.counter-full-section .counter-col {
    width: 23%;
    padding: 0 10px;
}
@media(max-width: 1366.98px) {
  .counter-full-section .counter-col {
      width: 25%;
  }
}
@media(max-width: 1160.98px) {
  .counter-full-section .counter-col {
      padding: 0 5px;
  }
}
@media(max-width: 991.98px) {
  .counter-full-section .counter-col {
      width: 50%;
  }
}
.counter-full-section .counter-card {
    /*text-align: center;*/
    padding: 40px 30px;
    position: relative;
}
@media(max-width: 1366.98px) {
  .counter-full-section .counter-card {
      padding: 20px 10px;
  }
}
@media(max-width: 1160.98px) {
  .counter-full-section .counter-card {
      padding: 20px 0;
  }
}
@media(max-width: 991.98px) {
  .counter-full-section .counter-card {
      padding: 10px 0;
  }
}
@media(max-width: 425.98px) {
  .counter-full-section .counter-card {
      padding: 0;
  }
}
.counter-full-section .counter-col + .counter-col .counter-card:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #00000078;
    transform: rotate(15deg);
}
@media(max-width: 1366.98px) {
  .counter-full-section .counter-col + .counter-col .counter-card:before {
      left: -25px;
      bottom: 5px;
  }
}
@media(max-width: 1160.98px) {
  .counter-full-section .counter-col + .counter-col .counter-card:before {
      left: -55px;
  }
}
@media(max-width: 991.98px) {
  .counter-full-section .counter-col + .counter-col .counter-card:before {
      border-left: 0;
  }
  .counter-full-section .counter-col:nth-child(2n + 2) .counter-card:before {
      border-left: 1px solid #00000078;
  }
}
@media(max-width: 575.98px) {
  .counter-full-section .counter-col + .counter-col .counter-card:before {
      left: -35px;
  }
}
@media (max-width: 480.98px) {
  .counter-full-section .counter-col + .counter-col .counter-card:before {
      left: -26px;
  }
}
@media (max-width: 425.98px) {
  .counter-full-section .counter-col + .counter-col .counter-card:before {
      display: none;
  }
}
.counter-img img {
  /* height: 780px; */
  object-fit: cover;
  width: 100%;
}

.counter-card span {
    font-family: var(--primary-font);
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    color: var(--primary-color);
    opacity: 0.8;
}
.counter-full-section .counter-card span {
    color: var(--secondary-color);
    font-size: 70px;
    margin-bottom: 20px;
    opacity: 1;
}
@media(max-width: 1440.98px) {
  .counter-full-section .counter-card span {
    font-size: 60px;
  }
}
@media(max-width: 1366.98px) {
  .counter-full-section .counter-card span {
    font-size: 50px;
  }
}
@media(max-width: 1160.98px) {
  .counter-full-section .counter-card span {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media(max-width: 767.98px) {
  .counter-full-section .counter-card span {
    font-size: 30px;
    margin-bottom: 7px;
  }
}
.counter-card span:not(.counter) {
  font-size: 20px;
}
.counter-full-section .counter-card span:not(.counter) {
    font-size: 60px;
    font-weight: 300;
}
@media(max-width: 1440.98px) {
  .counter-full-section .counter-card span:not(.counter) {
      font-size: 50px;
  }
}
@media(max-width: 1160.98px) {
  .counter-full-section .counter-card span:not(.counter) {
      font-size: 40px;
  }
}
@media(max-width: 767.98px) {
  .counter-full-section .counter-card span:not(.counter) {
      font-size: 30px;
  }
}
.counter-card h6 {
    font-size: 15px;
    font-weight: 500;
    display: block;
    letter-spacing: 2px;
    /* font-family: var(--primary-font); */
}
@media(max-width: 1160.98px) {
  .counter-card h6 {
    font-size: 14px;
    max-width: 120px;
  }
}
@media(max-width: 991.98px) {
    .counter-card h6 {
        max-width: initial;
    }
}
@media (max-width: 720.98px) {
    .counter-card h6 {
        max-width: 120px;
    }
}
/* services section css */
.section-space {
  padding: 80px 0;
}
@media(max-width: 1540.98px) {
  .section-space {
      padding: 40px 0;
  }
}
.section-space-1 {
  margin: 80px 0;
}
@media(max-width: 1540.98px) {
  .section-space-1 {
      margin: 40px 0;
  }
}
.read-more {
  font-family: var(--primary-font);
  color: var(--primary-color);
  font-size: 17px;
  font-weight: 500;
  display: block;
  letter-spacing: 3px;
}

.legacy-section .nav-tabs .nav-link,
.legacy-section .nav-tabs .nav-link span,
.legacy-section .nav-tabs {
  border: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  color: var(--secondary-color);
}

.legacy-section .nav-tabs .nav-link::after,
.legacy-section .nav-tabs .nav-link span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 100%;
  border-bottom: 1px solid var(--primary-color);
  transition: all 0.35s ease-in-out;
}
@media (max-width: 767.98px) {
  .legacy-section .nav-tabs .nav-link::after,
  .legacy-section .nav-tabs .nav-link span::after {
      bottom: 8px;
  }
}
.legacy-section .nav-tabs .nav-link.active::after,
.legacy-section .nav-tabs .nav-link:hover::after {
  left: 13px;
  right: 13px;
}

.legacy-img {
  position: relative;
  overflow: hidden;
}

.legacy-img::before {
  content: "";
  display: block;
  padding-top: 55%;
}
@media(max-width: 1540.98px) {
  .legacy-img::before {
      padding-top: 46.5%;
  }
}
@media(max-width: 1440.98px) {
  .page-template-template-investors .legacy-img::before {
      padding-top: 43.5%;
  }
}
@media(max-width: 1280.98px) {
  .page-template-template-investors .legacy-img::before {
      padding-top: 59.5%;
  }
  .legacy-img::before {
      padding-top: 54.5%;
  }
}
@media(max-width: 767.98px) {
  .legacy-img::before {
      padding-top: 66.5%;
  }
}
.legacy-img img {
  width: 100%;
  height: 780px;
  display: block;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media(max-width: 1540.98px) {
  .page-template-template-investors .legacy-img img {
      height: 660px;
  }
}
@media(max-width: 1440.98px) {
  .legacy-img img {
    height: 100%;
  }
}
@media(max-width: 1280.98px) {
  .page-template-template-investors .legacy-img img {
      height: 100%;
  }
}
.legacy-card {
  position: relative;
}
@media(max-width: 991.98px) {
  .legacy-card {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
}
.legacy-info {
  position: absolute;
  top: 50%;
  right: 25px;
  background: rgb(255 255 255);
  padding: 30px 35px;
  transform: translateY(-50%);
  width: 480px;
}
@media(max-width: 1440.98px) {
  .legacy-info {
      padding: 25px 35px;
      top: inherit;
      bottom: 25px;
      transform: inherit;
  }
}
@media(max-width: 991.98px) {
  .legacy-info {
    position: static;
    width: 100%;
    padding: 20px 25px 25px;
  }
}
.legacy-info h3 {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.legacy-info h3 span {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

.legacy-info h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: var(--primary-color);
}

.legacy-info p,
.legacy-info p span {
  font-size: 16px;
  color: #808080;
}

.block {
  background: url(../img/grid-tile.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: 500px 250px;
}

.about-img img {
  width: 100%;
}

.about-info {
  /* background: rgb(255 255 255 / 70%); */
  background: #ffffff;
  padding: 30px;
  max-width: 430px;
  margin: 30px auto;
}

.about-info h3 {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.about-info h3 span {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.about-info h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: var(--primary-color);
}

.about-info p,
.about-info p span {
  font-size: 16px;
  color: #808080;
}

.link {
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--primary-font);
  font-weight: 600;
  color: var(--primary-color);
  position: relative;
  padding-bottom: 5px;
}

.link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 100%;
  border-bottom: 1px solid var(--primary-color);
  transition: all 0.35s ease-in-out;
}

.link:hover:before {
  right: 0;
}

.link:hover {
  color: var(--primary-color);
}

.link .lnr {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.35s ease-in-out;
}

.link:hover .lnr {
  opacity: 1;
  right: -20px;
}

.featured-card {
  position: relative;
}
@media (max-width: 991.98px) {
  .featured-card {
      box-shadow: 0 0 22px rgba(0, 0, 0, 0.05);
      height: 100%;
  }
}
/*.featured-info {
  position: absolute;
  top: 95%;
  left: 24%;
  background:rgb(255 255 255);
  background-position: center;
  background-repeat: repeat;
  background-size: 500px 250px;
  z-index: 1;
  width: 600px;
  transform: translate(-50%, -100%);
  padding: 30px;
}*/
.featured-info {
    position: absolute;
    bottom: 50px;
    left: 50px;
    background: rgb(255 255 255);
    background-position: center;
    background-repeat: repeat;
    background-size: 500px 250px;
    z-index: 1;
    width: 600px;
    padding: 30px;
}
@media(max-width: 1440.98px) {
  .featured-info {
    position: absolute;
    bottom: 40px;
    left: 40px;
  }
}
@media (max-width: 991.98px) {
    .featured-info {
        position: static;
        width: 100%;
    }
}
.featured-img {
  position: relative;
  overflow: hidden;
}

.featured-img::before {
  content: "";
  display: block;
  padding-top: 50%;
}
@media(max-width: 1540.98px) {
  .featured-img::before {
      padding-top: 45%;
  }
}
@media (max-width: 1280.98px) {
    .featured-img::before {
        padding-top: 53%;
    }
}
@media (max-width: 991.98px) {
    .featured-img::before {
        padding-top: 80%;
    }
}
.featured-img img {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.featured-info h3 {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.featured-info h3 span {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.featured-info h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: var(--primary-color);
}

.featured-info p,
.featured-info p span {
  font-size: 16px;
  color: #808080;
}

.featured-col {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .featured-col {
      padding: 0 10px 20px 10px;  
    }
}
.featured-slider {
  position: relative;
}

.slick-list {
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: transparent;
  font-size: 0;
  border: 0;
  width: 50px;
  height: 50px;
  /* background: #242424; */
}

.slick-arrow.slick-prev {
  left: -60px;
}
@media (max-width: 1440.98px) {
  .slick-arrow.slick-prev {
    left: 0;
  }
}

.slick-arrow.slick-prev:before {
  content: "";
  width: 30px;
  height: 30px;
  border-left: 2px solid #242424;
  border-bottom: 2px solid #242424;
  position: absolute;
  transform: rotate(45deg);
  top: 10px;
  right: 0;
}

.slick-arrow.slick-next {
  right: -60px;
}

.slick-arrow.slick-next:before {
  content: "";
  width: 30px;
  height: 30px;
  border-right: 2px solid #242424;
  border-bottom: 2px solid #242424;
  position: absolute;
  transform: rotate(-45deg);
  top: 10px;
  left: 0;
}

/* Main CSS */
.grid-wrapper>div {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.grid-wrapper>div>img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 5px;
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 170px;
  grid-auto-flow: dense;
}

.grid-wrapper .wide {
  grid-column: span 2;
}

.grid-wrapper .tall {
  grid-row: span 2;
}

.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

/*.feeback-section {
  padding: 80px 0;
}*/

.feeback-top-panel span {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 50px;
  display: block;
  position: relative;
}

.feeback-top-panel span:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: var(--secondary-color);
}

.feeback-top-panel h2 {
  font-size: 50px;
  font-family: var(--primary-font);
  margin-bottom: 20px;
}

/*.feeback-card {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  padding: 40px;
  border-radius: 10px;
  height: 100%;
}*/
.feeback-card {
    background: url(../img/testimonial-bg.png);
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.03); */
    padding: 40px;
    border-radius: 10px;
    height: 100%;
    background-size: 440px 470px;
    background-repeat: no-repeat;
    background-position: 0px -20px;
}
@media (max-width: 1440.98px) {
  .feeback-card {
      padding: 30px;
      height: 100%;
      background-size: 400px 460px;
  }
}
@media (max-width: 1366.98px) {
  .feeback-card {
      background-size: 350px 390px;
      background-position: 0px -5px;
  }
}
@media (max-width: 1160.98px) {
  .feeback-card {
      background-size: 460px 390px;
  }
}
@media (max-width: 991.98px) {
  .feeback-card {
      display: inline-block;
      text-align: left;
      padding: 40px;
      background-size: 460px 410px;
  }
}
@media (max-width: 575.98px) {
  .feeback-card {
      background-size: 100% 100%;
      transform: skewX(-13deg);
  }
}
@media (max-width: 480.98px) {
    .feeback-card {
        background-size: 100% 104%;
        padding: 25px;
    }
}
.feeback-card-inner {
    transform: skewX(13deg);
    padding-left: 18px;
    padding-top: 20px;
}
@media (max-width: 1366.98px) {
  .feeback-card-inner {
      padding-left: 20px;
      padding-top: 20px;
  }
}
@media (max-width: 1160.98px) {
  .feeback-card-inner {
      padding-left: 30px;
      padding-top: 30px;
  }
}
@media (max-width: 991.98px) {
    .feeback-card-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.feeback-card .quote {
  width: 40px;
  opacity: 0.7;
}
@media (max-width: 1366.98px) {
  .feeback-card .quote {
      width: 30px;
  }
}
.feeback-card p {
    margin: 10px 0 20px;
    font-family: var(--testimonial-font);
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    max-width: 350px;
}
@media (max-width: 1366.98px) {
  .feeback-card p {
      margin: 10px 0;
      font-size: 22px;
      line-height: 30px;
  }
}
@media (max-width: 1160.98px) {
  .feeback-card p {
      font-size: 24px;
  }
}
@media (max-width: 480.98px) {
  .feeback-card p {
      font-size: 22px;
  }
}
.feecback-owner {
  position: relative;
  /*padding: 5px 0 5px 73px;*/
  padding: 5px 0 5px 0;
}

.feecback-img {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -3px;
}

.feecback-owner h5 {
    font-family: var(--testimonial-font);
    font-size: 22px;
    font-weight: 800;
}
@media (max-width: 1366.98px) {
  .feecback-owner h5 {
      font-size: 20px;
  }
}
@media (max-width: 1160.98px) {
  .feecback-owner h5 {
      font-size: 22px;
  }
}
@media (max-width: 480.98px) {
    .feecback-owner h5 {
        font-size: 18px;
    }
}
.feeback-card .rating img {
  width: 80px;
  display: block;
}

.feeback-col {
  padding: 20px 15px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1366.98px) {
  .feeback-col {
      padding: 10px;
  }
}
@media (max-width: 991.98px) {
  .feeback-col {
      text-align: center;
  }
}

.feeback-slider {
  position: relative;
}
.feeback-section .block {
    padding: 50px 0;
}
.gillco-card {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    background: #fff;
    height: 100%;
}

.gillco-img img {
  width: 100%;
}

.gillco-info {
    padding: 20px 30px 25px;
}

@media (max-width: 1440.98px) {
  .gillco-info {
      padding: 15px 20px 20px;
  }
}
.gillco-info h3 {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.gillco-info h3 span {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.gillco-info h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: var(--primary-color);
}

.gillco-info p,
.gillco-info p span {
  font-size: 16px;
  color: #808080;
}

.site-footer {
  padding: 50px 0 0;
  background: #000000;
  position: relative;
}
.footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.1;
}
.site-footer .container {
    position: relative;
    z-index: 2;
}

.footer-logo {
  display: inline-block;
  width: 210px;
  margin-bottom: 45px;
  opacity: 0.8;
}

.footer-links h3,
.footer-info h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
  padding-bottom: 17px;
  color: #fff;
  position: relative;
}

.footer-links h3::before,
.footer-info h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: var(--primary-color);
}

.page-links ul {
  display: flex;
  flex-wrap: wrap;
}

.page-links li {
  width: 50%;
}

.footer-links li {
  margin-bottom: 20px;
}

.footer-links a {
  color: var(--info-color);
  font-size: 15px;
  position: relative;
  display: inline-block;
}

.footer-links a:hover {
  transform: translateX(10px);
}

.address-links a {
  display: block;
  padding-left: 25px;
  position: relative;
}

.address-links .lnr {
  position: absolute;
  left: 0;
  top: 3px;
}

.social-link li+li {
  margin-left: 15px;
}

.social-link a img {
  width: 18px;
}

.copyright {
  color: var(--info-color);
  padding: 10px 0px;
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.19);
  font-size: 15px;
  line-height: 29px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
   /*display: none; */
  overflow: hidden;
}

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

/* site navigation css */
.navigation-wrapper {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #f8f8f826;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s linear;
}

.navigation-wrapper.open-menu {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

.site-menu {
  width: 400px;
  height: 100%;
  background: #141a1c;
  padding: 95px 45px 40px;
  transition: all 0.3s linear;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(100%);
  position: relative;
  overflow-y: auto;
}

.open-menu .site-menu {
  transform: none;
}

.close-btn {
  background: #202729;
  border: 1px solid;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 54px;
  border-radius: 40px;
  transition: all 0.35s ease-in-out;
  position: absolute;
  right: 30px;
  top: 30px;
}

.close-btn:hover {
  transform: rotate(180deg);
}

.close-btn .lnr {
  font-size: 20px;
}

.site-menu .nav-link, .site-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
    font-family: var(--primary-font);
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}

.site-menu .nav-link:hover,
.site-menu li a:hover {
  color: var(--primary-color);
}
.site-menu li a:hover:before {
  border-color: var(--primary-color);
}

.site-menu-bottom {
  border-top: 1px solid #fff;
  padding-top: 40px;
  margin-top: 40px;
}

.site-menu-bottom a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0;
  font-family: var(--primary-font);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.site-menu-bottom a:hover {
  color: var(--primary-color);
}

.site-menu-bottom li+li {
  margin-top: 12px;
}
.menu-item-has-children .sub-menu {
    opacity: 0.8;
    display: none;
}
.site-menu .menu-item-has-children .sub-menu a {
    padding: 10px 0;
}
.menu-item-has-children > a {
    position: relative;
}
.menu-item-has-children > a:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 18px;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.35s ease-in-out;
}
/* contact page css */
.site-innerBanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  margin-top: 76px;
  position: relative;
}

.site-innerBanner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 20%);
}

.site-innerBanner.property-detail-banner {
    padding: 400px 0 60px;
}
@media (max-width: 1199.98px) {
  .site-innerBanner.property-detail-banner {
      padding: 300px 0 40px;
  }
}
@media (max-width: 540.98px){
  .site-innerBanner.property-detail-banner {
      padding-top: 200px;
  }
}
.site-innerBanner.property-detail-banner::before {
  background: rgb(0 0 0 / 40%);
}

.site-innerBanner .container {
  position: relative;
  z-index: 1;
}

.site-innerBanner .section-heading {
  color: var(--info-color);
  font-size: 40px;
  line-height: 42px;
}
@media (max-width: 1366.98px) {
  .single-projects .site-innerBanner .section-heading {
      font-size: 32px;
      line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .site-innerBanner .section-heading {
      font-size: 30px;
  }
}

.site-innerBanner p {
  font-size: 18px;
  color: #fff;
  margin: 25px auto 0;
  max-width: 500px;
}

.address-card {
  /* background: #fff6e8; */
  border: 1px solid #ddd;
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1440.98px) {
  .address-card {
    padding: 30px;
  }
}
@media (max-width: 1366.98px) {
  .address-card {
    padding: 20px;
  }
}

.address-card h3 {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  margin: 25px 0 15px;
  position: relative;
  padding-bottom: 6px;
}

.address-card h3 span {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
}

.address-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: var(--primary-color);
  margin: 0 auto;
  right: 0;
}

.address-card a,
.address-card a span {
  font-size: 16px;
  color: #808080;
}

.address-card .icon img {
  width: 60px;
}

.contact-map {
  height: 100%;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.contact-form {
  background-color: #fafafa;
  padding: 40px;
  border-radius: 24px;
  background-image: url(../img/grid-tile.jpg);
  background-size: 70% 50%;
  background-position: center center;
}
@media (max-width: 767.98px) {
  .contact-form {
    padding: 25px;
  }
}
.contact-form>div {
  background: #ffffff;
  padding: 30px;
}
@media (max-width: 1366.98px) {
  .contact-form>div {
      padding: 20px;
  }
}
.contact-form .form-control {
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  font-size: 17px;
  padding: 10px;
  height: auto;
  color: #6c757d;
}

.contact-form .form-control:focus {
  border-bottom: 1px solid #ced4da;
}

.contact-form .form-group label {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 0;
}

.contact-form .form-group label span {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
}

.contact-form h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.contact-form h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: var(--primary-color);
}

.contact-form textarea.form-control {
  resize: none;
  height: 150px;
}

.contact-map {
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}

/* blog page css */
.blog-card {
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    height: 100%;
}

.blog-list-section .blog-img {
  overflow: hidden;
  position: relative;
}

.blog-list-section .blog-img img {
  /* height: 329px; */
  width: auto;
  /* object-fit: cover; */
  /* object-position: left center; */
  /* transform: none; */
  /* transition: transform 0.35s linear; */
}

/* .blog-card:hover img {
    transform: scale(1.05);
} */
.blog-list-section .blog-info {
  padding: 30px;
}

.blog-list-section .blog-info .blog-heading {
  display: block;
}

.blog-list-section .blog-info h3,
.blog-list-section .blog-info h3 span {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  transition: color 0.35s linear;
}

.blog-list-section .blog-info h3:hover,
.blog-list-section .blog-info h3 span:hover {
  color: var(--primary-color);
}

.blog-list-section .blog-info p,
.blog-list-section .blog-info p span {
  font-size: 16px;
  color: #808080;
}

.blog-list-section .blog-date {
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--primary-font);
  font-weight: 600;
}

.blog-list-section .blog-date .lnr {
  color: var(--primary-color);
  position: relative;
  top: 2px;
  margin-right: 2px;
}

/* blog detail css */
.blog-detail-card {
  padding: 30px;
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
}
@media (max-width: 1440.98px) {
  .blog-detail-card {
      padding: 20px;
  }
}
.blog-detail-info {
  padding-top: 30px;
}

.blog-post-info li+li {
  margin-left: 15px;
}

.blog-detail-info .blog-by,
.blog-detail-info .blog-date {
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--primary-font);
  font-weight: 600;
}

.blog-detail-info .blog-date .lnr {
  color: var(--primary-color);
  position: relative;
  top: 2px;
  margin-right: 2px;
  font-weight: 600;
}

.blog-detail-info .blog-by img {
  width: 20px;
  height: 19px;
}

.blog-detail-info p {
  font-size: 16px;
  color: #808080;
}

.blog-detail-info .section-heading {
  font-size: 24px;
}

.blod-side-card {
  border-radius: 8px;
  padding: 20px 30px;
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
}
@media (max-width: 1440.98px) {
  .blod-side-card {
      padding: 15px 20px;
  }
}
.blod-side-card h4 {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
}

.blod-side-card h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  background: var(--primary-color);
}

.blog-short {
  display: flex;
  position: relative;
  padding-left: 75px;
}

.blog-short-img {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-short-info h5 {
  font-family: var(--primary-font);
  color: var(--secondary-color);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 1px;
}

.blog-short-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blod-side-card li+li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e2e2e2;
}

.blog-short-info {
  min-height: 60px;
}

.blog-short-info .date {
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--primary-font);
  font-weight: 600;
}

.blog-short-info .date .lnr {
  color: var(--primary-color);
  position: relative;
  top: 3px;
  margin-right: 2px;
  font-weight: 600;
}

.search-bar {
  position: relative;
  padding-right: 53px;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}

.search-bar .form-control {
  border: 0;
  box-shadow: inherit;
  height: 50px;
  font-size: 15px;
  padding: 0 23px;
}

.search-bar .search-bar-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #c79e60;
  line-height: 55px;
  border: 0;
}

.search-bar .search-bar-icon .lnr {
  font-size: 18px;
}

/* filter css */

.portfolio-section .filters {
  text-align: center;
}

.portfolio-section .filters ul {
  padding: 0;
}

.portfolio-section .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  color: var(--secondary-color);
}

.portfolio-section .filters ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 100%;
  border-bottom: 1px solid var(--primary-color);
  transition: all 0.35s ease-in-out;
}

.portfolio-section .filters ul li:hover:after,
.portfolio-section .filters ul li.active:after {
  left: 13px;
  right: 13px;
}

.portfolio-section .filters-content {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.filter-col {
  width: 33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .filter-col {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .filter-col {
    width: 100%;
  }
}
.portfolio-section .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}

.portfolio-section .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}

.portfolio-section .filters-content .item {
  text-align: center;
  cursor: pointer;
  height: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  position: relative;
}

.filters-img {
  overflow: hidden;
}

.filters-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1540.98px) {
  .filters-img img {
    height: 450px;
  }
}
@media (max-width: 1440.98px) {
  .filters-img img {
    height: 350px;
  }
}

.filter-content {
  padding: 20px 20px;
  background: #000000;
  position: absolute;
  bottom: 0;
  min-width: 100%;
}

.filter-content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  top: 0;
  bottom: 0;
  background: var(--primary-color);
  transition: all 0.35s linear;
}

.portfolio-section .filters-content .item:hover .filter-content:before {
  right: 0;
}

.filter-content h3,
.filter-content h3 span {
  color: var(--info-color);
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 1px;
}

/*.filter-logo {
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 110px;
  filter: brightness(0.5);
  transition: all 0.35s linear;
}*/
.filter-logo {
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 80px;
    /* filter: brightness(0.5); */
    transition: all 0.35s linear;
}

.portfolio-section .filters-content .item:hover .filter-logo {
  filter: none;
}

/* property detail css */
.site-innerBanner .section-heading span {
  display: block;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
  color: #d4b586;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.property-highlight {
  padding-left: 50px;
  margin-left: 40px;
  border-left: 1px solid #ffffff8f;
}
@media (max-width: 1366.98px) {
  .property-highlight {
      padding-left: 30px;
      margin-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .property-highlight {
      padding-left: 0;
      margin-left: 0;
      border-left: 0;
      border-top: 1px solid rgb(255 255 255 / 40%);
      padding-top: 30px;
      margin-top: 20px;
  }
}
@media (max-width: 540.98px){
  .property-highlight {
      padding-top: 15px;
      margin-top: 10px;
  }
}
.property-highlight li {
  width: 33.33%;
}
@media (max-width: 720.98px) {
  .property-highlight li {
    width: 50%;
  }
}
@media (max-width: 540.98px){
  .property-highlight li {
    width: 100%;
  }
}
.property-highlight-box {
  position: relative;
  padding-left: 55px;
  padding-right: 22px;
}
@media (max-width: 767.98px) {
  .property-highlight-box {
      padding-left: 50px;
      padding-right: 12px;
  }
}
@media (max-width: 720.98px) {
  .property-highlight-box {
      padding-right: 0;
  }
}
@media (max-width: 576.98px) {
  .property-highlight-box {
      padding-left: 40px;
  }
}

.property-highlight-box .property-highlight-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
}
@media (max-width: 767.98px) {
  .property-highlight-box .property-highlight-icon {
    width: 35px;
  }
}
@media (max-width: 576.98px) {
  .property-highlight-box .property-highlight-icon {
    width: 30px;
  }
}
.property-highlight-info label {
  color: #d4b586;
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 576.98px) {
  .property-highlight-info label {
      margin-bottom: 3px;
  }
}
.property-highlight-info h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.property-highlight li:nth-child(n+4) {
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .property-highlight li:nth-child(n+4) {
    margin-top: 15px;
  }
}
@media (max-width: 540.98px){
  .property-highlight li {
    margin-top: 10px;
  }
}
.location-section {
  background: #fbf9f6;
}

.location-card {
  position: relative;
  background: var(--info-color);
  padding: 40px 30px;
  text-align: center;
  border-radius: 8px;
  height: 100%;
  transition: transform 0.35s linear;
  overflow: hidden;
}
@media (max-width: 1366.98px) {
  .location-card {
      padding: 25px 20px;
  }
}

.location-card::before {
  content: counter(number);
  position: absolute;
  left: -13px;
  top: -13px;
  width: 60px;
  height: 60px;
  background: #f2e9db;
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: 70px;
  border-radius: 50px;
  text-indent: 7px;
  font-weight: 600;
}

.location-card:hover {
  transform: scale(1.05);
}

.location-list ul,
.location-list {
  counter-reset: number;
}

.location-list li {
  width: 20%;
  padding: 15px;
  counter-increment: number;
}

.location-list [class^="col-"] {
  counter-increment: number;
}

.location-img {
  width: 55px;
  /* position: absolute; */
  left: 0;
  top: -6px;
  margin: 0 auto 20px;
}

.location-content h3 {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.location-content h3,
.location-content h3 span {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 600;
  color: #393939;
}

.location-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 1px;
  background: var(--primary-color);
}

.location-content strong {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
}

.location-content p {
  font-size: 16px;
  color: #808080;
  margin-bottom: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #242424;
  background-color: transparent;
  border-bottom: 2px solid var(--primary-color);
}

.nav-pills .nav-link {
  font-weight: 600;
  border-radius: 0;
  font-family: var(--primary-font);
  text-transform: uppercase;
}

.nav-item {
  padding: 0 15px;
}
@media(max-width: 991.98px) {
  .legacy-section .nav-item {
    padding: 0 7px;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-investors .legacy-section .nav-item,
  .single-projects .nav-item {
      padding: 0 5px;
  }
}
@media (max-width: 575.98px) {
  .single-projects .nav-item {
      padding: 0;
  }
}
.floor-info ul {
    margin-top: 30px;
}
@media (max-width: 767.98px) {
  .floor-info ul {
      margin-top: 15px;
  }
}
.floor-info {
    background: #fbf9f6;
    padding: 50px;
    height: 100%;
}
@media(max-width: 1366.98px) {
  .floor-info {
      padding: 30px;
  }
}
.floor-info h3 {
    font-size: 24px;
    font-family: var(--primary-font);
    margin-bottom: 10px;
    font-weight: 600;
}

.floor-info p {
  margin: 0 0 20px;
  font-size: 18px;
  color: #5b5b5b;
  font-family: var(--primary-font);
  line-height: 32px;
}

.floor-info li {
  font-size: 18px;
  font-weight: 600;
  color: #5b5b5b;
  font-family: var(--primary-font);
}

.floor-info ul+ul {
  margin-top: 15px;
}

.amenities-section {
  background: #fbf9f6;
}

.amenities-card {
  position: relative;
}

.amenities-info {
  position: absolute;
  padding: 110px 20px 35px;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
@media (max-width: 1366.98px) {
  .amenities-info {
      padding: 110px 15px 25px;
  }
}
.amenities-info h3 {
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 600;
  color: var(--info-color);
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (max-width: 1366.98px) {
  .amenities-info h3 {
    font-size: 20px;
  }
}
.amenities-col {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
}

.slick-slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: transparent;
  border: 0;
  font-size: 0;
  width: 55px;
  height: 55px;
}
@media(max-width: 1440.98px) {
  .amenities-slider .slick-arrow.slick-next:before {
      border-right: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
  }
  .amenities-slider .slick-arrow.slick-prev:before {
      border-left: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
  }

}
@media (max-width: 767.98px) {
  .neighbour-slider .slick-arrow {
    top: 30%;
  }
  .slick-arrow {
      width: 45px;
      height: 45px;
  }
  .slick-arrow.slick-prev:before,
  .slick-arrow.slick-next:before {
     width: 25px;
     height: 25px;
  }
}
@media (max-width: 575.98px) {
  .neighbour-slider .slick-arrow {
    top: 25%;
  }
}
.slick-prev {
  left: 0;
}

.slick-prev::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  width: 30px;
  height: 30px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
}

.slick-next {
  right: 0;
}

.slick-next::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 14px;
  width: 30px;
  height: 30px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
}

.gallery-section {
  background: #fbf9f6;
}

.gallery-img {
  overflow: hidden;
  /*border-radius: 20px;*/
}

.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.col-md-8 .gallery-img {
  height: 100%;
}

/* na */
.neighbour-section {
  background: #fbf9f6;
}

.neighbour-col {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: #fff;
}
@media(max-width: 991.98px) {
  .neighbour-col {
      display: block;
  }
}
.neighbour-full-img {
  width: 70%;
  padding: 15px;
  background: #ffffff;
}
@media(max-width: 1440.98px) {
  .neighbour-full-img {
    padding: 0 7px;
  }
}
@media(max-width: 991.98px) {
  .neighbour-full-img {
      width: 100%;
  }
}
.neighbour-full-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.neighbour-info {
  width: 30%;
}
@media(max-width: 991.98px) {
  .neighbour-info {
      width: 100%;
  }
  .neighbour-cardImg {
    display: none;
  }
}
.neighbour-card {
  background: #fff;
  padding: 15px 15px 30px;
  height: 100%;
}
@media(max-width: 1440.98px) {
  .neighbour-card {
    padding: 0 7px 7px;
  }
}
.neighbour-cardContent {
    padding-top: 20px;
    padding-right: 15px;
    min-height: 370px;
}
@media(max-width: 1440.98px) {
  .neighbour-cardContent {
      padding-top: 10px;
      padding-right: 10px;
  }
}
@media(max-width: 991.98px) {
 .neighbour-cardContent {
      padding: 15px;
      min-height: auto;
  } 
  .neighbour-slider .slick-arrow.slick-next:before {
      border-right: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
  }
  .neighbour-slider .slick-arrow.slick-prev:before {
      border-left: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
  }

}
.neighbour-cardContent h3 {
    font-size: 24px;
    font-family: var(--primary-font);
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-weight: 600;
}
@media(max-width: 1440.98px) {
  .neighbour-cardContent h3 {
      margin-bottom: 10px;
  }
}
.neighbour-cardContent h5 {
    font-size: 18px;
    /* font-family: var(--primary-font); */
    margin-bottom: 14px;
    color: var(--primary-color);
    font-weight: 500;
    letter-spacing: 1px;
}

.neighbour-cardContent p,
.neighbour-cardContent li {
  font-size: 18px;
  color: #808080;
  font-family: var(--primary-font);
  margin-bottom: 0;
  line-height: 30px;
}
.neighbour-cardContent ul li {
    display: flex;
    justify-content: space-between;
}
.neighbour-cardContent ul li + li {
    margin-top: 5px;
}
.neighbour-cardContent ul li span {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
    letter-spacing: 1px;
    white-space: nowrap;
}
.slick-track {
  display: flex;
  flex-wrap: wrap;
}

.neighbour-nav-col {
  margin-right: 15px;
}
@media(max-width: 1440.98px) {
  .neighbour-nav-col {
    margin-right: 0;
  }
}
.neighbour-small-img {
  background: #ffffffdb;
  padding: 7px;
  cursor: pointer;
}

.neighbour-nav {
  max-width: 650px;
  position: absolute;
  z-index: 999;
  left: 25px;
  bottom: 30px;
}
@media(max-width: 1366.98px) {
  .neighbour-nav {
      bottom: 55px;
  }
}
@media(max-width: 991.98px) {
  .neighbour-nav {
      display: none;
  }
}
.neighbour-section {
    background: #fbf9f6;
}
.neighbour-section .container {
  position: relative;
}

.neighbour-section .slick-slider .slick-track,
.neighbour-section .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 10ms;
}

/* about us page css */
.site-innerBanner.about-banner {
  padding: 180px 0;
  background-position: center bottom;
}

.about-intro {
  background-image: url(../img/Gillco-industrial.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.about-info-box {
  background: rgb(255 255 255 / 90%);
  padding: 25px 35px;
  max-width: 640px;
}
@media (max-width: 1440.98px) {
  .about-info-box {
      padding: 20px 25px;
  }
}
.about-info-box .section-heading {
  padding-bottom: 20px;
}

.about-info-box .section-heading,
.about-info-box .section-heading span {
  position: relative;
  font-size: 24px;
  line-height: 32px;
}

.about-info-box .section-info {
  margin-bottom: 10px;
}

.about-info-box .section-heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: var(--primary-color);
}

.pioneer-card,
.team-card {
  border: 1px solid rgb(241, 241, 241);
  transition: all 0.35s ease-in-out;
}
.pioneer-card {
  background: #fbf9f6;
}
.pioneer-card:hover,
.team-card:hover {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(7, 28, 31, 0.094) 0px 14.7333px 29.4665px 0px;
  ;
}
.pioneer-img {
    padding: 25px 25px 0;
}
@media (max-width: 1440.98px) {
  .pioneer-img {
      padding: 15px 15px 0;
  }
}
.pioneer-img img {
  width: auto;
    object-fit: contain;
    height: auto;
}

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

.pioneer-content {
  padding: 20px;
  text-align: center;
  background: #fbf9f6;
}
@media(max-width: 1540.98px) {
  .pioneer-content {
      padding: 10px 20px 20px;
  }
}
.team-content {
  text-align: center;
  padding-top: 20px;
}

.pioneer-content h3,
.team-content h3 {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}
@media(max-width: 1540.98px) {
  .pioneer-content h3, .team-content h3 {
      margin-bottom: 10px;
  }
}

.pioneer-content h3,
.pioneer-content h3 span,
.team-content h3,
.team-content h3 span {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
}

.pioneer-content h3::before,
.team-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 1px;
  background: var(--primary-color);
}

.pioneer-content h4,
.pioneer-content h4 span,
.team-content h4,
.team-content h4 span {
  font-family: var(--primary-font);
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.team-card {
  background: #fff;
  height: 100%;
  padding: 25px 20px;
}
@media (max-width: 1440.98px) {
  .team-card {
    padding: 20px;
  }
}
.team-card {
  background: #fff;
  height: 100%;
}

.team-content p {
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 10px;
}

.team-section {
    background: #fbf9f6;
    overflow: hidden;
}

.video-col {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}

.video-image {
  display: block;
  position: relative;
}

.video-image:before {
  content: "";
  padding-top: 77%;
  display: block;
}

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

.video-image .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  transition: all 0.35s ease-in-out;
}

.video-image:hover .play-icon {
  opacity: 1;
}

.owner-message {
  position: relative;
  padding-left: 85px;
}

.owner-message .profile-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
}

.owner-message h5 {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}

.owner-message h6 {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.page-blog-card {
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    height: 100%;
    background: #fff;
}

.page-blog-info {
  padding: 30px;
  /*background: #fff;*/
}
@media (max-width: 1160px) {
    .page-blog-info {
      padding: 20px;
    }
}
.page-blog-info .blog-heading {
  display: block;
}

.page-blog-info h3,
.page-blog-info h3 span {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  transition: color 0.35s linear;
}

.page-blog-info p,
.page-blog-info p span {
  font-size: 16px;
  color: #808080;
}

.page-blog-info .blog-date {
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--primary-font);
  font-weight: 600;
}

.page-blog-info .blog-date .lnr {
  color: var(--primary-color);
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.page-blog-section {
  background: #fbf9f6;
}

.location-card.work {
  position: relative;
  background: #fbf9f6;
  padding: 40px 30px;
  text-align: center;
  border-radius: 8px;
  height: 100%;
  transition: transform 0.35s linear;
  overflow: hidden;
}

.block.work {
  padding: 100px 0;
}

.newspaper-card h3 {
    font-size: 22px;
     text-align: center; 
    margin-top: 30px;
    /* font-family: var(--primary-font); */
    padding: 0 20px 20px;
    line-height: 28px;
}
@media (max-width: 1440.98px) {
  .newspaper-card h3 {
      font-size: 20px;
      margin-top: 20px;
      line-height: 26px;
  }
}
@media (max-width: 1440.98px) {
  .newspaper-card h3 {
      font-size: 18px;
      margin-top: 15px;
      line-height: 22px;
  }
}
.site-innerBanner.about-banner {
  padding: 190px 0;
  background-position: center bottom;
}
@media (max-width: 767.98px) {
  .site-innerBanner.about-banner {
      padding: 120px 0;
  }
}

.pioneer-content-spotlight h4 span {
  color: #242424;
  font-family: var(--primary-font);
  font-size: 21px;
  line-height: 33px;
  font-weight: 600;
}

.pioneer-content-spotlight {
  text-align: center;
  padding: 15px 20px;
}

.pioneer-card.spotlight {
  height: 100%;
}

.feeback-section.media {
  background-color: #fbf9f6;
}

.pioneer-content-spotlight h4 span {
  color: #242424;
  font-family: var(--primary-font);
  font-size: 19px;
  line-height: 16px;
  font-weight: 600;
}

.pioneer-content-spotlight h4 {
    padding: 0px 14px;
    line-height: 24px;
}




/* *******Responsive******* */


@media (max-width: 1440.98px) {
  .container {
    max-width: 1140px;
  }
  .slick-arrow.slick-next {
    right: 0px;
  }
}

@media (max-width: 1366.98px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 1160px) {
  .container {
    max-width: 1060px;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 768px;
  }
  .section-space {
    padding: 60px 0;
}
.grid-wrapper>div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
  .site-header {
    padding: 10px 0;
    background: rgb(255 255 255);
  }

  .site-banner {
    position: relative;
    overflow: hidden;
    margin-top: 70px;
  }

  .site-banner video {
    width: 100%;
    display: block;
    border: 0;
    position: static;
    height: auto;
  }

  .site-banner::before {
    content: "";
    display: block;
    padding-top: 0%;
  }

  .site-banner:after {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 720px;
  }
   .section-space {
    padding: 50px 0;
}
}

@media (max-width: 720px) {
  .container {
    max-width: 576px;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
   .section-space {
    padding: 40px 0;
}
}
@media (max-width: 540px) {
  .container {
    max-width: 100%;
  }
}


.banner-scroll-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%;
    z-index: 2;
}
.banner-scroll-down a {
    color: #FBFBFB;
    display: block;
    width: 30px;
    height: 50px;
    text-align: center;
}
.banner-scroll-down a span {
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #FBFBFB;
    border-right: 2px solid #FBFBFB;
    transform: rotate(45deg);
    margin: -10px 0 0 8px;
    animation: animate 2s infinite;
}
.banner-area-two .banner-scroll-down a span {
    border-color: #202020;
}
.banner-scroll-down a span:nth-child(2) {
    animation-delay: -0.2s;
}
.banner-scroll-down a span:nth-child(3) {
    animation-delay: -0.4s;
}
@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-15px, -15px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(15px, 15px);
    }
}

.banner-bottom-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 260px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}



/*html, body {
  margin: 0;
  height: 100%;
}

.scroll-container {
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

section {
  height: 100vh;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}*/

.newspaper-card {
    background: #fff;
    height: 100%;
}

.page-template-template-careers .site-innerBanner .section-heading {
    display: none;
}
.csr-card {
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
}
.csr-img {
    text-align: center;
    padding: 30px 30px 0;
    overflow: hidden;
    position: relative;
}
@media(max-width: 1540.98px) {
  .csr-img {
      padding: 20px 20px 0;
  }
}
.csr-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
@media(max-width: 1540.98px) {
  .csr-info {
    padding: 20px 30px;
  }
}
.csr-info h3, .csr-info h3 span {
    margin-bottom: 15px;
    color: var(--secondary-color);
    font-family: var(--primary-font);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    flex: 1;
    transition: color 0.35s linear;
}
@media(max-width: 1540.98px) {
  .csr-info h3, .csr-info h3 span {
    line-height: 25px;  
  }
}
.csr-info p, .csr-info p span {
    font-size: 16px;
    color: #808080;
}
.custom-video-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 70%;
    cursor: pointer;
    background: #000000;
}
.custom-video-wrapper iframe,
.custom-video-wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.custom-video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  z-index: 1;
}
.video-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 25%);
    z-index: 1;
}

.postid-338 .counter-section {
    display: none;
}

.postid-338 .nav-pills .nav-link {
    text-transform: capitalize;
    font-weight: 600;
}
.postid-338 .floor-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.postid-337 .amenities-section,
.postid-337 .counter-section {
  display: none;
}

.postid-334 .counter-section {
    display: none;
}
.postid-334 .gallery-section {
  background: #ffffff;
}

.page-template-template-delivered-projects .about-info {
    max-width: 550px;
}
.page-template-template-delivered-projects .site-innerBanner .section-heading {
  opacity: 0;
}

.filter-logo{
  display: none;
}

.unveilingsoon-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.35s ease-in;
}
.unveilingsoon-popup.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.unveilingsoon-popup .unveilingsoon-img {
    width: 100%;
    max-width: 600px;
    position: relative;
}
.unveilingsoon-popup .unveilingsoon-img .close-unveil {
    position: absolute;
    right: -15px;
    top: -15px;
    background: var(--primary-color);
    border: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
    padding: 0;
}
.funfriday-videos {
    position: relative;
    padding-bottom: 140.78%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.funfriday-videos iframe {
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%;
}

.join-content {
    background: var(--info-color);
    margin-left: 50px;
    padding: 30px 35px;
}
@media (max-width: 1366.98px) {
  .join-content {
      margin-left: 20px;
      padding: 20px 25px;
  }
}
@media (max-width: 991.98px) {
  .join-content {
      margin-left: 0;
      margin-bottom: 25px;
  }
  .join-img {
    margin-bottom: 25px;
  }
}
.join-content h3 {
    color: var(--secondary-color);
    font-family: var(--primary-font);
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.join-content .link {
    text-transform: inherit;
    font-size: 18px;
    font-weight: 500;
}

.page-template-template-feedback-php .site-innerBanner.about-banner {
    background-position: center center;
}
.feedback-form .form-control {
    height: 45px;
    box-shadow: inherit;
    color: #6c757d;
}
.feedback-form .form-control:focus {
   border-color: #ced4da;
}
.feedback-form  textarea.form-control {
  height: 200px;
  resize: none;
}
div#main-content {
    overflow: hidden;
}
.cunter-element {
    position: absolute;
    bottom: 0;
    right: -30px;
    z-index: -1;
}
.cunter-element img {
    position: relative;
    animation: leftright 2s ease-in-out infinite alternate;
    will-change: transform;
}
@keyframes leftright {
    from {
        transform: translateX(70px);
    }
    to {
        transform: translateX(-20px);
    }
}

.cunter-element1 {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: -1;
    width: 400px;
    opacity: 0.2;
}
.cunter-element1 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}

.legacy-element {
    position: absolute;
    top: 12%;
    left: -100px;
    z-index: -1;
    width: 870px;
    opacity: 0.1;
}
.legacy-element1 {
    position: absolute;
    bottom: 0;
    right: -100px;
    z-index: -1;
    width: 400px;
    opacity: 0.2;
}

.legacy-element1 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}

@keyframes updown {
    from {
        transform: translateY(20px);
    }
    to {
        transform: translateY(-20px);
    }
}
.legacy-element2 {
    position: absolute;
    top: 100px;
    right: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}

.legacy-element2 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}

@keyframes updown {
    from {
        transform: translateY(20px);
    }
    to {
        transform: translateY(-20px);
    }
}
.project-element {
    position: absolute;
    top: 120px;
    left: -130px;
    z-index: -1;
    width: 800px;
    opacity: 0.1;
    /* transform: translateX(-50%); */
}
/*.project-element img {
    position: relative;
    transition: transform 0.35s linear;
    animation: smoothRotate 15s linear infinite;
}*/
@keyframes smoothRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.about-element {
    position: absolute;
    top: 220px;
    left: 0;
    z-index: -1;
    width: auto;
    opacity: 0.2;
}
.about-element img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}
.about-element1 {
    position: absolute;
    bottom: 290px;
    left: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}
.about-element1 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}


.about-element3 {
    position: absolute;
    top: 0;
    right: -220px;
    z-index: -1;
    width: 400px;
    opacity: 0.1;
}

.gillco-element {
    position: absolute;
    bottom: -250px;
    left: 0;
    right: -30px;
    z-index: -1;
    opacity: 0.04;
}
.gillco-element img {
    width: 100%;
}
.gillco-element1 {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: -1;
    width: 400px;
    opacity: 0.2;
}
.gillco-element1 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}
.gillco-element2 {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: -1;
    width: auto;
    opacity: 0.2;
}
.gillco-element3 {
    position: absolute;
    bottom: 400px;
    right: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}

.gillco-element2 img, .gillco-element3 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}

.project-element2 {
    position: absolute;
    top: 0;
    right: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}

.project-element2 img {
    position: relative;
    transform-origin: center;
    animation: zoominout 2s linear infinite alternate;
    will-change: transform;
}

@keyframes zoominout {
    from {
        transform: scale(0.2);
    }
    to {
        transform: scale(1.05);
    }
}

.project-element3 {
    position: absolute;
    top: 220px;
    right: 0;
    z-index: -1;
    width: auto;
    opacity: 0.2;
}
.project-element3 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}
.project-element4 {
    position: absolute;
    top: 420px;
    right: 60px;
    z-index: -1;
    width: auto;
    opacity: 0.2;
}
.project-element4 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}
.world-element {
    position: absolute;
    top: 100px;
    right: -240px;
    z-index: -1;
    width: 550px;
    opacity: 0.1;
}

.world-element2 {
    position: absolute;
    top: 220px;
    left: 0;
    z-index: -1;
    width: auto;
    opacity: 0.2;
}
.world-element3 {
    position: absolute;
    bottom: 290px;
    left: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}

.world-element2 img,
.world-element3 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}

.feeback-element {
    position: absolute;
    top: 160px;
    left: -190px;
    z-index: -1;
    width: 420px;
    opacity: 0.05;
}
.feeback-element1 {
    position: absolute;
    bottom: 0;
    right: -240px;
    z-index: -1;
    width: 420px;
    opacity: 0.05;
}

.feeback-element img,
.feeback-element1 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}
.feeback-element2 {
    position: absolute;
    top: 0;
    right: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}
.feeback-element2 img {
    position: relative;
    transform-origin: center;
    animation: zoominout 2s linear infinite alternate;
    will-change: transform;
}

.custom-gallery-img > img {
    height: 350px;
    object-fit: cover;
}
@media(max-width: 1540.98px) {
  .custom-gallery-img > img {
      height: 280px;
  }
}
@media(max-width: 991.98px) {
    .custom-gallery-img > img {
        height: 250px;
    }
}
@media(max-width: 575.98px) {
  .custom-gallery-img > img {
      height: auto;
  }
}
.custom-gallery-img {
    display: inline-block;
    position: relative;
    display: block;
}
@media(max-width: 575.98px) {
  .custom-gallery-img {
      margin: 0 auto;
      display: block;
      max-width: 420px;
  }
}
.gallery-view {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 65%);
    padding: 30px;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}
.gallery-view img {
    width: 30px;
    height: auto;
}
.single-projects .custom-gallery-img > img {
    height: 100%;
}
.fancybox-button--thumbs {
    display: none;
}
.custom-gallery-img:hover .gallery-view {
  opacity: 1;
}
.page-template-template-delivered-projects .about-img {
    height: 100%;
}
.page-template-template-delivered-projects .about-img img {
    height: 100%;
    object-fit: cover;
}
.page-template-template-delivered-projects .about-info p {
  margin-bottom: 0;
}
.no-gutters .delivered-content {
    padding-right: 20px;
    padding-left: 20px;
}


.about-legacy-element {
    position: absolute;
    top: 220px;
    left: 0;
    z-index: -1;
    width: auto;
    opacity: 0.1;
}
.about-legacy-element img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}

.about-legacy-element1 {
    position: absolute;
    top: 80px;
    right: 40px;
    z-index: -1;
    width: auto;
    opacity: 1;
}

.about-legacy-element1 img {
    position: relative;
    transform-origin: center;
    animation: zoominout 2s linear infinite alternate;
    will-change: transform;
}
.about-legacy-element2 {
    position: absolute;
    left: -250px;
    bottom: -230px;
    z-index: -1;
    opacity: 0.5;
}
.about-legacy-element2 img {
    position: relative;
    animation: leftright 2s ease-in-out infinite alternate;
    will-change: transform;
}
.about-vision-element {
    position: absolute;
    top: 100px;
    left: -240px;
    z-index: -1;
    width: 550px;
    opacity: 0.1;
}
.about-mission-element {
    position: absolute;
    top: -50px;
    right: 20px;
    z-index: -1;
    width: 520px;
    opacity: 0.03;
}
.about-mission-element1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: auto;
    opacity: 0.2;
}
.about-mission-element2 {
    position: absolute;
    bottom: 40px;
    left: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}
.about-mission-element img,
.about-mission-element1 img,
.about-mission-element2 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}
.team-element {
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 0;
    width: 420px;
    opacity: 0.1;
}
.team-element img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}
.pioneer-element {
    position: absolute;
    left: -410px;
    bottom: -150px;
    z-index: -1;
    opacity: 0.5;
}
.pioneer-element img {
    position: relative;
    animation: leftright 2s ease-in-out infinite alternate;
    will-change: transform;
}
.pioneer-element1 {
    position: absolute;
    top: 100px;
    right: -240px;
    z-index: -1;
    width: 550px;
    opacity: 0.1;
}
.video-testimonial {
  position: relative;
  overflow: hidden;
}

.video-testimonial > span {
  z-index: -1;
  position: absolute;
  bottom: -60px;
  animation-name: rise;
  animation-timing-function: linear;
  pointer-events: none;
  opacity: 0.15;
}

.video-testimonial > img {
  width: 50px;
  height: auto;
  display: block;
  opacity: 0.15;
}



@keyframes rise {
  from {
    transform: translateY(0) scale(0.8);
    opacity: 0.15;
  }
  to {
    transform: translateY(-120vh) scale(0.7);
    opacity: 0;
  }
}

.csr-element {
    position: absolute;
    top: 0;
    left: -130px;
    z-index: -1;
    width: 400px;
    opacity: 0.05;
}
.csr-element1 {
    position: absolute;
    top: 100px;
    right: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}
.csr-element2 {
    position: absolute;
    bottom: 0;
    left: -260px;
    z-index: -1;
    width: 550px;
    opacity: 0.1;
}
.csr-element3 {
    position: absolute;
    bottom: 220px;
    right: 0;
    z-index: -1;
    width: auto;
    opacity: 0.2;
}
.csr-element4 {
    position: absolute;
    bottom: 420px;
    right: 60px;
    z-index: -1;
    width: auto;
    opacity: 0.2;
}
.csr-element img,
.csr-element1 img,
.csr-element3 img,
.csr-element4 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}

.init-pattern {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 1000px;
    opacity: 0.03;
    z-index: -1;
}
.init-pattern1 {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: -1;
    width: 400px;
    opacity: 0.2;
}
.init-pattern1 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}
.investor-about-element {
    position: absolute;
    bottom: 0;
    right: -30px;
    z-index: -1;
}
.investor-about-element1 {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: -1;
    width: 400px;
    opacity: 0.2;
}
.investor-about-element img,
.investor-about-element1 img {
    position: relative;
    animation: leftright 2s ease-in-out infinite alternate;
    will-change: transform;
}

.future-vision-element {
    position: absolute;
    top: 100px;
    left: -240px;
    z-index: -1;
    width: 550px;
    opacity: 0.1;
}

.future-mission-element1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: auto;
    opacity: 0.2;
}
.future-mission-element2 {
    position: absolute;
    bottom: 140px;
    right: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}
.future-mission-element1 img, 
.future-mission-element2 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}
.future-mission-element3 {
    position: absolute;
    top: 50;
    left: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}
.future-mission-element3 img {
    position: relative;
    transform-origin: center;
    animation: zoominout 2s linear infinite alternate;
    will-change: transform;
}
/*.investor-location-ele {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: auto;
    opacity: 0.1;
}
.investor-location-ele img {
    position: relative;
    animation: leftright 2s ease-in-out infinite alternate;
    will-change: transform;
}*/

.location-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0.2;
}

.legacy-element {
    position: absolute;
    top: 12%;
    left: -100px;
    z-index: -1;
    width: 870px;
    opacity: 0.1;
}

.page-blog-section .gillco-element {
    left: 0;
    right: 0;
    opacity: 0.03;
    z-index: 0;
}
.properties-element {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: -1;
    width: 400px;
    opacity: 0.2;
}
.properties-element img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}
.portfolio-element {
    position: absolute;
    top: 120px;
    left: -130px;
    z-index: -1;
    width: 800px;
    opacity: 0.1;
    /* transform: translateX(-50%); */
}
.portfolio-element2 {
    position: absolute;
    top: 0;
    right: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}
.portfolio-element2 img {
    position: relative;
    transform-origin: center;
    animation: zoominout 2s linear infinite alternate;
    will-change: transform;
}
.portfolio-element3 {
    position: absolute;
    bottom: 296px;
    right: 0;
    z-index: -1;
    width: auto;
    opacity: 0.2;
}

.portfolio-element4 {
    position: absolute;
    bottom: 110px;
    right: 60px;
    z-index: -1;
    width: auto;
    opacity: 0.2;
}
.portfolio-element4 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}

.feedback-form-section .gillco-element {
    left: -180px;
    right: 0;
    z-index: 0;
    opacity: 0.2;
    bottom: 0;
}
.feedback-about-element {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: -1;
    width: 400px;
    opacity: 0.2;
}
.feedback-about-element img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}
.feedback-about-element1 {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: -1;
    width: auto;
    opacity: 0.2;
}
.feedback-about-element2 {
    position: absolute;
    bottom: 140px;
    right: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}
.feedback-about-element1 img, 
.feedback-about-element2 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}

.properties-element1 {
    position: absolute;
    bottom: 390px;
    right: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}
.properties-element1 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}
.spotlight-about-element {
    position: absolute;
    top: 0;
    left: -60px;
    z-index: -1;
    width: auto;
    opacity: 0.3;
    max-width: 300px;
}
.spotlight-about-element2 {
    position: absolute;
    bottom: 130px;
    right: -100px;
    z-index: -1;
    width: 400px;
    opacity: 0.2;
}
.spotlight-about-element2 img,
.spotlight-about-element img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}

.media-element {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    opacity: 0.03;
}
.award-element {
    position: absolute;
    top: 220px;
    left: 0;
    z-index: -1;
    width: auto;
    opacity: 0.2;
}
.award-element1 {
    position: absolute;
    bottom: 290px;
    left: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}
.award-element img,
.award-element1 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}
.award-element2 {
    position: absolute;
    top: 400px;
    right: -240px;
    z-index: -1;
    width: 550px;
    opacity: 0.1;
}

.join-element {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: -1;
    width: 400px;
    opacity: 0.2;
}
.join-element1 {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: -1;
    width: auto;
    opacity: 0.2;
}
.join-element2 {
    position: absolute;
    bottom: 400px;
    right: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}
.join-element img,
.join-element1 img,
.join-element2 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}

.work .gillco-element {
    z-index: 0;
}
.career-element {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: -1;
  width: 400px;
  opacity: 0.2;
}
.career-element img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}
.career-element1 {
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: -1;
}

.career-element1 img {
  position: relative;
  animation: leftright 2s ease-in-out infinite alternate;
  will-change: transform;
}
.career-team-element {
    position: absolute;
    top: 100px;
    left: -240px;
    z-index: 0;
    width: 550px;
    opacity: 0.1;
}
.career-team-element1 {
    position: absolute;
    top: 220px;
    right: 0;
    z-index: 0;
    width: auto;
    opacity: 0.2;
}
.career-team-element2 {
    position: absolute;
    top: 420px;
    right: 60px;
    z-index: 0;
    width: auto;
    opacity: 0.2;
}
.career-team-element3 {
    position: absolute;
    bottom: 100px;
    right: 60px;
    z-index: 0;
    width: auto;
    opacity: 1;
}

.career-team-element1 img, 
.career-team-element2 img,
.career-team-element3 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}

.neighbour-section .gillco-element {
    z-index: 0;
    opacity: 0.2;
}
.single-floor-element {
    position: absolute;
    top: 0;
    left: -240px;
    z-index: -1;
    width: 550px;
    opacity: 0.1;
}
.single-floor-element1 {
    position: absolute;
    top: 250px;
    right: 0;
    z-index: -1;
    width: auto;
    opacity: 0.2;
}
.single-floor-element2 {
    position: absolute;
    bottom: 140px;
    right: 60px;
    z-index: -1;
    width: auto;
    opacity: 1;
}
.single-floor-element1 img, 
.single-floor-element2 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}

.gallery-section .gillco-element {
    position: absolute;
    bottom: -190px;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0.04;
}
.single-gallery-element {
    position: absolute;
    top: -50px;
    right: -240px;
    z-index: 0;
    width: 550px;
    opacity: 0.1;
}
.single-gallery-element1 {
    position: absolute;
    top: 220px;
    left: 0;
    z-index: -0;
    width: auto;
    opacity: 0.2;
}
.single-gallery-element2 {
    position: absolute;
    bottom: 290px;
    left: 60px;
    z-index: 0;
    width: auto;
    opacity: 1;
}
.single-gallery-element1 img, 
.single-gallery-element2 img {
    position: relative;
    animation: updown 2s ease-in-out infinite alternate;
    will-change: transform;
}


.testimonial-v1-col {
    padding: 20px 15px;
    display: inline-block;
    vertical-align: top;
}
.testimonial-v1-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 40px rgb(0 0 0 / 4%);
    padding: 60px 40px;
    text-align: center;
    opacity: 0.7;
    filter: blur(3px);
    transition: all 0.35s ease-in;
}
.slick-active.slick-center .testimonial-v1-card {
    opacity: 1;
    filter: none;
}
.testimonial-v1-card .icon {
    top: 0;
    left: 50%;
    width: 50px;
    margin: 0 auto 10px;
}
.testimonial-v1-card .rating {
    max-width: 100px;
    margin: 0 auto;
}
.testimonial-v1-card p {
    font-size: 26px;
    font-style: italic;
    margin-bottom: 15px;
    font-family: var(--testimonial-font);
    line-height: 34px;
    font-weight: 500;
}
.testimonial-v1-card h5 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
}