html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1300px;
}

main {
  min-height: 71vh;
}

.card {
  background: #edf3e5;
}

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

ol,
ul {
  list-style-position: inside;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #2e2f30;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 11px;
  color: #c9c9c9;
}

@media screen and (min-width: 768px) {
  .mini-sections > div {
    flex: 0 0 50%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 710px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: none;
  }
}
@media (min-width: 1200px) {
  .g-recaptcha {
    transform: none;
  }
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 50px 0 82px 0;
  }
}
@media screen and (min-width: 1366px) {
  .img-banner {
    padding: 50px 0 82px 0;
  }
}
@media (min-width: 1400px) {
  .img-banner {
    padding: 60px 0 82px 0;
  }
}
@media (min-width: 1500px) {
  .img-banner {
    padding: 60px 0 82px 0;
  }
}
@media (min-width: 1700px) {
  .img-banner {
    padding: 60px 0 82px 0;
  }
}
@media (min-width: 1800px) {
  .img-banner {
    padding: 160px 0 82px 0;
  }
}
@media (min-width: 1900px) {
  .img-banner {
    padding: 170px 0 82px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}
.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}
.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}
.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}
.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}
.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}
.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.43);
  padding: 16px 0 20px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 38px 0 48px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 68px 0 68px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 70px 0 88px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

.btn-form, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.btn-form:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .btn-form, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #33532a;
  background: #33532a;
  color: #fff;
  text-shadow: none;
  white-space: normal;
}
.btn-main:hover {
  background: #6a8f49;
  border: 1px solid #000;
  color: #fff;
  text-decoration: underline;
}

.btn-form {
  border: 1px solid #33532a;
  background: #33532a;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  font-size: 16px;
}
.btn-form:hover {
  background: transparent;
  border: 1px solid #33532a;
  color: #000;
  text-decoration: underline;
}

.about-us-home .btn-cont {
  text-align: left;
}
.about-us-home .btn-cont .btn {
  position: relative;
  padding: 10px 20px;
  border: 1px solid #33532a;
  color: #fff;
  background: #33532a;
  text-decoration: none;
  font-size: em(18px);
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
.about-us-home .btn-cont .btn:hover {
  border: none;
  background: transparent;
  color: #33532a;
}
.about-us-home .btn-cont .btn:hover .line-1 {
  animation: move1 1500ms infinite ease;
}
.about-us-home .btn-cont .btn:hover .line-2 {
  animation: move2 1500ms infinite ease;
}
.about-us-home .btn-cont .btn:hover .line-3 {
  animation: move3 1500ms infinite ease;
}
.about-us-home .btn-cont .btn:hover .line-4 {
  animation: move4 1500ms infinite ease;
}
.about-us-home .btn-cont .line-1 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #33532a;
  left: 0;
  bottom: 0;
}
.about-us-home .btn-cont .line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #33532a;
  left: 0;
  top: 0;
}
.about-us-home .btn-cont .line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #33532a;
  right: 0;
  top: 0;
}
.about-us-home .btn-cont .line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #33532a;
  right: 0;
  bottom: 0;
}
@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}
@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

.test-btn button {
  background: #fff;
  border: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  color: #33532a;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding: 15px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 15px;
  margin: 20px auto auto;
  display: block;
}
.test-btn button:hover {
  background: transparent;
  color: #d0f9c7;
}
.test-btn button:hover::before, .test-btn button:hover:after {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}
.test-btn button::before, .test-btn button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 0px;
  height: 3px;
  background: #d0f9c7;
  transition: all 0.4s ease;
}
.test-btn button:after {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
}
.test-btn button a {
  text-decoration: none;
}

.quote-btn button {
  color: #fff;
  border: 1px solid #dad9d9;
  background: #33532a;
}
.quote-btn button:hover {
  background: transparent;
  color: #72836f;
  border: 1px solid transparent;
}
.quote-btn button::before, .quote-btn button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 0px;
  height: 3px;
  background: #33532a;
  transition: all 0.4s ease;
}
.quote-btn button:after {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
}

.strip-block {
  background: #000;
}
.strip-block .top-nav-items {
  display: flex;
  float: right;
}
.strip-block .container {
  padding: 10px 0;
}
.strip-block .nav-media i:before {
  color: #fff;
}

.header {
  position: relative;
  background-color: #061b2f;
  z-index: 5;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header {
    position: relative;
    background-color: #000;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    position: relative;
    background-color: #000;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    background-color: #000;
    position: relative;
  }
}
@media screen and (min-width: 1800px) {
  .header {
    background: rgba(0, 0, 0, 0.6705882353);
    position: fixed;
  }
}
.header .header-padding {
  padding: 0 15px;
  background-color: #000;
}
@media (min-width: 1200px) {
  .header .header-padding {
    padding: 0px 0px;
    background-color: transparent;
  }
}
.header .header-number {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .header .header-number {
    margin-top: 5px;
  }
}
@media (min-width: 1024px) {
  .header .header-number {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .header .header-number {
    margin-top: 5px;
  }
}
.header .header-number a {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .header .header-number a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .header .header-number a {
    font-size: 16px;
  }
}

header img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  header img {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  header img {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  header img {
    width: 40%;
    position: absolute;
    bottom: -65px;
  }
}

.header .navbar-nav a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15.6px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header .navbar-nav a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .header .navbar-nav a {
    font-size: 16px;
    padding: 0 10px;
  }
}
.header .navbar-nav a:hover {
  color: #fff;
}
@media (min-width: 1024px) {
  .header .navbar-nav .nav-link {
    padding: 10px 0.6rem;
  }
}
.header .navbar-nav .dropdown-menu {
  background: rgba(0, 0, 0, 0.6705882353);
  border: 1px solid;
}
@media (min-width: 1200px) {
  .header .navbar-nav .dropdown-menu {
    border: none;
  }
}
.header .navbar-nav .dropdown-menu:hover {
  background: rgba(0, 0, 0, 0.6705882353);
}
.header .navbar-nav .dropdown-menu a {
  padding: 5px 10px;
}
.header .navbar-nav .dropdown-menu .dropdown-item {
  background: transparent;
}

.header-right {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .header-right {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .header-right {
    justify-content: center;
    align-content: center;
    display: flex;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .header-right {
    justify-content: center;
    align-content: center;
    display: flex;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .header-contact {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header-contact {
    display: block;
    margin: 0px;
  }
}
@media (min-width: 1200px) {
  .header-contact {
    display: block;
    margin: 0px;
    margin-top: 0px;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity;
}
.carousel-fade .carousel-item img {
  animation: zoom 25s;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

.about-us-home h2 {
  font-size: 30px;
}
.about-us-home .about-text {
  font-size: 16px;
  text-align: left;
  text-align: center;
}
@media (min-width: 768px) {
  .about-us-home .about-text {
    padding-right: 25px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .about-us-home .about-text {
    padding-right: 77px;
    text-align: left;
  }
}
.about-us-home .leaves {
  position: absolute;
  left: -70px;
  width: 50%;
  z-index: -1;
}
@media (min-width: 1200px) {
  .about-us-home .leaves {
    left: -120px;
  }
}
.about-us-home a {
  border: 1px dashed #6aaf08;
  padding: 5px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .about-us-home a {
    float: left !important;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .about-us-home a {
    display: inline-block;
    margin-right: 0;
    float: none !important;
  }
}
.about-us-home a i {
  background: #6aaf08;
  border-radius: 50%;
  font-size: 24px;
  color: #ffffff;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
}
.about-us-home .about-us-img-holder-wrap {
  text-align: center;
}
.about-us-home .about-us-img-holder {
  border: 18px solid #6aaf08;
  border-image: linear-gradient(to right, #33532a, #7ca366) 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-us-home .about-us-img-holder {
    display: inline-block;
  }
}
.about-us-home .about-us-img-holder:after {
  top: 34px;
  left: 34px;
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #eaeaea;
}
.about-us-home .about-us-img-holder img {
  width: 100%;
}

/* Safari 10.1+ */
@media not all and (min-resolution: 0.001dpcm) {
  @media (min-width: 1200px) {
    .about-text {
      overflow: hidden;
      display: block;
      font-size: 1rem;
      line-height: 1.5rem;
      height: 10.5rem;
    }
  }
}
/* 4 Focus Areas */
.service-blocks-wrapper {
  overflow: hidden;
}

/* ======================================== */
section {
  overflow: hidden;
  display: block;
  position: relative;
  background-size: cover !important;
  box-sizing: border-box !important;
}

.service-blocks-wrapper .service-blocks-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1s linear 0.8s;
  transition: opacity 0.8s ease, -webkit-transform 1s linear 0.8s;
  transition: opacity 0.8s ease, transform 1s linear 0.8s;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.transparency {
  opacity: 0;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

.service-blocks-wrapper .service-blocks-background.active-service-block {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.8s ease, -webkit-transform 10s linear 0s;
  transition: opacity 0.8s ease, transform 10s linear 0s;
  transition: opacity 0.8s ease, transform 10s linear 0s, -webkit-transform 10s linear 0s;
}

/* Larger image on hover */
.imageBlock1 {
  transition: all 0.8s ease;
  transition-property: all;
  -webkit-transition: all 0.8s ease;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: initial;
  background-image: url(../../images/focusarea/irrigation_big.jpg);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.imageBlock2 {
  background-image: url(../../images/focusarea/landscape_big.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imageBlock3 {
  background-image: url(../../images/focusarea/paver_hardscape_big.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imageBlock4 {
  background-image: url(../../images/focusarea/landscape_lighting_big.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.service-blocks-wrapper {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden !important;
}

.service-block-content {
  overflow: hidden;
  z-index: 3;
  height: 300px;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

.service-block-content:hover .service-block-blurb,
.service-block-content:hover .service-block-icon,
.service-block-content:focus .service-block-blurb,
.service-block-content:focus .service-block-icon {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  opacity: 1;
}

.service-block-content:hover .service-block-image.service-block-animate,
.service-block-content:focus .service-block-image.service-block-animate {
  transition: all 0.8s;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.service-block-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*z-index: 1;*/
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

/* small image in box */
.bg-change1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/focusarea/irrigation.jpg");
  background-position: right;
}
@media (min-width: 768px) {
  .bg-change1 {
    background-position: right;
  }
}

.bg-change2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/focusarea/landscape.jpg");
}

.bg-change3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/focusarea/paver_hardscape.jpg");
}

.bg-change4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/focusarea/landscape_lighting.jpg");
}

.service-block-title {
  /*z-index:2;*/
  position: relative;
  opacity: 1;
  transition: opacity 0.8s ease;
  -webkit-transition: opacity 0.8s ease;
}

.service-block-title.no-icon {
  padding-top: 7rem;
  text-align: right;
}

.faded-service-title {
  opacity: 0.4;
  transition: opacity 0.8s ease;
  -webkit-transition: opacity 0.8s ease;
}

.hover-title {
  opacity: 0;
  transition: opacity 0s ease;
  -webkit-transition: opacity 0s ease;
}

.service-block-title h2 {
  font-weight: 800;
  /* color:#414141; */
  text-transform: uppercase !important;
  line-height: 2.5;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  margin: 0 32px 0 45px;
  color: #000;
  transition: transform 0.5s;
  text-transform: capitalize;
}

.service-block-icon {
  /*z-index:2;*/
  position: relative;
  opacity: 0;
  color: white;
  margin-bottom: 1.5rem;
  transition: opacity 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out;
}

.service-block-blurb {
  /*z-index:2;*/
  position: relative;
  opacity: 0;
  color: #000;
  color: white;
  transition: opacity 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out;
}

/* end service block classes */
a:hover {
  text-decoration: none !important;
}

/* focus area titles */
.service_inner.type_one .content_inner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.service_inner.type_one .content_inner .icon {
  float: right;
  width: 70px;
  height: 50px;
  line-height: 70px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  background: #209e2e;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_inner.type_one .content_inner h2 {
  position: absolute;
  width: 200px;
  height: 44px;
  right: 40px;
  text-align: center;
  line-height: 44px;
  bottom: 5px;
  font-size: 22px;
  font-weight: normal;
  z-index: 0;
  opacity: 1;
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service_inner.type_one .content_inner h2 a {
  color: #252525;
}

.service_inner.type_one:hover .content_inner h2 {
  opacity: 0;
  transform: translateX(250px);
}

.service_inner.type_one .content_inner h2::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 220px;
  height: 100%;
  top: 0;
  z-index: -10;
  left: 0;
  transform: skew(-30deg);
}
.service_inner.type_one .content_inner .pavers,
.service_inner.type_one .content_inner .lighting {
  width: 280px;
}
.service_inner.type_one .content_inner .pavers::before,
.service_inner.type_one .content_inner .lighting::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 295px;
  height: 100%;
  top: 0;
  z-index: -10;
  left: 0;
  transform: skew(-30deg);
}

.service_inner.type_one .content_inner .r_more {
  position: absolute;
  width: 200px;
  height: 44px;
  right: 70px;
  text-align: center;
  line-height: 47px;
  bottom: 5px;
  font-size: 22px;
  font-weight: normal;
  font-family: "Source Serif Pro", serif;
  z-index: 0;
  opacity: 0;
  transform: translateX(250px);
  color: #252525;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.service_inner.type_one .content_inner .r_more::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 220px;
  height: 100%;
  top: 0;
  z-index: -10;
  left: 0;
  transform: skew(-30deg);
}

.service_inner:hover .hover-title {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8196078431);
  text-align: center;
  position: relative;
  margin: 71px auto;
  font-size: 55px;
  text-shadow: 0 0 5px #000;
}
.service_inner:hover .content_inner .r_more {
  opacity: 1;
  transform: translateX(0px);
}

@media (max-width: 768px) {
  .service_inner.type_one img {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .service_inner.type_one .content_inner h2::before {
    width: 180px;
  }
  .service_inner.type_one .content_inner h2 {
    width: 180px;
    right: 26px;
    font-size: 18px;
  }
}
@media (max-width: 400px) and (mi-width: 1024px) {
  .service_inner.type_one .content_inner h2 {
    right: 56px;
  }
}
.ttm-row {
  padding: 50px 0;
  background: #f8f5f5;
}
.ttm-row .leaf {
  position: absolute;
  left: 80px;
  top: -50px;
  width: 46%;
  z-index: 0;
  rotate: -25deg;
}
@media (min-width: 768px) {
  .ttm-row .leaf {
    left: 50px;
    top: -101px;
    width: 46%;
  }
}
@media (min-width: 1024px) {
  .ttm-row .leaf {
    left: 50px;
    top: -161px;
    width: 46%;
  }
}
@media (min-width: 1200px) {
  .ttm-row .leaf {
    left: 90px;
    top: -111px;
    width: 21%;
  }
}
.ttm-row .row {
  background: #eaedea;
  padding: 20px;
}
.ttm-row .featured-icon-box {
  padding: 25px 15px 20px;
  background-color: #405b43;
}
@media (min-width: 768px) {
  .ttm-row .featured-icon-box {
    padding: 20px 10px 20px;
  }
}
@media (min-width: 1200px) {
  .ttm-row .featured-icon-box {
    padding: 25px 25px 20px;
  }
}
.ttm-row .featured-icon-box .ttm-icon {
  margin-bottom: 0px;
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  padding: 5px;
}
@media (min-width: 768px) {
  .ttm-row .featured-icon-box .ttm-icon {
    width: 60px;
    height: 60px;
  }
}
.ttm-row .featured-icon-box .ttm-icon i {
  color: #209e2e;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px dashed #209e2e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ttm-row .featured-icon-box .ttm-icon i:before {
  font-size: 34px;
}
.ttm-row .featured-icon,
.ttm-row .featured-content,
.ttm-row .featured-icon,
.ttm-row .featured-title {
  display: table-cell;
  vertical-align: middle;
}
.ttm-row .featured-title h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
  color: #fff;
  margin-left: 20px;
}
.ttm-row .featured-desc p {
  margin-bottom: 0;
}

.mini-sections .section-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1200px) {
  .mini-sections .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.mini-sections h3 {
  font-size: 1rem;
  margin-bottom: 0;
}
.mini-sections .title {
  font-size: 13px;
}
.mini-sections p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonials {
  background: #33532a;
  background-image: url(../../images/testimonials_bg.png);
  background-size: cover;
}
.testimonials .btn-more {
  border-radius: 0;
}
.testimonials .carousel-indicators {
  bottom: 4px;
}
@media (min-width: 768px) {
  .testimonials .carousel-indicators {
    bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .testimonials .carousel-indicators {
    bottom: -8px;
  }
}
@media (min-width: 1200px) {
  .testimonials .carousel-inner {
    height: 230px;
  }
}

.test-quote {
  margin-top: 5px;
}

.testimonial-block {
  position: relative;
  padding-left: 18px;
  padding-bottom: 15px;
}
.testimonial-block .inner-box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  height: 200px;
}
.testimonial-block .inner-box:after {
  position: absolute;
  content: "";
  left: 22px;
  bottom: -10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.testimonial-block .inner-box .text {
  color: #555353;
  line-height: 28px;
  font-style: italic;
  font-family: "Merriweather", serif;
}
.testimonial-block .quote-icon {
  position: absolute;
  width: 50px;
  height: 45px;
  top: 37px;
  left: 0px;
  background-color: #87c00c;
  text-align: center;
  z-index: 9;
}
.testimonial-block .quote-icon:before {
  position: absolute;
  content: "";
  left: 1px;
  top: -16px;
  width: 0;
  height: 0;
  border-bottom: 16px solid #72a10d;
  border-left: 18px solid transparent;
}
.testimonial-block .quote-icon i {
  margin-top: 10px;
}
.testimonial-block .quote-icon i:before {
  font-size: 22px;
  color: #ffffff;
}

.testimonial-block > h4 {
  position: relative;
  color: #222222;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 700;
  font-family: "Merriweather", serif;
}

.request-quote {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .request-quote {
    padding-left: 2.6rem;
  }
}
.request-quote .card {
  background-color: rgba(255, 255, 255, 0.9098039216);
}
.request-quote h2 {
  font-size: 27px;
  margin-bottom: 25px;
  color: #000;
}
@media (min-width: 1200px) {
  .request-quote h2 {
    font-size: 30px;
  }
}

.parallax {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/parallax_quote.jpg);
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .parallax {
    background-attachment: fixed;
    background-position: top;
  }
}
.parallax .request-form-home {
  padding: 20px 25px;
}

footer {
  background: #232323;
}
footer .phrase {
  font-size: 11px;
}
footer .footer-main {
  padding: 35px 0 35px 0;
}
@media (min-width: 768px) {
  footer .footer-main {
    padding: 45px 0 45px 0;
  }
}
@media (min-width: 1200px) {
  footer .footer-main {
    padding: 45px 0 45px 0;
  }
}
footer .main-logo img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer .main-logo img {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  footer .main-logo img {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  footer .main-logo img {
    width: 65%;
  }
}
footer .coast-logo img {
  max-width: 125px;
}
footer .footer-nav {
  columns: 1;
  font-size: 0.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-nav {
    columns: 4;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  footer .footer-nav {
    columns: 3;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  footer .footer-nav {
    columns: 4;
    text-align: left;
  }
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
@media (min-width: 1024px) {
  footer .sitemap {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  footer .sitemap {
    margin-top: 57px;
  }
}
footer .sitemap ul {
  list-style: none;
}
footer .sitemap li:hover {
  transform: translateX(0.5rem);
}
footer .phone-address {
  margin-top: 10px;
}
@media (min-width: 768px) {
  footer .phone-address {
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  footer .phone-address {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  footer .phone-address {
    margin-top: 15px;
  }
}
footer .contact-info {
  font-size: 14px;
}
@media (min-width: 768px) {
  footer .footer-logos {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  footer .footer-logos {
    margin-top: 34px;
  }
}
@media (min-width: 1200px) {
  footer .footer-logos {
    margin-top: 44px;
  }
}
footer .footer-logos img {
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer .footer-logos img {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  footer .footer-logos img {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  footer .footer-logos img {
    width: 100%;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .navbar {
      display: contents;
    }
    @media (min-width: 768px) {
      .half-container {
        max-width: 640px;
      }
    }
  }
}
.about-us {
  background: url("../../images/about_page_bg.png") no-repeat right;
}

.services .photo-g {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .services .photo-g {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .services .photo-g {
    height: 170px;
  }
}
.services .photo-g img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.photo-cat {
  background: #eee;
  padding: 10px;
}

.photog-page-img {
  margin-bottom: 5px;
}
.photog-page-img .ourw-img {
  overflow: hidden;
  height: 200px;
}
.photog-page-img .ourw-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.photo-gallery-page .card-columns {
  column-count: 1;
  column-gap: 5px;
  padding: 15px;
}
@media (min-width: 768px) {
  .photo-gallery-page .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  .photo-gallery-page .card-columns {
    column-count: 4;
  }
}
@media (min-width: 1200px) {
  .photo-gallery-page .card-columns {
    column-count: 4;
  }
}
.photo-gallery-page .card {
  background: #f8fff0;
}

.cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cat-topic a {
  color: #fff;
  background-color: #33532a;
  padding: 5px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
}
.cat-topic a:hover {
  text-decoration: none;
}
.cat-topic a.active-topic {
  background-color: #c8e4a6;
  color: #000;
  white-space: normal;
}
.cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}

.faqs .card-header {
  background-color: #33532a;
  color: #fff;
}
.faqs h2 {
  font-size: 23px;
}

.testimonial {
  background: url("../../images/about_page_bg.png") no-repeat left;
  background-position: left bottom;
}
.testimonial .card-columns {
  column-count: 1;
}
@media (min-width: 768px) {
  .testimonial .card-columns {
    column-count: 2;
  }
}
.testimonial .client_speach .card {
  background: rgba(252, 251, 251, 0.5294117647);
}
.testimonial .client_speach h2 {
  font-size: 17px;
  color: #585858;
}
.testimonial .client_speach h3 {
  font-size: 15px;
  font-weight: lighter;
}
.testimonial .client_speach .icon-quote {
  float: left;
  margin-right: 30px;
}
.testimonial .client_speach .icon-quote i:before {
  font-size: 40px;
  color: #5e8041;
}
.testimonial .client_speach p {
  font-weight: inherit;
  font-size: 19px;
  margin-top: 17px;
  line-height: 30px;
  margin-bottom: 27px;
  font-family: "Merriweather", serif;
}
.testimonial .client_speach ul li {
  display: inline-block;
  margin: 2px -1px 30px 1px;
}
.testimonial .client_speach ul li a {
  color: #6aaf08;
  font-size: 18px;
}

.form-bg {
  background-image: url(../../images/form_bg.jpg);
  padding: 85px 0;
  background-size: cover;
}
.form-bg .card {
  background: rgba(255, 255, 255, 0.7411764706);
}

.parallax2 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/form_bg.jpg);
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .parallax2 {
    background-attachment: fixed;
    background-position: top;
  }
}

.contact-us-text .lead {
  font-weight: lighter;
}

.cc-map {
  margin-bottom: -7px;
}
.cc-map iframe {
  height: 300px;
}

.request-quote-page {
  padding: 135px 0 85px 0;
}
@media (min-width: 768px) {
  .request-quote-page {
    padding: 185px 0 85px 0;
  }
}
@media (min-width: 1024px) {
  .request-quote-page {
    padding: 185px 0 85px 0;
  }
}
@media (min-width: 1200px) {
  .request-quote-page {
    padding: 295px 0 85px 0;
  }
}
.request-quote-page .lead {
  font-weight: lighter;
}

/*# sourceMappingURL=design.css.map */
