body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin: 10px 0px 1px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

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

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: 26px;
  font-family: 'Varela Round', sans-serif;
  color: #848999;
  font-size: 14px;
}

.button {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  padding: 14px 29px;
  border-bottom: 1px solid #c09101;
  border-radius: 5px;
  background-color: #ffc000;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.sign-up {
  border-bottom-color: #6cb845;
  background-color: #fff;
  color: #000;
  font-weight: 600;
}

.button.sign-up:hover {
  background-color: #fff;
  color: #000;
}

.button.inline-btn {
  margin-left: 1px;
  border: 1px solid #6cb845;
  border-radius: 4px;
  background-color: #6cb845;
  color: #fff;
}

.button.contact-btn {
  margin-top: 5px;
  margin-left: -1px;
  border-style: solid;
  border-width: 1px;
  border-color: #6bb845;
  border-radius: 3px;
  background-color: #6cb845;
  color: #fff;
}

.section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.hero {
  padding-top: 27px;
  padding-bottom: 57px;
  border-bottom: 4px solid #ececec;
  background-color: #363b48;
  background-image: url('../images/boxes.png'), url('../images/car_with_caravan.png'), -webkit-gradient(linear, left top, left bottom, from(#348334), to(hsla(0, 0%, 100%, 0))), url('../images/afc5d22d-44b4-4370-8e70-7e25744be798.jpeg');
  background-image: url('../images/boxes.png'), url('../images/car_with_caravan.png'), linear-gradient(180deg, #348334, hsla(0, 0%, 100%, 0)), url('../images/afc5d22d-44b4-4370-8e70-7e25744be798.jpeg');
  background-position: -77px 110%, 98% 100%, 0px 0px, 50% 50%;
  background-size: 272px, 346px, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
  text-align: center;
}

.section.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 20px;
  padding-top: 24px;
  padding-bottom: 8px;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
  text-align: left;
}

.nav-link {
  position: relative;
  top: 20px;
  margin-right: 2px;
  margin-left: 11px;
  padding: 8px 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-color: #6cb845;
  background-color: #6cb845;
  color: #fff;
  font-weight: 400;
}

.nav-link.w--current {
  position: relative;
  border-color: #6cb845;
  background-color: #6cb845;
  color: #fff;
  font-weight: 500;
}

.logo {
  position: relative;
  top: 9px;
  margin-top: -9px;
  margin-right: 11px;
  float: left;
}

.hero-heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 87px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-subhead {
  margin-top: 2px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 49px;
  line-height: 53px;
  font-weight: 400;
}

.footer-text {
  display: inline-block;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 7px;
  margin-left: 7px;
  padding-top: 9px;
  border-radius: 40px;
  background-color: #6cb845;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.social-icon:hover {
  background-color: #7f89a3;
}

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

.nav-bar {
  padding-top: 21px;
  padding-bottom: 35px;
  background-color: #fff;
}

.button-group {
  margin-top: 25px;
  margin-bottom: 48px;
}

.text-span {
  color: #fff;
  font-weight: 700;
}

.underline {
  background-image: url('../images/underline.png');
  background-position: 50% 101%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #ffc000;
}

.home-services {
  margin-top: 9px;
  padding-top: 52px;
  padding-bottom: 41px;
}

.home-service-box {
  margin-bottom: 11px;
  padding: 0px 25px 0px 0px;
  border: 4px solid #ffc000;
  border-radius: 4px;
  background-color: #f8f8f8;
  text-align: left;
}

.home-service-box.service--removals {
  border-color: #6cb845;
  background-image: url('../images/family_small.png');
  background-position: 201% 50%;
  background-size: 238px;
  background-repeat: no-repeat;
}

.home-service-box.service--car {
  border-color: #6cb845;
  background-image: url('../images/car.png');
  background-position: 106px 50%;
  background-size: 252px;
  background-repeat: no-repeat;
}

.home-service-box.service--container {
  padding-bottom: 0px;
  border-color: #6cb845;
  background-image: url('../images/container-yui.png');
  background-position: 174% 27%;
  background-size: 215px;
  background-repeat: no-repeat;
}

.heading {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 19px 13px 17px;
  clear: none;
  border-bottom-right-radius: 20px;
  background-color: #6cb845;
  color: #fff;
  font-size: 30px;
  line-height: 31px;
}

.intro {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 38px;
  text-transform: none;
}

.intro.new-site-text {
  background-color: transparent;
  color: #fff;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.view-more {
  margin-top: -11px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.services-block {
  padding-top: 44px;
  padding-bottom: 70px;
  background-color: #6cb845;
  background-image: url('../images/overlay-abstract.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.heading-2 {
  display: inline-block;
  padding: 10px 20px 10px 15px;
  border-radius: 4px;
  color: #fff;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 110px;
  padding: 1px 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.05);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.list-item.list-item-sl {
  margin-top: 18px;
}

.asterix {
  position: absolute;
  font-size: 16px;
}

.list-hq {
  color: #000;
  font-size: 31px;
  font-weight: 600;
}

.services-small-block {
  margin-top: 25px;
}

.page-heading {
  margin-top: 0px;
  padding-top: 21px;
  padding-bottom: 31px;
  background-color: #6cb845;
  background-image: url('../images/container-yui.png'), url('../images/car.png'), url('../images/caravan.png');
  background-position: 83% 50%, 91% 67%, 100% 50%;
  background-size: 90px, 94px, contain;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.inner-page-content {
  padding-top: 22px;
  font-family: Montserrat, sans-serif;
}

.paragraph-2 {
  margin-top: 21px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-2.why-us {
  margin-top: -9px;
}

.boxes {
  margin-top: -18px;
  margin-bottom: 12px;
  margin-left: 16px;
  float: right;
}

.boxes.c1 {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.boxes.c2 {
  position: relative;
  margin-top: 232px;
  margin-right: -289px;
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
}

.boxes.c3 {
  position: relative;
  margin-top: 229px;
  margin-right: -155px;
  -webkit-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
}

.boxes.c4 {
  margin-top: 20px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.heading-4 {
  margin-top: -16px;
  margin-bottom: 13px;
}

.list-item-1 {
  margin-bottom: 12px;
  padding: 10px 12px 2px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.why-us {
  margin-bottom: 19px;
}

.textarea {
  padding-bottom: 81px;
}

.field-label {
  padding-top: 11px;
  padding-bottom: 0px;
  font-size: 16px;
}

.websiteby {
  margin-top: 13px;
  font-family: Montserrat, sans-serif;
  color: #333;
}

.rak-link {
  color: #ff0085;
  text-decoration: none;
}

.gallery {
  margin-top: 24px;
  margin-bottom: 38px;
}

.gallery-storage-pic {
  width: 200px;
  height: 200px;
  border-radius: 100px;
}

.video {
  margin-bottom: 20px;
}

.images-2 {
  margin-top: 38px;
  margin-bottom: 26px;
}

.navbar {
  background-color: transparent;
}

.new-site {
  position: absolute;
  width: 100vw;
  height: 50px;
  margin-top: 51px;
  padding-top: 6px;
  background-color: #6cb845;
  color: #fff;
}

.bold-text {
  font-weight: 300;
}

.image {
  position: relative;
  top: -54px;
  right: -29px;
  bottom: 60px;
  float: left;
}

@media screen and (max-width: 991px) {
  .section.hero {
    margin-top: -18px;
    padding-top: 0px;
  }

  .nav-link {
    width: 100%;
    margin: 0px 10px 15px 3px;
    padding-right: 7px;
    padding-left: 7px;
    float: left;
    border-style: none;
    font-size: 17px;
  }

  .nav-link.w--current {
    display: block;
  }

  .logo {
    margin-top: -22px;
  }

  .hero-heading {
    font-size: 81px;
  }

  .hero-subhead {
    margin-top: -9px;
    padding-right: 17px;
    padding-left: 17px;
    font-weight: 500;
  }

  .nav-bar {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .home-services {
    margin-top: 70px;
    padding-top: 13px;
    padding-bottom: 7px;
    text-align: center;
  }

  .services-block {
    padding-top: 1px;
    padding-bottom: 15px;
  }

  .list-item {
    min-height: 79px;
  }

  .list-item.list-item-sl {
    min-height: 79px;
  }

  .list-hq {
    font-size: 23px;
  }

  .services-small-block {
    margin-top: -8px;
  }

  .page-heading {
    background-position: 72% 50%, 85% 67%, 100% 50%;
  }

  .gallery-storage-pic {
    height: 170px;
  }

  .icon {
    color: #6cb845;
    font-size: 39px;
  }

  .menu-button {
    padding: 8px;
  }

  .menu-button.w--open {
    margin-top: 0px;
    padding: 8px;
    background-color: transparent;
  }

  .nav-menu {
    position: absolute;
    left: auto;
    top: 57%;
    right: -22px;
    bottom: 0%;
    width: 300px;
    height: 337px;
    margin-top: 36px;
    padding-right: 14px;
    padding-bottom: 31px;
    padding-left: 7px;
    background-color: #fff;
  }

  .new-site {
    height: 85px;
  }

  .image {
    top: -120px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-bottom: 10px;
  }

  .section {
    padding: 32px 15px;
  }

  .section.hero {
    padding-top: 42px;
  }

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

  .logo {
    margin-top: -14px;
    float: none;
  }

  .hero-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .footer-text {
    margin-bottom: 22px;
  }

  .right-footer-col {
    text-align: center;
  }

  .nav-bar {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .nav-menu {
    right: 0px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    display: block;
  }

  .section {
    padding-right: 11px;
  }

  .section.hero {
    margin-top: 0px;
    padding: 0px 15px 9px;
    background-image: url('../images/car_with_caravan.png'), -webkit-gradient(linear, left top, left bottom, from(#6cb845), to(hsla(0, 0%, 100%, 0))), url('../images/afc5d22d-44b4-4370-8e70-7e25744be798.jpeg');
    background-image: url('../images/car_with_caravan.png'), linear-gradient(180deg, #6cb845, hsla(0, 0%, 100%, 0)), url('../images/afc5d22d-44b4-4370-8e70-7e25744be798.jpeg');
    background-position: 98% 100%, 0px 0px, 50% 50%;
    background-size: 346px, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .nav-link {
    display: block;
    width: 100%;
    margin-right: 3px;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    text-align: center;
  }

  .logo {
    z-index: 9999;
    width: 136px;
    margin-top: 0px;
  }

  .hero-subhead {
    margin-top: 0px;
    margin-bottom: 34px;
    font-size: 41px;
    line-height: 40px;
  }

  .nav-bar {
    padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 9px;
    background-color: #fff;
  }

  .home-services {
    margin-top: 73px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
    text-align: center;
  }

  .intro {
    font-size: 19px;
    line-height: 28px;
  }

  .intro.new-site-text {
    text-align: center;
  }

  .services-block {
    padding-top: 9px;
    padding-bottom: 13px;
    text-align: center;
  }

  .heading-2 {
    margin-bottom: 48px;
    font-size: 29px;
    line-height: 31px;
  }

  .list-item {
    min-height: 55px;
    margin-top: -32px;
  }

  .list-hq {
    font-size: 18px;
  }

  .column-2 {
    margin-top: 0px;
  }

  .column-4 {
    margin-top: 48px;
  }

  .page-heading {
    margin-top: 0px;
    margin-right: -1px;
    margin-left: -1px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }

  .inner-page-content {
    padding-top: 2px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .boxes {
    display: none;
  }

  .boxes.c1 {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: -23px;
    margin-left: 0px;
    padding-top: 4px;
    float: none;
    border-radius: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .boxes.c4 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .websiteby {
    margin-top: -13px;
  }

  .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    margin-bottom: 0px;
  }

  .gallery-storage-pic {
    width: auto;
    height: auto;
    margin-bottom: 15px;
    border-radius: 12px;
  }

  .images-2 {
    margin-top: -5px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .list {
    margin-top: -26px;
  }

  .navbar {
    background-color: transparent;
  }

  .icon {
    color: #6cb845;
    font-size: 42px;
  }

  .brand {
    margin-top: -3px;
    padding-bottom: 1px;
    padding-left: 16px;
  }

  .menu-button {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    position: absolute;
    right: 0px;
    width: 102vw;
    height: 369px;
    margin-top: 3px;
    margin-right: 0px;
    padding: 0px 17px;
    background-color: #fff;
    box-shadow: 0 20px 20px -12px rgba(0, 0, 0, 0.34);
  }

  .new-site {
    position: absolute;
    width: 100%;
    height: 72px;
    margin-top: 7px;
    margin-left: -15px;
  }

  .image {
    display: none;
  }
}

