.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}
.tp-caption.icon-container {
  display: block;
  text-align: center;
  width: 110px;
}
.tp-caption.icon-container .icon-sr {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #4cc3e9;
  text-align: center;
  margin: 0 auto;
}
.tp-caption.icon-container .icon-sr.color-1 {
  background: #79d2ef;
}
.tp-caption.icon-container .icon-sr.color-2 {
  background: #4cc3e9;
}
.tp-caption.icon-container .icon-sr.color-3 {
  background: #1fb4e3;
}
.tp-caption.icon-container .icon-sr.color-4 {
  background: #1791b8;
}
.tp-caption.icon-container .icon-sr i {
  font-size: 22px;
  line-height: 55px;
  color: #fff;
}
.tp-caption.icon-container .text-sr {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 12px;
  line-height: 40px;
  color: #45555f;
}