html,
html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
div,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  box-sizing: border-box;
  font-size: 14px;
  scroll-behavior: smooth;
}

figure {
  margin: 0 !important;
}

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

input,
textarea {
  -webkit-appearance: none;
  -webkit-appearance: none;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

input[type="checkbox"] {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

/*
++++++++++++++++++++++++++++
+++++++++ END RESET ++++++++++
++++++++++++++++++++++++++++
*/

:root {
  --primary: #006400;
  --primaryhighlight: #004b00;
  --secondary: #e0bb1e;
  --secondaryhighlight: #b39518;
  --lightblue: #f2f7fc;
  --white: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #1b1b1b;
  text-transform: uppercase;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2.6rem;
  line-height: 1;
}

h3 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h4 {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h5 {
  font-size: 0.85rem;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 1.6rem;
  }
}

p {
  font-family: "Roboto", sans-serif;
  line-height: 1.618013;
  color: #343434;
}

/*
++++++++++++++++++++++++++++
+++++++++ GENERAL ++++++++++
++++++++++++++++++++++++++++
*/

.border-white {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  border: 16px solid #ffffff;
  z-index: 99;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  left: 0;
  height: auto;
  transition: all 0.15s ease-in;
  background-color: #f9f9f9;
  overflow: auto;
}

.wrapper.fix {
  height: 100vh;
  overflow: hidden;
}

.outline {
  outline: 1px solid var(--red);
}

.clearance {
  height: 1rem;
  position: relative;
}

.clearancex2 {
  height: 2rem;
  display: block;
}

.clearancex4 {
  height: 4rem;
  display: block;
}

.separator {
  width: 80%;
  margin: 0 auto;
  height: 2px;
  background-color: #1b1b1b;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66%;
}

.col-10 {
  width: 83.33%;
}

.col-9 {
  width: 74.99%;
}

.col-8 {
  width: 66.66%;
}

.col-7 {
  width: 58.33%;
}

.col-6 {
  width: 49.99%;
}

.col-5 {
  width: 41.66%;
}

.col-4 {
  width: 33.33%;
}

.col-3 {
  width: 24.99%;
}

.col-2 {
  width: 16.66%;
}

.col-1 {
  width: 8.33%;
}

@media only screen and (max-width: 767px) {
  [class*="col-"] {
    width: 100%;
  }
}

.column-2 {
  column-count: 2;
}

@media only screen and (max-width: 767px) {
  .col-2 {
    column-count: 1;
  }
}

.mobile-dis {
  display: block;
}

@media only screen and (max-width: 767px) {
  .mobile-dis {
    display: none;
  }
}

.full-section {
  width: 100%;
}

.box-section {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .box-section {
  }
}

.full-height {
  height: 100vh;
  width: 100%;
}

.gold-font {
  color: #bd9054;
}

.white-font {
  color: #fff;
}

.dark-font {
  color: #1b1b1b;
}

.grey-font {
  color: #343434;
}

.normal-font {
  color: #666;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.flex-start {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}

.flex-apart {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.table-display {
  display: table;
}

.table-cell-display {
  display: table-cell;
}

.block-display {
  display: block;
}

.inline-block-display {
  display: inline-block;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.invisible {
  opacity: 0;
}

.hidden {
  display: none !important;
}

.outline {
  outline: 1px solid red;
}

.outline-kids * {
  outline: 1px solid red;
}

@media only screen and (max-width: 767px) {
  .text-center {
    text-align: left;
  }
}

.bg-green {
  line-height: 3 !important;
  display: inline;
  background: darkgreen;
  color: white;
  padding: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 0.5rem 0 0 darkgreen, -0.5rem 0 0 darkgreen;
}

h1.bg-green {
  font: 700 2rem "Roboto", sans-serif;
  line-height: 2.1 !important;
  display: inline;
  background: darkgreen;
  color: white;
  padding: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 0.5rem 0 0 darkgreen, -0.5rem 0 0 darkgreen;
}

/*
++++++++++++++++++++++++++++
+++++++++++ CTA +++++++++++
++++++++++++++++++++++++++++
*/

.box-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.cta-button {
  display: table;
  padding: 8px 16px;
  font: 700 0.875rem "Roboto", sans-serif;
  font-weight: 700;
  text-transform: ;
  transition: all 0.15s ease-in;
  border-radius: 4px;
  box-shadow: rgba(100, 100, 100, 0.45) 0px 25px 20px -20px;
}

@media only screen and (max-width: 767px) {
  .cta-button {
    font: 700 1rem "Roboto", sans-serif;
    padding: 8px 16px;
  }
}

.cta-button.primary {
  background-color: var(--primary);
  color: white;
}

.cta-button.primary:hover {
  background-color: var(--primaryhighlight);
}

.cta-button.secondary {
  background-color: var(--secondary);
  color: white;
}

.cta-button.secondary:hover {
  background-color: var(--secondaryhighlight);
}

.cta-button.primary-line {
  border: 1x solid #006400;
  color: #006400;
}

.cta-button.primary-line:hover {
  background-color: #ffffff;
  color: #bd9054;
}

.cta-button.white {
  border: 1px solid white;
  color: white;
}

.cta-button.white:hover {
  background-color: #ffffff;
  color: #bd9054;
}

.cta-button.dark {
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
}

.cta-button.dark:hover {
  background-color: #1b1b1b;
  color: #ffffff;
}

.cta-button.line {
  color: #1b1b1b;
}

.cta-button.line:after {
  content: "›";
  margin-left: 8px;
  position: relative;
  right: 0;
  transition: 0.15s all ease-in;
}

.cta-button.line:hover::after {
  right: -4px;
}

.cta-simple {
  display: inline-block;
  margin: 0 0 16px 0;
  color: var(--primary);
  letter-spacing: 1px;
  font: 700 12px "Roboto", sans-serif;
  text-decoration: underline;
}

.cta-zone {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto;
}

.cta-zone > *:not(last-child) {
  margin-right: 8px;
}

/*
++++++++++++++++++++++++++++
++++++++ NAVIGATION ++++++++
++++++++++++++++++++++++++++
*/

/* MODALS */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: rgba(40, 40, 40, 0.8);
  filter: blur(1);
  z-index: -2;
  opacity: 0;
  transition: 0.3s all ease;
}

.modal.show {
  opacity: 1;
  z-index: 10;
}

.modal-close {
  color: var(--dark);
  top: 1px;
  right: 1px;
  font-size: 1.6rem;
  position: absolute;
  z-index: 10;
  line-height: 0;
  height: unset;
  border: unset;
  background-color: var(--white);
  padding: 16px 8px;
  border-radius: 4px;
  cursor: pointer;
}

.modal-close.cancel {
  top: unset;
  right: unset;
  position: unset;
  line-height: unset;
  height: unset;
}

.map-closer {
  top: 104px;
  display: inline-block;
  width: 32px !important;
  right: 16px;
  background-color: var(--dark);
  color: var(--white);
  margin: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}

.modal-carrier {
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 45%;
  opacity: 0;
  transition: 0.3s all ease;
  transform: translate(-50%, -50%);
  width: 80%;
  max-height: 90svh;
  max-width: 1024px;
  background-color: var(--white);
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .modal-carrier {
    max-height: 90svh;
  }
}

.modal-carrier#gallery-mc {
  padding: 8px;
}

.modal-carrier.lrg {
  max-width: 1440px;
  width: calc(100% - 80pxs);
}

.modal-carrier.mdm {
  max-width: 800px;
  width: calc(100% - 80px);
}

.modal-carrier.sml {
  max-width: 480px;
  width: calc(100% - 80px);
}

.modal-carrier.sml .modal--content-left {
  flex: unset;
}

@media only screen and (max-width: 1024px) {
  .modal-carrier.mdm {
    padding: 0;
    width: calc(100% - 16px);
    max-width: 1024px;
  }
}

.modal-carrier.show {
  left: 50%;
  opacity: 1;
  //min-height: 50vh;
}

.modal-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  background-color: var(--white);
  overflow-x: scroll;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 8px solid var(--white);
}

.modal-content #target-image {
  width: 180px;
  height: auto;
  display: block;
}

.modal-image > img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.modal-left,
.modal-right {
  width: 50%;
  height: inherit;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .modal-content {
    height: 80svh;
  }
  .modal-left,
  .modal-right {
    width: 100%;
  }
}

.modal-right {
  position: relative;
  padding: 32px;
  overflow: scroll;
  height: auto;
}

.modal-right > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.modal-right > span > p:not(:last-of-type) {
  margin-right: 8px;
}

.modal-gallery {
  height: 40vh;
}

.modal-gallery-item {
  width: 100%;
  height: inherit;
  border-radius: 6px;
  overflow: hidden;
}

.modal-gallery .flickity-prev-next-button {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  transform: translateY(-50%);
}

.modal-gallery .flickity-page-dots {
  bottom: 16px;
}

.modal-gallery .flickity-page-dots .dot {
  background: #ffffff !important;
  height: 8px;
  width: 8px;
}

.modal-gallery img,
.modal-gallery video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.modal-inner {
  padding: 0 32px;
  width: 100%;
  position: relative;
  height: inherit;
}

.modal-body {
  padding: 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.modal-offkilter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 400px;
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.modal-disclaimer {
  font-size: 10px;
  position: relative;
}

.modal-disclaimer a {
  font-size: 12px;
}

.modal--content {
  display: block;
  justify-content: space-between;
  height: 100%;
  max-height: inherit;
  padding: 32px;
  overflow-y: scroll;
}

.modal--content-left {
  width: calc(33% - 16px);
  height: auto;
}

.modal--content-right {
  width: calc(66% - 16px);
  overflow: scroll;
  padding: 0 32px 0 0;
}

.community .modal--content-left {
  display: none;
}

@media only screen and (max-width: 767px) {
  .modal--content {
    flex-wrap: wrap;
    padding: 16px;
    overflow: scroll;
  }

  .modal--content-right,
  .modal--content-left {
    width: 100%;
    padding: 0;
  }

  .modal--content-right {
    margin: 32px 0 0;
  }
}

.modal-member-image,
.modal-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.modal-carrier.sml .modal--content {
  display: block;
}

.modal-carrier.sml .modal--content > div {
  width: 100%;
}

.modal-carrier.sml .modal--content .modal--content-left {
  height: 180px;
  overflow: hidden;
}

.modal-carrier.sml .modal--content .modal--content-right {
  padding: 16px 0 0;
}

/*
++++++++++++++++++++++++++++
+++++ FOOTER SECTION +++++++
++++++++++++++++++++++++++++
*/

.footer {
  background-color: #1b1b1b;
  padding: 64px 0 16px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background-blend-mode: soft-light;
  background-size: 32px;
  transition: 0.3s all ease-in;
}

.footer-container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .footer-container {
    width: 80%;
  }
}

.footer-first {
  width: 31%;
}

.footer-first > img {
  width: 160px;
}

.footer-second,
.footer-third {
  width: 20%;
}

.footer-second p,
.footer-second ul li a,
.footer-third p {
  color: white;
  line-height: 1.618013;
}

.footer-second ul {
  width: 100%;
  margin: 0;
}

.footer-second ul li a,
.footer-second p {
  color: white;
  line-height: 1.618013;
  display: table;
}

@media only screen and (max-width: 767px) {
  .footer-first {
    width: 100%;
  }

  .footer-second,
  .footer-third {
    width: 49%;
  }

  .footer > p {
    width: 90%;
    margin: 0 auto;
  }
}

.footer-footer {
  background: #1b1b1b;
  padding: 16px 32px;
  color: #ffffff;
  font: 400 12px "Roboto", sans-serif;
}

.footer-footer a {
  color: white;
  text-decoration: underline;
}

/*
++++++++++++++++++++++++++++
+++++++ HEADER TEXT +++++++
++++++++++++++++++++++++++++
*/

h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  color: #1b1b1b;
  position: relative;
  margin: 0 auto;
}

h1 {
}

h2,
h3 {
}

h4,
h5,
h6 {
  position: relative;
}

.border-highlight {
}

.border-highlight::after {
  content: url(../images/bar-highlight.svg);
  position: absolute;
  bottom: -32px;
  width: 64px;
  left: 50%;
  transform: translateX(-50%);
}

.whatsapp-fixed {
  position: fixed;
  z-index: 5;
  width: 60px;
  right: 6%;
  bottom: 6%;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-fixed::before {
  content: "Chat now";
  position: absolute;
  left: 0px;
  top: 50%;
  background-color: white;
  padding: 4px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transform: translateY(-50%);
  width: 150%;
  color: #1b1b1b;
  font: 700 14px "Roboto", sans-serif;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.15s all ease-in-out;
  z-index: -1;
}

.whatsapp-fixed:hover::before {
  left: -90px;
  opacity: 1;
}

/*
++++++++++++++++++++++++++++
++++++++ INFORMATION +++++++++
++++++++++++++++++++++++++++
*/

.box-border-column {
  position: fixed;
  width: 16px;
  height: 100vh;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  pointer-events: none;
}

.box-border-column.left {
  left: 0;
}

.box-border-column.right {
  right: 0;
}

.box-border-row {
  position: fixed;
  width: 100vw;
  height: 16px;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
  pointer-events: none;
}

.box-border-row.top {
  top: 0;
}

.box-border-row.bottom {
  bottom: 0;
}

/*

MOBILE NAV MENU

*/

.mobile-nav-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: darkgreen;
  overflow: hidden;
  z-index: 20;
  right: 100%;
  opacity: 0;
  transition: 0.15s right ease, 0.15s opacity ease 0.5s;
}

.nav-com-des {
  color: white;
  margin: 32px 0 0 0;
}

.nav-sm-bar {
  position: relative;
  margin: 32px 0 0;
}

.nav-sm-bar p {
  color: white;
  font: 700 1rem "Roboto", sans-serif;
  margin-bottom: 16px;
}

.nav-sm-bar img {
  width: 24px;
  margin: 0 8px 0 0;
}

.mobile-nav-menu.active {
  right: 0;
  opacity: 1;
  transition: 0.15s right ease, 0.15s opacity ease;
}

.close-men {
  font: 700 2.4rem "sans-serif";
  color: white;
  position: absolute;
  top: 32px;
  right: 10%;
  cursor: pointer;
}

.mobile-nav {
  width: 80%;
  height: 80vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.mobile-nav ul li a {
  color: white;
  font: 400 2rem "Roboto", sans-serif;
}

/*

SUSTAINABLE SECTION

*/

.green-line {
  width: 100%;
  height: 1px;
  background: #1b1b1b;
  position: relative;
}

/*
.green-line a {
    display: block;
    position: absolute;
    background-color: #f9f9f9;
    padding: 0 24px;
    top: -8px;
    right: 128px;
    font: 700 12px 'Roboto', sans-serif;
    color: #1b1b1b;
    transition: 0.15s all ease-in;
}

.green-line a:hover {
    color: #006400;
}

*/

.green-line div {
  position: absolute;
  top: -20px;
  right: 64px;
  background-color: #f9f9f9;
  padding: 8px;
}

.green-line a {
  width: 24px;
}

.green-line a img {
  width: 24px;
}

input::placeholder,
textarea::placeholder {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}

.bg-video {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  background-color: #2b2b2b;
  background-blend-mode: soft-light;
}

.bg-video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/*
++++++++++++++++++++++++++++
+++++++ HERO SECTION +++++++
++++++++++++++++++++++++++++

*/

.hero-form {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-image: url(../images/mission.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 360px;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 100, 0.45) 0px 25px 20px -20px;
}
@media only screen and (max-width: 1024px) {
  .hero-form {
    width: 100%;
    margin: 32px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-form {
    background-position: left;
  }
}

.hero-info {
  width: 50%;
  margin: 0 0 0 auto;

  a {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  a,
  p {
    color: var(--white);
  }

  span > a {
    border: 1px solid var(--white);
    border-radius: 8px;
    padding: 2px 8px;
    margin: 8px 4px 0 0;
    display: inline-block;
  }

  span > a > i {
    font-size: 14px;
  }
}

.hero-form-container {
  width: 50%;
  margin: 0;
  background-color: #1b1b1b;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 767px) {
  .hero-form-container,
  .hero-info {
    width: 100%;
  }

  .hero-info {
    margin: 0 0 0 32px;
  }
}

.hero-form-container input,
.hero-form-container textarea {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0);
  width: 95%;
  padding: 4px 0 4px 6px;
  margin: 4px;
}

.hero-form-container button {
  padding: 8px 16px;
  margin: 8px 4px;
  background-color: var(--secondary);
}

.hero-section {
  width: 100%;
  max-width: 1440px;
  position: relative;
  padding: 32px 0 64px;
  margin: 0 auto;
}

.hero-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 90% ;
  margin: 0 auto;
}

.hero-logo {
  width: 80px;
  height: auto;
  position: relative;
  display: block;
  /*! margin: 0 auto 32px; */
}

.hero-logo img {
  width: 100%;
}

.hero-nav {
  width: 66%;
  /*! margin: 0 auto; */
  position: relative;
  /*! padding: 0 16px; */
  border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
  .hero-nav {
    width: 80%;
  }

  .hero-header{
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .hero-section {
    padding: 32px 0;
  }

  .hero-header {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .hero-logo {
    width: 120px;
    left: 5%;
    margin: unset;
  }

  .hero-nav {
    display: none;
  }

  .hero-mob-trigger {
    cursor: pointer;
    position: fixed;
    top: 28px;
    right: 5%;
    z-index: 15;
    padding: 24px 16px;
    background-color: #f9f9f9;
  }

  .hero-mob::before,
  .hero-mob::after,
  .hero-mob {
    width: 24px;
    height: 3px;
    background-color: #343434;
    position: relative;
    display: block;
    content: "";
  }

  .hero-mob::before {
    position: absolute;
    top: 8px;
  }

  .hero-mob::after {
    position: absolute;
    top: -8px;
  }
}

.hero-nav ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.hero-nav ul li {
  display: inline-block;
  transition: 0.15s all ease-in-out;
  padding: 8px 16px;
  position: relative;
  /*! border-top: 2px solid #1b1b1b; */
  /*! border-bottom: 2px solid #1b1b1b; */
}

.hero-nav ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.15s all ease-in-out;
  border-radius: 4px;
}

.hero-nav ul li a {
  font-family: "Roboto", sans-serif;
  color: #1b1b1b;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
  font-size: 12px;
}

.hero-nav ul li:hover a {
  color: #ffffff;
}

.hero-nav ul li:hover::after {
  transform: scaleX(1);
}

.hero-body {
  width: 100%;
  margin: 40px auto 32px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
}

.hero-video {
  width: 100%;
  height: auto;
  max-height: 60svh;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 100, 0.45) 0px 25px 20px -20px;
}

@media only screen and (max-width: 1024px) {
  .hero-video {
    width: 100%;
  }
}

.hero-video video {
  width: 100%;
}

.hero-content {
  width: 80%;
  padding: 0 32px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .hero-content {
    width: 100%;
    padding: 32px 32px 0 32px;
    text-align: left;
  }
}

/*
++++++++++++++++++++++++++++
++++++++ INFORMATION +++++++++
++++++++++++++++++++++++++++
*/

#information.full-section {
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 64px 0;
}

#information.full-section::after {
  content: ;
  position: absolute;
  width: 100%;
  height: 32px;
  background-color: #006400;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.information-box {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .information-box {
    width: 90%;
  }
}

.information-container {
  width: 50%;
  position: relative;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .information-container {
    width: 100%;
  }

  .information-container h4 {
    width: 90%;
    position: relative;
    left: 12px;
  }
}

.information-box h4 span,
.information-box p {
  margin: 0 0;
  text-align: ;
  position: relative;
  z-index: 4;
  line-height: 1.8;
}

.information-box h4 {
  display: block;
  margin: 0 0 32px;
}

.information-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  width: 90%;
}

.information-items .information-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 240px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  z-index: -1;
  opacity: 0;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  text-align: center;
  border-radius: 8px;
}

.information-items .information-item p {
  background-color: #2c3e50;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
}

@media only screen and (max-width: 1024px) {
  .information-items {
    margin: 32px 0 0;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    height: 180px;
  }

  .information-items .information-item {
    margin: 48px 0;
    height: 240px;
    border-radius: 0;
  }
}

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

.information-item.active {
  opacity: 1;
  z-index: 99;
  box-shadow: 0px 0px 105px -35px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 105px -35px rgba(0, 0, 0, 0.75);
  -ie-box-shadow: 0px 0px 105px -35px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 105px -35px rgba(0, 0, 0, 0.75);
}

.information-item.prev {
  height: 180px;
  width: 180px;
  z-index: 3;
  opacity: 0.3;
  transform: translate(-125%, -50%);
}

.information-item.next {
  height: 180px;
  width: 180px;
  z-index: 3;
  opacity: 0.3;
  transform: translate(25%, -50%);
}

@media only screen and (max-width: 1024px) {
  .information-item.prev {
    transform: translate(-150%, -50%);
  }

  .information-item.next {
    transform: translate(50%, -50%);
    opacity: 0.5;
  }
}

.information-items .information-button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 275px;
  z-index: 100;
}

.information-button-container .information-button {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  opacity: 0.75;
  transition: all 300ms ease-in-out;
  top: calc(50% - 16px);
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.8));
  -ie-filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.8));
  -moz-filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.8));
  -webkit-filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.8));
}
.information-button-container .information-button > img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.information-button-container .information-button:hover {
  opacity: 1;
}

.information-button-container .information-button:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: -99;
}

.information-button-container .information-button:nth-child(1) {
  left: -32px;
}

.information-button-container .information-button:nth-child(2) {
  right: -32px;
}

/*
++++++++++++++++++++++++++++
++++++++ SECTION 2 +++++++++
++++++++++++++++++++++++++++
*/

#client .flex-center {
  width: 100%;
  margin: 0 auto;
}

.client-carousel {
  width: 100%;
}

.client-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.client-grid > * {
  width: calc(16.66% - 8px);
  height: 180px;
  border: 1px solid #d3d3d3;
  text-align: center;
  display: inline-block;
  padding: 16px;
  margin-bottom: 8px;
  border-radius: 8px;
}

@media only screen and (max-width: 1024px) {
  .client-grid > * {
    width: calc(33% - 8px);
  }
}

@media only screen and (max-width: 767px) {
  .client-grid > * {
    width: calc(50% - 8px);
  }
}

.client-grid > *:not(:nth-of-type(6)) {
  margin-right: 8px;
}

.client-grid > * img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* .client-image {
    width: 200px;
    height: 72px;
    margin: 32px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-image img {
    width: 80%;
} */

/*
++++++++++++++++++++++++++++
++++++++ SECTION 3 +++++++++
++++++++++++++++++++++++++++
*/

.services-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.services-container {
  width: 45%;
  position: relative;
}

.services-container-image {
  width: 80%;
  height: 100%;
  border-radius: 8px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.2);
}

.services-container:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  background-color: #006400;
  top: 32px;
  left: 32px;
  z-index: 1;
  border-radius: 8px;
}

.services-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.services-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 32px 0 0;
  width: 48%;
}

.services-item img {
  width: 10%;
  height: auto;
  margin: 0 3% 0 0;
}

.services-item span {
  font: 700 16px "Roboto", sans-serif;
  width: 85%;
}

.services-item p {
  margin: 12px 0;
}

.our-mission-image {
  width: 36px;
  height: auto;
  margin: 0 0 16px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .services-container {
    width: 100%;
  }

  .services-container-image {
    width: 100%;
    margin: 32px 0 0;
  }

  .services-container:nth-of-type(2)::after,
  .services-container:nth-of-type(2)::before {
    content: unset;
  }

  .services-item {
    width: 49$;
  }
}

@media only screen and (max-width: 767px) {
  .services-item-info {
    width: 90%;
  }

  .services-item {
    width: 100%;
    height: ;
  }
}

.mission-box {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 0;
  background-image: url(../images/mission.webp);
  background-size: cover;
  position: relative;
  justify-content: flex-end;
  display: flex;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 100, 0.45) 0px 25px 20px -20px;
}

.mission-box-container {
  color: #ffffff;
  width: 40%;
  text-align: left;
  position: relative;
  padding: 0 32px;
}

.mission-box-container p {
  font: 700 1.3rem "Roboto", sans-serif;
  margin: 0 0 8px;
  position: relative;
  color: #fff;
}

.mission-box-container span {
  font: 700 1rem "Open Sans", sans-serif;
  color: #ffffff;
  padding: 4px 0;
}

@media only screen and (max-width: 1024px) {
  .mission-box {
    width: 100%;
    padding: 48px 0;
  }

  .mission-box-container {
    width: 50%;
  }

  .mission-box-container p {
    font-size: 1.3rem;
  }

  .mission-statement h5 {
    width: 90%;
    position: relative;
    left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mission-box {
    display: block;
  }

  .mission-box-container {
    width: 80%;
  }
}

/*
++++++++++++++++++++++++++++
++++++++ SECTION 4 +++++++++
++++++++++++++++++++++++++++
*/

section#cases {
  //background-image: url(../images/bg-deco-2.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.cases-info {
  display: table;
}

.cases-body {
  padding: 32px 32px;
  width: 50%;
}

.cases-body ul {
  margin: 16px 0 0;
  padding: 0 16px;
  list-style: url(../images/check-circle.svg);
}

.cases-body ul li {
  font: 700 1rem "Roboto", sans-serif;
  margin: 0 0 8px;
}

.cases-body ul li a {
  text-decoration: none;
  color: #343434;
}

.cases-body ul li a:hover {
  color: #111111;
}

.cases-image {
  position: relative;
}

.cases-image img {
  background-color: #d3d3d3;
  width: 95%;
  height: 300px;
  position: relative;
  left: 5%;
}

.case-carousel {
  width: 50%;
  height: auto;
}

.case-image {
  width: 100%;
  height: 360px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 32px;
  display: inline;
}

.case-image img {
  height: 360px;
  object-fit: cover;
}

.case-image.one::before,
.case-image.two::before,
.case-image.uk::before {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 16px 4px;
  background-color: #f9f9f9;
  color: #101820;
  font: 700 1rem "Roboto", sans-serif;
  letter-spacing: 1px;
  z-index: 10;
}

@media only screen and (max-width: 1024px) {
  #cases .border-highlight {
    text-align: center;
  }

  #cases .border-highlight::after {
    left: 50%;
  }

  .cases-body,
  .case-carousel {
    width: 100%;
    display: block;
  }

  .cases-image img {
    left: unset;
    width: 100%;
    margin: 32px 0 0 0;
  }
}

.showcase-video {
  width: 100%;
  height: auto;
}

.row {
  display: flex;
}

.row .col {
  flex: 1;
}

.row .col:last-child {
  margin-left: ;
}

/* Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #2c3e50;
  font-weight: bold;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  /* Icon */
}

.tab-label:hover {
  background: #1a252f;
}

.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.5s;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  transition: all 0.5s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.tab-close:hover {
  background: #1a252f;
}

input:checked + .tab-label {
  background: #1a252f;
}

input:checked + .tab-label::after {
  transform: rotate(90deg);
}

input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

/*
++++++++++++++++++++++++++++
++++++++ SECTION 5 +++++++++
++++++++++++++++++++++++++++
*/

.project-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.project-item {
  width: 23%;
  margin: 0 2% 2% 0;
  position: relative;
  display: table-cell;
  background-color: unset;
  cursor: pointer;
}

.proj-info-icon {
  position: absolute;
  filter: invert(1);
  top: 12px;
  right: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.proj-info-icon i {
  font-size: 1.3rem;
}

.project-item:nth-last-of-type(3) {
  //margin: 0 0 2% 0;
}

.project-item h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 16px;
}

.project-item h3 + div {
  display: flex;
  margin-top: 8px;
}

.project-item h3 + div p {
  font-size: 12px;
  color: #898989;
  margin-right: 8px;
  font-weight: 200;
}

.project-item h3 + div p:not(:last-of-type) {
  margin-right: 16px;
}

.project-item h3 + div p i {
  margin-right: 8px;
}

.project-info {
  position: relative;
  padding: 16px;
}

.project-info * {
  color: ;
}

.project-info li {
  padding: 0 0;
}

.project-info img {
  height: 24px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}

.project-info p {
  display: inline-block;
  vertical-align: middle;
}

.project-info li p {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: none;
}

.project-info img {
  height: 14px;
  display: inline-block;
}

.project-image {
  width: 100%;
  background-color: #d3d3d3;
  display: table-cell;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s all ease-in;
  box-shadow: rgba(100, 100, 100, 0.45) 0px 25px 20px -20px;
}

.project-image:hover {
  box-shadow: rgba(100, 100, 100, 0.75) 0px 25px 20px -20px;
}

.project-image img {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .project-item {
    width: 48%;
  }

  .project-item:nth-of-type(even) {
    margin: 0 0 32px 0;
  }

  .project-item:nth-of-type(odd) {
    margin: 0 2% 32px 0;
  }
}

@media only screen and (max-width: 767px) {
  .project-item {
    width: 48%;
  }
}

/*
++++++++++++++++++++++++++++
++++++++ SECTION 6 +++++++++
++++++++++++++++++++++++++++
*/

#about.section-6 {
}

#about .box-section {
}

.about-container {
  padding: 32px 0;
}

.about-item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 32px 0;
}

.about-item:nth-of-type(1) {
  width: 30%;
  text-align: center;
}

.about-item:nth-of-type(2) {
  width: 69%;
}

.about-item h2,
.about-item p {
  color: #343434;
}

.about-item p {
  font: 400 16px "Roboto", sans-serif;
  position: relative;
}

.about-item p::before {
  content: "“";
  position: absolute;
  top: -32px;
  left: -32px;
  font-size: 200px;
  font-family: "Noto Serif", serif;
  color: rgba(0, 0, 0, 0.2);
}

.about-item img {
  width: 80%;
  height: auto;
}

.about-item .border-highlight {
  text-align: left;
}

.about-item .border-highlight::after {
  left: 0;
  transform: unset;
}

.about-item h4 {
  text-align: center;
}

.about-item .name-plate {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  //background-color: white;
  //box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  font: 700 14px "Roboto", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 8px 4px;
  margin: 0 0 16px 0;
}

.about-theme {
  width: 100%;
  padding: 6px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.about-theme img {
  width: 40px;
  height: auto;
  margin: 0 16px 0 0;
}

.about-theme p {
  font: 700 1.3rem "Lora", serif;
  color: #ffffff;
  margin: 0 0 0 16px;
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
  .about-item img {
  }

  #about.section-6 {
    display: block;
    padding: 32px 0;
  }

  .about-item:nth-of-type(1),
  .about-item:nth-of-type(2) {
    display: block;
    width: 100%;
    padding: 16px 0;
  }

  .about-item:nth-of-type(3) {
    display: block;
  }

  .about-theme {
    margin: 0 0 32px 0;
  }
}

/*
++++++++++++++++++++++++++++
++++++++ NEWS +++++++++
++++++++++++++++++++++++++++
*/

.news-container {
}

.news-item {
  width: 30%;
  margin-right: 3%;
}

.news-item p {
  font-weight: 700;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .news-item {
    width: 80%;
    margin: 10%;
  }
}

.news-image {
  width: 100%;
  height: 180px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #d3d3d3;
}

.news-item h4 {
  margin: 8px 0;
}

/*
++++++++++++++++++++++++++++
++++++++ Contact +++++++++
++++++++++++++++++++++++++++
*/

.container-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.container-flex div.media-item {
  width: 25%;
}

.container-flex div.media-item a {
  display: inline-block;
  padding: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container-flex div.media-item {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .container-flex div.media-item {
    width: 100%;
  }
}

.media-item img {
  widows: 100%;
  display: block;
  box-shadow: rgba(100, 100, 100, 0.45) 0px 25px 20px -20px;
  border-radius: 8px;
}

.media-item p:first-of-type {
  margin: 16px 0 0 0;
  font-weight: 600;
  width: 100%;
  font-size: 1.3rem;
  overflow: hidden;
  line-height: 2rem;
  min-height: 4rem;
  max-height: 4rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.media-item p:nth-of-type(2) {
  font-weight: 200;
  font-style: italic;
}

p.arabic {
  direction: rtl;
  text-align: right;
  float: right;
}
