
  /*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
  position: relative;
  z-index: 1;
background: #63ba54; 
 
  }

.fun-facts-area::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .40;
  height: 100%;
  z-index: -1;
  background-image: url(../img/counter-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.single-fun-facts {
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-fun-facts h3 {
  position: relative;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 50px;
}

.single-fun-facts h3 .sign-icon {
  display: inline-block;
  font-size: 18px;
  margin-left: 2px;
}

.single-fun-facts p {
  line-height: initial;
  margin-top: 5px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}

.single-fun-facts .back-text {
  position: absolute;
  left: 0;
  color: #ffffff;
  right: 0;
  top: -5px;
  z-index: -1;
  opacity: .13;
  line-height: initial;
  font-size: 150px;
  font-weight: 700;
  font-style: italic;
}

.single-fun-facts:hover {
  /* background-color: #0000ff; */
  /* background-color: rgb(0 68 155); */
  background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgb(82 195 114) 0%, rgb(76 192 108) 100.2%);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-color: #ffffff; 
}
.sub_ca_sec .col-md-3{margin-bottom: 15px;}
.height-50 {
    width: 50px;
    height: 50px;
}