body {
  padding-top: 60px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  color: #c7aa8b;
  font-size: 47px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  margin: 0px 0px 10px;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px;
  font-size: 31px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.button {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #fff;
  background-color: rgba(77, 77, 77, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #323232;
}

.button.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #c7aa8b;
}

.button.form:hover {
  background-color: transparent;
  color: #323232;
}

.button.solid {
  border-color: #c7aa8b;
  background-color: #c7aa8b;
}

.button.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 0%;
  margin-top: 0%;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #323232;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
  opacity: 1;
}

.nav-link {
  padding: 10px 30px;
  border-right: 1px solid #4d4d4d;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #000;
  color: #fff;
}

.nav-link.w--current {
  display: inline-block;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  box-shadow: none;
  color: red;
  font-weight: 700;
}

.nav-link.w--current:hover {
  color: red;
}

.nav-link.social-icons {
  padding: 18px 22px 22px;
  float: right;
  border-left: 1px solid #4d4d4d;
  opacity: 0.8;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  border-left-style: none;
}

.logo-text {
  margin-top: 3px;
  margin-right: 31px;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  float: left;
  clear: none;
  border-left: 1px solid #4d4d4d;
}

.stone-logo {
  position: absolute;
  left: -30%;
  top: 11%;
  right: auto;
  bottom: auto;
  width: 15%;
  margin-right: 0px;
  float: left;
  opacity: 0.9;
}

.stone-logo.footer {
  opacity: 0.4;
}

.brand {
  padding-top: 17px;
}

.section {
  position: relative;
  height: 25%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #000;
  color: #4d4d4d;
}

.section.grey {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  color: #fff;
}

.section.beige {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: red;
}

.section.image {
  padding-top: 127px;
  padding-bottom: 127px;
  background-image: url('../images/chub.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.lightgrey {
  background-color: #f7f7f7;
}

.section.footer {
  padding-top: 65px;
  padding-bottom: 53px;
  background-color: #323232;
}

.main-heading {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 79px;
  line-height: 66px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.main-heading.bold {
  position: relative;
  top: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 75px;
  line-height: 75px;
  font-weight: 700;
  text-align: center;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.horizontal-bar {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.horizontal-bar.beige {
  display: inline-block;
  background-color: red;
}

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, 0.18);
}

.slider {
  position: relative;
  left: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: block;
  height: 100%;
  margin-top: -20px;
  float: none;
  clear: none;
  background-color: transparent;
}

.slide {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/bg.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  cursor: auto;
}

.slide._2 {
  background-image: url('../images/city.jpg');
}

.slide._3 {
  background-image: url('../images/bg.jpg');
}

.process-titles {
  margin-bottom: 23px;
  padding-top: 23px;
  border-top: 1px solid rgba(50, 50, 50, 0.13);
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 200px;
  margin-bottom: 24px;
  background-image: url('../images/s1.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.number {
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0px;
  color: rgba(50, 50, 50, 0.09);
  font-size: 16px;
  text-transform: uppercase;
}

.testimonials-slider {
  height: auto;
  padding-right: 47px;
  padding-left: 47px;
  background-color: transparent;
}

.testimonial-slide {
  width: 50%;
  padding: 24px 30px;
  text-align: center;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  width: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1d1d1;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: rgba(50, 50, 50, 0.36);
  font-size: 16px;
  text-transform: uppercase;
}

.small-title-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  margin-top: 3px;
  color: #858585;
}

.footer-text.address {
  text-align: right;
}

.subheading {
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #a6a6a6;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  padding: 74px 33px;
  background-color: #c7aa8b;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid #000;
  color: #323232;
  font-size: 18px;
  text-transform: uppercase;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.field:focus {
  box-shadow: inset 0 0 0 0 transparent;
}

.success {
  padding-top: 35px;
  padding-bottom: 43px;
  border: 3px solid #323232;
  background-color: transparent;
  color: #323232;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.success-message {
  margin-bottom: 73px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  opacity: 0.19;
}

.tag-title {
  margin-right: 16px;
  float: left;
  color: #b8b8b8;
  font-size: 14px;
}

.back-to-work-column {
  padding-top: 32px;
  text-align: right;
}

.prev-project-wrapper {
  padding-right: 30px;
  border-right: 3px solid #4d4d4d;
  text-align: right;
}

.nex-project-wrapper {
  padding-left: 30px;
}

.project-link {
  text-decoration: none;
}

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
  font-weight: 700;
}

.social-icon {
  padding-right: 10px;
  opacity: 0.26;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.container {
  color: #323232;
}

.icon-wrapper-2 {
  height: 200px;
  margin-bottom: 24px;
  background-image: url('../images/s2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.icon-wrapper-3 {
  height: 200px;
  margin-bottom: 24px;
  background-image: url('../images/s3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.icon-wrapper-1 {
  height: 200px;
  margin-bottom: 24px;
  background-image: url('../images/s1.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.image-2 {
  width: auto;
  height: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.container-2 {
  height: 100%;
  margin-right: 0px;
  margin-left: 0%;
}

.cart {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 10px 30px;
  float: none;
  clear: none;
  border-right: 1px solid #4d4d4d;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.cart:hover {
  background-color: #000;
  color: #fff;
}

.cart.w--current {
  background-color: #000;
  box-shadow: none;
  color: #c7aa8b;
}

.cart.w--current:hover {
  color: #c7aa8b;
}

.cart.social-icons {
  padding: 18px 22px 22px;
  float: right;
  border-left: 1px solid #4d4d4d;
  opacity: 0.8;
}

.cart.social-icons:hover {
  opacity: 1;
}

.cart.social-icons.last {
  border-left-style: none;
}

.container-3 {
  padding-top: 0%;
  padding-bottom: 0%;
}

.paragraph {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: auto;
  padding-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

.heading {
  color: #fff;
}

.image-3 {
  width: auto;
}

.body {
  background-image: url('../images/bg2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.downloads {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 50%;
}

.div-block {
  position: absolute;
  top: 50%;
  width: 30%;
  height: 30%;
}

.windows {
  position: absolute;
  top: 30%;
  width: 30%;
  height: 30%;
  background-color: rgba(255, 0, 0, 0.8);
}

.windows:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.mac {
  position: absolute;
  left: auto;
  top: 30%;
  right: 0%;
  bottom: 0%;
  width: 30%;
  height: 30%;
  background-color: rgba(255, 0, 0, 0.8);
}

.mac:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.heading-2 {
  background-color: hsla(0, 0%, 100%, 0.8);
  font-family: Roboto, sans-serif;
  color: #000;
  text-align: center;
}

.heading-3 {
  width: 100%;
  height: 100%;
}

.mac-header {
  width: 100%;
  height: 100%;
  padding-top: 5%;
  color: #fff;
  text-align: center;
}

.windows-header {
  width: 100%;
  height: 100%;
  padding-top: 5%;
  color: #fff;
  text-align: center;
}

.mac-download {
  position: absolute;
  width: 100%;
  height: 100%;
}

.windows-download {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mac-down {
  position: absolute;
  width: 100%;
  height: 100%;
}

.windows-down {
  position: absolute;
  width: 100%;
  height: 100%;
}

.div-block-2 {
  position: fixed;
  left: 25%;
  top: 20%;
  z-index: 500;
  width: 50%;
  height: auto;
  padding-top: 0%;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #000;
  opacity: 1;
}

.heading-4 {
  color: #fff;
}

.heading-5 {
  position: static;
  padding-left: 5%;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: left;
}

.text {
  position: static;
  height: auto;
  margin-top: 5%;
  padding-top: 0px;
  padding-right: 5%;
  padding-left: 5%;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.dollarbutton {
  position: relative;
  left: 30%;
  width: 40%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 0px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: red;
  font-family: Exo, sans-serif;
  color: #fff;
  text-align: center;
  cursor: cell;
}

.div-block-3 {
  position: absolute;
  left: auto;
  top: 2%;
  right: 0%;
  bottom: auto;
  width: 10%;
  height: 10%;
  background-image: url('../images/x.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 7%;
  background-color: #000;
  color: #fff;
}

.nav-menu-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: auto;
  height: 100%;
}

.nav-link-2 {
  padding: 3% 30px 4%;
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
}

.nav-link-2:hover {
  background-color: red;
  color: red;
}

.nav-link-3 {
  padding: 3% 30px 4%;
  color: #fff;
  font-size: 20px;
}

.nav-link-3:hover {
  background-color: red;
}

.nav-link-4 {
  padding: 3% 30px 4%;
  color: #fff;
  font-size: 20px;
}

.nav-link-4:hover {
  background-color: red;
}

.text-span {
  color: #fff;
}

.container-4 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.notedesktop {
  position: absolute;
  top: 80%;
  width: 100%;
  margin-top: 0%;
  margin-left: 0%;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: hsla(0, 0%, 100%, 0.8);
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

.notemob {
  position: absolute;
  top: 50%;
  width: 80%;
  margin-top: 0%;
  margin-left: 10%;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: hsla(0, 0%, 100%, 0.8);
  opacity: 0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

.logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0%;
  background-color: #000;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.email {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50%;
  height: 100%;
  background-color: #000;
}

.vidhead {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: auto;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-top: 2%;
  padding-bottom: 2%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
}

.vidheader {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: auto;
  background-color: #000;
}

.video {
  left: 20%;
  width: 60%;
  height: auto;
  margin-top: 3%;
}

.bold-text {
  font-size: 60px;
}

.emailtxt {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: auto;
  width: 50%;
  height: auto;
  margin-bottom: 0px;
  padding-top: 2%;
  padding-bottom: 2%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 500;
  width: 100%;
  height: 7%;
  border-style: solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: #000;
}

.heading-7 {
  position: relative;
  top: 15%;
  bottom: auto;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: none;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

.home {
  width: 15%;
  height: 100%;
  float: left;
  text-decoration: none;
}

.home:hover {
  background-color: red;
}

.products {
  width: 15%;
  height: 100%;
  float: left;
  text-decoration: none;
}

.products:hover {
  background-color: red;
}

.checkout {
  width: 15%;
  height: 100%;
  float: left;
  text-decoration: none;
}

.checkout:hover {
  background-color: red;
}

.linkhome {
  position: relative;
  bottom: 100%;
  width: 100%;
  height: 100%;
}

.linkproducts {
  position: relative;
  bottom: 100%;
  width: 100%;
  height: 100%;
}

.linkcart {
  position: relative;
  bottom: 100%;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }

  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
  }

  .nav-link.w--current {
    max-width: 0%;
  }

  .nav-link.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }

  .nav-menu {
    z-index: 500;
    width: 100%;
    background-color: #323232;
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.13), 0 7px 13px -4px rgba(0, 0, 0, 0.45);
  }

  .menu-icon {
    color: #fff;
    line-height: 21px;
  }

  .section {
    padding-top: 5%;
  }

  .menu-button {
    position: absolute;
    opacity: 0.8;
  }

  .menu-button.w--open {
    background-color: #000;
    opacity: 1;
  }

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .slider {
    z-index: -500;
    height: 469px;
  }

  .testimonial-slide {
    width: 100%;
    padding-right: 92px;
    padding-left: 92px;
  }

  .left-arrow {
    margin-left: 0px;
  }

  .right-arrow {
    margin-right: 0px;
  }

  .cart {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
  }

  .cart.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }

  .downloads {
    opacity: 0;
  }

  .div-block-2 {
    top: -200%;
    z-index: -500;
    opacity: 0;
  }

  .navbar-2 {
    height: 7%;
  }

  .nav-menu-2 {
    height: auto;
    background-color: #000;
  }

  .nav-link-2 {
    background-color: #000;
  }

  .nav-link-3 {
    background-color: #000;
  }

  .nav-link-4 {
    background-color: #000;
  }

  .container-4 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 5%;
    background-color: #000;
  }

  .menu-button-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 10%;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #000;
  }

  .icon-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background-color: #000;
  }

  .notedesktop {
    opacity: 0;
  }

  .notemob {
    top: 30%;
    padding-right: 5%;
    padding-left: 5%;
    opacity: 1;
  }

  .vidhead {
    position: absolute;
    width: 100%;
    height: auto;
    padding-top: 0%;
    padding-bottom: 0%;
    font-size: 20px;
  }

  .video {
    margin-top: 3%;
  }

  .emailtxt {
    position: absolute;
    width: 50%;
    height: auto;
    padding-top: 0%;
    padding-bottom: 0%;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .navbar {
    position: relative;
    padding-top: 3%;
  }

  .stone-logo.footer {
    float: none;
  }

  .section {
    padding: 34px 10px;
  }

  .section.grey {
    padding: 35px 10px;
  }

  .section.image {
    padding: 61px 10px;
    background-attachment: scroll;
  }

  .section.footer {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .main-heading.bold {
    line-height: 75px;
  }

  .slider {
    height: auto;
    margin-top: 0px;
  }

  .slide {
    padding: 50px 10px;
  }

  .process-titles {
    width: auto;
  }

  .icon-wrapper {
    height: 102px;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonials-slider {
    padding-right: 19px;
    padding-left: 19px;
  }

  .testimonial-slide {
    padding-right: 34px;
    padding-left: 34px;
  }

  .footer-text.address {
    text-align: center;
  }

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .back-to-work-column {
    padding-top: 12px;
    text-align: left;
  }

  .icons-wrapper {
    margin-bottom: 23px;
  }

  .project-column {
    padding-top: 23px;
  }

  .icon-wrapper-2 {
    width: 50%;
    height: 200px;
    margin-left: 25%;
  }

  .icon-wrapper-3 {
    width: 50%;
    height: 200px;
    margin-left: 25%;
  }

  .icon-wrapper-1 {
    position: static;
    width: 50%;
    height: 200px;
    margin-right: 3%;
    margin-left: 25%;
  }

  .div-block-2 {
    opacity: 0;
  }

  .navbar-2 {
    height: 3%;
  }

  .emailtxt {
    font-size: 15px;
  }

  .nav {
    height: 4%;
  }

  .heading-7 {
    bottom: 50%;
  }

  .home {
    width: 25%;
  }

  .products {
    width: 25%;
  }

  .checkout {
    width: 25%;
  }
}

@media screen and (max-width: 479px) {
  .section.image {
    background-attachment: fixed;
  }

  .main-heading {
    width: 100%;
    font-size: 40px;
  }

  .main-heading.bold {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
  }

  .slider {
    height: auto;
  }

  .slide {
    padding-top: 58px;
    padding-bottom: 100px;
  }

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

  .contact-info-column {
    text-align: center;
  }

  .paragraph {
    padding-bottom: 5%;
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-2 {
    opacity: 0;
  }

  .navbar-2 {
    opacity: 0;
  }

  .notemob {
    width: 90%;
    margin-left: 5%;
  }

  .bold-text {
    font-size: 20px;
  }

  .emailtxt {
    font-size: 8px;
  }

  .nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 500;
    width: 100%;
    height: 5%;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    background-color: #000;
    opacity: 1;
  }

  .div-block-4 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 33%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0%;
    float: left;
    background-color: #000;
  }

  .div-block-4:hover {
    background-color: red;
  }

  .heading-6 {
    color: #fff;
  }

  .heading-7 {
    position: relative;
    top: auto;
    bottom: auto;
    height: 100%;
    margin-bottom: 0px;
    padding-top: 0%;
    padding-bottom: 0%;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }

  .heading-8 {
    height: 100%;
    color: #fff;
    font-size: 25px;
  }

  .heading-9 {
    height: 100%;
    color: #fff;
    font-size: 25px;
  }

  .home {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 33%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0%;
    float: left;
    background-color: #000;
  }

  .home:hover {
    background-color: red;
  }

  .products {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 33%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0%;
    float: left;
    background-color: #000;
  }

  .products:hover {
    background-color: red;
  }

  .checkout {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 33%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0%;
    float: left;
    background-color: #000;
  }

  .checkout:hover {
    background-color: red;
  }

  .link-block {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: 100%;
    z-index: 5000;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    float: none;
  }

  .linkhome {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: 100%;
    z-index: 5000;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    float: none;
  }

  .linkproducts {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: 100%;
    z-index: 5000;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    float: none;
  }

  .linkcart {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: 100%;
    z-index: 5000;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    float: none;
  }
}

