
.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: 40px;
  color: #fff;
  font-family: 'Open Sans',sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .breadcrumbs h1 {
    font-size: 30px;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  color: #E7C75B;
}

#team {
  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;
}

#team {
  text-align: center;
}

#team h2 {
  color: #75256c;
  font-size: 30px;
  font-weight: 600;
}

#team .row.card-section div div .card {
  border-radius: 0px;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  background: white;
  margin: 10px 0px 15px 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-bottom: 5px solid #fff;
  transition: 0.3s;
}

#team .row.card-section div div .card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-bottom: 5px solid #75256c;
}

#team .row.card-section div div .card .card-img-top {
  border-radius: 0px;
}

#team .row.card-section div div .card .card-body {
  padding: 15px 15px 5px 15px;
  margin: 0px;
  background-position: center;
  background-size: cover;
}

#team .row.card-section div div .card .card-body .flag img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.64);
}

#team .row.card-section div div .card .card-title {
  margin: 5px 0px 5px 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 900;
  color: #75256c;
}

#team .row.card-section div div .card .card-subtitle {
  color: #75256c;
  font-size: 14px;
}

#team .row.card-section div div .card .card-body .card-title a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #75256c;
}

#team .value {
  background: #0000;
  padding: 10px 5px;
  box-shadow: 0px 0px 5px #fff;
  height: 100%;
}

#team .value h4 {
  font-size: 18px;
  font-weight: 600;
  color: #75256c;
}




.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;
}
