:root {
  --primary: #5a916f;
  --primary-1: #558567;
  --primary-2: #6c9a80;
  --secondary: #ca9600;
  --secondary-1: #d0a74e; }

body {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  color: #3a3a3c; }

:target {
  scroll-margin-top: 100px; }
  @media (max-width: 991px) {
    :target {
      scroll-margin-top: 70px; } }

textarea {
  resize: none; }

iframe {
  display: block; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: none; }

.text-underline {
  text-decoration: underline; }

.fw-thin {
  font-weight: 100 !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-extrabold {
  font-weight: 800 !important; }

.fw-black {
  font-weight: 900 !important; }

.fs-italic {
  font-style: italic; }

.anchor-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3; }

.z-index-1 {
  z-index: 1; }

.ls-md {
  letter-spacing: .25rem; }

.lh-md {
  line-height: 1.8; }

.bg-primary-1 {
  background-color: var(--primary-1) !important; }

.bg-secondary-1 {
  background-color: var(--secondary-1) !important; }

.text-gray {
  color: #808080 !important; }

.text-gray-1 {
  color: #54565b !important; }

.text-gray-2 {
  color: #4c5157 !important; }

.text-gray-3 {
  color: #5b6570 !important; }

.bg-gray {
  background-color: #eaecec !important; }

.bg-gray-1 {
  background-color: #4c5157 !important; }

.bg-gray-2 {
  background-color: #5b6570 !important; }

.bg-gray-3 {
  background-color: #68737c !important; }

.bg-primary-2 {
  background-color: var(--primary-2) !important; }

.bg-cream {
  background-color: #f9f4e9 !important; }

.anchor-overlay {
  position: absolute;
  inset: 0;
  z-index: 2; }

.rotate-hover {
  display: inline-block;
  transition: all ease .5s; }
  .rotate-hover:hover {
    transform: rotate(180deg) scale(1.5); }

.bg-hover-secondary:hover {
  background-color: var(--secondary) !important; }

.z-index-2 {
  z-index: 2; }

.filter-1:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background: linear-gradient(25deg, #c09226, #5b9276);
  content: "";
  mix-blend-mode: multiply;
  opacity: .8; }

.filter-2:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #5a9276;
  content: ""; }
.filter-2 img {
  position: relative;
  z-index: 1; }

.filter-3:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background: radial-gradient(circle, #c59526 0%, #6c9d7d 47%);
  content: "";
  opacity: .5;
  mix-blend-mode: multiply; }

.filter-4:before {
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(transparent, #416754);
  content: ""; }

.filter-5:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background: #d3b984;
  mix-blend-mode: color;
  content: ""; }

.truncated-text {
  position: relative;
  max-height: 382px;
  overflow: hidden; }
  .truncated-text.hide-text:after {
    content: "";
    opacity: 1;
    transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    z-index: 25; }
  .truncated-text.hide-text.truncated-text-scheme-1:after {
    background: linear-gradient(0deg, #5a916f 0%, rgba(90, 145, 111, 0) 100%); }
  .truncated-text.hide-text.truncated-text-scheme-2:after {
    background: linear-gradient(0deg, #eaecec 0%, rgba(234, 236, 236, 0) 100%); }
  .truncated-text.revealed {
    max-height: 2000px !important;
    transition: max-height 0.8s ease-in-out; }
    .truncated-text.revealed.hide-text:after {
      opacity: 0;
      transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
      pointer-events: none; }

.impsnippet .impsnippet_row .impsnippet_col.impsnippet_col_1 {
  width: 40% !important; }
.impsnippet .impsnippet_row .impsnippet_col.impsnippet_col_2 {
  width: 50%; }
.impsnippet .impsnippet_row .impsnippet_col.impsnippet_col_3 {
  width: 60% !important; }
.impsnippet .impsnippet_row .impsnippet_col.impsnippet_col_4 {
  width: 100%; }
@media (max-width: 640px) {
  .impsnippet .impsnippet_row.responsive {
    margin-left: 0; }
    .impsnippet .impsnippet_row.responsive .impsnippet_col.impsnippet_col_1, .impsnippet .impsnippet_row.responsive .impsnippet_col.impsnippet_col_2, .impsnippet .impsnippet_row.responsive .impsnippet_col.impsnippet_col_3, .impsnippet .impsnippet_row.responsive .impsnippet_col.impsnippet_col_4 {
      width: 100% !important;
      margin-bottom: 10px; } }
.impsnippet .impsnippet_btn {
  padding: 5px !important;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143; }

@media (min-width: 768px) {
  .impsnippet_h_info.impsnippet_h_info_pos_bottom_right {
    left: auto !important;
    min-width: 320px !important;
    max-width: 500px !important; } }

.swiper-video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .swiper-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.reveal-text-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 50;
  left: 0;
  right: 0;
  padding: 20px 40px 20px 40px; }

.bg-primary .reveal-text-wrapper {
  background: linear-gradient(0deg, #5a916f 50%, rgba(0, 0, 0, 0) 100%); }

.bg-secondary-1 .reveal-text-wrapper {
  background: linear-gradient(0deg, #d0a74e 50%, rgba(0, 0, 0, 0) 100%); }

.btn-primary {
  position: relative; }

.btn-theme {
  text-transform: uppercase;
  border-radius: 0; }
  .btn-theme:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; }

.btn-dark-gray {
  background-color: #4c5157;
  color: #fff; }
  .btn-dark-gray:hover {
    background-color: #333;
    color: #fff; }

.btn-primary,
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff; }

.nav-link {
  color: inherit; }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.content-section-row {
  position: relative; }

.bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .bg-img-fill._object-top img {
    object-position: top; }
  .bg-img-fill._object-right img {
    object-position: right; }
  .bg-img-fill._object-bottom img {
    object-position: bottom; }
  .bg-img-fill._object-left img {
    object-position: left; }
  .bg-img-fill + div {
    position: relative;
    z-index: 2; }
  .bg-img-fill img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.container-limited {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.underline-sm {
  transition: .5s;
  transform-origin: left;
  width: 100px;
  height: 8px; }

.form-theme .form-control {
  background-color: transparent;
  border: 2px solid #b8bdbe;
  border-radius: 0;
  min-height: 32px; }
  .form-theme .form-control::placeholder {
    color: #808080; }

.social-links .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #4c5157;
  color: #fff; }

.responsive-video-container {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  /* set video aspect ratio and vertically center */ }
  .responsive-video-container:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: ""; }
  .responsive-video-container .responsive-video-width {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto; }
  .responsive-video-container .responsive-video-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    overflow: hidden; }
  .responsive-video-container .responsive-video-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .responsive-video-container .responsive-video-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
    -webkit-transition: all ease 1s;
    transition: all ease 1s; }
  .responsive-video-container #vimeo-video-canvas iframe {
    width: 100%;
    height: 100%; }

.underline-sm-hover-area:hover .underline-sm {
  transform: scale(1.25, 1); }

.accordion [data-bs-toggle="collapse"] {
  cursor: pointer; }

.generic-slider-1 .swiper-pagination-1 {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  left: auto;
  width: auto; }
  .generic-slider-1 .swiper-pagination-1 .swiper-pagination-bullet {
    opacity: 1;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    background-color: transparent; }
  .generic-slider-1 .swiper-pagination-1 .swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary); }
.generic-slider-1 .swiper-slide {
  height: auto; }
.generic-slider-1 .img-container {
  height: 100%; }
  .generic-slider-1 .img-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.swiper-component iframe, .swiper-component video {
  pointer-events: none; }
.swiper-component .video-sound-toggle {
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 3;
  font-size: 2.5rem;
  color: #ffbf00;
  cursor: pointer; }
  .swiper-component .video-sound-toggle.unmuted i:before {
    content: "\f6a8"; }

.navbar-fixed-offset {
  height: 76px; }
  @media (min-width: 992px) {
    .navbar-fixed-offset {
      height: 100px; } }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #fff; }
  .navbar .navbar-brand {
    padding: 8px 0;
    height: 60px; }
    .navbar .navbar-brand img {
      height: 100%;
      width: 100%; }
  .navbar .navbar-toggler {
    margin-right: -5px;
    border: 0;
    color: var(--primary); }
    .navbar .navbar-toggler.collapsed {
      color: #585858; }
    .navbar .navbar-toggler .navbar-toggler-icon {
      width: auto;
      height: auto;
      background-image: none;
      font-size: 26px; }
  .navbar .navbar-nav .nav-link {
    position: relative;
    text-transform: uppercase;
    color: #232a36; }
    .navbar .navbar-nav .nav-link span {
      position: relative; }
      .navbar .navbar-nav .nav-link span:before {
        position: absolute;
        top: calc(100% + 3px);
        left: 0;
        height: 5px;
        width: 0;
        background-color: var(--primary);
        transition: all ease .35s;
        content: ""; }
  .navbar .navbar-nav .social-link span {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    width: 24px;
    height: 24px;
    border-radius: 50%; }
  .navbar .dropdown-menu {
    --bs-border-radius: 0;
    --bs-dropdown-link-hover-bg: var(--primary);
    --bs-dropdown-link-hover-color: #fff; }
  @media (min-width: 992px) {
    .navbar {
      position: fixed;
      height: 100px;
      border-bottom: 1px solid #eee; }
      .navbar .navbar-brand {
        padding: 0;
        height: 45px; }
      .navbar .navbar-nav .nav-item {
        margin-left: 2rem; }
        .navbar .navbar-nav .nav-item:hover .nav-link:not(.social-link) span:before {
          width: 50%; }
      .navbar .navbar-nav .nav-link:not(.social-link) {
        font-size: .875rem; }
        .navbar .navbar-nav .nav-link:not(.social-link).active span:before, .navbar .navbar-nav .nav-link:not(.social-link):hover span:before {
          width: 50%; }
      .navbar .navbar-nav .social-nav-item ~ .social-nav-item {
        margin-left: 0; }
      .navbar .navbar-nav .social-link span:hover {
        border-color: var(--primary);
        background-color: var(--primary);
        color: #fff; } }

.footer {
  font-size: .875rem;
  background-color: #4c5157;
  color: #fff; }

.banner-section {
  position: relative;
  height: 600px; }
  .banner-section .banner-content ._border {
    width: 98px;
    height: 7px;
    background-color: #fff; }
  .banner-section .swiper-slide {
    height: auto; }
  @media (min-width: 1600px) {
    .banner-section {
      height: 700px; } }

.contact-section .brand {
  width: 230px; }

.slider-navigation .swiper-button {
  --swiper-theme-color: #000; }
  .slider-navigation .swiper-button:after {
    font-size: 30px; }
.slider-navigation .swiper-button-prev {
  left: -45px; }
.slider-navigation .swiper-button-next {
  right: -45px; }
@media (min-width: 1200px) {
  .slider-navigation .swiper-button-prev {
    left: -55px; }
  .slider-navigation .swiper-button-next {
    right: -55px; } }

.brands-slider .swiper-wrapper {
  align-items: center; }
.brands-slider .swiper-slide .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 0 20px;
  text-align: center; }
  .brands-slider .swiper-slide .brand-item img {
    max-height: 100%; }

.projects-slider .swiper-button {
  --swiper-theme-color: #000; }
  .projects-slider .swiper-button:after {
    font-size: 30px; }
.projects-slider .project-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 260px;
  overflow: hidden; }
  .projects-slider .project-item:hover .bg-img-fill {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .projects-slider .project-item .bg-img-fill {
    transition: all ease 1s; }
  .projects-slider .project-item .text-title {
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; }

.gallery-slider .gallery-item:hover .img-container img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }
.gallery-slider .gallery-item .img-container {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden; }
  .gallery-slider .gallery-item .img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit:cover";
    position: absolute;
    inset: 0;
    transition: all ease 1s; }

@media (min-width: 1400px) {
  .special-section .content-col {
    width: 730px; } }
@media (min-width: 1600px) {
  .special-section .content-col {
    width: 750px; } }

.accordion-1 {
  --bs-accordion-color: #fff; }
  .accordion-1 .accordion-item {
    background-color: transparent;
    border: 0; }

/*# sourceMappingURL=app.css.map */
