.footer-social ul{
  padding: 0;
  margin:0;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: end;
}
.footer-social ul li{
  padding: 0 35px 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: rgb(244, 119, 35);
  font-size: 38px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.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;
  
}
