/*====================================================== Home Page Styles =========================================================================================*/
.header__wrapper {
  min-height: 600px;
}
.header__wrapper .gradient__overlay {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.0392156863), rgba(221, 221, 221, 0.7294117647));
}

@media (max-width: 1400px) {
  .header__wrapper .line__one, .header__wrapper .line__two {
    max-width: 12rem;
  }
}
@media (max-width: 1200px) {
  .header__wrapper .line__one, .header__wrapper .line__two {
    max-width: 12rem;
  }
}
@media (max-width: 575px) {
  .header__wrapper .text-white {
    color: var(--dark) !important;
  }
}
.notice__card {
  background-color: var(--card-bg);
  color: #716F6F;
  padding: 1rem 0.875rem;
}
.notice__card .date {
  background-color: var(--date-bg);
  width: 6.25rem;
  height: 6.25rem;
}
.notice__card:hover {
  background-color: var(--brand-light-bg);
  color: var(--dark);
}

.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50% !important;
  background-color: var(--brand) !important;
  margin: 0 3px;
}
.owl-dots .owl-dot.active {
  width: 60px;
  border-radius: 4px !important;
}

.quizzes__form .form-control, .quizzes__form .form-select {
  height: 57px;
  padding: 0.5rem 1rem 0.5rem 3rem;
  background-repeat: no-repeat;
  background-size: 1.2rem;
}
.quizzes__form .form-control {
  background-position: center left 0.75rem;
}
.quizzes__form .form-select {
  background-position: center right 0.75rem;
}

.lh-1_25 {
  line-height: 1.25;
}

.quizze__info__card .icon {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #2CBBE8;
}
.quizze__info__card .icon img {
  width: 2rem;
  height: auto;
}

.assesment__card {
  border-color: #EAEEF2;
}
.assesment__card .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.assesment__card .check__list {
  height: 300px;
  overflow-y: auto;
}

.check__list li {
  padding-left: 1.75rem;
  position: relative;
}
.check__list li::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjIzMTQgMC41NzA4MDJMMTAuOTY3IDguODM1MTdMMTAuMTA0NyA3Ljk3Mjg2TDE2LjM1NTYgMS43MjIwNkwxNC43NzMxIDAuMTM5NjQ4TDguNTIyMyA2LjM5MDQ5TDYuMDQwNjMgMy45MDg4MUw0LjQ1ODIxIDUuNDkxMjNMNi45Mzk4OSA3Ljk3MjlMNi4wNzc2MiA4LjgzNTE3TDEuNTgyNDIgNC4zNEwwIDUuOTIyNDJMNi4wNzc1OCAxMkw4LjUyMjMgOS41NTUzMkwxMC45NjcgMTJMMjAuODEzOCAyLjE1MzI2TDE5LjIzMTQgMC41NzA4MDJaIiBmaWxsPSIjNjg2ODY4Ii8+Cjwvc3ZnPgo=) no-repeat center center/1rem;
  position: absolute;
  top: 0.25rem;
  left: 0%;
}

.assesment__gradient {
  bottom: -48%;
  left: -22%;
}

.preloaded__quizze__wrapper {
  background-color: #EBFAFF;
}
.preloaded__quizze__wrapper .info__card .icon__box {
  width: 10.625rem;
  height: 10.625rem;
}
.preloaded__quizze__wrapper .info__card .icon__box img {
  width: 7rem;
  height: auto;
}
.preloaded__quizze__wrapper .info__card .icon__box .fist-img {
  width: 8.3rem;
  height: auto;
}

.evaluation__card {
  border: 1px solid #C4C4C4;
}
.evaluation__card .caption {
  height: 4.125rem;
}

.revolutionary__wrapper {
  background-color: #FFF1C3;
}
.revolutionary__wrapper .info__card .icon__box {
  width: 5.4375rem;
  height: 5.4375rem;
}
.revolutionary__wrapper .info__card .icon__box img {
  width: 2.5rem;
  height: auto;
}

.border__right {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #C4C4C4;
  top: 5px;
  left: -126px;
}

.student__wraper {
  background-color: #EBFAFF;
}
.student__wraper .right__img {
  padding-right: 4.5rem !important;
}
.student__wraper .top__img {
  padding-top: 4rem !important;
}
.student__wraper .img__box {
  width: 17.5rem;
  height: 17.5rem;
}
.student__wraper .img__box .img__wraper {
  background: #FFC9C9;
  width: 4.5rem;
  height: 4.5rem;
  top: -89px;
  left: -15px;
}
.student__wraper .img__box .line__two {
  width: 2.5rem !important;
  height: 2.5rem !important;
}

@media (max-width: 575px) {
  .student__wraper .img__wraper {
    background: #FFC9C9;
    width: 4.5rem;
    height: 4.5rem;
    top: -89px;
    left: -15px;
  }
  .student__wraper .line__two {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
}
.question__wraper .img__question {
  padding-left: 5.5rem !important;
}/*# sourceMappingURL=style.css.map */