.breadcrumbs {
  padding: 150px 0 50px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 0px;
}
.breadcrumbs::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
}
.breadcrumbs h1 {
  font-size: 45px;
  color: #fff;
  font-family: 'Open Sans',sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .breadcrumbs h1 {
    font-size: 22px;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  color: #fff;
}


#founder {
  background: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.50)), url(../img/bg/founder-1.jpg) fixed center center;
    background-size: auto, auto;
  background-size: auto, auto;
  background-size: auto, auto;
  background-size: cover;
  background: #fff;
  padding: 60px 0;
}

#founder {
	text-align: center;
}
#founder img {
  border: 10px solid #75256c;
  border-radius: 100%;
}
#founder h3 {
  color: #75256c;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px;
  padding: 15px 0px 5px 0px;
}
#founder p {
  color: #75256c;
  margin: 0px;
  padding: 3px 0px;
  line-height: 24px;
  font-size: 14px;
}


.footer {
  color: #fff;
  background: url("../img/footer-bg.html") top center no-repeat;
    background-size: auto;
  background-size: cover;
  font-size: 14px;
  padding: 80px 0 60px 0;
  position: relative;
}
.footer::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  inset: 0;
}
