/* --------------------------------------
=========================================
COLOR : SLATE
MAIN COLOR CODE: #324A6D
DEEP COLOR CODE: #555555
=========================================
----------------------------------------- */
.colored-line {
  background: #324A6D;
}
.colored-text {
  color: #324A6D !important;
}
.color-bg {
  background: #ffffff;
}
a {
  color: #324A6D;
}
.non-sticky .navbar-nav > li > a:hover {
  color: #324A6D;
}

.sticky-navigation .main-navigation .current a {
  color: #FFFFFF;
}
.sticky-navigation .navbar-nav > li > a:hover {
  color: #324A6D;
}
.feature-list-1 li .icon-container {
  background: #324A6D;
}
.feature-list-2 li .icon-container {
  background: #324A6D;
}
.feature .icon {
  color: #324A6D;
}
.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 #324A6D;
}
.vertical-registration-form .input-box:focus,
.vertical-registration-form .input-box:active {
  border-color: #324A6D;
}
.subscription-form .input-box:focus,
.subscription-form .input-box:active {
  border-left: 3px solid #324A6D !important;
}
.input-box:active,
.textarea-box:active,
.input-box:focus,
.textarea-box:focus {
  border-left: 3px solid #324A6D !important;
}
.screenshots .owl-theme .owl-controls .owl-page span {
  background: #324A6D;
}
.contact-link {
  color: #324A6D;
}
.contact-link:hover {
  color: #555555;
}
.social-icons li a:hover {
  color: #324A6D;
}
sub-heading-slate{
  color: #222222;
}
