body {
    background-color: #4c0e86;
}

.login-content {
    display: flex;
    align-items: center;
    height: 80vh;
}

.login-content .card {
    width: 80%;
    margin: auto;
    align-items: center;
}

.login-content .card h3{ 
    text-align: center;
    text-decoration: none;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
    padding: 20px 10px;
}

ul li a {
    font-weight: 600 !important;
    color: #4c0e86 !important;
}

li .course {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #f09021 !important;
}

li .category {
    color: #4c0e86;
    font-weight: 700;
}

.dashboard-header h1 {
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: auto;
    color: aliceblue;
    display: flex;
}

.dashboard-header h1 span {
    color : #f29f27;
    margin-left: 4px;
}

.dashboard-header img {
    margin-top : 25px;
    width: 30%;
}

.rules {
    width: 100%;
    margin: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #49255d;
}

.rules img {
    width : 100%
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services h2 {
    margin: 70px 50px 30px;
    text-align: center;
    font-weight: 800;
    color: aliceblue;
}

.services h5 {
    margin: 0px 50px 30px;
    text-align: center;
    font-weight: 800;
    color: aliceblue;
}

.services .yellow {
    margin-left: 5px;
    color : #f09021;
}

.services .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ffc451;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #f09021;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: #ffc451;
}

.services .icon-box p {
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.services .evaluation {
    color: aliceblue !important;
    text-align: center !important;
}

.services .health{
    color: #4ca146 !important;
}

.services .education{
    color: #c5192d !important;
}

.faq {
    margin-bottom : 30px;
}

.faq .accordion-item {
     border: 0;
    box-shadow: 0px 5px 25px 0px rgba(var(--color-black-rgb), 0.06);
    width: 66%;
    border-radius: 10px;
    margin: auto;
    margin-top: 10px;
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 40px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: center;
  justify-content: center;
  background: var(--color-white);
  box-shadow: none;
  border-radius: 5px;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary);
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
  color: var(--color-primary);
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  border-radius: 5px;
  background: var(--color-white);
  box-shadow: none;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
  background-color: white;
  border-radius: 10px;
  margin-top: 46px;
}

.features img {
    padding-top: 80px;
    margin: auto;
    justify-content: center;
    display: flex;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  color: #f09021;
}

.features .deadline h4 {
  font-size: 20px;
  font-weight: 600;
  color: #f09021;
}

.features .content {
    padding: 4px 28px 4px 0px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #ffc451;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .deadline p {
  font-size: 15px;
  color: #848484;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.features .deadline-date {
    font-weight:900 !important;
}

.deadline-box {
    padding-top: 20px;
    background-color: white;
    border-radius: 10px;
    margin-top: 46px;
    margin: 0 240px;
}

.deadline-box .image img {
    padding-top: 40px;
    padding-right: 10px;
}

.video-container {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 80px;
    }
    
.deadline img {
    padding-top: 0px !important;
    padding-bottom: 20px;
    width: 40%;
}

.demo {
    padding-top: 30px !important;
}