


.back-to-top:hover,.bg-custom,.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover,
.navbar-custom  {
  background-color: #313644 !important;
}

.btn-white-fill,.text-custom,.btn-white-bordered:hover,.btn-custom:hover,.features-box i,
.pricing-column .plan-title {
  color: #ec8548 !important;
}

.btn-custom {
  border: 2px solid #ec8548 !important;
  background-color: #ec8548 !important;
  color: white !important;
  letter-spacing: 1px !important;
  font-size: 13px !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  margin-right: 5px !important;
  margin-bottom: 10px !important;
}

.btn-custom:hover {
  border: 2px solid #FA6900 !important;
  background-color: #FA6900 !important;
  color: white !important;
}

.intro-form input:focus {
  border: 1px solid #ec8548;
}

::selection {
    background: #ec8548; /* WebKit/Blink Browsers */
    color: white;
}
::-moz-selection {
    background: #ec8548; /* Gecko Browsers */
    color: white;
}