  .admin-jumbotron {
    background-color: #f5f5f5;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
  }
  
  .admin-jumbotron:hover .jumbotron-overlay {
    opacity: 1;
  }
  .circle_fail {
  width: 200px;
  height: 200px;
  background-color: #ccc;
  display:flex;
  justify-content:center;
  border-radius: 100%;
}
.circle_success {
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  display:flex;
  justify-content:center;
  border: 1px solid  #898080;
  border-radius: 100%;
}
  .circle_content {
      color:white;
    align-self: center;
}
.percentage{
    text-align:center;
}
  
  .jumbotron-image {
    height: 200px;
    width: 100%;
  }
  
  .jumbotron-title {
    background-color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  
  .jumbotron-overlay {
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out;
    width: 100%;
    z-index: 2;
  }
  
  .jumbotron-content {
    padding: 20px;
    position: relative;
    z-index: 3;
  }
  .score
  {
      color:black;
  }
  .services .icon-box {
  text-align: center;
  border: 1px solid #fff;
  padding: 15px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0 5px 8px rgba(0,0,0,.20), 0 4px 8px rgba(0,0,0,.10);
}

.services .icon-box .icon {
  margin: 0 auto;
  display: flex;
 
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  transition: ease-in-out 0.3s;
}
.services .icon-box .icon i {
  color: #16df7e;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #5f687b;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #eaecef;
}

.services .icon-box:hover h4 a {
  color: #16df7e;

}
.services .icon-box:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.20), 0 4px 8px rgba(0,0,0,.10);
    transition: ease-in-out 0.3s;

}



 




