/* Nav Pills Style 1 */
.nav-pills-style-1.nav-pills .nav-link.active, .nav-pills-style-1.nav-pills .show > .nav-link {
  color: #194798 !important;
  background-color: transparent;
  border-bottom: 2px solid #194798 !important;
}

/* bg color */
.bg-primary-theme {
  background: #977c16;
}

.bg-primary-theme-1 {
  background: #ffca8c;
}
  
.bg-primary-theme-2 {
  background: #ace9e2;
}

.bg-primary-theme-3 {
  background: #72ccff;
}

.bg-primary-theme-4 {
  background: #b5bce9;
}

.bg-primary-theme-5 {
  background: #ffca8c;
}

/* text color */
.text-primary-theme {
  color: #194798 !important;
}

/* z-index */
.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

/* /z-index */
/* hover animation */
.hover-animation:hover img {
  animation-name: swing;
}

/* main css */
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}

/* / main css */

/*# sourceMappingURL=main.css.map */
