#header .logo > .inner {
  padding: 20px 0 0 0;
}
#header .logo {
  margin-top: 0px !important;
}
#usp.grey .inner{
  position:relative;
}
#headerImg .headers {
  height: 285px;
}
#usp.grey .item a:hover p {
  background: #365c75cc;
  text-decoration: none;
  line-height: 355px;
  color: #fff;
  letter-spacing: 1px;
  height: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#usp.grey .item:first-child a p {
  background:rgba(255, 255, 255, 0.8);
  color:rgb(59, 65, 64);
}
#usp.grey .item:nth-child(2) a p {
  background:rgba(0, 139, 90, 0.8);
}
#usp.grey .item:nth-child(3) a p {
  background:rgba(0, 111, 158, 0.7);
}
#usp.grey .item a p {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(255,255,255,0.8);
  padding: 12px 0;
  letter-spacing: 1px;
  height: 50px;
  position: absolute;
  bottom: 0;
  font-size: 20px !important;
  width: 100%;
  left: 0;
  margin: 0 auto;
  text-align: center;
  right: 0;
  z-index: 1;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}