.top {
  position: fixed;
  height: 85px;
  background-color: #FFF;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 300;
}

.top-container {
  max-width: 1230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 1210px) {
  .top {
    padding: 0 15px;
    max-width: none;
  }
}

@media screen and (max-width: 600px) {
  .top {
    display: block;
    height: auto;
  }
}

.company-logo-img a {
  display: block;
  padding: 8px;
}

@media screen and (max-width: 600px) {
  .company-logo-img a {
    text-align: center;
    padding: 8px;
  }
}

.company-logo-img img {
  height: 62px;
}

@media screen and (max-width: 600px) {
  .company-logo-img img {
    height: 48px;
  }
}

.nav-menu-items {
  font-size: 18px;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .nav-menu-items {
    text-align: center;
  }
}

.nav-menu-items li {
  display: inline-block;
}

.nav-menu-items a {
  position: relative;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  display: block;
  padding: 25px;
  color: #000;
  text-decoration: none;
  font-size: 17px;
}

.nav-menu-items a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1210px) {
  .nav-menu-items a {
    padding: 1vw;
  }
}

.nav-menu-items a:after,
.nav-menu-items a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  transition: top .2s ease-out, right .2s ease-out, opacity .2s ease-out, transform 2s ease-out;
  content: "";
  border-width: 10px 7px;
  border-color: transparent;
  border-style: solid;
  margin: -10px -7px 0 0;
  opacity: 0;
}

@media screen and (max-width: 1210px) {

  .nav-menu-items a:after,
  .nav-menu-items a:before {
    display: none;
  }
}

.nav-menu-items a:after,
.nav-menu-items a:before {
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: auto;
  left: auto;
}

.nav-menu-items li:nth-child(1) a:after {
  border-top-color: #77c5b7;
}

.nav-menu-items li:nth-child(1) a:before {
  border-bottom-color: #004832;
}

.nav-menu-items li:nth-child(1) a:hover,
.nav-menu-items li:nth-child(1) a.\--is-active {
  color: #77c5b7;
}

.nav-menu-items li:nth-child(1) a:hover:after,
.nav-menu-items li:nth-child(1) a.\--is-active:after {
  position: absolute;
  top: 10%;
  right: 90%;
  bottom: auto;
  left: auto;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav-menu-items li:nth-child(1) a:hover:before,
.nav-menu-items li:nth-child(1) a.\--is-active:before {
  position: absolute;
  top: 90%;
  right: 10%;
  bottom: auto;
  left: auto;
  -ms-transform: rotate(-150deg);
  -webkit-transform: rotate(-150deg);
  transform: rotate(-150deg);
}

.nav-menu-items li:nth-child(2) a:after {
  border-top-color: #fcf7bc;
}

.nav-menu-items li:nth-child(2) a:before {
  border-bottom-color: #95c11a;
}

.nav-menu-items li:nth-child(2) a:hover,
.nav-menu-items li:nth-child(2) a.\--is-active {
  color: #95c11a;
}

.nav-menu-items li:nth-child(2) a:hover:after,
.nav-menu-items li:nth-child(2) a.\--is-active:after {
  position: absolute;
  top: 20%;
  right: 0%;
  bottom: auto;
  left: auto;
  -ms-transform: rotate(-120deg);
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}

.nav-menu-items li:nth-child(2) a:hover:before,
.nav-menu-items li:nth-child(2) a.\--is-active:before {
  position: absolute;
  top: 30%;
  right: 30%;
  bottom: auto;
  left: auto;
  -ms-transform: rotate(170deg);
  -webkit-transform: rotate(170deg);
  transform: rotate(170deg);
}

.nav-menu-items li:nth-child(3) a:after {
  border-top-color: #f39100;
}

.nav-menu-items li:nth-child(3) a:before {
  border-bottom-color: #199696;
}

.nav-menu-items li:nth-child(3) a:hover,
.nav-menu-items li:nth-child(3) a.\--is-active {
  color: #f39100;
}

.nav-menu-items li:nth-child(3) a:hover:after,
.nav-menu-items li:nth-child(3) a.\--is-active:after {
  position: absolute;
  top: 65%;
  right: 20%;
  bottom: auto;
  left: auto;
  -ms-transform: rotate(100deg);
  -webkit-transform: rotate(100deg);
  transform: rotate(100deg);
}

.nav-menu-items li:nth-child(3) a:hover:before,
.nav-menu-items li:nth-child(3) a.\--is-active:before {
  position: absolute;
  top: 25%;
  right: 80%;
  bottom: auto;
  left: auto;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-menu-items li:nth-child(4) a:after {
  border-top-color: #00836e;
}

.nav-menu-items li:nth-child(4) a:before {
  border-bottom-color: #f9b000;
}

.nav-menu-items li:nth-child(4) a:hover,
.nav-menu-items li:nth-child(4) a.\--is-active {
  color: #00836e;
}

.nav-menu-items li:nth-child(4) a:hover:after,
.nav-menu-items li:nth-child(4) a.\--is-active:after {
  position: absolute;
  top: 20%;
  right: 100%;
  bottom: auto;
  left: auto;
  -ms-transform: rotate(-110deg);
  -webkit-transform: rotate(-110deg);
  transform: rotate(-110deg);
}

.nav-menu-items li:nth-child(4) a:hover:before,
.nav-menu-items li:nth-child(4) a.\--is-active:before {
  position: absolute;
  top: 30%;
  right: 70%;
  bottom: auto;
  left: auto;
  -ms-transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.nav-menu-items li:nth-child(5) a:after {
  border-top-color: #dd7300;
}

.nav-menu-items li:nth-child(5) a:before {
  border-bottom-color: #688919;
}

.nav-menu-items li:nth-child(5) a:hover,
.nav-menu-items li:nth-child(5) a.\--is-active {
  color: #dd7300;
}

.nav-menu-items li:nth-child(5) a:hover:after,
.nav-menu-items li:nth-child(5) a.\--is-active:after {
  position: absolute;
  top: 90%;
  right: 60%;
  bottom: auto;
  left: auto;
  -ms-transform: rotate(100deg);
  -webkit-transform: rotate(100deg);
  transform: rotate(100deg);
}

.nav-menu-items li:nth-child(5) a:hover:before,
.nav-menu-items li:nth-child(5) a.\--is-active:before {
  position: absolute;
  top: 20%;
  right: 30%;
  bottom: auto;
  left: auto;
  -ms-transform: rotate(-160deg);
  -webkit-transform: rotate(-160deg);
  transform: rotate(-160deg);
}

.nav-menu-items li:nth-child(6) a:after {
  border-top-color: #688919;
}

.nav-menu-items li:nth-child(6) a:before {
  border-bottom-color: #adcc51;
}

.nav-menu-items li:nth-child(6) a:hover,
.nav-menu-items li:nth-child(6) a.\--is-active {
  color: #688919;
}

.nav-menu-items li:nth-child(6) a:hover:after,
.nav-menu-items li:nth-child(6) a.\--is-active:after {
  position: absolute;
  top: 90%;
  right: 60%;
  bottom: auto;
  left: auto;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav-menu-items li:nth-child(6) a:hover:before,
.nav-menu-items li:nth-child(6) a.\--is-active:before {
  position: absolute;
  top: 30%;
  right: 30%;
  bottom: auto;
  left: auto;
  -ms-transform: rotate(-210deg);
  -webkit-transform: rotate(-210deg);
  transform: rotate(-210deg);
}

.nav-menu-items li:nth-child(7) a:after {
  border-top-color: #adcc51;
}

.nav-menu-items li:nth-child(7) a:before {
  border-bottom-color: #335a09;
}

.nav-menu-items li:nth-child(7) a:hover,
.nav-menu-items li:nth-child(7) a.\--is-active {
  color: #adcc51;
}

.nav-menu-items li:nth-child(7) a:hover:after,
.nav-menu-items li:nth-child(7) a.\--is-active:after {
  position: absolute;
  top: 80%;
  right: 30%;
  bottom: auto;
  left: auto;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav-menu-items li:nth-child(7) a:hover:before,
.nav-menu-items li:nth-child(7) a.\--is-active:before {
  position: absolute;
  top: 20%;
  right: 60%;
  bottom: auto;
  left: auto;
  -ms-transform: rotate(-210deg);
  -webkit-transform: rotate(-210deg);
  transform: rotate(-210deg);
}

.nav-menu-items .\--is-active,
.nav-menu-items a:hover {
  color: #6bbbae;
}

@media screen and (max-width: 1210px) {

  .nav-menu-items .\--is-active,
  .nav-menu-items a:hover {
    background-color: #eee;
  }
}

.nav-menu-items a:hover:after,
.nav-menu-items a:hover:before,
.nav-menu-items .\--is-active:after,
.nav-menu-items .\--is-active:before {
  opacity: 1;
}

/* Desktop Dropdown Menu Styles */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  cursor: pointer;
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  min-width: 250px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 0;
  list-style: none;
}

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.nav-dropdown-menu li {
  display: block;
  border-bottom: 1px solid #f5f5f5;
}

.nav-dropdown-menu li:last-child {
  border-bottom: none;
}

.nav-dropdown-menu a {
  display: block;
  padding: 18px 25px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.nav-dropdown-menu a:hover {
  background-color: #f8f8f8;
  color: #be531c;
}

/* Triangle animations for dropdown menu items */
.nav-dropdown-menu a:after,
.nav-dropdown-menu a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  transition: top .2s ease-out, right .2s ease-out, opacity .2s ease-out, transform 2s ease-out;
  content: "";
  border-width: 10px 7px;
  border-color: transparent;
  border-style: solid;
  margin: -10px -7px 0 0;
  opacity: 0;
}

.nav-dropdown-menu a:after,
.nav-dropdown-menu a:before {
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: auto;
  left: auto;
}

.nav-dropdown-menu li:nth-child(1) a:after {
  border-top-color: #dd7300;
}

.nav-dropdown-menu li:nth-child(1) a:before {
  border-bottom-color: #004c18;
}

.nav-dropdown-menu li:nth-child(1) a:hover:after {
  position: absolute;
  top: 25%;
  right: 75%;
  opacity: 1;
  transform: rotate(45deg);
}

.nav-dropdown-menu li:nth-child(1) a:hover:before {
  position: absolute;
  top: 75%;
  right: 25%;
  opacity: 1;
  transform: rotate(-135deg);
}

.nav-dropdown-menu li:nth-child(2) a:after {
  border-top-color: #f9b000;
}

.nav-dropdown-menu li:nth-child(2) a:before {
  border-bottom-color: #a15616;
}

.nav-dropdown-menu li:nth-child(2) a:hover:after {
  position: absolute;
  top: 30%;
  right: 30%;
  opacity: 1;
  transform: rotate(90deg);
}

.nav-dropdown-menu li:nth-child(2) a:hover:before {
  position: absolute;
  top: 70%;
  right: 70%;
  opacity: 1;
  transform: rotate(-90deg);
}

.nav-dropdown-menu li:nth-child(3) a:after {
  border-top-color: #77c5b7;
}

.nav-dropdown-menu li:nth-child(3) a:before {
  border-bottom-color: #dd7300;
}

.nav-dropdown-menu li:nth-child(3) a:hover:after {
  position: absolute;
  top: 25%;
  right: 70%;
  opacity: 1;
  transform: rotate(135deg);
}

.nav-dropdown-menu li:nth-child(3) a:hover:before {
  position: absolute;
  top: 75%;
  right: 30%;
  opacity: 1;
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.98);
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 299;
}

.mobile-menu ul {
  margin-top: 100px;
}

.mobile-menu li {
  padding: 10px;
}

.mobile-menu li a {
  color: #000;
  text-decoration: none;
  font-size: 17px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Mobile Dropdown Menu Styles */
.mobile-dropdown {
  position: relative;
}

.mobile-dropdown-toggle {
  cursor: pointer;
  position: relative;
  display: block;
}

.mobile-chevron {
  font-size: 14px;
  margin-left: 8px;
  transition: transform 0.3s ease;
  display: inline-block;
  vertical-align: middle;
}

.mobile-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #f8f8f8;
  border-radius: 4px;
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

.mobile-dropdown.active .mobile-dropdown-menu {
  max-height: 150px;
}

.mobile-dropdown.active .mobile-chevron {
  transform: rotate(180deg);
}

.mobile-dropdown-menu li {
  padding: 5px 15px;
}

.mobile-dropdown-menu li:first-child {
  padding-top: 10px;
}

.mobile-dropdown-menu li:last-child {
  padding-bottom: 10px;
}

.mobile-dropdown-menu a {
  font-size: 15px;
  color: #666;
  padding: 3px 0;
  display: block;
  text-decoration: none;
}

.mobile-menu-icon {
  display: none;
}

.mobile-menu-icon img {
  height: 35px;
  cursor: pointer;
  margin-right: 10px;
  z-index: 1001;
}

@media screen and (max-width: 932px) {
  .mobile-menu-icon {
    display: block;
  }

  .nav-menu {
    display: none;
  }
}

.intro {
  position: relative;
  padding: 0 186px;
  max-width: 1118px;
  margin: 0 auto;

}

.intro-bg {
  background-image: url(graphics/header-bg.png);
  background-position: center top;
}

@media screen and (max-width: 1024px) {
  .intro {
    padding: 0;
  }
}

.intro-motto {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  color: #fff;
  width: 558px;
  height: 320px;
  font-size: 85px;
  transform: translate(-50%, 0);
  font-family: "bebas_neue", Arial, sans-serif;
  font-weight: 200;
  line-height: .8;
  z-index: 200;
  clip-path: polygon(93px 0, 465px 0%, 100% 50%, 465px 100%, 93px 100%, 0% 50%);
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1210px) {
  .intro-motto {
    font-size: 8vw;
  }
}

@media screen and (max-width: 600px) {
  .intro-motto {
    clip-path: polygon(10% 0, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
    ;
    width: 60%;
    height: min-content;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.intro-motto span {
  display: block;
}

.intro-motto strong {
  display: block;
  font-weight: 500;
}

.intro-slider {
  position: relative;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  width: 930px;
  height: 480px;
  /* max-height: 480px; */
  /* padding-bottom: 51.5%; */
  padding-bottom: 51.5%;
  opacity: 0;
  /* margin:0 auto; */
}

.intro-slider img,
.intro-slider-reverse img {
  clip-path: polygon(30% 0, 70% 0, 100% 100%, 0% 100%);
  min-width: 932px;
  min-height: 480px;
  width: 932px;
  height: 480px;
}

.intro-slider-reverse img {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 30% 100%);
}

.intro-slider.\--is-active {
  opacity: 1;
}

.intro-slider:first-of-type {
  margin-left: 186px;
  animation: intro-project-1 10s ease-out forwards;
}

@media screen and (max-width: 600px) {
  .intro-slider:first-of-type {
    animation: none !important;
    margin-left: 0;
  }
}

.intro-slider:last-of-type {
  animation: intro-project-2 8s ease-out forwards;
}

@media screen and (max-width: 600px) {
  .intro-slider:last-of-type {
    animation: none !important;
  }
}


@media screen and (max-width: 932px) {

  .intro-slider img,
  .intro-slider-reverse img {
    clip-path: none;
    min-width: 100%;
    min-height: 1px;
    width: 100%;
    height: 100%;
  }

  .intro-slider {
    animation: none !important;
    margin-left: 0 !important;
    min-width: 100%;
    min-height: 1px;
    width: 100%;
    height: 100%;
  }
}

.intro-slider img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: linear;
  opacity: 0;
  max-width: 100vw;
  height: 100%;
}

.intro-slider .\--is-active {
  opacity: 1;
}

@keyframes intro-project-1 {

  0%,
  12% {
    margin-left: 186px;
  }

  24%,
  36% {
    margin-left: 0;
  }

  48%,
  60%,
  100% {
    margin-left: -186px;
  }
}

@keyframes intro-project-2 {

  0%,
  12% {
    margin-left: 0;
  }

  24%,
  36% {
    margin-left: -186px;
  }

  48%,
  60% {
    margin-left: 0;
  }
}