h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

a {
  text-decoration: underline;
}

.small-btn-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 227px;
  height: 60px;
  margin-top: 60px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #19647e;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #19647e;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.small-btn-blue:hover {
  background-color: rgba(25, 100, 126, .19);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.small-btn-blue.learn-more {
  margin-top: 44px;
  margin-bottom: 109px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.small-btn-blue.learn-more:hover {
  background-color: rgba(25, 100, 126, .19);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.big-btn-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 295px;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #19647e;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #19647e;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.big-btn-blue:hover {
  background-color: rgba(25, 100, 126, .19);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.big-btn-blue.request-a-quote {
  margin-top: 0px;
  margin-bottom: 0px;
}

.body {
  border: 1px solid #000;
  color: #353535;
  text-align: center;
}

.small-btn-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 227px;
  height: 60px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 40px;
  background-color: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.small-btn-white.learn-more {
  margin-top: 44px;
  margin-bottom: 109px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.small-btn-white.learn-more:hover {
  background-color: hsla(0, 0%, 100%, .19);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.buttons {
  width: 300px;
  margin: 5px;
}

.divider {
  height: 5px;
}

.div-block-4 {
  width: 227px;
  height: 60px;
  background-color: #19647e;
}

.clients-partners-company-badge {
  width: 322px;
  height: 90px;
  margin-top: 20px;
  border: 1px solid #e4e3e4;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 3px 3px 11px 0 #e4e3e4;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53);
  transition: transform 200ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 200ms cubic-bezier(.55, .085, .68, .53);
}

.clients-partners-company-badge:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.company-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1.01px;
  text-transform: capitalize;
}

.company-website {
  padding-top: 2px;
  font-family: 'Open Sans', sans-serif;
  color: #19647e;
  line-height: 19px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: lowercase;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-left: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.badge {
  margin: 5px;
}

.heading-1 {
  width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Michroma, sans-serif;
  font-size: 40px;
  line-height: 57px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.heading-1.white {
  color: #fff;
}

.heading-1.why {
  width: auto;
}

.heading-2 {
  margin-top: 4px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #19647e;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.43px;
}

.headings {
  margin: 5px;
}

.section-divider {
  width: 100%;
  height: 5px;
  background-color: #19647e;
}

.text-span {
  color: #19647e;
}

.about-paragraph {
  margin-top: 12px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.text-span-2 {
  color: #19647e;
}

.div-block-7 {
  margin-top: 70px;
  margin-bottom: 70px;
  padding-bottom: 0px;
}

.div-block-8 {
  margin-top: 90px;
}

.why-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #19647e;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.56px;
  text-transform: capitalize;
}

.why-paragraph {
  margin-bottom: auto;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.3px;
}

.section {
  margin-bottom: 5%;
}

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

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

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

.container {
  margin-right: 10%;
  margin-bottom: 0px;
  margin-left: 10%;
}

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

.slider {
  height: 100vh;
}

.slide {
  background-image: url('../images/daniel-tseng-115600.jpg');
  background-position: 56% 50%;
  background-size: cover;
}

.text-span-3 {
  text-transform: lowercase;
}

.slogan {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #19647e;
  font-size: 25px;
  line-height: 34px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.31px;
}

.section-1-paragraph {
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0.3px;
}

.column-5 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-9 {
  display: block;
  width: auto;
  margin: 20% 10% 14%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-6 {
  display: block;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url('../images/mcml-xxxiii-266763.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-11 {
  display: block;
  margin-top: 80px;
  margin-right: 10%;
  margin-left: 10%;
  padding-left: 0px;
}

.services-paragraph {
  width: 80%;
  margin-top: 11px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 1.1em;
  line-height: 28px;
  letter-spacing: 0.43px;
}

.services-paragraph.white {
  color: #fff;
}

.column-7 {
  height: 100vh;
  background-image: url('../images/sandro-katalina-61692-copy.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.row {
  background-color: #19647e;
}

.column-8 {
  height: 100vh;
  background-image: url('../images/Grey-And-White-Wall-Paint-Color-Combination-For-Modern-Home-Exterior-Using-Recessed-Lights-On-High-Ceiling-As-Outdoor-Light-Fixtures.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.text-span-4 {
  color: #19647e;
}

.row-2 {
  margin-top: 65px;
  padding-bottom: 113px;
}

.services-type {
  font-family: Michroma, sans-serif;
  color: #353535;
  font-size: 22px;
  line-height: 31px;
  letter-spacing: 0.59px;
}

.div-block-12 {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 80px;
  padding-bottom: 0px;
  border-bottom: 1px none #e4e3e4;
  border-left: 1px none #e4e3e4;
}

.column-9 {
  padding-left: 0px;
  border-right: 1px solid #e4e3e4;
  border-bottom: 1px solid #e4e3e4;
}

.column-10 {
  border-bottom: 1px solid #e4e3e4;
}

.column-11 {
  padding-left: 0px;
  border-right: 1px solid #e4e3e4;
  border-bottom: 1px solid #e4e3e4;
}

.column-12 {
  border-bottom: 1px solid #e4e3e4;
}

.column-13 {
  padding-left: 0px;
  border-right: 1px solid #e4e3e4;
}

.testimonial-name {
  padding-bottom: 9px;
  font-family: Michroma, sans-serif;
  color: #353535;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0.67px;
}

.testimonial {
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 15px;
  line-height: 29px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.text-span-5 {
  color: #19647e;
}

.div-block-13 {
  margin-top: 80px;
}

.column-15 {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000 #e4e3e4 #000 #000;
}

.contact-us-heading {
  padding-bottom: 11px;
  font-family: Michroma, sans-serif;
  color: #353535;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.79px;
}

.contact-us-subheading {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.4px;
}

.div-block-14 {
  width: 100%;
  padding-bottom: 35px;
}

.text-field {
  width: 100%;
  height: 60px;
  margin-right: -17px;
  border-color: #e4e3e4;
  border-radius: 5px;
}

.text-field.message {
  height: 250px;
}

.column-16 {
  display: block;
  padding-left: 0px;
}

.column-17 {
  display: block;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 #000 #000 #e4e3e4;
}

.submit-button {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-left: 0px;
}

.submit-button.small-btn-blue {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-15 {
  margin-top: 15px;
}

.div-block-16 {
  margin-top: 15px;
  margin-bottom: 40px;
}

.div-block-17 {
  margin-right: 10px;
}

.div-block-18 {
  margin-left: 10px;
}

.form-block {
  margin-left: 80px;
}

.slide-2 {
  background-image: url('../images/frank-mckenna-282487.jpg');
  background-position: -35px 0px;
  background-size: cover;
}

.icon-2 {
  color: #353535;
  font-size: 30px;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.nav-link {
  position: relative;
  top: 0px;
  right: 0px;
  width: 49vw;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 15px;
  padding-right: 40px;
  padding-left: 40px;
  border: 2px solid #19647e;
  border-radius: 10px;
  background-color: #fff;
  color: #19647e;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #fff;
  font-size: 14px;
}

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

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

.nav-menu {
  margin-top: 75px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: 'Source Sans Pro', sans-serif;
  color: #19647e;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.container-2 {
  display: block;
  margin-right: 0px;
  padding-right: 20px;
}

.navbar-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(0, 29%, 93%, 0);
}

.menu-button-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.menu-button-2.w--open {
  padding-right: 0px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #19647e;
  font-size: 25px;
}

.nav-menu-2 {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.new-nav-link {
  display: block;
  width: 20vw;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 20px;
  border: 3px solid #19647e;
  background-color: #fff;
  direction: rtl;
  font-family: 'Source Sans Pro', sans-serif;
  color: #19647e;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.6px;
  text-decoration: underline;
  text-indent: 0px;
  text-transform: uppercase;
}

.new-nav-link.w--current {
  margin-right: 10px;
  border: 3px solid #19647e;
  background-color: #fff;
  color: #19647e;
}

.icon-3 {
  color: #353535;
  font-size: 30px;
}

.icon-3:focus {
  background-color: transparent;
}

.new-testimonial-block-left {
  min-height: 250px;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
}

.new-testimonial-block-right {
  min-height: 250px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
}

.link-2 {
  font-family: 'Open Sans', sans-serif;
  color: #19647e;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.link-3 {
  font-family: 'Open Sans', sans-serif;
  color: #19647e;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.why-div {
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.section-2 {
  background-image: -webkit-linear-gradient(270deg, #19647e, #19647e);
  background-image: linear-gradient(180deg, #19647e, #19647e);
}

.footer {
  padding-top: 75px;
  padding-bottom: 75px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.4px;
}

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

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

.link-4 {
  width: 100vw;
  float: none;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  color: #e4e3e4;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.4px;
  text-decoration: underline;
}

.link-4.footer-link {
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  text-decoration: none;
}

.unordered-list {
  margin-bottom: 0px;
  padding-left: 0px;
}

.link-5 {
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-decoration: underline;
}

.error-message {
  margin-top: 25px;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
  color: #4e4e4e;
}

.text-block-4 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.success-message {
  background-color: #19647e;
}

.company-link-block {
  color: #333;
  text-decoration: none;
}

@media (max-width: 991px) {
  .clients-partners-company-badge {
    width: auto;
  }
  .heading-1 {
    width: auto;
  }
  .section {
    margin-bottom: 0px;
  }
  .container {
    margin-bottom: 10%;
  }
  .slider {
    height: 50vh;
  }
  .section-1-paragraph {
    padding-right: 0px;
    line-height: 32px;
  }
  .div-block-9 {
    width: auto;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .column-6 {
    height: 445px;
    padding-left: 0px;
  }
  .div-block-11 {
    margin-right: 10%;
    margin-bottom: 0px;
    margin-left: 10%;
  }
  .column-7 {
    height: auto;
    padding-left: 10px;
    background-image: none;
  }
  .column-8 {
    height: 445px;
    padding-left: 0px;
  }
  .div-block-12 {
    margin-top: 0px;
  }
  .column-9 {
    padding-right: 0px;
    padding-bottom: 0px;
    border-right-style: none;
  }
  .column-10 {
    padding-left: 0px;
  }
  .column-11 {
    padding-right: 0px;
    border-right-style: none;
  }
  .column-12 {
    padding-left: 0px;
  }
  .column-13 {
    padding-right: 0px;
    border-bottom: 1px solid #e4e3e4;
    border-right-style: none;
  }
  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-13 {
    margin-top: 50px;
  }
  .column-17 {
    border-left-style: none;
  }
  .submit-button.small-btn-blue {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form-block {
    margin-left: 0px;
  }
  .column-18 {
    height: 445px;
    background-image: url('../images/sandro-katalina-61692-copy.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .column-19 {
    padding-bottom: 40px;
  }
  .column-20 {
    padding-bottom: 40px;
  }
  .slide-2 {
    background-position: 50% 50%;
  }
  .nav-link {
    width: 100vw;
    margin-right: 0px;
  }
  .new-nav-link {
    width: 40vw;
    text-align: center;
  }
  .new-nav-link.w--current {
    width: 40vw;
  }
  .new-testimonial-block-left {
    min-height: 150px;
  }
  .new-testimonial-block-right {
    min-height: 150px;
    padding-left: 0px;
  }
  .company-link-block {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .clients-partners-company-badge {
    width: auto;
  }
  .div-block-9 {
    width: auto;
  }
  .div-block-11 {
    margin-bottom: 0px;
  }
  .column-7 {
    margin-bottom: 85px;
    padding-bottom: 0px;
  }
  .nav-link {
    width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .column-21 {
    padding-top: 20px;
    padding-bottom: 15px;
    border-style: none;
    border-top-width: 1px;
    border-top-color: hsla(0, 0%, 100%, .61);
    text-align: left;
  }
  .link-4.footer-link {
    float: left;
    text-align: left;
    text-decoration: none;
  }
  .unordered-list {
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: left;
  }
}

@media (max-width: 479px) {
  .small-btn-blue {
    width: 100%;
  }
  .small-btn-blue.learn-more {
    width: 100%;
    margin-bottom: 0px;
  }
  .big-btn-blue {
    width: 100%;
  }
  .big-btn-blue.request-a-quote {
    width: 100%;
  }
  .small-btn-white.learn-more {
    width: 100%;
    margin-bottom: 0px;
  }
  .clients-partners-company-badge {
    width: auto;
  }
  .heading-1 {
    font-size: 32px;
    line-height: 45px;
  }
  .heading-2 {
    font-size: 15px;
    line-height: 28px;
  }
  .about-paragraph {
    margin-top: 18px;
    font-size: 15px;
  }
  .div-block-8 {
    margin-top: 30px;
  }
  .why-heading {
    margin-top: 25px;
  }
  .why-paragraph {
    font-size: 15px;
    line-height: 29px;
  }
  .column {
    padding-right: 0px;
  }
  .column-2 {
    padding-right: 0px;
  }
  .column-3 {
    padding-right: 0px;
  }
  .container {
    margin-right: 7%;
    margin-left: 7%;
  }
  .slogan {
    font-size: 21px;
    line-height: 31px;
  }
  .section-1-paragraph {
    font-size: 15px;
    line-height: 29px;
  }
  .div-block-9 {
    width: auto;
    margin-right: 7%;
    margin-left: 7%;
  }
  .div-block-11 {
    margin: 60px 5% 30px;
  }
  .services-paragraph {
    font-size: 14px;
    line-height: 29px;
  }
  .services-paragraph.white {
    font-size: 14px;
  }
  .column-7 {
    height: auto;
    margin-bottom: 85px;
    padding-bottom: 0px;
  }
  .services-type {
    font-size: 23px;
  }
  .testimonial-name {
    font-size: 22px;
  }
  .testimonial {
    font-size: 13px;
  }
  .text-field {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-17 {
    margin-top: 0%;
  }
  .submit-button.small-btn-blue {
    width: 100%;
  }
  .div-block-18 {
    margin-left: 0px;
  }
  .form-block {
    margin-top: 5%;
  }
  .form {
    margin-bottom: 20%;
  }
  .navbar-2 {
    width: 100vw;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .nav-link {
    margin-left: 10px;
  }
  .nav-menu {
    background-color: hsla(0, 0%, 100%, 0);
  }
  .navbar-3 {
    background-color: transparent;
  }
  .new-nav-link {
    width: 100vw;
    float: none;
    text-align: center;
  }
  .new-nav-link.w--current {
    width: 100vw;
  }
  .link-2 {
    text-decoration: underline;
  }
  .link-3 {
    text-decoration: underline;
  }
  .link-4.footer-link {
    float: left;
  }
  .unordered-list {
    padding-top: 0px;
  }
}

