:root {
  --steel-blue: #4888c7;
  --white-smoke: whitesmoke;
  --white: white;
  --midnight-blue: #00316e;
  --black: #333;
  --dim-grey: #6a6a6a;
  --gold: #ffd400;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  background-image: linear-gradient(#0003, #0003), url('../images/IMG_8001.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 65vh;
}

.section-2 {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
  padding-bottom: 30px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image {
  max-width: 25%;
  margin-top: -50px;
}

.div-block {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -25px;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 10px #00000026;
}

.text-block {
  color: var(--midnight-blue);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 16px;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph {
  color: var(--midnight-blue);
  text-align: center;
  text-shadow: 0 0 10px #ffffff80;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.sm {
  padding-top: 10px;
  font-size: 16px;
}

.list {
  font-size: 24px;
  font-weight: 600;
}

.list-item {
  color: var(--steel-blue);
  padding-top: 10px;
  padding-bottom: 20px;
}

.list-item-2 {
  color: var(--steel-blue);
  padding-bottom: 10px;
}

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

.section-4 {
  background-color: #0000;
  background-image: linear-gradient(#4888c7e6, #4888c7e6), url('../images/mouse-3241715_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
}

.heading {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.paragraph-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  line-height: 22px;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-3 {
  color: var(--steel-blue);
  text-align: center;
  line-height: 22px;
}

.section-6 {
  background-color: #0000;
  background-image: linear-gradient(#4888c7e6, #4888c7e6), url('../images/swarm-1903243_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-4 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  line-height: 22px;
}

.section-7 {
  padding: 40px 50px;
}

.heading-2 {
  color: var(--steel-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}

.section-8 {
  background-color: #6a6a6a40;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-3 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.pest-id-heading {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.div-block-pest-id {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-id {
  max-width: 70%;
}

.nav-link {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-weight: 500;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--white-smoke);
}

.navbar {
  border-bottom: 6px solid var(--white-smoke);
  background-color: var(--steel-blue);
  color: var(--steel-blue);
  display: block;
}

.grid-3 {
  grid-column-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 0;
}

.div-block_residential {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-residential {
  color: var(--midnight-blue);
  font-size: 20px;
}

.paragraph-residential {
  color: var(--midnight-blue);
  text-align: center;
}

.list-2 {
  color: var(--midnight-blue);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 18px;
}

.section-9 {
  background-color: var(--midnight-blue);
  color: var(--midnight-blue);
  padding: 20px 50px;
}

.link {
  color: var(--white);
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link:hover {
  color: var(--steel-blue);
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.list-3 {
  flex-direction: column;
  display: flex;
}

.div-block-3 {
  color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  color: var(--midnight-blue);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.list-item-3 {
  font-size: 16px;
}

.list-item-commercial {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.section-10 {
  background-color: var(--midnight-blue);
  padding: 20px 50px;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-11 {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#4888c7d9, #4888c7d9), url('../images/thumbnail_20210524_191806_crop.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 60px 50px;
}

.div-block-5 {
  border-right: 1px solid var(--midnight-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  max-width: 15%;
}

.text-block-2 {
  color: var(--midnight-blue);
  text-align: center;
  font-size: 16px;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-3 {
  max-width: 15%;
}

.link-2 {
  color: var(--midnight-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-2:hover {
  color: var(--steel-blue);
}

.link-2.home-pg {
  padding-top: 10px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-3 {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer {
  border-top: 6px solid var(--white-smoke);
  text-align: center;
  background-color: #4888c759;
  align-items: flex-start;
  padding-top: 40px;
}

.footer-flex-container {
  border-bottom: 2px solid var(--steel-blue);
  text-align: left;
  justify-content: space-around;
  padding-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100px;
}

.footer-heading {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-heading.right {
  color: var(--midnight-blue);
  text-align: left;
  text-transform: none;
  font-weight: 500;
}

.footer-link {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--steel-blue);
  text-decoration: none;
}

.footer-link.w--current {
  color: var(--midnight-blue);
}

.footer-link.bold {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.text-block-3 {
  color: var(--midnight-blue);
  text-align: center;
  padding-top: 10px;
}

.image-5 {
  max-width: none;
  height: 40px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.container-4 {
  border-bottom: 1px solid var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  text-shadow: 3px 3px 6px #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.div-block-8 {
  font-size: 10px;
  line-height: 14px;
}

.link-3 {
  color: var(--midnight-blue);
  font-size: 11px;
  text-decoration: none;
}

.text-block-4 {
  color: var(--midnight-blue);
  font-size: 11px;
}

.div-block-10 {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-12 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/luxury-home-2412145_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 65vh;
}

.section-13 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/modern-office-1044807_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 65vh;
}

.section-14, .section-15 {
  padding: 40px 50px;
}

.grid-5 {
  grid-template-rows: auto;
  padding-top: 10px;
}

.slider {
  background-color: #0000;
  height: 65vh;
  display: block;
}

.left-arrow, .right-arrow {
  z-index: 0;
}

.slide {
  background-image: linear-gradient(#0003, #0003), url('../images/fly-4236826_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#0003, #0003), url('../images/the-hive-335984_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#0003, #0003), url('../images/wood-mouse-2826216_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(#0003, #0003), url('../images/N1607P39006C.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-nav {
  z-index: 0;
}

.link-4 {
  font-size: 18px;
}

.link-5 {
  color: var(--midnight-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-5:hover {
  color: var(--midnight-blue);
}

.grid-6 {
  grid-template-columns: 1fr;
}

.heading-5 {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

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

.section-16 {
  background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/IMG_8000.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding: 40px 50px;
  display: flex;
  position: static;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  max-height: none;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-6 {
  height: 25vh;
}

.div-block-14 {
  text-align: center;
  margin-top: -15px;
}

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

.image-8 {
  max-height: 200px;
}

.container-6 {
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.container-7 {
  max-width: 100%;
  padding: 10px 20px;
}

.footer-text {
  color: var(--steel-blue);
  font-weight: 500;
  line-height: 1.25;
}

.zzlocal-link {
  color: var(--midnight-blue);
}

@media screen and (max-width: 991px) {
  .section {
    height: 60vh;
  }

  .section-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image {
    margin-top: -40px;
  }

  .section-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-3 {
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-4, .section-8 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-id {
    max-width: 50%;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .image_residential {
    max-width: 50%;
  }

  .nav-menu {
    background-color: var(--steel-blue);
  }

  .container-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

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

  .icon {
    color: var(--white-smoke);
  }

  .footer-flex-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-5 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-12, .section-13 {
    height: 50vh;
  }

  .section-15 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider {
    height: 50vh;
  }

  .div-block-12 {
    justify-content: flex-start;
    align-items: center;
  }

  .section-16 {
    background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/thumbnail_20210524_191741.jpeg');
    background-position: 0 0, 50%;
  }

  .link-block {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .image {
    max-width: 15%;
    margin-top: -60px;
  }

  .div-block {
    margin-bottom: 60px;
  }

  .section-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph, .paragraph.sm {
    font-size: 14px;
  }

  .section-4, .section-5, .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .image-id {
    max-width: 65%;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-4 {
    align-items: flex-start;
  }

  .list-item-commercial {
    font-size: 14px;
  }

  .div-block-5 {
    border-right-width: 0;
  }

  .grid-4 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-flex-container {
    text-align: center;
    flex-direction: column;
  }

  .footer-image {
    object-fit: contain;
    height: 85px;
  }

  .footer-heading.right, .footer-link.bold, .text-block-3 {
    text-align: center;
  }

  .div-block-7 {
    text-align: center;
    justify-content: center;
  }

  .div-block-9 {
    text-align: center;
    margin-top: 0;
    padding-top: 20px;
  }

  .div-block-10 {
    text-align: center;
    align-items: center;
    padding-top: 20px;
  }

  .section-12, .section-13, .slider {
    height: 40vh;
  }

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

  .link-block {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .image {
    max-width: 25%;
    margin-top: -45px;
  }

  .section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph {
    font-size: 14px;
  }

  .list-item, .list-item-2 {
    font-size: 22px;
    line-height: 24px;
  }

  .section-8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .image-id {
    max-width: 80%;
  }

  .image_residential {
    max-width: 75%;
  }

  .div-block-3 {
    align-items: flex-start;
  }

  .image-2, .image-3 {
    max-width: 25%;
  }

  .footer {
    text-align: left;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    height: 80px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-link.bold, .text-block-3 {
    text-align: center;
  }

  .div-block-7 {
    justify-content: center;
  }

  .container-4 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-4 {
    font-size: 24px;
  }

  .div-block-9 {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-10 {
    text-align: center;
    align-items: center;
    padding-top: 0;
  }

  .div-block-11 {
    text-align: center;
  }

  .section-12, .section-13 {
    height: 25vh;
  }

  .grid-5 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .slider {
    height: 25vh;
  }

  .section-16 {
    background-image: linear-gradient(to bottom, null, null), url('../images/thumbnail_20210524_191741_crop.jpg');
    background-position: 0 0, 50%;
  }

  .image-6 {
    height: auto;
  }

  .link-block {
    width: 75%;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

#w-node-_0e059fc1-6b59-8358-0b5e-1429faf999a9-a8f87c9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


