.nsv9 {
  position: relative;
}

.nsv9::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(43, 97, 150, 0.9);
  z-index: 0;
}

.nsv9 .nsv9-content h2 {
  border-bottom: 1px solid #fff;
}

.nsv9 .nsv9-icon-wrapper {
  position: relative;
  background-color: #bf0a30;
  margin: auto;
  height: 117px;
  width: 117px;
  border-radius: 50%;
  transition: 0.4s;
}

.nsv9 .nsv9-icon-wrapper i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  transition: 0.4s;
}

.nsv9 a .nsv9-item:hover {
  background-color: #bf0a30;
}

.nsv9 .nsv9-item {
  display: block;
  padding: 20px;
  border-radius: 40px;
  transition: 0.4s;
}

.nsv9 .nsv9-item:hover {
  background-color: rgba(7, 67, 126, 0.6)
}

.nsv9 .nsv9-item:hover .nsv9-icon-wrapper {
  background-color: #002868;
}

.nsv9 .nsv9-item:hover .nsv9-icon-wrapper i {
  color: #bf0a30;
}

.nsv9 .nsv9-content {
  /* background-color: rgb(54, 108, 163); */
  transition: 0.4s ease;
  padding: 16px;
}

.nsv9 .nsv9-item:hover .nsv9-content {
  background-color: transparent;
}
.nsv9 .nsv9-item:hover .nsv9-content span{
  transition: all 0.35s ease-out;
}
.nsv9 .nsv9-item {
  padding: 20px 16px;
}

@media (min-width:992px) {
  .nsv9 .nsv9-content h2 {
    border-bottom: 1px solid #fff;
    height: 220px;
  }

  .nsv9 .nsv9-item {
    padding: 20px 16px 52px 16px;
  }
}