.slider-bg .text2 .btn.ss-btn.active {
  background: #080808;
  border: 2px solid #111112;
  color: #fff;
}
.f-widget-title img {
  width: 250px;
}
.about-text {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(118, 194, 27) 0%,
    rgb(167, 218, 66) 100%
  );
  background-image: -webkit-linear-gradient(90deg, #039601 0%, #039601 100%);
  background-image: -ms-linear-gradient(
    90deg,
    rgb(118, 194, 27) 0%,
    rgb(167, 218, 66) 100%
  );
  box-shadow: 3px 1.732px 54px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 201px;
  height: 113px;
}
button.btn.btn-light.w-100 {
    background: black;
    color: white;
}
.slider-content h5 {
  color: #fff;
  margin-bottom: 15px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(51 194 27 / 96%),
    rgb(167, 218, 66) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(51 194 27 / 96%) 0%,
    rgb(43 182 46) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(118, 194, 27) 0%,
    rgb(167, 218, 66) 100%
  );
  text-transform: uppercase;
  font-size: 22px;
  border-radius: 4px;
  padding: 10px 20px;
  display: inline-block;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  overflow-wrap: break-word;
}
.btn.ss-btn {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(118, 194, 27) 0%,
    rgb(167, 218, 66) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(27 194 31) 0%,
    rgb(73 218 66) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(118, 194, 27) 0%,
    rgb(167, 218, 66) 100%
  );
}
.about-text {
  background-image: white;
  padding: 30px;
  height: 201px;
  height: 113px;
}
.about-text {
  padding: 30px;
  height: 201px;
  height: 113px;
  background: white;
  margin-bottom: 50px;
  right: 50px;
}
.footer-bg {
  color: #ffffffb3;
  background: #0b0b0c;
}
span.plus {
  font-size: 48px;
  color: black;
  margin-left: 10px;
  font-weight: 900;
}
.copyright-wrap {
  background: #039601;
}
.features-area .btn.ss-btn {
  background: #101111;
}
.j11 {
  text-align: justify;
}

@media (max-width: 767px) {
  .button-group {
    display: block;
    overflow: scroll;
  }
  .button-group button {
    margin: 0 4px;
    width: 100%;
  }
}
.f-widget-title img {
    width: 252px;
    background: white;
    border-radius: 10px 70px 10px 70px;
    padding:14px;
}
.f-contact span {
    position: relative;
     top: 0px !important; 
}