:root {
  --dark-gray: #005fb6;
  --dark-slate-gray-2: #ff6a16;
  --dark-slate-gray: #fff;
  --medium-turquoise: var(--pale-violet-red);
  --peru: #dd783f;
  --medium-aquamarine: #5cc489;
  --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 {
  background-image: linear-gradient(#000000b0 100%, #fff), url('../images/image-7.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 500px;
  padding-top: 184px;
  position: relative;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#00000054, #0000 99%);
  padding-top: 17px;
  padding-bottom: 17px;
  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;
  text-shadow: 0 1px 3px #00000030;
  margin-top: -25px;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 85px;
}

.hero-subheading {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.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: #1c1c1c;
  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: #1c1c1c;
  padding-top: 0;
  padding-bottom: 89px;
}

.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: linear-gradient(#000000c4 100%, #fff), url('../images/image-8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  padding-top: 125px;
  position: relative;
}

.inner-hero.about-page {
  background-image: linear-gradient(333deg, #000000a6 100%, #fff), url('../images/image-8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 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-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 700;
}

.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: .7;
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  font-weight: 300;
  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: #fff;
}

.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;
}

.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 {
  border: 2px solid var(--dark-gray);
  background-color: #3898ec00;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 0 7px 2px #0003;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-top: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.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-gray);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.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;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 20px;
  width: 100%;
  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 {
  font-size: 20px;
}

.text-field {
  border: 2px solid var(--dark-gray);
  background-color: #ffffff0f;
  border-radius: 20px;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 0 7px 2px #363636;
}

.text-field-2 {
  border: 2px solid var(--dark-gray);
  background-color: #292929;
  border-radius: 20px;
  height: 60px;
  box-shadow: 0 0 7px 2px #363636;
}

.form {
  color: var(--dark-slate-gray);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.text-field-3 {
  border: 2px solid var(--dark-gray);
  background-color: #292929;
  border-radius: 20px;
  height: 60px;
  box-shadow: 0 0 7px 2px #363636;
}

.text-field-4 {
  border: 2px solid var(--dark-gray);
  background-color: #292929;
  border-radius: 20px;
  height: 120px;
  box-shadow: 0 0 7px 2px #363636;
}

.heading-3 {
  color: var(--dark-gray);
  text-align: center;
  text-shadow: 0 1px 1px #6b6b6b;
  margin-top: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
}

.submit-button-2 {
  background-color: var(--dark-gray);
  text-align: center;
  border-radius: 20px;
  width: 100px;
  height: 40px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: block;
  box-shadow: 0 0 7px 2px #b1b1b133;
}

.heading-4 {
  color: var(--dark-slate-gray);
  text-align: center;
  text-shadow: 0 0 2px #fff3;
  margin-top: 75px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
}

.div-block-3 {
  text-align: center;
  background-color: #7979791f;
  border-radius: 20px;
  margin-top: 36px;
  margin-left: 32px;
  margin-right: 32px;
  padding: 32px;
  box-shadow: 0 0 7px 2px #fff3;
}

.heading-7 {
  color: #fff9f9;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-8 {
  color: var(--dark-gray);
  text-align: center;
  margin-top: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
}

.heading-9 {
  color: var(--dark-gray);
  text-align: center;
  text-shadow: 0 1px 1px #000;
  margin-top: 57px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
}

.image-7 {
  margin-left: 23px;
  margin-right: 200px;
}

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

.container-4 {
  color: #fff;
  width: 100%;
  max-width: 940px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.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-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--dark-slate-gray);
  margin-top: 20px;
  margin-left: 10px;
  text-decoration: none;
}

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

.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;
  margin-top: 19px;
}

.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;
}

.image-15 {
  margin-bottom: 10px;
}

.image-17 {
  border-radius: 20px;
  margin-left: 200px;
  margin-right: 0;
  box-shadow: 0 0 7px 2px #0003;
}

.image-18 {
  border-radius: 20px;
  margin-left: 50px;
  box-shadow: 0 0 7px 2px #0003;
}

.div-block-5 {
  background-color: #1c1c1c;
}

.contactform {
  width: 100%;
  max-width: 800px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.masonry-container {
  text-align: left;
  column-count: 4;
  column-gap: 30px;
  max-width: 100%;
  margin-left: auto;
}

.image-23.masonry-img, .image-24.masonry-img, .image-25.masonry-img {
  max-width: 400%;
}

.image-26.masonry-img {
  width: auto;
  max-width: 400%;
}

.image-27.masonry-img, .image-28.masonry-img {
  max-width: 400%;
}

.image-30 {
  display: block;
}

.image-30.gallery-thumb {
  object-fit: cover;
  overflow: clip;
}

.image-35 {
  border-radius: 15px;
  width: auto;
  box-shadow: 0 0 7px 2px #fff3;
}

.image-36 {
  border-radius: 20px;
  box-shadow: 0 0 7px 2px #fff3;
}

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

.heading-10 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
}

.body {
  background-color: #1c1c1c;
}

.heading-11 {
  color: var(--dark-gray);
  text-align: center;
  margin-top: -36px;
  font-size: 52px;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 220px;
  margin-right: 220px;
  display: grid;
}

.image-37, .image-38 {
  border-radius: 15px;
  box-shadow: 0 0 7px 2px #fff3;
}

.button-6 {
  background-color: var(--dark-gray);
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  box-shadow: 0 0 7px 2px #fff3;
}

.button-8 {
  background-color: var(--dark-gray);
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  box-shadow: 0 0 7px #0003;
}

.body-2 {
  background-color: #1c1c1c;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  margin-top: -30px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.body-3 {
  background-color: #1c1c1c;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

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

.button-9 {
  border: 2px solid var(--dark-gray);
  background-color: #3898ec00;
  border-radius: 20px;
  margin-top: 11px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 0 7px 2px #96949433;
}

.div-block-10 {
  margin-top: 121px;
}

.heading-12 {
  color: var(--dark-gray);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
}

.image-39 {
  margin-left: 630px;
}

.div-block-11 {
  border-radius: 20px;
  margin-top: 45px;
  margin-left: 140px;
  margin-right: 140px;
  box-shadow: 0 0 7px 2px #6d6d6d33;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  padding: 10px 20px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.heading-13 {
  color: var(--dark-slate-gray);
  text-align: center;
  margin-top: 42px;
  font-family: Montserrat, sans-serif;
}

.link {
  color: var(--dark-gray);
}

.sociallinks {
  background-color: #1c1c1c;
}

.link-block-3 {
  background-color: #5c5c5c;
}

.textarea {
  border: 2px solid var(--dark-gray);
  background-color: #292929;
  border-radius: 15px;
  min-height: 120px;
  box-shadow: 0 0 7px 2px #fff3;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  margin-top: 57px;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.button-11 {
  background-color: var(--dark-gray);
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  box-shadow: 0 0 7px 2px #fff3;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-color: #0000008a;
    background-image: linear-gradient(258deg, #1e2121d1 15%, #20202024 98%), url('../images/image-7.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading {
    text-align: center;
    margin-top: -36px;
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    font-weight: 700;
  }

  .hero-subheading {
    color: #fff;
    margin-top: 24px;
    font-family: Montserrat, sans-serif;
  }

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

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

  .main-section.bottom-padding {
    background-color: #1c1c1c;
  }

  .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;
  }

  .button-2 {
    border: 2px solid var(--dark-gray);
    background-color: #3898ec00;
    border-radius: 20px;
    box-shadow: 0 0 7px 2px #0003;
  }

  .text-block {
    color: #fffefe;
    text-align: center;
    margin-top: 24px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

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

  .centered-heading {
    color: var(--dark-gray);
    font-family: Montserrat, sans-serif;
  }

  .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;
  }

  .div-block-3 {
    background-color: #9e9e9e21;
    border-radius: 20px;
    margin-top: 21px;
  }

  .heading-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--dark-slate-gray);
    text-align: center;
    background-color: #0000;
    display: flex;
  }

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

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

  .footer-wrapper-two {
    color: #fff;
    flex-wrap: wrap;
  }

  .footer-title {
    font-family: Montserrat, sans-serif;
  }

  .footer-link-two {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

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

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

  .image-16 {
    margin-left: auto;
    margin-right: 0;
  }

  .div-block-5 {
    background-color: #1c1c1c;
  }

  .button-8 {
    box-shadow: 0 0 7px 2px #0003;
  }
}

@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 {
    background-image: linear-gradient(135deg, #1e2121d1 51%, #20202024 98%), url('../images/clean-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 350px;
    margin-bottom: -9px;
    padding: 89px 21px 0;
  }

  .navbar {
    padding: 2px 15px 0;
  }

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

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

  .hero-heading {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 0 1px 11px #0000004f;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 14px;
    font-family: Montserrat, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 44px;
  }

  .hero-subheading {
    float: none;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 11px #0000004f;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }

  .main-section {
    background-color: #1c1c1c;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .main-section.bottom-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #1c1c1c;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 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: linear-gradient(145deg, #0f0f0f99 4%, #090909c4 77%, #000 100%, #fff), url('../images/Pressure-Washing-ezgif.com-webp-to-jpg-converter.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 330px;
  }

  .inner-hero.about-page {
    background-image: linear-gradient(#000000a6 100%, #fff), url('../images/gutterclean1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .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-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .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;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 17px;
    display: block;
  }

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

  .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: uppercase;
    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;
    color: #fff;
    text-align: center;
    -webkit-text-stroke-color: #ff6a16;
    background-color: #0000;
    border: 2px solid #3d90dc;
    border-radius: 20px;
    margin-top: -24px;
    margin-bottom: 4px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    box-shadow: 0 0 11px 7px #0000008a;
  }

  .text-block {
    color: #fffcfc;
    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-gray);
    -webkit-text-stroke-color: #005fb6;
    text-shadow: 0 1px 1px #0003;
    margin-top: 0;
    margin-bottom: 24px;
    padding-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .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-column-gap: 23px;
    grid-row-gap: 23px;
    column-count: 2;
    grid-template-rows: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-rows: 0;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .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: #fdfdfd;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

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

  .field-label-6 {
    color: #fff;
    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 {
    color: #f6f6f6;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .field-label-11 {
    color: #fff8f8;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .text-field, .text-field-2 {
    border: 2px solid var(--dark-gray);
    background-color: #fff0;
    border-radius: 15px;
    box-shadow: 0 0 5px 2px #363636;
  }

  .form {
    border-radius: 8px;
  }

  .text-field-3 {
    border: 2px solid var(--dark-gray);
    background-color: #fff0;
    border-radius: 15px;
    box-shadow: 0 0 5px 2px #363636;
  }

  .text-field-4 {
    box-sizing: border-box;
    aspect-ratio: auto;
    border: 2px solid var(--dark-gray);
    object-fit: cover;
    background-color: #fff0;
    border-radius: 8px;
    width: 288px;
    height: 120px;
    margin-bottom: 0;
    padding-bottom: 0;
    box-shadow: 0 0 5px 2px #363636;
  }

  .heading-3 {
    color: var(--dark-slate-gray);
    text-align: center;
    text-shadow: 0 1px 2px #0003;
    margin-top: 66px;
    margin-bottom: 3px;
    font-family: Montserrat, sans-serif;
    font-size: 45px;
    line-height: 55px;
  }

  .submit-button-2 {
    background-color: var(--dark-gray);
    text-align: center;
    border: 0 solid #000;
    border-radius: 20px;
    width: 100px;
    height: 40px;
    margin-left: auto;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    box-shadow: 0 0 7px 2px #4242427a;
  }

  .heading-4 {
    color: var(--dark-slate-gray);
    text-align: center;
    text-shadow: 0 2px 3px #0003;
    margin-top: -4px;
    margin-bottom: -27px;
    padding-top: 0;
    font-family: Montserrat, 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_1door-8-64.png');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-2 {
    background-image: url('../images/door-8-64_1door-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-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #e4dcdc12;
    border-radius: 20px;
    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;
    margin-top: auto;
    margin-bottom: auto;
    padding: 32px;
    display: block;
    box-shadow: 0 0 7px 2px #363636;
  }

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

  .heading-7 {
    color: var(--dark-slate-gray);
    text-align: center;
    text-shadow: 0 1px 2px #0003;
    margin-bottom: -1px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
  }

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

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

  .heading-8 {
    color: var(--dark-gray);
    text-align: center;
    margin-top: 16px;
    margin-bottom: 3px;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
  }

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

  .image-5 {
    background-color: #fff;
    border-radius: 5px;
    width: 400px;
    margin-top: -12px;
    box-shadow: 0 0 8px 2px #0003;
  }

  .image-6 {
    border-radius: 5px;
    width: 400px;
    box-shadow: 0 0 8px 2px #0003;
  }

  .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-top: 23px;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 45px;
  }

  .section-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: #0000;
    border: 1px solid #fff0;
    border-radius: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -39px;
    display: grid;
  }

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

  .image-9 {
    border-radius: 15px;
    height: auto;
    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;
    background-color: var(--dark-gray);
    text-align: center;
    border-radius: 20px;
    margin: -6px 35px -54px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    display: block;
    box-shadow: 0 0 7px 2px #363636;
  }

  .footer-light {
    margin-top: -99px;
  }

  .container-4 {
    background-color: #1c1c1c;
    max-width: none;
    margin-top: -60px;
    margin-left: 0;
  }

  .footer-wrapper-two {
    background-color: #1c1c1c;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 27px;
  }

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

  .footer-title {
    color: #f1f1f1;
    text-align: left;
    margin-top: 47px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 100px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .footer-link-two {
    color: #fff;
    text-align: left;
    margin-top: -59px;
    margin-bottom: -25px;
    margin-left: 16px;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .footer-form-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #fff0;
    background-color: #ededed00;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

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

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

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

  .image-16 {
    vertical-align: baseline;
    flex: 0 auto;
    margin-top: 12px;
    margin-bottom: -9px;
    margin-right: 0;
  }

  .button-5 {
    background-color: #005fb6;
    border-radius: 20px;
    width: 220px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 32px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    box-shadow: 0 0 10px 2px #363636;
  }

  .image-17, .image-18 {
    border-radius: 15px;
    margin-left: 0;
    box-shadow: 0 0 7px 2px #0003;
  }

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

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

  .image-21 {
    border-radius: 15px;
    height: 280px;
    margin-bottom: 0;
    box-shadow: 0 0 7px 2px #0003;
  }

  .contactform {
    margin-top: -51px;
  }

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

  .masonry-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    column-count: 2;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -30px;
    display: block;
  }

  .image-22 {
    aspect-ratio: auto;
    width: auto;
  }

  .image-23 {
    border-radius: 20px;
    box-shadow: 0 0 7px 2px #ffffff26;
  }

  .image-23.masonry-img {
    width: 100%;
    display: block;
    position: static;
  }

  .image-24 {
    border-radius: 20px;
    box-shadow: 0 0 7px 2px #fff3;
  }

  .image-24.masonry-img {
    width: 100%;
    max-width: 400%;
  }

  .image-25 {
    border-radius: 20px;
    box-shadow: 0 0 7px 2px #f8f8f833;
  }

  .image-25.masonry-img {
    width: 100%;
    max-width: 400%;
  }

  .image-26 {
    border-radius: 20px;
    box-shadow: 0 0 7px 2px #fff3;
  }

  .image-26.masonry-img {
    width: 100%;
    max-width: 400%;
  }

  .image-27 {
    border-radius: 20px;
    max-width: 100%;
    box-shadow: 0 0 7px 2px #fff3;
  }

  .image-27.masonry-img {
    width: 100%;
    max-width: 400%;
  }

  .image-28 {
    border-radius: 20px;
    box-shadow: 0 0 7px 2px #fff3;
  }

  .image-28.masonry-img {
    width: 100%;
    max-width: 400%;
  }

  .image-29 {
    border-radius: 20px;
    box-shadow: 0 0 7px 2px #fdfdfd33;
  }

  .image-30 {
    border-radius: 15px;
    width: auto;
    margin-top: 0;
    box-shadow: 0 0 7px 2px #fff3;
  }

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

  .image-31, .image-32, .image-33, .image-34 {
    border-radius: 15px;
    box-shadow: 0 0 7px 2px #fff3;
  }

  .lightbox-link {
    background-image: url('../images/guttermoss1.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .image-35 {
    border-radius: 15px;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0 7px 2px #fff3;
  }

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

  .heading-10 {
    color: #fffdfd;
    margin-top: 18px;
    font-family: Montserrat, sans-serif;
    font-size: 45px;
  }

  .body {
    background-color: #1c1c1c;
  }

  .heading-11 {
    color: var(--dark-gray);
    text-align: center;
    margin-top: -21px;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-6 {
    color: #fff;
    text-align: center;
    border: 1px solid #0000;
    border-radius: 16px;
    margin-top: -24px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: minmax(300px, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -45px;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
  }

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

  .image-38 {
    border-radius: 15px;
    transform: translate(0);
    box-shadow: 0 0 7px 2px #fff3;
  }

  .text-block-9 {
    color: #fff;
    margin-top: -114px;
    margin-left: 44px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
  }

  .button-6 {
    background-color: var(--dark-gray);
    text-align: center;
    border-radius: 20px;
    width: 150px;
    margin-top: 72px;
    margin-left: 0;
    font-family: Montserrat, sans-serif;
    box-shadow: 0 0 7px 2px #bebebe33;
  }

  .button-7 {
    background-color: var(--dark-gray);
    font-size: 16px;
  }

  .button-8 {
    background-color: var(--dark-gray);
    text-align: center;
    border-radius: 20px;
    flex-flow: column;
    width: 110px;
    margin-top: 12px;
    margin-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    display: flex;
    box-shadow: 0 0 7px 2px #fff3;
  }

  .body-2 {
    background-color: #1c1c1c;
  }

  .container-5 {
    margin-top: 0;
  }

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

  .body-3 {
    background-color: #1c1c1c;
  }

  .paragraph-8 {
    color: #fff;
    text-align: center;
    margin-top: 23px;
    margin-bottom: 41px;
    padding-left: 20px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
  }

  .section-4 {
    height: 464px;
  }

  .paragraph-9 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .button-9 {
    border: 2px solid var(--dark-gray);
    text-align: center;
    background-color: #3898ec00;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-left: 80px;
    margin-right: 80px;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    display: flex;
    box-shadow: 0 0 7px 2px #afafaf33;
  }

  .section-5 {
    border-radius: 0;
    flex-flow: wrap;
    margin-bottom: 0;
    padding-bottom: 220px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-10 {
    margin-top: 87px;
  }

  .heading-12 {
    color: var(--dark-gray);
    text-align: center;
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
  }

  .image-39 {
    text-align: left;
    vertical-align: baseline;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .div-block-11 {
    border: 1px solid #fff9f900;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    display: flex;
    box-shadow: 0 0 7px 2px #fff3;
  }

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

  .heading-13 {
    color: var(--dark-slate-gray);
    text-align: center;
    margin-top: 26px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .link {
    color: var(--dark-gray);
  }

  .button-10 {
    background-color: var(--dark-gray);
    text-align: center;
    border-radius: 20px;
    margin-left: 80px;
    margin-right: 80px;
    font-family: Montserrat, sans-serif;
    box-shadow: 0 0 7px 2px #92929233;
  }

  .link-block {
    width: 44px;
    height: 44px;
  }

  .link-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    max-width: 44px;
    max-height: 44px;
    display: flex;
    overflow: hidden;
  }

  .image-40 {
    width: 22px;
  }

  .sociallinks {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 33px;
    margin-bottom: -42px;
    display: flex;
  }

  .link-block-3 {
    background-color: #534f4f;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    margin: 15px 0 35px -119px;
    display: flex;
    overflow: hidden;
  }

  .image-41 {
    width: 44px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-7 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

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

  .div-block-13 {
    flex-flow: column;
    display: flex;
  }

  .textarea {
    border: 2px solid var(--dark-gray);
    background-color: #fff0;
    border-radius: 15px;
    height: 200px;
    min-height: 120px;
    max-height: 200px;
    box-shadow: 0 0 7px 2px #8f8f8f33;
  }

  .div-block-14 {
    flex-flow: column;
    display: flex;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
    display: flex;
  }

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

  .div-block-16 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -120px;
    display: flex;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .button-11 {
    background-color: var(--dark-gray);
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    box-shadow: 0 0 7px 2px #fff3;
  }

  .success-message-2 {
    color: var(--dark-slate-gray);
    background-color: #272727;
    border: 0 solid #3d3d3d;
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    box-shadow: 0 0 7px 2px #fff3;
  }

  .text-block-10 {
    text-align: center;
    font-family: Montserrat, sans-serif;
  }

  .error-message {
    color: #fff;
    background-color: #414141;
    border-radius: 18px;
    box-shadow: 0 0 7px 2px #fff3;
  }

  #w-node-_6368a7ae-4343-dfec-a383-a5f3b7eb012a-6f45e59d, #w-node-e5dd5186-c197-33ab-19c2-acbc09a0971c-6f45e59d, #w-node-_202187e5-d469-4555-16ae-6b8b8a6af7f3-6f45e59d, #w-node-c885005a-09ef-fbe5-d29d-ea806e373b1e-6f45e59d, #w-node-_0bda84c2-a8b3-6f17-7bac-d15b3d8ceb3c-6f45e59d, #w-node-c1746a0e-95cc-1fa7-f440-9d542540c484-6f45e59d, #w-node-_4f9109e5-45f9-e8fe-4c64-21879078e889-6f45e59d, #w-node-_617b8882-2e5f-62b7-0c08-9bc3e86ca27e-6f45e59d, #w-node-_4223bdf9-0514-fdd7-ed1d-a3b675eacb54-6f45e59d, #w-node-_866a01bd-c9d5-350d-6f42-7949ba6d945c-6f45e59d, #w-node-f9376dbb-d925-f8e1-7a5e-c6bde4656f16-6f45e59d, #w-node-d2ab55ab-2f0d-7e3b-27c6-99760b24ee45-6f45e59d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


