body {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  background-color: #ffffff;
}

.navbar-toggler {
  display: none;
}

.slider_item-box {
  text-align: center;
}

.miniicon {
  width: 20px;
  height: 20px;
}

.footer {position: fixed; bottom: 0; width: 100%;}
.footer {font-size: 10px; color: #bbb; float: left}
.footer a {font-size: 10px; color: #bbb; text-decoration: none}

.navbar-expand-lg {
  justify-content: center !important;
}

hr {
    border: none;
    border-top: 1px solid #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
}

hr:after {
    background: #fff;
    content: '~';
    padding: 0 4px;
    position: relative;
    top: -13px;
}