/* --------------------------------------
=========================================
COLOR : GREEN 

MAIN COLOR CODE: #1B1464

DEEP COLOR CODE: #01995c
=========================================
----------------------------------------- */
.colored-line {
  background: #1B1464;
}
.colored-text {
  color: #1B1464 !important;
}
.color-bg {
  background: #1B1464;
}
a {
  color: #1B1464;
}

a:hover {
  color: #313131;
}
.non-sticky .navbar-nav > li > a:hover {
  color: #1B1464;
}
.standard-button {
  background: #1B1464;
  color: #ffffff;
}
.standard-button:hover {
  color: #313131;
  background: #eaebea;
}
.secondary-button:hover {
  color: #1B1464;
  border-color: #1B1464;
}
.sticky-navigation .main-navigation .current a {
  color: #1B1464 !important;
}
.sticky-navigation .navbar-nav > li > a:hover {
  color: #1B1464;
}
.feature-list-1 li .icon-container {
  background: #1B1464;
}
.feature-list-2 li .icon-container {
  background: #1B1464;
}
.feature .icon {
  color: #1B1464;
}
.vertical-registration-form .input-box {
  border-top: 1px solid rgba(0, 171, 102, 0.4);
  border-bottom: 1px solid rgba(0, 171, 102, 0.4);
  border-right: 1px solid rgba(0, 171, 102, 0.4);
  border-left: 3px solid #1B1464;
}
.vertical-registration-form .input-box:focus,
.vertical-registration-form .input-box:active {
  border-color: #1B1464;
}
.subscription-form .input-box:focus,
.subscription-form .input-box:active {
  border-left: 3px solid #1B1464 !important;
}
.input-box:active,
.textarea-box:active,
.input-box:focus,
.textarea-box:focus {
  border-left: 3px solid #1B1464 !important;
}
.screenshots .owl-theme .owl-controls .owl-page span {
  background: #1B1464;
}
.contact-link {
  color: #1B1464;
}
.contact-link:hover {
  color: #01995c;
}
.social-icons li a:hover {
  color: #1B1464;
}

.feature h4 {color: #1B1464;}

.signup-button {
    border: 2px solid #1B1464;
}

.signup-button:hover {
    background: #efefef;
    color: #ffffff;
    text-decoration: none;
}

input[type=submit] {
    background-color: rgb(128, 162, 44) !important;
}
    