a {
  color: #ff9800;
}
a:hover {
  color: #e08d11;
}

.btn-common {
  background: #ff9800;
}
.btn-common:hover,
.btn-common:focus {
  background: #e08d11 !important;
}

a.back-to-top i {
  background: #ff9800;
}

.section-title:after {
  background: #ff9800;
}

.about-text ul li .fa {
  color: #ff9800;
}

.single-feature-widget:hover {
  border-bottom: 5px solid #ff9800;
}

.single-feature-widget i {
  font-size: 70px;
  color: #ff9800;
}

.single-feature i {
  color: #ff9800;
}

.subscription button:hover {
  background: #e08d11;
  color: #fff;
}

.download-text h2 span {
  color: #ff9800;
}

.form-control:focus {
  color: #ff9800;
  border-color: #ff9800;
}

.footer-social .fa:hover {
  background: #ff9800;
  color: #fff;
}
