/*
Theme Name: In-Depth Landscape Construction
Author: Synapse Team
Author URI: https://synapseworldwide.com/
Template: twentytwentyone
Version: 1.0
Text Domain: twentytwentyone
*/
.service-background-section .elementor-widget-image:hover:before {
    border-radius: 10px;
}
.elementor-10 .elementor-element.elementor-element-5c47d5f > .elementor-background-overlay {
    z-index: 9999 !important;
}
.site-header {
  background-color: #464646;
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  z-index: 3;}

.footer-leaf{
    position: absolute;
    right: 0;
    z-index: 99;
    margin-top: 103px;
}


span.elementor-cta__button.elementor-button.elementor-size-{
    position: relative;
}
span.elementor-cta__button.elementor-button.elementor-size-::after{
    position: absolute;
    content: "";
    width:100%;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: all .3s;
    background-color: #000;
}
span.elementor-cta__button.elementor-button.elementor-size-:hover::after{
     width:0;
}
span.elementor-cta__button.elementor-button.elementor-size-:hover{
    color:#000 !important;
}

  
a.link{
    position: relative;
    text-decoration: none !important;
    color:#464646;
    color:#464646;
}
.link::after {
     position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: all .3s;
    background-color: #464646;
 }
.link:hover::after{
    width: 0;
}
.link:hover{
    color:#464646 !important;
}

a.uael-post__read-more span.elementor-button-text, a.elementor-post__read-more,{
    position: relative;
    text-decoration: none !important;
    color:#464646;
    color:#464646;
}
.uael-post__read-more span.elementor-button-text::after, a.elementor-post__read-more::after, {
     position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: all .3s;
    background-color: #464646;
 }
.uael-post__read-more span.elementor-button-text:hover::after, a.elementor-post__read-more:hover::after,{
    width: 0;
}
.uael-post__read-more span.elementor-button-text:hover, a.elementor-post__read-more:hover,{
    color:#464646 !important;
}
  
  @media (max-width: 1023px) {
    .site-header {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .site-header .cd-container {
    max-width: 1670px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
 .site-header .cd-header-right {
    margin-left: auto;
    display: block;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 18px;
    margin-top: 10px;
}
    .site-header .cd-header-right .menu-button-container {
      display: none !important; }
  .site-header .menu-wrapper {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
    .site-header .menu-wrapper > li {
      position: relative; }
      .site-header .menu-wrapper > li + li {
        padding-left: 32px;
        margin-left: 20px; }
        .site-header .menu-wrapper > li + li:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          height: 12px;
          margin: auto;
          width: 1px;
          background-color: #C6A47E; }
      .site-header .menu-wrapper > li > a {
        font-size: 16px;
        color: #fff;
        line-height: 18px;
        text-transform: uppercase;
        text-decoration: none;
        position: relative; }
        .site-header .menu-wrapper > li > a:after {
          content: "";
          margin: auto;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 2px;
          width: 0px;
          transition: ease all 0.35s;
          height: 1px;
          background-color: currentColor; }
      .site-header .menu-wrapper > li.current-menu-item > a, .site-header .menu-wrapper > li:hover > a {
        color: #C6A47E; }
        .site-header .menu-wrapper > li.current-menu-item > a:after, .site-header .menu-wrapper > li:hover > a:after {
          width: 100%; }
      .site-header .menu-wrapper > li > .sub-menu {
    position: absolute;
    top: 125%;
    background: #464646;
    min-width: 210px;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    box-shadow: 0 0 1.25rem rgba(1, 22, 39, 0.05);
    pointer-events: none;
    opacity: 0;
    transition: ease all 0.35s;
}
       .site-header .menu-wrapper > li > .sub-menu a {
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
}
          .site-header .menu-wrapper > li > .sub-menu a:hover {
    background-color: rgba(0, 0, 0, 0.09);
    color: #96c600;
}
      .site-header .menu-wrapper > li:hover > .sub-menu {
        opacity: 1;
        top: 100%;
        pointer-events: auto; }
    .site-header .menu-wrapper .sub-menu-toggle {
      display: none;
      background: none;
      width: 35px;
      height: 35px;
      align-items: center;
      justify-content: flex-end;
      border: none;
      position: absolute;
      top: 7px;
      right: 0;
      padding: 0 !important;
      color: #fff; }
      .site-header .menu-wrapper .sub-menu-toggle .icon-minus {
        display: none; }
      .site-header .menu-wrapper .sub-menu-toggle[aria-expanded="true"] .icon-plus {
        display: none; }
      .site-header .menu-wrapper .sub-menu-toggle[aria-expanded="true"] .icon-minus {
        display: inline-flex; }
      .site-header .menu-wrapper .sub-menu-toggle[aria-expanded="true"] + .sub-menu {
        display: block; }
  .site-header .cd-header-phone-number {
    padding-left: 46px;
    font-size: 22px;
    line-height: 1.2;
    color: #fff; }
    .site-header .cd-header-phone-number a {
      color: #fff;
      text-decoration: none;
      position: relative; }
      .site-header .cd-header-phone-number a:after {
        content: "";
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 2px;
        width: 0px;
        transition: ease all 0.35s;
        height: 1px;
        background-color: currentColor; }
      .site-header .cd-header-phone-number a:hover {
        color: #96C600; }
        .site-header .cd-header-phone-number a:hover:after {
          width: 100%; }
  @media (min-width: 1024px) {
    .site-header .menu-button-container {
      display: none; } }
  @media (max-width: 1023px) {
    .site-header .menu-wrapper .sub-menu-toggle {
      display: inline-flex; }
      .site-header .menu-wrapper .sub-menu-toggle[aria-expanded="true"] + .sub-menu {
        display: block !important; }
    .site-header .menu-wrapper > li > a {
      padding: 12px 0;
      display: inline-block; }
      .site-header .menu-wrapper > li > a:after {
        bottom: 10px; }
    .site-header .menu-wrapper > li > .sub-menu {
      pointer-events: auto;
      opacity: 1;
      min-width: 100%;
      top: auto;
      position: relative;
      display: none; }
    .site-header .cd-header-left {
      display: flex;
      align-items: center;
      width: 100%; }
      .site-header .cd-header-left .menu-button-container {
        margin-left: auto; }
        .site-header .cd-header-left .menu-button-container .button {
          background:#c6a47e;
          border: none;
          color: #fff;
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .site-header .cd-header-left .menu-button-container .button .close {
            display: none; }
          .primary-navigation-open .site-header .cd-header-left .menu-button-container .button .open {
            display: none; }
          .primary-navigation-open .site-header .cd-header-left .menu-button-container .button .close {
            display: block; }
    .site-header .cd-header-right {
      margin-left: auto;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      position: absolute;
      top: 100%;
      z-index: 1;
      background: #000;
      left: -100%;
      width: 100%;
      transition: ease all 0.35s;
      flex-direction: column; }
      .primary-navigation-open .site-header .cd-header-right {
        left: 0; }
      .site-header .cd-header-right .primary-navigation {
        width: 100%;
        padding: 20px;
        background: #565656; }
      .site-header .cd-header-right .menu-wrapper {
        flex-direction: column; }
        .site-header .cd-header-right .menu-wrapper li + li {
          margin-left: 0;
          padding-left: 0; }
          .site-header .cd-header-right .menu-wrapper li + li:after {
            display: none; }
      .site-header .cd-header-right .cd-header-phone-number {
        width: 100%;
        padding: 20px;
        background: #363636; } }

.site-footer {
  background-color: #464646;
  color: #CDCDCD; }
  .site-footer .cd-footer-top {
    padding-top: 50px;
    padding-bottom: 20px; }
    @media (max-width: 1400px) {
      .site-footer .cd-footer-top {
        padding-top: 60px; } }
    @media (max-width: 1023px) {
      .site-footer .cd-footer-top {
        padding-top: 60px;
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .site-footer .cd-footer-top {
        padding-top: 35px;
        padding-bottom: 35px; } }
  .site-footer .cd-container {
    max-width: 1670px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; }
  .site-footer .cd-footer-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .site-footer .cd-footer-column {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
    padding: 20px 15px; }
    @media (max-width: 1023px) {
      .site-footer .cd-footer-column {
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2); } }
    @media (max-width: 767px) {
        
      .site-footer .cd-footer-column {
        flex: 0 0 100%;
        max-width: 100%; } }
  .site-footer .cd-footer-column-1 {
    display: flex;
    align-items: center; }
  .site-footer .widget-title {
    position: relative;
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    padding-bottom: 8px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(200, 170, 146, 0.29);
    font-weight: 400; }
  .site-footer a {
   /* color: #CDCDCD;*/color:#fff;
    font-size: 16px;
    font-weight: 300;
    position: relative; }
    .site-footer a:after {
      content: "";
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 2px;
      width: 0px;
      transition: ease all 0.35s;
      height: 1px;
      background-color: currentColor; }
    .site-footer a:hover {
      color: #fff; }
      .site-footer a:hover:after {
        width: 100%; }
  .site-footer .menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    .site-footer .menu li + li {
      padding-top: 8px; }
  .site-footer .footer-address {
    margin: 0;
    padding: 0;
    list-style: none; }
    /*.site-footer .footer-address a {
      word-break: break-all; }*/
    .site-footer .footer-address li {
      display: flex; }
      .site-footer .footer-address li + li {
        padding-top: 13px; }
    .site-footer .footer-address .f-icon {
      flex: 0 0 26px;
      max-width: 26px;
      height: 26px;
      background-repeat: no-repeat;
      background-size: 23px; }
    .site-footer .footer-address .f-text {
      flex: 1;
      padding-left: 13px;
        color: #fff;
    font-size: 16px;
    font-weight: 300;
    }
    .site-footer .footer-address .f-address .f-icon {
      background-image: url(assets/img/map-icon.png); }
    .site-footer .footer-address .f-phone .f-icon {
      background-image: url(assets/img/phone-icon.png); }
    .site-footer .footer-address .f-email .f-icon {
      background-image: url(assets/img/mail-icon.png); }
      .site-footer .footer-address .f-office-hours .f-icon {
      background-image: url(assets/img/clock.png); }
      .site-footer .footer-address .f-holiday .f-icon {
      background-image: url(assets/img/bell.png);
          margin-top: 5px;
      }
      .site-footer .footer-address .fa-bell{
          flex: 0 0 26px;
    font-size: 24px;
    margin-top: 2px;
    color: #C6A47E;
      }
  .site-footer .footer-social {
    margin: 0;
    padding: 12px 0 0 35px;
    list-style: none;
    display: flex; }
    .site-footer .footer-social li {
      padding-right: 10px; }
    .site-footer .footer-social a {
      width: 35px;
      height: 35px;
      display: inline-block;
      vertical-align: top;
      background-repeat: no-repeat;
      font-size: 0px;
      color: transparent;
      position: relative;
      top: 0;
      transition: ease all 0.35s; }
      .site-footer .footer-social a:hover {
        top: -3px; }
    .site-footer .footer-social .f-facebook a {
      background-image: url(assets/img/facebook-icon.png); }
    .site-footer .footer-social .f-instagram a {
      background-image: url(assets/img/instagram-icon.png); }
  .site-footer .cd-footer-bottom {
    font-size: 14px;
    padding-bottom: 30px;
    color: rgba(205, 205, 205, 0.5); }
    .site-footer .cd-footer-bottom a {
      font-size: 14px;
      color: rgba(205, 205, 205, 0.5); }
      .site-footer .cd-footer-bottom a:hover {
        color: rgba(205, 205, 205, 0.95); }
    .site-footer .cd-footer-bottom .cd-container {
      display: flex; }
      @media (max-width: 767px) {
        .site-footer .cd-footer-bottom .cd-container {
          flex-wrap: wrap;
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
    .site-footer .cd-footer-bottom .cd-copyright {
      margin-left: auto; }
      @media (max-width: 767px) {
        .site-footer .cd-footer-bottom .cd-copyright {
          margin-top: 15px;
          margin-left: 0; } }

/* Base
--------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  outline: none; }

html {
  overflow-x: hidden; }

body {
  margin: 0;
  overflow-x: hidden;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: var(--e-global-typography-primary-font-family); }

a {
  text-decoration: none; }
img{
	aspect-ratio:attr(width) / attr(height);
}
img {
  max-width: 100%;
   aspect-ratio: 16 / 9;
}
  

/*.elementor-button {
  padding: 16px 55px 16px 26px !important;
  text-transform: uppercase !important;
  border: none !important;
  background-color: #C6A47E !important;
  position: relative;
  color: #464646 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.5s;
  z-index: 1; }
  .elementor-button .elementor-button-icon {
    display: none !important; }
  .elementor-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 30px;
    bottom: 0;
    background: #333333;
    transform: scaleX(0);
    transform-origin: 0% 10% 0;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out; }
  .elementor-button:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #BE9D78;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    color: #fff;
    font-size: 15px; }
  .elementor-button:hover {
    color: #fff !important;
    background: #555555 !important; }
    .elementor-button:hover:before {
      transform: scaleX(1);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
      */

.cd-home-section-1 .elementor-slides .swiper-slide-bg {
  min-width: 63.1%;
  width: 63.1%;
  margin-left: auto; }
  @media (max-width: 767px) {
    .cd-home-section-1 .elementor-slides .swiper-slide-bg {
      min-width: 100%;
      width: 100%; } }

.cd-home-section-1 .elementor-slides .swiper-slide-inner {
  max-width: 1670px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px; }

@media (max-width: 1023px) {
  .cd-home-section-1 .elementor-slides .swiper-slide-contents {
    background: rgba(0, 0, 0, 0.4);
    padding: 25px; } }

.cd-home-section-1 .elementor-slides .swiper-slide-contents .elementor-slide-heading span {
  color: #96C600; }

.cd-home-section-1 .elementor-swiper .elementor-swiper-button {
  top: auto;
  bottom: 50px;
  left: 6% !important;
  display: inline-flex;
  align-items: center;
  width: 65px;
  font-size: 21px;
  line-height: 1;
  color: #fff !important;
  right: auto; }
  @media (max-width: 767px) {
    .cd-home-section-1 .elementor-swiper .elementor-swiper-button {
      bottom: 20px; } }
  .cd-home-section-1 .elementor-swiper .elementor-swiper-button:hover {
    color: #96C600 !important; }

.cd-home-section-1 .elementor-swiper .elementor-swiper-button-prev:after {
  content: "PREV";
  font-size: 17px; }

.cd-home-section-1 .elementor-swiper .elementor-swiper-button-next {
  left: calc(6% + 80px) !important; }
  .cd-home-section-1 .elementor-swiper .elementor-swiper-button-next:before {
    content: "NEXT";
    font-size: 17px; }

.landscaping-sections .landscaping-col .elementor-element-populated {
  position: relative; }
  .landscaping-sections .landscaping-col .elementor-element-populated:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgb(33 37 41 / 34%) 100%);
    pointer-events: none;
    opacity: 1;
    transition: all 0.5s ease;
    pointer-events: none; }
  .landscaping-sections .landscaping-col .elementor-element-populated:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(40, 45, 50, 0.7803921568627451);
    z-index: 1;
    transform: scale(0, 1);
    transform-origin: right center;
    transition: transform 0.5s ease;
    pointer-events: none; }

.landscaping-sections .landscaping-col:hover .elementor-element-populated:after {
  opacity: 0; }

.landscaping-sections .landscaping-col:hover .elementor-element-populated:before {
  transform: scale(1, 1);
  transform-origin: left center; }

.landscaping-sections .landscaping-col .elementor-widget-image {
  margin: 0;
  padding: 0; }

.landscaping-sections .landscaping-col .elementor-widget-html {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 35px;
  color: #fff;
  margin: 0 !important;
  z-index: 1;
  pointer-events: none; }
  .landscaping-sections .landscaping-col .elementor-widget-html h3 {
    font-size: 27px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 4px; }
  .landscaping-sections .landscaping-col .elementor-widget-html p {
    margin: 0;
    font-size: 17px; }

.cd-home-section-3 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  margin-top: 0; }

.cd-home-section-4 {
  overflow: hidden; }
  .cd-home-section-4 .elementor-widget-container {
    max-width: 1670px;
    margin: 0 auto; }
    .cd-home-section-4 .elementor-widget-container .swiper-container {
      overflow: inherit; }




/*NEW DESIGN CSS START HERE*/

.site-logo img{
    width:175px;
    height:auto;
}


