@font-face {
  font-family: "Museo";
  src: url("/assets/Fonts/MuseoSans_500.otf"); }
body {
  background-color: #eceef3;
  font-family: "Museo";
  font-size: 14px; }

p {
  color: #484848; }

.btn-primary {
  background-color: #0072ce;
  border-color: #0072ce;
  border-radius: 20px;
  padding: 5px 35px;
  font-size: 14px; }
  .btn-primary:focus {
    box-shadow: none; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none; }

.btn-default {
  border-radius: 20px;
  border: 1px solid #0172ce;
  color: #0172ce;
  font-size: 12px;
  padding: 2px 15px; }
  .btn-default:focus {
    box-shadow: none; }

header .bg-light {
  background-color: #fff !important;
  border-bottom: 1px solid #ddd; }
  header .bg-light .navbar-toggler {
    border-color: transparent !important; }
    header .bg-light .navbar-toggler:focus {
      outline: none; }
  header .bg-light img {
    max-width: 100%;
    height: 45px; }
  header .bg-light .navbar-nav .nav-item {
    text-transform: uppercase;
    font-weight: bold; }
    header .bg-light .navbar-nav .nav-item .nav-link {
      color: #b9b9b9; }
  header .bg-light .navbar-nav .user-profile {
    display: flex;
    align-items: center; }
    header .bg-light .navbar-nav .user-profile .nav-link {
      color: #484848; }
    header .bg-light .navbar-nav .user-profile img {
      height: 35px;
      max-width: 100%;
      margin-left: 10px; }
    header .bg-light .navbar-nav .user-profile i {
      margin-left: 5px; }
  header .bg-light .navbar-nav .notification-icon a {
    position: relative; }
  header .bg-light .navbar-nav .notification-icon .fa-bell {
    font-size: 20px;
    color: #ccc; }
  header .bg-light .navbar-nav .notification-icon .badge {
    color: #fff;
    position: absolute;
    top: 3px;
    right: auto;
    background: #0072ce;
    border-radius: 50%;
    font-size: 10px; }

.card {
  border: transparent;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05); }
  .card .card-body {
    padding: 30px; }

.progress {
  border-radius: 20px;
  height: 6px;
  margin-top: 12px; }
  .progress .progress-bar {
    background-color: #0072ce; }

.footer-section .footer-section-inner {
  display: block;
  border-top: 1px solid #0172ce;
  padding: 20px 0; }
  .footer-section .footer-section-inner .copyright {
    margin-top: 20px;
    text-align: center; }
  .footer-section .footer-section-inner p {
    margin: 0;
    font-size: 12px;
    color: #b9b9b9; }

@media (min-width: 992px) {
  header .bg-light .navbar-nav .active {
    border-bottom: 3px solid #0072ce;
    margin-bottom: -17px; }
    header .bg-light .navbar-nav .active .nav-link {
      color: #484848; }
  header .bg-light .navbar-nav .notification-icon .badge {
    right: 15px;
    left: auto; }
  header .bg-light .navbar-nav .nav-item .nav-link {
    padding: 8px 20px; }
  header .bg-light .navbar-nav .user-profile img {
    margin-left: 0; } }
@media (min-width: 768px) {
  .footer-section .footer-section-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer-section .footer-section-inner .copyright {
      margin-top: 0; } }
.welcome-header {
  padding: 120px 0 40px; }
  .welcome-header .welcome {
    display: block; }
    .welcome-header .welcome h3 {
      font-weight: bold;
      margin: 0; }
    .welcome-header .welcome .welcome-video {
      display: block;
      margin: 25px 0;
      padding: 30px 0;
      text-align: center;
      position: relative;
      cursor: pointer; }
      .welcome-header .welcome .welcome-video .play-video {
        border-radius: 50%;
        cursor: pointer;
        height: 100px;
        left: 25%;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100px; }
        .welcome-header .welcome .welcome-video .play-video:before {
          animation: pulse 2s infinite linear;
          -webkit-animation: pulse 2s infinite linear;
          background: rgba(0, 114, 206, 0.5);
          border-radius: 50%;
          content: '';
          height: 100%;
          left: 0;
          opacity: 0;
          position: absolute;
          width: 100%;
          transform: scale(1); }
        .welcome-header .welcome .welcome-video .play-video:after {
          animation: pulse 2s 1s infinite linear;
          -webkit-animation: pulse 2s 1s infinite linear;
          background: rgba(0, 114, 206, 0.5);
          border-radius: 50%;
          content: '';
          height: 100%;
          opacity: 0;
          left: 0;
          position: absolute;
          width: 100%; }
        .welcome-header .welcome .welcome-video .play-video .play-icon {
          color: #fff;
          background: #0172ce;
          border-radius: 100% 100%;
          height: 60px;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 60px;
          z-index: 2; }
          .welcome-header .welcome .welcome-video .play-video .play-icon:before {
            position: absolute;
            top: 37%;
            left: 40%;
            font-size: 16px; }
      .welcome-header .welcome .welcome-video p {
        color: #0172ce;
        margin: 0 0 0 60px;
        font-weight: bold;
        display: inline-block; }
    .welcome-header .welcome .modal-content {
      background-color: transparent;
      border: none; }
      .welcome-header .welcome .modal-content .modal-header {
        border-bottom: none;
        position: relative; }
        .welcome-header .welcome .modal-content .modal-header .close {
          position: absolute;
          color: #fff;
          top: 5px;
          font-size: 30px;
          right: 20px;
          opacity: 1; }
          .welcome-header .welcome .modal-content .modal-header .close:focus {
            outline: none; }
      .welcome-header .welcome .modal-content .modal-body video {
        border-radius: 5px; }
        .welcome-header .welcome .modal-content .modal-body video:focus {
          outline: none; }
  .welcome-header .welcome-statistics {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    .welcome-header .welcome-statistics div {
      padding: 0 10px; }
    .welcome-header .welcome-statistics span {
      color: #303030;
      font-size: 24px;
      font-weight: bold; }
    .welcome-header .welcome-statistics p {
      color: #b9b9b9;
      font-size: 12px;
      margin: 0;
      text-transform: uppercase; }
    .welcome-header .welcome-statistics .courses-due {
      border-left: 1px solid #666;
      border-right: 1px solid #666; }

@keyframes pulse {
  0% {
    transform: scale(0.2);
    opacity: 0; }
  33% {
    transform: scale(0.6);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
.on-going h5, .recent-discussions h5 {
  color: #b9b9b9; }
.on-going .going-course-card, .recent-discussions .going-course-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  margin-top: 10px;
  margin-bottom: 30px;
  min-height: 100px;
  padding: 30px; }
  .on-going .going-course-card p, .recent-discussions .going-course-card p {
    color: #484848;
    font-size: 15px;
    margin: 0; }
    .on-going .going-course-card p:first-child, .recent-discussions .going-course-card p:first-child {
      color: #b9b9b9;
      font-size: 12px;
      margin-bottom: 5px;
      text-transform: uppercase; }
  .on-going .going-course-card .course-duration, .recent-discussions .going-course-card .course-duration {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 30px 0; }
  .on-going .going-course-card .course-progress, .recent-discussions .going-course-card .course-progress {
    display: flex;
    justify-content: space-between;
    align-items: end; }
    .on-going .going-course-card .course-progress .course-progress-level, .recent-discussions .going-course-card .course-progress .course-progress-level {
      width: 50%; }
    .on-going .going-course-card .course-progress .course-progress-btn, .recent-discussions .going-course-card .course-progress .course-progress-btn {
      margin-top: 20px; }

.recent-discussions {
  margin: 10px 0 70px; }
  .recent-discussions .discussions-holder {
    margin: 10px 0 0; }
    .recent-discussions .discussions-holder .card {
      margin-bottom: 30px;
      min-height: 200px; }
      .recent-discussions .discussions-holder .card .card-body .discusser {
        margin-top: 40px;
        display: flex;
        align-items: center; }
        .recent-discussions .discussions-holder .card .card-body .discusser img {
          width: 50px;
          margin-right: 10px; }
        .recent-discussions .discussions-holder .card .card-body .discusser p {
          color: #b9b9b9;
          margin: 0; }
          .recent-discussions .discussions-holder .card .card-body .discusser p:first-child {
            color: #0172ce;
            text-transform: uppercase;
            font-weight: bold; }
      .recent-discussions .discussions-holder .card .card-footer {
        border-top: transparent;
        padding: 20px 30px; }
        .recent-discussions .discussions-holder .card .card-footer p {
          margin: 0; }

@media (min-width: 768px) {
  .on-going .going-course-card .course-duration {
    justify-content: space-around;
    padding: 0; }

  .welcome-header {
    padding: 120px 0 70px;
    position: relative; }
    .welcome-header .welcome {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .welcome-header .welcome .welcome-video {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        text-align: left;
        margin: 0 0 0 20px; }
        .welcome-header .welcome .welcome-video .play-video {
          left: -20%; }
        .welcome-header .welcome .welcome-video p {
          margin: 0 0 0 40px; }
    .welcome-header .welcome-statistics div {
      padding: 0 15px; }

  .recent-discussions {
    margin: 45px 0 70px; } }

/*# sourceMappingURL=index.css.map */
