.services {
  z-index: 2;
}
.services .services-agileinfo {
  width: 100%;
}
.services .services-icon {
  width: 120px;
  height: 120px;
}
.services .hvr-radial-in:before {
  opacity: 0;
}
.services .aligncenter {
  text-align: center;
}
.services .titleblock {
  border: 2px solid #6bcad2;
  margin-top: -50px;
  padding-top: 50px;
  padding-bottom: 1em;
}
.services .titleblock .titleblockheight {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.services .titleblock .stand {
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.services .titleblock .txt {
  max-width: 99%;
  white-space: normal;
  text-align: center;
}
.services .titleblock .txt a:hover {
  text-decoration: none !important;
}
.services .subtitleblock h4 {
  padding: 15px 0;
}
.single_service {
  display: none;
  border: 2px solid #6bcad2;
  padding: 1em;
}
.single_service.active {
  display: block;
}
.single_service figure {
  padding: 10px;
}
