.top-section {
  background-image: url('../images/top-banner-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.top-section.product-list {
  background-position: 50% 50%;
}

.top-section.projects {
  background-position: 50% 50%;
}

.header {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #fff 25%, hsla(0, 0%, 100%, .75));
  background-image: linear-gradient(180deg, #fff 25%, hsla(0, 0%, 100%, .75));
  text-align: center;
}

.header.mobile {
  display: block;
}

.header.product-list {
  margin-bottom: 50px;
  text-align: left;
}

.header.projects {
  margin-bottom: 50px;
  text-align: right;
}

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

.logo-link.product-list {
  margin-left: 20px;
}

.logo-link.projects {
  margin-right: 20px;
}

.tagline-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 12% 20px;
  text-align: center;
}

.tagline-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 15px;
}

.tagline {
  display: inline-block;
  padding: 22px 15px;
  background-color: #6192d4;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 50px;
  text-decoration: none;
  text-transform: uppercase;
}

.rectangle-bar {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.content-section {
  padding-bottom: 30px;
  background-image: url('../images/content-bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-wrapper {
  position: static;
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
}

.content-wrapper.contact {
  text-align: left;
}

.content-header {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.content-header-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  margin-top: -45px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ccc;
}

.headline {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #444;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.content-text {
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  color: #777;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.content-text.servicesmaintenance {
  margin-bottom: 15px;
}

.footer-section {
  padding: 20px 10px;
  background-color: hsla(0, 0%, 100%, .8);
}

.footer-text {
  font-family: Lato, sans-serif;
  color: #aaa;
  text-align: center;
}

.items-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.item-link {
  position: relative;
  width: 32.9%;
  padding: 15px 20px 25px;
  border-right: 1px solid #fff;
  background-color: #6192d4;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.item-text {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.item-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
}

.item-overlay.product {
  background-image: url('../images/item-bg-product-bw.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.item-overlay.services {
  background-image: url('../images/item-bg-services-bw.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.item-overlay.design {
  background-image: url('../images/item-bg-design-bw.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.item-headline {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .25);
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.item-summary {
  font-family: Lato, sans-serif;
  color: #ddd;
}

.item-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-btn {
  position: absolute;
  left: 50%;
  display: inline-block;
  margin-top: 20px;
  margin-left: -300px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #33547f;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  text-align: left;
}

.nav-btn:hover {
  -webkit-transform: translate(-15px, 0px);
  -ms-transform: translate(-15px, 0px);
  transform: translate(-15px, 0px);
}

.nav-btn.right {
  left: auto;
  right: 50%;
  margin-right: -360px;
  margin-left: 0px;
}

.nav-btn.right:hover {
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

.nav-btn.right.product-list {
  right: 0%;
  margin-right: 30px;
}

.nav-btn.projects {
  left: 0%;
  margin-left: 30px;
}

.nav-btn-arrow {
  margin-top: -8px;
}

.nav-btn-arrow.right {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.nav-btn-arrow.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-btn-text {
  display: inline-block;
  padding-top: 2px;
  padding-left: 15px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.nav-btn-text.right {
  padding-right: 15px;
  padding-left: 0px;
}

.contact-wrapper {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background-image: url('../images/contact-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .3);
}

.contact-box {
  display: inline-block;
  width: 48%;
  margin: 20px 1%;
  padding: 15px;
  float: left;
  background-color: rgba(51, 84, 127, .75);
}

.contact-headline {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.contact-text {
  font-family: Lato, sans-serif;
  color: #fff;
}

.contact-label {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.form-wrapper {
  padding-top: 15px;
}

.submit-btn {
  display: block;
  margin-top: 20px;
  padding: 12px 20px;
  float: right;
  border-radius: 5px;
  background-color: #515151;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}

.submit-btn.dummy {
  display: none;
  color: #fff;
}

.input-field {
  border-radius: 5px;
}

.contact-detail {
  padding-top: 10px;
}

.contact-detail-text {
  display: inline-block;
  padding-left: 15px;
  float: left;
  font-family: Lato, sans-serif;
  color: #fff;
}

.contact-detail-icon {
  padding-top: 5px;
  float: left;
}

.navlink {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #33547f;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.client-name {
  font-family: Oswald, sans-serif;
}

.subheader {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #33547f;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.project-list-wrapper {
  text-align: left;
}

.project-img {
  width: 29.9%;
  margin: 20px 1.5%;
  -webkit-transition: box-shadow 500ms ease-out, opacity 500ms ease-out, -webkit-transform 500ms ease-out;
  transition: box-shadow 500ms ease-out, opacity 500ms ease-out, -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out, box-shadow 500ms ease-out, opacity 500ms ease-out;
  transition: transform 500ms ease-out, box-shadow 500ms ease-out, opacity 500ms ease-out, -webkit-transform 500ms ease-out;
}

.project-img:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  opacity: 0.75;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.project-img-item {
  width: 100%;
}

.listing-left {
  display: inline-block;
  width: 48%;
  margin-right: 1%;
  margin-bottom: 10px;
  margin-left: 1%;
}

.listing-left.rightlisting {
  float: right;
}

.listing-left.leftlisting {
  float: left;
}

.productlist {
  font-family: Exo, sans-serif;
  color: #777;
  font-size: 18px;
  text-align: left;
}

.productlist-item {
  margin-bottom: 5px;
}

.productlist-wrapper {
  padding: 20px 10px 10px;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.productlist-item-wrapper {
  position: relative;
}

html.w-mod-js *[data-ix="item-overlay"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="tagline-ani"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media (max-width: 991px) {
  .header {
    display: none;
  }
  .content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-btn {
    left: 20px;
    margin-left: 0px;
  }
  .nav-btn.right {
    right: 20px;
    margin-right: 0px;
  }
  .subheader {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .header {
    display: none;
  }
  .header.mobile {
    display: block;
  }
  .company-logo.mobile {
    width: 60px;
  }
  .content-wrapper.contact {
    padding-bottom: 20px;
  }
  .item-link {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-btn {
    position: static;
    display: none;
  }
  .contact-box {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .navlink {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .menu-btn.w--open {
    border-radius: 5px;
    background-color: #515151;
  }
  .nav-menu {
    padding-top: 10px;
    background-color: hsla(0, 0%, 100%, .75);
  }
  .project-img {
    width: 45%;
    margin: 10px 2.2%;
  }
  .listing-left {
    display: block;
    width: 100%;
  }
  .listing-left.rightlisting {
    float: none;
  }
  .listing-left.leftlisting {
    float: none;
  }
}

@media (max-width: 479px) {
  .tagline-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tagline {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 35px;
  }
  .headline {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 5px;
  }
  .content-text {
    font-size: 16px;
  }
}

