#site-footer{
    background-color: #284044 !important;
    color: white !important;
}
footer h6{
    color: #B6A089 !important;
}
footer ul li a{
    color: white !important;
}
#back-to-top-2 {
    position: fixed;
    z-index: 999;
    left: 45%;
    bottom: 30px;
    position: fixed;
    width: 200px;
  }


  @media only screen and (max-width: 1024px) {
    #back-to-top-2 {
        left: 40%;
    }
  }

  @media only screen and (max-width: 767px) {
    #back-to-top-2 {
        left: 25%;
    }
  }