.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; }
.input-group.header-search {
  width: 350px;
}
.section-padding {
  padding: 50px 0;
}
.section-padding-top {
  padding-top: 50px;
}
.section-padding-bottom {
  padding-bottom: 50px;
}
.section-head {
  margin-bottom: 30px;
}

.listing-docs-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.single-list-doc-item {
  text-align: center;
  box-shadow: 0px 4px 20px 13px rgb(0 0 0 / 6%);
  border-radius: 6px;
  background: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: start;
}
.single-list-doc-item .doc-title {
  font-size: 18px;
  line-height: 120%;
  margin: 0;
}
.home-social-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.doc-details-info table {
  width: 100% !important;
}

@media (max-width: 991.98px) {
  .mobile-menu-wrapper {
    display: block !important;
  }
  .navbar-left {
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
  }
  .listing-docs-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .input-group.header-search {
    width: 100%;
    margin-bottom: 6px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .section-padding-top {
    padding-top: 30px;
  }
  .section-padding-bottom {
    padding-bottom: 30px;
  }
  .section-head {
    margin-bottom: 20px;
  }
  .pb-8, .py-8 {
    padding-bottom: 2rem !important;
  }
  .pt-8, .py-8 {
    padding-top: 2rem !important;
  }
  .navbar-dark .navbar-brand {
    width: 100px;
  }
}
/*# sourceMappingURL=style.css.map */
