/* Import URL's */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&family=Roboto:wght@300;400;500&display=swap");
/* Initialization of Root properties */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  /* font-family: 'Oswald', sans-serif; */
  font-family: "Roboto", sans-serif;
}

*,
*::before,
*::after {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

a {
  text-decoration: none;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, p, span {
  margin: 0;
  padding: 0;
  line-height: 1;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?dt2ul4");
  src: url("../fonts/icomoon.eot?dt2ul4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?dt2ul4") format("truetype"), url("../fonts/icomoon.woff?dt2ul4") format("woff"), url("../fonts/icomoon.svg?dt2ul4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-down-arrow:before {
  content: "\e904";
  color: #2d4a87;
}

.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  overflow-x: hidden;
}
.li {
  margin-left: 26px;
  line-height: 21px;
}
.wrapper .sidebar-sticky-0 {
  position: fixed;
  z-index: 12;
  right: -157px;
  top: 283px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media screen and (max-width: 576px) {
  .wrapper .sidebar-sticky-0 {
    display: none;
  }
}
.wrapper .sidebar-sticky-0.opened {
  right: -2px;
}
.wrapper .sidebar-sticky-0 .all-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
}
.wrapper .sidebar-sticky-0 .all-side .side-description {
  width: 77%;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
.wrapper .sidebar-sticky-0 .first-side {
  padding: 12px 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9cd090), to(#4e6e32));
  background-image: linear-gradient(180deg, #9cd090 0%, #4e6e32 100%);
  cursor: pointer;
  position: relative;
  width: 22%;
}
.wrapper .sidebar-sticky-0 .first-side svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.wrapper .sidebar-sticky-1 {
  position: fixed;
  z-index: 12;
  right: -157px;
  top: 330px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media screen and (max-width: 576px) {
  .wrapper .sidebar-sticky-1 {
    display: none;
  }
}
.wrapper .sidebar-sticky-1.opened {
  right: -2px;
}
.wrapper .sidebar-sticky-1 .all-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
}
.wrapper .sidebar-sticky-1 .all-side .side-description {
  width: 77%;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
.wrapper .sidebar-sticky-1 .second-side {
  padding: 12px 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9cd090), to(#4e6e32));
  background-image: linear-gradient(180deg, #9cd090 0%, #4e6e32 100%);
  cursor: pointer;
  position: relative;
  width: 22%;
}
.wrapper .sidebar-sticky-1 .second-side svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.wrapper .sidebar-sticky-2 {
  position: fixed;
  z-index: 12;
  right: -157px;
  top: 377px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media screen and (max-width: 576px) {
  .wrapper .sidebar-sticky-2 {
    display: none;
  }
}
.wrapper .sidebar-sticky-2.opened {
  right: -2px;
}
.wrapper .sidebar-sticky-2 .all-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
}
.wrapper .sidebar-sticky-2 .all-side .side-description {
  width: 77%;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
.wrapper .sidebar-sticky-2 .third-side {
  padding: 12px 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9cd090), to(#4e6e32));
  background-image: linear-gradient(180deg, #9cd090 0%, #4e6e32 100%);
  cursor: pointer;
  position: relative;
  width: 22%;
}
.wrapper .sidebar-sticky-2 .third-side svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.wrapper .sidebar-sticky-3 {
  position: fixed;
  z-index: 12;
  right: -157px;
  top: 424px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media screen and (max-width: 576px) {
  .wrapper .sidebar-sticky-3 {
    display: none;
  }
}
.wrapper .sidebar-sticky-3.opened {
  right: -2px;
}
.wrapper .sidebar-sticky-3 .all-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
}
.wrapper .sidebar-sticky-3 .all-side .side-description {
  width: 77%;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
.wrapper .sidebar-sticky-3 .forth-side {
  padding: 12px 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9cd090), to(#4e6e32));
  background-image: linear-gradient(180deg, #9cd090 0%, #4e6e32 100%);
  cursor: pointer;
  position: relative;
  width: 22%;
}
.wrapper .sidebar-sticky-3 .forth-side svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.wrapper .sticky-responsive {
  position: fixed;
  min-width: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9cd090), to(#4e6e32));
  background-image: linear-gradient(180deg, #9cd090 0%, #4e6e32 100%);
  padding: 10px 10px;
  border-radius: 50%;
  bottom: 5%;
  right: 5%;
  z-index: 16;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 576px) {
  .wrapper .sticky-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.wrapper .sticky-responsive.active .responsive-button ul {
  height: 90%;
}
.wrapper .sticky-responsive.active .responsive-button ul .extra {
  height: 40px;
}
.wrapper .sticky-responsive.active .responsive-button ul .last-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper .sticky-responsive .responsive-button {
  position: relative;
  width: 40px;
  height: 2px;
  background: #fff;
  cursor: pointer;
}
.wrapper .sticky-responsive .responsive-button::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.wrapper .sticky-responsive .responsive-button ul {
  position: fixed;
  background: #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 0;
  height: 0;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  cursor: default;
  z-index: 12;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  padding: 0 20px;
}
.wrapper .sticky-responsive .responsive-button ul .extra {
  height: 0;
}
.wrapper .sticky-responsive .responsive-button ul li {
  margin-bottom: 15px;
}
.wrapper .sticky-responsive .responsive-button ul li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper .sticky-responsive .responsive-button ul li a .icon {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9cd090), to(#4e6e32));
  background-image: linear-gradient(180deg, #9cd090 0%, #4e6e32 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper .sticky-responsive .responsive-button ul li a .icon svg {
  fill: #fff;
}
.wrapper .sticky-responsive .responsive-button ul .sticky-responsive {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  cursor: pointer;
}
.wrapper .sticky-responsive .responsive-button ul .sticky-responsive.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wrapper .navbar {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: #4e6e32;
  padding: 100px 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: -400px;
}
@media screen and (max-width: 768px) {
  .wrapper .navbar {
    left: -400px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .navbar.active {
    width: 400px;
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  .wrapper .navbar.active {
    width: 350px;
    left: 0;
  }
}
@media screen and (max-width: 375px) {
  .wrapper .navbar.active {
    left: 0;
    width: 270px;
  }
}
.wrapper .navbar .new-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper .navbar .new-nav li {
  margin: 0 5px;
}
.wrapper .navbar .new-nav li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 12px 10px;
  font-weight: 500;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.wrapper .navbar .new-nav li a:hover {
  background: #66471a;
  color: #ffc834;
}
.wrapper .navbar .new-nav li a.active {
  color: #ffc834;
  background: #66471a;
}
.wrapper .navbar .new-nav .header-dropdown .dropdown-menu {
  display: none;
}
.wrapper .navbar .new-nav .header-dropdown a svg {
  margin-left: 10px;
  fill: #fff;
}
.wrapper .header {
  position: fixed;
  width: 100%;
  z-index: 5;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media screen and (max-width: 768px) {
  .wrapper .header.active {
    margin-left: 400px;
  }
}
@media screen and (max-width: 576px) {
  .wrapper .header.active {
    margin-left: 340px;
  }
}
@media screen and (max-width: 375px) {
  .wrapper .header.active {
    margin-left: 270px;
  }
}

.header-primary {
  padding: 9px 10px;
  background: #66471a;
}
.header-primary .container {
  max-width: 1024px;
  margin: 0 auto;
}
.header-primary .container .header-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header-primary .container .header-ratings {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-primary .container .header-ratings .primary-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-primary .container .header-ratings .primary-header-content span:nth-child(1) {
  color: #ffc834;
  font-size: 30px;
  font-weight: bold;
  margin: 0 5px;
}
@media screen and (max-width: 576px) {
  .header-primary .container .header-ratings .primary-header-content span:nth-child(1) {
    font-size: 22px;
  }
}
.header-primary .container .header-ratings .primary-header-content .bi.bi-star-fill {
  font-size: 22px;
  color: #ffc834;
  height: 22px;
  width: 20px;
  fill: #ffc834;
  margin: 0 2px;
}
.header-primary .container .header-ratings .primary-header-content p {
  display: inline;
  color: #fff;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 400;
  margin: 0 7px;
}
@media screen and (max-width: 576px) {
  .header-primary .container .header-ratings .primary-header-content p {
    font-size: 12px;
  }
}
.header-primary .container .header-ratings .btn {
  display: inline-block;
  min-width: 250px;
  text-align: center;
  padding: 10px 0;
  background: #4e6e32;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media screen and (max-width: 768px) {
  .header-primary .container .header-ratings .btn {
    display: none;
  }
}
.header-primary .container .header-ratings .btn:hover {
  background: #66471a;
}

.header-secondary {
  padding: 9px 10px 20px 10px;
  background: #fff;
  position: relative;
}
.header-secondary .hamburger {
  position: absolute;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  top: 35%;
  left: 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  .header-secondary .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-secondary .hamburger.active .hamburger-container {
  background: transparent;
}
.header-secondary .hamburger.active .hamburger-container::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-secondary .hamburger.active .hamburger-container::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -6px;
}
.header-secondary .hamburger .hamburger-container {
  width: 25px;
  height: 2px;
  background: #000;
  position: relative;
}
.header-secondary .hamburger .hamburger-container::before {
  position: absolute;
  left: 0;
  top: -7px;
  content: "";
  width: 25px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.header-secondary .hamburger .hamburger-container::after {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 25px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.header-secondary .container {
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header-secondary .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header-secondary .container .address {
  width: 300px;
  margin: 0 7px;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .header-secondary .container .address {
    display: none;
  }
}
.header-secondary .container .address .address-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.header-secondary .container .address .address-section .bi.bi-geo-alt-fill {
  width: 30px;
  height: 40px;
  color: #4e6e32;
  display: inline-block;
}
.header-secondary .container .address .address-section span {
  font-size: 16px;
  margin-left: 5px;
  font-weight: 500;
}
.header-secondary .container .address h3 {
  margin-left: -25px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 19px;
}
@media screen and (max-width: 768px) {
  .header-secondary .container .logo {
    margin-bottom: 10px;
  }
}
.header-secondary .container .logo a {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .header-secondary .container .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-secondary .container .logo a img {
  width: 180px;
}
.header-secondary .container .logo p {
  font-size: 16px;
  visibility: hidden;
}
.header-secondary .container .button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  display: none;
  width: 98%;
}
@media screen and (max-width: 768px) {
  .header-secondary .container .button-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-secondary .container .button-section .btn {
  display: inline-block;
  min-width: 48%;
  text-align: center;
  padding: 10px 0;
  background: #4e6e32;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media screen and (max-width: 576px) {
  .header-secondary .container .button-section .btn {
    font-size: 12px;
  }
}
.header-secondary .container .button-section .btn:hover {
  background: #66471a;
}
.header-secondary .container .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header-secondary .container .contact {
    display: none;
  }
}
.header-secondary .container .contact .bi.bi-telephone-fill {
  width: 25px;
  height: 38px;
  color: #4e6e32;
  display: inline-block;
}
.header-secondary .container .contact span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 8px;
  cursor: pointer;
}

.header-last {
  padding: 0 10px;
  background: #4e6e32;
}
@media screen and (max-width: 768px) {
  .header-last {
    display: none;
  }
}
.header-last .container {
  max-width: 768px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-last .container .navbar-first {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-last .container .navbar-first {
    display: none;
  }
}
.header-last .container .navbar-first ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header-last .container .navbar-first ul li {
  margin: 0 5px;
}
.header-last .container .navbar-first ul li a {
  display: inline-block;
  color: #fff;
  padding: 12px 10px;
  font-weight: 400;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.header-last .container .navbar-first ul li a:hover {
  background: #66471a;
  color: #ffc834;
}
.header-last .container .navbar-first ul li a.active {
  color: #ffc834;
  background: #66471a;
}
.header-last .container .navbar-first ul .header-dropdown {
  position: relative;
}
.header-last .container .navbar-first ul .header-dropdown.opened > a .dropdown-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-last .container .navbar-first ul .header-dropdown a .dropdown-icon {
  width: 20px;
  height: 7px;
  fill: white;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.header-last .container .navbar-first ul .header-dropdown a:hover {
  color: #ffc834;
  background-color: #66471a;
}
.header-last .container .navbar-first ul .header-dropdown a:hover .dropdown-icon {
  fill: #ffc834;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-last .container .navbar-first ul .header-dropdown .dropdown-menu {
  position: absolute;
  background: #000;
  min-width: 288px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 35px;
  background: #4e6e32;
  display: none;
}
.header-last .container .navbar-first ul .header-dropdown .dropdown-menu li {
  margin: 0;
}
.header-last .container .navbar-first ul .header-dropdown .dropdown-menu li a {
  width: 100%;
  padding: 13px 15px;
  border-bottom: 1px solid #fff;
}

.main-content {
  width: 100%;
  overflow-y: hidden;
  margin-top: 70px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media screen and (max-width: 768px) {
  .main-content.active {
    margin-left: 400px;
  }
}
@media screen and (max-width: 576px) {
  .main-content.active {
    margin-left: 340px;
  }
}
@media screen and (max-width: 375px) {
  .main-content.active {
    margin-left: 270px;
  }
}

.hero-section {
  width: 100%;
  background-image: url("../images/mr-spruce-tree-service-hero-tree-and-stump-removal-640w.jpg");
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.hero-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 1;
  height: 100%;
}
.hero-section .hero-container {
  background: rgba(255, 255, 255, 0.6);
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 50px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .hero-section .hero-container {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .hero-section .hero-container {
    padding: 25px 30px;
  }
}
.hero-section .hero-container h3:nth-child(1) {
  font-size: 42px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  font-family: oswald;
  line-height: 45px;
}
@media screen and (max-width: 576px) {
  .hero-section .hero-container h3:nth-child(1) {
    font-size: 32px;
    text-align: center;
  }
}
.hero-section .hero-container p {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  line-height: 25px;
}
@media screen and (max-width: 576px) {
  .hero-section .hero-container p {
    font-size: 20px;
    text-align: center;
  }
}
.hero-section .hero-container span {
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .hero-section .hero-container span {
    display: none;
  }
}

.flex-container {
  padding: 20px;
  margin-top: -200px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.flex-container .flex-container {
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .flex-container .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex-container .flex-container .left-container {
  width: 70%;
  margin: 0 15px;
}
@media screen and (max-width: 576px) {
  .flex-container .flex-container .left-container {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
.flex-container .flex-container .left-container h3 {
  font-family: oswald;
  font-weight: 400;
  color: #4e6e32;
  margin-bottom: 20px;
  font-size: 25px;
}
@media screen and (max-width: 576px) {
  .flex-container .flex-container .left-container h3 {
    font-size: 20px;
  }
}
.flex-container .flex-container .left-container p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
}
@media screen and (max-width: 576px) {
  .flex-container .flex-container .left-container p {
    font-size: 14px;
  }
}
.flex-container .flex-container .left-container ul {
  margin-bottom: 15px;
}
.flex-container .flex-container .left-container ul li {
  list-style-type: disc;
  font-size: 16px;
  color: #000;
  margin-bottom: 3px;
}
@media screen and (max-width: 576px) {
  .flex-container .flex-container .left-container ul li {
    font-size: 14px;
  }
}
.flex-container .flex-container .right-container {
  background: #4e6e32;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 0;
  width: 30%;
  text-align: center;
  margin: 0 10px;
}
@media screen and (max-width: 576px) {
  .flex-container .flex-container .right-container {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.flex-container .flex-container .right-container .image-section {
  margin-bottom: 15px;
}
.flex-container .flex-container .right-container h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .flex-container .flex-container .right-container h2 {
    font-size: 25px;
  }
}
.flex-container .flex-container .right-container p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.flex-container .flex-container .right-container a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.video-section {
  background: #fff;
  padding: 30px 10px;
  position: relative;
  z-index: 1;
  min-height: 500px;
  background-image: url("../images/mr-spruce-tree-service-video-1920w.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 576px) {
  .video-section {
    margin: 5px 15px;
    min-height: 300px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.video-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
}
.video-section p {
  line-height: 20px;
  margin-bottom: 7px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-top: 5%;
}
@media screen and (max-width: 1440px) {
  .video-section p {
    margin-top: 11%;
  }
}
@media screen and (max-width: 576px) {
  .video-section p {
    font-size: 18px;
  }
}
.video-section h2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .video-section h2 {
    font-size: 22px;
  }
}
.video-section .play-button-section {
  width: 130px;
  height: 130px;
  background: transparent;
  border: 15px solid #fff;
  position: absolute;
  top: 52%;
  margin: 0 auto;
  left: 45%;
  border-radius: 50%;
  padding: 17px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .video-section .play-button-section {
    left: 40%;
  }
}
@media screen and (max-width: 576px) {
  .video-section .play-button-section {
    top: 45%;
    left: 32%;
    border: 10px solid #fff;
    padding: 23px;
  }
}
.video-section .play-button-section .play-button-container {
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 50%;
  padding: 7px 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  cursor: pointer;
}
.video-section .play-button-section .play-button-container .play-button-icon {
  border: 1px solid red;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-width: 26px 0 26px 44px;
  border-color: transparent #fff;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  background-color: #000;
  padding: 40px 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
  text-align: center;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  max-width: 1000px;
}
@media screen and (max-width: 992px) {
  .modal {
    width: 90%;
    padding: 0 10px 10px 10px;
  }
}
.modal .close-modal {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 25px;
  color: #000;
  cursor: pointer;
  border: none;
  background: none;
  border-radius: 50%;
  padding: 1px 8px 3px 8px;
  background: gray;
}
.modal.hidden {
  visibility: hidden;
  opacity: 0;
}
.modal .popUp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal .popUp-container .video {
  margin-bottom: 20px;
}
.modal .popUp-container .video video {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 576px) {
  .modal .popUp-container .video video {
    height: 300px;
  }
}
.modal .popUp-container p {
  line-height: 20px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .modal .popUp-container p {
    font-size: 14px;
  }
}
.modal .popUp-container .button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .modal .popUp-container .button-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal .popUp-container .button-section .btn {
  display: inline-block;
  min-width: 45%;
  text-align: center;
  padding: 10px 0;
  background: #4e6e32;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media screen and (max-width: 576px) {
  .modal .popUp-container .button-section .btn {
    margin-bottom: 15px;
  }
}
.modal .popUp-container .button-section .btn:hover {
  background: #66471a;
}

.footer-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background: #66471a;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .footer-primary {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-primary .footer-first, .footer-primary .footer-second, .footer-primary .footer-third {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.33%;
}
@media screen and (max-width: 576px) {
  .footer-primary .footer-first, .footer-primary .footer-second, .footer-primary .footer-third {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
}
.footer-primary .footer-first svg, .footer-primary .footer-second svg, .footer-primary .footer-third svg {
  margin-bottom: 10px;
  width: 25px;
  height: 25px;
  fill: #fff;
}
.footer-primary .footer-first h3, .footer-primary .footer-second h3, .footer-primary .footer-third h3 {
  font-size: 20px;
  margin-bottom: 7px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .footer-primary .footer-first h3, .footer-primary .footer-second h3, .footer-primary .footer-third h3 {
    font-size: 18px;
  }
}
.footer-primary .footer-first p, .footer-primary .footer-second p, .footer-primary .footer-third p {
  font-size: 16px;
  margin-bottom: 7px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .footer-primary .footer-first p, .footer-primary .footer-second p, .footer-primary .footer-third p {
    font-size: 14px;
  }
}
.footer-primary .footer-first span, .footer-primary .footer-second span, .footer-primary .footer-third span {
  font-size: 16px;
  margin-bottom: 7px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .footer-primary .footer-first span, .footer-primary .footer-second span, .footer-primary .footer-third span {
    font-size: 14px;
  }
}
.footer-primary .footer-first a, .footer-primary .footer-second a, .footer-primary .footer-third a {
  font-size: 16px;
  margin-bottom: 7px;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .footer-primary .footer-first a, .footer-primary .footer-second a, .footer-primary .footer-third a {
    font-size: 14px;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.overlay.hidden {
  visibility: hidden;
  opacity: 0;
}

.facebook-icon {
  padding: 20px 0;
  background: #66471a;
  text-align: center;
  position: relative;
}
.facebook-icon::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 4px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 20px;
  top: 50%;
}
@media screen and (max-width: 576px) {
  .facebook-icon::before {
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
  }
}
.facebook-icon::after {
  position: absolute;
  content: "";
  width: 40%;
  height: 4px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 20px;
  top: 50%;
}
@media screen and (max-width: 576px) {
  .facebook-icon::after {
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 85%;
  }
}
.facebook-icon svg {
  width: 40px;
  height: 40px;
  fill: #36609f;
  position: relative;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 50%;
}

.empty-icon {
  padding: 10px;
  background: #4e6e32;
  width: 100%;
}

.footer {
  max-width: 992px;
  margin: 0 auto;
  padding: 12px 10px;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer ul li {
  position: relative;
}
.footer ul li::before {
  position: absolute;
  content: "";
  right: 0;
  width: 1px;
  height: 15px;
  top: 6px;
  background: gray;
}
.footer ul li:nth-last-child(1)::before {
  display: none;
}
.footer ul li a {
  font-size: 14px;
  color: gray;
  margin: 2px 10px;
  display: inline-block;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer p {
  text-align: center;
  font-size: 14px;
  color: gray;
}