.services .icon span svg {
  width: 50px;
  height: 50px;
  fill: #cdb30c;
}

.services .icon span.active-icon svg {
  fill: #000 !important;
}

.services:hover .icon span svg {
  fill: #000;
}

.ftco-counter span svg {
  width: 40px;
  height: 40px;
}

.staff .img-wrap{
    height: 450px !important;
}