/* --------------------------------------
=========================================
COLOR : BLUE 

MAIN COLOR CODE: #2f014c

DEEP COLOR CODE: #005885
=========================================
----------------------------------------- */
.colored-line {
  background: #2f014c;
}
.colored-text {
    color: #fff !important;
}
.color-bg {
  background: #2f014c;
}
a {
  color: #2f014c;
}
.non-sticky .navbar-nav > li > a:hover {
  color: #2f014c;
}
.standard-button {
  background: #2f014c;
  color: #ffffff;
}
.standard-button:hover {
  color: #ffffff;
  background: #0186ca;
}
.secondary-button:hover {
  color: #2f014c;
  border-color: #2f014c;
}
.sticky-navigation .main-navigation .current a {
  color: #2f014c !important;
}
.sticky-navigation .navbar-nav > li > a:hover {
  color: #2f014c;
}
.feature-list-1 li .icon-container {
  background: #2f014c;
}
.feature-list-2 li .icon-container {
  background: #2f014c;
}
.feature .icon {
  color: #2f014c;
}
.vertical-registration-form .input-box {
  border-top: 1px solid rgba(0, 142, 214, 0.4);
  border-bottom: 1px solid rgba(0, 142, 214, 0.4);
  border-right: 1px solid rgba(0, 142, 214, 0.4);
  border-left: 3px solid #2f014c;
}
.vertical-registration-form .input-box:focus,
.vertical-registration-form .input-box:active {
  border-color: #2f014c;
}
.subscription-form .input-box:focus,
.subscription-form .input-box:active {
  border-left: 3px solid #2f014c !important;
}
.input-box:active,
.textarea-box:active,
.input-box:focus,
.textarea-box:focus {
  border-left: 3px solid #2f014c !important;
}
.screenshots .owl-theme .owl-controls .owl-page span {
  background: #2f014c;
}
.contact-link {
  color: #2f014c;
}
.contact-link:hover {
  color: #005885;
}
.social-icons li a:hover {
  color: #2f014c;
}
