/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;

  background: var(--erepair-gradient);
}

@media (max-width: 768px) {
  .page-header .page-header__inner {
    flex-direction: column;
    gap: 10px;
    align-items: start;
    justify-content: start;
  }
}

.page-header__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.05;
  animation: leftRight 4s ease-in-out infinite;
  z-index: -1;
}

.page-header__shape-1 img {
  width: auto;
}

.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;
  padding: 60px 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header__inner h3 {
  font-size: 32px;
  color: var(--erepair-white);
  font-weight: 600;
  letter-spacing: -1.8px;
  line-height: 0;
}

@media (max-width: 576px) {
  .page-header__inner h3 {
    font-size: 32px;
  }
}
.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: 600;
  line-height: 18px;
  color: var(--erepair-extra);
  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: 600;
  line-height: 18px;
  color: var(--erepair-extra);
  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-extra);
}

/* college breadcrumb */
.college-breadcrumb {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 576px) {
  .college-breadcrumb {
    flex-direction: column;
    align-items: start;
  }
}
.college-breadcrumb .college-img img {
  width: 100px !important;
  height: 100px;
  object-fit: contain;
  border-radius: 50rem;
  background: #fff;
  padding: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.college-breadcrumb .college-name-wrap .name {
  display: flex;
  align-items: center;

  font-size: 32px;
  color: var(--erepair-white);
  font-weight: 600;
  letter-spacing: -1.8px;
  margin-bottom: 10px;
}
.college-breadcrumb .college-name-wrap .name img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.college-breadcrumb .college-name-wrap .college-address {
  font-size: 20px;
  color: var(--erepair-white);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
