.footer {
  clear: both;
  align-content: center;
  color: #555;
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin: auto;
  background: #f2f0f8;
  position: relative;
  height:78px;
}
.foot-contact{
  float:left;
  width:25%;
}
.contact-css{
  display: inline-block;
  height: 60px;
  width: 60px;
  background: #8d5ee4;
  color: #fff;
  border-radius: 40px;
  line-height: 60px;
  margin-right:16px;
  font-weight:bold;
}
.foot-contact a{
  color:#326dea
}
