.navbar-brand img {
  max-width: 200px;
}

#loading-icon img {
  max-width: 150px !important;
}

.testimonial-author-img {
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  background-color: #ffbd1f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-btn a:hover {
  color: #ffbd1f;
}
.services-btn a:hover:before {
  content: "";
  background: url(../images/arrow-white-rotate.svg) no-repeat;
}

.page-single-sidebar ul li a:hover {
  color: #ffbd1f;
}
.page-single-sidebar ul li a:hover:before {
  content: "";
  background: url(../images/arrow-white-rotate.svg) no-repeat;
}

.footer-copyright-text a {
  color: #fff;
}
.footer-copyright-text a:hover {
  color: #ffbd1f;
  text-decoration: underline;
  text-underline-offset: 5px;
}/*# sourceMappingURL=styles.css.map */