.main-menu .navigation > li:hover > a {
  color: #eacba8;
}
.services-section-two .image-layer {
  background-color: #eacba8;
  background-attachment: fixed;
}
.services-section-two .image-layer:before {
  background: none;
}
.services-section-two .image-layer:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to right, #eacba8 0%, #eacba8 60%, rgba(255, 255, 255, 0.5) 100%);
}
@media only screen and (max-width: 767px) {
  .services-section-two .image-layer:after {
    width: 100%;
    background: #eacba8;
  }
}
.services-section-two {
  padding-top: 140px;
}
.service-block-two .inner-box .icon-box {
  color: #545454;
}
.service-block-two .inner-box .title {
  font-family: DraftB-Bold;
}
.service-block-two .inner-box .text {
  font-family: DraftB-Regular;
  font-size: 14px;
  color: #545454;
}
.team-page-section {
  padding-top: 140px;
}
.team-block .inner-box .image {
  background-color: #885144;
}
.team-block .inner-box .content .title {
  font-family: DraftB-Bold;
}
/*# sourceMappingURL=About.css.map */