.body {
  background-color: #212121;
  font-family: 'Roboto Slab', sans-serif;
}

.home-hero {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/hero-dots.png');
  background-position: 0px 96%;
  background-size: contain;
}

.navbar {
  padding-top: 54px;
  background-color: transparent;
}

.nav-link {
  padding: 0px 30px 2px;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 100;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 400;
}

.nav-link.first {
  border-left: 0px none transparent;
}

.nav-link.first.w--current {
  color: #fff;
  font-weight: 500;
}

.nav-link.last {
  padding-right: 0px;
}

.hme-hero-content {
  padding-top: 180px;
  padding-bottom: 250px;
}

.home-hero-heading1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
}

.home-hero-heading2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

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

.hero-cube-img {
  display: block;
  margin: -75px auto 40px;
}

.works-row {
  padding-top: 40px;
}

.works-row.other-projects {
  padding-bottom: 40px;
}

.works-col1 {
  padding-right: 20px;
  padding-left: 0px;
}

.works-col2 {
  padding-right: 0px;
  padding-left: 20px;
}

.works-img-container {
  height: 450px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.works-img-container:hover {
  box-shadow: 0 25px 21px 0 rgba(0, 0, 0, .4);
}

.works-img-container.techstars {
  background-image: url('../images/works-techstars-logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img-container.techstars:hover {
  background-image: url('../images/works-techstars-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img-container.coffeestops {
  background-image: url('../images/works-coffeestops-logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img-container.coffeestops:hover {
  background-image: url('../images/works-coffeestops-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img-container.avenuehomes {
  background-image: url('../images/works-avenuehomes-logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img-container.avenuehomes:hover {
  background-image: url('../images/works-avenuehomes-bg.png');
}

.works-img-container.agvisuals {
  background-image: url('../images/works-agvisual-logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img-container.agvisuals:hover {
  background-image: url('../images/works-agvisual-bg.png');
}

.works-img-container.chuka {
  background-image: url('../images/works-chuka-logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img-container.chuka:hover {
  background-image: url('../images/works-chuka-bg.png');
}

.works-img-container.footprint {
  background-image: url('../images/works-footprint-logo1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img-container.footprint:hover {
  background-image: url('../images/works-footprint-bg1.png');
}

.works-img-container.wecarecards {
  background-image: url('../images/works-wecarecards-logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img-container.wecarecards:hover {
  background-image: url('../images/works-wecarecards-bg.png');
}

.works-img-container.lintly {
  background-image: url('../images/works-lintly-logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img-container.lintly:hover {
  background-image: url('../images/works-lintly-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img-container.ip {
  background-image: url('../images/works-ip-logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.works-img-container.ip:hover {
  background-image: url('../images/works-ip-bg.png');
}

.works-img-container.decksumo {
  background-image: url('../images/works-decksumo-logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.works-img-container.decksumo:hover {
  background-image: url('../images/works-decksumo-bg.png');
}

.works-img-container.joyride {
  background-image: url('../images/works-joyride-logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.works-img-container.joyride:hover {
  background-image: url('../images/works-joyride.png');
}

.works-link {
  display: block;
  text-align: left;
  text-decoration: none;
}

.footer-section {
  padding-top: 150px;
  background-image: url('../images/footer-triangle.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}

.footer-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-link {
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link.first {
  border-left: 0px none transparent;
}

.footer-links-container {
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 300;
}

.footer-copyright {
  padding-bottom: 30px;
  color: #fff;
  font-weight: 300;
}

.footer-content {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
}

.home-hero-sub-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}

.port-hero {
  background-image: url('../images/hero-dots.png');
  background-position: 0px 0px;
  background-size: auto;
}

.port-hero.no-bg-dots {
  background-image: none;
}

.port-hero-content {
  padding-top: 120px;
  padding-bottom: 190px;
}

.port-heading {
  margin-top: -20px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, .1);
  font-size: 95px;
  line-height: 110px;
  font-weight: 400;
  text-align: center;
}

.port-img-container {
  margin-bottom: 100px;
}

.other-projects {
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, .1);
  font-size: 80px;
  line-height: 110px;
  font-weight: 400;
  text-align: center;
}

.check-pricing-text {
  padding-bottom: 40px;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.check-pricing-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: underline;
}

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

.slide-arrow {
  display: none;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.slide {
  display: inline-block;
}

.works-hero-content {
  padding-top: 120px;
  padding-bottom: 190px;
}

.chuka-img1 {
  margin-top: -124px;
}

.load-fast {
  display: none;
}

.port-heading-techstars {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 100;
  text-align: left;
  text-decoration: none;
}

.port-heading-coffeestops {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 100;
  text-align: left;
}

.port-heading-avenuehomes {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 100;
}

.port-heading-ag {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 100;
}

.port-heading-chuka {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 100;
}

.port-heading-footprint {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 100;
  text-align: left;
}

.port-heading-wecare {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 100;
  text-align: left;
}

.port-heading-lintly {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 100;
  text-align: left;
}

.port-heading-ip {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 100;
  text-align: left;
}

.port-heading-decksumo {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 100;
}

.contact-row {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.contact-col-head {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.contact-col-text {
  padding-top: 5px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.contact-form-wrapper {
  display: block;
  width: 75%;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
}

.contact-form {
  text-align: center;
}

.contact-form-label {
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.contact-form-input {
  border-style: none;
  background-color: hsla(0, 0%, 100%, .03);
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.contact-form-row {
  margin-bottom: 15px;
}

.contact-form-col1 {
  padding-left: 0px;
}

.contact-form-col3 {
  padding-right: 0px;
}

.contact-messge-input {
  min-height: 80px;
  margin-bottom: 20px;
  border-style: none;
  background-color: hsla(0, 0%, 100%, .03);
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.submit-button {
  padding: 10px 40px 9px;
  border: 1px solid #fff;
  background-color: transparent;
  font-weight: 300;
}

.pricing-tab {
  text-align: center;
}

.pricing-tab-menu {
  display: inline-block;
}

.pricing-tab-link {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.pricing-tab-link.w--current {
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: transparent;
}

.pricing-tab-text {
  width: 200px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.tab-content-container {
  padding-top: 50px;
  text-align: center;
}

.pricing-row {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
}

.pricing-row.engagement-model {
  width: 70%;
}

.pricing-content-box {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .5);
  background-color: #313131;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  text-align: center;
}

.pricing-content-box:hover {
  border-color: #fff;
}

.pricing-list-text {
  padding-bottom: 5px;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.pricing-list-text.cancel {
  padding-top: 15px;
  padding-bottom: 0px;
  color: hsla(0, 0%, 100%, .5);
  font-size: 12px;
  line-height: 16px;
}

.pricing-col1.agency {
  padding-right: 40px;
  text-align: right;
}

.pricing-col2.startup {
  padding-left: 40px;
  text-align: left;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.pricing-content-heading {
  display: block;
  width: 250px;
  margin: 35px auto 0px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.pricing-button {
  margin-top: 30px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #fff;
  background-color: transparent;
  cursor: default;
}

.pricing-model-heading {
  position: relative;
  display: block;
  width: 280px;
  margin: 0px auto;
  background-color: #212121;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.pricing-model-heading._2 {
  width: 215px;
}

.pricing-model-line {
  display: block;
  width: 400px;
  height: 1px;
  margin-top: -18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.pricing-heading-contianer {
  padding-top: 80px;
  padding-bottom: 30px;
}

.pricing-model-desc {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 40px;
  color: hsla(0, 0%, 100%, .5);
  font-weight: 300;
}

.pricing-inline-block {
  display: inline-block;
}

.pricing-inline-block._1 {
  margin-right: 20px;
}

.pricing-inline-block._2 {
  margin-right: 20px;
  margin-left: 20px;
}

.pricing-inline-block._3 {
  margin-left: 20px;
}

.pricing-inline-block.engage1 {
  margin-right: 20px;
}

.pricing-inline-block.engage2 {
  margin-left: 20px;
}

.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;
}

.port-heading-joyride {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 100;
}

@media (max-width: 991px) {
  .nav-link {
    font-size: 14px;
  }
  .hme-hero-content {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .home-hero-heading1 {
    font-size: 28px;
    line-height: 34px;
  }
  .home-hero-heading2 {
    font-size: 18px;
  }
  .hero-cube-img {
    width: 120px;
    margin-top: -68px;
  }
  .works-img-container {
    height: 220px;
  }
  .home-hero-sub-heading {
    font-size: 22px;
    line-height: 32px;
  }
  .port-heading {
    font-size: 75px;
    line-height: 85px;
  }
  .works-hero-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .port-heading-techstars {
    display: none;
    font-size: 26px;
    line-height: 34px;
  }
  .port-heading-coffeestops {
    font-size: 26px;
    line-height: 34px;
  }
  .port-heading-avenuehomes {
    font-size: 26px;
    line-height: 34px;
  }
  .port-heading-ag {
    font-size: 26px;
    line-height: 34px;
  }
  .port-heading-chuka {
    font-size: 26px;
    line-height: 34px;
  }
  .port-heading-footprint {
    font-size: 26px;
    line-height: 34px;
  }
  .port-heading-wecare {
    font-size: 26px;
    line-height: 34px;
  }
  .port-heading-lintly {
    font-size: 26px;
    line-height: 34px;
  }
  .port-heading-ip {
    font-size: 26px;
    line-height: 34px;
  }
  .port-heading-decksumo {
    font-size: 26px;
    line-height: 34px;
  }
  .contact-form-wrapper {
    width: 85%;
  }
  .menu-button {
    padding: 12px;
    color: #fff;
    font-size: 35px;
    line-height: 35px;
  }
  .pricing-tab-link.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }
  .pricing-inline-block._1 {
    width: 100%;
    margin-right: 0px;
  }
  .pricing-inline-block._2 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .pricing-inline-block._3 {
    width: 100%;
    margin-left: 0px;
  }
  .pricing-inline-block.engage1 {
    width: 100%;
    margin-right: 0px;
  }
  .pricing-inline-block.engage2 {
    width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .navmenu {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #313131;
  }
  .nav-link {
    padding: 15px 0px;
    border-left-style: none;
    text-align: center;
  }
  .nav-link.last {
    padding-left: 0px;
  }
  .hme-hero-content {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .home-hero-heading1 {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }
  .home-hero-heading2 {
    font-size: 16px;
    text-align: center;
  }
  .hero-cube-img {
    width: 100px;
    margin-top: -58px;
  }
  .works-row {
    padding-top: 0px;
  }
  .works-col1 {
    margin-bottom: 50px;
    padding-right: 0px;
  }
  .works-col2 {
    margin-bottom: 50px;
    padding-left: 0px;
  }
  .works-img-container {
    height: 300px;
  }
  .home-hero-sub-heading {
    font-size: 20px;
    text-align: center;
  }
  .port-heading {
    font-size: 55px;
    line-height: 65px;
  }
  .contact-form-wrapper {
    width: 100%;
  }
  .contact-form-col1 {
    padding-right: 0px;
  }
  .contact-form-col2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button.w--open {
    margin-top: 3px;
    background-color: hsla(0, 0%, 100%, .07);
  }
  .brand-logo {
    width: 60px;
  }
}

@media (max-width: 479px) {
  .home-hero-heading1 {
    font-size: 22px;
  }
  .works-img-container {
    height: 220px;
  }
  .port-heading {
    font-size: 45px;
    line-height: 55px;
  }
  .pricing-tab-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .pricing-content-box {
    width: 90%;
  }
}

