.navbar .logo a img {
  height: 100px;
}
.navigation-menu {
  justify-content: flex-start;
}
.navigation-menu .inner {
  padding-top: 140px;
}
.header .video-bg {
  justify-content: flex-end;
}
.header .container h1 {
  color: #fff;
  font-size: 6vw;
}
.header .perspective {
  opacity: 0.5;
}
.header .video-bg:before {
  background: none;
}


.navbar .right {
  justify-content: flex-end;
}
.swiper-slider .swiper-slide.swiper-slide-active .slide-inner {
  opacity: 0.5;
}
header .left-side {
  width: 16%;
  height: 365px;
  right: 0;
  left: auto;
}
.navigation-menu .inner .menu ul li {
  position: relative;
}
.navigation-menu .inner .menu ul li a {
  font-size: 1.8vw;
}
.navigation-menu .inner .menu ul li ul {
  text-align: left;
  top: 50px;
  width: 350px;
}
.navigation-menu .inner .menu ul li ul li {
  margin: 10px 0;
  position: relative;
  display: block;
}
.navigation-menu .inner .menu ul li ul li a {
  color: #01f7b6;
  font-size: 1.5vw;
}
/*
.navigation-menu .inner .menu ul li:hover ul li ul {
  opacity: 1;
  visibility: visible;
}
 */
.navigation-menu .inner .menu ul li ul li ul {
  top: 0;
  margin-left: 230px;
}
.navigation-menu .inner .menu ul li ul li ul li {
  padding: 0 0 10px 0;
  margin: 0;
}
.navigation-menu .inner .menu ul li ul li ul li a {
  font-size: 15px;
  font-weight: lighter;
  line-height: 20px;
}
.hamburger {
  float:none;
  display: inline-block;
}
.hamburger span {
  background: #fff;
}

.custom-link a {
  color: #D62828;
}
.work-with-us {
  background: #a9d382;
}
.works .project-box .content-box .inner h3 {
  color: #3e6736;
  font-size: 3vw;
  margin-bottom: 2vh;
}
.footer {
  background: #133944;
}
.header .container .tagline h6 {
  color: #fff;
  font-size: 1.5rem;
}
.intro h6,
.works h6,
.work-with-us h6,
.clients h6 {
  font-size: 1.5rem;
}

.footer .footer-quote h2 {
  color: #fff;
}

.work-with-us h4 {
  text-transform: none;
}

.footer .footer-quote img {
  height: 110px;
}
.footer .footer-quote h2 {
  font-size: 2vw;
}

#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #3e6736;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}
#scrollToTop:hover {
  background-color: #D62828;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .header .container h1 {
    font-size: 13vw;
    margin-bottom: 150px;
  }
  .navigation-menu .inner .menu ul li a {
    font-size: 7vw;
  }
  .navigation-menu .inner .menu ul li ul {
    text-align: center;
    width: 100%;
  }
  .navigation-menu .inner .menu ul li ul li {
    margin: 0;
  }

  .navigation-menu .inner .menu ul li ul li a {
    font-size: 20px;
  }

}

