@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap");

body {
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}
.font_n {
  font-family: "Noto Serif", serif;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.dark_overlay {
  background: #0000004f;
  width: 100%;
  height: 100%;
  padding-top: 185px;
  padding-bottom: 185px;
}
.scrolled {
  background: #0F5E9C !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.navbar-fixed-top {
  transition: 0.3s;
}
.navbar-fixed-top .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  margin-left: 24px;
  padding: 12px 10px;
}
.navbar-toggler img {
  width: 30px;
}
.navbar-toggler:focus {
  box-shadow: unset;
}
.bsr_SideBar {
  border: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  width: 300px;
  background: #0F5E9C;
}
.side_bar li a {
  color: #fff;
}
.side_bar li a:hover {
  color: #fff;
}
.offcanvas-header IMG {
  width: 150px;
}
.nav_whatsapp {
     background: #ddc545;
    padding: 10px 35px !important;
    border-radius: 50px;
    border: 2px solid #ebdb4c;
    box-shadow: 0px 3px 6px #00000052;
    font-weight: 600;
    transition: 0.3s;
}
.nav_whatsapp:hover {
     background: #f0e24d;
  color: #fff;
  transition: 0.3s;
}
.scrolled .nav_whatsapp {
  background: #fff;
  border: 2px solid #fff;
  color: #0F5E9C !important;
}
.scrolled .nav_whatsapp:hover {
  background: transparent;
  color: #fff !important;
  transition: 0.3s;
}
.banner_title p {
  color: #0F5E9C;
  border-bottom: 2px solid #0F5E9C;
  display: inline-block;
  margin-bottom: 30px;
}
.banner_title h1 {
  font-size: 55px;
  font-weight: 700;
}
.banner_title h1 span {
  font-size: 60px;
  color: #fff;
}
.banner_btn {
     background: #ddc545;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    border: 2px solid #ebdb4c;
    border-radius: 50px;
    display: inline-block;
    transition: 0.3s;
}
.banner_btn:hover {
  background: #00000047;
  color: #fff;
  transition: 0.3s;
}
.banner_text p {
  line-height: 1.8;
  margin-right: 110px;
  font-size: 15px;
}
.banner_text p b {
  font-weight: 500;
  border-bottom: 2px solid #0F5E9C;
}
.whats_info {
     background: #c3a439;
  padding: 30px 0;
}
.info_whatsapp {
     color: #c3a439;
  background: #fff;
  padding: 14px 50px !important;
  border-radius: 50px;
  border: 2px solid #fff;
  text-decoration: none;
  box-shadow: 0px 3px 6px #00000052;
  font-weight: 600;
  transition: 0.3s;
  text-transform: uppercase;
  display: inline-block;
}
.info_whatsapp:hover {
  background: transparent;
  color: #fff;
  transition: 0.3s;
  box-shadow: unset;
}
.whats_info {
  position: relative;
  overflow: hidden;
}
.whats_info h3 {
  margin: 0;
  font-size: 28px;
}
.info_whatsapp img {
  width: 23px;
  position: relative;
  top: -1px;
  right: -12px;
  /* filter: invert(54%) sepia(99%) saturate(419%) hue-rotate(86deg)
    brightness(100%) contrast(83%); */
}
/* .info_whatsapp:hover img {
  filter: invert(100%) sepia(0%) saturate(24%) hue-rotate(109deg)
    brightness(108%) contrast(106%);
} */

.garden_icons {
  position: absolute;
  bottom: -10px;
  right: 17px;
  height: 62px;
  opacity: 0.8;
}
.about_section {
  padding-top: 50px;
  padding-bottom: 100px;
}
.section_title {
     font-weight: 500;
    color: #c3a439;
    font-size: 20px;
    margin-bottom: 30px;
}
.section_title::after {
  content: "";
  height: 3px;
      background: #c3a439;
  width: 100px;
  display: inline-block;
  margin-left: 15px;
}

.sec_title {
  font-weight: 800;
  color: #333333;
  margin-bottom: 25px;
}
.sec_text {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.two_img_grid {
  display: flex;
  justify-content: space-around;
}
.two_img_grid img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 14px 14px 20px #00000021;
}
.two_img_grid img:first-child {
  position: relative;
  top: 30px;
}
.two_img_grid img:last-child {
  position: relative;
  bottom: 30px;
}

.border_btn {
 background: transparent;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    border: 2px solid #ddc545;
    border-radius: 50px;
    display: inline-block;
    transition: 0.3s;
}
.border_btn:hover {
  background: #ddc545;
  color: #fff;
  transition: 0.3s;
}
.text-green {
      color: #c3a439;
}
.contact {
  background: url(../../images/images/contact2.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.contact_left {
  background: #ffffffc7;
  padding: 40px;
  border-radius: 20px;
}
.contact_left h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.bg_overlay {
  background: #00000040;
  padding-top: 100px;
  padding-bottom: 100px;
}
.con_title {
  text-align: center;
  color: #ffffff;
  font-size: 58px;
  font-weight: 800;
  margin-bottom: 30px;
}
.form-control {
  padding: 12px 15px;
  font-size: 15px;
  border: 2px solid #fff;
}
.form-control:focus {
  box-shadow: unset;
  border-color: #0F5E9C;
}
.form-label {
  margin-bottom: 5px;
  font-size: 14px !important;
  font-weight: 500;
}
.form-select {
  padding: 12px 15px;
  font-size: 15px;
  border: 2px solid #fff;
}
.form-select:focus {
  box-shadow: unset;
  border-color: #0F5E9C;
}
.submit-request {
  background: #0F5E9C;
  width: 100%;
  border: 2px solid #0F5E9C;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 10px;
  border-radius: 5px;
  margin-top: 21px;
  font-weight: 500;
  transition: 0.3s;
}
.submit-request:hover {
  background: transparent;
  color: #0F5E9C;
  transition: 0.3s;
}
.contact_right {
  background: #141414cc;
  height: 100%;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.contact_right h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact_right p {
  color: #fff;
}
.contact_details {
  margin-bottom: 25px;
}
.contact_details span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #22b14c;
  text-align: center;
  line-height: 2.8;
}
.contact_details span i {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  line-height: 50px;
}
.contact_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact_details_body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.contact_details_body h4 {
     color: #c3a439;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 5px;
  margin: 0;
  text-transform: uppercase;
}
.contact_details_body h5,
.contact_details_body a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
  transition: 0.4s ease-in-out;
}
.contact_details span img {
  height: 24px;
  /* filter: invert(100%) sepia(0%) saturate(24%) hue-rotate(109deg)
    brightness(108%) contrast(106%); */
}
.garden_i {
  position: absolute;
  bottom: -31px;
  right: 0;
  width: 150px;
}
.home_title {
  text-align: center;
 color: #000000;
  font-size: 58px;
  font-weight: 800;
  margin-bottom: 30px;
}
.our_services {
  
  padding-bottom: 100px;
}
.service_box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.service_img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.service_box h4 {
  margin: 0;
  position: absolute;
}
.service_body {
  background: #c3a439;
  padding: 15px;
  z-index: 8;
  position: relative;
}
.service_img {
  position: relative;
  display: inline-block;
  width: 100%;
}
.modal_img img {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  object-fit: cover;
  margin-bottom: 25px;
}
.service_img::after {
  content: "";
  background: #c3a439;
  width: 120%;
  height: 61px;
  display: block;
  position: absolute;
  bottom: -18px;
  left: -4px;
  z-index: 0;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}
.service_body h4 {
  margin: 0;
  position: absolute;
  top: -30px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.service_body p {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}
.service_body .wp_btn {
     background: #06c16d;
    padding: 10px 35px !important;
    border-radius: 10px;
    border: 2px solid #fff;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.service_body .wp_btn:hover {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.service_body img {
  width: 17px;
  position: relative;
  top: -2px;
  right: -12px;
  /* filter: invert(59%) sepia(88%) saturate(766%) hue-rotate(75deg)
    brightness(86%) contrast(83%); */
}
.service_body:hover img {
  filter: invert(100%) sepia(82%) saturate(0%) hue-rotate(245deg)
    brightness(104%) contrast(101%);
}
.quick_text {
  font-weight: 600;
  font-size: 26px;
}
.quick_service img {
     height: 40px;
  margin-bottom: 15px;
  /* filter: invert(72%) sepia(14%) saturate(5481%) hue-rotate(74deg)
    brightness(84%) contrast(82%); */
}
.quick_service {
  text-align: center;
}
.quick_service {
     background: #000000;
    padding: 45px 0;
}
.bg-green {
  background: #0F5E9C;
}
.why_box {
  display: flex;
  align-items: center;
  background: #ffffff70;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.why_box:hover {
  transition: 0.3s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.why_box img {
  height: 60px;
  margin-right: 10px;
}
.why_box h4 {
  font-size: 22px;
  margin: 0;
  font-weight: 600;
}
.why_choose {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #eee;
}
#columns {
  /* column-width: 320px; */
  column-width: 255px;
  column-gap: 15px;
  width: 100%;
  margin: 50px auto;
}

div#columns figure {
  background: #fefefe;
  margin: 0 2px 15px;
  transition: opacity 0.4s ease-in-out;
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

div#columns figure img {
  width: 100%;
  height: auto;
  /* min-height: 200px; */
  object-fit: cover;
}

div#columns small {
  font-size: 1rem;
  float: right;
  text-transform: uppercase;
  color: #aaa;
}

div#columns small a {
  color: #666;
  text-decoration: none;
  transition: 0.4s color;
}
div#columns figure a {
  text-decoration: unset !important;
}

@media screen and (max-width: 835px) {
  #columns {
    column-gap: 15px;
    column-width: 240px;
  }

  #columns figure {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #columns {
    column-gap: 15px;
    column-width: 140px;
  }

  #columns figure {
    width: 100%;
  }
}
.garden-clean {
  background: #c3a439;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}
.garden-clean h2 {
  font-size: 40px;
  font-weight: 600;
}

footer {
  /* background: #333333; */
     background: #000000;
  padding-top: 80px;
  padding-bottom: 40px;
  color: #fff;
}
footer .nav a {
  color: #fff;
  padding-left: 0;
}
footer .nav a:hover {
  color: #c3a439;
}
.footer_logo p {
  font-size: 14px;
}
.footer_title {
  margin-bottom: 15px;
      color: #c3a439;
}
.footer_details h5 {
  font-size: 14px;
}
.footer_details span {
  width: 35px;
  height: 35px;
  background: unset;
}
.nav-link:focus, .nav-link:hover {
    color: #c3a439;
}
/* .footer_details span img {
  filter: invert(72%) sepia(14%) saturate(5481%) hue-rotate(74deg)
    brightness(84%) contrast(82%);
} */
.wp_fix {
  display: flex;
  /* background: red; */
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
}
.wp_fix p {
  background: #f5f7f9;
  margin: 0;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 50%;
  box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
  -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
}
.wp_fix img {
  width: 50px;
  margin-left: 10px;
  -moz-border-radius: 50%;
  box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
  -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  border-radius: 50px;
}

/* responsive  */

@media only screen and (max-width: 500px) {
}
@media only screen and (max-width: 992px) {
  .banner_text p {
    margin-right: 0;
  }
  .banner_title h1 {
    font-size: 40px;
  }
  .banner_title h1 span {
    font-size: 40px;
  }
  .whats_info h3 {
    margin: 0;
    font-size: 18px;
  }
  .about_section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .our_services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact_right {
    margin-top: 20px;
  }
  .dark_overlay {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .landsca_bgcolor {
    padding: 50px 0;
  }
  .service-single {
    padding: 50px 0px 50px !important;
  }
  .page-banner {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .info_whatsapp {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .whats_info {
    text-align: center;
  }
  .sec_text {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
  }
  .about_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .two_img_grid {
    margin-top: 50px;
  }
  .home_title {
    font-size: 35px;
  }
  .quick_service .col-md-6 {
    margin-bottom: 20px;
  }
  .why_choose {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why_box h4 {
    font-size: 17px;
  }
  .garden-clean h2 {
    font-size: 27px;
    font-weight: 600;
  }
  .garden-clean {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .con_title {
    font-size: 35px;
  }
  .bg_overlay {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact_details_body h5,
  .contact_details_body a {
    color: #fff;
    font-size: 11px;
  }
  .landscaping-item_second {
    padding: 40px 22px;
  }
  .landsca-item-text h2 {
    padding-bottom: 25px;
  }
  .garden_i {
    width: 100px;
  }
  .footer_logo p {
    font-size: 13px;
  }
  footer .nav a {
    font-size: 13px;
  }
  .footer_title {
    margin-bottom: 15px;
    color: #0F5E9C;
    font-size: 16px;
  }
  .contact_details_body {
    margin-left: 7px;
  }
  .m-mt-0 {
    margin-top: 0 !important;
  }
}

/* --------------------service-inner----------------- */
.service_nav {
  background-color: #0F5E9C !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.page-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../../images/banner/landscaping-services.jpg);
  text-transform: capitalize;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-banner .sec_title1 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 25px;
}
.landscaping-list a {
  color: #fff;
  text-decoration: none;
}
.landscaping-list .primary-color {
  color: #0F5E9C;
}
.service-single-left-item .image_width_fix img {
  width: 100%;
}
.service-single-left-item .top_gap {
  margin-top: 40px;
  margin-bottom: 30px;
}
.service-single-left-item p {
  color: #575656;
  text-align: justify;
}
.service-single-left-item ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px;
  padding: 0px;
      line-height: 35px;
}
.service-single-left-item ul li:not(:last-child) {
  margin-right: 25px;
}
.service-single-left-item ul li {
  display: flex;
  align-items: center;
}
.service-single-left-item ul li span {
  width: 6px;
  height: 6px;
  background-color: #0F5E9C;
  border-radius: 50%;
  margin-right: 5px;
}
.service-single-left-item .land_top {
  margin-top: 30px;
  margin-bottom: 40px;
}
.service-single-left-item .service_bottom_text {
  margin-bottom: 40px;
}
.service-single-right-item .item-one_right {
  text-align: center;
  background-color: #000;
  padding-bottom: 50px;
}
.item-one_right .image img {
  width: 100%;
}
.service-single-right-item .item-one_right a {
  color: #fff;
  padding: 12px 22px;
  background-color: #4baf47;
  border-radius: 10px;
  font-weight: 600;
}
.item-one_right h2 {
  color: #fff;
}
/* .service-single-right-item .item-one a i {
  padding: 10px;
  background-color: #fff;
  color: #4baf47;
  border-radius: 5px;
  margin-left: 10px;
} */
.item-one_right h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}
.landscaping-item_second {
  background: url(../../images/images/landscaping-services4.jpg);
  text-align: center;
  padding: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
  position: relative;
}
.service-single-right-item .wrpper_landscaping h2 {
  color: #fff;
  font-size: 25px;
  position: relative;
}
.service-single-right-item .wrpper_landscaping h3 {
  color: #fff;
  font-size: 25px;
  position: relative;
}
.landscaping-item_second::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(14, 14, 14, 0.8);
}
.service-single-right-item .line {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.service-single-right-item .line .small_line {
  width: 48px;
  height: 2px;
  background-color: #4baf47;
  margin-right: 10px;
  position: relative;
}
.service-single-right-item .line .big_line {
  width: 100%;
  height: 2px;
  background-color: #4baf47;
  position: relative;
}
.wrpper_landscaping a {
  margin-top: 30px;
  font-size: 30px;
  color: #fff;
  position: relative;
  text-decoration: none;
}
.animate_call {
  /* position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.animate_call img {
  width: 70px;
  padding: 15px !important;
}

.c-white {
  color: white !important;
}

.bgc-blue {
  background-color: #4baf47 !important;
}

.circle {
  border-radius: 50%;
}

.icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #00aada;
  opacity: 0.5;
  animation: ring-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.icon:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 170, 218, 0.5);
  border-radius: 50%;
  border: none;
  animation: ring-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.osc-rotation {
  box-sizing: border-box;
  animation: oscillate-rotation 1s infinite ease-in-out;
  transform-origin: 50% 50%;
}
/* 
.icon {
  font-family: "Material Icons";
  font-size: 3rem;
  line-height: 1;
  text-rendering: optimizeLegibility;
} */

@keyframes ring-circle-anim {
  0% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0;
  }
  30% {
    transform: rotate(0) scale(1.5) skew(0deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1.7) skew(0deg);
    opacity: 0.1;
  }
}
@keyframes ring-circle-fill-anim {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1.4) skew(0deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0.2;
  }
}
@keyframes oscillate-rotation {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}
.sub-bg {
  background-color: #f5f5f5;
  padding: 70px 0px;
}
.section-header h5 {
  color: #4baf47;
  padding-bottom: 20px;
  text-transform: uppercase;
  margin: 0px;
  font-size: 18px;
}
.section-header h2 {
  text-transform: capitalize;
  font-weight: 600;
}
.margin_landscaping ul {
  margin: 0px;
  padding: 0px;

}
.margin_landscaping11 {
  width: 100%;
}
.margin_landscaping ul li {
  font-size: 15px;
  list-style: none;
  padding-bottom: 16px;
  font-weight: 500;
}
.margin_landscaping ul li img {
  font-size: 10px;
  width: 5%;
  margin-right: 5px;
  color: red;
}
.margin_landscaping11 ul li .img_icon_right{
  width: 3%;
}
.landscaping-services5 img {
  width: 100%;
}
.service-single {
  padding: 130px 0px 110px;
}
.landsca_bgcolor {
  background: url(../../images/images/achievement-bg2.jpg);
  overflow: hidden;
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 4px 55px 10px rgba(75, 175, 71, 0.0784313725);
  position: relative;
}
.landsca_bgcolor::before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.landsca-item-text h2 {
  position: relative;
  color: #fff;
}
.image img {
  width: 100%;
}
.counter {
  color: #0F5E9C;

  font-family: "Poppins", sans-serif;
  text-align: center;

  margin: 0 auto;

  position: relative;
  z-index: 1;
}

.counter .counter-icon {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 14px;
}
.counter h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin: 0 0 13px;
}
.counter .counter-value {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}
.counter.orange {
  --main-color: #0F5E9C;
}

@media screen and (max-width: 990px) {
  .counter {
    margin-bottom: 40px;
  }
  .logo_fix {
    width: 22% !important;
}
}




/* ---------------------new-css-------------------------- */

.wranty_images img{
     width: 90%;
    margin-top: 10px;

}
.wranty_images_responsive_show{
   width: 90%;
    margin-top: 10px;
}






/* .client_google_logo ul {
    margin: 0px;
    padding: 0px;
    display: flex
;
    justify-content: center;
}
.client_google_logo ul li {
    list-style: none;
}
.client_google_logo ul li i {
    color: #28a745;
} */
.client_google__brnad_logo .review_star_img{
         margin: auto;
    display: block;
    width: 50%;
}
.client_google__brnad_logo p {
    text-align: center;
    margin: 0px;
    font-size: 14px;
    padding: 5px 0px;
    font-weight: 600;
}
.client_google__brnad_logo h6 {
    text-align: center;
    color: #0f5e9c;
}

.client_google__brnad_logo .star_img{
 width: 75%;
    margin: auto;
    display: block;
    margin-bottom: 5px;
}
.about_img img{
  margin: auto;
  display: block;
}

.media_landing_page {
    margin: 20px 0px 20px;
    text-align: center;
}
.media_landing_page .service__landing_icon {
    margin: 0 auto 15px auto;
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
        border: 3px solid #c3a439;
}
.media_landing_page .service__landing_icon img {
    width: 75%;
    line-height: 1;
    color: #0F5E9C;
}
.media_landing_page p {
    font-weight: 600;
}
.review_bgcolor{
  padding: 100px 0px;
}
.card_review{
  margin: 0px 8px;
    background-color: #fff;
        padding: 15px 15px 15px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 1px 2px 4px #ccc;
}
.d-flex_review {
     display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.d-flex_review > img{
  width: 11%;
}
.card-text .testimonial__month {
    font-size: 14px;
    color: #6c757d !important;
}
.margin-top_container{
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
.wranty_images_responsive_show img{
  display: none;
}

}
@media only screen and (max-width: 768px) {
.wranty_images img{
  display: none;
}
.wranty_images_responsive_show img{
   width: 85%;
}
.about_img_responsive_gap{
  margin-top: 30px;
}
}

.logo_fix{
      width: 10%;
}

.footer_logo img{
      width: 35%;
    background-color: #ffff;
    padding: 15px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.heading_interior h3{
     text-align: center;
    margin: 0px;
    padding-top: 15px;
    font-size: 35px;
    font-weight: 600;
       color: #c3a439;
} 