  @font-face {
  font-family: 'CircularStd';
  src: url(CircularStd-Bold.ttf);
}

@font-face {
  font-family: 'CircularStdMedium';
  src: url(CircularStd-Medium.ttf);
}

@font-face {
  font-family: 'CircularStdBlack';
  /* Regular */
  src: url(CircularStd-Black.ttf);
}

@font-face {
  font-family: 'CircularStdBook';
  /* mixed / regular*/
  src: url(CircularStd-Book.ttf);
}

footer{
  background: #313131;
}
footer .footer__{
  padding: 5rem 8rem 2.5rem 8rem;
}

footer .footer__ .paragraph{
  margin-top: 30px;
}

footer .footer__ .paragraph p{
  /* font-size: 14px; */
  font-family: CircularStdBook;
  color: #FFFFFF;
}

footer .footer__ .top-heading h4{
  font-size: 18px;
  font-family: CircularStd;
  color: #FFFFFF;
}

footer .footer__ .lists ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer__ .lists ul li{
  padding: 10px 0;
}

footer .footer__ .lists ul li a{
  font-size: 14px;
  font-family: CircularStdBook;
  color: #FFFFFF;
  text-decoration: none;
}
footer .footer__ .lists ul li p{
  font-size: 14px;
  font-family: CircularStdBook;
  color: #FFFFFF;
  margin-bottom: 0;
}

footer .lower-footer{
  text-align: center;
  padding: 1.5rem;
}

footer .lower-footer p{
  color: #FFFFFF;

}