@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Geist Mono", monospace;
  line-height: 1.5;
  color: #404040;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-bg);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

@font-face {
  font-family: "reyowa-icon";
  src: url("../font/reyowa-icon.eot?64639344");
  src: url("../font/reyowa-icon.eot?64639344#iefix") format("embedded-opentype"), url("../font/reyowa-icon.woff2?64639344") format("woff2"), url("../font/reyowa-icon.woff?64639344") format("woff"), url("../font/reyowa-icon.ttf?64639344") format("truetype"), url("../font/reyowa-icon.svg?64639344#reyowa-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before,
[class^=icons-]::after, [class*=" icons-"]:after {
  font-family: "reyowa-icon", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-down:before {
  content: "\e800";
} /* '' */
.icon-left:before {
  content: "\e801";
} /* '' */
.icon-right:before {
  content: "\e802";
} /* '' */
.icon-up:before {
  content: "\e803";
} /* '' */
.icon-search:before {
  content: "\e804";
} /* '' */
.icon-right-cus:before {
  content: "\e805";
} /* '' */
.icon-left-cus:before {
  content: "\e806";
} /* '' */
.icon-withnumbers01:before {
  content: "\e807";
} /* '' */
.icon-withnumbers02:before {
  content: "\e808";
} /* '' */
.icon-withnumbers03:before {
  content: "\e809";
} /* '' */
.icon-twitter:before {
  content: "\e80a";
} /* '' */
.icon-withnumbers04:before {
  content: "\e80b";
} /* '' */
.icon-sustainability04:before {
  content: "\e80c";
} /* '' */
.icon-cancel:before {
  content: "\e80d";
} /* '' */
.icon-phone:before {
  content: "\e80e";
} /* '' */
.icon-mail:before {
  content: "\e80f";
} /* '' */
.icon-sustainability01:before {
  content: "\e810";
} /* '' */
.icon-menu:before {
  content: "\e811";
} /* '' */
.icon-sustainability03:before {
  content: "\e812";
} /* '' */
.icon-sustainability02:before {
  content: "\e813";
} /* '' */
.icon-left-open-big:before {
  content: "\e814";
} /* '' */
.icon-right-open-big:before {
  content: "\e815";
} /* '' */
.icon-phone-footer:before {
  content: "\e816";
} /* '' */
.icon-why04:before {
  content: "\e817";
} /* '' */
.icon-why05:before {
  content: "\e818";
} /* '' */
.icon-why01:before {
  content: "\e819";
} /* '' */
.icon-why02:before {
  content: "\e81a";
} /* '' */
.icon-app04:before {
  content: "\e81b";
} /* '' */
.icon-app02:before {
  content: "\e81c";
} /* '' */
.icon-why03:before {
  content: "\e81d";
} /* '' */
.icon-grid:before {
  content: "\e81e";
} /* '' */
.icon-grid_null:before {
  content: "\e81f";
} /* '' */
.icon-gallery:before {
  content: "\e820";
} /* '' */
.icon-gallery_null:before {
  content: "\e821";
} /* '' */
.icon-why06:before {
  content: "\e822";
} /* '' */
.icon-app01:before {
  content: "\e823";
} /* '' */
.icon-app03:before {
  content: "\e824";
} /* '' */
.icon-down-open:before {
  content: "\f004";
} /* '' */
.icon-up-open:before {
  content: "\f005";
} /* '' */
.icon-right-open:before {
  content: "\f006";
} /* '' */
.icon-left-open:before {
  content: "\f007";
} /* '' */
.icon-download:before {
  content: "\f02e";
} /* '' */
.icon-location:before {
  content: "\f031";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-fax:before {
  content: "\f1ac";
} /* '' */
.icon-linkedin:before {
  content: "\f318";
} /* '' */
.cc-window {
  background-color: var(--windowBg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: var(--windowPadding, 25px 15px);
  z-index: 99999;
  border: var(--windowBorder, 0);
  overflow: auto;
  -webkit-filter: drop-shadow(0px 1px 3px rgba(60, 64, 67, 0.3));
          filter: drop-shadow(0px 1px 3px rgba(60, 64, 67, 0.3));
}

.cc-window *,
.cc-modal-window * {
  font-family: var(--fontFamily, "Geist Mono", monospace, Arial, sans-serif);
}

.cc-window.cc-content-right {
  text-align: right;
}

.cc-window.cc-content-left {
  text-align: left;
}

.cc-window.cc-content-center {
  text-align: center;
}

/* Position */
.cc-window.cc-pos-top,
.cc-window.cc-pos-top-left,
.cc-window.cc-pos-top-right,
.cc-window.cc-pos-bottom,
.cc-window.cc-pos-bottom-left,
.cc-window.cc-pos-bottom-right,
.cc-window.cc-pos-bottom-center,
.cc-window.cc-pos-top-center,
#cc-btn-dismiss {
  position: fixed;
}

.cc-window.cc-pos-top {
  --windowMarginTop: 0;
  top: var(--windowMarginTop);
  left: 0;
  width: 100%;
}

.cc-window.cc-pos-top-center {
  top: var(--windowMarginTop, 24px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.cc-window.cc-pos-top-left,
.cc-window.cc-pos-top-right,
.cc-window.cc-pos-bottom-left,
.cc-window.cc-pos-bottom-right,
.cc-window.cc-pos-bottom-center,
.cc-window.cc-pos-top-center {
  border-radius: var(--windowRadius, 10px);
  width: var(--windowWidth, 500px);
}

.cc-window.cc-pos-top-left,
.cc-window.cc-pos-top-right,
#cc-btn-dismiss.cc-pos-top-right,
#cc-btn-dismiss.cc-pos-top-left {
  top: var(--windowMarginTop, 24px);
}

.cc-window.cc-pos-top-left,
#cc-btn-dismiss.cc-pos-top-left {
  left: var(--windowMarginLeft, 24px);
}

.cc-window.cc-pos-top-right,
#cc-btn-dismiss.cc-pos-top-right {
  right: var(--windowMarginRight, 24px);
}

.cc-window.cc-pos-bottom {
  --windowMarginBottom: 0;
  bottom: var(--windowMarginBottom, 24px);
  left: 0;
  width: 100%;
}

.cc-window.cc-pos-bottom-center {
  bottom: var(--windowMarginBottom, 24px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.cc-window.cc-pos-bottom-left,
.cc-window.cc-pos-bottom-right,
#cc-btn-dismiss.cc-pos-bottom-left,
#cc-btn-dismiss.cc-pos-bottom-right {
  bottom: var(--windowMarginBottom, 24px);
}

.cc-window.cc-pos-bottom-left,
#cc-btn-dismiss.cc-pos-bottom-left {
  left: var(--windowMarginLeft, 24px);
}

.cc-window.cc-pos-bottom-right,
#cc-btn-dismiss.cc-pos-bottom-right {
  right: var(--windowMarginRight, 24px);
}

/* Content */
.cc-window .cc-window-title {
  font-size: var(--titleFontSize, 14px);
  font-weight: var(--titleFontWeight, 600);
  color: var(--titleTextColor, #001D35);
  padding: var(--titlePadding, 24px 24px 0 24px);
  margin-bottom: 1rem;
  display: none;
}

.cc-window .cc-window-message {
  padding: var(--messagePadding, 0px 0px 10px 0px);
  line-height: var(--messageLineHeight, 1.2rem);
}

.cc-window .cc-window-message,
.cc-window .cc-window-message a,
.cc-window .cc-window-message p {
  font-size: var(--messageFontSize, 12px);
  font-weight: var(--messageFontWeight, 400);
  color: var(--messageTextColor, #FFFFFF);
  line-height: var(--messageLineHeight, 1.2rem);
}

.cc-window .cc-window-message p {
  padding: 0 0 0.5rem 0;
}

.cc-window .cc-window-message a,
.cc-window .cc-window-message a:hover,
.cc-window .cc-window-message a:visited {
  color: var(--messageLinkColor, #FFFFFF);
  -webkit-text-decoration: var(--messageLinkDecoration, underline);
          text-decoration: var(--messageLinkDecoration, underline);
  font-weight: var(--messageLinkFontWeight, 600);
}

/* Settings */
#cc-window-settings .cc-window-settings-header {
  margin-bottom: 2rem;
}

#cc-window-settings .cc-window-settings-footer {
  margin-top: 2rem;
}

#cc-window-settings .cc-window-settings-cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 2px solid var(--settingsSeparatorColor, #eee);
  gap: 3rem;
  padding: 16px 0;
}

#cc-window-settings .cc-window-settings-cookie .cc-window-settings-cookie-content {
  width: 100%;
}

#cc-window-settings .cc-window-settings-cookie .cc-window-settings-cookie-title {
  font-size: var(--settingsTitleSize, 14px);
  font-weight: var(--settingsTitleWidth, 600);
  margin-bottom: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#cc-window-settings .cc-window-settings-cookie .cc-window-settings-cookie-title-dropdown {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

#cc-window-settings .cc-window-settings-cookie .cc-window-settings-cookie-desc {
  width: 100%;
}

#cc-window-settings .cc-window-settings-cookie .cc-window-settings-cookie-desc * {
  font-size: var(--settingsFontSize, 14px);
}

#cc-window-settings .cc-window-settings-cookie .cc-window-settings-cookie-desc p {
  margin-bottom: 0.5rem;
}

/* Buttons */
.cc-window .cc-window-buttons,
.cc-modal-window .cc-window-settings-buttons {
  text-align: var(--buttonsAlign, center);
  padding: var(--buttonsPadding, 10px 10px);
}

.cc-window .cc-window-buttons button,
.cc-modal-window .cc-window-settings-buttons button {
  display: initial !important;
  font-size: var(--btnFontSize, 12px);
  font-weight: var(--btnFontWeight, 600);
  line-height: 1;
  margin: var(--btnMargin, 10px 2px 0 2px);
  padding: var(--btnPadding, 12px 12px 8px);
  border-radius: var(--btnRadius, 5px);
  cursor: pointer;
  outline: none;
  letter-spacing: 0;
}

.cc-window .cc-window-buttons button.cc-btn-accept {
  background-color: var(--btnAcceptBg, #000);
  color: var(--btnAcceptTextColor, #FFFFFF);
  border: var(--btnAcceptBorder, 0);
}

.cc-window .cc-window-buttons button.cc-btn-accept:hover {
  background-color: var(--btnAcceptBgHover, #f6f6f6);
  color: var(--btnAcceptTextColorHover, #333);
}

.cc-window .cc-window-buttons button.cc-btn-reject {
  background-color: var(--btnRejectBg, #FFFFFF);
  color: var(--btnRejectTextColor, #333);
  border: var(--btnRejectBorder, 0);
}

.cc-window .cc-window-buttons button.cc-btn-reject:hover {
  background-color: var(--btnRejectBgHover, #f6f6f6);
  color: var(--btnRejectTextColorHover, #333);
}

.cc-window .cc-window-buttons button.cc-btn-info {
  background-color: var(--btnInfoBg, #000);
  color: var(--btnInfoTextColor, #FFFFFF);
  border: var(--btnInfoBorder, 0);
}

.cc-window .cc-window-buttons button.cc-btn-info:hover {
  background-color: var(--btnInfoBgHover, #f6f6f6);
  color: var(--btnInfoTextColorHover, #333);
}

.cc-window .cc-window-buttons button.cc-btn-settings {
  background-color: var(--btnSettingsBg, #9E9E9E);
  color: var(--btnSettingsTextColor, #ffffff);
  border: var(--btnSettingsBorder, 0);
}

.cc-window .cc-window-buttons button.cc-btn-settings:hover {
  background-color: var(--btnSettingsBgHover, #f6f6f6);
  color: var(--btnSettingsTextColorHover, #333);
}

.cc-window-settings-buttons button.cc-btn-settings-select {
  background-color: var(--btnSettingsSelectBg, transparent);
  color: var(--btnSettingsSelectTextColor, #424242);
  border: var(--btnSettingsSelectBorder, 0);
}

.cc-window-settings-buttons button.cc-btn-settings-select:hover {
  background-color: var(--btnSettingsSelectBgHover, #E0E0E0);
}

.cc-window-settings-buttons button.cc-btn-settings-accept {
  background-color: var(--btnSettingsAcceptBg);
  color: var(--btnSettingsAcceptTextColor, #ffffff);
  border: var(--btnSettingsAcceptBorder, 0);
}

.cc-window-settings-buttons button.cc-btn-settings-accept:hover {
  background-color: var(--btnSettingsAcceptBgHover, #1B5E20);
}

#cc-btn-dismiss {
  font-family: var(--fontFamily, "Open Sans", Arial, sans-serif);
  background-color: var(--btnDismissBg, #ddd);
  color: var(--btnDismissTextColor, #000);
  border: var(--btnDismissBorder, 0);
  font-size: var(--btnDismissFontSize, 12px);
  font-weight: var(--btnDismissFontWeight, 400);
  margin: 2rem 0.3rem 0 0.3rem;
  padding: var(--btnDismissPadding, 10px 12px);
  border-radius: var(--btnDismissRadius, 24px);
  cursor: pointer;
  outline: none;
  z-index: 99999;
  -webkit-filter: drop-shadow(0px 1px 3px rgba(60, 64, 67, 0.2));
          filter: drop-shadow(0px 1px 3px rgba(60, 64, 67, 0.2));
  opacity: 0.4;
}

#cc-btn-dismiss:hover {
  opacity: 1;
}

/* Modal https://www.w3schools.com/howto/howto_css_modals.asp */
/* The Modal (background) */
.cc-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.cc-modal-window {
  background-color: var(--popupBg, #fff);
  color: var(--popupTextColor, #333);
  margin: 10vh auto; /* 15% from the top and centered */
  border: var(--windowBorder, 0);
  -webkit-filter: drop-shadow(0px 1px 3px rgba(60, 64, 67, 0.3));
          filter: drop-shadow(0px 1px 3px rgba(60, 64, 67, 0.3));
  /*width: 80%;*/
  width: var(--popupWidth, 600px);
  border-radius: var(--popupRadius, 24px);
  padding: var(--windowPadding, 24px);
}

.cc-modal-content {
  color: var(--popupTextColor, #001D35);
  padding: var(--titlePadding, 0 24px 24px 24px);
  font-size: var(--messageFontSize, 12px);
  font-weight: var(--messageFontWeight, 400);
  line-height: var(--messageLineHeight, 1.2rem);
  margin-top: 24px;
  margin-bottom: 24px;
}

.cc-modal-window .cc-modal-content h2 {
  font-size: var(--titleFontSize, 16px);
  font-weight: var(--titleFontWeight, 600);
  color: var(--titleTextColor, #001D35);
  margin-bottom: 1rem;
}

.cc-modal-window .cc-modal-content p {
  padding: 0 0 0.5rem 0;
  font-size: var(--messageFontSize, 14px);
  line-height: var(--messageLineHeight, 1.2rem);
}

/* Switch https://www.w3schools.com/howto/howto_css_switch.asp */
.cc-modal-window .cc-modal-content .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 26px;
}

.cc-modal-window .cc-modal-content .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cc-modal-window .cc-modal-content .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C62828;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cc-modal-window .cc-modal-content .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cc-modal-window .cc-modal-content input:checked + .slider {
  background-color: #1b5e20;
}

.cc-modal-window .cc-modal-content input:disabled + .slider {
  background-color: #ccc;
}

.cc-modal-window .cc-modal-content input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}

.cc-modal-window .cc-modal-content .slider.round {
  border-radius: 34px;
}

.cc-modal-window .cc-modal-content .slider.round:before {
  border-radius: 50%;
}

/* The Close Button */
.cc-modal-close {
  color: var(--btnCloseColor, #aaa);
  padding: 0 12px 12px 0;
  text-align: right;
  font-size: 22px;
  font-weight: bold;
}

.cc-modal-close:hover,
.cc-modal-close:focus {
  color: var(--btnCloseColorHover, #000);
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .cc-window.cc-pos-top-left,
  .cc-window.cc-pos-top-right,
  .cc-window.cc-pos-bottom-left,
  .cc-window.cc-pos-bottom-right,
  .cc-window.cc-pos-bottom-center,
  .cc-window.cc-pos-top-center {
    width: 100%;
    min-width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
  }
  .cc-window.cc-pos-top-left,
  .cc-window.cc-pos-top-right,
  .cc-window.cc-pos-top-center {
    top: 0;
    --windowMarginTop: 0;
  }
  .cc-window.cc-pos-bottom-left,
  .cc-window.cc-pos-bottom-right,
  .cc-window.cc-pos-bottom-center {
    bottom: 0;
    --windowMarginBottom: 0;
  }
  .cc-modal-window {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
  }
}
/* Animations */
@-webkit-keyframes cc-window-animation-in-top {
  from {
    top: -80vh;
    visibility: visible;
  }
  to {
    top: var(--windowMarginTop, 24px);
    visibility: visible;
  }
}
@keyframes cc-window-animation-in-top {
  from {
    top: -80vh;
    visibility: visible;
  }
  to {
    top: var(--windowMarginTop, 24px);
    visibility: visible;
  }
}
@-webkit-keyframes cc-window-animation-out-top {
  from {
    top: var(--windowMarginTop, 24px);
  }
  to {
    top: -120vh;
  }
}
@keyframes cc-window-animation-out-top {
  from {
    top: var(--windowMarginTop, 24px);
  }
  to {
    top: -120vh;
  }
}
@-webkit-keyframes cc-window-animation-in-bottom {
  from {
    bottom: -80vh;
    visibility: visible;
  }
  to {
    bottom: var(--windowMarginBottom, 24px);
    visibility: visible;
  }
}
@keyframes cc-window-animation-in-bottom {
  from {
    bottom: -80vh;
    visibility: visible;
  }
  to {
    bottom: var(--windowMarginBottom, 24px);
    visibility: visible;
  }
}
@-webkit-keyframes cc-window-animation-out-bottom {
  from {
    bottom: var(--windowMarginBottom, 24px);
  }
  to {
    bottom: -120vh;
  }
}
@keyframes cc-window-animation-out-bottom {
  from {
    bottom: var(--windowMarginBottom, 24px);
  }
  to {
    bottom: -120vh;
  }
}
.cc-window.cc-animation-in.cc-pos-top,
.cc-window.cc-animation-in.cc-pos-top-left,
.cc-window.cc-animation-in.cc-pos-top-right,
.cc-window.cc-animation-in.cc-pos-top-center {
  -webkit-animation-name: cc-window-animation-in-top;
          animation-name: cc-window-animation-in-top;
  visibility: hidden;
  -webkit-animation-duration: var(--animationDuration, 1s);
          animation-duration: var(--animationDuration, 1s);
  -webkit-animation-delay: var(--animationDelay, 0.1s);
          animation-delay: var(--animationDelay, 0.1s);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.cc-window.cc-animation-out.cc-pos-top,
.cc-window.cc-animation-out.cc-pos-top-left,
.cc-window.cc-animation-out.cc-pos-top-right,
.cc-window.cc-animation-out.cc-pos-top-center {
  -webkit-animation-name: cc-window-animation-out-top;
          animation-name: cc-window-animation-out-top;
  -webkit-animation-duration: var(--animationDuration, 1s);
          animation-duration: var(--animationDuration, 1s);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.cc-window.cc-animation-in.cc-pos-bottom,
.cc-window.cc-animation-in.cc-pos-bottom-left,
.cc-window.cc-animation-in.cc-pos-bottom-right,
.cc-window.cc-animation-in.cc-pos-bottom-center {
  -webkit-animation-name: cc-window-animation-in-bottom;
          animation-name: cc-window-animation-in-bottom;
  visibility: hidden;
  -webkit-animation-duration: var(--animationDuration, 1s);
          animation-duration: var(--animationDuration, 1s);
  -webkit-animation-delay: var(--animationDelay, 0.1s);
          animation-delay: var(--animationDelay, 0.1s);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.cc-window.cc-animation-out.cc-pos-bottom,
.cc-window.cc-animation-out.cc-pos-bottom-left,
.cc-window.cc-animation-out.cc-pos-bottom-right,
.cc-window.cc-animation-out.cc-pos-bottom-center {
  -webkit-animation-name: cc-window-animation-out-bottom;
          animation-name: cc-window-animation-out-bottom;
  -webkit-animation-duration: var(--animationDuration, 1s);
          animation-duration: var(--animationDuration, 1s);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

:root {
  --bs-primary: #06513b;
  --body-bg:#FFF;
  --body-page-bg:#f6f7f9;
  --menu-border:96, 101, 111;
  --category-mask:1, 25, 59;
  --category-mask-hover:0, 0, 0;
  --cborder-bg:#d1d3d4;
  --quality-bg:#2f3628;
  --quality-border:#aa8965;
  --box-mask:#1a1a1a;
  --section-bg:#f6f7f9;
  --footer-bg:#000;
  --footer-bg2:#c99e67;
  --filter-border:#e5e5e5;
  --module-button-nav:#2f3628;
  --app-bg:#e6e6e6;
  --project-bg:#f1f1f1;
  --arrow-bg:#e5e5e5;
  --breadcrumb-tx:#b5b9bb;
  --left-menu-color:#b5b9bb;
  --tab-active-color:#a6a6a6;
  --windowBg: var(--bs-primary);
  --btnSettingsAcceptBg: var(--bs-primary);
  --bs-menu-width: 21.75rem;
  --bs-menu-width-xl: 18rem;
  --bs-menu-margin: 50px;
  --bs-menu-radius: 20px;
}
@media (max-width: 991.98px) {
  :root {
    --bs-menu-margin: 30px;
    --bs-menu-radius: 12px;
  }
}
:root {
  --bs-breadcrumb-divider: ">";
}

html {
  height: 100%;
}

body {
  font-family: "Geist Mono", monospace;
  line-height: 1.5;
  font-size: 1rem;
  background-color: var(--body-bg);
  height: 100%;
}

@media (min-width: 1400px) {
  .container {
    max-width: 86vw !important;
  }
}
@media (max-width: 1599.98px) {
  .container {
    max-width: 94vw !important;
  }
}
header {
  padding: 20px 0px 20px !important;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
@media (max-width: 991.98px) {
  header {
    background-color: #FFFFFF !important;
    padding: 10px 0px !important;
  }
}
header .top-row {
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
header .logo {
  display: inline-block;
  min-width: 170px;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
header .logo img {
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
  width: 97px !important;
}
@media (max-width: 991.98px) {
  header .logo img {
    width: 70px !important;
  }
}
.sticky header .logo img {
  max-width: 70px;
}
header .collapse {
  padding-left: 10vw;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
@media (max-width: 1599.98px) {
  header .collapse {
    padding-left: 50px;
  }
}
@media (max-width: 1399.98px) {
  header .collapse {
    padding-left: 0px;
  }
}
.sticky header .collapse {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .sticky header .collapse {
    padding-top: 0 !important;
  }
}
@media (max-width: 991.98px) {
  header .navbar-nav {
    padding-top: 20px;
  }
}
header .navbar-nav .nav-item {
  margin: 0 1rem;
}
@media (max-width: 1599.98px) {
  header .navbar-nav .nav-item {
    margin: 0 0.5rem;
  }
}
@media (max-width: 1199.98px) {
  header .navbar-nav .nav-item {
    margin: 0 0.3rem;
  }
}
header .navbar-nav .nav-link {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  color: #000;
  padding: 0.8rem 0 !important;
  margin: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  header .navbar-nav .nav-link {
    color: #000;
  }
}
header .navbar-nav .nav-link:hover, header .navbar-nav .nav-link.show {
  text-decoration: underline;
}
@media (max-width: 1599.98px) {
  header .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199.98px) {
  header .navbar-nav .nav-link {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 991.98px) {
  header .navbar-nav .nav-link {
    padding: 15px 0;
    border-top: 1px solid rgba(64, 64, 64, 0.2);
  }
}
header .navbar-nav .dropdown-menu {
  padding: 5px;
  width: auto;
}
header .navbar-nav .dropdown-menu li .dropdown-item {
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(var(--menu-border), 0.1);
}
header .navbar-nav .dropdown-menu li .dropdown-item:active {
  background-color: #F5F5F5;
}
header .navbar-nav .dropdown-menu li .dropdown-item:hover {
  color: #06513b;
}
header .navbar-nav .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}
header .navbar-nav.mini-nav .nav-item {
  margin: 0 5px;
}
header .navbar-nav.mini-nav .nav-item:last-child {
  margin-right: 0;
}
header .navbar-nav.mini-nav .language-switcher {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #8faef8;
  border-radius: 5px;
}
header .navbar-nav.mini-nav .language-switcher li {
  padding: 0;
}
header .navbar-nav.mini-nav .language-switcher li a {
  font-size: 0.875rem;
  color: #000;
  padding: 3px 8px;
  border-radius: 5px;
}
header .navbar-nav.mini-nav .language-switcher li a.active {
  background-color: #000;
  color: #FFFFFF;
}
header .navbar-nav.mini-nav .contactBtn a.nav-link {
  background-color: #000;
  color: #FFFFFF;
  padding: 3px 10px !important;
  border-radius: 5px;
  font-size: 0.75rem;
}
header .navbar-nav.mini-nav .contactBtn a.nav-link:hover, header .navbar-nav.mini-nav .contactBtn a.nav-link.show {
  background-color: #8faef8;
  color: #000;
  text-decoration: none;
}
.sticky header {
  backdrop-filter: blur(0.5rem);
  background: #fff;
  background: hsla(0, 0%, 100%, 0.4);
  padding: 10px 0px 10px !important;
  -webkit-box-shadow: 8px 4px 28px 1px rgba(2, 8, 41, 0.06) !important;
  -ms-box-shadow: 8px 4px 28px 1px rgba(2, 8, 41, 0.06) !important;
  -o-box-shadow: 8px 4px 28px 1px rgba(2, 8, 41, 0.06) !important;
  box-shadow: 8px 4px 28px 1px rgba(2, 8, 41, 0.06) !important;
}
@media (max-width: 991.98px) {
  .sticky header {
    padding: 10px 0px !important;
  }
}
.sticky header .top-row {
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
  margin: 0 !important;
}
.sticky header .navbar-nav .nav-link {
  color: #000;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease, , ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease, ;
}
.search-overlay.active {
  opacity: 1;
  visibility: visible;
}
.search-overlay .close-search {
  position: absolute;
  top: 32px;
  right: 32px;
  color: #FFFFFF;
  font-size: 2rem;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, , ;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  transition: color 0.3s ease, ;
}
.search-overlay .close-search:hover {
  color: #06513b;
}
.search-overlay .search-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 32px;
}
.search-overlay .search-content .search-form {
  width: 100%;
  max-width: 600px;
  position: relative;
}
.search-overlay .search-content .search-form input {
  width: 100%;
  padding: 16px;
  background: none;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease, , ;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease, ;
}
.search-overlay .search-content .search-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-overlay .search-content .search-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-overlay .search-content .search-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-overlay .search-content .search-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-overlay .search-content .search-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-overlay .search-content .search-form input:focus {
  outline: none;
  border-bottom-color: #06513b;
}
.search-overlay .search-content .search-form button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 1.5rem;
  -webkit-transition: color 0.3s ease, , ;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  transition: color 0.3s ease, ;
}
.search-overlay .search-content .search-form button:hover {
  color: #06513b;
}

footer {
  background-color: var(--footer-bg);
  overflow: hidden;
}
footer .contentRow {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  padding: 50px 0 10px;
}
footer .contentRow .logo {
  gap: 40px;
}
footer .contentRow .logo .icon {
  width: 100px;
}
footer .contentRow .address .address-content {
  font-size: 1rem;
  color: #FFFFFF;
}
footer .contentRow .address .address-content a {
  color: #FFFFFF;
}
footer .contentRow .address .address-content a:hover {
  color: #49b342;
}
footer .contentRow .address .address-content .phone {
  margin-top: 10px;
}
footer .contentRow .address .address-content .phone i {
  font-size: 1.25rem;
}
footer .contentRow .social-icons {
  padding: 6px 0;
}
footer .contentRow .social-icons a {
  color: #000;
  margin: 0px 5px;
  font-size: 0.875rem;
  position: relative;
  padding: 2px 5px;
  border-radius: 5px;
  background-color: #FFFFFF;
}
footer .contentRow .social-icons a i.icon-twitter {
  font-size: 0.75rem;
}
footer .contentRow .social-icons a:first-child {
  margin-left: 0px;
}
footer .contentRow .social-icons a:last-child {
  margin-right: 0px;
}
footer .contentRow .social-icons a:last-child::after {
  display: none;
}
footer .contentRow .social-icons a:hover {
  background-color: #8faef8;
}
footer .contentRow .menu .menu-items .item {
  float: left;
  width: auto;
  font-size: 1rem;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.6;
  padding: 0.375rem 0;
}
footer .contentRow .menu .menu-items .item:hover {
  color: #8faef8;
}
footer .contentRow .menu .menu-items .item.big {
  font-size: 1.25rem;
  font-weight: 700;
}
footer .contentRow .menu .menu-items p.item:hover {
  color: #FFFFFF !important;
}
footer .bottomRow .menu .item {
  font-size: 0.75rem;
  margin: 0px 10px;
  position: relative;
  color: #FFFFFF;
  opacity: 0.5;
}
footer .bottomRow .menu .item:first-child {
  margin-left: 0px;
}
footer .bottomRow .menu .item:last-child {
  margin-right: 0px;
}
footer .bottomRow .menu .item:last-child::after {
  display: none;
}
@media (max-width: 575.98px) {
  footer .bottomRow .menu .item {
    margin: 0;
    padding: 5px 10px;
  }
  footer .bottomRow .menu .item::after {
    display: none;
  }
}
footer .bottomRow .menu a.item {
  color: #FFFFFF;
}
footer .bottomRow .menu a.item:hover {
  opacity: 1;
  color: #8faef8;
}
footer .bottomRow .diversEffect {
  display: inline-block;
  width: 96px;
  height: 23px;
  display: block;
  background-image: url(../svg/diverseffect.svg);
  background-size: 96px 25px;
  background-repeat: no-repeat;
  text-indent: 9999px;
  margin: 0px;
  opacity: 0.4;
}
footer .bottomRow .diversEffect:hover {
  opacity: 1;
}

.swal2-confirm.custom-primary {
  background-color: #06513b;
  color: #FFFFFF;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}
.swal2-confirm.custom-primary:hover {
  background-color: rgb(2.4827586207, 33.5172413793, 24.4137931034);
}

#serviceFormModal .modal-dialog, #orderFormModal .modal-dialog {
  max-width: 600px !important;
  margin: 1.75rem auto;
  max-width: 94%;
}
#serviceFormModal .modal-content, #orderFormModal .modal-content {
  background-color: #FFFFFF;
  border-radius: 1rem;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: none;
  overflow: hidden;
}
#serviceFormModal .modal-header, #orderFormModal .modal-header {
  background-color: #deddef;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid white;
  color: #FFFFFF;
}
#serviceFormModal .modal-title, #orderFormModal .modal-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000 !important;
}
#serviceFormModal .btn-close, #orderFormModal .btn-close {
  color: #FFFFFF !important;
  background-size: 1em;
  padding: 0.5rem;
}
#serviceFormModal .modal-body, #orderFormModal .modal-body {
  padding: 1.5rem;
}
#serviceFormModal .modal-body input,
#serviceFormModal .modal-body textarea, #orderFormModal .modal-body input,
#orderFormModal .modal-body textarea {
  border-radius: 10px;
  padding: 0.75rem;
  font-size: 0.875rem;
}
#serviceFormModal .modal-body textarea, #orderFormModal .modal-body textarea {
  resize: vertical;
}
#serviceFormModal .modal-body .form-check, #orderFormModal .modal-body .form-check {
  display: block;
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 1rem;
}
#serviceFormModal .modal-body .form-check .form-check-input, #orderFormModal .modal-body .form-check .form-check-input {
  position: absolute;
  top: 0.15rem;
  left: 0;
  margin: 0;
}
#serviceFormModal .modal-body .form-check .form-check-label, #orderFormModal .modal-body .form-check .form-check-label {
  display: block;
  font-size: 0.875rem;
  color: #404040;
}
#serviceFormModal .modal-body .form-check .invalid-feedback, #orderFormModal .modal-body .form-check .invalid-feedback {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #06513b;
}
#serviceFormModal .modal-body .btn-primary, #orderFormModal .modal-body .btn-primary {
  padding: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  background-color: #000;
  color: #FFFFFF;
  border: none;
}
#serviceFormModal .modal-body .btn-primary:hover, #orderFormModal .modal-body .btn-primary:hover {
  background-color: rgb(119, 156.6428571429, 246.5);
}

.breadcrumb {
  margin-top: -20px;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    margin-top: 20px;
  }
}
.breadcrumb .breadcrumb-item {
  font-size: 0.75rem;
  color: #000;
}
.breadcrumb .breadcrumb-item::before {
  color: var(--breadcrumb-tx) !important;
}
.breadcrumb .breadcrumb-item a {
  color: var(--breadcrumb-tx);
}
.breadcrumb .breadcrumb-item a:hover {
  color: #06513b;
}

.page-capsule {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .page-capsule {
    padding-bottom: 50px;
  }
}
.page-capsule .text-content h1 {
  font-size: clamp(1.875rem, 6vw, 3.75rem);
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  margin-bottom: 1.875rem;
}
@media (max-width: 767.98px) {
  .page-capsule .text-content h1 {
    margin-bottom: 0.9375rem;
  }
}
.page-capsule .text-content h1 b {
  font-weight: 700;
}
.page-capsule .text-content h1.light {
  font-weight: 300;
}
.page-capsule .text-content h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 500;
  color: #000;
}
.page-capsule .text-content h3 {
  font-size: clamp(1.25rem, 3.5vw, 1.75rem);
  font-weight: 500;
  color: #000;
}
.page-capsule .text-content h4 {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-weight: 500;
  color: #000;
}
.page-capsule .text-content p {
  font-size: clamp(0.75rem, 1vw, 1rem);
  font-weight: 400;
  color: #000;
  line-height: 1.9;
  margin-bottom: 1.5625rem;
}
.page-capsule .text-content p:last-child {
  margin-bottom: 0;
}
.page-capsule .text-content p.big {
  font-size: clamp(0.875rem, 1.5vw, 1.25rem);
  font-weight: 700;
}
.page-capsule .text-content ul > li {
  font-size: clamp(0.75rem, 1vw, 1rem);
  font-weight: 400;
  color: #404040;
  line-height: 1.8;
  margin: 0.625rem 0;
}
.page-capsule .text-content .card {
  border-radius: var(--bs-card-border-radius);
  overflow: hidden;
}
.page-capsule .text-content .card a {
  overflow: hidden;
}
.page-capsule .text-content .card a .card-img-top {
  -webkit-transition: 300ms, , ;
  -webkit-transition: 300ms;
  transition: 300ms;
  transition: 300ms, ;
}
.page-capsule .text-content .card a:hover .card-img-top {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.page-capsule .text-content .card:hover {
  -webkit-box-shadow: 0 0 20px black;
          box-shadow: 0 0 20px black;
}
.page-capsule .text-content .card:hover .card-body p {
  color: #06513b;
}
.page-capsule .text-content .references .col .card {
  padding: 20px;
}
.page-capsule .text-content .references .col .card .card-img-top {
  border-radius: 10px;
  width: 100%;
  height: auto;
  -webkit-transition: 300ms, , ;
  -webkit-transition: 300ms;
  transition: 300ms;
  transition: 300ms, ;
  text-align: center;
}
.page-capsule .text-content .references .col .card .card-img-top .img-fluid {
  width: 100%;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .page-capsule .text-content .references .col .card .card-img-top {
    max-width: none;
    text-align: center;
  }
}
.page-capsule .text-content .companies .col .card {
  padding: 20px;
}
.page-capsule .text-content .companies .col .card .card-img-top {
  border-radius: 10px;
  width: 100%;
  max-width: 320px;
  height: auto;
  -webkit-transition: 300ms, , ;
  -webkit-transition: 300ms;
  transition: 300ms;
  transition: 300ms, ;
  padding: 20px;
  background-color: #F5F5F5;
}
@media (max-width: 767.98px) {
  .page-capsule .text-content .companies .col .card .card-img-top {
    max-width: none;
    text-align: center;
  }
  .page-capsule .text-content .companies .col .card .card-img-top .img-fluid {
    display: inline-block;
  }
}
.page-capsule .text-content .companies .col .card .card-body {
  padding: 20px;
}
.page-capsule .text-content .companies .col .card .card-body h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #06513b;
  margin-bottom: 0.625rem;
}
.page-capsule .text-content .companies .col .card .card-body p {
  font-size: 0.875rem;
  color: #404040;
  margin-bottom: 0.9375rem;
}
.page-capsule .text-content .companies .col .card .card-body .btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: #404040;
  --bs-btn-hover-border-color: #404040;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
}
.page-capsule .text-content .iconList {
  width: 100%;
}
.page-capsule .text-content .iconList .item {
  text-align: center;
}
.page-capsule .text-content .iconList .item p {
  font-size: clamp(0.875rem, 1vw, 1.125rem);
  margin-bottom: 5px;
}
.page-capsule .text-content .iconList .item i {
  font-size: 3.75rem;
  width: auto;
  color: #000;
}
.page-capsule .text-content .iconList .item i::before {
  width: auto;
}
@media (max-width: 991.98px) {
  .page-capsule .text-content .iconList .item i {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .page-capsule .text-content .iconList .item i {
    font-size: 1.875rem;
  }
}
.page-capsule figure {
  width: 100%;
}
.page-capsule figure img {
  width: 100%;
  height: auto;
}
.page-capsule.list-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#deddef), to(rgba(222, 221, 239, 0)));
  background: linear-gradient(180deg, #deddef 0%, rgba(222, 221, 239, 0) 100%);
  padding-block: 80px;
  z-index: 2;
  margin-top: -20px;
}
@media (max-width: 767.98px) {
  .page-capsule.list-gradient {
    padding-block: 50px;
    margin: 0;
  }
}
.page-capsule.sustainability {
  margin-top: -20px;
  padding: 0 0 80px;
}
@media (max-width: 767.98px) {
  .page-capsule.sustainability {
    padding: 0 0 50px;
    margin: 0;
  }
}
.page-capsule.aboutus, .page-capsule.maps, .page-capsule.contact, .page-capsule.collections {
  margin-top: -20px;
  padding: 0 0 80px;
}
@media (max-width: 767.98px) {
  .page-capsule.aboutus, .page-capsule.maps, .page-capsule.contact, .page-capsule.collections {
    padding: 0 0 50px;
    margin: 0;
  }
}
.page-capsule.other-materials {
  margin-top: -20px;
  padding: 0 0 80px;
}
@media (max-width: 767.98px) {
  .page-capsule.other-materials {
    padding: 0 0 50px;
    margin: 0;
  }
}

.collection-card figure {
  overflow: hidden;
  border-radius: 10px;
  margin: 0;
}

.error-page .display-1 {
  font-size: 9.375rem;
  font-weight: 800;
  color: #06513b;
}
@media (max-width: 767.98px) {
  .error-page .display-1 {
    font-size: 5.625rem;
  }
}

.list-services a.category-item {
  float: left;
  height: auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.list-services a.category-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
.list-services a.category-item .content {
  position: absolute;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  bottom: 0%;
  z-index: 3;
  text-align: center;
}
.list-services a.category-item .content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(var(--category-mask), 0.3);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
.list-services a.category-item .content .title {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  color: #FFFFFF;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0;
}
.list-services a.category-item .content .title i {
  font-size: 1rem;
  margin-left: 2.5vw;
}
.list-services a.category-item:hover .content {
  padding: 30px 20px;
}
.list-services a.category-item:hover .content::after {
  background: rgba(var(--category-mask-hover), 0.6);
}
.list-services a.category-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.list-other-services h3 {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  font-weight: 700;
  color: #404040;
}
.list-other-services .owl-carousel {
  position: relative;
}
.list-other-services .owl-carousel .item a {
  float: left;
  height: auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.list-other-services .owl-carousel .item a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
.list-other-services .owl-carousel .item a .content {
  position: absolute;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  bottom: 0%;
  z-index: 3;
  text-align: center;
}
.list-other-services .owl-carousel .item a .content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(var(--category-mask), 0.3);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
.list-other-services .owl-carousel .item a .content .title {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  color: #FFFFFF;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0;
}
.list-other-services .owl-carousel .item a .content .title i {
  font-size: 1rem;
  margin-left: 2.5vw;
}
.list-other-services .owl-carousel .item a:hover .content {
  padding: 30px 20px;
}
.list-other-services .owl-carousel .item a:hover .content::after {
  background: rgba(var(--category-mask-hover), 0.6);
}
.list-other-services .owl-carousel .item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.list-other-services .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
  z-index: 1;
}
.list-other-services .owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 1 !important;
  margin: 0 !important;
  background-color: transparent !important;
}
.list-other-services .owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}
.list-other-services .owl-carousel .owl-nav button.owl-prev i {
  margin-left: -1px;
}
.list-other-services .owl-carousel .owl-nav button.owl-next {
  right: -30px;
}
.list-other-services .owl-carousel .owl-nav button.disabled {
  opacity: 0.1;
  pointer-events: none;
}
.list-other-services .owl-carousel .owl-nav button i {
  font-size: 20px;
  color: var(--module-button-nav);
}
.list-other-services .owl-carousel .owl-nav button:hover i {
  color: #06513b;
}

.list-materials a.material-item {
  float: left;
  height: auto;
  position: relative;
}
.list-materials a.material-item figure {
  overflow: hidden;
  border: 1px solid rgba(64, 64, 64, 0.2);
}
.list-materials a.material-item figure img {
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
.list-materials a.material-item .content {
  width: 100%;
  z-index: 3;
  text-align: center;
  padding: 0;
}
.list-materials a.material-item .content .title {
  font-size: clamp(1rem, 3vw, 1.25rem);
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
.list-materials a.material-item .content .title b {
  font-weight: 700;
}
.list-materials a.material-item:hover .content .title {
  color: #8faef8;
}
.list-materials a.material-item:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.sustainability .row .col {
  position: relative;
}
.sustainability .row .col figure {
  position: relative;
  z-index: 1;
  margin: 0;
}
.sustainability .row .col figure:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  z-index: 2;
}
.sustainability .row .col figure img {
  width: 100%;
  min-height: 500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sustainability .row .col .text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  padding: 20px;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.sustainability .row .col .text h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  color: #FFFFFF;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.06em;
}

.aboutus .row .col {
  position: relative;
}
.aboutus .row .col figure {
  position: relative;
  z-index: 1;
  margin: 0;
}
.aboutus .row .col figure img {
  width: 100%;
  height: auto;
}

.services-detail .row .col {
  position: relative;
}
.services-detail .row .col figure {
  position: relative;
  z-index: 1;
  margin: 0;
}
.services-detail .row .col figure img {
  width: 100%;
  height: auto;
}

.certification {
  padding-bottom: 60px;
}
.certification .text-content {
  height: 100%;
  background-color: #f1f5f8;
  padding: 45px;
}
@media (max-width: 767.98px) {
  .certification .text-content {
    padding: 25px;
  }
}
.certification .text-content p {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
}
.certification .text-content p a.allButon {
  color: #FFFFFF;
  background-color: #000;
  padding: 8px 10px;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 300;
}
.certification .text-content p a.allButon i {
  margin-left: 5px;
}
.certification .text-content p a.allButon:hover {
  background-color: #06513b;
}

.materialImpact {
  background: #06513b;
  padding: 0;
}
.materialImpact .container {
  max-width: 43vw !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767.98px) {
  .materialImpact .container {
    max-width: 94vw !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.materialImpact .container .text-content {
  max-width: 80%;
}
@media (max-width: 767.98px) {
  .materialImpact .container .text-content {
    max-width: 100%;
    padding-block: 50px;
  }
}
.materialImpact .container .text-content h2 {
  font-size: clamp(1.875rem, 4vw, 3.75rem);
  color: #FFFFFF;
}
.materialImpact .container .text-content p {
  font-size: clamp(0.75rem, 1.5vw, 1.125rem);
  color: #FFFFFF;
}
.materialImpact figure {
  width: 100%;
  padding: 0;
  margin: 0;
}
.materialImpact figure img {
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .materialImpact figure img {
    height: 500px;
  }
}
@media (max-width: 575.98px) {
  .materialImpact figure img {
    height: 380px;
  }
}

.contact .row .col {
  position: relative;
}
.contact .row .col figure {
  position: relative;
  z-index: 1;
  margin: 0;
}
.contact .row .col figure img {
  width: 100%;
  height: auto;
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.map-container .rendermap {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-info {
  height: 100%;
}
.contact-info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-info .info-item i {
  font-size: 3.75rem;
  color: #000;
  line-height: 1;
  margin-bottom: 1.25rem;
}
@media (max-width: 991.98px) {
  .contact-info .info-item i {
    font-size: 2.5rem;
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 575.98px) {
  .contact-info .info-item i {
    font-size: 1.875rem;
    margin-bottom: 0.625rem;
  }
}
.contact-info .info-item .info-content p {
  margin: 0;
  color: #000;
  text-align: center;
}
.contact-info .info-item .info-content p a {
  color: #000;
}
.contact-info .info-item .info-content p a:hover {
  color: #06513b;
}

.contact-form {
  background: #FFFFFF;
}
.contact-form .form-label {
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .contact-form .form-label {
    font-size: 0.875rem;
  }
}
.contact-form .form-control, .contact-form .form-select {
  border-radius: 10px;
  line-height: 2.5;
  font-size: 0.875rem;
}
.contact-form .form-control:focus, .contact-form .form-select:focus {
  border-color: #06513b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(6, 81, 59, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(6, 81, 59, 0.25);
}
.contact-form .form-check {
  margin-top: 10px;
}
.contact-form .form-check .form-check-input:checked {
  background-color: #06513b;
  border-color: #06513b;
}
.contact-form .form-check .form-check-input:focus {
  border-color: #06513b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(6, 81, 59, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(6, 81, 59, 0.25);
}
.contact-form .form-check .form-check-label {
  font-size: 12px;
}
.contact-form .form-check .form-check-label a {
  color: #404040;
  text-decoration: underline;
}
.contact-form .form-check .form-check-label a:hover {
  color: #06513b;
  text-decoration: none;
}
.contact-form .btn-primary {
  background-color: #000;
  border-color: #000;
  padding: 5px 30px;
  font-weight: 700;
  margin-top: 10px;
  border-radius: 0px;
}
.contact-form .btn-primary:hover {
  background-color: #404040;
  border-color: #404040;
}

.materials-detail .materials-detailSlide {
  max-width: 520px;
  height: auto;
}
@media (max-width: 767.98px) {
  .materials-detail .materials-detailSlide {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.materials-detail .materials-detailSlide .pageImage {
  margin: 0 !important;
  background-color: #f1f5f8;
  padding: 140px 60px;
}
@media (max-width: 767.98px) {
  .materials-detail .materials-detailSlide .pageImage {
    padding: 80px 30px;
  }
}
.materials-detail .materials-detailSlide .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  margin: 0;
}
.materials-detail .materials-detailSlide .owl-nav button.owl-prev, .materials-detail .materials-detailSlide .owl-nav button.owl-next {
  width: 32px;
  height: 32px;
  pointer-events: all; /* re‑enable clicking only on buttons */
  background: #FFFFFF;
  border: 0;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #000;
  border: 1px solid #808080;
  border-radius: 0;
}
.materials-detail .materials-detailSlide .owl-nav button.owl-prev:hover, .materials-detail .materials-detailSlide .owl-nav button.owl-next:hover {
  background: #000;
  border-color: #000;
  color: #FFFFFF;
}
.materials-detail .materials-detailSlide .owl-nav button.owl-prev i, .materials-detail .materials-detailSlide .owl-nav button.owl-next i {
  width: auto;
}
.materials-detail .materials-detailSlide .owl-nav button.owl-prev i::before, .materials-detail .materials-detailSlide .owl-nav button.owl-next i::before {
  width: auto;
}
.materials-detail .materials-detailSlide .owl-nav button.owl-prev {
  margin-left: -17px;
}
@media (max-width: 575.98px) {
  .materials-detail .materials-detailSlide .owl-nav button.owl-prev {
    margin-left: 10px;
  }
}
.materials-detail .materials-detailSlide .owl-nav button.owl-next {
  margin-right: -17px;
}
@media (max-width: 575.98px) {
  .materials-detail .materials-detailSlide .owl-nav button.owl-next {
    margin-right: 10px;
  }
}
.materials-detail .materials-detailSlide .owl-nav button[disabled] {
  opacity: 0.3;
}
.materials-detail .materials-detailSlide .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.materials-detail .materials-detailSlide .owl-dot {
  width: 70px;
  height: 80px;
  padding: 0;
  opacity: 0.5;
  overflow: hidden;
}
.materials-detail .materials-detailSlide .owl-dot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.materials-detail .materials-detailSlide .owl-dot.active {
  opacity: 1;
}
.materials-detail .materials-text {
  padding-left: 2vw;
}
@media (max-width: 767.98px) {
  .materials-detail .materials-text {
    padding-left: 0;
  }
}
.materials-detail .materials-text h1 {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-weight: 600;
  color: #000;
  line-height: 1.5;
}
.materials-detail .materials-text .details {
  border-color: #808080 !important;
}
.materials-detail .materials-text .details h2 {
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 600;
  color: #000;
  line-height: 1.5;
}
.materials-detail .materials-text .details ul {
  padding: 0;
  margin: 0;
}
.materials-detail .materials-text .details ul li {
  padding: 10px 0;
  border-bottom: 1px solid #808080 !important;
  font-size: clamp(0.75rem, 1vw, 1rem);
}
.materials-detail .materials-text .details ul li b {
  display: inline-block;
  width: 15%;
  position: relative;
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  .materials-detail .materials-text .details ul li b {
    width: 20%;
  }
}
@media (max-width: 575.98px) {
  .materials-detail .materials-text .details ul li b {
    width: 100%;
  }
}
.materials-detail .materials-text .details ul li b::after {
  content: ":";
  position: absolute;
  right: 0;
}
@media (max-width: 575.98px) {
  .materials-detail .materials-text .details ul li b::after {
    position: relative;
  }
}
.materials-detail .materials-text .origin {
  margin-top: 80px;
}
.materials-detail .materials-text .origin h3 {
  font-size: clamp(0.75rem, 1vw, 1rem);
  font-weight: 400;
}
.materials-detail .materials-text .origin .pageImage img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.materials-list {
  background-color: #f1f5f8;
}
.materials-list .materials-slide {
  position: relative;
}
.materials-list .materials-slide .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  margin: 0;
}
.materials-list .materials-slide .owl-nav button.owl-prev, .materials-list .materials-slide .owl-nav button.owl-next {
  width: 24px;
  height: 24px;
  pointer-events: all; /* re‑enable clicking only on buttons */
  background: #000;
  border: 0;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  color: #FFFFFF;
  border-radius: 50%;
}
.materials-list .materials-slide .owl-nav button.owl-prev:hover, .materials-list .materials-slide .owl-nav button.owl-next:hover {
  background: #FFFFFF;
  color: #000;
}
.materials-list .materials-slide .owl-nav button.owl-prev i, .materials-list .materials-slide .owl-nav button.owl-next i {
  width: auto;
}
.materials-list .materials-slide .owl-nav button.owl-prev i::before, .materials-list .materials-slide .owl-nav button.owl-next i::before {
  width: auto;
}
.materials-list .materials-slide .owl-nav button.owl-prev {
  margin-left: 30px;
}
.materials-list .materials-slide .owl-nav button.owl-next {
  margin-right: 30px;
}
.materials-list .materials-slide .owl-nav button[disabled] {
  opacity: 0.3;
}
.materials-list .text-content {
  padding: 3.75rem;
}
@media (max-width: 767.98px) {
  .materials-list .text-content {
    padding: 1.875rem;
  }
}
.materials-list .text-content h1 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  text-transform: uppercase;
}
.materials-list .text-content p a.allButon {
  color: #FFFFFF;
  background-color: #000;
  padding: 8px 30px;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 300;
}
.materials-list .text-content p a.allButon i {
  margin-left: 5px;
}
.materials-list .text-content p a.allButon:hover {
  background-color: #06513b;
}

.collections h2 {
  position: relative;
}
.collections h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  width: 70px;
  height: 1px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.collections .meterials-list .col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.collections .meterials-list .col .card {
  width: 400px;
  border: 0;
  border-radius: 0px;
}
.collections .meterials-list .col .card .card-img-top {
  width: 100%;
  height: auto;
  border-radius: 0px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.collections .meterials-list .col .card .card-body {
  background-color: #f1f5f8;
  padding: 15px;
  margin-top: 5px;
}
.collections .meterials-list .col .card .card-body h3 {
  font-size: 1.375rem;
  font-weight: 400;
  color: #000;
}
.collections .meterials-list .col .card .card-body p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #000;
}
.collections .meterials-list .col .card a:hover .card-body {
  background-color: #000;
}
.collections .meterials-list .col .card a:hover .card-body h3, .collections .meterials-list .col .card a:hover .card-body p {
  color: #FFFFFF;
}

.other-materials .row,
.other-services .row {
  border-color: rgba(128, 128, 128, 0.54) !important;
}
.other-materials h2,
.other-services h2 {
  position: relative;
}
.other-materials h2::after,
.other-services h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  width: 70px;
  height: 1px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.materials-other-list {
  position: relative;
}
.materials-other-list .card {
  border: 0;
  border-radius: 0px;
}
.materials-other-list .card .card-img-top {
  width: 100%;
  height: auto;
  border-radius: 0px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.materials-other-list .card .card-body {
  margin-top: 15px;
  padding: 0;
}
.materials-other-list .card .card-body h3 {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
}
.materials-other-list .card a:hover .card-body h3, .materials-other-list .card a:hover .card-body p {
  color: rgba(0, 0, 0, 0.7);
}
.materials-other-list .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  margin: 0;
}
.materials-other-list .owl-nav button.owl-prev, .materials-other-list .owl-nav button.owl-next {
  width: 24px;
  height: 24px;
  pointer-events: all;
  background: #000;
  border: 0;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  color: #FFFFFF;
  border-radius: 50%;
}
.materials-other-list .owl-nav button.owl-prev:hover, .materials-other-list .owl-nav button.owl-next:hover {
  background: #FFFFFF;
  color: #000;
}
.materials-other-list .owl-nav button.owl-prev i, .materials-other-list .owl-nav button.owl-next i {
  width: auto;
}
.materials-other-list .owl-nav button.owl-prev i::before, .materials-other-list .owl-nav button.owl-next i::before {
  width: auto;
}
.materials-other-list .owl-nav button.owl-prev {
  margin-left: -40px;
}
.materials-other-list .owl-nav button.owl-next {
  margin-right: -40px;
}
.materials-other-list .owl-nav button[disabled] {
  opacity: 0.3;
}

.services-other-list {
  position: relative;
}
.services-other-list .card {
  border: 0;
  border-radius: 0px;
}
.services-other-list .card a.category-item {
  float: left;
  height: auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.services-other-list .card a.category-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
.services-other-list .card a.category-item .content {
  position: absolute;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  bottom: 0%;
  z-index: 3;
  text-align: center;
}
.services-other-list .card a.category-item .content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(var(--category-mask), 0.3);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
.services-other-list .card a.category-item .content .title {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  color: #FFFFFF;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0;
}
.services-other-list .card a.category-item .content .title i {
  font-size: 1rem;
  margin-left: 2.5vw;
}
.services-other-list .card a.category-item:hover .content {
  padding: 30px 20px;
}
.services-other-list .card a.category-item:hover .content::after {
  background: rgba(var(--category-mask-hover), 0.6);
}
.services-other-list .card a.category-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.services-other-list .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  margin: 0;
}
.services-other-list .owl-nav button.owl-prev, .services-other-list .owl-nav button.owl-next {
  width: 24px;
  height: 24px;
  pointer-events: all;
  background: #000;
  border: 0;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  color: #FFFFFF;
  border-radius: 50%;
}
.services-other-list .owl-nav button.owl-prev:hover, .services-other-list .owl-nav button.owl-next:hover {
  background: #FFFFFF;
  color: #000;
}
.services-other-list .owl-nav button.owl-prev i, .services-other-list .owl-nav button.owl-next i {
  width: auto;
}
.services-other-list .owl-nav button.owl-prev i::before, .services-other-list .owl-nav button.owl-next i::before {
  width: auto;
}
.services-other-list .owl-nav button.owl-prev {
  margin-left: -40px;
}
.services-other-list .owl-nav button.owl-next {
  margin-right: -40px;
}
.services-other-list .owl-nav button[disabled] {
  opacity: 0.3;
}

.v-cube-rotator {
  font-weight: 700;
  font-size: clamp(1.625rem, 4vw, 5.3125rem);
  line-height: 1;
  color: #000;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  -webkit-perspective: 900px;
          perspective: 900px;
  vertical-align: middle;
  --w: 12ch;
  --h: 1em;
  --dur: 700ms;
  width: var(--w);
  height: var(--h);
}
.v-cube-rotator .slot {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  will-change: transform, opacity;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.v-cube-rotator .current {
  opacity: 1;
  -webkit-transform: translateY(0) rotateX(0deg);
          transform: translateY(0) rotateX(0deg);
}
.v-cube-rotator .next {
  opacity: 0;
  -webkit-transform: translateY(65%) rotateX(-70deg);
          transform: translateY(65%) rotateX(-70deg);
}
.v-cube-rotator.is-animating .current {
  -webkit-animation: vCubeOut var(--dur) ease-in-out forwards;
          animation: vCubeOut var(--dur) ease-in-out forwards;
}
.v-cube-rotator.is-animating .next {
  -webkit-animation: vCubeIn var(--dur) ease-in-out forwards;
          animation: vCubeIn var(--dur) ease-in-out forwards;
}

@-webkit-keyframes vCubeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-65%) rotateX(70deg);
            transform: translateY(-65%) rotateX(70deg);
  }
}

@keyframes vCubeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-65%) rotateX(70deg);
            transform: translateY(-65%) rotateX(70deg);
  }
}
@-webkit-keyframes vCubeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(65%) rotateX(-70deg);
            transform: translateY(65%) rotateX(-70deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
  }
}
@keyframes vCubeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(65%) rotateX(-70deg);
            transform: translateY(65%) rotateX(-70deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
  }
}
.home-feature {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #deddef;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .home-feature {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.home-nextproject {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 767.98px) {
  .home-nextproject {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.home-nextproject .section-title {
  font-size: clamp(1.5rem, 3vw, 2.8125rem);
}
.home-nextproject .allButon a {
  color: #FFFFFF;
  background-color: #000;
  padding: 4px 30px;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  font-weight: 300;
}
.home-nextproject .allButon a i {
  margin-left: 5px;
}
.home-nextproject .allButon a:hover {
  background-color: #06513b;
}

.home-production {
  background-color: #FFFFFF;
  padding: 55px 0;
}
@media (max-width: 767.98px) {
  .home-production {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home-production .container .item {
  width: 100%;
  height: auto;
  gap: 20px;
}
.home-production .container .item img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.home-production .container .item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 300;
  color: #000;
}
.home-production .container .item div span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
}

.product-list .col {
  margin-top: 0px !important;
  margin-bottom: var(--bs-gutter-y);
}
@media (max-width: 767.98px) {
  .product-list .col {
    margin-top: var(--bs-gutter-y) !important;
    margin-bottom: 0 !important;
  }
}
.product-list .card {
  background: transparent;
  border: 0;
  padding: 25px;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 0;
}
.product-list .card a {
  overflow: hidden;
  border-radius: 2px;
}
.product-list .card a .card-img-top {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 300ms, , ;
  -webkit-transition: 300ms;
  transition: 300ms;
  transition: 300ms, ;
}
.product-list .card .card-body {
  padding: 25px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.product-list .card .card-body p {
  margin: 0;
}
.product-list .card .card-body p.card-text {
  width: 100%;
  font-size: clamp(1rem, 2vw, 1.375rem);
  font-weight: 600;
  color: #404040;
  -webkit-transition: color 0.3s ease, , ;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  transition: color 0.3s ease, ;
}
.product-list .card .card-body p.card-code {
  width: 100%;
  font-size: clamp(0.625rem, 1vw, 0.75rem);
  font-weight: 500;
  color: #404040;
}
.product-list .card .card-body a.card-link {
  width: 100%;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 500;
  color: #8faef8;
  text-decoration: underline;
  margin-top: 15px;
}
.product-list .card .card-body a.card-link:hover {
  color: #49b342;
}
.product-list .card:hover a .card-img-top {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-list .card:hover .card-body .card-text {
  color: #06513b;
}

.other-product h3 {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  font-weight: 700;
  color: #404040;
}
.other-product .owl-carousel {
  position: relative;
}
.other-product .owl-carousel .item .card {
  background: transparent;
  border: 0;
  border-radius: 0 !important;
}
.other-product .owl-carousel .item .card a {
  overflow: hidden;
  border-radius: 10px;
}
.other-product .owl-carousel .item .card a .card-img-top {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 300ms, , ;
  -webkit-transition: 300ms;
  transition: 300ms;
  transition: 300ms, ;
}
.other-product .owl-carousel .item .card:hover a .card-img-top {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.other-product .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
  z-index: 1;
}
.other-product .owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 1 !important;
  margin: 0 !important;
  background-color: transparent !important;
}
.other-product .owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}
.other-product .owl-carousel .owl-nav button.owl-prev i {
  margin-left: -1px;
}
.other-product .owl-carousel .owl-nav button.owl-next {
  right: -30px;
}
.other-product .owl-carousel .owl-nav button.disabled {
  opacity: 0.1;
  pointer-events: none;
}
.other-product .owl-carousel .owl-nav button i {
  font-size: 20px;
  color: var(--module-button-nav);
}
.other-product .owl-carousel .owl-nav button:hover i {
  color: #06513b;
}

.product-detail {
  border: 0;
  position: relative;
  padding-bottom: 3rem !important;
}
.product-detail .text-content h1 {
  font-size: clamp(1rem, 3vw, 1.5625rem);
  margin-bottom: 1.875rem;
  font-weight: 500;
}
.product-detail .text-content ul {
  padding: 0;
  margin-bottom: 30px;
}
.product-detail .text-content ul li {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  line-height: 1.4;
}
.product-detail .text-content ul li span {
  width: 50%;
  font-size: clamp(0.875rem, 3vw, 1.125rem);
  font-weight: 700;
  color: #404040;
}
.product-detail .text-content ul li p {
  width: 100%;
  font-size: clamp(0.875rem, 3vw, 1.125rem);
  font-weight: 400;
  color: #404040;
  padding: 0;
  margin: 0;
}
.product-detail .text-content p {
  line-height: 1.4;
  font-size: clamp(0.75rem, 2vw, 0.8125rem);
}
.product-detail .text-content .product-select .item figure {
  display: inline-block;
  width: 33px !important;
  border: 3px solid var(--cborder-bg) !important;
  overflow: hidden;
  border-radius: 50%;
}
.product-detail .text-content .product-select .item p {
  line-height: 1.4;
  font-size: clamp(0.625rem, 1vw, 0.6875rem);
  margin: 0;
  padding: 0;
}
.product-detail .text-content .product-button a {
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-weight: 500;
  color: #FFFFFF;
  background-color: #06513b;
  padding: 0.625rem 1.25rem;
  border-radius: 0;
  text-align: center;
  width: 100%;
  border: 2px solid #06513b;
}
.product-detail .text-content .product-button a:first-child {
  background-color: #FFFFFF;
  color: #06513b;
}
.product-detail .text-content .product-button a:hover {
  background-color: #49b342;
  border-color: #49b342;
  color: #FFFFFF;
}
.product-detail .alert {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--cborder-bg);
  margin: 0;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: clamp(0.625rem, 1vw, 0.75rem);
}

.project-list .nav-tabs {
  display: inline-block;
  border: 0;
  text-align: center;
  width: 100%;
}
.project-list .nav-tabs .nav-item {
  width: auto;
  display: inline-block;
  margin: 0 25px;
  border: 0;
}
.project-list .nav-tabs .nav-item:hover, .project-list .nav-tabs .nav-item:focus, .project-list .nav-tabs .nav-item:active {
  border: 0 !important;
  outline: 0 !important;
}
.project-list .nav-tabs .nav-item .nav-link {
  padding: 0px;
  font-size: 0.75rem;
  color: #000;
  border-radius: 0;
  border: 0 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.project-list .nav-tabs .nav-item .nav-link i {
  width: auto;
  margin-right: 10px;
}
.project-list .nav-tabs .nav-item .nav-link i::before {
  width: auto;
}
.project-list .nav-tabs .nav-item .nav-link:hover, .project-list .nav-tabs .nav-item .nav-link:focus, .project-list .nav-tabs .nav-item .nav-link:active, .project-list .nav-tabs .nav-item .nav-link:focus-visible {
  border: 0 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.project-list .nav-tabs .nav-item .nav-link:hover {
  color: #06513b;
}
.project-list .nav-tabs .nav-item .nav-link.active {
  border: 0 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  color: var(--tab-active-color) !important;
}
.project-list .nav-tabs .nav-item:first-child .nav-link.active i::before {
  content: "\e820";
}
.project-list .nav-tabs .nav-item:last-child .nav-link.active i::before {
  content: "\e81e";
}
.project-list .tab-content .project-grid a.project-item {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.project-list .tab-content .project-grid a.project-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out, , ;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, ;
}
.project-list .tab-content .project-grid a.project-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.project-list .tab-content .project-slide .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 100%;
  z-index: 10;
}
.project-list .tab-content .project-slide .owl-nav button {
  position: absolute;
  top: 0;
  color: #06513b;
  font-size: 1.875rem;
  padding: 0;
  margin: 0;
}
.project-list .tab-content .project-slide .owl-nav button:hover {
  color: #49b342;
  background-color: transparent;
}
.project-list .tab-content .project-slide .owl-nav button.owl-prev {
  left: 15px;
}
.project-list .tab-content .project-slide .owl-nav button.owl-next {
  right: 20px;
}
.project-list .tab-content .project-slide .owl-dots {
  display: inline-block;
  width: 50%;
  z-index: 10;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .project-list .tab-content .project-slide .owl-dots {
    width: 100%;
  }
}
.project-list .tab-content .project-slide .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  margin: 0 5px;
}
.project-list .tab-content .project-slide .owl-dots .owl-dot span {
  background-color: #06513b;
  width: 0.625rem;
  height: 0.625rem;
  display: inline-block;
  border-radius: 50%;
}
.project-list .tab-content .project-slide .owl-dots .owl-dot.active span {
  background-color: #49b342;
}

.search-results-section .results-summary {
  margin-bottom: 30px;
}
.search-results-section .results-summary h1 {
  font-size: 24px;
  color: #404040;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .search-results-section .results-summary h1 {
    font-size: 20px;
  }
}
.search-results-section .results-summary p {
  color: rgba(64, 64, 64, 0.7);
  margin: 0;
}
.search-results-section .search-results .result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(64, 64, 64, 0.1);
}
.search-results-section .search-results .result-item:hover {
  -webkit-box-shadow: 0 5px 15px rgba(64, 64, 64, 0.1);
          box-shadow: 0 5px 15px rgba(64, 64, 64, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.search-results-section .search-results .result-item .result-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 25px;
  background: rgba(64, 64, 64, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  font-size: 20px;
  color: #06513b;
}
.search-results-section .search-results .result-item .result-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-results-section .search-results .result-item .result-content .result-type {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 15px;
  background: rgba(64, 64, 64, 0.05);
  color: #404040;
  font-size: 12px;
  margin-bottom: 10px;
}
.search-results-section .search-results .result-item .result-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.search-results-section .search-results .result-item .result-content h3 a {
  color: #404040;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.search-results-section .search-results .result-item .result-content h3 a:hover {
  color: #06513b;
}
.search-results-section .search-results .result-item .result-content p {
  color: #404040;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .search-results-section .result-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-results-section .result-item .result-icon {
    margin: 0 0 15px 0;
  }
}

.pagination li a {
  font-size: 0.875rem;
  color: #404040;
}
.pagination li a:hover {
  color: #06513b;
}
.pagination li.active a {
  background-color: #06513b;
  border-color: #06513b;
}

main {
  padding-top: 180px;
}
@media (max-width: 991.98px) {
  main {
    padding-top: 100px;
  }
}