/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  background-color: var(--erepair-extra);
  overflow: hidden;
  z-index: 1;
}

.page-header__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  /* opacity: 0.05; */
  animation: leftRight 4s ease-in-out infinite;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.page-header__shape-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-header__img-1 {
  position: absolute;
  bottom: 0;
  right: 100px;
  animation: topBottom 3s ease-in-out infinite;
}

.page-header__img-1 img {
  width: auto;
}

.page-header__inner {
  position: relative;
  display: block;
  /* padding: 173px 0 167px; */
  padding: 80px 0 80px;
  z-index: 15;
}

.page-header__inner h3 {
  font-size: 60px;
  color: var(--erepair-black);
  line-height: 70px;
  font-weight: 600;
  letter-spacing: -1.8px;
  margin-bottom: 15px;
}

.thm-breadcrumb__inner {
  position: relative;
  display: block;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: var(--erepair-black);
  font-family: var(--erepair-font-2);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li + li {
  margin-left: 5px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: var(--erepair-black);
  font-family: var(--erepair-font-2);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--erepair-base);
  opacity: 1;
}

.thm-breadcrumb li span {
  font-size: 12px;
  color: var(--erepair-base);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
