
/*-- Services --*/

.service-item {
  text-align: center;
  color: #999999;
}

.icon i {
  border-radius: 50%;
  border: 20px solid #172E92;
  color: #172E92;
  font-size: 28px;
  line-height: 80px;
  width: 120px;
  height: 120px;
}

.service-item h4 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #172E92;
  text-transform: uppercase;
  margin: 25px 0 20px 0;
}
.heading-section h2{
    padding: 0 0 40px;
}

/*-- End Services --*/