/*Footer CSS start*/
footer.site-footer {
  background-color: #08090c;
  padding: 30px 0 30px;
  text-align: center
}

.footer-copyright-text{
  font-family: fira sans,sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #6d6d7f;
  margin-bottom: 0;
  line-height: 2em;
}
.sub-footer{
  background-color: #1d1d23;
  padding: 50px 0;
}
.sub-footer p{
  margin: 0;
}
.need-help-text{
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: rgb(109, 109, 127);
  font-weight: bold;
  position: relative;
  top: 1px;
}
.sub-footer-support-link {
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  color: rgb(192, 189, 180);
  transition: all linear 300ms;
}
.sub-footer-support-link:hover, .sub-footer-support-link:focus {
  text-decoration: none;
  color: #ffdb5e;
}
.sub-footer-logo{
  margin-bottom: 35px;
}
.footer-menu{
  margin: 30px 0;
}
.footer-menu ul{
  margin: 0;
  padding: 0;
}
.footer-menu ul li{
  list-style: none;
  display: inline-block;
  padding: 0 5px;
  position: relative;
}
.footer-menu ul li:after{
  content: '.';
  position: absolute;
  right: -4px;
  top: 0;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  color: rgb(94, 94, 118);
}
.footer-menu ul li:last-child:after{
  content: '';
}
.footer-menu ul li a {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgb(94, 94, 118);
  transition: all linear 300ms;
}
.footer-menu ul li a:hover, .footer-menu ul li a:focus {
  text-decoration: none;
  color: #ffe179;
}
/*Footer CSS End*/