.footer-basic {
  padding: 40px 0;
  background-color: #ffffff;
  color: #4b4c4d;
  position: relative;
  width: 100%;
  bottom: 150;
  /* position: center;
  left: 0; 
   bottom: 0; */
}



.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;

}

