#header {
  transition: all 0.5s;
  z-index: 997;
  background: rgba(0, 0, 0, 0.0);
  height: 80px;
}
#header.header-scrolled {
  background: none;
  height: 30px;
  top: 0px;
  margin: 0px;
  padding: 0px;
}

.breadcrumbs {
  padding: 300px 0px 40px 0;
  min-height: 40px;
  background: url("../img/bg/profile-3.jpg") center top no-repeat fixed;
    background-position-x: center;
    background-position-y: top;
    background-attachment: fixed;
    background-size: auto;
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  margin-top: 0px;
  position: relative;
}
.breadcrumbs::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 700;
  color: #E7C75B;
  z-index: 1;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  z-index: 1;
}
.breadcrumbs ol li {
  color: #E7C75B;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #E7C75B;
  content: "/";
}
.breadcrumbs ol li a{
  color: #E7C75B;
}

#mission-vision {
  background: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.80)), url(../img/bg/preamable-1.jpg) fixed center center;
    background-size: auto, auto;
  background-size: auto, auto;
  background-size: cover;
  padding: 60px 0;
}

#mission-vision h1 {
  font-size: 25px;
  color: #E7C75B;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 10px 0;
}
#mission-vision div img {
  border-radius: 10px;
}
#mission-vision h3 {
  color: #E7C75B;
}
#mission-vision p {
  padding: 0;
  margin: 10px 0 10px 0;
  color: #E7C75B;
  text-align: center;
}
#mission-vision ul ol {
  color: #E7C75B;
  padding: 7px 0px;
  text-align: justify;
}

#footer .footer-top {
  background: #0c0c0c;
  padding: 60px 0px 30px 0px;
}
#mission-vision p i {
  color: #E7C75B;
}

/*********
#footer .footer-top {
  background: url("../img/bg/2.jpg") center top no-repeat fixed;
    background-size: auto;
  background-size: cover;
  padding: 60px 0px 30px 0px;
  position: relative;
}
#footer .footer-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
**********/


