.footer-social ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
}
.footer-social ul li{
  padding: 0 10px 0 0;
  margin: 0;
}
.footer-social ul li:before{
  display: none;
}
.footer-social ul li:last-of-type{
  padding: 0;
}
.footer-social ul li a i {
    color: #1C2F80;
  font-size: 20px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.footer-social ul li a{
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
    text-decoration: none;
  border: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.footer-social ul li a:hover i{
   color:#000;
  
}
