#bg_rek{

    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
}



.as {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.bg-my{
    background-color: #e9c595;
}

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #000; opacity: 0.5 }
  .copyright span,
  .copyright a {
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#fff; text-decoration: none; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #e9c595;
  color: #000;
  opacity: 0.5
}

.page-item.active .page-link{
    background-color: #e9c595;
  color: #000;
  border-color: #e9c595;
}

.page-item .page-link{
 background-color:  #00000075;color: #fff;
}