/*==========================
 <--start-Top-header-area -->
===========================*/
.top-header {
  background: #0d0d0d;
  padding: 14px 0;
}

.top-header-infor ul li {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  margin-right: 22px;
}

.top-header-infor ul li i {
  display: inline-block;
  color: #f5c211;
  font-size: 13px;
  margin-right: 15px;
}

.top-header-infor ul li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
}

.top-header-social-icon {
  text-align: right;
}

.top-header-social-icon ul li {
  display: inline-block;
}

.top-header-social-icon ul li i {
  display: inline-block;
  color: #f5c211;
  font-size: 14px;
  margin-left: 21px;
}

/*==========================
 <--start-Main-header-->
===========================*/
.header-menu {
  text-align: right;
}

.header-menu ul {
  display: inline-block;
}

.header-menu ul li {
  display: inline-block;
  margin-right: 20px;
}

.header-menu ul li a {
  display: inline-block;
  padding: 42px 0;
  font-size: 17px;
  color: #0d0d0d;
}

.header-menu ul li a:hover {
  color: #487532;
}

.header-menu ul li a i {
  font-size: 15px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.header-contact-icon i {
  float: left;
  display: inline-block;
  font-size: 15px;
  background: #487532;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  line-height: 50px;
  color: #fff;
  margin-right: 24px;
}

.header-contact-content p {
  font-size: 14px;
  text-align: left;
  margin-bottom: -9px;
  color: #0d0d0d;
}

.header-contact-content a {
  font-size: 15px;
  display: inline-block;
  color: #487532;
}

.header-button {
  text-align: right;
}

.header-button a {
  display: inline-block;
  background: #487532;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  border: 1px solid #487532;
  text-align: center;
}

.header-button a:hover,
.header-button a.active {
  color: #487532;
}

.header-button a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scale(0);
  z-index: -1;
  transition: 0.5s;
  border-radius: 5px;
}

.header-button a:hover:before,
.header-button a.active:before {
  transform: scale(1);
}

.header-button i {
  display: inline-block;
  font-size: 15px;
  padding-left: 6px;
  position: relative;
  top: 1px;
  transition: 0.5s;
}

.header-button a:hover i {
  color: #487532;
}

/*sub-menu*/
.header-menu ul li.menu-item-has-children {
  position: relative;
}

.header-menu ul li .sub-menu {
  position: absolute;
  width: 300px;
  display: block;
  text-align: left;
  background: #487532;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  top: 150%;
  z-index: 2;
}

.header-menu ul li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.header-menu ul li .sub-menu li a {
  display: block;
  padding: 10px 19px;
  color: #fff;
  width: 300px;
  border: 1px solid #fff;
}

.header-menu ul li .sub-menu li a:hover {
  background: #fff;
  color: #487532;
  border: 1px solid #487532;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #eee !important;
  transition: 0.5s !important;
  z-index: 999 !important;
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}

/*==========================
 <--start-Hero-section-->
===========================*/
.hero-section {
  background: url(../images/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 900px;
  position: relative;
}

.hero-content {
  position: relative;
}

.hero-content-em-bar-1 {
  background: #fff;
  width: 76px;
  height: 1px;
  position: absolute;
  left: 37%;
  bottom: 22px !important;
  display: inline-block;
  position: relative;
}

.hero-content-em-bar-1:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: -2px;
  background: red;
  border-radius: 50px;
  transition: 0.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(70px);
  }
}

.hero-content-em-bar-2 {
  background: #fff;
  width: 53px;
  height: 1px;
  position: absolute;
  left: 24.6%;
  bottom: 8px !important;
  display: inline-block;
  position: relative;
}

.hero-content-em-bar-2:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 0;
  top: -2px;
  background: red;
  border-radius: 50px;
  transition: 0.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOV-BG;
}

@-webkit-keyframes MOV-BG {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50px);
  }
}

.hero-content h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #487532;
  margin-bottom: -35px;
}

.hero-content h1 {
  font-size: 85px;
  color: #fff;
  line-height: 92px;
}

.hero-content p {
  color: #fff;
  width: 95%;
  margin-top: 37px;
}

.hero-shape {
  position: absolute;
  left: 158px;
  bottom: 35%;
}

.bounce-animate1 {
  animation-name: float-bob1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob1;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob1;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob1;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bob1 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

.section-button {
  display: inline-block;
}

.section-button a {
  display: inline-block;
  background: #487532;
  color: #fff;
  padding: 11px 27px;
  border-radius: 3px;
  margin-top: 48px;
  border: 1px solid #487532;
  position: relative;
  z-index: 1;
}

.section-button a:hover {
  color: #487532;
}

.section-button a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scale(0);
  z-index: -1;
  transition: 0.5s;
}

.section-button a:hover:before {
  transform: scale(1);
}

.section-button i {
  display: inline-block;
  padding-left: 11px;
  transition: 0.5s;
}

.section-button a:hover i {
  color: #487532;
}

/*==========================
 <--start-Service-section-->
===========================*/
.service-section {
  padding: 90px 0 87px;
}

.service-section.about-inner {
  padding: 0 0 125px;
}

.service-section .section-button a {
  margin-top: 62px;
}

.service-box {
  box-shadow: 0 0 27px rgba(88, 88, 88, 0.11);
  text-align: center;
  padding: 17px 25px 46px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}

.service-box.style-inner {
  margin-bottom: 27px;
}

.service-box:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  left: -66px;
  bottom: -82px;
  background: #edf0f5;
  border-radius: 50%;
  z-index: -1;
}

.service-box:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  left: -66px;
  bottom: -82px;
  background: #487532;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}

.service-box:hover:after {
  opacity: 1;
}

.service-content {
  margin-bottom: 100px;
  position: relative;
}

.service-content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(../images/service-shape.);
}

.service-content h4 {
  font-size: 25px;
  transition: 0.5s;
}

.service-box:hover .service-content h4 {
  color: #487532;
}

.service-icon {
  display: flex;
  justify-content: space-between;
}

.images-icon {
  position: absolute;
  left: 38px;
  bottom: 29px;
}

.images-icon img {
  transition: 0.5s;
}

.service-box:hover .images-icon img {
  filter: brightness(0) invert(1);
}

.service-button i {
  background: #edf0f5;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  line-height: 45px;
  position: absolute;
  right: 14%;
  bottom: 25px;
  color: #222;
  transition: 0.5s;
}

.service-button i:hover {
  background: #487532;
  color: #fff;
}

.service-shape {
  position: absolute;
  right: -137px;
  bottom: -174px;
  z-index: -1;
}

/*section-title*/
.section-title {
  margin-bottom: 25px;
  position: relative;
}

.section-title.left {
  margin-bottom: 0;
}

.section-title h4 {
  text-transform: uppercase;
  color: #487532;
  font-size: 16px;
  margin-bottom: -5px;
}

.section-title.left h4 {
  margin-bottom: -2px;
}

.section-title h1 {
  line-height: 63px;
  margin-top: 0;
  font-size: 45px;
}

.section-title p {
  margin-top: 12px;
  width: 80%;
}

/*center-section-title-embar*/
.section-title-embar-1 {
  background: #222;
  width: 90px;
  height: 1px;
  position: absolute;
  left: -9px;
  top: -111px;
  display: inline-block;
  position: relative;
}

.section-title-embar-1:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: -3px;
  background: #487532;
  border-radius: 50px;
  transition: 0.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-Bg;
}

@-webkit-keyframes MOVE-Bg {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(87px);
  }
}

.section-title-embar-2 {
  background: #222;
  width: 62px;
  height: 1px;
  position: absolute;
  left: -101px;
  top: -100px;
  display: inline-block;
  position: relative;
}

.section-title-embar-2:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 56px;
  top: -3px;
  background: #487532;
  border-radius: 50px;
  transition: 0.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOV-BG;
}

@-webkit-keyframes MOV-BG {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-58px);
  }
}

.section-title-embar-3 {
  background: #222;
  width: 90px;
  height: 1px;
  position: absolute;
  left: 74px;
  top: -113px;
  position: relative;
  display: inline-block;
}

.section-title-embar-3:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 83px;
  top: -3px;
  background: #487532;
  border-radius: 50px;
  transition: 0.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-Bh;
}

@-webkit-keyframes MOVE-Bh {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-87px);
  }
}

.section-title-embar-4 {
  background: #222;
  width: 62px;
  height: 1px;
  position: absolute;
  left: -20px;
  top: -103px;
  position: relative;
  display: inline-block;
}

.section-title-embar-4:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 0px;
  top: -3px;
  background: #487532;
  border-radius: 50px;
  transition: 0.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOV-Bf;
}

@-webkit-keyframes MOV-Bf {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(58px);
  }
}

/*left-section-title-embar*/
.embar-1 {
  background: #222;
  width: 90px;
  height: 1px;
  position: relative;
  top: -33px;
  left: 194px;
}

.embar-1:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 83px;
  top: -3px;
  background: #487532;
  border-radius: 50px;
  transition: 0.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-Bo;
}

@-webkit-keyframes MOVE-Bo {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-87px);
  }
}

.embar-2 {
  background: #222;
  width: 60px;
  height: 1px;
  position: relative;
  top: -24px;
  left: 194px;
}

.embar-2:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 0px;
  top: -3px;
  background: #487532;
  border-radius: 50px;
  transition: 0.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOV-Bl;
}

@-webkit-keyframes MOV-Bl {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(58px);
  }
}

/*==========================
 <--start-about-section-->
===========================*/
.about-section {
  padding: 36px 0 123px;
  position: relative;
}

.about-box-item {
  display: inline-block;
}

.about-box-button i {
  display: inline-block;
  float: left;
  margin-top: 60px;
  background: #edeff5;
  width: 40px;
  height: 49px;
  text-align: center;
  line-height: 50px;
  color: #222;
  margin-right: 17px;
  transition: 0.5s;
}

.about-box-item:hover .about-box-button i {
  background: #487532;
  color: #fff;
}

.about-content h4 {
  font-size: 22px;
  transition: 0.5s;
}

.about-box-item:hover .about-content h4 {
  color: #487532;
}

.about-content p {
  width: 100%;
}

.about-section .section-button {
  float: left;
  margin-right: 42px;
}

.about-contact {
  margin-top: 52px;
}

.about-contact-icon i {
  float: left;
  display: inline-block;
  font-size: 20px;
  background: #f5c211;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 50px;
  line-height: 55px;
  color: #fff;
  margin-right: 24px;
}

.about-contact-content p {
  font-size: 14px;
  text-align: left;
  margin-bottom: 1px;
  color: #0d0d0d;
}

.about-contact-content a {
  font-size: 22px;
  display: inline-block;
  color: #0d0d0d;
  font-weight: 500;
}

.about-thumb {
  position: relative;
  margin-left: 56px;
}

.about-shape1 {
  position: absolute;
  right: -81px;
  top: 37%;
  z-index: -1;
  display: inline-block;
}

.about-shape2 {
  position: absolute;
  left: 21%;
  bottom: 10px;
}

.about-section-shape {
  position: absolute;
  left: 8%;
  bottom: 30%;
  z-index: -1;
}

/*==========================
 <--start-counter-section-->
===========================*/
.counter-section {
  background: url(../images/counter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 90px 0 125px;
}

.counter-section .section-title {
  margin-bottom: 100px;
}

.counter-section .section-title h4 {
  color: #fff;
  font-weight: 500;
}

.counter-section .section-title h1 {
  color: #fff;
}

.counter-section .section-description p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-top: -70px;
}

.counter-section .embar-1 {
  background: #fff;
  left: 156px;
}

.counter-section .embar-2 {
  background: #fff;
  left: 156px;
}

.counter-box {
  background: #fff;
  text-align: center;
  border: 16px solid #edf0f5;
  padding: 21px 0 45px;
  transition: 0.5s;
}

.counter-box:hover {
  border: 16px solid #fe4041;
}

.counter-icon {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  background-color: #ffffff;
  border: 5px solid #edf0f5;
  line-height: 91px;
  text-align: center;
  margin: auto;
  margin-top: -92px;
  transition: 0.5s;
}

.counter-box:hover .counter-icon {
  border: 5px solid #fe4041;
}

/*===============================
 <--start-recent-work-section-->
===============================*/
.recent-work-section {
  padding: 90px 0 122px;
}

.recent-work-section.inner {
  padding: 124px 0 95px;
}

/*hone-2*/
.recent-work-section.style-home2 .section-title-embar-2 {
  left: -83px;
  top: -110px;
}

.recent-work-section.style-home2 .section-title-embar-4 {
  left: 82px;
  top: -110px;
}

/*section-embar*/
.recent-work-section .section-title-embar-1 {
  left: -19px;
}

.recent-work-section .section-title-embar-2 {
  left: -112px;
}

.recent-work-section .section-title-embar-3 {
  left: 85px;
}

.recent-work-section .section-title-embar-4 {
  left: -8px;
}

.recent-work-box {
  overflow: hidden;
  transition: 0.5s;
}

.recent-work-box.inner {
  margin-bottom: 29px;
}

.recent-work-box:hover {
  transform: translateY(-20px);
}

.recent-work-thumb {
  position: relative;
}

.recent-work-thumb img {
  width: 100%;
  border-radius: 16px;
}

.recent-work-content {
  background: url(../images/recent-work-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  border-radius: 0 0 10px 10px;
  position: absolute;
  bottom: -150px;
  width: 100%;
  height: 120px;
  left: 0;
  transition: 0.5s;
}

.recent-work-box:hover .recent-work-content {
  bottom: 0;
}

.recent-work-content-title a {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  color: #0d0d0d;
}

.recent-work-box:hover .recent-work-content-title a {
  color: #487532;
}

.recent-work-content-title p {
  margin-top: -8px;
  margin-left: 75px;
  position: relative;
}

.recent-work-content-title p:before {
  position: absolute;
  content: "";
  width: 58px;
  height: 2px;
  left: -72px;
  top: 14px;
  background: #487532;
}

.recent-work-content-icon i {
  display: inline-block;
  color: #fff;
  background: #487532;
  width: 58px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  border-radius: 0 0 0 10px;
}

/*==========================
 <--start-benefits-section-->
===========================*/
.benefits-section {
  background: url(../images/benefits-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 123px 0 123px;
}

.benefits-section .section-button a {
  margin-top: 58px;
}

.benefits-section .section-title.left {
  margin-bottom: 37px;
}

.benefits-section .section-title p {
  width: 85%;
  margin-top: 22px;
}

.benefits-section .embar-1 {
  left: 122px;
}

.benefits-section .embar-2 {
  left: 140px;
}

.benefits-content {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 0 50px 0 0px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 5px 30px rgba(243, 243, 243, 0.72);
}

.benefits-content:before {
  position: absolute;
  content: "";
  width: 7%;
  height: 100%;
  left: 0;
  top: 0;
  background: #487532;
  z-index: -1;
  transition: 0.5s;
}

.benefits-content:hover:before {
  width: 100%;
}

.benefits-content-text p {
  color: #0d0d0d;
  font-size: 18px;
}

.benefits-icon i:hover .benefits-content-text p {
  color: #fff;
}

.benefits-icon i {
  position: relative;
  display: inline-block;
  background: #487532;
  color: #fff;
  height: 100px;
  width: 44px;
  line-height: 100px;
  text-align: center;
  border-right: 2px solid #fff;
}

.benefits-thumb {
  margin-left: 76px;
}

/*==================================
 <--start-testimonaials-section-->
====================================*/
.testimonaials-section {
  background: #0d0d0d;
  padding: 91px 0 124px;
}

.testimonaials-section .section-title h4 {
  color: #fff;
}

.testimonaials-section .section-title h1 {
  color: #fff;
}

/*section-embar*/
.testimonaials-section .section-title-embar-1 {
  left: -45px;
  background: #000;
}

.testimonaials-section .section-title-embar-2 {
  left: -138px;
  background: #000;
}

.testimonaials-section .section-title-embar-3 {
  left: 108px;
  background: #000;
}

.testimonaials-section .section-title-embar-4 {
  left: 15px;
  background: #000;
}

.testimonaials-box {
  background: url(../images/testi-box-imgs.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 67px 34px 42px;
  border-radius: 10px;
  margin: 0 10px 0;
}

.testimonaials-thumb {
  float: left;
  margin-right: 33px;
  margin-top: 9px;
}

.testimonaials-desc p {
  font-size: 18px;
}

.testimonaials-content {
  display: flex;
  align-items: center;
  gap: 94px;
  margin-top: -27px;
}

.testi-title a {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
}

.testimonaials-box:hover .testi-title a {
  color: #487532;
}

.testi-title p {
  margin-top: -10px;
}

.testi-icon {
  margin-top: 56px;
  text-align: center;
}

.testi-icon img {
  opacity: 0.3;
  transition: 0.5s;
}

.testimonaials-box:hover .testi-icon img {
  opacity: 1;
}

.testi-stars-icon ul li {
  display: inline-block;
}

.testi-stars-icon ul li i {
  color: #ffc107;
  font-size: 15px;
  display: inline-block;
  margin-top: 11px;
}

/*==========================
 <--start-faqs--section-->
===========================*/
.faqs-section {
  padding: 90px 0 95px;
}

.faqs-section .section-title.left {
  margin-bottom: 37px;
}

.faqs-section .section-description p {
  width: 92%;
  margin: auto;
  margin-top: 42px;
}

.faqs-section .embar-1 {
  left: 102px;
}

.faqs-section .embar-2 {
  left: 102px;
}

.accordion li {
  list-style: none;
  padding: 3px 0px 3px;
  position: relative;
  z-index: 1;
  border: 1px solid #487532;
  margin-bottom: 28px;
  width: 90%;
}

.accordion li:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 11px;
  top: 8px;
  width: 45px;
  height: 45px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #edf0f5;
}

.accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #232353 !important;
  background-color: transparent;
  padding: 14px 20px 14px 30px;
  border-radius: 5px;
  z-index: 1;
}

.accordion li p {
  display: none;
  font-size: 16px;
  padding: 0 45px 16px 30px;
  margin: 0;
  backdrop-filter: blur(1.9px);
  overflow: hidden;
}

.accordion a:before {
  width: 2px;
  height: 10px;
  background: #222;
  position: absolute;
  right: 32px;
  content: " ";
  top: 22px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.accordion a:after {
  width: 10px;
  height: 2px;
  background: #222;
  position: absolute;
  right: 28px;
  content: " ";
  top: 26px;
  transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  background: #487532;
}

.accordion a.active:before {
  display: none;
}

.accordion a.active {
  color: #487532 !important;
}

/*==========================
 <--start-blog-section-->
===========================*/

.blog-section {
  background: #f3f3f3;
  padding: 90px 0 542px;
}

#blog-gird {
  padding: 125px 0 95px;
}

#blog-list {
  padding: 123px 0 95px;
}

#blog-2column {
  padding: 124px 0 95px;
}

/*home-2*/
.blog-section.style-home2 {
  padding: 90px 0 125px;
}

.blog-section.style-home2 .section-title-embar-2 {
  left: -85px;
  top: -110px;
}

.blog-section.style-home2 .section-title-embar-4 {
  left: 82px;
  top: -110px;
}

.blog-section .section-title-embar-1 {
  left: -22px;
}

.blog-section .section-title-embar-2 {
  left: -115px;
}

.blog-section .section-title-embar-3 {
  left: 85px;
}

.blog-section .section-title-embar-4 {
  left: -9px;
}

.single-blog-box.inner {
  margin-bottom: 29px;
}

.single-blog-thumb {
  overflow: hidden;
}

.single-blog-thumb img {
  width: 100%;
  transition: 0.5s;
}

.single-blog-box:hover .single-blog-thumb img {
  transform: scale(1.1);
}

.blog-content {
  background: #fff;
  padding: 30px 33px 28px;
  width: 86%;
  margin: auto;
  border-radius: 10px;
  margin-top: -35px;
  z-index: 1;
  position: relative;
}

.blog-content-title {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 26px;
  margin-top: 17px;
  position: relative;
}

.blog-content-title a {
  display: inline-block;
  font-size: 24px;
  color: #0d0d0d;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 29px;
}

.single-blog-box:hover .blog-content-title a {
  color: #487532;
}

.meta-blog span {
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}

.meta-blog span i {
  display: inline-block;
  font-size: 15px;
  margin-right: 8px;
}

.single-blog-box:hover .meta-blog span i {
  color: #487532;
}

.blog-content-button i {
  display: inline-block;
  margin-left: 12px;
  opacity: 0;
}

.single-blog-box:hover .blog-content-button a,
.single-blog-box:hover .blog-content-button i {
  opacity: 1;
  color: #487532;
}

/*==========================
 <--start-contact-section-->
===========================*/
.contact-section {
  position: relative;
  margin-top: -22%;
  z-index: 1;
}

.contact-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 18%;
  top: 0;
  background: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.contact-section .embar-1 {
  left: 155px;
}

.contact-section .embar-2 {
  left: 156px;
}

.contact-thumb {
  background: url(../images/contact-imgs.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 400px 0 400px;
  position: relative;
  z-index: 9999;
}

.contact-box-right {
  padding-left: 74px;
}

.contact-section .section-title.left {
  margin-bottom: 37px;
}

.input-box input {
  border: transparent;
  margin-bottom: 28px;
  border-radius: 10px;
  height: 67px;
  width: 100%;
  padding: 0 25px 0;
}

.input-box textarea {
  width: 100%;
  height: 110px;
  border: transparent;
  border-radius: 8px;
  padding: 12px 24px 0;
}

.submit-button button {
  border: transparent;
  background: #487532;
  color: #fff;
  padding: 15px 24px 11px;
  border-radius: 5px;
  margin-top: 51px;
}

.submit-button button i {
  display: inline-block;
  color: #fff;
  margin-left: 10px;
}

/*==========================
 <--start-Footer-section-->
===========================*/
.footer-section {
  padding: 485px 0 34px;
  background: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: -380px;
}

/*home-2*/
.footer-section.style-home2 {
  padding: 105px 0 34px;
  margin-top: 0;
}

.footer-logo {
  margin-top: 19px;
}

.footer-widget-sub-title h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-top: 26px;
}

.footer-widget-text p {
  color: #fff;
  margin: 4px 0 32px;
}

.footer-social-icon ul li {
  display: inline-block;
}

.footer-social-icon ul li i {
  display: inline-block;
  color: #487532;
  background: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50px;
  font-size: 16px;
  margin-right: 8px;
  transition: 0.5s;
}

.footer-social-icon ul li i:hover {
  background: #487532;
  color: #fff;
}

.footer-widget-content {
  margin-left: 8px;
}

.footer-widget-title {
  margin-bottom: 28px;
}

.footer-widget-title h4 {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.footer-widget-title h4:before {
  position: absolute;
  content: "";
  width: 59px;
  height: 1px;
  right: -72px;
  top: 33px;
  background: #fff;
}

.footer-widget-title h4:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: -17px;
  top: 30px;
  background: #487532;
  border-radius: 50px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(60px);
  }
}

.footer-widget-menu ul li i {
  display: inline-block;
  color: #fff;
  margin-right: 8px;
  opacity: 0;
  font-size: 18px;
  transition: 0.5s;
}

.footer-widget-menu ul li a:hover i {
  opacity: 1;
  color: #487532;
}

.footer-widget-menu ul li a {
  display: inline-block;
  color: #ffff;
  font-weight: 300;
  margin-bottom: 7px;
  font-family: "Roboto", sans-serif;
}

.footer-widget-menu ul li a:hover {
  color: #487532;
}

.footer-widget-text-2 p {
  color: #fff;
}

.footer-widget-contact {
  margin-top: 18px;
}

.footer-widget-contact ul li a {
  color: #fff;
}

.footer-widget-contact ul li a:hover {
  color: #487532;
}

.footer-widget-contact ul li i {
  display: inline-block;
  background: #fff;
  color: #487532;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 19px;
  font-size: 15px;
  margin-right: 13px;
  transition: 0.5s;
}

.footer-widget-contact ul li i:hover {
  background: #487532;
  color: #fff;
}

/*subcribe-area*/
.subscribe-area {
  background-color: #131313;
  padding: 35px 0 35px;
  margin-top: 62px;
}

.subscribe-content h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.subscribe-content i {
  display: inline-block;
  font-size: 60px;
  color: #487532;
  margin-right: 29px;
  position: relative;
  top: 12px;
}

.sebscribe-form input {
  width: 76%;
  height: 60px;
  outline: 0;
  border: transparent;
  padding: 0 21px 0;
}

.sebscribe-form button {
  background: #487532;
  border: transparent;
  padding: 15px 31px 15px;
  color: #fff;
  margin-right: -9px;
  float: right;
}

/*copyright-area*/

.copyriht-content span {
  display: inline-block;
  color: #fff;
  font-family: "Roboto";
  font-weight: 400;
  margin-top: 30px;
}

.copyriht-content span a {
  display: inline-block;
  color: #487532;
  margin-right: 8px;
  font-weight: 500;
}

/*===================================================*/
/*=========START-HOME-PAGES-2-CSS==============*/
/*===================================================*/

/*==========================
 <--start-Slider-section-->
===========================*/

.slider-section {
  background: url(../images/slider.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 770px;
  position: relative;
  overflow: hidden;
}

.slider-section.style-2 {
  background: url(../images/slider2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 770px;
  position: relative;
  overflow: hidden;
}

.slider-section:before {
  position: absolute;
  content: "";
  width: 35%;
  height: 1241px;
  background: #fff;
  left: -185px;
  top: -368px;
  opacity: 0.1;
  transform: rotate3d(1, 1, 1, 46deg);
}

.slider-section:after {
  position: absolute;
  content: "";
  width: 37%;
  height: 1385px;
  background: #fff;
  right: -163px;
  top: -186px;
  opacity: 0.1;
  transform: rotate3d(1, 1, 1, 55deg);
}

.slider-sub-title h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.slider-sub-title h4:before {
  position: absolute;
  content: "";
  width: 260px;
  height: 40px;
  left: 0;
  top: 10px;
  background: #fff;
  z-index: -1;
  right: 0;
  margin: auto;
  opacity: 0.2;
  border-radius: 5px;
}

.slider-content h1 {
  font-size: 80px;
  color: #ffff;
  line-height: 91px;
}

.slider-video {
  display: inline-block;
}

.slider-video i {
  color: #487532;
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-size: 18px;
  margin-left: 29px;
}

.slider-shape-1 {
  position: absolute;
  right: 20%;
  top: 45px;
}

.slider-shape-2 {
  position: absolute;
  top: 70px;
  left: 16%;
}

.slider-shape-3 {
  position: absolute;
  left: 48px;
  bottom: 40px;
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

/*home-pages-2*/
/*==========================
 <--start-About-section-->
===========================*/
.about-section.style-home2 {
  padding: 124px 0 125px;
}

.about-section.style-home2.inner .embar-2 {
  top: -24px;
}

.about-section.style-home2 .embar-2 {
  top: -30px;
}

.about-section.style-home2 .section-title.left {
  margin-bottom: 29px;
}

.about-section.style-home2 .section-title p {
  width: 97%;
}

.about-box-item.style-home2 {
  display: flex;
  gap: 51px;
  align-items: center;
}

.about-box-icon {
  --box: 55px;
  min-width: var(--box);
  max-width: var(--box);
  min-height: var(--box);
  max-height: var(--box);
  width: var(--box);
  height: var(--box);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-box-icon:before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  /* left: 22px; */
  /* top: 13px; */
  background: #edf0f5;
  border-radius: 50px;
  z-index: -1;
}

.about-content.style-home2 h4 {
  font-size: 22px;
  transition: 0.5s;
  line-height: 30px;
  font-weight: 600;
  color: #0d0d0d;
  width: 85%;
}

.about-list-item {
  margin-top: 50px;
}

.about-list-item ul li {
  color: #0d0d0d;
  font-size: 18px;
  margin-bottom: 5px;
}

.about-list-item ul li img {
  margin-right: 14px;
}

/*home-pages-2*/
/*==========================
 <--start-feature-section-->
===========================*/
.single-feature-box {
  background-color: #f4f4f4;
  padding: 58px 21px 52px 38px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.single-feature-box:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: #487532;
  z-index: -1;
  transition: 0.5s;
}

.single-feature-box:hover:before {
  width: 100%;
  left: 0;
}

.feature-shape {
  position: absolute;
  right: -7px;
  top: -11px;
}

.feature-box-icon img {
  transition: 0.5s;
}

.single-feature-box:hover .feature-box-icon img {
  filter: brightness(0) invert(1);
}

.feature-content h4 {
  font-size: 25px;
  color: #0d0d0d;
  font-weight: 500;
  font-family: "Roboto";
  margin: 28px 0 -3px;
  transition: 0.5s;
}

.single-feature-box:hover .feature-content h4 {
  color: #fff;
}

.feature-content p {
  font-size: 15px;
  transition: 0.5s;
}

.single-feature-box:hover .feature-content p {
  color: #fff;
}

/*home-pages-2*/
/*==========================
 <--start-working-section-->
===========================*/
.working-section {
  background: url(../images/home/banner_we_love_lawns.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 186px 0 125px;
  margin-top: -96px;
}

.working-section .embar-2 {
  background: #fff;
  top: -32px;
  left: 142px;
}

.working-section .section-title h1 {
  color: #fff;
}

.working-section .section-title p {
  width: 95%;
  color: #fff;
}

/*home-pages-2*/
/*================================
 <--start-service-section-tow-->
=================================*/
.service-section-tow {
  padding: 100px 0 100px;
}

.service-section-tow .embar-2 {
  top: -31px;
  left: 112px;
}

.service-section-tow .section-title.left {
  margin-bottom: 42px;
}

.service-section-tow .section-description p {
  margin-top: 25px;
  position: relative;
}

.service-section-tow .section-description p::before {
  content: "";
  position: absolute;
  width: 89%;
  height: 5px;
  left: 0;
  top: -32px;
  background: #487532;
}

.services-box-tow {
  background: url(../images/service-box-bg.png);
  padding: 60px 28px 52px;
  position: relative;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  filter: drop-shadow(-2.544px 1.59px 6.5px #e8e8e8);
  z-index: 1;
  overflow: hidden;
}

.us-number h1 {
  font-size: 60px;
  position: absolute;
  right: 23px;
  top: 45px;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  -webkit-text-stroke-color: #487532;
  font-weight: 700;
  font-family: "Roboto";
  opacity: 0.4;
  float: right;
}

.services-box-content h4 {
  font-size: 25px;
  margin-top: 58px;
  position: relative;
  transition: 0.5s;
}

.services-box-content p {
  font-size: 16px;
  margin-bottom: 31px;
  margin-top: 9px;
}

.services-box-button {
  z-index: 9999;
  position: relative;
}

.services-box-button a i {
  display: inline-block;
  background: #487532;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  line-height: 45px;
  font-size: 18px;
  transition: 0.5s;
}

/*home-2*/
/*================================
 <--start-testimonaials-section-->
==================================*/
.testimonaials-section.style-home2 {
  background: url(../images/home/banner_reviews.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 92px 0 164px;
  position: relative;
}

.testimonaials-section.style-home2 .embar-2 {
  background: #fff;
  top: -31px;
}

.testimonaials-section.style-home2 .section-title.left {
  margin-bottom: -26px;
}

.testimonaials-section.style-home2 .section-title h4 {
  color: #487532;
}

.testimonaials-box.style-home2 {
  padding: 67px 44px 42px;
}

.testimonaials-box.style-home2 .testi-icon img {
  opacity: 1;
}

.testimonaials-box.style-home2 .testi-title p {
  margin-top: -10px;
  color: #487532;
}

.testi-thumb {
  position: relative;
}

.testi-thumb img {
  position: relative;
  left: 147px;
}

.testi-single-img-1 {
  position: absolute;
  top: -78px;
  left: 5px;
}

.testi-single-img-2 {
  position: absolute;
  right: 100px;
  top: 31%;
}

.testi-single-img-3 {
  position: absolute;
  left: -12px;
  bottom: -8%;
}

.testi-shape {
  position: absolute;
  top: 182px;
  right: 50px;
}

/*home-2*/
/*================================
 <--start-benefits-section-->
=================================*/
.benefits-thumb.style-home2 {
  margin-left: -213px;
}

.benefits-item ul li {
  display: inline-block;
  margin-right: 10px;
  background: #eef3f7;
  padding: 12px 25px;
  border-radius: 5px;
  margin-top: 6px;
}

.benefits-item ul li i {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  background: #487532;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50px;
  margin-right: 11px;
}

.wrapper {
  margin-top: 45px;
}

.skill {
  margin-bottom: 1px;
  position: relative;
  overflow-x: hidden;
}

.skill>p {
  font-size: 18px;
  font-weight: 700;
  color: #1a1716;
  margin: 0;
}

.skill:before {
  width: 76%;
  height: 9px;
  content: "";
  display: block;
  position: absolute;
  background: #959595;
  bottom: 23px;
  border-radius: 30px;
}

.skill-bar {
  /* width: 50%; */
  width: 100%;
  height: 9px;
  background: #487532;
  display: block;
  position: relative;
  border-radius: 30px;
  top: -2px;
}

.skill-bar span {
  font-size: 18px;
  /* padding: 3px 0; */
  font-weight: 500;
  float: right;
  top: -34px;
  position: relative;
}

.skill-bar {
  position: relative;
}

.skill1 .skill-count1 {
  right: 0;
}

/* SKILL 2 */
.skill2 {
  width: 100%;
  /* width: 61%; */
}

.skill2 .skill-count2 {
  right: 0;
}

/*home-2*/
/*=====================================
 <--start-working-process-section-->
======================================*/
.working-process-section {
  padding: 100px 0 100px;
}

.working-process-section .section-title.left {
  margin-bottom: 82px;
}

.working-process-box {
  position: relative;
}

.working-process-icon {
  background: #0d0d0d;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
}

.working-process-box:hover .working-process-icon {
  background: #487532;
}

.working-process-icon:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  top: 2px;
  left: 0;
  background: #ededed;
  z-index: -1;
  border-radius: 50%;
  transition: 0.5s;
}

.working-process-box:hover .working-process-icon:before {
  height: 100px;
  width: 100px;
}

.working-process-shape img {
  position: absolute;
  top: -20px;
  right: 76px;
  transition: 0.5s;
}

.working-process-box:hover .working-process-shape img {
  opacity: 0;
}

.working-process-shape img.shap-tow {
  opacity: 0;
  transition: 0.5s;
}

.working-process-box:hover img.shap-tow {
  opacity: 1;
}

.working-process-content h4 {
  font-size: 25px;
  margin-top: 23px;
  font-weight: 500;
}

.working-process-box:hover .working-process-content h4 {
  color: #487532;
}

/*==============================================================*/
/*=========START-HOME-PAGES-3-CSS====================*/
/*===========================================================*/

/*==========================
 <--start-top-section-3-->
===========================*/

.top-header.style-home3 {
  position: relative;
  z-index: 1;
}

/*===================================
 <--start-main-header-section-3-->
====================================*/

.main-header.style-home3 {
  position: relative;
  z-index: 1;
}

.row.style-home3 {
  border-bottom: 1px solid #d7d7d7;
}

.header-contact-icon.style-home3 i {
  background: #f5c211;
  color: #fff;
  font-size: 17px;
  margin-right: 12px;
}

.header-contact-content.style-home3 a {
  color: #0d0d0d;
  font-weight: 500;
  font-size: 16px;
}

/*=============================
 <--start-Hero-section-3-->
===============================*/
.hero-section.home-3 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  height: 950px;
  position: relative;
  margin-top: -70px;
}

.hero-content.style-home3 h4 {
  font-size: 16px;
  font-weight: 500;
  color: #0d0d0d;
  text-transform: unset;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.hero-content.style-home3 h4:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 29px;
  left: -7px;
  top: 16px;
  background: #f5c211;
  z-index: -1;
  border-radius: 2px;
}

.hero-content.style-home3 h1 {
  font-size: 80px;
  color: #0d0d0d;
  line-height: 85px;
}

.hero-content.style-home3 p {
  color: #6a6a6a;
  width: 80%;
  margin-top: 33px;
}

.hero-title h1 {
  -webkit-text-stroke-width: 1px;
  color: transparent;
  -webkit-text-stroke-color: #487532;
  font-weight: 800;
  font-size: 80px;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: 0.149;
  color: #f0f0f0;
  position: absolute;
  left: 15px;
  bottom: 70px;
}

.hero-experience-shape {
  position: absolute;
  left: 39%;
  top: 19%;
}

.hero-single-shape {
  position: absolute;
  left: 42%;
  bottom: 24%;
}

@media (max-width: 990px) {
  .slogan-content {
    position: relative;
    left: -10% !important;
  }
}

@media (min-width: 1200px) {
  .slogan-content {
    position: relative;
    /* left: -7%; */
  }
}

@media (max-width: 1399px) {
  .slogan-content {
    position: relative;
    left: 0%;
  }
}

/*==========================
 <--start-about-section-3-->
===========================*/
.about-section.style-home3 {
  padding: 123px 0 120px;
}

.about-section.style-home3 .about-thumb {
  position: relative;
  margin-left: -148px;
}

.about-box-inner {
  display: flex;
  gap: 27px;
  align-items: center;
}

.about-box-inner-icon i {
  display: inline-block;
  color: #487532;
  font-size: 18px;
  border: 1px solid #487532;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.about-box-inner-content h4 {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 500;
}

.about-box-inner-content p {
  width: 70%;
  margin-top: -7px;
}

/*section-title-home-3*/
.section-title.style-home3 h4 {
  font-size: 16px;
  color: #0d0d0d;
  font-weight: 500;
  position: relative;
  z-index: 1;
  text-transform: unset;
}

.section-title.style-home3 h4:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 30px;
  left: -7px;
  top: 16px;
  background: #fc5c5c;
  z-index: -1;
  border-radius: 2px;
}

.section-title.style-home3 h1 {
  margin-top: 0;
  font-size: 46px;
  line-height: 55px;
  color: #0d0d0d;
}

.section-title.style-home3 p {
  margin-top: 22px;
  width: 80%;
}

/*cneter-section-title*/
.section-title.style-home-3 h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: unset;
  position: relative;
  z-index: 1;
  color: #0d0d0d;
}

.section-title.style-home-3 h4:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 30px;
  left: -117px;
  top: 16px;
  background: #fff;
  z-index: -1;
  border-radius: 2px;
  margin: auto;
  right: 0;
  background: #fb5d5c;
  left: -93px;
}

.section-title.style-home-3 h1 {
  color: #0d0d0d;
}

/*=================================
 <--start-service-section-3-->
================================*/
.service-section.style-home3 {
  background: url(../images/service-bg-home3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0 144px;
}

.single-service-box.style-home3 {
  background: #fff;
  text-align: center;
  padding: 43px 18px 8px;
  position: relative;
  border-radius: 5px;
  z-index: 1;
}

.single-service-box.style-home3:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background: url(../images/before-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  border-radius: 5px;
  transition: 0.5s;
}

.single-service-box.style-home3:hover:before {
  height: 100%;
}

.serive-box-icon.style-home3 img {
  transition: 0.5s;
}

.single-service-box.style-home3:hover .serive-box-icon.style-home3 img {
  filter: brightness(0) invert(1);
}

.service-content-style-home3 {
  position: relative;
  z-index: 1;
}

.service-content-style-home3 h4 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto";
  margin: 27px 0px 5px;
}

.single-service-box.style-home3:hover .service-content-style-home3 p,
.single-service-box.style-home3:hover .service-content-style-home3 h4 {
  color: #fff;
}

.service-box-shape {
  position: absolute;
  top: -43px;
  left: -39px;
}

.service-icon-button i {
  display: inline-block;
  background: #487532;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  color: #fff;
  position: relative;
  bottom: -30px;
  transition: 0.5s;
}

.single-service-box.style-home3:hover .service-icon-button i {
  background: #fff;
  color: #487532;
}

/*section-title*/
.service-section.style-home3 .section-title.style-home-3 h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: unset;
  position: relative;
  z-index: 1;
  color: #487532;
}

.service-section.style-home3 .section-title.style-home-3 h4:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 30px;
  left: -117px;
  top: 16px;
  background: #fff;
  z-index: -1;
  border-radius: 2px;
  margin: auto;
  right: 0;
}

.service-section.style-home3 .section-title.style-home-3 h1 {
  color: #fff;
}

/*=================================
 <--start-benefits-section-3-->
================================*/
.benefits-thumb.style-home3 {
  margin-left: 0;
}

.benefits-section .section-title.style-home3 p {
  margin-top: 22px;
  width: 95%;
}

/*=================================
 <--start-Portfolio-section--->
================================*/
.portfolio-section {
  background: #f0f0f0;
  padding: 100px 0 126px;
}

.single-portfolio-box {
  transition: 0.5s;
}

.portfolio-thumb img {
  width: 100%;
}

.portfolio-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #487532;
  width: 85%;
  margin: auto;
  border-radius: 5px;
  margin-top: 0;
  z-index: 1;
  position: relative;
  opacity: 0;
  transition: 0.5s;
}

.single-portfolio-box:hover .portfolio-content {
  margin-top: -58px;
  opacity: 1;
}

.portfolio-content-title {
  padding: 9px 0 23px;
}

.portfolio-content-title h4 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto";
  line-height: 40px;
  color: #fff;
}

.portfolio-content-title p {
  color: #fff;
}

.portfolio-button i {
  display: inline-block;
  background: #fff;
  height: 96px;
  width: 63px;
  text-align: center;
  line-height: 96px;
  border-radius: 5px;
  position: relative;
  left: 19px;
  color: #487532;
  font-size: 18px;
}

/*=======================================
<--start-.feature-section.style-home3-->
=======================================*/
.feature-section.style-home3 {
  position: relative;
  margin-top: -113px;
}

.single-feature-box-tow {
  border-radius: 5px;
  filter: drop-shadow(0 0 27px rgba(88, 88, 88, 0.11));
  background-color: #ffffff;
  text-align: center;
  padding: 50px 53px 41px;
  position: relative;
  overflow: hidden;
}

.feature-box-number h1 {
  font-size: 24px;
  font-weight: 400;
  background: #487532;
  width: 59px;
  height: 59px;
  text-align: center;
  line-height: 59px;
  border-radius: 5px;
  color: #fff;
  margin: auto;
  font-family: "Roboto";
  opacity: 0.6;
  transition: 0.5s;
}

.single-feature-box-tow:hover .feature-box-number h1 {
  opacity: 1;
}

.feature-content-tow h4 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto";
  margin: 28px 0 0;
  transition: 0.5s;
}

.single-feature-box-tow:hover .feature-content-tow h4 {
  color: #487532;
}

.feature-content-tow p {
  opacity: 0.8;
  font-size: 15px;
  line-height: 27px;
  color: #6a6a6a;
  font-weight: 400;
  font-family: "Roboto";
  text-align: center;
}

.feature-box-shape-tow {
  position: absolute;
  top: -77px;
  right: -25px;
  z-index: -1;
}

.feature-box-shape-tow img {
  width: 100%;
}

/*=======================================
<--start-team-section-->
=======================================*/
.team-section {
  padding: 100px 0 100px;
}

.team-section .section-title.style-home-3 h4:before {
  left: -131px;
}

.single-team-box {
  position: relative;
  overflow: hidden;
}

.team-thumb img {
  width: 100%;
}

.team-social-icon {
  position: absolute;
  bottom: -8px;
  right: 22px;
  background: #fff;
  text-align: center;
  padding: 13px 17px;
  border-radius: 5px 5px 0 0;
  transition: 0.5s;
}

.single-team-box:hover .team-social-icon {
  bottom: 135px;
}

.team-social-icon ul li i {
  display: inline-block;
  color: #0c0c0c;
  font-size: 15px;
  transition: 0.5s;
}

.team-social-icon ul li i:hover {
  color: #487532;
}

.team-plus-icon {
  position: absolute;
  right: 22px;
  bottom: 92px;
}

.team-plus-icon i {
  background: #487532;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  z-index: 999;
  position: relative;
  transition: 0.5s;
  border-top: 2px solid #487532;
}

.single-team-box:hover .team-plus-icon i {
  background: #fff;
  color: #487532;
}

.team-content {
  text-align: center;
  background: url(../images/team-content-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  top: -11px;
  position: relative;
  z-index: 1;
  padding: 1px 0 22px;
  width: 100%;
}

.team-content:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/team-content-bg2.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  transition: 0.5s;
}

.single-team-box:hover .team-content:before {
  width: 100%;
}

.team-content h4 a {
  font-size: 24px;
  color: #0d0d0d;
  font-weight: 500;
  font-family: "Roboto";
}

.single-team-box:hover .team-content p,
.single-team-box:hover .team-content h4 a {
  color: #fff;
}

.team-content p {
  font-size: 16px;
  margin-top: -16px;
  transition: 0.5s;
}

/*=================================
<--start-pricing-section -->
=================================*/
.pricing-section {
  padding: 12px 0 123px;
}

.pricing-section.inner-pages {
  padding: 124px 0 123px;
}

.single-pricing-box {
  border-radius: 15px;
  background: url(../images/pricing-bg1.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 28px 51px 59px;
  box-shadow: 0px 5px 30px rgba(223, 223, 223, 0.72);
  position: relative;
  transition: 0.5s;
}

.single-pricing-box:hover {
  transform: translateY(-30px);
}

.pricing-head-content {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 28px;
}

.pricing-head-content h4 {
  font-size: 28px;
  margin-bottom: 8px;
}

.pricing-head-content p {
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 17px;
}

.pricing-body {
  margin-top: 40px;
}

.pricing-rate h1 {
  font-size: 60px;
  font-family: "Roboto";
  display: inline;
}

.pricing-rate span {
  font-size: 30px;
  font-weight: 700;
}

.pricing-rate span.month {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #0d0d0d;
}

.pricing-body-title h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto";
  margin-top: -10px;
}

.pricing-list-item ul li {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  margin-bottom: 5px;
}

.pricing-list-item ul li i {
  display: inline-block;
  font-size: 9px;
  background: #0d0d0d;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50px;
  margin-right: 13px;
}

.pricing-button a {
  display: inline-block;
  background: #0d0d0d;
  color: #fff;
  padding: 12px 27px;
  border-radius: 5px;
  margin-top: 42px;
}

.pricing-button a:hover {
  background: #487532;
}

.pricing-button i {
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  position: relative;
  top: 2px;
  color: #fff;
}

/*pircing-box-style-tow-css*/
.single-pricing-box.style-tow {
  background: url(../images/pricing-bg2.png);
}

.single-pricing-box.style-tow .pricing-head-content h4 {
  color: #fff;
}

.single-pricing-box.style-tow .pricing-head-content p {
  color: #fff;
}

.single-pricing-box.style-tow .pricing-rate h1 {
  color: #fff;
}

.single-pricing-box.style-tow .pricing-rate span.month {
  color: #fff;
}

.single-pricing-box.style-tow .pricing-body-title h4 {
  color: #487532;
}

.single-pricing-box.style-tow .pricing-list-item ul li i {
  background: #fff;
  color: #487532;
}

.single-pricing-box.style-tow .pricing-list-item ul li {
  color: #fff;
}

.single-pricing-box.style-tow .pricing-button a {
  background: #487532;
}

/*=================================
<--start-Working-section -->
=================================*/
.working-section.style-home3 {
  background: url(../images/working-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 98px 0 125px;
  margin-top: 0;
}

.working-section.style-home3 .section-title.left {
  margin-bottom: 34px;
}

.working-section.style-home3 .section-title.style-home3 p {
  color: #6a6a6a;
  width: 95%;
}

.video-button {
  position: relative;
  z-index: 1;
  left: 76px;
}

.video-button:before {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  left: -13px;
  top: -13px;
  background-color: #487532;
  opacity: 0.2;
  z-index: -1;
  border-radius: 50px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
}

@keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.video-button i {
  display: inline-block;
  background: #487532;
  color: #fff;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 25px;
  border-radius: 50px;
}

.working-box-item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.working-box-icon {
  position: relative;
  z-index: 1;
  top: 12px;
}

.working-box-icon:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  left: -10px;
  top: -11px;
  background: #ece6e6;
  z-index: -1;
  border-radius: 5px;
}

.working-content a {
  font-size: 22px;
  font-weight: 500;
  color: #0d0d0d;
  text-align: left;
}

.working-content a:hover {
  color: #487532;
}

/*===============================================
<--start-testimonaials-section.style-home3 -->
================================================*/
.testimonaials-section.style-home3 {
  background: url(../images/testi-bg-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 116px 0 123px;
}

#testi-inner {
  background: url(../images/home/banner_reviews_aboutus.jpg);
}

.testimonaials-box.style-home3 {
  background: url(../images/testi-box-imgs.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 17px 30px 42px 112px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-top: 36px;
  margin-left: 36px;
}

.testimonaials-box.style-home3:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 11px;
  left: -8px;
  top: -10px;
  background: #487532;
  border-radius: 0 11px 0 0;
  z-index: -1;
}

.testimonaials-box.style-home3.style-inner {
  padding: 17px 30px 42px 30px;
}

.testimonaials-box.style-home3:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 100%;
  left: -11px;
  top: -9px;
  background: #487532;
  border-radius: 0 0 0 10px;
  z-index: -1;
}

.testimonaials-content-3.style-inner {
  text-align: center;
}

.testi-title-3 h4 a {
  font-size: 22px;
  font-weight: 500;
}

.testi-title-3 p {
  font-size: 16px;
  color: #0d0d0d;
  margin-top: -8px;
  margin-bottom: 18px;
}

.testimonaials-desc-3 p {
  font-size: 18px;
}

.testimonaials-desc-3.style-inner {
  text-align: center;
}

.testi-stars-icon-3 ul li {
  display: inline-block;
  float: right;
  position: relative;
  top: -27px;
  right: -6px;
}

.testi-stars-icon-3.style-inner ul li {
  position: relative;
  top: 14px;
  float: revert;
  right: -40%;
}

.testi-stars-icon-3 ul li i {
  display: inline-block;
  color: #6a6a6a;
  font-size: 15px;
  margin-right: 4px;
}

.fa-star.active {
  color: #ffc006;
}

.testi-quote-icon {
  position: absolute;
  top: 9px;
  left: 58px;
}

.testimonaials-thumb-3 {
  position: absolute;
  left: -37px;
  top: -27px;
}

/*===============================================
<--start-blog-section.style-home -->
================================================*/
.blog-section.style-home3 {
  padding: 98px 0 125px;
}

.blog-section.style-home3 .section-title.style-home-3 h4:before {
  left: -62px;
}

/*========================
<--start-breadcumb-area-->
==========================*/
.breadcumb-area {
  background: url(../images/banner_internos/banner_mencias_landscape.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 125px 0 125px;
  text-align: center;
}

.new_lawn_installation {
  background: url(../images/banner_internos/new_lawn_installation.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 125px 0 125px;
  text-align: center;
}

.landscape_maintenance {
  background: url(../images/banner_internos/landscape_maintenance.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 125px 0 125px;
  text-align: center;
}

.trees_and_plants {
  background: url(../images/banner_internos/trees_and_plants.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 125px 0 125px;
  text-align: center;
}

.irrigation_and_sprinkler {
  background: url(../images/banner_internos/irrigation_and_sprinkler.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 125px 0 125px;
  text-align: center;
}

.synthetic_grass_installation {
  background: url(../images/banner_internos/synthetic_grass_installation.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 125px 0 125px;
  text-align: center;
}

.patios_and_pavers {
  background: url(../images/banner_internos/patios_and_pavers.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 125px 0 125px;
  text-align: center;
}

.retaining_walls_and_paver {
  background: url(../images/banner_internos/retaining_walls_and_paver.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 125px 0 125px;
  text-align: center;
}

.fence_installation {
  background: url(../images/banner_internos/fence_installation.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 125px 0 125px;
  text-align: center;
}

.deck_installation {
  background: url(../images/banner_internos/deck_installation.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 125px 0 125px;
  text-align: center;
}

.pressure_washing {
  background: url(../images/banner_internos/pressure_washing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 125px 0 125px;
  text-align: center;
}

.breadcubm-title h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
}

.breadcubm-title ul li {
  display: inline-block;
  color: #fff;
  margin-left: 7px;
}

.breadcubm-title ul li a {
  display: inline-block;
  color: #fff;
}

/*========================
<--start-team-2-section-->
==========================*/
.team-section.style-tow {
  padding: 121px 0 103px;
}

.single-team-box-style-tow {
  margin-bottom: 20px;
}

.team-thumb-style-tow {
  position: relative;
  overflow: hidden;
}

.team-thumb-style-tow img {
  width: 100%;
}

.team-social-icon-style-tow {
  position: absolute;
  bottom: 35px;
  left: -78px;
  background: #fff;
  width: 118px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0 5px 5px 0;
  transition: 0.5s;
}

.single-team-box-style-tow:hover .team-social-icon-style-tow {
  left: 30px;
}

.team-social-icon-style-tow ul li {
  display: inline-block;
}

.team-social-icon-style-tow ul li i {
  display: inline-block;
  font-size: 13px;
  margin-left: 6px;
  color: #222;
  transition: 0.5s;
}

.team-social-icon-style-tow ul li i:hover {
  color: #487532;
}

.team-plus-icon-style-tow {
  position: absolute;
  bottom: 35px;
  left: 0;
}

.team-plus-icon-style-tow i {
  background: #487532;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}

.team-content-style-tow {
  text-align: center;
  box-shadow: 0px 5px 30px rgba(233, 233, 233, 0.72);
  background: #fff;
  transition: 0.5s;
  margin-top: -13px;
  position: relative;
  padding: 13px 0 29px;
}

.team-content-style-tow a {
  font-size: 30px;
  color: #1e182a;
  font-weight: 500;
  font-family: "Roboto";
}

.single-team-box-style-tow:hover .team-content-style-tow a {
  color: #487532;
}

.team-content-style-tow p {
  font-size: 16px;
  margin-top: -5px;
}

/*========================
<--start-agency-section-->
==========================*/
.agency-section {
  background: url(../images/home/welcome_mencias.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 90px 0 95px;
}

.agency-section .section-title.left {
  margin-bottom: 24px;
}

.agency-section .embar-1 {
  left: 183px;
}

.agency-section .embar-2 {
  left: 185px;
}

.agency-box-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.agency-box-icon i {
  background: #edf0f5;
  display: inline-block;
  height: 80px;
  width: 41px;
  text-align: center;
  line-height: 80px;
  margin-right: 16px;
  margin-top: 25px;
  color: #222;
  font-size: 18px;
  transition: 0.5s;
}

.agency-box-item:hover .agency-box-icon i {
  background: #f5c211;
  color: #fff;
}

.agency-content h4 {
  font-size: 25px;
  font-weight: 500;
  color: #0d0d0d;
  font-family: "Roboto";
}

.agency-content p {
  width: 66%;
  font-size: 16px;
  margin-top: -7px;
  line-height: 26px;
}

/*========================
<--contact-infor-section-->
==========================*/

.contact-infor-section {
  padding: 124px 0 114px;
}

.contact-infor-section .section-title.left {
  margin-bottom: 29px;
}

.contact-infor-section .embar-1 {
  left: 132px;
}

.contact-infor-section .embar-2 {
  left: 134px;
}

.google-map iframe {
  width: 82%;
  height: 580px;
  border-radius: 16px;
}

.google-map iframe .gm-style .place-card .place-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 14px;
  color: #487532 !important;
}

.contact-info {
  display: flex;
  align-items: center;
}

.contact-info-icon i {
  background: #edf0f5;
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  border-radius: 50px;
  font-size: 20px;
  color: #f5c211;
  margin-right: 27px;
  margin-top: 21px;
}

.contact-info-content h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 44px;
}

/*========================
<--contact-form-section-->
==========================*/
.contact-form-section {
  background: url(../images/contact-form-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0 124px;
}

.contact-form-section .contact-form {
  width: 100%;
  margin: auto;
}

.contact-form-section .input-box input {
  background: #edf0f5;
}

.contact-form-section .input-box textarea {
  background: #edf0f5;
}

/*==============================
<--shope-section-->
===============================*/

.shope-section {
  padding: 116px 0 99px;
}

/* product menu */
.product_menu {
  text-align: center;
  padding: 0 0 57px;
}

li.current_menu_item {
  color: #487532 !important;
}

.product_menu ul li {
  display: inline-block;
  list-style: none;
  cursor: pointer;
  padding: 0 0;
  color: #787878;
  position: relative;
  font-size: 18px;
  font-family: "Roboto";
  margin-right: 34px;
}

.product_menu ul li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #487532;
}

li.current_menu_item:before {
  background: #487532 !important;
  height: 2px;
  width: 100%;
}

.single-products-box {
  border: 1px solid #cfcfcf;
  padding: 13px 10px 20px;
  border-radius: 5px;
  transition: 0.5s;
  margin-bottom: 23px;
}

.single-products-box:hover {
  border: 1px solid #487532;
}

.products-thumb {
  position: relative;
  overflow: hidden;
}

.products-thumb img {
  width: 100%;
}

.products-icon {
  position: absolute;
  bottom: 31%;
  left: -16%;
  transition: 0.5s;
}

.single-products-box:hover .products-icon {
  left: 42%;
}

.products-icon ul li i {
  display: inline-block;
  background: #000;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 16px;
  transition: 0.5s;
}

.products-icon ul li i:hover {
  background: #487532;
}

.products-content {
  text-align: center;
  padding: 19px 0 0;
}

.products-title a {
  font-size: 20px;
  font-weight: 500;
  color: #0d0d0d;
  font-family: "Roboto";
  display: inline-block;
}

.single-products-box:hover .products-title a {
  color: #487532;
}

.products-title p.dolor {
  font-size: 15px;
  color: #0d0d0d;
  font-family: "Roboto";
}

.products-rating ul li {
  display: inline-block;
}

.products-rating ul li i {
  display: inline-block;
  color: #ffc207;
  font-size: 13px;
}

/*==============================
<--product-details-->
===============================*/
.product-details {
  padding: 124px 0 100px;
}

.products-details-content {
  box-shadow: 0 0 27px rgba(88, 88, 88, 0.1);
  padding: 7px 33px 44px;
}

.products-title h4 {
  font-size: 20px;
  text-transform: uppercase;
}

.products-details-reting ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 4px;
  color: #ff9d34;
}

.products-details-reting ul li.rating-text {
  color: #222 !important;
  font-size: 16px !important;
}

.pirce-box {
  margin-top: 12px;
}

.pirce-box span {
  display: inline-block;
  margin-right: 11px;
}

.pirce-box span.price {
  font-size: 20px;
  color: #487532;
  font-weight: 600;
}

.product-quantity {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.title h5 {
  font-size: 22px;
  margin-right: 22px;
  margin-top: -4px;
}

.point span {
  display: inline-block;
  cursor: pointer;
  margin: 0 -3px;
}

.minus {
  background: #487532;
  display: inline-block;
  width: 45px;
  height: 41px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 41px;
  text-align: center;
  cursor: pointer;
}

.num {
  border: 1px solid #487532;
  font-size: 22px;
  font-weight: 600;
  color: #222;
  width: 60px;
  height: 41px;
  line-height: 38px;
  text-align: center;
}

.plus {
  background: #487532;
  display: inline-block;
  width: 45px;
  height: 41px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 41px;
  text-align: center;
  cursor: pointer;
}

.products-features span {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 11px;
}

.products-features p {
  font-size: 16px;
  width: 85%;
  text-align: justify;
}

.chart-button a {
  display: inline-block;
  background: #487532;
  color: #fff;
  padding: 7px 14px;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 37px;
}

.chart-button i {
  display: inline-block;
  font-size: 15px;
  margin-right: 7px;
}

.preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}

.tab-content {
  overflow: hidden;
}

.tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.tooltip-inner {
  padding: 1.3em;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.products-item-title {
  padding: 34px 0 24px;
}

/*=================================
<--project-details-section-->
=================================*/
.project-details-section {
  padding: 123px 0 0;
}

.project-details-thumb img {
  width: 100%;
  margin-bottom: 29px;
}

.project-details-title h4 {
  font-size: 30px;
}

.project-details-desc p {
  text-align: justify;
  margin-top: 13px;
}

.project-info {
  background: #0d0d0d;
  padding: 6px 38px 27px;
  border-radius: 5px;
  margin-left: 20px;
}

.project-info h4 {
  font-size: 22px;
  color: #fff;
}

.project-info ul li span {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}

.project-info ul li {
  color: #fff;
  margin-bottom: 12px;
}

.project-info-social-icon ul li {
  display: inline-block;
}

.project-info-social-icon ul li i {
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  text-align: center;
  line-height: 36px;
  color: #487532;
  margin-left: 7px;
  margin-top: 11px;
}

/*=================================
<--start-service-detials-area -->
=================================*/

.service-detials-area {
  padding: 125px 0 95px;
}

/*widget search*/

.widget_search {
  padding: 30px 30px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
}

.widget_search form {
  position: relative;
}

.widget_search input {
  border-radius: 4px;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  position: relative;
  color: #222;
  border: 0;
  border: 2px solid #487532;
  outline: 0;
}

button.icons {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: #487532;
  border-radius: 0 4px 4px 0;
}

/*widget categories box*/

.widget-categories-box {
  background: #fff;
  padding: 42px 40px 25px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
}

/*title*/

.categories-title h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 2px solid #487532;
  padding: 0px 0 15px;
  margin: 0 0 30px;
  position: relative;
  padding-left: 10px;
}

.categories-title h4:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 24px;
  width: 3px;
  background: #487532;
}

/*categories menu*/

.widget-categories-menu ul {
  display: block;
}

.widget-categories-menu ul li {
  display: block;
  list-style: none;
  margin-bottom: 15px;
  background: transparent;
  padding: 16px 20px 16px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #487532;
  position: relative;
  z-index: 1;
}

.widget-categories-menu ul li:hover {
  border: 2px solid #487532;
}

.widget-categories-menu ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #487532;
  transition: 0.5s;
  z-index: -1;
}

.widget-categories-menu ul li:hover:before {
  width: 100%;
}

.widget-categories-menu ul li a {
  display: block;
  color: #487532;
  transition: 0.5s;
}

.widget-categories-menu ul li a span {
  display: inline-block;
  float: right;
  background: #f5c211;
  height: 22px;
  width: 22px;
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
  color: #fff;
  line-height: 22px;
  transition: 0.5s;
}

.widget-categories-menu ul li:hover a span {
  background: #fff;
  color: #487532;
}

.widget-categories-menu ul li:hover a {
  color: #fff;
}

.pdf-button a {
  display: block;
  background: #487532;
  padding: 15px 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.pdf-button a i {
  float: right;
  font-size: 20px;
  margin-top: 2px;
}

/* Sidber Recent Post */

.sidber-widget-recent-post {
  margin-bottom: 20px;
  background: #f3f3f5;
  overflow: hidden;
}

.recent-widget-thumb {
  float: left;
  margin-right: 25px;
}

.sidber-widget-recent-post .recent-widget-content {
  padding-top: 20px;
}

.sidber-widget-recent-post .recent-widget-content a {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.recent-widget-content a:hover {
  color: #487532;
}

.sidber-widget-recent-post .recent-widget-content span i {
  margin-right: 7px;
  color: #222;
}

.recent-widget-content span {
  font-size: 14px;
  color: #487532;
  padding-top: 7px;
  display: block;
}

/* Sidber Achivement CSS */

.widget-achivement ul li {
  list-style: none;
  margin-bottom: 6px;
}

.widget-achivement ul li a i {
  font-size: 17px;
  margin-right: 3px;
}

.widget-achivement ul li a {
  font-weight: 600;
  transition: 0.5s;
}

.widget-achivement ul li a span {
  float: right;
}

.widget-achivement ul li a:hover {
  color: #487532;
}

/* Sidber Widget Gallery CSS */

.widget-gallery {
  overflow: hidden;
}

.widget-gallery-thumb {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* Sidber Widget Tags CSS */
.widget-tags a {
  display: inline-block;
  border: 2px solid #487532;
  padding: 3px 20px;
  margin: 4px 3px;
  border-radius: 2px;
  color: #487532;
  font-weight: 500;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}

.widget-tags a:before {
  position: absolute;
  content: "";
  left: -2px;
  top: 0px;
  height: 102%;
  width: 0%;
  background: #487532;
  z-index: -1;
  border-radius: 3px;
  transition: 0.5s;
}

.widget-tags a:hover {
  color: #fff;
  border-color: #487532;
}

.widget-tags a:hover:before {
  width: 102%;
}

/* Service Details Content CSS */

.service-details-main-title {
  padding: 20px 0 18px;
}

.service-details-main-title h1 {
  font-size: 36px;
  text-transform: capitalize;
}

.service-details-text p {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 10px;
}

.service-details-video-thumb {
  position: relative;
  padding-top: 20px;
}

.service-details-overview-title {
  padding: 22px 0 15px;
}

.service-details-overview-title h2 {
  font-size: 30px;
}

.service-details-overview-text p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 10px;
}

.service-details-overview-text p {
  text-align: justify;
}

.service-details-overview-list ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  padding-right: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.service-details-overview-list ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  height: 12px;
  width: 12px;
  background: #f5c211;
  border-radius: 50%;
}

.service-details-choose-us {
  padding-bottom: 10px;
}

.service-details-choose-us-title {
  padding: 5px 0 15px;
}

.service-details-choose-us-title h2 {
  font-size: 30px;
}

.service-details-box {
  background: #f3f3f5;
  padding: 30px 30px 21px;
  margin-bottom: 30px;
  position: relative;
  margin-top: 20px;
}

.service-details-number {
  position: absolute;
  right: 60px;
}

.service-details-number h2 {
  font-size: 48px;
  text-transform: none;
  margin: 0;
  margin: 0;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0e1317;
  opacity: 0.5;
}

.service-details-icon i {
  font-size: 50px;
  color: #f5c211;
}

.service-details-content h2 {
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.service-details-thumb img {
  width: 100%;
}

.service-details-video-thumb-inner img {
  width: 100%;
}

.service-details-content p {
  font-size: 16px;
}

/*=================================
<--start-blog-detials-area -->
=================================*/

.blog-detials-area {
  padding: 124px 0 125px;
}

.blog-detials-area.blog-tow-column {
  padding: 150px 0 120px;
}

.blog-detials-area.blog-list {
  padding: 150px 0 120px;
}

.blog-details-main {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}

.blog-details-meta {
  background: #f3f3f5;
  padding: 16px 30px;
}

.blog-details-meta span {
  margin-right: 30px;
}

.blog-details-meta span i {
  color: #487532;
  padding-right: 5px;
}

.blog-details-content {
  padding: 20px 0 18px;
}

.blog-details-content h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-details-thumb img {
  width: 100%;
}

.blog-details-des {
  padding: 30px 0 10px;
}

.blog-details-blockquote {
  background: rgba(255, 56, 56, 0.9);
  padding: 40px 38px 26px;
  position: relative;
  margin-bottom: 10px;
}

.blog-details-blockquote::before {
  position: absolute;
  content: "";
  background: url(../images/resource/quite.png);
  top: 40px;
  left: 60px;
  height: 75px;
  width: 75px;
  background-repeat: no-repeat;
}

.blog-details-blockquote blockquote {
  font-size: 18px;
  color: #0e1317;
  font-weight: 500;
  font-family: "Open Sans";
}

.blog-details-video-thumb {
  margin-top: 30px;
  position: relative;
}

.blog-details-video-thumb img {
  width: 100%;
}

.blog-details-video-thumb-inner img {
  width: 100%;
}

.video-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding-top: 8px;
}

.video-icon a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  position: relative;
  color: #487532;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
  background: #fff;
  font-size: 25px;
  z-index: 1;
}

@keyframes ripple-blue {
  0% {
    -webkit-box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3);
  }

  100% {
    -webkit-box-shadow:
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3),
      0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow:
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3),
      0 0 0 30px rgba(255, 255, 255, 0);
  }
}

.blog-details-content h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
}

.blog-details-content-list {
  margin-bottom: 30px;
}

.blog-details-content-list p i {
  font-size: 14px;
  height: 32px;
  width: 32px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 31px;
  border-radius: 100%;
  margin-right: 15px;
}

.blog-detials-area .blog-content {
  padding: 20px 30px 38px;
}

.blog-details-button a {
  display: inline-block;
  border: 2px solid #487532;
  padding: 3px 20px;
  position: relative;
  z-index: 1;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
}

.blog-details-button a:before {
  position: absolute;
  content: "";
  left: -2px;
  top: -1px;
  height: 104%;
  width: 104%;
  background: linear-gradient(to right, #487532 6%, #487532 96%);
  z-index: -1;
  border-radius: 3px;
  transition: 0.5s;
}

.blog-details-button a.active {
  border-color: #487532;
  background: transparent;
  color: #487532;
  transition: 0.5s;
  margin-left: 10px;
}

.blog-details-button a.active:before {
  background: transparent;
}

.blog-details-button a.active:hover:before {
  background: linear-gradient(to right, #487532 6%, #487532 96%);
}

.blog-details-button a.active:hover {
  color: #fff;
  border-color: #487532;
}

.blog-details-social {
  text-align: right;
}

.blog-details-social a {
  display: inline-block;
  border: 2px solid #487532;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  transition: 0.5s;
  margin-left: 5px;
}

.blog-details-social a:hover {
  background: #487532;
  border-color: #487532;
  color: #fff;
}

/* Blog Details Author */

.blog-details-author {
  border-top: 2px solid #ced3d9;
  padding-top: 40px;
  margin-top: 32px;
}

.blog-details-author-inner {
  background: #f3f3f5;
  padding: 30px 30px 25px;
}

.blog-details-author-thumb {
  float: left;
  margin-right: 30px;
}

.blog-details-author-content h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 12px;
}

/* Comment CSS */

.blog-details-comment {
  margin-bottom: 10px;
  position: relative;
}

.blog-details-comment-thumb {
  float: left;
  margin-right: 30px;
}

.blog-details-comment-content {
  overflow: hidden;
}

.blog-details-comment-content h2 {
  font-size: 18px;
  margin-top: 0;
}

.blog-details-comment-content span {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

.blog-details-comment-reply {
  position: absolute;
  right: 25px;
}

.blog-details-comment-reply a {
  background: linear-gradient(to right, #487532 6%, #487532 96%);
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
}

.blog-details-comment.reply {
  margin-left: 70px;
  padding-top: 35px;
  border-top: 2px solid #487532;
}

/* Blog Details Contact */

.blog-details-contact {
  border-top: 2px solid #487532;
  margin: 12px 20px 10px;
  padding-top: 8px;
}

.input-box input {
  outline: oldlace;
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid #eeee;
  padding: 0 20px;
}

.input-box textarea {
  width: 100%;
  height: 200px;
  outline: 0;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 12px 23px 0;
}

.input-button button {
  background: #487532;
  color: #fff;
  border: transparent;
  padding: 12px 18px;
  border-radius: 5px;
  margin-top: 28px;
}

/*=================================
<--start-scroll-up-area-->
=================================*/

.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #487532 0%, #487532 100%);
  background-image: -webkit-linear-gradient(0deg, #487532 0%, #487532 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to right, #487532 0%, #487532 100%);
  background-image: -ms-linear-gradient(0deg, #487532 0%, #487532 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 30px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #487532;
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 45px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background-image: -moz-linear-gradient(0deg, #487532 0%, #487532 100%);
  background-image: -webkit-linear-gradient(0deg, #487532 0%, #487532 100%);
  border-radius: 100%;
}

.top-wrap .go-top-button:hover {
  background-color: #222;
  color: #fff;
}

@keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

/*===========================
<-- Loader Css -->
=============================*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 9999;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #487532;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #f5c211;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}

/*QYICKACCEES*/

.z-999 {
  z-index: 999;
}

.w-100 {
  width: 100%;
}

.bottom-0 {
  bottom: 0;
}

@media (max-width: 1400px) {
  .linea_new {
    top: -12px !important;
  }
}

@media (max-width: 767px) {

  /*Inicio de quickacces*/
  .justify-content-around {
    justify-content: space-around;
  }

  .d-flex {
    display: flex;
  }

  .row-o {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }

  .row-o>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }

  .col-auto {
    flex: 0 0 auto !important;
    width: auto;
  }

  .position-relative {
    position: relative !important;
  }

  .position-fixed {
    position: fixed;
  }

  /*fin de quickacces*/
}

.contenedor {
  height: 190px;
  width: 100%;
  margin-top: 0px;
  overflow: auto;
  box-sizing: border-box;
  text-align: left;
  padding-right: 20px;
  margin-bottom: 25px;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor::-webkit-scrollbar {
  -webkit-appearance: none;
}

.contenedor::-webkit-scrollbar:vertical {
  width: 10px;
}

.contenedor::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}

.contenedor::-webkit-scrollbar:horizontal {
  height: 10px;
  scrollbar-height: 10px;
}

.contenedor::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  height: 50px;
}

.contenedor::-webkit-scrollbar-track {
  border-radius: 10px;
}

/*ESTILOS AÑADIDOS*/

a.active {
  color: #487532 !important;
}

.meta-blog span {
  font-size: 14px;
}

.title_services {
  margin-top: -20px;
  margin-bottom: -10px;
}

.title_services a {
  margin-bottom: 10px;
}

.blog-content p {
  margin-top: 20px;
}

.section-services {
  padding: 90px 0 100px !important;
}

.row-services div {
  margin-bottom: 15px;
}

.icon_reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5c211;
  color: #fff;
  width: 70px;
  height: 70px;
  /* line-height: 70px; */
  text-align: center;
  border-radius: 100%;
  /* font-size: 20px; */
}

.widget-categories-menu ul li.active1 {
  background: #487532;
}

li.active1:before {
  background: #487532 !important;
}

.widget-categories-menu ul li.active1 a {
  color: #fff;
}

.widget-categories-menu ul li.active1 a span {
  background: #fff;
}

.widget-categories-menu ul li.active1 a span i {
  color: #487532;
}

.service-details-main-title {
  margin-top: -30px;
}

span.name_website {
  top: 10px;
  position: relative;
}

.section-title.new h4 {
  color: #487532 !important;
}

.section-title.new h1 {
  color: #000 !important;
}

p.subtitle {
  text-align: center;
  margin: auto;
}

img.logo-reviews {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.reviews_img {
  background-color: #fff !important;
}

.contact_info {
  margin-top: -100px;
}

.ssl {
  margin-top: 10px;
}

img.logo_ssl {
  width: 115px;
  border-radius: 100%;
}

a.btn_footer {
  background-color: #f5c211;
  /* color: #fff; */
  color: #000;
  padding: 15px 40px;
}

.content_btn_footer {
  text-align: center;
  /* margin-top: 20px; */
}

.copyriht {
  text-align: right;
  margin-top: 60px;
}

a.text_copy {
  color: #fff;
}

.widget-achivement ul li a i {
  color: #f5c211;
}

img.logo_header {
  position: absolute;
  width: 210px;
  top: 0px;
}

.sticky img.logo_header {
  width: 160px;
  position: relative;
}

.btn-formularios {
  text-align: center;
}

.btn_form {
  background-color: #487532 !important;
  border-color: #487532 !important;
}

.btn_form:hover {
  background-color: #f5c211 !important;
  border-color: #f5c211 !important;
}

.content_logo_mobile {
  display: none;
}

img.logo_reviews_one {
  border-radius: 100%;
}

img.logo_reviews_two {
  left: 85px;
}

.main-header.style-home3 {
  position: absolute;
  z-index: 9;
  width: 100%;
}

.hero-content {
  top: 50px;
}

.section-button {
  margin-top: 25px;
}

.owl-prev {
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  left: 20px;
  background-color: #487532 !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.owl-next {
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  right: 20px;
  background-color: #487532 !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.slider_list .owl-nav {
  display: block;
}

.scroll-area {
  display: block;
}

.linea_new {
  left: 65%;
}

p.text_cuadros {
  height: 50px;
}

.content_reviews {
  position: relative;
}

i.icon_mencias {
  color: #f5c211;
  /* font-size: 45px; */
  font-size: 35px;
  /* left: 30px; */
  position: relative;
}

i.icon_mencias_two {
  color: #fff;
  font-size: 40px;
  position: relative;
  top: 10px;
}

i.icon_mencias_about {
  color: #f5c211;
  font-size: 45px;
  left: 0px;
  position: relative;
}

.working-process-content h4 {
  line-height: 26px;
  font-size: 23px;
  margin-bottom: 20px;
}

p.text_why_chose {
  height: 100px;
}

a.text_normal {
  text-transform: lowercase;
}

p.text-color {
  color: #6a6a6a;
  font-size: 16px;
}

div#sticky-header {
  position: relative;
  z-index: 9;
  width: 100%;
}

@media (max-width: 767px) {
  p.text_cuadros {
    height: auto;
  }

  .mean-container a.meanmenu-reveal {
    float: left;
  }

  .mean-container .mean-bar::before {
    content: "Menu";
    font-size: 20px;
    left: 50px;
  }

  .content_logo_mobile {
    text-align: center;
    display: block;
    margin-top: 65px;
    margin-bottom: 10px;
  }

  .mean-container .mean-bar {
    background: #487532;
  }

  .footer-logo {
    text-align: center;
  }

  .mobile-menu-area.d-sm-block.d-md-block.d-lg-none {
    position: absolute;
    width: 100%;
    z-index: 99;
  }

  .breadcumb-area {
    padding: 90px 0 80px !important;
  }

  .breadcumb-content {
    position: relative;
    top: 20px;
  }

  .mean-container .mean-nav ul li {
    background: #f8f8f8;
  }

  .mean-container .mean-nav ul li li a {
    color: #232323;
    opacity: inherit;
    font-weight: 400;
  }

  .breadcubm-title h1 {
    line-height: 40px;
    font-size: 30px;
  }

  .content-main {
    display: flex;
    flex-flow: row wrap-reverse;
  }

  .service-details-main-title h1 {
    font-size: 30px;
    margin-top: 20px;
  }

  i.icon_reviews {
    margin-right: 15px;
  }

  .contact-infor-section {
    padding: 124px 0 15px;
  }

  .slider_list .owl-nav {
    display: none;
  }

  .scroll-area {
    display: none;
  }

  p.text_why_chose {
    height: auto;
  }

  .slogan-content {
    position: relative;
    left: 0% !important;
  }

  .hero-section.home-3 {
    background-position: left !important;
  }

  .slogan-content {
    margin-top: -30%;
  }

  .section-title h4 {
    line-height: 30px;
  }

  .linea_new {
    left: 35%;
    top: -15px !important;
  }

  i.icon_mencias {
    font-size: 30px;
    /* top: 22px; */
    /* left: 30px; */
    position: relative;
  }

  .testimonaials-section.style-home2 .embar-2,
  .working-section .embar-2,
  .service-section-tow .embar-2,
  .embar-2 {
    top: -15px;
  }

  .working-process-section .embar-2 {
    top: -15px !important;
    left: 160px !important;
  }

  ul.list_links li {
    display: inline-block;
    width: 45%;
  }

  .copyriht {
    text-align: left;
    margin-top: 15px;
  }

  .video-button {
    left: 140px !important;
    top: -63px;
  }

  h4.sub_free {
    margin-bottom: 0px;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .breadcumb-content {
    position: relative;
    top: 0px;
  }
}

/* Estilos para iPads (tabletas, 768px a 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .mean-container a.meanmenu-reveal {
    float: left !important;
  }

  .mean-container .mean-bar::before {
    left: 60px;
  }

  .slogan-content {
    left: 0 !important;
  }

  .hero-content.style-home3 h1 {
    font-size: 65px;
    line-height: 65px;
  }

  .hero-section.home-3 {
    background-position-x: 15% !important;
  }

  .header-contact-content.style-home3 a {
    font-size: 12px;
  }

  .content_logo_mobile {
    display: block;
    text-align: center;
  }

  .content-main {
    display: flex;
    flex-flow: row wrap-reverse;
  }

  .order-lg-0 {
    order: 0 !important;
  }
}

@media (min-width: 768px) {
  .blog-content p {
    height: 120px;
  }
}

@media (min-width: 992px) {
  .order-lg-0 {
    order: 1 !important;
  }

  .content_logo_mobile {
    display: none;
  }
}

@media (min-width: 1400px) {
  .order-lg-0 {
    order: 0 !important;
  }
}

/* Estilos para tabletas en modo horizontal */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .content_logo_mobile {
    display: none;
  }

  .about-thumb img {
    width: 100%;
  }

  .single-feature-box {
    height: 350px;
  }

  .feature-content h4 {
    line-height: 40px;
  }

  .header-menu ul li a {
    font-size: 15px;
  }

  .content-main {
    display: flex;
    flex-flow: row wrap-reverse;
  }
}

.mean-expand {
  width: 30px !important;
}

.hero-single-shape {
  min-width: 135px;
  max-width: 140px;
  position: relative;
  aspect-ratio: 141 / 98;
}

.hero-single-shape img {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
}