body {
  font-family: 'Open Sans', sans-serif;
  background: #fdfdfd;
  color: #636363;
}
img.center {
  margin: auto;
}
.fade {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a.btn-green {
  display: inline-block;
  padding: 15px 30px;
  color: white;
  font-size: 25px;
  background: #78c61c;
  text-align: center;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: -1px 5px 0 0 #22a128;
  -moz-box-shadow: -1px 5px 0 0 #22a128;
  box-shadow: -1px 5px 0 0 #22a128;
}
a.btn-green:hover {
  background: #abe521;
  -webkit-box-shadow: -1px 5px 0 0 #2dc90e;
  -moz-box-shadow: -1px 5px 0 0 #2dc90e;
  box-shadow: -1px 5px 0 0 #2dc90e;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
ul.inline li {
  display: inline-block;
  margin: 0 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
  color: #4fa2dd;
}
h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  color: #4fa2dd;
}
h3 {
  font-size: 25px;
  color: #4fa2dd;
  font-weight: 600;
}
h4 {
  font-size: 25px;
  margin-bottom: 0;
}
h5 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
}
.no-padding {
  padding-right: 0;
  padding-left: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.row-equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.row-equal:before,
.row-equal:after {
  display: flex;
}
.row-center {
  align-items: center;
  justify-content: center;
}
.row-middle {
  align-items: center;
/*   padding-bottom: 140px; edit */ 
}
.wrapper {
  overflow: hidden;
}
.container {
  position: relative;
}
.mobile {
  display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.scrolled {
  background: #c41d9a;
  padding-top: 0;
}
header.scrolled .navbar {
  margin-bottom: 30px;
}
header.scrolled .navbar .navbar-header .navbar-brand img {
  width: 40px;
}
header.scrolled .navbar .navbar-collapse .navbar-nav {
  margin-top: 30px;
}
header .navbar {
  border: none;
  background: none;
}
header .navbar .navbar-header .navbar-brand img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-collapse .navbar-nav {
  margin-top: 50px;
}
header .navbar .navbar-collapse .navbar-nav li {
  margin-left: 25px;
}
header .navbar .navbar-collapse .navbar-nav li a {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  position: relative;
  padding: 0;
}
header .navbar .navbar-collapse .navbar-nav li a:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-top: 3px;
  border-top: 1px solid transparent;
}
header .navbar .navbar-collapse .navbar-nav li a:hover,
header .navbar .navbar-collapse .navbar-nav li a.active {
  color: #ffffff;
}
header .navbar .navbar-collapse .navbar-nav li a:hover:after,
header .navbar .navbar-collapse .navbar-nav li a.active:after {
  border-top-color: #ffffff;
}
header .navbar .navbar-collapse .navbar-nav li a.active {
  font-weight: 700;
}
#hero {
  background: url('../img/bg_1_gradient.svg') no-repeat top center;
  background-size: cover;
  padding: 200px 0 400px;
  margin-bottom: 80px;
  color: #ffffff;
  position: relative;
}
#hero > .container {
  z-index: 2;
}
#hero h1,
#hero h2 {
  color: #ffffff;
}
#hero .image {
  position: relative;
}
#hero .image img#phone {
  position: absolute;
  z-index: 4;
  transform: translate(-10%, 45%);
}
#hero .image img#glow {
  position: absolute;
  transform: translate(0%, 55%) scale(1.2);
}
#hero .image img#loading {
  position: absolute;
  z-index: 5;
  transform: translate(0%, 70%) scale(0.25);
}
#hero:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: url('../img/bg_1_pixels.svg') no-repeat bottom left;
  background-size: 100% auto;
}
#revolutionary .image img {
  margin-top: -30%;
}
#revolutionary .logos {
  margin-top: 50px;
  margin-bottom: 80px;
}
#revolutionary .logos img {
  width: 70%;
}
#our-work {
  padding-bottom: 50px;
}
#our-work .work {
  padding: 80px 0 0;
}
#our-work .work .featured {
  border: 2px solid #ddebf5;
  padding: 25px;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#our-work .work .featured img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  height: auto;
}
#our-work .work .media {
  margin-bottom: 20px;
}
#our-work .work .media .media-left {
  padding-right: 15px;
}
#our-work .work p a {
  color: #636363;
  text-decoration: underline;
}
#our-work .work .quote {
  position: relative;
}
#our-work .work .quote:before {
  background: url('../img/ico_quote.png') no-repeat top right;
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  bottom: 0;
  right: 0;
}
#our-work .work .quote > * {
  position: relative;
  z-index: 2;
}
#our-work .work .quote ul {
  margin-left: 20px;
}
#our-work .work .quote ul li {
  list-style: disc;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
#our-work .work .details {
  display: flex;
  width: 100%;
  margin: 30px -10px 0;
}
#our-work .work .details li {
  width: 25%;
  padding: 0 5px;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}
#our-work .work .details li:first-child {
  width: 30%;
}
#our-work .work .details li:last-child {
  width: 20%;
}
#our-work .work .details li .note {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: -2px;
}
#our-work .work .details li .note img {
  height: 16px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  width: auto;
}
#our-work .work .details li .note:after {
  content: "";
  display: block;
  clear: both;
}
#our-work .work .details li .rating {
  font-size: 0;
  line-height: 0;
  margin-top: 5px;
}
#our-work .work .details li .rating img {
  width: 20px;
  margin-right: 2px;
}
#frame {
  position: absolute;
  z-index: 2;
  display: block;
  border: 2px solid #ddebf5;
  background: none;
  margin-top: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#frame:before,
#frame:after {
  content: "";
  position: absolute;
  z-index: 99;
  top: 25px;
  bottom: 25px;
  width: 30px;
  background: white;
}
#frame:before {
  right: 0;
}
#frame:after {
  left: 0;
}
.slide-title {
  margin-top: 80px;
}
.slides {
  padding: 30px 0 80px;
}
.slides .slick-slide {
  outline: none;
  margin: 0 60px !important;
}
.slides .slick-slide span {
  position: relative;
  display: block;
  background: #a0d8fe;
}
.slides .slick-slide span img {
  mix-blend-mode: screen;
  filter: grayscale(100%) contrast(200%);
}
.slides .slick-slide span img.mobile {
  display: none;
}
.slides .slick-slide.slick-current {
  opacity: 1;
}
.slides .slick-slide.slick-current span {
  position: relative;
  border: 2px solid transparent;
  background: none;
  margin-top: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slides .slick-slide.slick-current span:before {
  display: none;
}
.slides .slick-slide.slick-current span.video {
  cursor: pointer;
}
.slides .slick-slide.slick-current span.video:before {
  content: "\f0c1";
  font-family: FontAwesome;
  font-size: 50px;
  color: white;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: none;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.0);
}
.slides .slick-slide.slick-current span.video:hover:before {
  opacity: 1;
}
.slides .slick-slide.slick-current span img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  filter: grayscale(0) contrast(100%);
}
.slides .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: transparent;
  border: none;
  font-size: 0;
  line-height: 0;
  outline: none;
  z-index: 9;
}
.slides .slick-arrow:before {
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 40px;
  color: #4fa2dd;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.slides .slick-next {
  right: 0;
  margin-right: 5%;
}
.slides .slick-next:before {
  content: "\f054";
}
.slides .slick-prev {
  left: 0;
  margin-left: 5%;
}
.slides .slick-prev:before {
  content: "\f053";
}
#process {
  padding: 100px 0;
}
#process h2 {
  margin-bottom: 20px;
}
#process .icon {
  display: grid;
  margin-bottom: 20px;
}
#process .bubble {
  margin-top: 30px;
  border: 2px solid #ddebf5;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#process .bubble:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  margin-left: 30px;
  height: 13px;
  width: 23px;
  background: url('../img/bubble.png') no-repeat bottom center;
}
#process .bubble.right:before {
  right: 0;
  margin-right: 30px;
  margin-left: inherit;
  left: inherit;
}
#process .learn-more {
  margin-top: 40px;
}
#process .learn-more h1 {
  margin-bottom: 0;
}
#process .learn-more .btn-green {
  position: relative;
}
#process .learn-more .btn-green:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 20px;
}
#colorfull {
  background: url('../img/bg_2_gradient.svg') no-repeat top center;
  background-size: cover;
  padding: 200px 0;
  color: #ffffff;
  position: relative;
  font-size: 25px;
}
#colorfull > * {
  position: relative;
  z-index: 2;
}
#colorfull:before,
#colorfull:after {
  content: "";
  position: absolute;
  right: -1px;
  left: -1px;
  top: -1px;
  bottom: -1px;
  background-image: url('../img/bg_2_pixels_top.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
#colorfull:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  margin-top: -2px;
}
#colorfull .space {
  height: 60px;
  display: block;
}
#colorfull h1,
#colorfull h2 {
  color: #ffffff;
}
#colorfull .btn-green {
  display: block;
  width: 100%;
}
#colorfull img.calc {
  max-width: 450px;
}
#colorfull ul.service {
  margin: 50px 0;
}
#colorfull ul.service li {
  width: 25%;
  float: left;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 25px;
  text-align: center;
}
#colorfull ul.service li .icon {
  background: url('../icons/bg_ico_service.svg') no-repeat center center;
  background-size: auto 100%;
  padding: 40px;
  margin-bottom: 10px;
}
#colorfull ul.service li .icon img {
  height: 120px;
  width: auto;
  margin: auto;
}
#colorfull form {
  margin: 50px 0 0;
}
#colorfull form ::-webkit-input-placeholder {
  color: #ffffff;
}
#colorfull form ::-moz-placeholder {
  color: #ffffff;
}
#colorfull form :-ms-input-placeholder {
  color: #ffffff;
}
#colorfull form :-moz-placeholder {
  color: #ffffff;
}
#colorfull form p span {
  display: inline-block;
  width: 70%;
}
#colorfull form input {
  background: #7769a8;
  border: none;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  padding: 10px 20px;
}
#colorfull form input:focus {
  background: #c6bde5;
}
#colorfull form input[type="text"],
#colorfull form input[type="email"] {
  width: 100%;
  box-sizing: border-box;
}
#colorfull form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 15px 30px;
  color: white;
  font-size: 25px;
  background: #78c61c;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 5px 0 0 #22a128;
  -moz-box-shadow: 0 5px 0 0 #22a128;
  box-shadow: 0 5px 0 0 #22a128;
}
#colorfull form input[type="submit"]:hover {
  background: #abe521;
  -webkit-box-shadow: 0 5px 0 0 #2dc90e;
  -moz-box-shadow: 0 5px 0 0 #2dc90e;
  box-shadow: 0 5px 0 0 #2dc90e;
}
#colorfull form textarea {
  width: 100%;
  height: 178px;
  padding: 10px 20px;
  background: #7769a8;
  border: none;
  outline: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#about-us {
  padding: 50px 0;
}
#about-us .row-equal img {
  width: 80%;
}
footer {
/*   margin-top: 20px; */
}
footer img.featured {
  transform-origin: 20% 50%;
  -ms-transform-origin: 20% 50%;
  -webkit-transform-origin: 20% 50%;
  -moz-transform-origin: 20% 50%;
  -o-transform-origin: 20% 50%;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
footer ul.links {
  margin-top: 60px;
}
footer ul.links li {
  width: 16.66666667%;
  float: left;
}
footer ul.links li img {
  width: 85%;
  height: auto;
}
footer ul.address {
  margin-bottom: 40px;
}
footer ul.address li {
  background-size: auto 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
}
footer ul.address li a {
  color: #636363;
}
footer ul.address li.email {
  background-size: auto 15px;
  background-image: url('../icons/ico_contact_email.svg');
}
footer ul.address li.phone {
  background-image: url('../icons/ico_contact_phone.svg');
}
footer ul.address li.map {
  background-image: url('../icons/ico_contact_location.svg');
}
footer form {
  position: relative;
}
footer form .error span,
footer form .complete span {
  display: block;
}
footer form .error span:after,
footer form .complete span:after {
  right: 180px;
}
footer form .error input {
  border-color: #fc98c7 !important;
}
footer form input {
  font-size: 25px;
  padding: 10px 25px;
  outline: none;
}
footer form input[type="email"] {
  background: white;
  border: 2px solid #636363;
  border-radius: 1000px ;
  width: 100%;
}
footer form input[type="submit"] {
  line-height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  background: #636363;
  color: #ffffff;
  border: 2px solid #636363;
  border-radius: 0 1000px 1000px 0;
}
footer .copy {
  font-size: 15px;
  margin: 80px 0;
}
form .error span,
form .complete span {
  position: relative;
}
form .error span:after,
form .complete span:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
form .error span:after {
  background-image: url('../img/ico_text_error.svg');
}
form .error span input {
  background: #fc98c7 !important;
}
form .complete span:after {
  background-image: url('../img/ico_txt_complete.svg');
}
@media (max-width: 1200px) {
  #our-work .work .details li {
    font-size: 20px;
  }
  #our-work .work .details li .note {
    font-size: 14px;
  }
  #our-work .work .details li .rating img {
    width: 15px;
  }
  #colorfull ul.service li {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  #our-work .work .details li {
    font-size: 25px;
  }
  #our-work .work .details li:first-child img {
    max-height: 50px;
    width: auto;
  }
  #our-work .work .details li .note {
    font-size: 16px;
    margin-bottom: -4px;
  }
  #our-work .work .details li .note img {
    height: 16px;
  }
  #our-work .work .details li .rating img {
    width: 20px;
  }
  #our-work .work .details.desktop {
    display: none;
  }
  #colorfull h1 {
    hyphens: auto;
  }
  #colorfull ul.service li {
    font-size: 16px;
  }
  #colorfull ul.service li .icon {
    padding: 30px;
  }
  #colorfull ul.service li .icon img {
    height: 80px;
  }
  #colorfull form textarea {
    height: 110px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 20px;
  }
  a.btn-green {
    font-size: 16px;
    padding: 6px 20px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  header > .container {
    padding-right: 0;
    padding-left: 0;
  }
  header > .container > .row {
    margin-right: 0;
    margin-left: 0;
  }
  header > .container > .row > div {
    padding-left: 0;
    padding-right: 0;
  }
  header.scrolled .navbar .navbar-header .navbar-toggle {
    margin-top: 25px;
    margin-bottom: 0;
  }
  header.scrolled .navbar .navbar-collapse {
    top: 25px;
  }
  header.scrolled .navbar .navbar-collapse .navbar-nav {
    margin-bottom: 0;
  }
  header .navbar .navbar-header {
    margin-right: 15px;
    margin-left: 15px;
  }
  header .navbar .navbar-header .navbar-toggle {
    border: none;
    margin-top: 40px;
    margin-right: 0;
  }
  header .navbar .navbar-header .navbar-toggle:hover,
  header .navbar .navbar-header .navbar-toggle:focus {
    background: none;
  }
  header .navbar .navbar-header .navbar-toggle .icon-bar {
    background: white;
    height: 3px;
  }
  header .navbar .navbar-collapse {
    border: none;
    background: #a22295;
    top: 60px;
    position: relative;
  }
  header .navbar .navbar-collapse .navbar-nav {
    margin: 7.5px -15px;
  }
  header .navbar .navbar-collapse .navbar-nav li {
    margin: 0;
  }
  header .navbar .navbar-collapse .navbar-nav li a {
    font-size: 16px;
    padding: 10px;
    text-align: center;
  }
  header .navbar .navbar-collapse .navbar-nav li a:hover {
    background: #3b3383;
  }
  header .navbar .navbar-collapse .navbar-nav li a:after {
    display: none !important;
  }
  #hero {
    background: url('../img/bg_1_gradient-mobile.svg') no-repeat top center;
    background-size: cover ;
    padding-top: 250px;
    padding-bottom: 200px;
  }
  #hero .mb30 {
    margin-bottom: 60px;
  }
  #hero:after {
    background: url('../img/bg_1_pixels-mobile.svg') no-repeat bottom left;
  }
  #revolutionary .logos {
    margin-bottom: 40px;
  }
  #frame:before,
  #frame:after {
    display: none;
    content: "";
    position: absolute;
    top: 25px;
    bottom: 25px;
    width: 15px;
    background: white;
  }
  #frame:before {
    right: 0;
  }
  #frame:after {
    left: 0;
  }
  .slides .slick-slide {
    margin: 0 10px !important;
  }
  .slides .slick-slide span {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
  }
  .slides .slick-slide span img {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .slides .slick-slide span img.mobile {
    display: block;
  }
  .slides .slick-slide span img.desktop {
    display: none;
  }
  .slides .slick-slide.slick-current span {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .slides .slick-slide.slick-current span img {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #process .spacer {
    margin: 20px 0;
  }
  #process .bubble {
    margin-top: 20px;
  }
  #process .bubble h3 {
    font-size: 18px;
  }
  #process .bubble:before {
    left: 0 !important;
    margin-left: 30px !important;
  }
  #process .learn-more h1 {
    display: none;
  }
  #colorfull {
    padding: 120px 0;
    background-image: url('../img/bg_2_gradient-mobile.svg');
  }
  #colorfull:before,
  #colorfull:after {
    background-image: url('../img/bg_2_pixels_top-mobile.svg');
  }
  #colorfull ul.service {
    font-size: 0;
    line-height: 0;
  }
  #colorfull ul.service li {
    float: none;
    display: inline-block;
    width: 33.33333333%;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
  }
  #colorfull ul.service li .icon {
    padding: 30px;
  }
  #colorfull ul.service li .icon img {
    height: 50px;
  }
  #colorfull .mb30 {
    margin-bottom: 60px;
  }
  #colorfull form span {
    width: 100% !important;
  }
  #colorfull form input[type="submit"] {
    font-size: 16px;
    padding: 6px 20px;
  }
  #our-work .work .media .media-left img {
    width: 40px;
    height: auto;
  }
  #our-work .work .media h4 {
    font-size: 15px;
  }
  #our-work .work .quote:before {
    display: none;
  }
  #our-work .work .details {
    max-width: 400px;
  }
  #our-work .work .details li {
    font-size: 14px;
  }
  #our-work .work .details li:first-child img {
    max-height: 30px;
    width: auto;
  }
  #our-work .work .details li .note {
    font-size: 10px;
    margin-bottom: -4px;
  }
  #our-work .work .details li .note img {
    height: 10px;
  }
  #our-work .work .details li .rating img {
    width: 12px;
  }
  footer h1 {
    font-size: 25px;
  }
  footer h2 {
    font-size: 14px;
  }
  footer ul.address {
    margin-bottom: 15px;
  }
  footer ul.address li {
    font-size: 12px;
    margin-bottom: 5px;
  }
  footer ul.links {
    margin-top: 0;
  }
  footer form {
    margin: 30px 0;
  }
  footer form .error span:after,
  footer form .complete span:after {
    right: 110px;
  }
  footer form input {
    padding: 5px 15px;
    font-size: 14px;
  }
  footer form input[type="submit"] {
    line-height: 22px;
  }
  footer .copy {
    margin-top: 20px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #hero {
    padding-bottom: 570px;
  }
}
@media (min-width: 1920px) {
  #hero {
    margin-bottom: 0;
    padding-bottom: 600px;
  }
  #colorfull {
    padding: 300px 0;
  }
}
@media (min-width: 2500px) {
  #hero {
    margin-bottom: 0;
    padding-bottom: 800px;
    background-size: 100% auto;
  }
  #colorfull {
    padding: 400px 0;
  }
}
