:root {
  --peru: #fff;
  --dark-slate-gray: #1c1c1c;
  --dark-slate-gray-2: #ff6a16;
  --medium-aquamarine: #363636;
  --dark-gray: #999;
  --medium-turquoise: #4aaec2;
  --pale-violet-red: #d25f7c;
}

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

h2 {
  color: #2e2e2e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #dd783f;
  text-decoration: none;
}

a:hover {
  color: #c2581b;
  text-decoration: none;
}

img {
  max-width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

.hero-section {
  box-sizing: border-box;
  background-image: linear-gradient(135deg, #1e2121d1 1%, #20202024 98%), url('../images/gutterrr.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
  padding-top: 184px;
  position: relative;
}

.navbar {
  color: var(--peru);
  background-color: #fff0;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.menu-link {
  float: left;
  margin-right: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}

.menu-icon {
  float: right;
  line-height: 13px;
  display: inline-block;
}

.menu-button {
  float: right;
  color: #ffffffd9;
  border-radius: 2px;
  margin-top: 0;
  padding: 10px 8px 9px;
  transition: background-color .35s, color .35s;
  display: block;
}

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

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

.long-text {
  color: #fff;
  margin-top: 7px;
  font-size: 26px;
  line-height: 26px;
}

.hero-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-family: Varela Round, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 51px;
}

.hero-subheading {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.hero-content {
  text-align: center;
}

.button {
  color: #fff;
  background-color: #dd783f;
  border-radius: 3px;
  padding: 12px 31px;
  font-family: Oxygen, sans-serif;
  font-weight: 300;
  transition: background-color .2s, color .2s;
}

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

.main-section {
  background-color: #f7f7f700;
  padding-top: 62px;
  padding-bottom: 62px;
}

.main-section.dark {
  background-color: #4d565d;
  background-image: linear-gradient(#232f3878, #232f384f 99%), url('../images/footer-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-bottom: 1px #000;
  padding-bottom: 0;
}

.main-section.gray {
  background-color: #f8f8f8;
}

.main-section.bottom-padding {
  background-color: var(--dark-slate-gray);
  padding-top: 0;
  padding-bottom: 0;
}

.thumbnail-wrapper {
  background-color: #fff;
  border-radius: 3px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #00000017;
}

.thumbnail-wrapper:hover {
  transform: translate(0, -3px);
  box-shadow: 0 0 0 1px #00000017, 0 2px 23px #00000017;
}

.blog-title {
  color: #101315;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
}

.category-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #5cc489;
  border-radius: 2px;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  font-family: Oxygen, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 10px;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.thumbnail-text {
  border-top: 1px solid #e5e5e5;
  height: 93px;
  padding: 13px;
  position: relative;
  overflow: hidden;
}

.thumbnail-date {
  float: right;
  color: #999;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 35px;
  display: inline-block;
}

.thumbnail-date.lite {
  color: #ffffffb3;
  font-size: 12px;
}

.author-img {
  float: left;
  border-radius: 60px;
  width: 26px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  position: static;
  bottom: 10px;
  right: 10px;
}

.thumb-details {
  background-color: #fcfcfc;
  border-top: 1px solid #efefef;
  padding: 6px 13px;
}

.preview-text {
  color: #7a7a7a;
  height: 40px;
  font-family: Oxygen, sans-serif;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
}

.author-title {
  float: left;
  color: #999;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: #ffffffb3;
  font-size: 12px;
}

.container {
  width: 1100px;
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.med-divider {
  background-color: #dedede;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  list-style-type: lower-alpha;
  display: block;
}

.white {
  color: #efefef;
}

.form-wrapper {
  width: 500px;
  margin: 20px auto 80px;
  display: block;
}

.field {
  float: left;
  color: #4d565d;
  border: 1px #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 75%;
  height: 50px;
  font-size: 15px;
}

.submit-button {
  background-color: #ffffff47;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 25%;
  height: 50px;
  font-family: Oxygen, sans-serif;
  transition: background-color .35s, color .35s;
}

.submit-button:hover {
  background-color: #dd783f;
}

.footer-section {
  background-color: #232f3899;
  border-top: 1px solid #ffffff1f;
  padding-top: 27px;
  padding-bottom: 27px;
}

.footer-link {
  float: none;
  color: #fff9;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 0 3px 20px;
  font-family: Oxygen, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: color .35s;
  display: inline-block;
}

.footer-link:hover {
  color: #fff;
}

.thumbnail-image {
  background-color: #d6d6d6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.featured-wrapper {
  border-radius: 3px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.featured-wrapper:hover {
  transform: translate(0, -5px);
}

.featured-text {
  background-image: linear-gradient(#00000008, #0009 46%, #000000c2);
  padding: 60px 20px 62px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.featured-title {
  color: #fff;
  text-align: left;
  margin-bottom: 4px;
  padding-right: 20px;
  font-size: 27px;
  line-height: 30px;
  display: block;
}

.category-tag-2 {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  background-color: #5cc489;
  border-radius: 2px;
  padding: 7px 9px 6px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.featured-description {
  color: #ffffffb3;
  text-align: left;
  padding-right: 44px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.featured-details {
  padding: 10px 20px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.featured-image {
  background-image: url('../images/3f4eb74a.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  height: 280px;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  inset: 0;
}

.blog-date {
  color: #999;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 25px;
  display: inline-block;
}

.blog-category {
  color: #d25f7c;
  text-transform: uppercase;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px;
  text-decoration: none;
  display: inline-block;
}

.author-link {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: block;
}

.author-link:hover {
  transform: scale(1.02);
}

.author-wrapper {
  text-align: center;
  width: 70%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.author-name {
  color: #353535;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.author-name:hover {
  color: #243039;
}

.inner-hero {
  text-align: center;
  background-image: url('../images/bridges.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  padding-top: 125px;
  position: relative;
}

.inner-hero.about-page {
  background-image: url('../images/photo-1438636740648-37d6fed50dad.jpg');
  background-size: cover;
}

.inner-hero.category {
  background-image: url('../images/photo-1413977886085-3bbbf9a7cf6e.jpg');
  background-size: cover;
}

.author-picture {
  float: left;
  border-radius: 6px;
  width: 300px;
  margin-bottom: 17px;
  margin-right: 25px;
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
}

.author-name-main {
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}

.authorbio p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}

.author-links {
  opacity: .7;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 1px 0;
  transition: opacity .4s;
}

.author-links:hover {
  opacity: 1;
}

.social-wrapper {
  margin-bottom: 8px;
}

.hero-header {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.footer-logo {
  text-decoration: none;
}

.hero-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.smallest-divider {
  background-color: #dedede;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  display: block;
}

.author-bio {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.author-bio p {
  font-size: 13px;
  line-height: 21px;
}

.social-link {
  opacity: .82;
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s;
  display: inline-block;
}

.social-link:hover {
  opacity: .45;
}

.blog-post {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.nav-link {
  opacity: 1;
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .2s, transform .2s;
  display: inline-block;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
  transform: translate(0, -2px);
}

.nav-link.w--current {
  opacity: 1;
  color: var(--peru);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.view-all {
  color: #fff9;
  margin-bottom: 13px;
  padding-left: 18px;
  padding-right: 18px;
  text-decoration: none;
  transition: color .3s;
}

.full-divide {
  background-color: #dedede;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.author-photo {
  border-radius: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.social-icon {
  margin-top: 0;
  margin-bottom: 0;
}

.category-section {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 9px;
  padding-bottom: 9px;
}

.category-link {
  color: #768088;
  text-align: center;
  border-radius: 3px;
  margin-right: 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.category-link:hover {
  color: #243039;
  background-color: #f0f0f0;
}

.dark-overlay {
  z-index: 0;
  opacity: .23;
  text-shadow: none;
  background-color: #000;
  height: 100%;
  transition: background-color .4s;
  position: absolute;
  inset: 0;
}

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

.category-block {
  padding: 10px;
  text-decoration: none;
  display: block;
}

.category-thumbnail {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #00000063;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  height: 140px;
  padding: 57px 30px 30px;
  font-size: 23px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.category-name, .hero-wrapper {
  z-index: 10;
  position: relative;
}

.about-image {
  border-radius: 20px;
}

.field-label {
  font-family: Oxygen, sans-serif;
  font-weight: 400;
}

.contact-field {
  border-radius: 2px;
  height: 50px;
  padding-bottom: 9px;
  font-family: Oxygen, sans-serif;
}

.contact-field:focus {
  color: #243039;
  border: 1px solid #5cc489;
}

.contact-field.message {
  height: 150px;
}

.social-text {
  color: #243039;
  background-image: url('../images/social-18.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 26px;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.social-text.facebook {
  background-image: url('../images/social-03.svg');
  background-size: 15px;
}

.social-text.instagram {
  background-image: url('../images/social-07.svg');
  background-size: 15px;
}

.success-message {
  color: #fff;
  background-color: #5cc489;
  border-radius: 3px;
  padding-top: 27px;
}

.success-text {
  font-size: 16px;
}

.section-title {
  letter-spacing: 2px;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.blog-post-title {
  margin-top: 0;
  margin-bottom: 7px;
}

.button-2 {
  background-color: var(--dark-slate-gray-2);
  border: 1px solid #ff6a16;
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  box-shadow: 0 0 7px 2px #ffeded33;
}

.text-block {
  text-align: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: var(--dark-slate-gray-2);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.field-label-4, .field-label-6, .field-label-10, .field-label-11 {
  color: var(--peru);
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.text-field, .text-field-2 {
  border: 1px solid #000;
  border-radius: 15px;
  width: 800px;
  height: 50px;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.text-field-3 {
  border: 1px solid #000;
  border-radius: 15px;
  width: 800px;
  height: 50px;
}

.text-field-4 {
  border: 1px solid #000;
  border-radius: 15px;
  width: 800px;
  height: 120px;
}

.heading-3 {
  color: var(--peru);
  text-align: center;
  padding-top: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 52px;
}

.submit-button-2 {
  background-color: var(--peru);
  color: #464444;
  border-radius: 20px;
  width: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  box-shadow: 0 0 7px 2px #0e0e0e80;
}

.heading-4 {
  color: var(--dark-slate-gray);
  text-align: center;
  margin-top: 60px;
  font-family: Varela Round, sans-serif;
  font-size: 52px;
}

.div-block-46 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--dark-slate-gray-2);
  background-color: #1c1c1c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  margin-top: 20px;
  display: flex;
  box-shadow: 0 0 7px 2px #0003;
}

.div-block-46.service-card {
  background-color: #1c1c1c;
}

.heading-7 {
  color: var(--peru);
  text-align: center;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.heading-8 {
  color: var(--peru);
  text-align: center;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Varela Round, sans-serif;
  font-size: 52px;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center;
  padding-bottom: 40px;
  display: grid;
}

.image-5 {
  border-radius: 20px;
  width: 595px;
  box-shadow: 0 0 7px 3px #0003;
}

.image-6 {
  border-radius: 20px;
  width: 600px;
  box-shadow: 0 0 7px 4px #0003;
}

.heading-9 {
  color: var(--dark-slate-gray);
  text-align: center;
  padding-top: 40px;
  font-family: Varela Round, sans-serif;
  font-size: 52px;
  font-weight: 700;
}

.section-3 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.image-8, .image-11 {
  border-radius: 20px;
}

.image-11.gallery-img {
  box-shadow: 0 0 7px 3px #0000005c;
}

.image-12.galley-img, .image-13 {
  border-radius: 20px;
  box-shadow: 0 0 7px 2px #00000080;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.footer-title {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-link-two.w--current {
  display: flex;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  font-family: Varela Round, sans-serif;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.heading-11 {
  color: var(--dark-slate-gray);
  text-align: center;
  padding-top: 60px;
  font-family: Varela Round, sans-serif;
  font-size: 52px;
}

.div-block-5 {
  background-color: #e4e4e4;
  flex-flow: column;
  display: flex;
}

.service-div {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.bold-text-5 {
  color: var(--dark-slate-gray);
  font-family: Varela Round, sans-serif;
}

.image-16, .image-17, .image-18 {
  border-radius: 20px;
  box-shadow: 0 0 7px 2px #00000080;
}

.image-19 {
  border-radius: 20px;
  box-shadow: 0 0 7px 2px #00000080, 0 2px 5px #0003;
}

.button-5 {
  background-color: var(--dark-slate-gray-2);
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: var(--dark-slate-gray-2);
  border: 1px solid #000;
  border-radius: 20px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 35px;
  box-shadow: 0 0 7px 2px #00000080;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.div-block-6.test-reviews {
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.form-block {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: #fffdfd;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-10 {
  color: #fff8f8;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: grid;
}

.text-block-11 {
  color: #fffefe;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-12 {
  color: var(--peru);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.image-23 {
  width: 20%;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  line-height: 42px;
}

.div-block-9 {
  background-color: #ff6a16;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-6 {
  background-color: var(--peru);
  color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 24px;
  margin-bottom: 60px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  box-shadow: 0 0 7px 2px #00000080;
}

.cert-divider {
  background-color: var(--dark-gray);
  flex-flow: column;
  width: 90%;
  max-width: 100%;
  height: 3px;
  display: block;
}

.div-block-10 {
  padding-top: 20px;
}

.heading-13 {
  color: var(--peru);
  text-align: center;
  padding-top: 40px;
  font-family: Varela Round, sans-serif;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: 100px;
  margin-right: 100px;
  display: grid;
}

.paragraph-11, .paragraph-12 {
  color: var(--dark-slate-gray-2);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-13 {
  color: var(--peru);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  font-family: Varela Round, sans-serif;
  font-size: 26px;
  line-height: 40px;
  display: block;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.bold-text-6 {
  line-height: 26px;
}

.body-2, .div-block-13 {
  background-color: var(--dark-slate-gray);
}

.heading-14 {
  color: var(--peru);
  font-family: Varela Round, sans-serif;
  font-size: 52px;
}

.paragraph-14 {
  color: #fff6f6;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-14 {
  text-align: center;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-15 {
  padding-bottom: 20px;
}

.div-block-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.image-24 {
  border-radius: 10px;
  width: 390px;
  max-width: 100%;
  height: 485px;
  max-height: 100%;
  box-shadow: 0 0 7px 2px #00000080;
}

.image-25 {
  border-radius: 10px;
  height: 485px;
  max-height: 100%;
  box-shadow: 0 0 7px 2px #00000080;
}

.image-26, .image-27 {
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 0 7px 2px #00000080;
}

.image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-35 {
  border-radius: 10px;
  box-shadow: 0 0 7px 2px #00000080;
}

.image-36, .image-37 {
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 0 7px 2px #00000080;
}

.image-38, .image-39 {
  border-radius: 10px;
  height: 490px;
  max-height: 100%;
  box-shadow: 0 0 7px 2px #00000080;
}

.image-40 {
  border-radius: 10px;
  box-shadow: 0 0 2px 2px #00000080;
}

.image-41, .image-42, .image-43 {
  border-radius: 10px;
  box-shadow: 0 0 7px 2px #00000080;
}

.bold-text-7 {
  font-size: 36px;
}

.bold-text-9 {
  color: var(--peru);
}

.paragraph-15 {
  color: var(--dark-slate-gray-2);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
}

.div-block-49 {
  background-color: var(--dark-slate-gray);
}

.div-block-50, .div-block-51 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-52 {
  background-color: var(--dark-gray);
  height: 3px;
}

.div-block-53 {
  background-color: #ff6a16;
}

.div-block-54 {
  background-color: var(--dark-gray);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 100%;
  height: 3px;
  margin-left: 71px;
  display: block;
}

.div-block-55 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-section {
  background-color: var(--dark-slate-gray);
  padding-left: 40px;
  padding-right: 60px;
}

.image-44 {
  width: 190px;
}

.text-block-13, .footer-links {
  color: var(--peru);
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-block-16 {
  color: #8f8f8f;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
}

.bold-text-12 {
  color: var(--peru);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-section {
    padding: 40px 10px;
  }

  .main-section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .preview-text {
    max-height: 40px;
    overflow: hidden;
  }

  .section-heading {
    text-align: center;
    display: block;
  }

  .footer-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .featured-text {
    padding-top: 70px;
    position: absolute;
    inset: 0;
  }

  .featured-title {
    font-size: 23px;
  }

  .category-tag-2 {
    z-index: 10;
  }

  .featured-description {
    max-height: 55px;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
    overflow: hidden;
  }

  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .category-block {
    padding: 10px 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .form {
    flex-flow: column;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 440px;
    padding-top: 162px;
  }

  .main-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-text {
    inset: auto 0 0;
  }

  .featured-title {
    font-size: 27px;
  }

  .featured-description {
    font-size: 18px;
  }

  .author-picture {
    width: 210px;
    margin-bottom: 6px;
    margin-right: 13px;
  }

  .authorbio {
    font-size: 14px;
    line-height: 17px;
  }

  .blog-thumbnail {
    width: 50%;
  }

  .featuredthumbnail {
    padding: 10px 0;
  }

  .category-wrapper {
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
  }

  .about-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .success-message {
    color: #fff;
    background-color: #5cc489;
    padding-top: 28px;
    font-size: 18px;
  }

  .success-text {
    font-size: 18px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .team-slider, .gallery-overview {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }

  img {
    margin-right: -23px;
    padding-top: 0;
  }

  .hero-section {
    box-sizing: border-box;
    background-color: var(--peru);
    object-fit: fill;
    background-image: linear-gradient(#00000080, #00000080), url('../images/gutters333.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 500px;
    margin-bottom: 0;
    padding: 100px 21px 0;
    overflow: visible;
  }

  .navbar {
    background-color: #fff0;
    background-image: none;
    padding: 2px 15px 0;
  }

  .menu-icon {
    color: #a8a8a8d9;
  }

  .menu-button {
    margin-top: 13px;
    top: 8px;
  }

  .long-text {
    margin-top: 0;
  }

  .hero-heading {
    color: var(--peru);
    text-align: left;
    letter-spacing: 1px;
    text-shadow: 0 1px 11px #0000004f;
    margin-top: -17px;
    font-family: Varela Round, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
  }

  .hero-subheading {
    float: none;
    color: var(--peru);
    text-align: right;
    text-shadow: 0 1px 11px #0000004f;
    padding-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }

  .main-section {
    background-color: #f7f7f700;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-section.dark {
    margin-top: 18px;
    padding-top: 0;
  }

  .main-section.bottom-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--dark-slate-gray);
    background-image: none;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .author-img, .section-heading {
    display: block;
  }

  .med-divider {
    width: 60%;
  }

  .form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .field {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
    margin-bottom: 5px;
  }

  .submit-button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
  }

  .footer-section {
    position: relative;
  }

  .footer-link {
    float: none;
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .featured-text {
    padding: 0 15px 55px;
  }

  .featured-title {
    font-size: 18px;
  }

  .category-tag-2 {
    padding: 6px;
    top: 15px;
    left: 15px;
  }

  .featured-description {
    display: none;
  }

  .featured-details {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-hero {
    background-image: none;
    height: 330px;
  }

  .author-picture {
    float: none;
    text-align: center;
    border-radius: 110px;
    width: 130px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .author-name-main {
    text-align: center;
    margin-top: 2px;
    font-size: 23px;
    line-height: 34px;
  }

  .authorbio {
    text-align: center;
    font-size: 14px;
  }

  .social-wrapper {
    text-align: center;
  }

  .hero-header {
    font-size: 40px;
  }

  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-logo, .footer-logo.w--current {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .blog-post {
    width: 95%;
  }

  .featuredthumbnail {
    padding: 5px 0;
  }

  .nav-link {
    opacity: .7;
    color: #fff;
    text-align: center;
    text-transform: none;
    background-color: #0000;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 17px;
    font-weight: 500;
    display: block;
  }

  .nav-link.w--current {
    opacity: 1;
    color: #fff;
  }

  .about-image {
    border-radius: 15px;
    box-shadow: 0 0 7px 2px #00000080;
  }

  .logo {
    float: left;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    display: inline-block;
  }

  .logo.w--current {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: #232f38eb;
    width: 100%;
    padding-top: 60px;
    display: block;
    position: absolute;
  }

  .close-x {
    color: #fff;
    text-transform: none;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 21px;
    left: 35px;
    right: 35px;
  }

  .success-text {
    line-height: 27px;
  }

  .button-2 {
    float: none;
    border: 2px solid var(--dark-slate-gray-2);
    background-color: var(--dark-slate-gray-2);
    color: var(--peru);
    text-align: center;
    letter-spacing: 0;
    -webkit-text-stroke-color: #ff6a16;
    border-radius: 20px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    margin: 0 0 4px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    box-shadow: 0 0 11px 3px #8181818a;
  }

  .text-block {
    color: var(--peru);
    text-align: center;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: 0 1px 7px #0003;
    word-break: normal;
    overflow-wrap: normal;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
  }

  .text-span {
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
  }

  .section {
    margin-top: 24px;
  }

  .text-block-2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 39px;
    font-family: Montserrat, sans-serif;
    line-height: 24px;
  }

  .heading {
    text-align: center;
    margin-left: -31px;
    margin-right: -31px;
    font-family: Merriweather, serif;
    font-size: 24px;
    line-height: 37px;
  }

  .text-block-2-copy {
    text-align: center;
    margin-top: 3px;
    margin-bottom: 25px;
    font-family: Oxygen, sans-serif;
    line-height: 24px;
  }

  .button-2-copy {
    float: none;
    clear: both;
    text-align: center;
    background-color: #28ff2f;
    border: 2px solid #fff;
    border-radius: 20px;
    font-family: Oxygen, sans-serif;
    position: relative;
    inset: auto auto 0% 100px;
  }

  .testimonial-column-light {
    padding-top: 0;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    color: var(--dark-slate-gray-2);
    text-shadow: 0 1px 1px #0003;
    margin-top: 0;
    margin-bottom: 24px;
    padding-top: 20px;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
  }

  .team-slider {
    padding-top: 0;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two {
    box-shadow: 0 0 10px 2px var(--dark-slate-gray-2);
    border: 0 solid #000;
    border-radius: 9px;
    padding-top: 0;
  }

  .paragraph {
    color: #b67711;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .button-3 {
    box-shadow: 0 0 14px 1px var(--dark-slate-gray-2);
    opacity: 1;
    color: #fff;
    mix-blend-mode: normal;
    background-color: #3a7841;
    border: 0 solid #000;
    border-radius: 14px;
    margin-top: 316px;
    margin-bottom: 9px;
    margin-left: 73px;
    padding-top: 9px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .bold-text {
    color: #3a7841;
    font-size: 22px;
  }

  .bold-text-2 {
    color: #3a7841;
    text-align: center;
    font-size: 22px;
  }

  .bold-text-3 {
    text-align: left;
    padding-right: 152px;
    font-size: 28px;
  }

  .gallery-overview {
    padding-top: 0;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-image.shadow-two {
    border-radius: 9px;
    margin-top: -35px;
    padding-top: 0;
    box-shadow: 0 2px 13px 2px #0000008f;
  }

  .heading-2 {
    color: #3a7841;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

  .paragraph-2 {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
  }

  .field-label-2, .field-label-3 {
    font-size: 20px;
  }

  .field-label-4 {
    color: var(--peru);
    margin-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .field-label-5 {
    font-size: 20px;
  }

  .field-label-6 {
    color: var(--peru);
    margin-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .field-label-7, .field-label-8, .field-label-9 {
    font-size: 20px;
  }

  .field-label-10, .field-label-11 {
    color: var(--peru);
    margin-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .text-field {
    border: 2px solid #1c1c1c;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 0 5px 2px #00000082;
  }

  .text-field-2 {
    border: 2px solid var(--dark-slate-gray);
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 0 5px 2px #00000080;
  }

  .form {
    border-radius: 8px;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-field-3 {
    border: 2px solid #000;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 0 5px 2px #00000080;
  }

  .text-field-4 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    border: 2px solid #000;
    border-radius: 8px;
    width: 100%;
    height: 100px;
    margin-bottom: 18px;
    padding-bottom: 0;
    box-shadow: 0 0 5px 2px #00000080;
  }

  .heading-3 {
    color: var(--peru);
    text-align: center;
    text-shadow: 0 1px 2px #0003;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 55px;
  }

  .submit-button-2 {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    width: 100px;
    height: 40px;
    margin-bottom: 5px;
    margin-left: 0;
    font-family: Varela Round, sans-serif;
    font-size: 16px;
    box-shadow: 0 0 7px 2px #0000007a;
  }

  .heading-4 {
    text-align: center;
    text-shadow: 0 2px 3px #0003;
    margin-top: 0;
    margin-bottom: -27px;
    padding-top: 0;
    padding-bottom: 20px;
    font-family: Varela Round, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    position: static;
  }

  .paragraph-3 {
    margin-top: -21px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block {
    background-image: url('../images/door-8-64.png');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-2 {
    background-image: url('../images/door-8-64.png');
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 148px;
  }

  .text-block-3, .text-block-4 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .text-block-5, .paragraph-4 {
    font-size: 20px;
  }

  .paragraph-5 {
    margin-top: -48px;
    margin-bottom: 3px;
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 27px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .image, .image-copy {
    margin-top: -83px;
    margin-bottom: -39px;
    padding-bottom: 0;
  }

  .image-2 {
    margin: -25px -14px -21px 3px;
  }

  .image-3 {
    margin-top: 24px;
  }

  .div-block-46 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-width: 2px;
    border-color: var(--dark-slate-gray-2);
    background-color: var(--medium-aquamarine);
    border-radius: 10%;
    flex-flow: column-reverse;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-top: 0;
    margin-bottom: auto;
    padding: 32px;
    display: flex;
    box-shadow: 0 0 9px 2px #0000004d;
  }

  .div-block-46.service-card {
    background-color: var(--medium-aquamarine);
    border-width: 2px;
    width: 300px;
    box-shadow: 0 0 9px 2px #0000004d;
  }

  .heading-5, .heading-6 {
    font-size: 20px;
  }

  .heading-7 {
    color: var(--peru);
    text-align: center;
    text-shadow: 0 1px 2px #0003;
    margin-bottom: -1px;
    padding-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }

  .image-4 {
    border-radius: 0;
    margin-top: -15px;
    margin-bottom: -13px;
    margin-right: 5px;
  }

  .certifications-section {
    text-shadow: 0 1px 1px #0003;
    background-color: #0000;
  }

  .heading-8 {
    color: var(--peru);
    text-align: center;
    margin-top: 16px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Varela Round, sans-serif;
    font-size: 36px;
  }

  .div-block-4 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    background-color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    display: grid;
  }

  .image-5 {
    background-color: #0000;
    border-radius: 20px;
    width: 400px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    box-shadow: 0 0 8px 2px #00000080;
  }

  .image-6 {
    border-radius: 20px;
    width: 400px;
    margin-bottom: 0;
    margin-right: 0;
    box-shadow: 0 0 8px 2px #03030380;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .text-block-7 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

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

  .text-block-8 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .heading-9 {
    color: var(--dark-slate-gray);
    text-align: center;
    text-shadow: 0 1px 2px #0003;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Varela Round, sans-serif;
    font-size: 45px;
  }

  .section-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #0000;
    border: 1px solid #fff0;
    border-radius: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .image-7, .image-8 {
    border-radius: 15px;
    box-shadow: 0 0 7px 2px #0003;
  }

  .image-9 {
    border-radius: 15px;
    margin-top: 0;
    box-shadow: 0 0 7px 2px #0003;
  }

  .image-10 {
    border-radius: 15px;
    margin-top: 0;
  }

  .image-11, .image-12, .image-13, .image-14 {
    border-radius: 15px;
    box-shadow: 0 0 7px 2px #0003;
  }

  .button-4 {
    box-sizing: border-box;
    text-align: center;
    background-color: #ff6a16;
    border-radius: 20px;
    margin: -12px 35px -54px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    display: block;
    box-shadow: 0 0 7px 2px #0003;
  }

  .footer-light {
    padding: 20px 32px 32px;
  }

  .container-4 {
    max-width: 1200px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 36px;
  }

  .footer-title {
    text-align: left;
    padding-top: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .footer-link-two {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .footer-link-two.w--current {
    margin-top: 20px;
    display: flex;
  }

  .footer-divider-two {
    background-color: #e4ebf300;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    text-overflow: clip;
    flex: 0 auto;
    margin-top: -67px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .image-15 {
    margin-bottom: -39px;
    margin-left: -2px;
    margin-right: -32px;
  }

  .heading-10 {
    color: #ff6a16;
    text-shadow: 0 1px 1px #0003;
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
  }

  .section-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-11 {
    color: var(--peru);
    text-align: center;
    text-shadow: 0 1px 1px #0003;
    margin-bottom: 2px;
    padding-top: 20px;
    font-family: Varela Round, sans-serif;
    font-size: 42px;
    font-weight: 700;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .paragraph-7 {
    color: #333333ab;
  }

  .paragraph-8 {
    font-size: 12px;
  }

  .service-div {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 40px;
    transition: opacity .2s;
    display: flex;
  }

  .bold-text-5 {
    font-family: Varela Round, sans-serif;
  }

  .cert-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .button-5 {
    color: #fff;
    border: 1px solid #000;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
  }

  .div-block-6.test-reviews {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .form-block {
    width: 100%;
    max-width: 520px;
  }

  .image-20 {
    max-width: 200%;
  }

  .div-block-7 {
    padding-top: 20px;
  }

  .body {
    background-image: linear-gradient(#000, #ffae86);
  }

  .image-21 {
    max-width: 200%;
  }

  .text-block-9, .text-block-10 {
    color: var(--peru);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0 0 10px 10px;
    display: grid;
  }

  .text-block-11 {
    color: var(--peru);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .text-block-12 {
    color: var(--peru);
    text-align: center;
    padding-left: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .heading-12 {
    color: var(--dark-slate-gray);
    text-align: center;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    font-family: Varela Round, sans-serif;
    font-size: 45px;
  }

  .image-22 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .image-23 {
    width: 120px;
    max-width: 200%;
    margin-bottom: 0;
  }

  .paragraph-9 {
    color: var(--peru);
    text-align: center;
    margin-bottom: 0;
    padding: 20px 20px 30px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-9 {
    background-color: var(--dark-slate-gray-2);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .button-6 {
    background-color: var(--dark-slate-gray);
    color: var(--peru);
    border: 1px solid #000;
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 0 7px 2px #00000080;
  }

  .cert-divider {
    background-color: var(--dark-gray);
    color: #ebebeb;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 800px;
    height: 3px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-10 {
    background-color: var(--medium-aquamarine);
    margin: 20px -15px 36px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .heading-13 {
    text-align: center;
    margin-bottom: 0;
    padding: 10px;
    font-family: Varela Round, sans-serif;
    font-size: 46px;
  }

  .paragraph-10 {
    text-align: center;
  }

  .div-block-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-top: 10px;
    display: grid;
  }

  .paragraph-11, .paragraph-12 {
    color: var(--dark-slate-gray-2);
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .paragraph-13 {
    color: var(--peru);
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Varela Round, sans-serif;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body-2, .site-bg {
    background-color: var(--dark-slate-gray);
    background-image: none;
  }

  .div-block-13 {
    background-color: var(--dark-slate-gray);
    background-image: none;
    padding-top: 60px;
  }

  .heading-14 {
    color: var(--peru);
    text-align: center;
    font-family: Varela Round, sans-serif;
    font-size: 42px;
  }

  .paragraph-14 {
    text-align: center;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Varela Round, sans-serif;
    font-size: 18px;
  }

  .div-block-14 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-16 {
    background-color: #fff;
    background-image: linear-gradient(#fff, #fad6b6 10%, #fff 53%, #ffddc9 83%, #fff);
  }

  .heading-15 {
    margin-bottom: 0;
  }

  .div-block-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .image-24 {
    border-radius: 20px;
    height: auto;
    margin-right: 0;
    box-shadow: 0 0 7px 2px #00000080;
  }

  .image-25 {
    border-radius: 20px;
    height: 290px;
    margin-right: 0;
    box-shadow: 0 0 7px 2px #00000080;
  }

  .image-26, .image-27, .image-28, .image-29 {
    border-radius: 10px;
    margin-right: 0;
    box-shadow: 0 0 7px 2px #00000080;
  }

  .image-30 {
    border-radius: 10px;
    margin-right: 0;
  }

  .image-31 {
    border-radius: 10px;
    box-shadow: 0 0 7px 2px #00000080;
  }

  .image-32, .image-33 {
    border-radius: 10px;
    margin-right: 0;
    box-shadow: 0 0 7px 2px #00000080;
  }

  .image-34 {
    border-radius: 10px;
    box-shadow: 0 0 7px 2px #00000080;
  }

  .image-35, .image-36 {
    border-radius: 10px;
    margin-right: 0;
    box-shadow: 0 0 7px 2px #00000080;
  }

  .image-37 {
    border-radius: 10px;
    margin-right: 0;
    box-shadow: 0 2px 5px 2px #00000080;
  }

  .image-38 {
    border-radius: 10px;
    height: 235px;
    margin-right: 0;
    box-shadow: 0 0 7px 2px #00000080;
  }

  .image-39 {
    border-radius: 10px;
    height: auto;
    margin-right: 0;
    box-shadow: 0 0 7px 2px #00000080;
  }

  .image-40, .image-41, .image-42 {
    border-radius: 10px;
    margin-right: 0;
    box-shadow: 0 0 7px 2px #00000080;
  }

  .image-43 {
    border-radius: 10px;
    box-shadow: 0 0 7px 2px #00000080;
  }

  .bold-text-7 {
    color: var(--dark-slate-gray-2);
    padding-left: 10px;
    padding-right: 20px;
    font-size: 20px;
  }

  .bold-text-8 {
    color: #030303;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .bold-text-9 {
    color: var(--peru);
  }

  .paragraph-15 {
    color: #fffdfd;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .footer-divider {
    background-color: #5c5b5b59;
    border-radius: 0;
    width: 100%;
    height: 3px;
  }

  .div-block-47 {
    background-color: var(--dark-slate-gray);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-48 {
    background-color: var(--dark-slate-gray-2);
  }

  .div-block-49 {
    background-color: var(--dark-slate-gray);
    margin: 0;
    padding-top: 20px;
  }

  .div-block-50, .div-block-51 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-52 {
    background-color: var(--dark-gray);
    height: 3px;
  }

  .div-block-54 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .div-block-55 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-section {
    background-color: var(--dark-slate-gray);
    width: 100%;
    min-height: auto;
    padding: 40px 20px 20px;
  }

  .footer-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
  }

  .image-44 {
    max-width: 120px;
    margin-bottom: 12px;
  }

  .footer-info {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    display: flex;
  }

  .text-block-13 {
    color: var(--peru);
    padding-bottom: 20px;
    font-family: Varela Round, sans-serif;
    font-size: 18px;
  }

  .footer-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 10px;
    font-size: 18px;
    display: flex;
  }

  .text-block-14, .text-block-15 {
    font-family: Varela Round, sans-serif;
  }

  .text-block-16 {
    color: #6e6b6b;
    padding-top: 20px;
    font-family: Varela, sans-serif;
  }

  .bold-text-10, .bold-text-11 {
    color: #fff;
  }

  .body-3 {
    background-color: var(--dark-slate-gray);
  }
}

#w-node-a87d9772-a1ea-5bf3-f242-7f2e5e96f7bd-7f8b0ef1 {
  justify-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_6368a7ae-4343-dfec-a383-a5f3b7eb012a-75463cbb, #w-node-_5242e382-08bc-4481-f58f-f05038330555-75463cbb, #w-node-e5dd5186-c197-33ab-19c2-acbc09a09719-75463cbb, #w-node-e5dd5186-c197-33ab-19c2-acbc09a0971c-75463cbb, #w-node-_202187e5-d469-4555-16ae-6b8b8a6af7f3-75463cbb, #w-node-c885005a-09ef-fbe5-d29d-ea806e373b1e-75463cbb, #w-node-_6afd1e05-dce0-476a-7178-a25bc69045c6-75463cbb, #w-node-_3c930afc-2523-f6a9-c858-cf3f2dfdd1d5-75463cbb, #w-node-b37bab3c-b54e-17fd-d924-79b9da042459-75463cbb, #w-node-e7d54291-0e32-f731-7d31-5ef8db5d464d-75463cbb, #w-node-_52357132-a761-b68b-6891-3e9d7b10d58f-75463cbb, #w-node-_1ef8bd74-be3d-e81e-04b2-33dd6bad64e0-75463cbb, #w-node-_78f88729-e02c-1b8b-3e9d-5243034c6398-75463cbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_522aca76-631d-9fee-e2a9-b2a281659434-75463cbb {
    justify-self: center;
  }

  #w-node-d71742df-d500-c442-84f6-1c5174359486-75463cbb, #w-node-f9cb5054-4406-64ad-ac0e-54c37fbcf3d9-75463cbb, #w-node-_5179de6b-fad1-55d5-a3be-f3f8614a9701-75463cbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


