.clt_categoryitem-grid {
  display: inline-block;
  padding: 10px;
  height: 100%;
  width: 100%;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  color: #00456A;
  text-align: center;
  background: #fff;
  font-weight: 400;
}
.clt_categoryitem-grid .bg {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  margin: 20px auto;
  background: #f1f1f1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.clt_categoryitem-grid .bg i {
  position: relative;
  top: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* left: 8px; */
  font-size: 40px;
  color: #2d8fd0;
}
.clt_categoryitem-grid:hover {
  text-decoration: none;
  border: 1px solid #fb9400;
  background-color: transparent;
}
.clt_categoryitem-grid:hover i {
  color: #fb9400;
}