header.show {
box-shadow: 0px 10px 60px rgba(0, 0, 0, .1);
background: #998F8A !important;
}

/* breadcumb */
.breadcumb{
  display: block;
  background: #313840;
  padding: 60px 0;
  background-size: cover;
}
.breadcumb .main{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.main .bread{
  color: #fff;
  text-align: center;
  padding: 40px 0 0;
}
.bread .spacebread{
  padding: 0 5px;
}

.main .bread-title{
  text-transform: uppercase;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 auto;
  display: block;
}

.main .bread-subtitle{
  margin: 10px auto 0;
  display: inline-block;
}

.main .bread-subtitle a{
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

footer{
    font-weight: 400;
    background: #635B54;
    padding: 90px 0 0;
}