.block-number {
  text-align: center;
  font-weight: bold;
  font-size: 0.8125em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #191919;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .block-number:hover {
    opacity: 1; }
  .block-number::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #191919; }
  .block-number a:hover,
  .block-number a:focus {
    color: #191919; }

.demo-section .main-content .section,
.main-content .topbar,
.main-content .navbar,
.main-content .header,
.main-content .footer {
  margin: 30px 20px 100px;
  border: 1px solid #f5f6f7;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }

.main-content .navbar {
  position: static;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
.bg-dark {
  background-color: #f9f9f9 !important;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6 {
  color: #1e1d1d;
}
.formito-launcher {
display:none;
}
.nav-sidebar-hero>.nav-item>.nav-link {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0;
}

.nav-sidebar-hero .nav {
    font-size: 14px;
    overflow-y: scroll;
    max-height: 200px;
}
.doc img {
  border: 3px solid #eceaea;
}

@media screen and (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
  .mobile-fix {
    position: fixed;
    width: 100%;
    bottom: 17px;
    z-index: 99999;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .mobile-fix {
    display: none;
  }
  .desktop-hidden {
    display: none;
  }
}

b, strong {
  font-weight: 600;
  color: #3e3e3e !important;
}
.sub-active {
    -webkit-transition: none !important;
    transition: none !important;
    color: #50a1ff !important;
}