@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

a:visited {
  color: unset;
}

*,
::before,
::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1920px;
  padding-left: 80px;
  padding-right: 80px;
  margin: 0 auto;
}
@media (max-width: 1599px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

a {
  color: #9FA14D;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 18px;
}
.button, input[type=submit] {
  padding: 16px 20px;
  background: #ffffff;
  box-shadow: none;
  border: none;
  border-radius: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: #000000;
  font-family: "Albert Sans", sans-serif;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991px) {
  .button, input[type=submit] {
    font-size: 16px;
    padding: 10px 10px;
    display: inline-flex;
    align-items: center;
  }
}
.button:hover, input[type=submit]:hover {
  background-color: #9FA14D;
  color: #ffffff;
}

.text-white {
  color: #ffffff;
}

.relative {
  position: relative;
}

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

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

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

.primary-bg {
  background-color: #9FA14D;
}

.light-grey-bg {
  background-color: #f5f5f5;
}

.section-margin {
  margin: 120px 0;
}
@media (max-width: 1199px) {
  .section-margin {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-margin {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .section-margin {
    margin: 40px 0;
  }
}

.section-specing {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .section-specing {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .section-specing {
    padding: 40px 0;
  }
}

.margin-top50 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .margin-top50 {
    margin-top: 30px;
  }
}

.page {
  margin-bottom: 0;
}

.subtitle-dot {
  font-family: "Albert Sans", sans-serif;
  padding-left: 12px;
  position: relative;
  display: inline-flex;
  margin-bottom: 10px;
}
.subtitle-dot.title-green {
  color: #9FA14D;
}
.subtitle-dot:before {
  height: 6px;
  width: 6px;
  background-color: currentColor;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.narrow-container {
  max-width: 1204px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.text-green {
  color: #9FA14D;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Albert Sans", sans-serif;
  color: #000000;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

strong {
  font-weight: 600;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2022 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 * Satoshi Variable Italic(Variable font)
 * Satoshi Light
 * Satoshi Light Italic
 * Satoshi Regular
 * Satoshi Italic
 * Satoshi Medium
 * Satoshi Medium Italic
 * Satoshi Bold
 * Satoshi Bold Italic
 * Satoshi Black
 * Satoshi Black Italic
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Reckless Neue";
  src: url("../fonts/RecklessNeue-RegularItalic.eot");
  src: local("Reckless Neue Regular Italic"), local("RecklessNeue-RegularItalic"), url("../fonts/RecklessNeue-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-RegularItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-RegularItalic.woff") format("woff"), url("../fonts/RecklessNeue-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Reckless Neue";
  src: url("../fonts/RecklessNeue-ThinItalic.eot");
  src: local("Reckless Neue Thin Italic"), local("RecklessNeue-ThinItalic"), url("../fonts/RecklessNeue-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-ThinItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-ThinItalic.woff") format("woff"), url("../fonts/RecklessNeue-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Reckless Neue Book";
  src: url("../fonts/RecklessNeue-Book.eot");
  src: local("Reckless Neue Book"), local("RecklessNeue-Book"), url("../fonts/RecklessNeue-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-Book.woff2") format("woff2"), url("../fonts/RecklessNeue-Book.woff") format("woff"), url("../fonts/RecklessNeue-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Reckless Neue";
  src: url("../fonts/RecklessNeue-Regular.eot");
  src: local("Reckless Neue Regular"), local("RecklessNeue-Regular"), url("../fonts/RecklessNeue-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-Regular.woff2") format("woff2"), url("../fonts/RecklessNeue-Regular.woff") format("woff"), url("../fonts/RecklessNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Reckless Neue";
  src: url("../fonts/RecklessNeue-Light.eot");
  src: local("Reckless Neue Light"), local("RecklessNeue-Light"), url("../fonts/RecklessNeue-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-Light.woff2") format("woff2"), url("../fonts/RecklessNeue-Light.woff") format("woff"), url("../fonts/RecklessNeue-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Reckless Neue";
  src: url("../fonts/RecklessNeue-Thin.eot");
  src: local("Reckless Neue Thin"), local("RecklessNeue-Thin"), url("../fonts/RecklessNeue-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-Thin.woff2") format("woff2"), url("../fonts/RecklessNeue-Thin.woff") format("woff"), url("../fonts/RecklessNeue-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Reckless Neue";
  src: url("../fonts/RecklessNeue-Heavy.eot");
  src: local("Reckless Neue Heavy"), local("RecklessNeue-Heavy"), url("../fonts/RecklessNeue-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-Heavy.woff2") format("woff2"), url("../fonts/RecklessNeue-Heavy.woff") format("woff"), url("../fonts/RecklessNeue-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Reckless Neue";
  src: url("../fonts/RecklessNeue-LightItalic.eot");
  src: local("Reckless Neue Light Italic"), local("RecklessNeue-LightItalic"), url("../fonts/RecklessNeue-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-LightItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-LightItalic.woff") format("woff"), url("../fonts/RecklessNeue-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Reckless Neue";
  src: url("../fonts/RecklessNeue-SemiBoldItalic.eot");
  src: local("Reckless Neue SemiBold Italic"), local("RecklessNeue-SemiBoldItalic"), url("../fonts/RecklessNeue-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-SemiBoldItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-SemiBoldItalic.woff") format("woff"), url("../fonts/RecklessNeue-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Reckless Neue";
  src: url("../fonts/RecklessNeue-Bold.eot");
  src: local("Reckless Neue Bold"), local("RecklessNeue-Bold"), url("../fonts/RecklessNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-Bold.woff2") format("woff2"), url("../fonts/RecklessNeue-Bold.woff") format("woff"), url("../fonts/RecklessNeue-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Reckless Neue";
  src: url("../fonts/RecklessNeue-Medium.eot");
  src: local("Reckless Neue Medium"), local("RecklessNeue-Medium"), url("../fonts/RecklessNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-Medium.woff2") format("woff2"), url("../fonts/RecklessNeue-Medium.woff") format("woff"), url("../fonts/RecklessNeue-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Reckless Neue";
  src: url("../fonts/RecklessNeue-BoldItalic.eot");
  src: local("Reckless Neue Bold Italic"), local("RecklessNeue-BoldItalic"), url("../fonts/RecklessNeue-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-BoldItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-BoldItalic.woff") format("woff"), url("../fonts/RecklessNeue-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Reckless Neue";
  src: url("../fonts/RecklessNeue-MediumItalic.eot");
  src: local("Reckless Neue Medium Italic"), local("RecklessNeue-MediumItalic"), url("../fonts/RecklessNeue-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-MediumItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-MediumItalic.woff") format("woff"), url("../fonts/RecklessNeue-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Reckless Neue";
  src: url("../fonts/RecklessNeue-HeavyItalic.eot");
  src: local("Reckless Neue Heavy Italic"), local("RecklessNeue-HeavyItalic"), url("../fonts/RecklessNeue-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-HeavyItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-HeavyItalic.woff") format("woff"), url("../fonts/RecklessNeue-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Reckless Neue Book";
  src: url("../fonts/RecklessNeue-BookItalic.eot");
  src: local("Reckless Neue Book Italic"), local("RecklessNeue-BookItalic"), url("../fonts/RecklessNeue-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-BookItalic.woff2") format("woff2"), url("../fonts/RecklessNeue-BookItalic.woff") format("woff"), url("../fonts/RecklessNeue-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Reckless Neue";
  src: url("../fonts/RecklessNeue-SemiBold.eot");
  src: local("Reckless Neue SemiBold"), local("RecklessNeue-SemiBold"), url("../fonts/RecklessNeue-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RecklessNeue-SemiBold.woff2") format("woff2"), url("../fonts/RecklessNeue-SemiBold.woff") format("woff"), url("../fonts/RecklessNeue-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "Albert Sans", sans-serif !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #000000;
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

p {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 15px;
}
@media (max-width: 1439px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 30px;
  font-family: "Reckless Neue";
}

h1,
.h1 {
  font-family: "Reckless Neue";
  font-size: 120px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 26px;
}
@media (max-width: 1800px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-family: "Reckless Neue";
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1439px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

h3,
.h3 {
  font-family: "Reckless Neue";
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1800px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
@media (max-width: 1439px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-family: "Reckless Neue";
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1800px) {
  h4,
  .h4 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-family: "Reckless Neue";
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1800px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-family: "Reckless Neue";
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1800px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}

.center-text-60 {
  font-size: 60px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1800px) {
  .center-text-60 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .center-text-60 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .center-text-60 {
    font-size: 26px;
  }
}

.text-26 {
  font-size: 26px;
}
@media (max-width: 991px) {
  .text-26 {
    font-size: 18px;
  }
}

header.site-header {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
  padding: 0;
}
header.site-header .site-branding {
  display: flex;
}
@media (min-width: 1599px) {
  header.site-header .site-branding {
    margin-bottom: -36px;
  }
}
@media (max-width: 991px) {
  header.site-header .site-branding {
    text-align: center;
  }
}
header.site-header a.custom-logo-link {
  padding: 62px 19px 16px 19px;
  background: #ffffff;
  width: 218px;
  height: 168px;
}
header.site-header.site-header .container {
  display: grid;
  width: 100%;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 60px;
}
@media (max-width: 1439px) {
  header.site-header.site-header .container {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  header.site-header.site-header .container {
    gap: 15px;
  }
}
header.site-header.sticky-top .site-branding a.custom-logo-link {
  padding: 32px 19px 16px 19px;
  width: 118px;
  height: auto;
}
@media (max-width: 991px) {
  header.site-header.sticky-top .site-branding a.custom-logo-link {
    width: auto;
    height: 50px;
    padding: 5px;
  }
}
@media (min-width: 991px) {
  header.site-header.sticky-top {
    top: 0;
    animation: smoothScroll 1s forwards;
    -webkit-animation: smoothScroll 1s forwards;
    -moz-animation: smoothScroll 1s forwards;
    -o-animation: smoothScroll 1s forwards;
    -ms-animation: smoothScroll 1s forwards;
    background-color: #9FA14D;
  }
}
@media (max-width: 991px) {
  header.site-header .main-navigation + .header-button {
    display: none;
  }
}
header.site-header .main-navigation {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
}
header.site-header .main-navigation .header-button {
  display: none;
}
@media (max-width: 991px) {
  header.site-header .main-navigation .header-button {
    display: inline-flex;
    margin-top: 20px;
  }
  header.site-header .main-navigation .header-button .button {
    display: inline-flex;
    align-items: center;
  }
}
header.site-header .main-navigation ul {
  gap: 40px;
}
@media (max-width: 1570px) {
  header.site-header .main-navigation ul {
    gap: 20px;
  }
}
header.site-header .main-navigation ul li {
  position: relative;
}
header.site-header .main-navigation ul li:hover:after {
  width: 100%;
  background: #ffffff;
  transition: width 0.5s ease;
}
header.site-header .main-navigation ul li:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  width: 0;
  background: #ffffff;
  left: 0;
  transition: width 0s ease, background 0.5s ease;
  z-index: -1;
}
header.site-header .main-navigation ul li.current_page_item a:after {
  width: 100%;
  background: #ffffff;
  transition: width 0.5s ease;
}
header.site-header .main-navigation ul li.menu-item-has-children {
  padding-right: 22px;
}
header.site-header .main-navigation ul li.menu-item-has-children:hover:before {
  content: "-";
  line-height: 7px;
}
header.site-header .main-navigation ul li.menu-item-has-children:before {
  position: absolute;
  content: "+";
  top: 9px;
  right: 0;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 12px;
  color: #ffffff;
}
header.site-header .main-navigation ul li ul.sub-menu {
  background-color: rgba(159, 161, 77, 0.7);
  flex-direction: column;
  gap: 0;
}
header.site-header .main-navigation ul li ul.sub-menu li::before, header.site-header .main-navigation ul li ul.sub-menu li::after {
  display: none;
}
header.site-header .main-navigation ul li ul.sub-menu li a {
  color: #ffffff;
  padding: 10px 10px;
}
@media (max-width: 991px) {
  header.site-header .main-navigation ul li ul.sub-menu li a {
    padding: 10px 16px;
  }
}
header.site-header .main-navigation ul li ul.sub-menu li a::before, header.site-header .main-navigation ul li ul.sub-menu li a:after {
  display: none;
}
header.site-header .main-navigation ul li a {
  color: #ffffff;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  overflow-y: clip;
  padding-left: 16px;
}
@media (max-width: 1439px) {
  header.site-header .main-navigation ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  header.site-header .main-navigation ul li a {
    font-size: 14px;
  }
}
header.site-header .main-navigation ul li a:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
header.site-header .main-navigation ul li a:after {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  top: 100%;
  transition: all 0.2s;
}
header.site-header .main-navigation ul li a:hover::before {
  transform: translateY(-100%);
  top: 0;
}
header.site-header .main-navigation ul li a:hover::after {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  header.site-header {
    background-color: #9FA14D;
    padding: 10px 0;
    height: 70px;
  }
  header.site-header .site-branding {
    justify-content: center;
  }
  header.site-header a.custom-logo-link {
    padding: 5px;
    background: #ffffff;
    width: auto;
    height: 50px;
  }
  header.site-header a.custom-logo-link img.custom-logo {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    width: 100%;
  }
  header.site-header .main-navigation.toggled .menu-header-menu-container {
    left: 0;
  }
  header.site-header .menu-header-menu-container {
    position: fixed;
    top: 70px;
    left: -280px;
    width: 280px;
    height: calc(100% - 70px);
    background-color: #9FA14D;
    padding: 16px;
    transition: left 0.3s ease-in-out;
    z-index: 9999;
    overflow-y: auto;
  }
  header.site-header .menu-header-menu-container.open {
    left: 0;
  }
  header.site-header .menu-header-menu-container ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  header.site-header .menu-header-menu-container ul li {
    margin-bottom: 0px;
  }
  header.site-header .menu-header-menu-container ul li.focus:before {
    content: "-";
  }
  header.site-header .menu-header-menu-container ul li ul.sub-menu {
    position: relative;
    display: none;
  }
  header.site-header .menu-header-menu-container ul li.focus ul.sub-menu {
    display: flex;
  }
  header.site-header .main-navigation ul li:hover > ul,
  header.site-header .main-navigation ul li.focus > ul {
    display: block !important;
    background: transparent;
    box-shadow: none;
  }
  header.site-header .main-navigation ul li:hover > ul a,
  header.site-header .main-navigation ul li.focus > ul a {
    padding: 5px 16px;
  }
  header.site-header #toggle {
    width: 28px;
    height: 30px;
    /* margin: 10px auto; */
    background: transparent;
    border: 0;
    padding: 0;
    display: block;
  }
  header.site-header #toggle div {
    width: 100%;
    height: 3px;
    background: white;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  header.site-header #toggle.on .one {
    transform: rotate(45deg) translate(2px, 3px);
  }
  header.site-header #toggle.on .two {
    opacity: 0;
  }
  header.site-header #toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
  }
  header.site-header nav#site-navigation {
    order: -1;
    width: auto;
  }
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(0px);
  }
}
body.dark-header header.site-header {
  position: relative;
}
body.dark-header header.site-header.sticky-top {
  position: fixed;
  background-color: #ffffff;
}
body.dark-header header.site-header a.custom-logo-link {
  background-color: #f5f5f5;
}
body.dark-header header.site-header .main-navigation ul li.menu-item-has-children:before {
  color: #000000;
}
body.dark-header header.site-header .main-navigation ul li a {
  color: #000000;
}
body.dark-header header.site-header .main-navigation ul li a::before, body.dark-header header.site-header .main-navigation ul li a:after {
  background-color: #000000;
}
body.dark-header header.site-header .header-button .button {
  background-color: #9FA14D;
  color: #ffffff;
}
body.dark-header header.site-header .header-button .button span.btn-icon {
  background-color: #ffffff;
}
body.dark-header header.site-header .header-button .button span.btn-icon:after, body.dark-header header.site-header .header-button .button span.btn-icon::before {
  filter: invert(64%) sepia(10%) saturate(1765%) hue-rotate(23deg) brightness(94%) contrast(90%);
  -webkit-filter: invert(64%) sepia(10%) saturate(1765%) hue-rotate(23deg) brightness(94%) contrast(90%);
  -moz-filter: invert(64%) sepia(10%) saturate(1765%) hue-rotate(23deg) brightness(94%) contrast(90%);
  -o-filter: invert(64%) sepia(10%) saturate(1765%) hue-rotate(23deg) brightness(94%) contrast(90%);
}

.site-footer {
  background-color: #000000;
  color: #ffffff;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 991px) {
  .site-footer {
    gap: 40px;
    padding-top: 40px;
  }
}
.site-footer .footer-logo {
  text-align: center;
}
.site-footer .footer-logo .footer-logo-wrap {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 1439px) {
  .site-footer .footer-logo .footer-logo-wrap {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-logo .footer-logo-wrap {
    width: 55%;
  }
}
.site-footer .footer-links-wrapper .links-row {
  display: grid;
  grid-template-areas: "col col col col col";
  justify-content: space-between;
  gap: 30px;
  align-items: start;
  gap: 85px;
}
@media (max-width: 1199px) {
  .site-footer .footer-links-wrapper .links-row {
    grid-template-areas: "col col col";
    justify-content: stretch;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-links-wrapper .links-row {
    grid-template-areas: "col col";
    justify-content: stretch;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-links-wrapper .links-row {
    grid-template-areas: "col";
    gap: 20px;
  }
}
.site-footer .footer-links-wrapper .links-row .col:first-child {
  width: 272px;
}
@media (max-width: 1599px) {
  .site-footer .footer-links-wrapper .links-row .col:first-child {
    width: 218px;
  }
}
.site-footer .footer-links-wrapper .links-row .col h6 {
  font-size: 26px;
  line-height: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .site-footer .footer-links-wrapper .links-row .col h6 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-links-wrapper .links-row .col h6 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-links-wrapper .links-row .col .contact-info h6.hover-trans-link {
    margin-bottom: 10px;
  }
}
.site-footer .footer-links-wrapper .links-row .col .contact-info h6.hover-trans-link a {
  font-size: 26px;
  display: inline-block;
  height: 32px;
  overflow: hidden;
  line-height: 100%;
  position: relative;
  width: 100%;
}
@media (max-width: 1599px) {
  .site-footer .footer-links-wrapper .links-row .col .contact-info h6.hover-trans-link a {
    font-size: 18px;
  }
}
.site-footer .footer-links-wrapper .links-row .col .contact-info h6.hover-trans-link a span.normal-link {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  color: #ffffff;
}
.site-footer .footer-links-wrapper .links-row .col .contact-info h6.hover-trans-link a span.hover-link {
  position: absolute;
  left: 0px;
  top: 100%;
  transition: all 0.3s;
  color: #9FA14D;
  margin-top: 20px;
}
.site-footer .footer-links-wrapper .links-row .col .contact-info h6.hover-trans-link a:hover span.normal-link {
  transform: translateY(-120%);
  top: 0;
}
.site-footer .footer-links-wrapper .links-row .col .contact-info h6.hover-trans-link a:hover span.hover-link {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.site-footer .footer-links-wrapper .links-row .col .contact-info h6:last-child {
  line-height: 150%;
  margin-bottom: 0;
  overflow: auto;
}
.site-footer .footer-links-wrapper .links-row .col .contact-info h6:last-child a {
  height: auto;
  overflow: auto;
  line-height: 100%;
  position: relative !important;
}
.site-footer .footer-links-wrapper .links-row .col .contact-info h6:last-child a:hover span {
  color: #9FA14D;
}
.site-footer .footer-links-wrapper .links-row .col .contact-info h6:last-child a span {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  line-height: 150%;
}
.site-footer .footer-links-wrapper .links-row .col .contact-info h6:last-child a span.hover-link {
  display: none !important;
}
.site-footer .footer-links-wrapper .links-row .col .link-info ul {
  list-style: none;
}
.site-footer .footer-links-wrapper .links-row .col .link-info ul li a {
  overflow-y: clip;
  padding-left: 16px;
  position: relative;
  display: inline-flex;
  transition: all 0.2s;
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 1599px) {
  .site-footer .footer-links-wrapper .links-row .col .link-info ul li a {
    font-size: 16px;
  }
}
.site-footer .footer-links-wrapper .links-row .col .link-info ul li a:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.site-footer .footer-links-wrapper .links-row .col .link-info ul li a:after {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #9FA14D;
  position: absolute;
  left: 0px;
  top: 100%;
  transition: all 0.2s;
}
.site-footer .footer-links-wrapper .links-row .col .link-info ul li a:hover {
  color: #9FA14D;
}
.site-footer .footer-links-wrapper .links-row .col .link-info ul li a:hover::before {
  transform: translateY(-100%);
  top: 0;
}
.site-footer .footer-links-wrapper .links-row .col .link-info ul li a:hover::after {
  top: 50%;
  transform: translateY(-50%);
}
.site-footer .footer-links-wrapper .links-row .col .social-info .social-links {
  display: flex;
  gap: 10px;
  list-style-type: none;
}
.site-footer .footer-links-wrapper .links-row .col .social-info .social-links a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.site-footer .footer-links-wrapper .links-row .col .social-info .social-links a svg {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 3px;
  transition: all 0.4s;
}
.site-footer .footer-links-wrapper .links-row .col .social-info .social-links a svg path {
  transition: all 0.4s;
}
.site-footer .footer-links-wrapper .links-row .col .social-info .social-links a.linkedin-link svg {
  border-radius: 3px;
}
.site-footer .footer-links-wrapper .links-row .col .social-info .social-links a.linkedin-link:hover svg {
  background-color: #ffffff;
}
.site-footer .footer-links-wrapper .links-row .col .social-info .social-links a.linkedin-link:hover svg path {
  fill: #0274B3;
}
.site-footer .footer-links-wrapper .links-row .col .social-info .social-links a.twt-link svg {
  padding: 5px;
}
.site-footer .footer-links-wrapper .links-row .col .social-info .social-links a.twt-link svg path {
  fill: #ffffff;
}
.site-footer .footer-links-wrapper .links-row .col .social-info .social-links a.twt-link:hover svg {
  background-color: #ffffff;
}
.site-footer .footer-links-wrapper .links-row .col .social-info .social-links a.twt-link:hover svg path {
  fill: #000000;
}
.site-footer .site-info .container p.copyright-footer {
  text-align: center;
  padding: 30px 0;
  opacity: 0.3;
  font-weight: 500;
  border-top: 1px solid #FFFFFF;
}
@media (max-width: 767px) {
  .site-footer .site-info .container p.copyright-footer {
    font-size: 16px;
    padding: 15px 0;
  }
}
.site-footer .site-info .container p.copyright-footer a:hover {
  color: #9FA14D;
  text-decoration: underline;
}

.button {
  position: relative;
  cursor: pointer;
  letter-spacing: 0;
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.button.primary-button {
  background-color: #ffffff;
  color: #000000;
}
.button span.btn-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #9FA14D;
  position: relative;
  overflow: hidden;
}
.button span.btn-icon::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/diagonal-aerrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  transition: all 0.2s;
}
.button span.btn-icon::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/diagonal-aerrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 100%;
  transform: translateY(-20%) translateX(-50%);
  left: -10px;
  transition: all 0.2s;
}
.button:hover span.btn-icon:before {
  top: 0%;
  transform: translateY(-90%) translateX(100%);
  right: 0;
}
.button:hover span.btn-icon::after {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.button.green-button {
  background-color: #9FA14D;
  color: #ffffff;
}
.button.green-button span.btn-icon {
  background-color: #ffffff;
}
.button.green-button span.btn-icon:after, .button.green-button span.btn-icon::before {
  filter: invert(64%) sepia(10%) saturate(1765%) hue-rotate(23deg) brightness(94%) contrast(90%);
  -webkit-filter: invert(64%) sepia(10%) saturate(1765%) hue-rotate(23deg) brightness(94%) contrast(90%);
  -moz-filter: invert(64%) sepia(10%) saturate(1765%) hue-rotate(23deg) brightness(94%) contrast(90%);
  -o-filter: invert(64%) sepia(10%) saturate(1765%) hue-rotate(23deg) brightness(94%) contrast(90%);
}

.link-with-aerrow {
  padding-bottom: 6px;
  border-bottom: 1px solid #000000;
  font-size: 20px;
  color: #000000;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 1439px) {
  .link-with-aerrow {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .link-with-aerrow {
    font-size: 16px;
  }
}
.link-with-aerrow:hover {
  border-bottom: 2px solid;
  color: #000000;
}
.link-with-aerrow span.link-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: hidden;
}
.link-with-aerrow span.link-icon::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/black-aerrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  transition: all 0.2s;
  padding: 2px;
}
.link-with-aerrow span.link-icon::after {
  padding: 2px;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/black-aerrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 100%;
  transform: translateY(-20%) translateX(-50%);
  left: -10px;
  transition: all 0.2s;
}
.link-with-aerrow:hover span.link-icon:before {
  top: 0%;
  transform: translateY(-90%) translateX(100%);
  right: 0;
}
.link-with-aerrow:hover span.link-icon::after {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.link-with-aerrow.white-link {
  color: #ffffff;
  border-color: #ffffff;
}
.link-with-aerrow.white-link span.link-icon::before, .link-with-aerrow.white-link span.link-icon::after {
  background-image: url("../images/diagonal-aerrow.png");
}

section.hero-inner {
  padding-top: 216px;
  color: #ffffff;
  padding-bottom: 516px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1899px) {
  section.hero-inner {
    padding-bottom: 316px;
  }
}
@media (max-width: 991px) {
  section.hero-inner {
    padding: 120px 0 80px 0;
  }
}
section.hero-inner .hero-content h1 {
  margin-bottom: 40px;
}
@media (max-width: 1599px) {
  section.hero-inner .hero-content h1 {
    margin-bottom: 20px;
  }
}
section.hero-inner .hero-content p {
  font-size: 20px;
  max-width: 700px;
  margin-bottom: 40px;
}
@media (max-width: 1599px) {
  section.hero-inner .hero-content p {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  section.hero-inner .hero-content p {
    margin-bottom: 20px;
  }
}

.two-col-sec-full {
  overflow: hidden;
  padding-right: 80px;
}
@media (max-width: 1899px) {
  .two-col-sec-full {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .two-col-sec-full {
    padding: 40px 20px 0 20px;
  }
}
.two-col-sec-full .two-col-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991px) {
  .two-col-sec-full .two-col-row {
    flex-direction: column;
  }
}
.two-col-sec-full .two-col-row .col {
  flex: 1;
}
.two-col-sec-full .two-col-row .col.col-left .img-wrapper {
  height: 100%;
}
.two-col-sec-full .two-col-row .col.col-left .img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .two-col-sec-full .two-col-row .col.col-left .img-wrapper {
    margin-left: -30px;
  }
}
.two-col-sec-full .two-col-row .col.col-right {
  text-align: center;
  padding: 100px 0;
  align-self: center;
}
@media (max-width: 991px) {
  .two-col-sec-full .two-col-row .col.col-right {
    order: -1;
    padding: 0;
  }
}
.two-col-sec-full .two-col-row .col.col-right .content {
  padding-left: 43px;
  padding-right: 43px;
}
@media (max-width: 1199px) {
  .two-col-sec-full .two-col-row .col.col-right .content {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 991px) {
  .two-col-sec-full .two-col-row .col.col-right .content {
    padding: 0;
  }
}
.two-col-sec-full .two-col-row .col.col-right .content .subtitle-dot {
  color: #9FA14D;
  margin-bottom: 10px;
}
.two-col-sec-full .two-col-row .col.col-right .content p {
  margin-bottom: 30px;
}
.two-col-sec-full .two-col-row .col.col-right .content .small-text {
  padding: 0 100px;
}
@media (max-width: 1439px) {
  .two-col-sec-full .two-col-row .col.col-right .content .small-text {
    padding: 0 30px;
  }
}

.video-sec {
  background-repeat: no-repeat;
  background-size: cover;
}
.video-sec .narrow-container .video-content {
  text-align: center;
}
.video-sec .narrow-container .video-content h2 {
  color: #ffffff;
}
.video-sec .narrow-container .video-content .video-wrapper video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  clip-path: fill-box;
  border-radius: 0.01px;
}

.four-grid-image-wrapper {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .four-grid-image-wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .four-grid-image-wrapper {
    padding-bottom: 40px;
  }
}
.four-grid-image-wrapper .title-sec {
  text-align: center;
  color: #ffffff;
}
.four-grid-image-wrapper .image-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .four-grid-image-wrapper .image-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .four-grid-image-wrapper .image-row {
    grid-template-columns: 1fr;
  }
}
.four-grid-image-wrapper .image-row .col .grid-img-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}
.four-grid-image-wrapper .image-row .col .grid-img-wrapper:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40.75%);
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
  transform: rotate(180deg);
}
.four-grid-image-wrapper .image-row .col .grid-img-wrapper::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 45.34%);
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 200px;
  z-index: 0;
}
.four-grid-image-wrapper .image-row .col .grid-img-wrapper .img-wrap {
  position: relative;
}
.four-grid-image-wrapper .image-row .col .grid-img-wrapper .img-content {
  z-index: 1;
  position: absolute;
  top: 30px;
  width: calc(100% - 60px);
  left: 30px;
  right: 30px;
}
.four-grid-image-wrapper .image-row .col .grid-img-wrapper .img-content span {
  color: #9FA14D;
}
.four-grid-image-wrapper .image-row .col .grid-img-wrapper .img-content h3 {
  color: #ffffff;
}
@media (max-width: 1899px) {
  .four-grid-image-wrapper .image-row .col .grid-img-wrapper .img-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 1599px) {
  .four-grid-image-wrapper .image-row .col .grid-img-wrapper .img-content h3 {
    font-size: 22px;
  }
}
.four-grid-image-wrapper .image-row .col .grid-img-wrapper .hover-text {
  z-index: 1;
  position: absolute;
  bottom: -30%;
  width: calc(100% - 60px);
  left: 30px;
  right: 30px;
  transition: bottom 0.7s;
}
.four-grid-image-wrapper .image-row .col .grid-img-wrapper .hover-text p {
  color: #ffffff;
}
.four-grid-image-wrapper .image-row .col .grid-img-wrapper:hover .img-content > span {
  color: #ffffff;
}
.four-grid-image-wrapper .image-row .col .grid-img-wrapper:hover:before {
  background: #9FA14D;
  opacity: 0.6;
  height: 100%;
}
.four-grid-image-wrapper .image-row .col .grid-img-wrapper:hover .hover-text {
  bottom: 30px;
}
.four-grid-image-wrapper .link-row {
  text-align: center;
}

.project-sec .link-row {
  text-align: center;
  margin-top: 30px;
}
.project-sec .proj-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.project-sec .proj-grid .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.project-sec .proj-grid .item .proj-img {
  height: 100%;
  overflow: hidden;
  width: 100%;
  max-height: 500px;
}
.project-sec .proj-grid .item .proj-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  left: -15px;
  position: relative;
  min-width: 105%;
  transition: left 0.3s;
}
.project-sec .proj-grid .item:hover .proj-img img {
  left: 0;
}
.project-sec .proj-grid .item:hover .icon img {
  transform: rotate(45deg);
  top: 0px;
  left: 0px;
}
.project-sec .proj-grid .item .icon {
  width: 18px;
  display: inline-block;
  height: 24px;
  overflow: hidden;
}
.project-sec .proj-grid .item .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: auto;
  transform: rotate(0deg);
  transition: all 0.3s;
  left: -15px;
  position: relative;
}
.project-sec .proj-grid .item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.project-sec .proj-grid .item .proj-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  align-items: center;
}
.project-sec .proj-grid .item .proj-content h4 {
  margin-bottom: 0;
  color: #000000;
}
.project-sec .proj-grid .item:nth-child(1),
.project-sec .proj-grid .item:nth-child(2) {
  width: calc(50% - 15px);
  flex-basis: calc(50% - 15px);
}
@media (max-width: 991px) {
  .project-sec .proj-grid .item:nth-child(1),
  .project-sec .proj-grid .item:nth-child(2) {
    width: 100%;
    flex-basis: 100%;
  }
}
.project-sec .proj-grid .item:nth-child(3) {
  width: calc(67% - 15px);
  flex-basis: calc(67% - 15px);
}
@media (max-width: 991px) {
  .project-sec .proj-grid .item:nth-child(3) {
    width: 100%;
    flex-basis: 100%;
  }
}
.project-sec .proj-grid .item:nth-child(4) {
  width: calc(33% - 15px);
  flex-basis: calc(33% - 15px);
}
@media (max-width: 991px) {
  .project-sec .proj-grid .item:nth-child(4) {
    width: 100%;
    flex-basis: 100%;
  }
}

.fundament-sec {
  padding-top: 136px;
  padding-bottom: 136px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .fundament-sec {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .fundament-sec {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.fundament-sec h2 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .fundament-sec h2 {
    margin-bottom: 20px;
  }
}

.team-sec .team-row {
  display: flex;
  color: #ffffff;
  gap: 30px;
}
@media (max-width: 991px) {
  .team-sec .team-row {
    flex-direction: column;
  }
}
.team-sec .team-row .col.col-left {
  width: calc(38% - 15px);
  flex-basis: calc(38% - 15px);
}
@media (max-width: 991px) {
  .team-sec .team-row .col.col-left {
    width: 100%;
    flex-basis: 100%;
  }
}
.team-sec .team-row .col.col-right {
  width: calc(62% - 15px);
  flex-basis: calc(62% - 15px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .team-sec .team-row .col.col-right {
    width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 557px) {
  .team-sec .team-row .col.col-right {
    grid-template-columns: 1fr;
  }
}
.team-sec .team-row .col.col-right .team-col {
  color: #ffffff;
}
.team-sec .team-row .col.col-right .team-col h5 {
  margin-bottom: 8px;
  margin-top: 30px;
}
@media (max-width: 557px) {
  .team-sec .team-row .col.col-right .team-col h5 {
    margin-top: 10px;
  }
}
.team-sec .team-row .col.col-right .team-col .team-img-wrapper {
  position: relative;
}
.team-sec .team-row .col.col-right .team-col .team-img-wrapper::before {
  position: absolute;
  content: "";
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.0117647059);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.team-sec .team-row .col.col-right .team-col:hover .team-img-wrapper::before {
  opacity: 1;
}
.team-sec .team-row .col.col-right .team-col img {
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 557px) {
  .team-sec .team-row .col.col-right .team-col img {
    aspect-ratio: auto;
    width: 100%;
  }
}
.team-sec .team-row .col.col-right .team-col p {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.6;
}

.logo-slider .logo-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}
.logo-slider .logo-wrapper .swiper-slide {
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.logo-slider .logo-wrapper .swiper-slide img {
  filter: grayscale(100%);
  height: 43px;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo-slider .logo-wrapper .swiper-slide img:hover {
  filter: none;
}

.counter-sec .counter-row {
  display: grid;
  grid-template-columns: 49.2% 1fr;
}
@media (max-width: 991px) {
  .counter-sec .counter-row {
    grid-template-columns: 1fr;
  }
}
.counter-sec .counter-row .col.col-left .img-wrapper {
  height: 100%;
}
.counter-sec .counter-row .col.col-left .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.counter-sec .counter-row .col.col-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}
@media (max-width: 767px) {
  .counter-sec .counter-row .col.col-right {
    grid-template-columns: repeat(1, 1fr);
  }
}
.counter-sec .counter-row .col.col-right .counter-item {
  padding: 30px;
}
@media (max-width: 767px) {
  .counter-sec .counter-row .col.col-right .counter-item {
    padding: 20px;
  }
}
.counter-sec .counter-row .col.col-right .counter-item.card-h {
  grid-column: span 1;
  grid-row: span 2;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  align-content: center;
}
@media (max-width: 767px) {
  .counter-sec .counter-row .col.col-right .counter-item.card-h {
    order: 3;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.counter-sec .counter-row .col.col-right .counter-item.card-h h3 {
  margin-bottom: 10px;
}
.counter-sec .counter-row .col.col-right .counter-item.card-w {
  align-content: center;
}
.counter-sec .counter-row .col.col-right .counter-item.card-w:nth-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.counter-sec .counter-row .col.col-right .counter-item.card-w h2 {
  margin-bottom: 6px;
  line-height: 100%;
}

.contact-sec .container .contact-row {
  max-width: 1530px;
  margin: 0 auto;
  gap: 30px;
  display: flex;
}
@media (max-width: 991px) {
  .contact-sec .container .contact-row {
    flex-direction: column;
  }
}
.contact-sec .container .contact-row .col {
  flex: 1;
}
.contact-sec .container .contact-row .col.left-contact .contact-form {
  background-color: rgba(0, 0, 0, 0.0392156863);
  padding: 30px;
}
@media (max-width: 767px) {
  .contact-sec .container .contact-row .col.left-contact .contact-form {
    padding: 15px;
  }
}
.contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .gform_heading .gform_title {
  font-size: 40px;
  line-height: 100%;
}
@media (max-width: 1800px) {
  .contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .gform_heading .gform_title {
    font-size: 32px;
  }
}
@media (max-width: 1439px) {
  .contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .gform_heading .gform_title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .gform_heading .gform_title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .gform_heading .gform_title {
    font-size: 24px;
  }
}
.contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .gform_fields {
  gap: 30px;
  flex-direction: column;
  display: flex;
}
.contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .ginput_container input,
.contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .ginput_container textarea {
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent !important;
  width: 100%;
  box-shadow: none;
  inline-size: 100%;
  color: #000000;
  border-radius: 0;
  height: 62px;
  padding: 16px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .ginput_container input,
  .contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .ginput_container textarea {
    font-size: 16px;
  }
}
.contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .ginput_container input:focus, .contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .ginput_container input:focus-visible,
.contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .ginput_container textarea:focus,
.contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .ginput_container textarea:focus-visible {
  outline: none;
}
.contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper textarea {
  height: 160px;
}
.contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .gform-footer.gform_footer {
  justify-content: end;
  display: flex;
  margin-top: 30px;
}
.contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .gform-footer.gform_footer input#gform_submit_button_1 {
  padding: 16px 20px;
  background: #ffffff;
  box-shadow: none;
  border: none;
  border-radius: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: #000000;
  font-family: "Albert Sans", sans-serif;
  display: inline-flex;
  align-items: center;
}
.contact-sec .container .contact-row .col.left-contact .contact-form .gform_wrapper .gform-footer.gform_footer input#gform_submit_button_1:hover {
  background-color: #9FA14D;
  color: #ffffff;
}
.contact-sec .container .contact-row .col.right-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.contact-sec .container .contact-row .col.right-col .top-desc h6,
.contact-sec .container .contact-row .col.right-col .top-desc h2 {
  margin-bottom: 10px;
}
.contact-sec .container .contact-row .col.right-col .contact-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-sec .container .contact-row .col.right-col .contact-list li {
  display: flex;
  gap: 10px;
}
.contact-sec .container .contact-row .col.right-col .contact-list li a:hover {
  color: #9FA14D;
}
.contact-sec .container .contact-row .col.right-col .bottom-des {
  margin-top: 11%;
}
@media (max-width: 991px) {
  .contact-sec .container .contact-row .col.right-col .bottom-des {
    margin-top: 0;
  }
}
.contact-sec .container .contact-row .col.right-col .bottom-des h3 {
  margin-bottom: 6px;
}
.contact-sec .container .contact-row .col.right-col .bottom-des ul.social-links {
  display: flex;
  gap: 10px;
  align-items: center;
  list-style-type: none;
}
.contact-sec .container .contact-row .col.right-col .bottom-des ul.social-links a:hover {
  opacity: 0.8;
}

.accordian-sec .container .row {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .accordian-sec .container .row {
    flex-direction: column;
  }
}
.accordian-sec .container .row .col {
  flex: 1;
}
.accordian-sec .container .row .col.col-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 85px;
}
@media (max-width: 1199px) {
  .accordian-sec .container .row .col.col-left {
    gap: 40px;
  }
}
.accordian-sec .container .row .col.col-left h2 {
  margin-bottom: 10px;
}
.accordian-sec .container .row .col.col-left .top-desc p {
  max-width: 85%;
}
.accordian-sec .container .row .col.col-left .faq-contact {
  padding: 30px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .accordian-sec .container .row .col.col-left .faq-contact {
    padding: 15px;
  }
}
.accordian-sec .container .row .col.col-left .faq-contact h3 {
  margin-bottom: 10px;
}
.accordian-sec .container .row .col.col-left .faq-contact p {
  margin-bottom: 30px;
  max-width: 65%;
}
.accordian-sec .container .row .col.col-right .accordian-wrapper {
  height: 100%;
}
.accordian-sec .container .row .col.col-right .accordian-wrapper .accordion {
  height: 100%;
}
.accordian-sec .container .row .col.col-right .accordian-wrapper .accordion .at-item {
  transition: all 0.5s ease-in-out;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  .accordian-sec .container .row .col.col-right .accordian-wrapper .accordion .at-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.accordian-sec .container .row .col.col-right .accordian-wrapper .accordion .at-item:first-child {
  border-top: 0;
}
.accordian-sec .container .row .col.col-right .accordian-wrapper .accordion .at-item .at-tab {
  color: #666666;
  padding-bottom: 0px;
  margin-top: 10px;
}
.accordian-sec .container .row .col.col-right .accordian-wrapper .accordion .at-item .at-tab ul,
.accordian-sec .container .row .col.col-right .accordian-wrapper .accordion .at-item .at-tab ol {
  padding-left: 30px;
}
.accordian-sec .container .row .col.col-right .accordian-wrapper .accordion .at-item .at-tab p {
  color: #666666;
}
.accordian-sec .container .row .col.col-right .accordian-wrapper .accordion .at-item .at-title {
  position: relative;
  cursor: pointer;
  padding-right: 40px;
  line-height: 100%;
}
.accordian-sec .container .row .col.col-right .accordian-wrapper .accordion .at-item .at-title h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .accordian-sec .container .row .col.col-right .accordian-wrapper .accordion .at-item .at-title h4 {
    font-size: 18px;
  }
}
.accordian-sec .container .row .col.col-right .accordian-wrapper .accordion .at-item .at-title::after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 22px;
}
.accordian-sec .container .row .col.col-right .accordian-wrapper .accordion .at-item .at-title.active::after {
  content: "-";
}

.service-hero h1,
.service-hero h3 {
  margin: 0;
}
.service-hero h3 {
  max-width: 1218px;
  margin: 0 auto;
}
.service-hero.three-col-image h3 {
  font-family: "Reckless Neue";
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1800px) {
  .service-hero.three-col-image h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .service-hero.three-col-image h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .service-hero.three-col-image h3 {
    font-size: 20px;
  }
}
.service-hero.three-col-image .image-row .img-wrapper:first-child {
  width: calc(48% - 15px);
  flex-basis: calc(48% - 15px);
}
@media (max-width: 991px) {
  .service-hero.three-col-image .image-row .img-wrapper:first-child {
    width: 100%;
    flex-basis: 100%;
  }
}
.service-hero.three-col-image .image-row .img-wrapper:nth-child(2) {
  width: calc(30% - 15px);
  flex-basis: calc(30% - 15px);
}
@media (max-width: 991px) {
  .service-hero.three-col-image .image-row .img-wrapper:nth-child(2) {
    width: 100%;
    flex-basis: 100%;
  }
}
.service-hero.three-col-image .image-row .img-wrapper:last-child {
  width: calc(20% - 15px);
  flex-basis: calc(20% - 15px);
}
@media (max-width: 991px) {
  .service-hero.three-col-image .image-row .img-wrapper:last-child {
    width: 100%;
    flex-basis: 100%;
  }
}
.service-hero .image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 60px 0;
}
@media (max-width: 991px) {
  .service-hero .image-row {
    margin: 30px 0;
  }
}
.service-hero .image-row .img-wrapper img {
  height: 100%;
  overflow: hidden;
  width: 100%;
  max-height: 485px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-hero .image-row .img-wrapper:first-child {
  width: calc(33% - 15px);
  flex-basis: calc(33% - 15px);
}
@media (max-width: 991px) {
  .service-hero .image-row .img-wrapper:first-child {
    width: 100%;
    flex-basis: 100%;
  }
}
.service-hero .image-row .img-wrapper:last-child {
  width: calc(67% - 15px);
  flex-basis: calc(67% - 15px);
}
@media (max-width: 991px) {
  .service-hero .image-row .img-wrapper:last-child {
    width: 100%;
    flex-basis: 100%;
  }
}

.service-two-col .container .service-two-col-row {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1199px) {
  .service-two-col .container .service-two-col-row {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .service-two-col .container .service-two-col-row {
    flex-direction: column;
  }
}
.service-two-col .container .service-two-col-row .col {
  flex: 1;
}
.service-two-col .container .service-two-col-row .col h2 {
  margin-bottom: 20px;
}
.service-two-col .container .service-two-col-row .col p:not(:last-child) {
  margin-bottom: 20px;
}
.service-two-col .container .service-two-col-row .col.col-left .button {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .service-two-col .container .service-two-col-row .col.col-left .button {
    margin-top: 20px;
  }
}
.service-two-col .container .service-two-col-row .col.col-right .img-wrapper {
  height: 100%;
}
.service-two-col .container .service-two-col-row .col.col-right .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.klanten-scope-sec .title-sec h2 {
  margin-bottom: 60px;
}
.klanten-scope-sec .scope-grid-row {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .klanten-scope-sec .scope-grid-row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .klanten-scope-sec .scope-grid-row {
    grid-template-columns: 1fr;
  }
}
.klanten-scope-sec .scope-grid-row .scope-grid-col {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 30px;
  color: #ffffff;
  border: 1px solid #ffffff;
  gap: 122px;
}
@media (max-width: 1800px) {
  .klanten-scope-sec .scope-grid-row .scope-grid-col {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .klanten-scope-sec .scope-grid-row .scope-grid-col {
    gap: 40px;
    padding: 20px;
  }
}
.klanten-scope-sec .scope-grid-row .scope-grid-col span.scope-icon {
  width: 80px;
  height: 80px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.klanten-scope-sec .scope-grid-row .scope-grid-col .scope-content h4 {
  margin-bottom: 10px;
}

.klanten-detail-two-image .two-image-row {
  display: flex;
  max-width: 1492px;
  margin: 0 auto;
  gap: 60px;
  align-items: end;
}
@media (max-width: 1199px) {
  .klanten-detail-two-image .two-image-row {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .klanten-detail-two-image .two-image-row {
    flex-direction: column;
    align-items: start;
  }
}
.klanten-detail-two-image .two-image-row .col {
  flex: 1;
}
.klanten-detail-two-image .two-image-row .col:first-child .img-cover {
  height: 646px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .klanten-detail-two-image .two-image-row .col:first-child .img-cover {
    height: auto;
    min-height: 300px;
  }
}
.klanten-detail-two-image .two-image-row .col:last-child .img-cover {
  height: 486px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .klanten-detail-two-image .two-image-row .col:last-child .img-cover {
    height: auto;
    min-height: 300px;
  }
}
.klanten-detail-two-image .two-image-row .col .klanten-col-image {
  position: relative;
  height: 100%;
}
.klanten-detail-two-image .two-image-row .col .klanten-col-image .img-cover {
  width: 100%;
}
.klanten-detail-two-image .two-image-row .col .klanten-col-image .img-cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.klanten-detail-two-image .two-image-row .col .klanten-col-image:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.48%, #000000 85.22%);
  top: 0;
  z-index: 0;
}
.klanten-detail-two-image .two-image-row .col .klanten-col-image .img-cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.klanten-detail-two-image .two-image-row .col .klanten-col-image .klanten-col-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  max-width: 65%;
  color: #ffffff;
  z-index: 1;
}
@media (max-width: 991px) {
  .klanten-detail-two-image .two-image-row .col .klanten-col-image .klanten-col-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 90%;
  }
}/*# sourceMappingURL=style.css.map */