.services-section-template .services .service.is-main-block .service-inner .service-description {
  color: #2B2B2B;
}

.footer.template1 .footer-first .site-logo img {
  max-width: 100%;
  max-height: 90px;
}

.button:hover {
  background-color: transparent;
  border-color: #2B2B2B;
  color: #2B2B2B;
}

.button.is-outlined {
  border-color: #2B2B2B;
  color: #2B2B2B;
}

.button.is-outlined:hover {
  background: #EFD9B8;
  border-color: #EFD8B8;
  color: #2B2B2B;
}

.header_container .header.template1.is-dark-text.with-call-back .header-line-two .container .site-call-back .button {
  border-color: #2B2B2B;
  color: #2B2B2B;
}

.header_container .header.template1.is-dark-text.with-call-back .header-line-two .container .site-call-back .button:hover {
  border-color: #EFD8B8;
  color: #2B2B2B;
}

.privacy_policy {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  color: #9B9C9E;
  font-weight: normal;
}

.privacy_policy-form {
  text-decoration: underline;
}