* {
  margin: 0;
  padding: 0;
  font-family: var(--font-MONTSERRAT-REGULAR_0), sans-serif;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

.after::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 660px;
  height: 40px;
  z-index: -1;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: auto;
  max-width: 1920px;
  min-width: 1600px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-family: var(--font-BREATHINGPERSONALUSE);
  font-size: 100px;
  font-weight: 100;
  background: #0C6530;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

p {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}

img:hover {
  transform: scale(1.05);
}

/* all button ===========================*/
.btn {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 15px;
  width: 100%;
  height: 59px;
  background: transparent;
  background-size: contain;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 17px 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 36px;
  border: 1px solid #FFFFFF;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.btn:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  cursor: pointer;
  color: #fff;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block !important;
  transform: none !important;
  bottom: 0 !important;
  left: 20px !important;
}

/*call to action*/
.cta {
  display: none;
}

/*=============================
	End Global CSS 
===============================*/
.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}

/* header =====================================================================*/
#header {
  /* background: url(../images/content/bg.png) center top no-repeat; */
  background: url(../images/content/banner-2.jpeg) center no-repeat;
  background-size: cover;
  padding: 0 23px 74px 77px;
  box-shadow: 700px 247px 100px -70px rgba(0, 0, 0, 0.85) inset;
  -webkit-box-shadow: 700px 247px 100px -70px rgba(0, 0, 0, 0.85) inset;
  -moz-box-shadow: 700px 247px 100px -70px rgba(0, 0, 0, 0.85) inset;
}

#header .row {
  padding: 0 0 0 0;
}

#header .row nav {
  max-width: 1179px;
  padding: 18px 0 35px 0;
  margin-right: 0px;
}

#header .row nav a#pull {
  display: none;
}

#header .row nav .box {
  max-width: 464px;
}

#header .row nav .box1 {
  max-width: 157px;
}

.newh1 {
  font-size: 44px;
}

#header .btn,
#header .row nav .box1 img {
  filter: drop-shadow(3px 3px 2px #000)
}

#header .row nav ul {
  max-width: 690px;
}

#header .row nav ul li {
  position: relative;
  display: inline-block;
}

#header .row nav ul li .dropbtn,
#header .row nav ul li a {
  z-index: 10;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-family: var(--font-POPPINS-REGULAR);
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 1);
}

.logo {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.logo img {
  width: 100%;
  max-width: 369px;
  min-height: 254px;
}

.logo span {
  font-family: 'POPPINS-REGULAR';
  text-align: right;
  font-size: 20px;
  margin-top: -50px;
  color: #fff;
}

.logo:hover span {
  color: #fff;
}

#header .row nav ul li .dropbtn.active-menu,
#header .row nav ul li .dropbtn-sub.active-menu,
#header .row nav ul li .dropbtn:hover,
#header .row nav ul li .dropbtn-sub:hover,
#header .row nav ul li.active-menu a,
#header .row nav ul li a:hover {
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  color: #0C6530;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown .dropdown-content {
  display: none !important;
  position: absolute;
  min-width: 280px;
  background: rgba(12, 101, 44, .6);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.59);
  z-index: 100;
}

.dropdown .dropdown-content a {
  font-family: var(--font-POPPINS-REGULAR);
  color: #fff;
  padding: 0px 16px;
  text-decoration: none;
  display: block;
}

.dropdown .dropdown-content a:hover {
  color: #fff !important;
}

.dropdown .dropdown-content-sub {
  position: relative;
  padding-left: 25px;
}

.dropdown-sub:hover .dropdown-content-sub,
.dropdown:hover .dropdown-content {
  display: flex !important;
  line-height: 40px;
}

svg {
  color: #fff;
}

#banner {
  padding: 0 0 0 0;
  margin-top: -86px;
}

#banner .box {
  max-width: 794px;
}

#banner .box1 {
  gap: 35px;
}

#banner h1 {
  font-family: var(--font-ANTIPASTOPRO);
  font-size: 65px;
  background: #fff;
  padding-top: 11px;
  line-height: 80px;
  filter: drop-shadow(4px 3px 2px #000) drop-shadow(2px 3px 2px #000) drop-shadow(2px 3px 2px #000);
}

#banner .btn {
  margin-bottom: 53px;
}

#banner p {
  padding: 8px 0 18px;
  line-height: 34px;
  text-shadow: 6px 4px 4px rgba(0, 0, 0, 1.59), 6px 4px 4px rgba(0, 0, 0, 1.59);

}

.badge {
  width: 100%;
  max-width: 188px;
  margin-top: -50px;
}

#about {
  background: url(../images/content/bg1.png) center no-repeat;
  padding: 447px 0 55px 0;
  margin-top: -392px;
}

#about .row {
  max-width: 1500px;
}

#about .box {
  max-width: 714px;
}

#about .box h1:nth-of-type(2) {
  font-size: 40px;
  background: #000000;
}

#about .box>p {
  font-family: var(--font-POPPINS-LIGHT);
  color: #000000;
  font-style: italic;
  line-height: 33px;
  font-size: 17px;
  padding-bottom: 10px;
}

#about .box1 {
  margin-right: 0px;
  max-width: 213px;
  padding-top: 10px;
}

#about .box1 img {
  border-radius: 50%;
  box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.59);
}

#about .box2 {
  max-width: 711px;
  gap: 0;
}

#about .box2>img {
  box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.59);
  border-radius: 36px;
}

#about .box2 img {
  margin-left: -30px;
}

#about .box3 {
  /* padding: 0 106px 35px 0; */
}

#about .nextdoor-years img {
  width: 90px
}

#about .box4 {
  padding: 36px 0 27px;
}

#about .box4 .a,
#about .box4 p {
  font-family: var(--font-ANTIPASTOPRO);
  font-size: 25px;
  color: #000000;
}

#about .box4 .a {
  font-family: var(--font-MONTSERRAT-REGULAR);
}

#about .btn {
  background: #0D6530;
  color: #fff;
  padding: 0 42px 0;
}

#services {
  background: url(../images/content/bg2.jpg) center no-repeat;
  padding: 121px 0 100px 0;
}

#services .box {
  max-width: 1794px;
  border-radius: 26px;
  background: url(../images/content/bgimg.jpg) center left no-repeat;
  padding: 64px 0 53px 65px;
}

#services .box h1 {
  font-family: var(--font-ANTIPASTOPRO);
  background: #2CB200;
  line-height: 100px;
}

#services .box p {
  padding: 7px 0 31px;
}

#services .box1 {
  max-width: 1777px;
  padding: 68px 0 31px;
}

#services .box3 {
  max-width: 340px;
  background: #fff;
  border-radius: 8px;
}

#services .box3 img {
  border-radius: 10px 10px 0 0;
}

#services .box3 p {
  font-family: var(--font-ANTIPASTOPRO-EXTRALIGHT);
  color: #000000;
  font-size: 35px;
  padding: 11px 0 14px;
  line-height: 41px;
}

#services .box2 p {
  font-family: var(--font-ANTIPASTOPRO-EXTRALIGHT);
  font-size: 55px;
  color: #FFFFFF;
  line-height: 60px;
}

#services .box4 {
  padding: 32px 0;
}

#services .box4 .a {
  font-family: var(--font-MONTSERRAT-BOLD);
  font-size: 45px;
  color: #FFFFFF;
}

#services .box4 p {
  font-size: 35px;
  line-height: unset;
}

#gallery {
  background: url(../images/content/bg3.png) center no-repeat;
  padding: 140px 0 77px 0;
}

#gallery .row {
  max-width: 1675px;
}

#gallery p {
  font-family: var(--font-ANTIPASTOPRO-BOLD);
  color: #0D6530;
  font-size: 60px;
}

#gallery img {
  border-radius: 8px;
}

#gallery .box {
  padding: 5px 0 13px;
}

#gallery .f-row-between {
  justify-content: space-around !important;
}

#gallery .box img,
#gallery .box1 img {
  width: 100%;
  max-width: 547px;
  height: 352px;
  object-fit: cover;
}

#gallery .btn {
  background: #0D6530;
  color: #fff;
  padding: 0 42px 0;
}

#gallery .box1 {
  padding-bottom: 30px;
}

#whyus {
  background: url(../images/content/bg4.png) top right no-repeat;
  padding: 26px 0 0 0;
}

#whyus .row {
  max-width: 1730px;
}

#whyus h1 {
  font-size: 35px;
  background: #2DB200;
}

#whyus .box {
  padding: 25px 46px 9px 50px;
  max-width: 555px;
  background: rgba(255, 255, 255, 0.19);
  margin-bottom: 15px;
  border-radius: 8px;
  gap: 25px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.59);
}

#whyus .box p:nth-of-type(1) {
  font-family: var(--font-ANTIPASTOPRO);
  font-size: 30px;
}

#whyus .box P:nth-of-type(2) {
  font-size: 15px;
}

#whyus .box1>p {
  font-family: var(--font-ANTIPASTOPRO);
  font-size: 45px;
  padding: 20px 0 47px;
}

#whyus .ctc-form {
  padding: 15px 24px 19px 34px;
  border-radius: 10px;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.59);
}

#whyus .ctc-form>p {
  font-family: var(--font-POPPINS-LIGHT);
  font-size: 12px;
  color: #525252;
  text-align: left;
  line-height: unset;
  padding: 2px 0 10px;
}

#whyus .ctc-form .hy {
  padding-bottom: 15px;
}

#whyus .ctc-form .hy span,
#whyus .ctc-form .hy a {
  color: #333333;
}

#whyus .ctc-form .hy span {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 14px;
}

#whyus .ctc-form .ctc-hides {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  display: none;
}

#whyus .hbox {
  padding-bottom: 21px;
}

#whyus .hbox p {
  font-family: var(--font-ANTIPASTOPRO);
  color: #0C6530;
  font-size: 35px;
}

#whyus .span input[type=text] {
  height: 37px;
}

#review {
  background: url(../images/content/bg5.png) bottom right no-repeat;
  padding: 432px 0 72px 0;
  margin-top: -414px;
}

#review .row1 {
  max-width: 1613px;
}

#review .row1 .p {
  font-family: var(--font-ANTIPASTOPRO);
  font-size: 45px;
  color: #060601;
  padding: 96px 0 18px;
}

#review .box {
  padding: 61px 50px 47px 26px;
  max-width: 720px;
  background: #222224;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

#review .box1 {
  max-width: 474px;
  border-left: 1px solid #333335;
  padding-left: 42px;
}

#review .box1 P:nth-of-type(1) {
  font-family: var(--font-POPPINS-LIGHT);
  font-style: italic;
}

#review .box1 P:nth-of-type(3),
#review .box1 P:nth-of-type(2) {
  font-family: var(--font-ANTIPASTOPRO);
  font-size: 35px;
}

#review .box1 P:nth-of-type(3) {
  font-size: 18px;
}

#review .box2 {
  gap: 19px;
}

#review .box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 16px;
  right: 0;
  top: 0;
  background: #2DB200;
}

#review img[alt=s1] {
  padding: 22px 0 29px;
}

#review img[alt=s2] {
  margin-top: -13px;
}

#review h1:nth-of-type(1) {
  font-size: 80px;
  background: #2CB200;
}

#review h1:nth-of-type(2) {
  font-size: 35px;
  background: #111111;
  margin-top: -19px;
  padding-bottom: 17px;
}

#review .row2 {
  max-width: 1686px;
  padding-top: 35px;
}

#review .row2 .box3 {
  max-width: 542px;
  background: #fff;
  overflow: hidden;
  border-radius: 9px;
  border: 1px solid #D6D6D6;
}

#review .row2 .box3 div p {
  font-family: var(--font-ANTIPASTOPRO-LIGHT);
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  padding-top: 11px;
}

#review .row2 .box3 .box5 {
  margin-left: -8px;
}

#review .row2 .box3 .box5 p {
  color: #2CB200 !important;
  padding-top: unset;
}

#review .row2 .box4 {
  padding: 11px 7px 5px 21px;
}

#review .row2 .box4>p {
  font-family: var(--font-ANTIPASTOPRO) !important;
  font-size: 40px !important;
  color: #000000;
}

.boxreviewicon {
  width: 138px;
  height: 138px;
  background: #004020;
  font-size: 80px;
  font-family: var(--font-POPPINS-BLACK);
  color: #fff;
  border-radius: 50%;
}

footer {
  background: url(../images/content/bg6.jpg) bottom right no-repeat;
  padding: 0 0 0 0;
}

footer .footer-container {
  padding: 79px 0 0 0;
  max-width: 1449px;
}

footer .footer-container .box1 {
  padding-bottom: 24px;
  gap: 8px;
}

footer .footer-container .box1 p {
  font-family: var(--font-TEKO-BOLD);
  font-size: 16px;
  color: #0D6530;
  text-transform: uppercase;
  line-height: 14px;
}

footer .footer-container .box1 a {
  color: #FFFFFF;
  font-family: var(--font-MONTSERRAT-REGULAR);
  font-size: 18px;
}

footer .box2 {
  padding-left: 27px;
}

footer .footer-container .box {
  padding-bottom: 33px;
}

footer ul {
  list-style: none;
  max-width: 780px !important;
  padding-bottom: 17px;
}

footer li {
  font-family: var(--font-JOST-SEMIBOLD);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

footer .copy-right {
  padding: 8px 0 0 0;
  background: #0D6530;
}

footer .copy-right p {
  font-family: var(--font-POPPINS-REGULAR) !important;
  color: #fff;
  font-size: 14px !important;
  padding: 0px 0 10px;
  max-width: 100%;
  font-weight: 100;
  font-style: unset;
}

footer .copy-right img {
  width: 40px;
}

.ctc-form {
  max-width: 620px;
  background: #fff;
}

.fbox {
  max-width: 620px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.59);
  margin-right: 0 !important;
}

.ctc-form input[type=text],
.ctc-form textarea {
  height: 60px;
  display: block;
  width: 100%;
  border: none;
  background: #F4F4F4;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 25px;
  margin-bottom: 10px;
  border: 1px solid rgba(61, 58, 58, 0.0470588235);
}

.ctc-form input[type=text]:focus,
.ctc-form textarea:focus {
  outline: none;
}

.ctc-form input[type=text]::-moz-placeholder,
.ctc-form textarea::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--font-ARIAL);
}

.ctc-form input[type=text]::placeholder,
.ctc-form textarea::placeholder {
  color: #999999;
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--font-ARIAL);
}

.ctc-form textarea {
  padding-top: 16px;
  height: 140px;
  resize: none;
  padding-bottom: 30px;
}

.ctc-form .recap {
  display: inline-block;
}

.ctc-form .ctc-hide {
  display: none;
}

.ctc-form .copy {
  text-align: start;
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.ctc-form .btn {
  background: #0D6530;
  color: #fff;
  padding: 0 20px 0;
}

form .messages p {
  display: none;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}

form .loading {
  display: none;
}

form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.flexbox {
  gap: 8px;
}

/* end */
/* inner pages */
#inner {
  max-width: 1300px;
  min-height: 400px;
  padding: 20px 0;
}

#inner>h1 {
  font-family: var(--font-ANTIPASTOPRO);
  filter: unset;
  background: #000;
  font-size: 60px;
  padding: 20px 0;
}

#inner p {
  color: #000;
  padding: 10px 0;
}

#inner h2 {
  font-family: var(--font-MONTSERRAT-BOLD);
  font-size: 40px;
  color: #0C6530;
}

#inner .btn {
  background: #0C6530;
}

#inner-gallery {
  max-width: 1400px;
  margin: auto;
}

#inner-gallery .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  align-items: center;
}

#inner-gallery .gallery li {
  display: inline-block;
}

#inner-gallery .gallery li .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 0.42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.5s ease-in-out 0s;
}

#inner-gallery .page_navigation {
  display: inline-block;
  text-align: center;
  max-width: 100%;
  width: 100%;
}

#inner-gallery .page_navigation .page_link,
#inner-gallery .page_navigation .previous_link,
#inner-gallery .page_navigation .next_link,
#inner-gallery .page_navigation .first_link,
#inner-gallery .page_navigation .last_link,
#inner-gallery .page_navigation .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}

#inner-gallery .page_navigation a:hover,
#inner-gallery .page_navigation a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

#inner-gallery img.img-responsive {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

#inner-gallery .inner-gallery-container {
  padding-top: 40px;
}

#inner-contact .h1 {
  font-family: var(--font-MONTSERRAT-BOLD);
  font-size: 35px;
  color: #000;
}

#inner-contact .box {
  max-width: 600px;
}

#inner-about .box>div {
  width: 49%;
}

#inner-about .box1>div {
  width: 32%;
}

#inner-about .separator {
  height: 60px;
}

#inner-services .box {
  gap: 20px;
}

#inner-services .box h1 {
  font-family: var(--font-MONTSERRAT-BOLD);
  font-size: 35px;
  background: #0C6530;
}

#inner-services .box p {
  padding: 15px 0;
}

#inner-services .box>div {
  width: 49%;
}

#inner-softscape .box>div,
#inner-custom-woodwork .box>div,
#inner-hardscape .box>div {
  width: 24%;
  text-align: left;
}

#inner-softscape .box>div h2,
#inner-custom-woodwork .box>div h2,
#inner-hardscape .box>div h2 {
  font-size: 29px;
  padding: 14px 0;
}

#inner-review #inner>.w100p-auto {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 8px;
}

iframe.jobber-work-request {
  height: 1000px !important;
}

div#\31 15bdcd4-69bb-47f4-b6f2-3469fe7b5f0e {
  height: unset !important;
  border-radius: 10px;
}