.svg-bg.svg-bg-lg .icon-svg {
    height: 2.5rem;
    width: 2.5rem;
}

@media (min-width: 992px) {
    .navbar-nav>.nav-item>.nav-link {
      position: relative;
    }

    .navbar-nav>.nav-item+.nav-item>.nav-link:before {
      content: "";
      display: block;
      position: absolute;
      width: 3px;
      height: 3px;
      top: 50%;
      left: -2px;
      background: rgba(0, 0, 0, 0.25);
      border-radius: 50%;
    }
  }
  .filter:not(.basic-filter) ul li a.active,
  .filter:not(.basic-filter) ul li a:hover,
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fab758 !important;
  }
  .navbar-stick:not(.navbar-dark) {
  box-shadow: 0 0 1.25rem rgba(30,34,40,.06) !important;
  background: rgba(255,255,255,.97) !important;
  }


  .table-style-02 {
    width: 100%
}

.table-style-02 td,
.table-style-02 th {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 15px
}

.table-style-02 tr:last-child td,
.table-style-02 tr:last-child th {
    border: 0
}

.table-style-02 th {
    width: 150px
}