a {
  color: #378bcd;
}
a:hover {
  color: #bb7632;
}
p {
  font-size: 14px;
}
h1 {
  font-size: 28px;
  color: #012970;
}
.section-header h2,
h2 {
  font-size: 30px;
  line-height: 30px;
  color: #012970;
}
h3 {
  font-size: 26px;
  line-height: 32px;
  color: #012970;
}
ul {
  margin-bottom: 0rem;
}
ul li {
  font-size: 14px;
}
.btn {
  padding: 0.3rem 0.75rem;
}
.navbar a .navbar a:focus {
  font-size: 14px;
}
.navbar a:hover {
  color: #875827 !important;
}
.navbar a,
.navbar a:focus {
  font-size: 14px;
}
label {
  margin-bottom: 3px;
  font-size: 14px;
}
.form-label {
  margin-bottom: 3px;
}
.header {
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  padding: 10px 0;
}
.header.header-scrolled {
  padding: 10px 0;
}
.mobile-nav-toggle {
  line-height: 44px;
}
.section-header p {
  margin: 0px 0 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #040404;
}
.nav-link.live {
  color: #aa7f52;
}
.hero h2 {
  color: #1a1a1a;
  font-size: 24px;
}
.cust-primary-btn {
  cursor: pointer;
  background: #125f9b;
  line-height: 18px;
  padding: 10px 10px 10px 10px;
  color: #fff;
}
.cust-primary-btn:hover {
  box-shadow: none;
  background: #125f9b;
  color: #fff;
  box-shadow: 3px 7px 10px rgba(65, 84, 241, 0.4);
}
.cust-primary-btn.small {
  line-height: 16px;
  padding: 8px 8px 8px 8px;
  font-size: 13px;
}
.default-btn,
.hero .btn-get-started {
  cursor: pointer;
  background: #003b68;
  line-height: 18px;
  box-shadow: 3px 7px 10px rgba(65, 84, 241, 0.4);
}
.default-btn:hover,
.hero .btn-get-started:hover {
  box-shadow: none;
  background: #125f9b;
}
.default-btn {
  padding: 15px 40px;
}
.back-to-top {
  bottom: 30px;
}
.footer .footer-top {
  border-top: 1px solid #003b68;
  padding: 25px 0 20px 0;
  background: #fff;
}
.footer .footer-top h4 {
  padding-bottom: 3px;
  margin-bottom: 0px;
}
.footer .footer-top .footer-info {
  margin-bottom: 10px;
}
.footer .footer-top .footer-info .logo img {
  max-height: 50px;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
}
.footer .footer-top .footer-links {
  margin-bottom: 0px;
}
.footer .footer-top .footer-links ul a {
  color: #003b68;
}
.footer .footer-top .footer-links ul a:hover {
  color: #a55100;
}
.footer .footer-top .footer-links ul i {
  color: #003b68;
}
.footer .footer-top .footer-links ul i:hover {
  color: #a55100;
}
.footer .footer-top .footer-links ul li {
  padding: 4px 0;
}
.footer .footer-top .footer-contact {
  line-height: 16px;
}
.footer .copyright {
  padding: 15px 0px 15px 0;
  font-size: 13px;
  color: #fff;
}
.footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}
.footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}
.footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}
.footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
.footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
.footer-newsletter form input[type=submit]:hover {
  background: #5969f3;
}
.back-to-top {
  background: #a97c50;
}
.back-to-top:hover {
  background: #85501c;
}
.jGrowl-notification {
  opacity: 1;
  font-size: 16px;
}
/* jgrowl look override */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #6a3c0e !important;
  background: #a97c50 !important;
  color: #fdfdfd !important;
}
/*********************  MEDIA QUERIES ALWAYS LAST *******************/
@media (max-width: 991px) {
}
/*# sourceMappingURL=overrides.css.map */