.hero-section {
  height: 100vh;
  background-color: #3d3d3d;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/hero-img2x-min-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/hero-img2x-min-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.nav-bar {
  overflow: visible;
  height: 100px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .15);
  background-color: rgba(61, 61, 61, 0);
}

.image {
  display: inline-block;
  margin: 40px 0px;
  padding-bottom: 0px;
}

.contact-us-button {
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  float: right;
  border: 1px solid #80deea;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #80deea;
}

.contact-us-button:hover {
  background-color: #80deea;
  color: #fff;
}

.primary-container {
  margin-top: 0px;
}

.h2 {
  margin-top: 100px;
  margin-bottom: 0px;
  color: #80deea;
  font-size: 28px;
  font-weight: 400;
}

.h1 {
  height: 110px;
  margin-top: 20px;
  padding-top: 0px;
  padding-right: 0px;
  color: #fff;
  font-size: 38px;
  line-height: 56px;
  font-weight: 700;
}

.learn-more-button {
  margin-top: 30px;
  padding-right: 41px;
  border-radius: 4px;
  background-color: #80deea;
  background-image: url('../images/Learn-more-button.svg');
  background-position: 92% 145%;
  background-repeat: no-repeat;
  box-shadow: 0 10px 30px 0 rgba(128, 222, 234, .2);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-family: Lato, sans-serif;
  color: #2e3d49;
  font-weight: 400;
}

.learn-more-button:hover {
  background-color: #80deea;
  background-image: url('../images/Learn-more-button.svg');
  background-position: 92% 145%;
  background-size: auto;
  background-attachment: scroll;
  box-shadow: 0 5px 15px 0 rgba(128, 222, 234, .4);
  color: #2e3d49;
}

.learn-more-button.second {
  padding: 15px 45px;
  background-image: none;
  box-shadow: 0 10px 30px 0 rgba(128, 222, 234, .5);
  color: #2e3d49;
  font-weight: 400;
  text-align: center;
}

.learn-more-button.second:hover {
  box-shadow: 0 5px 15px 0 rgba(128, 222, 234, .9);
}

.footer-section {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #293742;
}

.h3 {
  position: static;
  width: 533px;
  margin-bottom: 20px;
  margin-left: 12px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 28px;
  text-align: left;
}

.form-section {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2e3d49;
}

.form-section:focus {
  border: 1px solid #80deea;
}

.h4 {
  width: 533px;
  margin-top: 10px;
  margin-left: 12px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: left;
}

.row {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.name-field {
  margin-right: 5px;
  margin-left: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  border-color: transparent;
  background-color: rgba(0, 0, 0, .09);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.name-field:focus {
  border: 1px solid #80deea;
}

.email-field {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  border-color: transparent;
  background-color: rgba(0, 0, 0, .09);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.email-field:focus {
  border: 1px solid #80deea;
}

.contact-number-field {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  border-color: transparent;
  background-color: rgba(0, 0, 0, .09);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.contact-number-field:active {
  border-color: transparent;
}

.contact-number-field:focus {
  border: 1px solid #80deea;
}

.submit-button {
  width: 100%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 52px 15px 53px;
  border-radius: 2px;
  background-color: #80deea;
  box-shadow: 1px 10px 30px 0 rgba(128, 222, 234, .2);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #2e3d49;
}

.submit-button:hover {
  background-color: #80deea;
  box-shadow: 1px 5px 15px 0 rgba(128, 222, 234, .2);
}

.main-container {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.show-work-section {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.main-form {
  margin-top: 50px;
}

.footer-col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-right: 20px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-2 {
  margin-right: 20px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.footer-line {
  width: 1px;
  height: 30px;
  margin-right: 20px;
  margin-left: 0px;
  background-color: #fff;
}

.image-2 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.image-3 {
  display: block;
  width: 100%;
  margin-top: -120px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
  box-shadow: 1px 35px 35px -20px rgba(0, 0, 0, .4);
}

.image-4 {
  display: block;
  margin-top: -120px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
  box-shadow: 2px 35px 35px -20px rgba(0, 0, 0, .4);
}

.image-5 {
  width: 100%;
  margin-top: -120px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
  box-shadow: 1px 35px 35px -20px rgba(0, 0, 0, .4);
}

.show-work-para {
  display: block;
  width: 65%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #2e3d49;
  font-size: 28px;
  line-height: 43px;
  font-weight: 400;
  text-align: center;
}

.image-6 {
  margin-right: 63px;
}

.image-7 {
  margin-right: 63px;
}

.image-8 {
  margin-right: 63px;
}

.twitter-link-blcok {
  background-image: url('../images/twitterLogo-154.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.main-container {
  width: 85%;
}

.button-cta {
  display: block;
  width: 15%;
  margin: 29px auto 112px;
  border-radius: 2px;
  background-color: #80deea;
  box-shadow: 0 10px 30px 0 rgba(128, 222, 234, .5);
  font-family: Lato, sans-serif;
  color: #2e3d49;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.button-cta:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.twitter-link-box {
  background-color: transparent;
}

.instagram-link-box {
  background-color: transparent;
}

.facebook-link-box {
  background-color: transparent;
}

.youtube-block {
  background-color: transparent;
}

.primary-container {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.primary-container.cta {
  margin-bottom: 90px;
  text-align: center;
}

.project-row {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.col-1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.col-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.col-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.light-box-link {
  padding-right: 10px;
  padding-left: 10px;
}

.body {
  font-family: Lato, sans-serif;
}

.social-icon {
  margin-right: 30px;
}

.social-icon.last-child {
  margin-right: 0px;
}

.copyright {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, .5);
}

.copy-section {
  display: block;
  width: 100%;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -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-top: 1px solid hsla(0, 0%, 100%, .15);
  text-align: center;
}

.main-navbar {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, .15);
}

.project-description {
  margin-top: 40px;
  direction: ltr;
  color: rgba(46, 61, 73, .6);
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.subtext {
  color: rgba(46, 61, 73, .6);
}

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

@media (max-width: 991px) {
  .h1 {
    width: 90%;
  }
  .paragraph {
    width: auto;
  }
  .show-work-para {
    width: 85%;
  }
  .button-cta {
    width: 22%;
  }
  .col-1 {
    position: static;
  }
  .col-2 {
    position: static;
  }
  .col-3 {
    position: static;
  }
  .copy-section {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 780px;
  }
  .h2 {
    margin-top: 150px;
  }
  .h1 {
    width: 100%;
    line-height: 50px;
  }
  .h3 {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  .h4 {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  .name-field {
    margin-right: 0px;
  }
  .email-field {
    margin-right: 0px;
    margin-left: 0px;
  }
  .contact-number-field {
    margin-right: 0px;
    margin-left: 0px;
  }
  .submit-button {
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-col-1 {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .footer-col-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-row {
    display: block;
  }
  .paragraph {
    width: auto;
  }
  .image-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-4 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-5 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .show-work-para {
    width: 100%;
    margin-top: 25px;
    font-size: 25px;
    text-align: center;
  }
  .main-container {
    width: 90%;
    text-align: center;
  }
  .button-cta {
    width: 28%;
  }
  .project-row {
    width: 100%;
  }
  .col-1 {
    display: block;
    text-align: center;
  }
  .col-2 {
    text-align: center;
  }
  .col-3 {
    text-align: center;
  }
  .light-box-link {
    margin-top: 70px;
  }
  .main-navbar {
    width: 90%;
  }
}

@media (max-width: 479px) {
  .image {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-us-button {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .h2 {
    margin-top: 150px;
    font-size: 26px;
  }
  .h1 {
    height: auto;
    font-size: 26px;
  }
  .learn-more-button {
    margin-top: 40px;
    padding-left: 20px;
  }
  .learn-more-button.second {
    margin-top: 50px;
  }
  .h3 {
    margin-left: 0px;
    text-align: center;
  }
  .form-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .h4 {
    margin-left: 0px;
    text-align: center;
  }
  .footer-col-2 {
    display: block;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .paragraph {
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  .paragraph-2 {
    margin-right: 0px;
    margin-bottom: 50px;
    text-align: center;
  }
  .image-3 {
    margin-top: 50px;
  }
  .image-4 {
    margin-top: 0px;
  }
  .show-work-para {
    font-size: 21px;
  }
  .main-container.hero {
    margin-top: 65px;
  }
  .primary-container.cta {
    margin-bottom: 70px;
  }
  .col-2 {
    margin-top: 50px;
  }
  .col-3 {
    margin-top: 50px;
  }
  .subtext {
    font-size: 18px;
  }
  .important-text {
    font-size: 20px;
  }
}

