@import url("https://fonts.googleapis.com/css?family=Muli:300,400,400i,500,500i,700,700i,900&display=swap");

@import url("https://fonts.googleapis.com/css?family=Muli:300,400,400i,500,500i,700,700i,900&display=swap");






.footer {
  background: #074756;
  color: #fff;
}
.footer .main-footer {
  padding: 80px 0;
}
.footer .main-footer .logo {
  width: Auto;
  margin-bottom: 15px;
  padding-bottom: 32px;
}
.footer .main-footer .social-icon span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #0b9395;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: 24px;
}
.footer .main-footer .social-icon span:hover {
  background: #975123;
  color: #fff;
}
.footer .sub-footer {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #005656;
}

