/*--------------- 8.footer-------------*/


.footer-c{
  padding: 2rem;
  font-size: 15px;
  background-color: white;
}
.bg-grey{
  background-color:#f8f9fa;
}
.footer-c ul{
  padding-inline-start: 0px;
}

.footer-c li,.copyright, footer a{
  color: #707070;
}

.footer-c a:hover, .footer-c a:focus{
  color: black;
}
.footer-c ul li, .footer-c .title{
  font-weight: 300;
  font-size: .875rem;
  list-style: none;
  line-height: 1.75rem;
}
.footer-c .container-fluid{
  border-bottom: 2px solid #DA4453;
  padding: 0;
}
.copyright{  
  text-align: right;
  margin-bottom: 15px;
}
.title{
  display: inline-block;
  margin-bottom: 0;
  line-height: 1rem;
}
.title::after{
  content:"";
  padding-right: 2px;
}

@media (max-width: 991px){
  .copyright{  
    text-align: left;
    font-size: .75rem;
  }
}
@media (max-width: 320px){
  .footer-c{
    padding: 1rem;
  }
  
}