/*
 * Custom CSS
 */

#articleContent h2,
#articleContent .h2 {
  font-size: 30px !important;
  margin-top: 24px;
  margin-bottom: 16px;
}

#articleContent h3,
#articleContent .h3 {
  font-size: 22px !important;
  color: #343a40 !important;
  margin-top: 18px;
  margin-bottom: 16px;
}

#articleContent h4,
#articleContent .h4 {
  font-size: 18px !important;
  color: #343a40 !important;
  margin-top: 16px;
  margin-bottom: 8px;
}

#articleContent ul,
#articleContent ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bg-custom {
  background-color: #0097ff !important;
}

.hc-header-logo {
  border-right: solid;
  border-width: 1px;
  border-color: #ffffff;
  padding-right: 15px;
}

.hc-header-sub-title {
  display: inline-block;
  padding-left: 10px;
}

.hc-header-sub-title h1 {
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}

.hc-search-form-input input {
  width: 100%;
  display: block;
  min-height: 60px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0 16px 0 64px;
  border-style: none;
  border-radius: 8px;
  background-position: 15px 14px;
  background-size: 32px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15), 0 20px 20px -7px rgba(0, 0, 0, .1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  outline: none;
}

.blur {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.blur:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07) !important;
}

/*------- promo box -------*/
.promo-box {
  background-color: var(--bs-card-bg);
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
}


.promo-box:last-child {
  margin-bottom: 0;
}

.promo-box.dark,
.dark .promo-box {
  background: #303132;
}

.promo-container {
  position: relative;
}

.promo-link {
  text-decoration: none;
  color: var(--bs-body-color);
}

.promo-icon {
  font-size: 40px;
  border-radius: 0.5rem;
  margin-top: -10px;
}

.promo-icon.bi {
  margin-top: -15px;
}

.promo-left .promo-container {
  padding-left: 60px;
}

.promo-left .promo-not-icon {
  padding-left: 0px !important;
}

.promo-left .promo-icon {
  position: absolute;
  float: left;
  left: 0;
}

h6.box-title {
  font-size: 24px;
}

.box-title {
  font-weight: 600;
  margin-bottom: 0;
}

.box-title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

.box-description {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

.bg-light-2 {
  background-color: #f1f2f3 !important;
}



.page-content-divider {
  border: 1px solid #ccc;
}

.sidebar .top-25 {
  top: 25px !important;
}

.categories a {
  text-decoration: none;
}

.categories a:hover {
  text-decoration: underline;
}

.article a {
  font-size: 18px;
  text-decoration: none;
}

.article a:hover {
  text-decoration: underline;
}

.breadcrumb a {
  color: var(--bs-body-color);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--bs-link-hover-color);
}

.breadcrumb-chevron {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  gap: .5rem;
}

.breadcrumb-chevron .breadcrumb-item {
  display: flex;
  gap: inherit;
  align-items: center;
  padding-left: 0;
  line-height: 1;
}

.breadcrumb-chevron .breadcrumb-item::before {
  gap: inherit;
  float: none;
  width: 1rem;
  height: 1rem;
}

.bi {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: currentcolor;
}

.footer-title-link {
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
}


@media (max-width: 767px) {
  .hc-header-sub-title {
    display: contents;
    padding-left: 10px;
  }

}