/* --------------------------------------
=========================================
COLOR : SLATE
MAIN COLOR CODE: #004387
DEEP COLOR CODE: #555555
=========================================
----------------------------------------- */
.colored-line {
  background: #004387;
}
.colored-text {
  color: #004387 !important;
}
.color-bg {
  background: #EEEEEE;
}
a {
  color: #004387;
}
.non-sticky .navbar-nav > li > a:hover {
  color: #004387;
}
.standard-button {
  background: #F5F5F5;
  color: #004387;
}
.standard-button:hover {
  color: #ffffff;
  background: #004387;
}
.secondary-button:hover {
  color: #004387;
  border-color: #004387;
}
.sticky-navigation .main-navigation .current a {
  color: #FFFFFF;
}
.sticky-navigation .navbar-nav > li > a:hover {
  color: #004387;
}
.feature-list-1 li .icon-container {
  background: #004387;
}
.feature-list-2 li .icon-container {
  background: #004387;
}
.feature .icon {
  color: #004387;
}
.vertical-registration-form .input-box {
  border-top: 1px solid rgba(107, 121, 143, 0.4);
  border-bottom: 1px solid rgba(107, 121, 143, 0.4);
  border-right: 1px solid rgba(107, 121, 143, 0.4);
  border-left: 3px solid #004387;
}
.vertical-registration-form .input-box:focus,
.vertical-registration-form .input-box:active {
  border-color: #004387;
}
.subscription-form .input-box:focus,
.subscription-form .input-box:active {
  border-left: 3px solid #004387 !important;
}
.input-box:active,
.textarea-box:active,
.input-box:focus,
.textarea-box:focus {
  border-left: 3px solid #004387 !important;
}
.screenshots .owl-theme .owl-controls .owl-page span {
  background: #004387;
}
.contact-link {
  color: #004387;
}
.contact-link:hover {
  color: #555555;
}
.social-icons li a:hover {
  color: #004387;
}
sub-heading-slate{
  color: #222222;
}
