@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Urbanist", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  background-color: rgb(255, 255, 255);
}
body.scrollLock {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

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

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

.green-btn {
  display: table;
  color: var(--White, #fff);
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 28px;
  border-radius: 30px;
  background: var(--Dark-Green, #002c11);
}
.green-btn:hover {
  color: #fff;
}

.transparent-btn {
  display: table;
  color: var(--White, #fff);
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 11px 28px;
  border-radius: 30px;
  border: 1px solid var(--White, #fff);
  background-color: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

h2 {
  color: var(--Dark-Green, #002c11);
  font-family: "Urbanist", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 24px;
}

.sub-heading {
  color: var(--Black, #1b1b1b);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 16px;
}

header {
  padding: 24px 0 112px;
  position: relative;
  z-index: 9999999999;
}
header::after {
  content: "";
  width: 100%;
  height: 376px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
header::before {
  content: "";
  width: 100%;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 58%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 58%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
header .top-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
header .top-part .btn-wraper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  align-items: flex-end;
}
header .top-part .btn-wraper a.p-number {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--Dark-Green, #002c11);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  max-width: -moz-max-content;
  max-width: max-content;
  line-height: 24px; /* 150% */
}
header .top-part .btn-wraper a.p-number img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
header .bottom-part ul {
  display: flex;
  align-items: center;
  gap: 66px;
}
header .bottom-part ul li {
  color: var(--Black, #1b1b1b);
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
header .bottom-part ul li.for-mobile {
  display: none;
}
header .bottom-part ul li a {
  padding: 30px 0;
  color: var(--Black, #1b1b1b);
}

footer {
  padding-top: 80px;
  background: #001d0b;
}
footer h5 {
  margin-top: 30px;
  margin-bottom: 0;
  color: var(--White, #fff);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
footer h5 span {
  display: block;
  font-weight: 400;
  margin-top: 4px;
}
footer h4 {
  color: var(--White, #fff);
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  margin-bottom: 26px;
}
footer ul li {
  color: var(--White, #fff);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 18px;
}
footer ul li:last-child {
  margin: 0;
}
footer ul li a {
  color: var(--White, #fff);
}
footer ul li a:hover {
  color: var(--White, #fff);
  color: var(--White, #fff);
}
footer p {
  color: var(--White, #fff);
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  margin: 0;
  margin-top: 18px;
}
footer .form-wraper {
  position: relative;
}
footer .form-wraper input:not([type=submit]) {
  width: 100%;
  height: 60px;
  position: relative;
  padding: 5px 5px 5px 24px;
  border-radius: 80px;
  background: var(--White, #fff);
  outline: none;
  color: #000;
  border: none;
}
footer .form-wraper input:not([type=submit])::-moz-placeholder {
  color: #8f8f8f;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
footer .form-wraper input:not([type=submit])::placeholder {
  color: #8f8f8f;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
footer .form-wraper input[type=submit] {
  width: 50px;
  height: 50px;
  border-radius: 60px;
  background: var(--Dark-Green, #002c11);
  border: none;
  background-image: url(../images/send.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0px;
}
footer .form-wraper span.wpcf7-not-valid-tip {
  margin-top: 10px;
}
footer .form-wraper span.wpcf7-spinner {
  display: none;
}
footer .form-wraper .wpcf7-response-output {
  color: #fff;
}
footer .form-wraper .wpcf7-spinner {
  display: none;
}
footer .form-wraper .wpcf7-response-output {
  margin: 20px 0 0 !important;
}
footer .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #777;
  margin: 70px 0 27px;
}
footer .flex-box h6 {
  color: var(--White, #fff);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 0;
}
footer .flex-box a {
  color: var(--White, #fff);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

section.inner-banner {
  position: relative;
  margin-top: -200px;
}
section.inner-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
}
section.inner-banner img.main-img {
  width: 100%;
  height: 467px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
}
section.inner-banner .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  display: flex;
  align-items: center;
  z-index: 999;
}
section.inner-banner .content-wraper h1 {
  color: #fff;
  font-family: Urbanist;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}
section.inner-banner ul {
  display: flex;
  align-items: center;
  gap: 18px;
}
section.inner-banner ul li {
  color: #fff;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  position: relative;
}
section.inner-banner ul li:last-child::after {
  display: none;
}
section.inner-banner ul li::after {
  content: url(../images/inner-arow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.inner-banner ul li a {
  color: #fff;
}
section.inner-banner ul li a:hover {
  color: #fff;
}

section.home-banner {
  position: relative;
  margin-top: -200px;
}
section.home-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
section.home-banner img.bg-img {
  width: 100%;
  height: 797px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner .content-wraper {
  padding-top: 140px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
section.home-banner .content-wraper h1 {
  color: var(--White, #fff);
  font-family: Urbanist;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
section.home-banner .content-wraper p {
  color: var(--White, #fff);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 50px;
}
section.home-banner .content-wraper a.transparent-btn:hover {
  color: #fff;
}
section.home-banner .content-wraper .white-box {
  width: 100%;
  padding: 32px;
  border-radius: 16px;
  background: var(--White, #fff);
}
section.home-banner .content-wraper .white-box h3 {
  color: var(--Dark-Green, #002c11);
  font-family: Urbanist;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 11px;
}
section.home-banner .content-wraper .white-box h6 {
  color: var(--Black, #1b1b1b);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 14px;
}
section.home-banner .content-wraper .white-box h5 {
  color: var(--Gray, #666);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 28px;
}
section.home-banner .content-wraper .white-box label {
  display: block;
  color: var(--Dark-Green, #002c11);
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
section.home-banner .content-wraper .white-box input:not([type=submit]) {
  width: 100%;
  height: 43px;
  padding: 0px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: var(--White, #fff);
  outline: none;
  color: #000;
}
section.home-banner .content-wraper .white-box input:not([type=submit])::-moz-placeholder {
  color: #9d9d9d;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
section.home-banner .content-wraper .white-box input:not([type=submit])::placeholder {
  color: #9d9d9d;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
section.home-banner .content-wraper .white-box input[type=submit] {
  width: 100%;
  border: none;
}
section.home-banner .content-wraper .white-box .flex-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}
section.home-banner .content-wraper .white-box .flex-box .fild-wraper {
  margin: 0;
}
section.home-banner .content-wraper .white-box .fild-wraper {
  margin-bottom: 24px;
  width: 100%;
}
section.home-banner .content-wraper .white-box .check-wraper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 32px;
}
section.home-banner .content-wraper .white-box .check-wraper input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: 1px solid #002c11;
  accent-color: #002c11;
  border-radius: 10px;
  margin-top: 5px;
  cursor: pointer;
}
section.home-banner .content-wraper .white-box .check-wraper p {
  width: calc(100% - 34px);
  color: var(--Gray, #666);
  font-weight: 400;
  margin: 0;
}
section.home-banner .content-wraper .white-box .check-wraper p a {
  color: var(--Black, #1b1b1b);
}
section.home-banner .content-wraper .wpcf7-spinner {
  display: none;
}
section.home-banner .content-wraper .wpcf7-response-output {
  margin: 20px 0 0;
}

section.home-sec2 {
  padding: 80px 0;
}
section.home-sec2 h6 {
  text-align: center;
}
section.home-sec2 h2 {
  text-align: center;
}
section.home-sec2 p {
  color: var(--Gray, #666);
  text-align: center;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 52px;
}
section.home-sec2 .cart-box img {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec2 .cart-box h3 {
  color: var(--Dark-Green, #002c11);
  font-family: Urbanist;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  margin: 28px 0 20px;
}
section.home-sec2 .cart-box h3 span {
  display: block;
}
section.home-sec2 .cart-box p {
  text-align: left;
  margin: 0;
}

section.home-sec3 {
  margin-bottom: 80px;
  position: relative;
}
section.home-sec3 img.right-img {
  width: 38%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec3 p {
  color: var(--Gray, #666);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 34px;
}
section.home-sec3 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 30px;
}
section.home-sec3 ul li strong {
  color: var(--Dark-Green, #002c11);
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}
section.home-sec3 ul li p {
  margin: 0;
}

section.home-sec4 {
  padding-bottom: 80px;
}
section.home-sec4 h2 {
  text-align: center;
  margin-bottom: 10px;
}
section.home-sec4 p {
  color: var(--Black, #1b1b1b);
  text-align: center;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 50px;
}
section.home-sec4 .box-wraper {
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 12px;
}
section.home-sec4 .box-wraper .skyBlue-box {
  padding: 24px 12px;
  border-radius: 6px;
  background: #effff5;
  margin-bottom: 32px;
}
section.home-sec4 .box-wraper .skyBlue-box img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
section.home-sec4 .box-wraper .skyBlue-box h4 {
  color: var(--Black, #1b1b1b);
  font-family: Urbanist;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
section.home-sec4 .box-wraper .skyBlue-box p {
  text-align: left;
  color: var(--Gray, #666);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 0;
}
section.home-sec4 .box-wraper ul li {
  color: var(--Gray, #666);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-left: 16px;
  margin-bottom: 24px;
}
section.home-sec4 .box-wraper ul li:last-child {
  margin: 0;
}
section.home-sec4 .box-wraper ul li strong {
  display: block;
  color: var(--Dark-Green, #002c11);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
  position: relative;
}
section.home-sec4 .box-wraper ul li strong::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #002c11;
  position: absolute;
  top: 6px;
  left: -16px;
  border-radius: 50%;
}

section.home-sec5 {
  padding-bottom: 80px;
}
section.home-sec5 .text-wraper {
  margin-bottom: 80px;
}
section.home-sec5 .text-wraper h2 {
  text-align: center;
  margin-bottom: 12px;
}
section.home-sec5 .text-wraper p {
  color: var(--Black, #1b1b1b);
  font-family: Urbanist;
  font-size: 19.9px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  margin: 0;
  text-align: center;
}
section.home-sec5 .box {
  padding: 60px 82px;
  border-radius: 24px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
section.home-sec5 .box img.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
section.home-sec5 .box .content-wraper {
  max-width: 602px;
  width: 100%;
}
section.home-sec5 .box .content-wraper p {
  color: var(--Gray, #666);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 32px;
}
section.home-sec5 .box .content-wraper .fild-wraper {
  margin-bottom: 20px;
  width: 100%;
}
section.home-sec5 .box .content-wraper .flex-wraper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
section.home-sec5 .box .content-wraper .flex-wraper .fild-wraper {
  margin: 0;
}
section.home-sec5 .box .content-wraper label {
  color: var(--Dark-Green, #002c11);
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}
section.home-sec5 .box .content-wraper input:not([type=submit]) {
  width: 100%;
  height: 43px;
  padding: 0px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: var(--White, #fff);
  outline: none;
  color: #000;
}
section.home-sec5 .box .content-wraper input[type=submit] {
  color: var(--Dark-Green, #002c11);
  border: 1px solid var(--Dark-Green, #002c11);
}
section.home-sec5 .box .content-wraper .wpcf7-spinner {
  display: none;
}
section.home-sec5 .box .content-wraper .wpcf7-response-output {
  margin: 20px 0 0;
}

section.home-sec6 {
  padding: 60px 0 80px;
  background: #f9f9f9;
}
section.home-sec6 h2 {
  text-align: center;
  margin-bottom: 60px;
}
section.home-sec6 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
section.home-sec6 ul li {
  color: var(--Dark-Green, #002c11);
  text-align: center;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
}

section.about-sec1 {
  padding: 20px 0 80px;
}
section.about-sec1 p {
  color: var(--Black, #1b1b1b);
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  margin: 16px 0 0;
}
section.about-sec1 img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

section.contact-sec1 {
  padding: 20px 0 80px;
}
section.contact-sec1 img.main-img {
  width: 100%;
  max-height: 500px;
  height: 100%;
  border-radius: 12px;
  margin-top: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.contact-sec1 h2 {
  margin-bottom: 14px;
}
section.contact-sec1 p {
  color: var(--Black, #1b1b1b);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 18px;
}
section.contact-sec1 ul li {
  color: var(--Black, #1b1b1b);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
  padding-left: 16px;
  position: relative;
}
section.contact-sec1 ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #002c11;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}
section.contact-sec1 label {
  display: block;
  color: var(--Dark-Green, #002c11);
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}
section.contact-sec1 span.wpcf7-not-valid-tip {
  margin: -14px 0 22px;
}
section.contact-sec1 input:not([type=submit]),
section.contact-sec1 textarea {
  width: 100%;
  outline: none;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  height: 43px;
  padding: 0px 12px;
  margin-bottom: 20px;
  color: #000;
}
section.contact-sec1 textarea {
  height: 132px;
  padding: 16px 12px;
  resize: none;
}
section.contact-sec1 input[type=submit] {
  margin-top: 20px;
  border: none;
  width: 100%;
}
section.contact-sec1 .wpcf7-spinner {
  display: none;
}
section.contact-sec1 .wpcf7-response-output {
  margin: 20px 0 0 !important;
}

section.property-cleanup-sec1 {
  padding: 20px 0 80px;
}
section.property-cleanup-sec1 h2 {
  margin-bottom: 12px;
  line-height: 52px; /* 144.444% */
}
section.property-cleanup-sec1 p {
  color: var(--Black, #1b1b1b);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 0;
}
section.property-cleanup-sec1 .wraper-box {
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
}
section.property-cleanup-sec1 .wraper-box::after {
  content: "";
  width: 1px;
  height: 91.5%;
  background-color: #002c11;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
section.property-cleanup-sec1 .wraper-box figure {
  overflow: hidden;
  margin: 0;
  position: relative;
  border-radius: 8px;
  display: table;
}
section.property-cleanup-sec1 .wraper-box figure img {
  width: 368px;
  height: 345px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.property-cleanup-sec1 .wraper-box figure span {
  color: var(--White, #fff);
  text-align: center;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
}

section.drone-photography-sec1 {
  padding: 20px 0 80px;
}
section.drone-photography-sec1 h2 {
  line-height: 48px;
  margin-bottom: 12px;
}
section.drone-photography-sec1 p {
  color: var(--Black, #1b1b1b);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 0;
}
section.drone-photography-sec1 img.main-img {
  border-radius: 12px;
}

section.drone-photography-sec2 {
  padding: 80px 0;
  background: #effff5;
}
section.drone-photography-sec2 h6 {
  margin-bottom: 4px;
}
section.drone-photography-sec2 h2 {
  line-height: 48px;
  margin-bottom: 10px;
}
section.drone-photography-sec2 p {
  color: var(--Gray, #666);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 50px;
}
section.drone-photography-sec2 a.transparent-btn {
  color: var(--Dark-Green, #002c11);
  border: 1px solid var(--Dark-Green, #002c11);
}
section.drone-photography-sec2 ul {
  margin-top: 16px;
}
section.drone-photography-sec2 ul li {
  color: var(--Gray, #666);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 24px;
}
section.drone-photography-sec2 ul li strong {
  display: block;
  color: var(--Black, #1b1b1b);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

section.charity-partnership-sec1 {
  padding-bottom: 150px;
}
section.charity-partnership-sec1 h2 {
  text-align: center;
  margin-bottom: 32px;
}
section.charity-partnership-sec1 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 190px;
}
section.charity-partnership-sec1 ul li {
  position: relative;
}
section.charity-partnership-sec1 ul li:nth-child(even)::after {
  transform: scaleX(-1) rotate(180deg);
}
section.charity-partnership-sec1 ul li:last-child::after {
  display: none;
}
section.charity-partnership-sec1 ul li::after {
  content: "";
  width: 66px;
  height: 66px;
  background-image: url(../images/arow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -132px;
  margin: auto;
}
section.charity-partnership-sec1 ul li img {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.charity-partnership-sec1 ul li h4 {
  color: var(--Dark-Green, #002c11);
  font-family: Urbanist;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  margin: 24px 0 12px;
}
section.charity-partnership-sec1 ul li p {
  max-width: 300px;
  color: var(--Gray, #666);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

section.charity-partnership-sec2 {
  padding: 0 0 80px;
}
section.charity-partnership-sec2 h2 {
  text-align: center;
  margin-bottom: 12px;
}
section.charity-partnership-sec2 p {
  color: var(--Gray, #666);
  text-align: center;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 32px;
}
section.charity-partnership-sec2 .charity-partnership-box {
  border-radius: 8px;
  background: #effff5;
  overflow: hidden;
}
section.charity-partnership-sec2 .charity-partnership-box img {
  width: 100%;
  height: 355px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.charity-partnership-sec2 .charity-partnership-box .text-wraper {
  padding: 16px 16px 20px;
}
section.charity-partnership-sec2 .charity-partnership-box .text-wraper a {
  display: block;
  color: var(--Dark-Green, #002c11);
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 160% */
  margin-bottom: 6px;
}
section.charity-partnership-sec2 .charity-partnership-box .text-wraper p {
  color: var(--Dark-Green, #002c11);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 0;
  text-align: left;
  max-width: 312px;
}

section.charity-partnership-sec3 {
  padding: 0 0 80px;
}
section.charity-partnership-sec3 h2 {
  text-align: center;
  margin-bottom: 24px;
}
section.charity-partnership-sec3 ul li {
  padding: 16px 0 20px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  margin-bottom: 20px;
}
section.charity-partnership-sec3 ul li.active h5::after {
  background-image: url(../images/minus.svg);
}
section.charity-partnership-sec3 ul li:last-child {
  margin: 0;
}
section.charity-partnership-sec3 ul li h5 {
  color: var(--Dark-Green, #002c11);
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  margin: 0;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
section.charity-partnership-sec3 ul li h5::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 2px;
  right: 0;
}
section.charity-partnership-sec3 ul li .content {
  display: none;
  margin-top: 24px;
}
section.charity-partnership-sec3 ul li .content p {
  color: var(--Dark-Green, #002c11);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  margin: 0;
}

section.home-banner span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

section.home-sec5 .content-wraper span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

footer a.logo {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
footer a.logo img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */