body {
  font-family: Helvetica, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

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

strong {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-right: 60px;
  padding-left: 60px;
}

.container.full {
  max-width: 100%;
}

.section-content {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-content.bg-grey {
  overflow: hidden;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f2f2f2;
}

.home-project-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-project-col {
  width: 33.33%;
  margin-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.home-project-img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.home-project-img-b {
  position: relative;
  margin-bottom: 10px;
}

.section-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title-txt {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 30px;
  background-color: #fff;
}

.section-title-txt.bg-lightgrey {
  background-color: #f2f2f2;
}

.section-title-line {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 1px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px) translate(0px, 0px);
  transform: perspective(2000px) translate(0px, 0px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.clients-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clients-col {
  width: 20%;
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.img {
  width: 100%;
}

.img.logo {
  display: block;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.clients-logo-b {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ef4e25;
}

.newsletter-b {
  position: relative;
  z-index: 1;
  display: block;
  padding: 30px 120px 30px 60px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  text-decoration: none;
}

.newsletter-b:hover {
  color: #ffc524;
}

.newsletter-btn {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-right: 60px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.footer-txt {
  color: #fff;
}

.footer-graphic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -120px;
}

.home-about-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-about-col-l {
  width: 33.33%;
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
}

.home-about-col-r {
  width: 66.66%;
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (min-width: 991px) {
  .home-about-col-l.our-vision {
    width: 50%;
  }

  .home-about-col-r.our-vision {
    width: 50%;
  }
}

@media screen and (min-width: 750px) {
  .txt-sub-highlight-b .txt-highlight {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 749px) {
  .txt-sub-highlight-b .txt-highlight {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.txt-highlight {
  position: static;
  font-size: 50px;
  line-height: 60px;
}

.txt-mask {
  overflow: hidden;
}

.section-home-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  height: 90px;
  background-color: #fff;
}

.container-header {
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #fff;
}

.all {
  overflow: hidden;
  padding-top: 90px;
}

.home-banner {
  height: auto;
  background-color: transparent;
}

.home-banner-col-l {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 0px;
  padding-bottom: 120px;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-banner-col-r {
  position: relative;
  z-index: 2;
  width: 66.66%;
}

.hide {
  display: none;
}

.home-banner-bg-grey {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 120px;
  background-color: #f2f2f2;
}

.home-banner-bg-grey.inner {
  height: 60px;
}

.banner-graphic {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 70%;
  margin-bottom: 120px;
}

.banner-graphic.inner {
  margin-bottom: 60px;
}

.home-banner-slide-nav {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 50%;
  height: 120px;
  margin-left: -50%;
  padding-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
  text-align: left;
}

.header-logo {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 130px;
  margin-left: 60px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.nav-link-b {
  position: relative;
  display: inline-block;
  margin-left: 60px;
}

.nav-link {
  padding-top: 26px;
  padding-bottom: 31px;
  border-top: 5px solid transparent;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  text-decoration: none;
}

.nav-link:hover {
  color: #ef4e25;
}

.nav-link.w--current {
  border-top-color: #ef4e25;
  color: #ef4e25;
}

.nav-link-line {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 0px;
  height: 5px;
  background-color: #ef4e25;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.home-banner-img-mask {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 0%;
  background-color: #fff;
}

.nav-link-line-mobile {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 0px;
  height: 5px;
  background-color: #ef4e25;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.home-graphic01 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  margin-top: 300px;
}

.section-inner-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  white-space: normal;
}

.txt-info-b {
  overflow: visible;
  padding-top: 60px;
}

.about-vision-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-vision-col-l {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding-top: 60px;
  padding-right: 30px;
  padding-left: 30px;
}

.about-vision-col-r {
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
}

.txt-sub-highlight {
  font-size: 24px;
  line-height: 32px;
}

.txt-sub-highlight-b {
  padding-top: 15px;
  padding-bottom: 15px;
}

.txt-believed-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.txt-believed-col-l {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 30px;
  font-size: 24px;
  line-height: 32px;
}

.txt-believed-col-r {
  width: 100%;
  padding-top: 3px;
  padding-left: 40px;
}

.home-graphic02 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -120px;
  padding-bottom: 0px;
}

.home-graphic03 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -110px;
}

.services-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-col {
  width: 33.33%;
  margin-top: 60px;
  padding-right: 15px;
  padding-left: 15px;
}

.services-image-icon-b {
  max-height: 150px;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-left: -30px;
}

.contact-col-l {
  width: 33.33%;
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
}

.contact-col-l.contact-info {
  padding-top: 0px;
}

.contact-col-r {
  width: 66.66%;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.text-field {
  width: 33.33%;
  height: 60px;
  margin-bottom: 0px;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  font-size: 18px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.form-block {
  margin-bottom: 0px;
}

.contact-message {
  width: 100%;
  min-height: 255px;
  margin-bottom: 0px;
  padding-top: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  font-size: 18px;
}

.contact-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  margin-right: -30px;
  margin-left: -30px;
}

.form-submit-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #ef4e25;
  text-decoration: none;
}

.form-submit-txt {
  margin-right: 12px;
  color: #fff;
  text-decoration: none;
}

.form-submit-image {
  position: relative;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-transform 300ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 300ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 300ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 300ms cubic-bezier(.25, .46, .45, .94);
}

.form-submit-image:hover {
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.form-submit-image:active {
  opacity: 1;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.contact-link-e {
  color: #000;
  text-decoration: none;
}

.contact-link-t {
  color: #000;
  text-decoration: none;
}

.contact-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  font-style: normal;
  text-decoration: none;
}

.contact-link:hover {
  color: #ef4e25;
}

.home-project-img-hover-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.home-project-img-hover01 {
  width: 100%;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.home-project-img-hover01:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.home-project-img-hover02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.home-project-img-hover02:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.services-expand-btn {
  position: relative;
  display: block;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #000;
  color: #000;
  text-decoration: none;
}

.services-expand-arrow {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-top: -5px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.services-expand-content {
  overflow: hidden;
}

.services-expand-list {
  margin-bottom: 10px;
}

.services-expand-txt {
  padding-top: 10px;
  padding-bottom: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="home-project-b"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="scroll-appear"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="section-title-txt"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="section-title-line"] {
  width: 0px;
}

html.w-mod-js *[data-ix="footer-graphic"] {
  -webkit-transform: translate(-150%, 0px) rotate(30deg);
  -ms-transform: translate(-150%, 0px) rotate(30deg);
  transform: translate(-150%, 0px) rotate(30deg);
}

html.w-mod-js *[data-ix="footer"] {
  opacity: 0;
}

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

html.w-mod-js *[data-ix="info-txt-animate"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="banner-graphic"] {
  -webkit-transform: translate(-50%, 100%) rotate(20deg);
  -ms-transform: translate(-50%, 100%) rotate(20deg);
  transform: translate(-50%, 100%) rotate(20deg);
}

html.w-mod-js *[data-ix="home-banner-img-mask"] {
  width: 100%;
}

html.w-mod-js *[data-ix="home-banner-txt"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="vision-img-mask"] {
  width: 100%;
}

html.w-mod-js *[data-ix="home-project-img-hover02"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="home-project-img-hover-b"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="services-expand-content"] {
  height: 0px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .img.logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    border-top: 5px solid transparent;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #000;
    text-decoration: none;
  }

  .nav-link:hover {
    color: #ef4e25;
  }

  .services-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services-col {
    width: 33.33%;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .section-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-project-row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .home-project-col {
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .clients-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .clients-col {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .img.logo {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .newsletter-b {
    padding: 15px 5%;
    font-size: 35px;
    line-height: 40px;
  }

  .newsletter-btn {
    width: 40px;
    margin-right: 5%;
  }

  .footer-graphic {
    width: 150px;
    margin-top: -80px;
  }

  .home-about-row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .home-about-col-l {
    padding-top: 8px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .home-about-col-r {
    padding-right: 15px;
    padding-left: 15px;
  }

  .txt-highlight {
    font-size: 35px;
    line-height: 40px;
  }

  .container-header {
    position: relative;
    z-index: 1000;
    padding-right: 5%;
    padding-left: 5%;
  }

  .home-banner-col-l {
    padding-right: 5%;
    padding-bottom: 80px;
    padding-left: 5%;
  }

  .home-banner-bg-grey {
    height: 80px;
  }

  .home-banner-bg-grey.inner {
    height: 40px;
  }

  .banner-graphic {
    margin-bottom: 80px;
  }

  .banner-graphic.inner {
    margin-bottom: 40px;
  }

  .home-banner-slide-nav {
    height: 80px;
    padding-top: 15px;
    padding-right: 7%;
    padding-left: 7%;
  }

  .header-logo {
    margin-left: 5%;
  }

  .nav-link-b {
    display: block;
    margin-left: 0px;
  }

  .nav-link {
    display: block;
    padding-top: 20px;
    padding-right: 5px;
    padding-bottom: 20px;
    border-left: 5px solid transparent;
    border-top-style: none;
  }

  .nav-link.w--current {
    border-left-color: #ef4e25;
  }

  .nav-link-line {
    display: none;
  }

  .menu-btn {
    padding: 26px 0px;
  }

  .menu-btn.w--open {
    background-color: transparent;
  }

  .menu-line01 {
    width: 34px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #ef4e25;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: auto;
    padding-top: 90px;
    background-color: #fff;
  }

  .nav-link-line-mobile {
    left: 0%;
    top: 50%;
    right: auto;
    bottom: auto;
    display: block;
    width: 5px;
    height: 0px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .home-graphic01 {
    width: 20%;
  }

  .txt-info-b {
    padding-top: 40px;
  }

  .about-vision-row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .about-vision-col-l {
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .about-vision-col-r {
    padding-right: 15px;
    padding-left: 15px;
  }

  .txt-sub-highlight-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-graphic02 {
    width: 20%;
    margin-bottom: -90px;
  }

  .home-graphic03 {
    width: 20%;
    margin-bottom: -100px;
  }

  .services-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .services-col {
    width: 50%;
    margin-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-project-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .home-project-col {
    width: 100%;
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .clients-col {
    width: 50%;
  }

  .img.logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .newsletter-b {
    padding-right: 15%;
    font-size: 25px;
    line-height: 30px;
  }

  .footer-txt {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-graphic {
    width: 100px;
    margin-top: -60px;
  }

  .home-about-col-l {
    width: 100%;
  }

  .home-about-col-r {
    width: 100%;
    margin-top: 10px;
  }

  .txt-highlight {
    font-size: 30px;
  }

  .section-home-banner {
    display: block;
    padding-top: 30px;
  }

  .header {
    height: 60px;
  }

  .all {
    padding-top: 60px;
  }

  .home-banner-col-l {
    width: 100%;
    padding-right: 5%;
    padding-bottom: 30px;
  }

  .home-banner-col-r {
    width: 100%;
  }

  .banner-graphic {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 40%;
    margin-right: 5%;
    margin-bottom: 0px;
  }

  .banner-graphic.inner {
    width: 140px;
    margin-bottom: 0px;
  }

  .home-banner-slide-nav {
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .header-logo {
    width: 80px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-btn {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .home-graphic01 {
    width: 35%;
    margin-top: 200px;
  }

  .section-inner-banner {
    display: block;
    padding-top: 30px;
  }

  .txt-info-b {
    padding-top: 30px;
  }

  .about-vision-col-l {
    width: 100%;
    padding-top: 30px;
  }

  .about-vision-col-r {
    width: 100%;
    margin-top: 10px;
  }

  .txt-believed-col-r {
    padding-left: 30px;
  }

  .home-graphic02 {
    width: 20%;
    margin-bottom: -70px;
  }

  .home-graphic03 {
    width: 20%;
    margin-bottom: -60px;
  }

  .services-col {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-row {
    display: block;
  }

  .contact-col-l {
    width: 100%;
  }

  .contact-col-r {
    width: 100%;
    padding-top: 30px;
  }

  .text-field {
    width: 100%;
    font-size: 16px;
  }

  .contact-message {
    border-radius: 0px;
    font-size: 16px;
  }

  .contact-row-2 {
    display: block;
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section-content {
    overflow: hidden;
  }

  .banner-graphic {
    width: 55%;
  }

  .home-graphic01 {
    margin-top: 260px;
  }

  .home-graphic02 {
    width: 25%;
    margin-top: 200px;
    margin-bottom: -50px;
  }

  .home-graphic03 {
    width: 25%;
  }

  .text-field {
    font-size: 16px;
  }

  .contact-message {
    font-size: 16px;
  }

  .text-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helr65w.woff') format('woff'), url('../fonts/helr65w.ttf') format('truetype'), url('../fonts/helr65w.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaNeue-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}