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

MAIN COLOR CODE: #17408B

DEEP COLOR CODE: #1c3f6d
=========================================
----------------------------------------- */
.colored-line {
  background: #fdb927;
}
.colored-text {
  color: #552583 !important;
}
.color-bg {
  background: #552583;
}
a {
  color: #552583;
}

a.bg-link
{
	color: #ffffff;
}

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