body {
  font-family: 'Open Sans', sans-serif;
}

.theme-blue body {
  background-color: #ffffff;
}

.theme-default body {
  background-color: #ffffff;
}

ul, ul li {
  color: inherit;
}

.theme-blue a {
  color: inherit;
  text-decoration: none;
}

.theme-default a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.theme-blue .pageOverlayContent h1 {
  color: #ffffff;
}

.theme-default .pageOverlayContent h1 {
  color: #ffffff;
}

.theme-blue .btn-primary {
  background-color: #1C73E6;
  border-color: #1C73E6;
  color: #ffffff;
}

.theme-default .btn-primary {
  background-color: #0DBF79;
  border-color: #0DBF79;
  color: #ffffff;
}

.theme-blue .btn-primary:hover {
  background-color: #ffffff;
  border-color: #1C73E6;
  color: #1C73E6;
}

.theme-default .btn-primary:hover {
  background-color: #ffffff;
  border-color: #0DBF79;
  color: #0DBF79;
}

.theme-blue header .topBarSection {
  background-color: #1C73E6;
}

.theme-default header .topBarSection {
  background-color: #6abe52;
}

.theme-blue header .topBarContainer {
  color: #ffffff;
}

.theme-default header .topBarContainer {
  color: #ffffff;
}

.theme-blue header .infoIcon {
  color: #1C73E6;
}

.theme-default header .infoIcon {
  color: #6abe52;
}

.theme-blue header .infoSubText {
  color: #909090;
}

.theme-default header .infoSubText {
  color: #909090;
}

.theme-blue header .navbar {
  background-color: #1C73E6;
}

.theme-default header .navbar {
  background-color: #6abe52;
}

header .navbar .logoContainer {
  color: #ffffff;
}

header .navbar .navbar-toggler {
  border-color: #ffffff;
}

.theme-blue header .navbar .nav-link {
  color: #ffffff;
}

.theme-default header .navbar .nav-link {
  color: #ffffff;
}

.theme-blue header .navbar .nav-link.active {
  background-color: #ffffff;
  color: #1C73E6;
}

.theme-default header .navbar .nav-link.active {
  background-color: #ffffff;
  color: #6abe52;
}

.theme-blue header .dropdown-item:focus, .theme-blue header .dropdown-item:hover {
  background-color: #1C73E6;
  color: #ffffff;
}

.theme-default header .dropdown-item:focus, .theme-default header .dropdown-item:hover {
  background-color: #6abe52;
  color: #ffffff;
}

.theme-blue .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.theme-default .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

.theme-blue main {
  background-color: #ffffff;
}

.theme-default main {
  background-color: #ffffff;
}

.theme-blue main .text-block, .theme-blue main .sidebar-right__news {
  background-color: #F1F0F0;
}

.theme-default main .text-block, .theme-default main .sidebar-right__news {
  background-color: #F1F0F0;
}

.theme-blue .vContainer .vIcon {
  background-color: #1C73E6;
  color: #ffffff;
}

.theme-default .vContainer .vIcon {
  background-color: #6abe52;
  color: #ffffff;
}

.theme-blue .courseContainer .courseContent {
  background-color: #eeeeee;
}

.theme-default .courseContainer .courseContent {
  background-color: #eeeeee;
}

.theme-blue .courseContainer .courseContent a {
  color: #1C73E6;
}

.theme-default .courseContainer .courseContent a {
  color: #6abe52;
}

.theme-blue .courseContainer .courseContent .courseTitle a {
  color: #333333;
}

.theme-default .courseContainer .courseContent .courseTitle a {
  color: #333333;
}

.theme-blue .tabsContainer {
  background-color: #FAFAFA;
}

.theme-default .tabsContainer {
  background-color: #FAFAFA;
}

.theme-blue .tabsContainer .nav-link {
  color: #000000;
}

.theme-default .tabsContainer .nav-link {
  color: #000000;
}

.theme-blue .tabsContainer .nav-link.active {
  border-bottom-color: #1C73E6;
  color: #000000;
}

.theme-default .tabsContainer .nav-link.active {
  border-bottom-color: #0DBF79;
  color: #000000;
}

.theme-blue .listBox {
  border-color: #707070;
}

.theme-default .listBox {
  border-color: #707070;
}

.theme-blue .listBox .listMeta {
  color: #909090;
}

.theme-default .listBox .listMeta {
  color: #909090;
}

.theme-blue .listBox .listAction {
  color: #1C73E6;
}

.theme-default .listBox .listAction {
  color: #6abe52;
}

.theme-blue .hCard .hCardContent span {
  color: #909090;
}

.theme-default .hCard .hCardContent span {
  color: #909090;
}

.theme-blue footer {
  background-color: #1C73E6;
}

.theme-default footer {
  background-color: #6abe52;
}

.theme-blue footer .logoContainer .headerTitle {
  color: #ffffff;
}

.theme-default footer .logoContainer .headerTitle {
  color: #ffffff;
}

.theme-blue footer p {
  color: #ffffff;
}

.theme-default footer p {
  color: #ffffff;
}

.theme-blue footer .footerTitle {
  color: #ffffff;
}

.theme-default footer .footerTitle {
  color: #ffffff;
}

.theme-blue footer ul {
  color: #ffffff;
}

.theme-default footer ul {
  color: #ffffff;
}

.theme-blue .testimonialContent span {
  color: #1C73E6;
}

.theme-default .testimonialContent span {
  color: #6abe52;
}

.theme-blue .memberFilter {
  background-color: #E4E3E3;
  color: #707070;
}

.theme-default .memberFilter {
  background-color: #E4E3E3;
  color: #707070;
}

.theme-blue .memberContainer .socialMedia {
  color: #1C73E6;
}

.theme-default .memberContainer .socialMedia {
  color: #6abe52;
}

.theme-blue .wrapEvent .eventDate {
  color: #1C73E6;
}

.theme-default .wrapEvent .eventDate {
  color: #6abe52;
}

.theme-blue .customTable th, .theme-blue .customTable td {
  color: #333333;
}

.theme-default .customTable th, .theme-default .customTable td {
  color: #333333;
}

.theme-blue .customTable tbody td:nth-child(2) a:hover {
  color: #1C73E6;
}

.theme-default .customTable tbody td:nth-child(2) a:hover {
  color: #6abe52;
}

.theme-blue .customTable tbody td:last-child a {
  color: #1C73E6;
}

.theme-default .customTable tbody td:last-child a {
  color: #6abe52;
}

.theme-blue .customPagination .page-item:first-child .page-link, .theme-blue .customPagination .page-item:last-child .page-link {
  color: #333333;
}

.theme-default .customPagination .page-item:first-child .page-link, .theme-default .customPagination .page-item:last-child .page-link {
  color: #333333;
}

.theme-blue .customPagination .page-link {
  color: #1C73E6;
}

.theme-default .customPagination .page-link {
  color: #6abe52;
}

.theme-blue .detailContainer .tabsContainer {
  background-color: transparent;
}

.theme-default .detailContainer .tabsContainer {
  background-color: transparent;
}

.detailContainer .tabsContainer nav {
  border-bottom-color: #707070;
}

.theme-blue .widget .widgetTitle {
  background-color: #1C73E6;
  color: #ffffff;
}

.theme-default .widget .widgetTitle {
  background-color: #6abe52;
  color: #ffffff;
}

.theme-blue .widget .courseContent .icon {
  color: #1C73E6;
}

.theme-default .widget .courseContent .icon {
  color: #6abe52;
}

.theme-blue .contact .form-label span {
  color: #FF0202;
}

.theme-default .contact .form-label span {
  color: #FF0202;
}

.theme-blue .contact .form-control {
  border-color: #3C3B48;
}

.theme-default .contact .form-control {
  border-color: #3C3B48;
}

.theme-blue .contactBoxList .memberIcon {
  background-color: #1C73E6;
  color: #ffffff;
}

.theme-default .contactBoxList .memberIcon {
  background-color: #6abe52;
  color: #ffffff;
}
/*# sourceMappingURL=theme.css.map */
