@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.woff?4vk7ao') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file_download:before {
  content: "\e900";
}

.icon-get_app:before {
  content: "\e900";
}

.icon-menu:before {
  content: "\e901";
}

.ns-dark {
  background-color: #333;
}

.ns-dark-1 {
  background-color: #282828;
}

.ns-light-text {
  color: #d4d4d4;
}

.ns-pd-16 {
  padding: 16px;
}

.ns-link {
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.bg {
  background-color: #9e9e9e24!important;
}

.ns-link:hover {
  background-color: #585858;
}

.vis {
  display: none;
  visibility: hidden;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Karma", sans-serif
}

.w3-bar-block .w3-bar-item {
  padding: 20px
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.iw-img {
  float: none;
}

.tb-space {
  margin-top: 20px;
  margin-bottom: 30px;
}

.rh-size {
  font-size: 14px;
}