@media screen and (min-width: 768px) {
  .nopadd-ltf {
    padding-left: 0;
  }
  .nopadd-rth {
    padding-right: 0;
  }
  .nopadd {
    padding-left: 0;
    padding-right: 0;
  }
}
/**
*  Funfact Widget
*/
.funfacts {
  background-color: #7c49dd;
  padding: 105px 0;
}
@media screen and (max-width: 991px) {
  .funfacts {
    padding-bottom: 35px;
  }
}

.single-fun {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .single-fun {
    text-align: center;
  }
}
.single-fun img {
  max-width: 65px !important;
  margin-bottom: 30px;
  filter: invert(1);
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .single-fun img {
    margin: 0 auto 30px;
    max-width: 50px !important;
  }
}
@media screen and (max-width: 575px) {
  .single-fun img {
    margin: 0 auto 30px;
  }
}
.single-fun .count-box {
  color: #7c49dd;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 991px) {
  .single-fun .count-box {
    display: block;
  }
}
.single-fun .count-box span {
  font-size: 70px;
  font-weight: 700;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .single-fun .count-box span {
    display: block;
    margin-top: 20px;
    margin-right: 0;
    font-size: 50px;
  }
}
.single-fun .count-box h3.text {
  font-size: 27px;
  line-height: 1.2;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .single-fun .count-box h3.text {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .single-fun {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .single-fun {
    text-align: center;
  }
}
.single-fun.style2::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  border: 10px solid #fff;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 0.4;
  text-align: center;
  top: 34px;
}
.single-fun.style2 img {
  margin: 0 auto;
  opacity: 1;
  transition: all 0.3s;
  max-width: 80px !important;
}
.single-fun.style2 .count-box {
  display: block;
  text-align: center;
  margin-top: 17px;
  position: relative;
}
.single-fun.style2 .count-box span {
  margin: 30px 0;
  display: block;
  transition: all 0.3s;
}
.single-fun.style2 .count-box span.stat-count {
  opacity: 0;
  top: -60px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.single-fun.style2 .count-box h3.text {
  margin-top: 20px;
}
.single-fun.style2:hover img {
  opacity: 0;
}
.single-fun.style2:hover span.stat-count {
  opacity: 1;
}
.single-fun.style3 {
  position: relative;
  text-align: center;
}
.single-fun.style3 img {
  position: absolute;
  opacity: 0.1;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  max-width: 160px !important;
}
.single-fun.style3 .count-box {
  flex-direction: column;
}
.single-fun.style3 .count-box span, .single-fun.style3 .count-box h3 {
  display: block;
  text-align: center;
}
.single-fun.style3 .count-box span {
  display: block;
  line-height: 1;
}
.single-fun.style3 .count-box h3 {
  padding-top: 20px;
  margin-top: 15px;
  position: relative;
  margin-right: 0;
}
.single-fun.style3 .count-box h3:before {
  content: "";
  width: 80px;
  background-color: #fff;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}