.breadcrumbs {
  padding: 150px 0 50px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: bottom;
  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;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  color: #fff;
}


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

.contact .info-box {
  color: #fff;
  text-align: center;
  box-shadow: 0 0 5px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff0;
  height: 100%;
}
.contact .info-box i {
  font-size: 32px;
  color: #75256c;
  border-radius: 50%;
  padding: 10px;
  border: 2px dotted #75256c;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #75256c;
  font-weight: 700;
  margin: 10px 0;
}


.contact .php-email-form {
  box-shadow: 0 0 5px rgba(214, 215, 216, 0.6);
  padding: 47px 30px;
  background: #0000;
}
.form-control::placeholder {
  color: #75256c;
  opacity: 1;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #75256c;
  background-color: #0000;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



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