:root {
    --theme:rgba(128, 0, 32, 1);
    --themex5:rgba(128, 0, 32, .5);
  }
  .copyright {
    border-top: 1px dashed var(--theme);
  }
  .footer-area h3 {
    border-bottom: 1px dashed var(--themex5);
  }
  
  .logo_image {
    filter: hue-rotate(333deg);
  }
  .slides-navigation a {
    background: var(--theme);
  }
  .slides-pagination a.current {
    background: var(--theme);
    border: 2px solid var(--theme);
  }
  table tr:first-of-type > td, table th {
    color: var(--theme);
    border-bottom: 2px solid var(--theme);
  } 
  .navbar-light .navbar-toggler:hover {
      background: var(--theme);
  }
  .top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover {
      background: var(--theme);
  }

  .top-navbar .navbar-light .navbar-nav .nav-item .nav-link.altak:hover {
    background:#d0a772 !important;
  }