#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/contact-1.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: bottom;
  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;
}

/*---- Address Area ----*/

#contact {
  background: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url(../img/bg/contact-2.jpg) fixed center center;
    background-size: auto, auto;
  background-size: auto, auto;
  background-size: auto, auto;
  background-size: cover;
  padding: 60px 0;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: capitalize;
  color: #E7C75B;
}

#contact .section-header h3 {
  font-size: 32px;
  color: #E7C75B;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #E7C75B;
}
#contact .contact-address {
  border: 1px solid #E7C75B;
  height: 100%;
  transition: 0.3s;
}


#contact .contact-phone {
  border: 1px solid #E7C75B;
  height: 100%;
  transition: 0.3s;
}

#contact .contact-email {
  margin-bottom: 20px;
  height: 100%;
  border: 1px solid #E7C75B;
  transition: 0.3s;
}
#contact .contact-info a {
  color: #E7C75B;
}
.form-control::placeholder {
  color: #E7C75B;
  opacity: 1;
}
#contact .contact-info a:hover {
  color: #FFD700;
  text-decoration: underline;
}
#footer .footer-top {
  background: #0c0c0c;
  padding: 60px 0px 30px 0px;
}
/*********
#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;
}
**********/


