.service-itemq {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 12px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  box-shadow: 0 0 45px rgba(136, 134, 132, 0.945);
  transition: 0.5s;
  border-radius: 15px;
}

.service-itemq:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.service-itemq img {
  max-height: 50px;
  margin-bottom: 20px;
}

.service-itemq h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}

.service-itemq p {
  margin-bottom: 10px;
  font-size: 16px;
}

.service-itemq a {
  position: relative;
  font-size: 16px;
  color: #e60505;
  transition: 0.3s;
}
.service-itemq a::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  bottom: -3px;
  left: 10%;
  background: #e60505;
}

.service-itemq:hover a.btn {
  color: #092a49;
  background: #1d2434;
  border-color: #1d2434;
}

/* kkk  #0796fe */

.service-itemq {
  box-shadow: 0 0 45px rgba(136, 134, 132, 0.945);
  transition: 0.5s;
  border-radius: 15px;
}

.service-itemq:hover {
  background: var(--dkgrn);
}

.service-itemq * {
  transition: 0.5s;
}

.service-itemq:hover * {
  color: var(--light) !important;
}

/* ========= */
/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.fact .fact-item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 0 25px 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 0 45px rgba(240, 35, 8, 0.945);
  transition: 0.5s;
  /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s; */
}

.fact .fact-item:hover {
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

.fact .fact-item img {
  max-height: 50px;
  margin-bottom: 15px;
}

.fact .fact-item h2 {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}
