.about-us-bg {
  background-image: url("../../assets/images/sliders/download.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 300px;
  position: relative;
}

.about-us-overlay {
  min-height: 300px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  background-color: rgba(75, 54, 54, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-banner-content {
  color: #fff;
}

.about-banner-content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.41;
}

.about-banner-content h5 {
  font-size: 16px;
  line-height: 1.74;
  font-weight: 400;
}

.about_page {
  transition: all 0.5s;
}

.about_page:hover {
  color: #071d49;
  margin-top: -10px !important;
}

.breadcrumb-area {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f6f2ed;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0px;
  background-size: cover;
  z-index: 3;
  position: relative;
  background-image: url(assets/images/title-bar-01-bg.webp);
}

.breadcrumb-title {
  color: #333333;
  font-weight: 700;
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.41;
}

.breadcrumb-list {
  margin-top: 20px;
}

.breadcrumb-list li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600 !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.58;
  text-transform: uppercase;
}

.breadcrumb-list li a {
  position: relative;
}
