/* --- QUICK JUMP --- */
/* components */
/* animations */
/* sections */
/* video bg */
/** Process **/
/** Services **/
/** Project **/
/** Form **/
body {
  font-family: 'open sans', arial, helvetica, sans-serif;
  background: url("../images/bg-texture.jpg") repeat left top #515151;
}

::-moz-selection {
  background: #fdde3d;
}

::selection {
  background: #fdde3d;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 30px;
}

h1 {
  color: #000;
  font-family: 'Poppins', 'open sans', arial;
  font-size: 63px;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 35px;
}

h2 {
  font-family: 'Poppins', 'open sans', arial;
  color: #000;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: -.5px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 21px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-weight: 600;
}

h6 {
  font-size: 20px;
}

p {
  font-size: 18px;
  line-height: 1.7;
}

hr {
  margin: 80px auto;
  width: 50%;
  border-width: 1px 0 0;
}

a, a:active, a:focus {
  color: #eb579f;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  text-decoration: none;
}

a:hover, a:visited {
  color: #c43162;
  text-decoration: none;
}

hr {
  border-color: #000;
  border-style: solid;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.hide-above-tablet {
  display: none;
}

/* components */
.ul-highlight, .ul-highlight2 {
  background: #c29706;
  border-bottom: 0px solid;
  padding: 18px 0;
  line-height: 60px;
  display: inline-block;
}

.ul-highlight {
  border-color: #eb579f;
}

.ul-highlight2 {
  background: #e7b301;
  border-color: #2bc5b6;
}

.button-wrap {
  text-align: center;
  padding: 0;
  margin: 50px auto 0;
  display: block;
}

.services-container .button-wrap {
  display: block;
  grid-column: span 3;
}

a.button, .button-nolink {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 3px;
  border-radius: 50px;
  padding: 15px 25px;
  display: inline-block;
}

a.button:hover, .button-nolink {
  opacity: 0.5;
}

.button-big a.button {
  padding: 25px 35px;
  padding: 18px 35px;
}

.last {
  padding-bottom: 100px;
}

.shadow img {
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1), 0 12px 6px -8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1), 0 12px 6px -8px rgba(0, 0, 0, 0.05);
}

.shadow:hover img {
  -webkit-box-shadow: 0 3px 45px rgba(0, 0, 0, 0.18), 0 12px 6px -8px rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 45px rgba(0, 0, 0, 0.18), 0 12px 6px -8px rgba(0, 0, 0, 0.07);
  -webkit-transition: -webkit-box-shadow 150ms ease-in;
  transition: -webkit-box-shadow 150ms ease-in;
  transition: box-shadow 150ms ease-in;
  transition: box-shadow 150ms ease-in, -webkit-box-shadow 150ms ease-in;
}

/* animations */
.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  opacity: 0;
}

/* show objects being animated */
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 1;
}

/* sections */
.wrapper {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  margin: 0 33px 18px;
  display: block;
}

header {
  color: #fff;
  background: #111;
  background: #010811;
  height: 100px;
  padding: 0 58px 0 78px;
}

footer {
  color: #555;
  background: #010811;
  height: 100px;
  padding: 0 58px 0 78px;
  position: relative;
}

footer .logo {
  margin-top: 26px;
}

footer p {
  text-align: center;
  width: 100%;
  width: 360px;
  margin-left: -180px;
  left: 50%;
  top: 36px;
  position: absolute;
}

section {
  background: #fff;
  padding: 120px 0 140px;
  padding: 100px 0 120px;
}

.home h2, .projects h2 {
  font-family: 'Poppins', 'open sans', arial;
  color: #010101;
  font-size: 53px;
  text-align: center;
}

.hero {
  background: url("../images/cracked-30.jpg") no-repeat center top #000;
  background-size: cover;
}

.hero a.button {
  min-width: 208px;
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.hero a.button:hover {
  background: #fff;
  color: #111;
  opacity: 1;
}

.hero .mockups {
  margin: 0 auto;
  width: 90%;
  max-width: 700px;
  float: none;
  display: block;
}

.hero .headline {
  text-align: center;
  margin: 140px auto 80px;
  padding-left: 25px;
  padding-right: 25px;
  max-width: none;
  float: none;
}

.hero .greeting .button-big {
  margin-top: 0;
  margin-bottom: 120px;
}

.hero .headline img {
  max-width: 100%;
}

.hero h4 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 610px;
  text-shadow: 0 7px 15px black;
}

@supports (grid-template-columns: 1fr) {
  .hero .mockups {
    margin: 0;
    width: auto;
    max-width: none;
    float: left;
  }
  .hero .headline {
    text-align: center;
    max-width: none;
    float: none;
  }
  .hero h4 {
    margin-right: auto;
    margin-left: auto;
  }
}

.hero h1 {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 33px;
}

.home .hero h2 {
  font-family: 'open sans', arial, helvetica, sans-serif;
  color: #fff;
  font-size: 40px;
  font-style: italic;
  text-align: center;
  letter-spacing: 0;
  margin: 50px auto;
}

.hero h3 {
  color: #fff;
  text-align: center;
}

.hero h4 {
  color: #ccc;
  font-weight: 600;
}

.hero p {
  color: #999;
  color: #bbb;
  font-size: 17px;
  font-size: 18px;
}

.hero .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 30px;
  display: block;
}

.slide-container {
  padding: 50px 0 0;
  margin: 0 auto;
}

.services-container {
  margin: 40px auto 0;
  padding-bottom: 35px;
  width: 70%;
  max-width: 650px;
}

.services-container div {
  padding-bottom: 65px;
}

.services-container p {
  text-align: center;
}

.services-container br {
  display: none;
}

@supports (grid-template-columns: 1fr) {
  .services-container {
    padding-bottom: 100px;
    margin: 50px auto 0;
    padding-bottom: 100px;
    width: 70%;
    max-width: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5%;
  }
  @media (min-width: 720px) {
    .services-container div {
      padding-bottom: 0;
    }
  }
  .services-container p {
    text-align: left;
  }
  .services-container br {
    display: initial;
  }
  .hero h3 {
    text-align: left;
  }
  .hero .icon {
    margin-bottom: 80px;
  }
}

.title {
  background: url("../images/title.jpg") no-repeat center top #fff;
  height: 318px;
  padding-top: 100px;
}

.title h1 {
  color: #fff;
  line-height: 54px;
  text-align: center;
  margin-bottom: 22px;
}

.title h4 {
  color: #ccc;
  font-size: 23px;
  font-weight: 300;
  text-align: center;
}

.projects {
  background: #eee;
  padding: 100px 0 120px;
}

.projects-wrap {
  padding: 30px 49px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 37px;
  grid-row-gap: 55px;
}

.projects-wrap img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.projects h2 {
  letter-spacing: -1px;
}

.project {
  text-align: center;
  margin-top: 65px;
}

.project:first-of-type {
  margin-top: 0;
}

@supports (grid-template-columns: 1fr) {
  .project {
    margin-top: 0;
  }
}

.project img {
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1), 0 12px 6px -8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1), 0 12px 6px -8px rgba(0, 0, 0, 0.05);
}

.project:hover img {
  -webkit-box-shadow: 0 3px 45px rgba(0, 0, 0, 0.18), 0 12px 6px -8px rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 45px rgba(0, 0, 0, 0.18), 0 12px 6px -8px rgba(0, 0, 0, 0.07);
  -webkit-transition: -webkit-box-shadow 150ms ease-in;
  transition: -webkit-box-shadow 150ms ease-in;
  transition: box-shadow 150ms ease-in;
  transition: box-shadow 150ms ease-in, -webkit-box-shadow 150ms ease-in;
}

.projects h4 {
  color: #555;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 25px auto 3px;
}

.projects p {
  color: #777;
  font-size: 12px;
  margin-bottom: 0;
}

.pitch {
  background: #4b91b9;
  background: #4bb9ad;
  position: relative;
  overflow: hidden;
}

.pitch h2 {
  color: #fff;
}

.pitch h6 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  max-width: 525px;
  margin: 0 auto;
}

.pitch-quote {
  color: #fff;
  font-weight: 300;
  font-size: 33px;
  line-height: 1.31;
  text-align: center;
  max-width: 800px;
  margin: 120px auto 0;
  margin: 30px auto 0;
  display: block;
}

.pitch hr {
  width: 65px;
  margin: 60px auto 40px;
  border-color: white;
  border-width: 1px 0 0;
}

.citation {
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  margin: 30px auto 0;
  opacity: 0.5;
  display: block;
}

.pitch .button-wrap {
  margin: 60px auto 0;
}

.pitch a.button {
  min-width: 208px;
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.pitch a.button:hover {
  background: #fff;
  color: #4bb3b9;
  opacity: 1;
}

.pitch-1 {
  position: absolute;
  left: -85px;
  bottom: 0px;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

.pitch-2 {
  position: absolute;
  right: 0px;
  bottom: 50px;
  -webkit-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}

.pitch-1:hover, .pitch-2:hover {
  opacity: 1;
}

.call {
  background: url("../images/spraypaint-bw.jpg") no-repeat center top #111;
  background: url("../images/spraypaint.jpg") no-repeat center top #111;
  background-size: cover;
  position: relative;
  text-align: center;
  padding-top: 125px;
  height: 892px;
  overflow: hidden;
  -webkit-transition: all 700ms ease-in;
  transition: all 700ms ease-in;
}

.call-content {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  width: 50%;
  margin-top: 130px;
}

.call h2, .call h4, .call p, .call a.button {
  z-index: 99;
}

.call.animatable {
  visibility: visible;
  opacity: 1;
}

.call.animated {
  background: url("../images/spraypaint.jpg") no-repeat center top;
}

.call h4 {
  color: #2b2b2b;
  font-weight: 600;
  margin: 93px auto 40px;
}

.call p {
  color: #222;
  margin: 0 auto;
  max-width: 800px;
  line-height: 1.7;
  margin-bottom: 80px;
}

.call a.button {
  background: #eb579f;
  color: #fff;
  border-color: #eb579f;
  min-width: 208px;
}

.call a.button:hover {
  opacity: .85;
}

.logo-wrap {
  float: left;
}

.logo {
  text-indent: -999px;
  background: url("../images/logo.png") no-repeat left center;
  background-size: cover;
  width: 255px;
  height: 56px;
  margin: 21px 0 0;
  float: left;
}

/* desktop menu */
.nav-menu {
  padding: 0;
  margin: 41px 0 0;
  float: right;
}

.nav-menu li {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  list-style: none;
  padding: 0 20px;
  float: left;
}

.nav-menu li a {
  color: #fff;
}

.nav-menu li a:hover {
  color: #fdde3d;
}

/* mobile menu */
.button_container {
  position: absolute;
  top: 46px;
  right: 87px;
  height: 21px;
  width: 32px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  display: none;
}

.button_container:hover {
  opacity: 0.7;
}

.button_container.active .top {
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
          transform: translateY(7px) translateX(0) rotate(45deg);
  background: #fff;
}

.button_container.active .middle {
  opacity: 0;
  background: #fff;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}

.button_container span {
  background: #fff;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 9px;
}

.button_container span:nth-of-type(3) {
  top: 18px;
}

.overlay {
  position: fixed;
  background: #fdde3d;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}

.overlay.open {
  opacity: 0.95;
  visibility: visible;
  height: 100%;
  z-index: 9;
}

.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  font-weight: 600;
  text-align: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: 25%;
  max-height: 100px;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: none;
}

.overlay ul li a:hover {
  color: #eb579f;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

section.call-mini {
  text-align: center;
}

.call-mini hr {
  margin-top: 0;
  margin-bottom: 100px;
  border-color: #ccc;
  border-width: 1px 0 0;
  max-width: 800px;
}

.call-mini h2 {
  font-family: 'open sans', Arial, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 10px;
}

.call-mini h4 {
  font-size: 20px;
}

.call-mini .button-wrap {
  margin-top: 65px;
}

.call-mini a.button {
  background: #eb579f;
  color: #fff;
  border-color: #eb579f;
  min-width: 208px;
}

.call-mini a.button:hover {
  opacity: .85;
}

/* video bg */
video {
  position: absolute;
  padding-top: 37%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  height: auto;
  width: 100%;
  z-index: 1;
  opacity: .15;
}

/** Process **/
section.process {
  padding-bottom: 0;
}

.process-content {
  margin: 0 auto;
  width: 65%;
  max-width: 900px;
}

.process-text-left, .process-text-right, .process-image-left, .process-image-right {
  padding: 0;
}

.process-text-left, .process-text-right {
  padding-top: 80px;
}

.process-text-left:first-of-type {
  padding-top: 0;
}

.process-content br {
  display: none;
}

.process-content img {
  display: none;
}

@supports (grid-template-columns: 1fr) {
  .process-content {
    width: 75%;
    max-width: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[9];
        grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 140px;
  }
  .process-content img {
    display: initial;
  }
  .process-text-left, .process-text-left:first-of-type {
    padding: 90px 0 0 40px;
    grid-column: span 4;
  }
  .process-image-right {
    grid-column: span 5;
    border-left: 1px solid #f7f7f7;
    border-top: 1px solid #eee;
  }
  .process-text-right {
    padding: 90px 30px 0 10px;
    grid-column: span 4;
  }
  .process-image-left {
    grid-column: span 5;
    border-left: 1px solid #f7f7f7;
    border-top: 1px solid #eee;
  }
  .process h2 {
    max-width: 500px;
  }
  .process-content br {
    display: initial;
  }
}

.process-image-right img, .process-image-left img {
  max-width: 100%;
  -webkit-box-shadow: 5px 30px 200px 15px rgba(0, 0, 0, 0.17);
          box-shadow: 5px 30px 200px 15px rgba(0, 0, 0, 0.17);
}

.process h2 {
  line-height: 1.3;
  margin-bottom: 0;
}

.process h5 {
  color: #000;
  font-weight: 600;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 20px;
  margin-bottom: 22px;
  display: inline-block;
}

.process .info-arch h5 {
  background: #fdde3d;
}

.process .wireframing h5 {
  background: #2bc5b6;
}

.process .ui-design h5 {
  background: #37abee;
}

.process .development h5 {
  background: #eb579f;
}

.process p {
  line-height: 1.65;
}

/** Services **/
section.services {
  text-align: center;
  padding-bottom: 120px;
}

.services-2 {
  background: #e1e1e1;
}

.services-grid {
  text-align: center;
  margin: 75px auto;
  width: 70%;
}

.services-grid p {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  display: block;
}

@supports (grid-template-columns: 1fr) {
  .services-grid {
    text-align: left;
    margin: 75px auto 0;
    width: 70%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 100px;
  }
  .services-grid p {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}

.services hr {
  border-color: #ccc;
  margin: 25px auto 0;
  max-width: 800px;
}

.services h2 {
  padding: 0 3px;
  margin-bottom: 0;
}

.services h4 {
  background: #fdde3d;
  padding: 2px 5px;
  display: inline-block;
}

.services-2 h4 {
  background: #2bc5b6;
}

.services .service-desc {
  font-size: 17px;
  margin: 80px auto 0;
  max-width: 800px;
}

.services h3 {
  font-weight: 400;
}

.services h4 {
  margin-top: 7px;
}

.services h5 {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 100px auto 0;
}

.services-grid h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.services-grid p {
  color: #676767;
  font-size: 15px;
}

/** Project **/
.project-overview {
  text-align: center;
  position: relative;
  padding-bottom: 0;
}

.project-overview h1 {
  font-size: 54px;
  margin-bottom: 5px;
}

.project-overview h4 {
  background: #fdde3d;
  font-size: 21px;
  padding: 2px 5px;
  margin-bottom: 50px;
  display: inline-block;
}

.project-overview p {
  color: #333;
  text-align: left;
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 0;
}

.project-overview .main-img {
  padding-bottom: 15px;
  margin: 60px auto 0;
  max-width: 90%;
  width: 1028px;
  display: block;
}

.project-overview .button {
  position: relative;
  top: -38px;
}

.before-after {
  padding-top: 50px;
  padding-bottom: 80px;
}

.before-after-content {
  text-align: center;
  max-width: 1206px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 44px;
}

.mobile-content {
  text-align: center;
  max-width: 1206px;
  margin: 40px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 44px;
}

.mobile-content div {
  margin: 0 1.5%;
  max-width: 30%;
  float: left;
}

@supports (grid-template-columns: 1fr) {
  .mobile-content div {
    margin: 0;
    max-width: none;
    float: none;
  }
}

.mobile-title {
  text-align: center;
  margin: 40px auto 0;
}

.mobile-content img {
  max-width: 100%;
  border-radius: 3px;
}

.before-after h2 {
  font-family: 'open sans', Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
}

.before-after h3 {
  font-family: 'open sans', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0;
}

.before-after p {
  color: #3d3d3d;
  font-size: 12px;
  margin-bottom: 35px;
}

.before-after img {
  border-radius: 3px;
  -webkit-box-shadow: 0 21px 90px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 0 21px 90px 0 rgba(0, 0, 0, 0.23);
}

.before-after img:hover {
  -webkit-box-shadow: 0 21px 90px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 0 21px 90px 0 rgba(0, 0, 0, 0.27);
}

.project-details {
  padding: 90px 0 0;
}

.project-details-wrap {
  margin: 0 auto;
  width: 80%;
  max-width: 700px;
}

.project-details-wrap div {
  margin: 0 auto 50px;
}

.project-details-wrap .results {
  margin-bottom: 0;
}

@supports (grid-template-columns: 1fr) {
  .project-details-wrap {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 65px;
  }
  .project-details-wrap div {
    margin-bottom: 0;
  }
}

.project-details h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.3px;
  margin-bottom: 25px;
}

.project-details h4:after {
  content: "";
  background: #37abee;
  margin: 3px 0 0;
  height: 4px;
  width: 20%;
  display: block;
  -webkit-transition: width 150ms ease-in;
  transition: width 150ms ease-in;
}

.project-details-wrap div:hover h4:after {
  width: 50%;
}

.project-details .solution h4:after {
  background: #2bc5b6;
}

.project-details .results h4:after {
  background: #e7b301;
}

.project-details p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.project-screenshots {
  text-align: center;
  padding-bottom: 50px;
}

.project-screenshots div {
  max-width: 1206px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 44px;
}

.project-screenshots img {
  margin: 0 1.5%;
  max-width: 21%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 21px 60px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 0 21px 60px 0 rgba(0, 0, 0, 0.23);
}

@supports (grid-template-columns: 1fr) {
  .project-screenshots img {
    margin: 0;
    max-width: 100%;
  }
}

.project-screenshots img:hover {
  -webkit-box-shadow: 0 21px 60px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 0 21px 60px 0 rgba(0, 0, 0, 0.27);
}

.project-screenshots h5 {
  margin-bottom: 40px;
}

/** Form **/
section.quote-form {
  padding-top: 110px;
}

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

.quote-form h2 {
  text-align: center;
  letter-spacing: -1px;
  padding: 0 3px;
  margin-bottom: 10px;
}

.quote-form h4 {
  font-size: 18px;
  text-align: center;
  margin-top: 7px;
}

.quote-form-desc {
  font-size: 16px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto 50px;
}

form#quote {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

label {
  background: #fdde3d;
  background: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 3px 7px;
  padding: 0;
  margin-top: 35px;
  margin-bottom: 8px;
  display: inline-block;
}

.check-label {
  margin-bottom: 15px;
}

.check input {
  width: auto;
  margin: 0 5px 0 0;
}

.check label {
  background: transparent;
  width: auto;
  padding: 0;
  margin: 0;
}

button {
  color: #000;
  background: transparent;
  border: 2px solid #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 14px 24px;
  margin-top: 60px;
  cursor: pointer;
  min-width: 100px;
  -webkit-transition: all 75ms ease-in;
  transition: all 75ms ease-in;
}

button:focus {
  outline: 0;
}

button:hover {
  color: #fff;
  background: #000;
  border: 2px solid #000;
}

button.submit {
  color: #fff;
  background: #000;
  border: 2px solid #000;
}

button.submit:hover {
  opacity: 0.85;
}

/* Style the input fields */
input, textarea, select {
  padding: 14px 10px;
  width: 100%;
  font-size: 14px;
  font-family: 'open sans', Arial, Helvetica, sans-serif;
  border: 2px solid #ccc;
  border-radius: 3px;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

option {
  font-family: 'open sans', Arial, Helvetica, sans-serif;
}

textarea {
  min-height: 100px;
}

/* Mark input boxes that gets an error on validation: */
.invalid {
  border-color: #fdde3d;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

.tab p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}

.form-progress {
  text-align: center;
  width: 120px;
  margin-left: -60px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 5px;
  width: 27px;
  margin: 0 4px;
  background-color: #ccc;
  border-radius: 50%;
  border-radius: 0;
  display: inline-block;
}

/* Mark the active step: */
.step.active {
  background-color: #fdde3d;
  border: 2px solid #fdde3d;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #fdde3d;
  border: 2px solid #fdde3d;
}

/* Custom checkboxes */
/* Customize the label (the container) */
.check-wrap {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 10px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 27px;
  font-weight: 400;
}

/* Hide the browser's default checkbox */
.check-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 27px;
  width: 27px;
  background-color: transparent;
  border: 2px solid #888;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.check-wrap:hover input ~ .checkmark {
  border-color: #fdde3d;
}

/* When the checkbox is checked, add a blue background */
.check-wrap input:checked ~ .checkmark {
  background-color: #fdde3d;
  border-color: #fdde3d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-wrap input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-wrap .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*# sourceMappingURL=main.css.map */