:root {
  --white: white;
  --black: black;
  --steel-blue: #1d699c;
  --light-steel-blue: #bbcdda;
  --black-2: rgba(0, 0, 0, .51);
  --dark-slate-blue: #0e476d;
  --steel-blue-2: #5b819c;
}

.section {
  background-image: url('../images/SS1.png'), url('../images/Hero-Background-2.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.div-block {
  text-align: center;
  background-image: linear-gradient(rgba(243, 227, 227, .5), rgba(243, 227, 227, .5));
  margin-top: 206px;
  margin-bottom: 206px;
}

.section-2 {
  justify-content: center;
  display: flex;
}

.div-block-2 {
  width: 50%;
  background-image: url('../images/JMK-Hero.jpg');
  background-position: 50% 32%;
  background-size: cover;
}

.div-block-3 {
  width: 50%;
  height: auto;
  text-align: center;
  background-color: #1d699c;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 14px;
  font-family: Fanwood Text, sans-serif;
  font-weight: 400;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 62px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.button {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 1px;
  margin-bottom: 83px;
  font-size: 16px;
}

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

.image {
  margin-top: 99px;
}

.button-2 {
  margin-bottom: 28px;
}

.heading-2 {
  margin-top: 0;
  padding-top: 27px;
}

.heading-3 {
  color: #1d699c;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 73px;
  font-family: Fanwood Text, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  text-align: center;
  margin-top: 33px;
  margin-bottom: 45px;
  font-size: 16px;
}

.photo-div {
  height: 176px;
  background-image: url('../images/Painting-3.jpg');
  background-position: 50%;
  background-size: cover;
  transition: transform 2s;
  transform: scale(1);
}

.photo-div:hover {
  transform: scale(1.025);
}

.photo-div.garden {
  background-image: url('../images/lawn-mower.png');
}

.photo-div.maint {
  background-image: url('../images/tool-2087429_640.png');
}

.div-block-4 {
  background-color: #1d699c;
  box-shadow: 0 0 6px #707274;
}

.div-block-4:hover {
  color: #000;
  background-color: #bbcdda;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-bottom: -1px;
  padding-bottom: 21px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.link-block:hover {
  background-color: #646e75;
}

.row {
  margin-top: 59px;
  margin-bottom: 94px;
}

.painting-section {
  text-transform: capitalize;
  background-color: #bbcdda;
  background-image: linear-gradient(rgba(255, 255, 255, .79), rgba(255, 255, 255, .79));
  font-size: 18px;
}

.heading-5 {
  color: #0e476d;
  text-align: center;
  margin-top: 68px;
  margin-bottom: 12px;
  font-family: Fanwood Text, sans-serif;
  font-weight: 400;
}

.heading-6 {
  color: #1d699c;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 23px;
  font-family: Fanwood Text, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.before-photo {
  height: auto;
}

.text-span {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 46px;
}

.image-2 {
  margin-top: 75px;
}

.dec-div-b4-word {
  background-color: #1d699c;
  border-top-left-radius: 36px;
}

.dec-div-b4-word.after {
  border-top-left-radius: 0;
  border-top-right-radius: 36px;
}

.text-block {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  border-left: 1px #fff;
  border-right: 0 #fff;
  border-top-right-radius: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 33px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.dec-wrapper {
  border-top-left-radius: 36px;
  box-shadow: 0 0 6px #707274;
}

.image-3 {
  border-right: 1px solid #1d699c;
}

.image-4 {
  border-left: 1px solid #1d699c;
}

.column {
  border-top-left-radius: 0;
}

.heading-7 {
  color: #0e476d;
  text-transform: none;
  margin-top: 3px;
  margin-bottom: 33px;
  font-family: Fanwood Text, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.paragraph-3 {
  text-transform: none;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.button-3 {
  color: #0e476d;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0e476d;
  margin-top: 61px;
  margin-left: auto;
  margin-right: auto;
  font-family: Fanwood Text, sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: block;
}

.button-3:hover {
  background-color: #bbcdda;
}

.button-3.gardens {
  margin-top: 25px;
}

.button-3.property {
  margin-top: 24px;
}

.row-2 {
  text-transform: none;
  margin-top: 37px;
  margin-bottom: 43px;
}

.section-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Painting-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-8 {
  margin-top: 114px;
  margin-bottom: 114px;
}

.paragraph-4 {
  width: auto;
  color: #fff;
  text-align: center;
  background-color: #1d699c;
  margin: 58px auto;
  padding: 33px;
  font-size: 18px;
  line-height: 26px;
  display: block;
}

.property-section {
  margin-top: 3px;
}

.div-block-5 {
  background-color: #1d699c;
  margin-top: 94px;
  margin-bottom: 94px;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 0;
  padding: 33px 38px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.text-block-2 {
  text-align: right;
  padding-bottom: 33px;
  padding-right: 41px;
  font-size: 16px;
  font-weight: 700;
}

.dec-div-word-2 {
  background-color: #1d699c;
  border-top-right-radius: 36px;
}

.text-block-3 {
  color: #fff;
  margin-top: 1px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 24px;
  font-size: 26px;
}

.image-5 {
  border-left: 1px solid #1d699c;
}

.image-6 {
  border-right-color: #1d699c;
}

.row-3 {
  margin-bottom: 72px;
}

.heading-9 {
  color: #0e476d;
  text-align: center;
  margin-top: 68px;
  margin-bottom: 15px;
  font-family: Fanwood Text, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.paragraph-6 {
  color: #1d699c;
  text-align: center;
  margin-bottom: 71px;
  font-family: Fanwood Text, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 31px;
}

.row-4 {
  margin-top: 3px;
  margin-bottom: 47px;
}

.paragraph-7 {
  margin-top: 33px;
  font-size: 16px;
  line-height: 22px;
}

.gardening-section {
  background-color: #fff;
}

.div-block-6 {
  margin-bottom: 53px;
}

.paragraph-8 {
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.row-5 {
  margin-top: 54px;
  margin-bottom: 59px;
}

.heading-10 {
  color: #bbcdda;
  font-family: Fanwood Text, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.section-4 {
  background-color: #0e476d;
}

.aas-section {
  background-color: #021522;
}

.text-block-4 {
  color: #bbcdda;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 76px;
  font-size: 16px;
  font-weight: 400;
}

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

.text-block-5 {
  color: #fff;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 400;
}

.section-5 {
  background-color: #072e47;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-link, .nav-link.w--current, .nav-link-2, .nav-link-3 {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Fanwood Text, sans-serif;
  font-size: 16px;
}

.navbar {
  background-color: #fff;
  border-bottom: 3px solid #1d699c;
}

.section-6 {
  background-image: linear-gradient(rgba(255, 255, 255, .81), rgba(255, 255, 255, .81)), url('../images/Painting-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top: 4px solid #1d699c;
}

.heading-11 {
  color: #0e476d;
  text-align: center;
  text-transform: none;
  margin-top: 70px;
  margin-bottom: 26px;
  font-family: Fanwood Text, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.paragraph-9 {
  text-align: center;
  margin-bottom: 56px;
  font-size: 16px;
  line-height: 26px;
}

.field-label {
  text-transform: uppercase;
  margin-top: 24px;
  font-family: Fanwood Text, sans-serif;
  font-size: 16px;
}

.submit-button {
  background-color: #1d699c;
  margin: 43px auto 83px;
  padding: 18px 31px;
  display: block;
}

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

.form {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}

.image-7 {
  margin-bottom: 22px;
}

.text-span-2 {
  color: #000;
}

.image-8 {
  margin-top: 21px;
}

.paragraph-10 {
  color: #fff;
  margin-top: 28px;
  padding-right: 65px;
  font-family: Fanwood Text, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}

.body {
  font-weight: 700;
}

.text-block-6 {
  color: #bbcdda;
  text-align: right;
  padding-right: 43px;
}

.link-2 {
  color: #fff;
  margin-bottom: 15px;
  font-family: Fanwood Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.div-block-7 {
  width: 75%;
  height: 1px;
  color: #bbcdda;
  background-color: #5b819c;
  margin-bottom: 27px;
}

.column-2 {
  font-weight: 400;
}

.image-9 {
  margin-top: 1px;
  margin-bottom: 9px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-3, .link-4 {
  color: #fff;
  text-decoration: none;
}

.row-6 {
  margin-bottom: 24px;
}

.link-5, .link-6 {
  color: #000;
  text-decoration: none;
}

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

.link-7 {
  color: #000;
  text-decoration: none;
}

.link-7:hover {
  color: #0e476d;
}

.link-8 {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.link-8:hover {
  color: #0e476d;
}

.link-9 {
  color: #0e476d;
  text-decoration: none;
}

.html-embed {
  margin-bottom: 42px;
}

.container {
  margin-bottom: 2px;
}

html.w-mod-js [data-ix="scroll-appear"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="popup"], html.w-mod-js [data-ix="popup-2"], html.w-mod-js [data-ix="popup-3"] {
  opacity: 0;
  transform: scale3d(.85, .85, .85);
}

@media screen and (max-width: 991px) {
  .dec-wrapper {
    margin-top: 10px;
  }

  .paragraph-3 {
    margin-bottom: 11px;
    padding-top: 1px;
  }

  .image-6 {
    margin-top: 1px;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    flex-direction: column-reverse;
  }

  .div-block-2 {
    width: 100%;
    height: 350px;
    flex: none;
  }

  .div-block-3 {
    width: 100%;
  }

  .link-block {
    margin-bottom: 20px;
  }

  .paragraph-3 {
    margin-top: 29px;
  }

  .paragraph-7 {
    margin-top: 43px;
  }

  .image-8 {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-3 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .image-3, .image-4, .image-5, .image-6 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


