/* --------------- 
Breadcrumbs 
--------------- */
.line:after {
  content: "";
  max-width: 400px;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(45deg, var(--gp-color-primary-light), var(--gp-color-primary-dark));
  position: absolute;
  top: 7px;
  left: 0;
}
.breadcrumb_seo .breadcrumb .breadcrumb-item:first-child::before{
  font-family: Font Awesome\ 5 Free;
  content: '\f015' !important;
  font-weight: 900;
  margin-right: 0.5rem;
}