/* [Master Stylesheet v1.0] */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;800&amp;display=swap");
/* :: 2.0 Import All CSS */
@import url(/lib/bootstrap/dist/css/bootstrap.min.css);
/*@import 'css/owl.carousel.min.css';*/
@import url(/css/plugins/animate.css);
@import url(/css/plugins/magnific-popup.css);
@import url(/css/plugins/all.css);
@import url(/css/plugins/classy-nav.min.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

div {
  font-family: "Nunito", sans-serif; }

body {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8rem;
  background-color: #fff;
  line-height: 1.9; }

html {
  position: relative;
  min-height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  font-weight: 600;
  font-family: "Nunito", sans-serif; }

p {
  color: #606060;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  margin-bottom: 15px; }

a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  font-family: "Nunito", sans-serif; }

a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #e30613; }

ul,
ol {
  margin: 0;
  line-height: 1.9;
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  font-family: "Nunito", sans-serif; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/*Colors*/
.text-black {
  color: #090909; }

/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
.section-padding-100 {
  padding-top: 2em;
  padding-bottom: 2em; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* Preloader */
#preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #preloader .spinner {
    width: 40px;
    height: 40px;
    background-color: #3762f0;
    margin: auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out; }
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
    transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
    transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
    transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
    transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
  text-align: center; }
  .section-heading h3 {
    font-size: 30px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .section-heading h3 {
        font-size: 24px; } }
  .section-heading.text-left {
    text-align: left !important; }
  .section-heading.white h3 {
    color: #ffffff; }

/* Miscellaneous */
.bg-animated {
  width: 100%;
  -webkit-animation: bgAnimated 24s linear infinite;
  animation: bgAnimated 24s linear infinite;
  background-attachment: fixed; }

@-webkit-keyframes bgAnimated {
  0% {
    background-position: center center; }
  50% {
    background-position: left left; }
  100% {
    background-position: center center; } }
@keyframes bgAnimated {
  0% {
    background-position: center center; }
  50% {
    background-position: left left; }
  100% {
    background-position: center center; } }
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-bold-600 {
  font-weight: 600; }

.font-light {
  font-weight: 300; }

.font-size-16 {
  font-size: 16px !important; }

.bg-overlay,
.foo-bg-overlay,
.bg-overlay-2by5 {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after,
  .foo-bg-overlay::after,
  .bg-overlay-2by5::after {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.foo-bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.91); }

.bg-overlay-2by5::after {
  background-color: rgba(0, 0, 0, 0.2); }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #3762f0;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent; }

/* ScrollUp */
#scrollUp {
  background-color: #3762f0;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  right: 60px;
  text-align: center;
  width: 40px;
  border-radius: 6px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #2c56df; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; } }

/* Button */
.default-btn {
  display: inline-block;
  min-width: 160px;
  height: 40px;
  background-color: #3762f0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 30px;
  line-height: 40px;
  text-align: center;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }
  .default-btn.active, .default-btn:hover, .default-btn:focus {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #2c56df; }
  .default-btn.btn-2 {
    background-color: transparent;
    border: 1px solid #ebebeb;
    color: rgba(0, 0, 0, 0.25); }
    .default-btn.btn-2:hover, .default-btn.btn-2:focus {
      color: #ffffff;
      background-color: #2c56df;
      border: 1px solid #2c56df; }

/* :: 4.0 Header Area */
.header-area {
  position: relative;
  z-index: 3; }

.top-header-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  background-color: #252525;
  border-bottom: 1px solid #4c4c4c; }
  .top-header-area .contact-info {
    position: relative;
    z-index: 1; }
    .top-header-area .contact-info a {
      display: inline-block;
      height: 40px;
      padding: 0 30px;
      line-height: 40px;
      color: rgba(255, 255, 255, 0.5);
      font-size: 12px;
      border-right: 1px solid #4c4c4c; }
      .top-header-area .contact-info a span {
        text-transform: uppercase; }
      .top-header-area .contact-info a:hover, .top-header-area .contact-info a:focus {
        color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .top-header-area .contact-info a {
          padding: 0 10px;
          font-size: 11px; }
          .top-header-area .contact-info a:last-child {
            border-right: none; } }
    @media only screen and (max-width: 767px) {
      .top-header-area .contact-info {
        border-bottom: 1px solid #4c4c4c;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%;
        text-align: center; } }
  .top-header-area .follow-us {
    position: relative;
    z-index: 1; }
    .top-header-area .follow-us span {
      display: inline-block;
      height: 40px;
      padding: 0 20px;
      line-height: 40px;
      color: rgba(255, 255, 255, 0.5);
      font-size: 12px;
      text-transform: uppercase; }
    .top-header-area .follow-us a {
      display: inline-block;
      height: 40px;
      padding: 0 20px;
      line-height: 40px;
      color: rgba(255, 255, 255, 0.5);
      font-size: 12px;
      border-left: 1px solid #4c4c4c; }
      .top-header-area .follow-us a span {
        text-transform: uppercase; }
      .top-header-area .follow-us a:hover, .top-header-area .follow-us a:focus {
        color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .top-header-area .follow-us {
        margin: auto; } }
  @media only screen and (max-width: 767px) {
    .top-header-area {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto; } }

.default-main-menu {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80px;
  box-shadow: 0 9px 0px -8px rgba(0, 0, 0, 0.15); }
  .default-main-menu .classy-navbar {
    height: 80px;
    font-family: "Nunito", sans-serif;
    padding: 0; }
    .default-main-menu .classy-navbar .nav-brand img {
      width: 90%; }
  .default-main-menu .classynav ul li a {
    color: rgba(0, 0, 0, 0.45);
    font-weight: 600; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .default-main-menu .classynav ul li a {
        padding: 0 8px; } }
    .default-main-menu .classynav ul li a:hover, .default-main-menu .classynav ul li a:focus {
      color: rgba(0, 0, 0, 0.8); }
  .default-main-menu .search-area {
    position: relative;
    z-index: 1; }
    .default-main-menu .search-area form {
      position: relative;
      z-index: 10;
      width: 230px;
      height: 40px;
      margin: 0 50px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .default-main-menu .search-area form {
          width: 170px;
          margin: 0 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .default-main-menu .search-area form {
          margin: 15px auto; } }
      @media only screen and (max-width: 767px) {
        .default-main-menu .search-area form {
          margin: 15px auto; } }
      .default-main-menu .search-area form input {
        width: 100%;
        height: 40px;
        border-radius: 6px;
        border: 1px solid #ebebeb;
        padding: 0 15px 0 50px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.35);
        font-weight: 600;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
        .default-main-menu .search-area form input:focus {
          border: 1px solid rgba(0, 0, 0, 0.5); }
      .default-main-menu .search-area form button {
        position: absolute;
        width: 50px;
        height: 40px;
        background-color: transparent;
        top: 0;
        left: 0;
        z-index: 10;
        border: none;
        text-align: center;
        cursor: pointer;
        outline: none; }

.is-sticky .default-main-menu {
  z-index: 1500 !important;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }

.register-login-area {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .register-login-area {
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .register-login-area {
      text-align: center; } }
  .register-login-area a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #3762f0;
    line-height: 40px; }
    .register-login-area a.active, .register-login-area a:hover, .register-login-area a:focus {
      background-color: #d7e0fc;
      font-weight: 600;
      color: #3762f0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .register-login-area a {
        padding: 0 15px; } }

.login-state {
  position: relative;
  z-index: 1; }
  .login-state .user-name .dropdown .dropdown-toggle {
    font-size: 14px;
    font-weight: 700;
    color: #000; }
  .login-state .user-name .dropdown-menu {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border: none;
    padding: 0;
    margin: .125rem 0 0; }
    .login-state .user-name .dropdown-menu .dropdown-item {
      padding: 5px 30px;
      font-size: 13px;
      font-weight: 600; }
      .login-state .user-name .dropdown-menu .dropdown-item:hover, .login-state .user-name .dropdown-menu .dropdown-item:focus {
        color: #3762f0; }
  .login-state .userthumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    border: 1px solid #808080b0;
    text-align: center;
    background: #e30613;
    color: #fff;
    border-color: #e30613; }
    .login-state .userthumb i {
      line-height: 1.9;
      font-size: 1.25rem; }
    .login-state .userthumb img {
      border-radius: 6px; }
    .login-state .userthumb span {
      line-height: 2.9; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-state {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 767px) {
    .login-state {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* :: 5.0 Hero Area */
.hero-area {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 400px;
  background-attachment: fixed; }
  .hero-area .hero-content h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #ffffff; }

/* :: 6.0 Cool Facts Area */
.single-cool-facts-area {
  position: relative;
  z-index: 1;
  padding: 30px;
  border: 1px solid #ebebeb;
  border-radius: 6px; }
  .single-cool-facts-area img {
    display: block;
    margin: 0 auto 15px; }
  .single-cool-facts-area h2 {
    font-size: 36px;
    margin-bottom: 5px;
    color: #3762f0; }
  .single-cool-facts-area h5 {
    margin-bottom: 0;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8); }

/* :: 7.0 Courses Area */
.popular-courses-area {
  position: relative;
  z-index: 1;
  background-repeat: repeat; }

.single-popular-course {
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background-color: #ffffff; }
  .single-popular-course img {
    display: block;
    width: 100%;
    border-radius: 6px 6px 0 0; }
  .single-popular-course .course-content {
    padding: 25px; }
    .single-popular-course .course-content h4 {
      margin-bottom: 5px; }
    .single-popular-course .course-content .meta {
      margin-bottom: 15px; }
      .single-popular-course .course-content .meta span {
        color: rgba(0, 0, 0, 0.4);
        font-size: 5px;
        margin-right: 10px; }
      .single-popular-course .course-content .meta a {
        color: rgba(0, 0, 0, 0.4);
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        margin-right: 10px; }
        .single-popular-course .course-content .meta a:hover {
          color: #000; }
    .single-popular-course .course-content p {
      margin-bottom: 0; }
  .single-popular-course .seat-rating-fee {
    width: 100%;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 0 0 6px 6px; }
    .single-popular-course .seat-rating-fee .seat-rating {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.3);
      font-weight: 600;
      height: 100%; }
      .single-popular-course .seat-rating-fee .seat-rating div {
        padding: 0 20px;
        border-right: 1px solid #ebebeb;
        height: 100%;
        line-height: 40px; }
      .single-popular-course .seat-rating-fee .seat-rating i {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.3); }
    .single-popular-course .seat-rating-fee .course-fee a {
      display: inline-block;
      width: 70px;
      height: 40px;
      border-radius: 0 0 6px 0;
      background-color: #e3d21b;
      text-align: center;
      line-height: 40px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #ffffff;
      letter-spacing: 0.75px; }
      .single-popular-course .seat-rating-fee .course-fee a.free {
        background-color: #3762f0; }

.single-course-intro {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px; }
  .single-course-intro .single-course-intro-content {
    width: 425px;
    height: auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 6px; }
    @media only screen and (max-width: 767px) {
      .single-course-intro .single-course-intro-content {
        width: 280px; } }
    .single-course-intro .single-course-intro-content .ratings {
      margin-bottom: 20px; }
      .single-course-intro .single-course-intro-content .ratings i {
        color: #e3d21b;
        font-size: 13px;
        padding: 0 3px;
        display: inline-block; }
    .single-course-intro .single-course-intro-content h3 {
      font-size: 30px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .single-course-intro .single-course-intro-content h3 {
          font-size: 24px; } }
    .single-course-intro .single-course-intro-content .meta {
      margin-bottom: 30px; }
      .single-course-intro .single-course-intro-content .meta span {
        color: rgba(0, 0, 0, 0.4);
        font-size: 5px;
        margin-right: 10px; }
      .single-course-intro .single-course-intro-content .meta a {
        color: rgba(0, 0, 0, 0.4);
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        margin-right: 10px; }
        .single-course-intro .single-course-intro-content .meta a:hover {
          color: #000; }
    .single-course-intro .single-course-intro-content .price {
      font-size: 12px;
      text-transform: uppercase;
      color: #3762f0;
      letter-spacing: 0.75px;
      font-weight: 700; }

.course--content {
  position: relative;
  z-index: 1; }

.default-tabs-content {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .default-tabs-content .nav-tabs {
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    flex-wrap: inherit;
    border-bottom: none;
    list-style-type: none;
    background-color: #f8f9f8;
    background: #e6e6e6;
    border: none;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    text-transform: capitalize; }
    .default-tabs-content .nav-tabs::-webkit-scrollbar {
      display: none; }
    .default-tabs-content .nav-tabs .nav-item {
      margin-bottom: 0;
      margin-right: 40px; }
      .default-tabs-content .nav-tabs .nav-item .nav-link {
        display: inline-block;
        letter-spacing: 1px;
        color: rgba(0, 0, 0, 0.25);
        -webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        text-align: center;
        border: none;
        transition: 0.5s;
        padding: 14px 0;
        background-color: #f8f9f8;
        background: #e6e6e6;
        position: relative;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 800; }
        .default-tabs-content .nav-tabs .nav-item .nav-link.active, .default-tabs-content .nav-tabs .nav-item .nav-link:hover, .default-tabs-content .nav-tabs .nav-item .nav-link:focus {
          background: #e6e6e6; }
        .default-tabs-content .nav-tabs .nav-item .nav-link.active {
          color: #221638; }
        .default-tabs-content .nav-tabs .nav-item .nav-link.active:before {
          transform: scaleX(1);
          background-color: #e30613; }
        .default-tabs-content .nav-tabs .nav-item .nav-link::before {
          content: '';
          bottom: 0;
          height: 2px;
          position: absolute;
          transition: 0.5s;
          left: 0;
          width: 100%;
          transform: scaleX(0);
          background-color: #e30613; }
        .default-tabs-content .nav-tabs .nav-item .nav-link:hover::before {
          transform: scaleX(1); }
      .default-tabs-content .nav-tabs .nav-item:last-child .nav-link {
        margin-right: 40px; }
  .default-tabs-content .tab-content {
    position: relative;
    z-index: 1; }

.default-review {
  position: relative;
  z-index: 1; }
  .default-review .about-review {
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .default-review .about-review h4 {
      margin-bottom: 20px;
      display: block; }
    .default-review .about-review p {
      font-size: 16px;
      line-height: 1.9; }
      .default-review .about-review p:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .default-review .about-review {
        padding: 30px; } }
  .default-review .default-ratings {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 767px) {
      .default-review .default-ratings {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .default-review .default-ratings .total-ratings {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 235px;
      flex: 0 0 235px;
      min-width: 235px;
      width: 235px;
      border-right: 1px solid #ebebeb;
      height: 250px; }
      @media only screen and (max-width: 767px) {
        .default-review .default-ratings .total-ratings {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          min-width: 100%;
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #ebebeb; } }
      .default-review .default-ratings .total-ratings h2 {
        font-size: 60px;
        margin-bottom: 5px; }
      .default-review .default-ratings .total-ratings .ratings-- {
        margin-bottom: 10px; }
        .default-review .default-ratings .total-ratings .ratings-- i {
          font-size: 18px;
          display: inline-block;
          padding: 0 5px;
          color: #e3d21b; }
      .default-review .default-ratings .total-ratings span {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.3); }
    .default-review .default-ratings .rating-viewer {
      padding: 50px 40px 35px; }
      @media only screen and (max-width: 767px) {
        .default-review .default-ratings .rating-viewer {
          padding: 40px 30px 25px; } }
      .default-review .default-ratings .rating-viewer span {
        color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        text-transform: uppercase;
        padding-right: 15px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .default-review .default-ratings .rating-viewer span {
            padding-right: 5px;
            font-size: 11px; } }
        @media only screen and (max-width: 767px) {
          .default-review .default-ratings .rating-viewer span {
            padding-right: 5px;
            font-size: 11px; } }
      .default-review .default-ratings .rating-viewer .progress {
        width: 300px;
        margin-right: 15px;
        height: 10px;
        border-radius: 0;
        background-color: #f1f1f1; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .default-review .default-ratings .rating-viewer .progress {
            width: 200px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .default-review .default-ratings .rating-viewer .progress {
            width: 140px; } }
        @media only screen and (max-width: 767px) {
          .default-review .default-ratings .rating-viewer .progress {
            width: 140px; } }
        .default-review .default-ratings .rating-viewer .progress .progress-bar {
          background-color: #b3b3b3; }
  .default-review .single-review {
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 767px) {
      .default-review .single-review {
        padding: 30px; } }
    .default-review .single-review p {
      margin-bottom: 0; }
    .default-review .single-review .review-admin .thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
      flex: 0 0 40px;
      max-width: 40px;
      width: 40px; }
    .default-review .single-review .review-admin .text {
      padding-left: 15px; }
      .default-review .single-review .review-admin .text h6 {
        font-size: 14px;
        margin-bottom: 0px; }
      .default-review .single-review .review-admin .text span {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4); }
    .default-review .single-review .ratings i {
      font-size: 14px;
      display: inline-block;
      padding: 0 3px;
      color: #e3d21b; }

.default-members {
  position: relative;
  z-index: 1; }
  .default-members .about-members {
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 767px) {
      .default-members .about-members {
        padding: 30px; } }
    .default-members .about-members h4 {
      margin-bottom: 20px;
      display: block; }
    .default-members .about-members p {
      font-size: 16px;
      line-height: 1.9; }
      .default-members .about-members p:last-child {
        margin-bottom: 0; }
  .default-members .all-instructors {
    padding: 40px 40px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 767px) {
      .default-members .all-instructors {
        padding: 30px 30px 0; } }
    .default-members .all-instructors h4 {
      margin-bottom: 25px;
      display: block; }
    .default-members .all-instructors .single-instructor {
      position: relative;
      z-index: 1;
      background-color: #f7f7f7;
      border-radius: 6px; }
      .default-members .all-instructors .single-instructor .instructor-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        width: 80px;
        max-width: 80px;
        height: 80px; }
      .default-members .all-instructors .single-instructor .instructor-info {
        padding-left: 25px; }
        .default-members .all-instructors .single-instructor .instructor-info h5 {
          font-size: 18px;
          margin-bottom: 5px; }
          @media only screen and (max-width: 767px) {
            .default-members .all-instructors .single-instructor .instructor-info h5 {
              font-size: 14px; } }
        .default-members .all-instructors .single-instructor .instructor-info span {
          font-weight: 400;
          color: rgba(0, 0, 0, 0.4);
          font-size: 14px; }

.instructors-video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  background-attachment: fixed !important; }
  .instructors-video::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    z-index: -1; }
  .instructors-video h2 {
    font-size: 100px;
    color: #3762f0;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .instructors-video h2 {
        font-size: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .instructors-video h2 {
        font-size: 42px; } }
    @media only screen and (max-width: 767px) {
      .instructors-video h2 {
        font-size: 24px; } }
  .instructors-video .video-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 6px;
    text-align: center; }
    .instructors-video .video-btn i {
      line-height: 40px;
      font-size: 18px;
      color: #ffffff; }
    .instructors-video .video-btn:hover {
      background-color: #fff; }
      .instructors-video .video-btn:hover i {
        color: #3762f0; }

.single-instructor {
  position: relative;
  z-index: 1;
  background-color: #f7f7f7;
  border-radius: 6px; }
  .single-instructor .instructor-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
    height: 80px; }
  .single-instructor .instructor-info {
    padding-left: 25px; }
    .single-instructor .instructor-info h5 {
      font-size: 18px;
      margin-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        .single-instructor .instructor-info h5 {
          font-size: 14px; } }
    .single-instructor .instructor-info span {
      font-weight: 400;
      color: rgba(0, 0, 0, 0.4);
      font-size: 14px; }

.sidebar-widget {
  position: relative;
  z-index: 1;
  padding: 35px 30px;
  border: 1px solid #ebebeb;
  border-bottom: none; }
  .sidebar-widget:last-child {
    border-bottom: 1px solid #ebebeb; }
  .sidebar-widget h4 {
    margin-bottom: 20px;
    font-size: 24px;
    display: block; }
  .sidebar-widget .features-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px; }
    .sidebar-widget .features-list li h6 {
      color: rgba(0, 0, 0, 0.3); }
      @media only screen and (max-width: 767px) {
        .sidebar-widget .features-list li h6 {
          font-size: 14px; } }
      .sidebar-widget .features-list li h6 i {
        margin-right: 10px; }
  .sidebar-widget .single--courses {
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
    .sidebar-widget .single--courses:last-child {
      margin-bottom: 0; }
    .sidebar-widget .single--courses .thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      width: 80px;
      max-width: 80px;
      height: 50px;
      border-radius: 6px; }
      .sidebar-widget .single--courses .thumb img {
        border-radius: 6px; }
    .sidebar-widget .single--courses .content {
      padding-left: 20px; }
      .sidebar-widget .single--courses .content h5 {
        font-size: 18px;
        margin-bottom: 5px;
        color: rgba(0, 0, 0, 0.35); }
        @media only screen and (max-width: 767px) {
          .sidebar-widget .single--courses .content h5 {
            font-size: 14px; } }
      .sidebar-widget .single--courses .content h6 {
        font-size: 12px;
        color: #e3d21b;
        margin-bottom: 0; }

.single-accordion.panel {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h4 {
  padding: 12px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 17px; }
  @media only screen and (min-width: 767px) {
    .single-accordion h4 {
      margin-bottom: 0;
      text-transform: capitalize;
      font-size: 18px;
      padding: 10px; } }
  .single-accordion h4 a {
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    margin: 0;
    position: relative;
    text-transform: capitalize;
    font-weight: bold; }
    .single-accordion h4 a::after {
      font-family: 'Font Awesome\ 5 Free';
      content: "\f077";
      float: right; }
    .single-accordion h4 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 17px; }
      .single-accordion h4 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h4 a.collapsed {
      border-bottom: 0;
      padding-bottom: 0;
      color: #202020; }
      .single-accordion h4 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h4 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
    .single-accordion h4 a.collapsed::after {
      content: "\f078";
      font-family: 'Font Awesome\ 5 Free';
      float: right;
      transition: 0.3s; }
    .single-accordion h4 a:hover {
      color: unset; }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
  border-radius: 0 0 6px 6px;
  padding: 12px 12px 12px 12px;
  border-top: 1px solid #e6e6e6; }
  @media only screen and (min-width: 767px) {
    .single-accordion .accordion-content {
      padding: 10px 10px 10px 10px; } }
  .single-accordion .accordion-content p {
    margin-bottom: 1rem; }

/* :: 8.0 Upcoming Events */
.single-upcoming-events {
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px; }
  .single-upcoming-events .events-thumb {
    display: block;
    width: 100%;
    border-radius: 6px 6px 0 0;
    position: relative;
    z-index: 1; }
    .single-upcoming-events .events-thumb::after {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.31);
      content: '';
      z-index: 2; }
    .single-upcoming-events .events-thumb img {
      width: 100%; }
    .single-upcoming-events .events-thumb .event-title {
      position: absolute;
      top: 50%;
      color: #ffffff;
      width: 100%;
      text-align: center;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-bottom: 0;
      z-index: 10; }
    .single-upcoming-events .events-thumb .event-date {
      position: absolute;
      width: 100%;
      text-align: center;
      top: 7%;
      color: #ffffff;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.75px;
      z-index: 10; }
  .single-upcoming-events .date-fee {
    width: 100%;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 0 0 6px 6px; }
    .single-upcoming-events .date-fee .date p {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.3);
      font-weight: 600;
      height: 100%;
      line-height: 40px;
      margin-bottom: 0;
      padding: 0 30px; }
    .single-upcoming-events .date-fee .events-fee a {
      display: inline-block;
      width: 70px;
      height: 40px;
      border-radius: 0 0 6px 0;
      background-color: #e3d21b;
      text-align: center;
      line-height: 40px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #ffffff;
      letter-spacing: 0.75px; }
      .single-upcoming-events .date-fee .events-fee a.free {
        background-color: #3762f0; }

/* :: 9.0 Register Now */
.register-now {
  position: relative;
  z-index: 1;
  background-repeat: repeat;
  padding-left: 5%;
  padding-right: 5%; }
  @media only screen and (max-width: 767px) {
    .register-now {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .register-now::after {
    background-color: rgba(214, 223, 251, 0.7);
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1; }
  .register-now .register-contact-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    min-width: 45%;
    width: 45%;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 6px; }
    @media only screen and (max-width: 767px) {
      .register-now .register-contact-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%;
        padding: 15px; } }
    .register-now .register-contact-form .forms h4 {
      margin-bottom: 40px; }
    .register-now .register-contact-form .forms .form-control {
      width: 100%;
      border-radius: 6px;
      border: 1px solid #ebebeb;
      height: 40px;
      padding: 0 20px;
      color: rgba(0, 0, 0, 0.25);
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 20px;
      display: block; }
  .register-now .register-now-countdown {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    min-width: 45%;
    width: 45%; }
    @media only screen and (max-width: 767px) {
      .register-now .register-now-countdown {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%; } }
    .register-now .register-now-countdown h3 {
      font-size: 30px;
      margin-bottom: 15px; }
    .register-now .register-now-countdown p {
      margin-bottom: 0; }
    .register-now .register-now-countdown .register-countdown {
      display: block;
      margin-top: 50px; }
    .register-now .register-now-countdown .events-cd div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px;
      min-width: 110px;
      width: 110px;
      padding: 15px 0;
      text-align: center;
      border: 1px solid #ffffff;
      border-radius: 6px;
      margin-right: 12px;
      font-size: 36px;
      font-weight: 700;
      color: #3762f0; }
      .register-now .register-now-countdown .events-cd div span {
        margin-top: 0;
        color: rgba(255, 255, 255, 0.7);
        font-size: 18px;
        font-weight: 700;
        display: block; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .register-now .register-now-countdown .events-cd div {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 80px;
          flex: 0 0 80px;
          min-width: 80px;
          width: 80px;
          font-size: 24px; }
          .register-now .register-now-countdown .events-cd div span {
            font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .register-now .register-now-countdown .events-cd div {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
          flex: 0 0 60px;
          min-width: 60px;
          width: 60px;
          font-size: 18px; }
          .register-now .register-now-countdown .events-cd div span {
            font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .register-now .register-now-countdown .events-cd div {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
          flex: 0 0 60px;
          min-width: 60px;
          width: 60px;
          font-size: 18px; }
          .register-now .register-now-countdown .events-cd div span {
            font-size: 12px; } }

/* :: 10.0 Best Tutors Area */
.single-tutors-slides {
  position: relative;
  z-index: 1; }
  .single-tutors-slides .tutor-thumbnail {
    width: 165px;
    height: 165px;
    background-color: #000;
    border-radius: 6px;
    margin: 0 auto 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); }
    .single-tutors-slides .tutor-thumbnail img {
      border-radius: 6px;
      width: 100%; }
  .single-tutors-slides .tutor-information {
    display: none;
    position: relative;
    z-index: 1;
    padding: 20px 30px;
    background-color: #f7f7f7;
    border-radius: 6px; }
    .single-tutors-slides .tutor-information::after {
      position: absolute;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 15px solid #f7f7f7;
      content: '';
      top: -14px;
      left: 49%; }
    .single-tutors-slides .tutor-information h5 {
      font-size: 18px;
      margin-bottom: 5px; }
    .single-tutors-slides .tutor-information span {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.4);
      margin-bottom: 20px;
      display: block; }
    .single-tutors-slides .tutor-information p {
      margin-bottom: 30px; }
    .single-tutors-slides .tutor-information .social-info a {
      display: inline-block;
      padding: 0 10px; }
      .single-tutors-slides .tutor-information .social-info a:hover, .single-tutors-slides .tutor-information .social-info a:focus {
        color: #2c56df; }

.center .single-tutors-slides .tutor-information {
  display: block; }

.tutors-slide .owl-prev,
.tutors-slide .owl-next {
  position: absolute;
  width: 40px;
  top: 62.5px;
  background-color: transparent;
  height: 40px;
  text-align: center;
  color: #cccccc;
  font-size: 30px;
  line-height: 36px;
  border-radius: 6px;
  left: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .tutors-slide .owl-prev:hover,
  .tutors-slide .owl-next:hover {
    background-color: #2c56df;
    color: #ffffff; }
.tutors-slide .owl-next {
  left: auto;
  right: 0; }

/* :: 11.0 Blog Area */
.blog-page {
  padding-left: 7%;
  padding-right: 7%; }

.single-blog-area {
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px; }
  .single-blog-area img {
    display: block;
    width: 100%;
    border-radius: 6px 6px 0 0; }
  .single-blog-area .blog-content {
    padding: 25px; }
    .single-blog-area .blog-content .blog-headline {
      display: block; }
      .single-blog-area .blog-content .blog-headline h4 {
        margin-bottom: 5px;
        margin-left: -1px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
        .single-blog-area .blog-content .blog-headline h4:hover, .single-blog-area .blog-content .blog-headline h4:focus {
          color: #2c56df; }
    .single-blog-area .blog-content .meta {
      margin-bottom: 15px; }
      .single-blog-area .blog-content .meta span {
        color: rgba(0, 0, 0, 0.4);
        font-size: 5px;
        margin-right: 10px; }
      .single-blog-area .blog-content .meta a {
        color: rgba(0, 0, 0, 0.4);
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        margin-right: 10px; }
        @media only screen and (max-width: 767px) {
          .single-blog-area .blog-content .meta a {
            font-size: 12px; } }
        .single-blog-area .blog-content .meta a:hover {
          color: #000; }
    .single-blog-area .blog-content p {
      margin-bottom: 0; }

.blog-catagories {
  position: relative;
  z-index: 1; }
  .blog-catagories .single-catagories {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    width: 165px;
    max-width: 165px;
    height: 100px;
    text-align: center;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; }
    .blog-catagories .single-catagories::after {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: rgba(255, 255, 255, 0.9);
      top: 0;
      left: 0;
      content: ''; }
    .blog-catagories .single-catagories h6 {
      font-size: 14px;
      margin-bottom: 0;
      color: #3762f0;
      text-transform: uppercase;
      letter-spacing: 0.75px;
      line-height: 1.9;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      text-align: center;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .blog-catagories .single-catagories h6:hover, .blog-catagories .single-catagories h6:focus {
        color: #1b1b1b; }

.blog-details-text {
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  padding: 45px 40px;
  border-radius: 6px; }
  @media only screen and (max-width: 767px) {
    .blog-details-text {
      padding: 35px 30px; } }
  .blog-details-text p {
    font-size: 16px;
    line-height: 1.9; }
  .blog-details-text h5 {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    line-height: 1.9; }
  .blog-details-text .post-tags {
    margin-top: 50px;
    position: relative;
    z-index: 1; }
    .blog-details-text .post-tags ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .blog-details-text .post-tags ul li a {
        display: inline-block;
        padding: 0 15px;
        border: 1px solid #ebebeb;
        line-height: 23px;
        height: 25px;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.2);
        background-color: #ffffff;
        border-radius: 6px;
        margin-right: 10px; }
        .blog-details-text .post-tags ul li a:hover, .blog-details-text .post-tags ul li a:focus {
          border: 1px solid #3762f0;
          background-color: #3762f0;
          color: #ffffff; }
        @media only screen and (max-width: 767px) {
          .blog-details-text .post-tags ul li a {
            padding: 0 5px; } }

.related-posts {
  padding-left: 7%;
  padding-right: 7%; }

.post-a-comments {
  position: relative;
  z-index: 1; }
  .post-a-comments h4 {
    text-align: center;
    margin-bottom: 25px;
    display: block;
    font-size: 24px; }
  .post-a-comments form {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
    padding: 35px 50px;
    border-radius: 6px; }
    .post-a-comments form .form-control {
      width: 100%;
      border-radius: 6px;
      border: 1px solid #ebebeb;
      height: 40px;
      padding: 15px 20px;
      color: rgba(0, 0, 0, 0.25);
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 20px;
      display: block; }
    .post-a-comments form textarea,
    .post-a-comments form textarea.form-control {
      width: 100%;
      height: 130px; }

.comments-area {
  position: relative;
  z-index: 1; }
  .comments-area h4 {
    text-align: center;
    margin-bottom: 25px;
    display: block;
    font-size: 24px; }
  .comments-area .comments-list {
    border-radius: 6px; }
    .comments-area .comments-list li {
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
      padding: 30px;
      margin-bottom: 30px; }
      .comments-area .comments-list li ol li {
        border-top: 1px solid #ebebeb;
        padding-top: 30px;
        box-shadow: none;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0; }
    .comments-area .comments-list .single-comment-wrap p {
      margin-bottom: 0; }
    .comments-area .comments-list .single-comment-wrap .comment-admin .thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
      flex: 0 0 40px;
      max-width: 40px;
      width: 40px; }
      .comments-area .comments-list .single-comment-wrap .comment-admin .thumb img {
        border-radius: 6px; }
    .comments-area .comments-list .single-comment-wrap .comment-admin .text {
      padding-left: 15px; }
      .comments-area .comments-list .single-comment-wrap .comment-admin .text h6 {
        font-size: 14px;
        margin-bottom: 0px; }
      .comments-area .comments-list .single-comment-wrap .comment-admin .text span {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4); }
    .comments-area .comments-list .single-comment-wrap .reply a {
      display: inline-block;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #3762f0; }

/* :: 12.0 Breadcumb Area */
.breadcumb-area {
  position: relative;
  z-index: 1; }
  .breadcumb-area .breadcrumb {
    padding: 11px 2rem;
    margin-bottom: 0;
    background-color: #f7f7f7;
    border-radius: 0;
    height: 40px; }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .breadcrumb {
        height: auto; } }
    .breadcumb-area .breadcrumb .breadcrumb-item {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.3);
      text-transform: uppercase;
      font-weight: 600; }
      .breadcumb-area .breadcrumb .breadcrumb-item a {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
        font-weight: 600; }
        .breadcumb-area .breadcrumb .breadcrumb-item a:hover, .breadcumb-area .breadcrumb .breadcrumb-item a:focus {
          color: #000; }

.default-catagory {
  width: 100%;
  height: 240px;
  position: relative;
  z-index: 2; }
  .default-catagory::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(215, 224, 252, 0.9);
    z-index: -1; }
  .default-catagory h3 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    color: #3762f0;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .default-catagory h3 {
        font-size: 24px; } }
  .default-catagory.blog-details::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1; }
  .default-catagory.blog-details h3 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 20px;
    display: block; }
    @media only screen and (max-width: 767px) {
      .default-catagory.blog-details h3 {
        font-size: 24px; } }
  .default-catagory.blog-details .meta {
    margin-bottom: 15px; }
    .default-catagory.blog-details .meta span {
      color: #ffffff;
      font-size: 5px;
      margin-right: 10px;
      font-weight: 600; }
    .default-catagory.blog-details .meta a {
      color: #ffffff;
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .default-catagory.blog-details .meta a {
          font-size: 14px; } }
      .default-catagory.blog-details .meta a:hover {
        color: #000; }

/* :: 13.0 Contact Area */
.contact--info {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  padding: 35px 30px;
  border: 1px solid #ebebeb;
  border-radius: 6px; }
  @media only screen and (max-width: 767px) {
    .contact--info {
      padding: 20px; } }
  .contact--info h4 {
    margin-bottom: 20px;
    font-size: 24px;
    display: block; }
  .contact--info .contact-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px; }
    .contact--info .contact-list li h6 {
      color: rgba(0, 0, 0, 0.3); }
      @media only screen and (max-width: 767px) {
        .contact--info .contact-list li h6 {
          font-size: 12px; } }
      .contact--info .contact-list li h6 i {
        margin-right: 10px; }
        @media only screen and (max-width: 767px) {
          .contact--info .contact-list li h6 i {
            margin-right: 5px; } }

.contact-form {
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  padding: 35px 50px;
  border-radius: 6px;
  margin-top: -70px;
  background-color: #ffffff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .contact-form {
      margin-bottom: 50px;
      padding: 30px; } }
  .contact-form h4 {
    margin-bottom: 25px;
    display: block;
    font-size: 24px; }
  .contact-form form {
    position: relative;
    z-index: 1; }
    .contact-form form .form-control {
      width: 100%;
      border-radius: 6px;
      border: 1px solid #ebebeb;
      height: 40px;
      padding: 15px 20px;
      color: rgba(0, 0, 0, 0.25);
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 20px;
      display: block; }
    .contact-form form textarea,
    .contact-form form textarea.form-control {
      width: 100%;
      height: 130px; }

#googleMap {
  width: 100%;
  height: 400px; }

/* :: 14.0 Page Content */
.page-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 767px) {
    .page-content {
      padding: 30px; } }
  .page-content h4 {
    margin-bottom: 15px; }
  .page-content p {
    font-size: 16px;
    line-height: 2; }
    .page-content p:last-of-type {
      margin-bottom: 0; }

/* :: 15.0 Footer Area */
.top-footer-area {
  position: relative;
  z-index: 1;
  background-color: #252525;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #4c4c4c; }
  .top-footer-area .footer-logo {
    display: block;
    margin-bottom: 15px; }
  .top-footer-area p {
    margin-bottom: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Open Sans", sans-serif; }
    .top-footer-area p a {
      color: rgba(255, 255, 255, 0.5);
      font-size: 12px;
      font-family: "Open Sans", sans-serif; }
      .top-footer-area p a:hover, .top-footer-area p a:focus {
        color: #ffffff; }

.bottom-footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  background-color: #1f1f1f; }
  @media only screen and (max-width: 767px) {
    .bottom-footer-area {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto; } }
  .bottom-footer-area .contact-info {
    position: relative;
    z-index: 1; }
    .bottom-footer-area .contact-info a {
      display: inline-block;
      height: 40px;
      padding: 0 30px;
      line-height: 40px;
      color: rgba(255, 255, 255, 0.5);
      font-size: 12px;
      border-right: 1px solid #4c4c4c; }
      .bottom-footer-area .contact-info a span {
        text-transform: uppercase; }
      .bottom-footer-area .contact-info a:hover, .bottom-footer-area .contact-info a:focus {
        color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .bottom-footer-area .contact-info a {
          padding: 0 10px;
          font-size: 11px; }
          .bottom-footer-area .contact-info a:last-child {
            border-right: none; } }
    @media only screen and (max-width: 767px) {
      .bottom-footer-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
  .bottom-footer-area .follow-us {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .bottom-footer-area .follow-us {
        margin-left: auto; } }
    .bottom-footer-area .follow-us span {
      display: inline-block;
      height: 40px;
      padding: 0 20px;
      line-height: 40px;
      color: rgba(255, 255, 255, 0.5);
      font-size: 12px;
      text-transform: uppercase; }
    .bottom-footer-area .follow-us a {
      display: inline-block;
      height: 40px;
      padding: 0 20px;
      line-height: 40px;
      color: rgba(255, 255, 255, 0.5);
      font-size: 12px;
      border-left: 1px solid #4c4c4c; }
      .bottom-footer-area .follow-us a span {
        text-transform: uppercase; }
      .bottom-footer-area .follow-us a:hover, .bottom-footer-area .follow-us a:focus {
        color: #ffffff; }

#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 999999;
  text-align: center; }

.body-padding {
  padding: 2.5rem 0px; }

.footer-area {
  position: absolute;
  bottom: 0;
  margin-top: 60px;
  width: 100%;
  white-space: nowrap; }

.course-enroll-btn {
  background: #e30613;
  width: 100%;
  padding: 8px 50px;
  color: #fff; }
  .course-enroll-btn:hover, .course-enroll-btn:focus {
    background-color: #273044;
    color: #fff; }

.course {
  position: relative;
  /*z-index: 1;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background-color: $white-color;*/ }
  .course .course-img {
    height: 270px; }
    @media only screen and (max-width: 767px) {
      .course .course-img {
        height: 270px; } }
  .course .course-title {
    margin-bottom: 0.2rem; }
    .course .course-title * {
      font-weight: bold; }
  .course .course-content {
    padding: 25px; }
    .course .course-content h4 {
      margin-bottom: 5px; }
    .course .course-content .course-meta {
      margin-bottom: 15px; }
      .course .course-content .course-meta * {
        color: rgba(0, 0, 0, 0.4); }
      .course .course-content .course-meta span {
        font-weight: bold; }
      .course .course-content .course-meta span i {
        font-size: 5px;
        margin: 0px 6px; }
      .course .course-content .course-meta a {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        margin-right: 10px; }
        .course .course-content .course-meta a:hover {
          color: #000; }
    .course .course-content p {
      margin-bottom: 0; }
  .course .course-footer {
    width: 100%;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 0 0 6px 6px; }
    .course .course-footer .course-show-details {
      background-color: #3762f0;
      border-radius: 0 0 0 6px;
      border-right: 1px solid #f7f7f7; }
      .course .course-footer .course-show-details a, .course .course-footer .course-show-details button {
        display: inline-block;
        height: 40px;
        width: 100%;
        border-radius: 0 0 0 6px;
        background-color: #3762f0;
        text-align: center;
        line-height: 40px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        letter-spacing: 0.75px; }
        .course .course-footer .course-show-details a:focus, .course .course-footer .course-show-details button:focus {
          box-shadow: none; }
    .course .course-footer .course-enroll {
      background-color: #e30613;
      border-radius: 0 0 6px 6px; }
      .course .course-footer .course-enroll a {
        display: inline-block;
        width: 100%;
        height: 40px;
        border-radius: 0 0 6px 6px;
        background-color: #e30613;
        text-align: center;
        line-height: 1.9;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        letter-spacing: 0.75px; }
        .course .course-footer .course-enroll a.free {
          background-color: #3762f0; }
  @media only screen and (min-width: 767px) {
    .course .single-course-info {
      position: absolute;
      top: -20px;
      left: -50px;
      right: -90px;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 10px 30px 11px rgba(0, 0, 0, 0.25);
      visibility: hidden;
      opacity: 0;
      transform: translateY(-10px);
      z-index: 100;
      transition: none; } }
  @media only screen and (max-width: 767px) {
    .course .single-course-info {
      opacity: 0;
      display: none; } }

.single-course-banner {
  /*background-image: url(/img/bg_1.jpg);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 5rem 0px; }
  @media only screen and (max-width: 767px) {
    .single-course-banner {
      padding: 1.5rem 0px; } }
  .single-course-banner.design1 {
    background-image: url(/img/bg-dark.jpg); }
  .single-course-banner.design1:before {
    position: absolute;
    content: "";
    background: #183661;
    opacity: .4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .single-course-banner p {
    font-size: 14px; }
  .single-course-banner * {
    color: white; }
  .single-course-banner .single-course-banner-text {
    z-index: 2;
    position: relative; }

.single-course-description {
  position: relative;
  z-index: 1; }
  .single-course-description .about-course {
    background-color: white; }
    .single-course-description .about-course h4 {
      margin-bottom: 20px;
      display: block; }
    .single-course-description .about-course p {
      font-size: 16px;
      line-height: 1.9; }
      .single-course-description .about-course p:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .single-course-description .about-course {
        padding: 30px; } }
  .single-course-description .all-instructors {
    padding: 40px 40px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background-color: white; }
    @media only screen and (max-width: 767px) {
      .single-course-description .all-instructors {
        padding: 30px 30px 0; } }
    .single-course-description .all-instructors h4 {
      margin-bottom: 25px;
      display: block; }
    .single-course-description .all-instructors .single-instructor {
      position: relative;
      z-index: 1;
      background-color: #f7f7f7;
      border-radius: 6px; }
      .single-course-description .all-instructors .single-instructor .instructor-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        width: 80px;
        max-width: 80px;
        height: 80px; }
      .single-course-description .all-instructors .single-instructor .instructor-info {
        padding-left: 25px; }
        .single-course-description .all-instructors .single-instructor .instructor-info h5 {
          font-size: 18px;
          margin-bottom: 5px; }
          @media only screen and (max-width: 767px) {
            .single-course-description .all-instructors .single-instructor .instructor-info h5 {
              font-size: 14px; } }
        .single-course-description .all-instructors .single-instructor .instructor-info span {
          font-weight: 400;
          color: rgba(0, 0, 0, 0.4);
          font-size: 14px; }
  .single-course-description .default-faqs {
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .single-course-description .default-faqs h4 {
      margin-bottom: 25px;
      display: block; }
    @media only screen and (max-width: 767px) {
      .single-course-description .default-faqs {
        padding: 30px; } }

.lesson-list {
  display: block;
  margin-top: 10px;
  padding-left: 25px; }
  .lesson-list .lesson-list-item {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb; }
    .lesson-list .lesson-list-item span[data-toggle="tooltip"] {
      font-size: 20px; }
  .lesson-list i {
    color: #e3d21b;
    margin-right: 5px;
    display: inline-block; }

.single-course-curriculum {
  position: relative;
  z-index: 1; }
  .single-course-curriculum .about-curriculum {
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .single-course-curriculum .about-curriculum h4 {
      margin-bottom: 20px;
      display: block; }
    .single-course-curriculum .about-curriculum p {
      font-size: 16px;
      line-height: 1.9; }
      .single-course-curriculum .about-curriculum p:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .single-course-curriculum .about-curriculum {
        padding: 30px; } }
  .single-course-curriculum .lesson-list-group .lesson-list-group-item {
    display: block;
    margin-bottom: 2rem;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5); }
    .single-course-curriculum .lesson-list-group .lesson-list-group-item:last-child {
      margin-bottom: 0; }
    .single-course-curriculum .lesson-list-group .lesson-list-group-item i {
      color: #e30613;
      margin-right: 5px;
      display: inline-block; }
    .single-course-curriculum .lesson-list-group .lesson-list-group-item .lesson-list-group-item-title .lesson-title {
      font-weight: 800;
      display: block; }
      .single-course-curriculum .lesson-list-group .lesson-list-group-item .lesson-list-group-item-title .lesson-title::after {
        font-family: 'Font Awesome\ 5 Free';
        float: right;
        content: "\f077"; }
      .single-course-curriculum .lesson-list-group .lesson-list-group-item .lesson-list-group-item-title .lesson-title.collapsed::after {
        content: "\f078"; }
  .single-course-curriculum .curriculum-section {
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .single-course-curriculum .curriculum-section h4 {
      margin-bottom: 20px;
      display: block; }
    .single-course-curriculum .curriculum-section h5 {
      color: rgba(0, 0, 0, 0.6);
      font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .single-course-curriculum .curriculum-section {
        padding: 30px; } }

.single-course-sidebar {
  background: white; }
  @media only screen and (min-width: 767px) {
    .single-course-sidebar {
      background-color: #f8f9f8;
      border-radius: 5px;
      margin-left: 15px;
      margin-top: -330px;
      z-index: 999999;
      box-shadow: none;
      padding: 12px 12px 0px 12px; } }
  @media only screen and (min-width: 767px) {
    .single-course-sidebar .single-course-img {
      height: auto;
      box-shadow: none;
      border-radius: 0; } }
  .single-course-sidebar .single-course-img img {
    width: 100%; }
  .single-course-sidebar .sidebar-widget {
    border: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px; }
    .single-course-sidebar .sidebar-widget .features-list li {
      padding-bottom: 10px;
      font-size: 28px;
      font-weight: 800;
      border-bottom: 1px solid #e5e5e7;
      padding: 6px 0; }
    .single-course-sidebar .sidebar-widget .features-list li h6 {
      font-weight: 800;
      color: rgba(0, 0, 0, 0.8); }
      .single-course-sidebar .sidebar-widget .features-list li h6 i {
        color: #e30613;
        margin-right: 10px; }

#toast-container > div {
  box-shadow: 0 0 12px #00000094;
  border-radius: 15px 15px 15px 15px; }

.toast {
  max-width: 400px; }

.toast-error {
  background-color: #e30613; }

.toast-success {
  background-color: #51a351; }

.user-profile-left {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background: white; }
  .user-profile-left p {
    color: rgba(0, 0, 0, 0.4);
    font-weight: bold; }

.user-profile-content {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background: white;
  padding-bottom: 2rem; }

.default-wrapper {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background: white; }

.carousel-course {
  background: #f8f8f8;
  border-radius: 8px; }
  @media only screen and (min-width: 767px) {
    .carousel-course {
      margin: 0 10px; }
      .carousel-course:hover .single-course-info {
        transition-delay: .35s !important;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        transition: .3s ease; } }
  .carousel-course .carousel-course-image {
    /*height: 177px;*/ }
  .carousel-course .carousel-course-link {
    font-size: 1rem;
    word-break: break-word;
    white-space: initial;
    line-height: 1.25;
    font-weight: 700; }
  .carousel-course .batch-deatils {
    word-break: break-all; }
    .carousel-course .batch-deatils .batch {
      padding: 5px 10px !important;
      line-height: 1.4;
      border-radius: 0 !important;
      font-size: 14px !important; }

.carousel-course-prev {
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: 35%;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: none;
  font-size: 2rem;
  font-weight: 700;
  color: white;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08); }

.carousel-course-next {
  border-radius: 50%;
  position: absolute;
  top: 35%;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: none;
  font-size: 2rem;
  font-weight: 700;
  color: white;
  text-align: center;
  text-decoration: none;
  right: -24px;
  font-size: 25pt;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08); }

.carousel-course-next:hover, .carousel-course-prev:hover {
  text-decoration: none; }

.carousel-course-prev i, .carousel-course-next i {
  font-size: 1.3rem;
  font-weight: bold;
  color: #e30613; }

.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.view-topic .about-topic {
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: white; }
.view-topic .topic-comments {
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: white; }
@media only screen and (max-width: 767px) {
  .view-topic iframe {
    width: 100%; } }
.view-topic .carousel-control-prev, .view-topic .carousel-control-next {
  width: 40px;
  z-index: 99;
  height: 40px;
  top: 0; }
  .view-topic .carousel-control-prev span i, .view-topic .carousel-control-next span i {
    color: black;
    font-size: 2rem; }

.pre-line {
  white-space: pre-line; }

.bg-red {
  background: #e30613; }

.btn {
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  overflow: hidden;
  position: relative;
  border: 0;
  transition: all 0.5s ease;
  font-weight: 400;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  border-radius: 5px; }

@media only screen and (min-width: 767px) {
  .login-wrapper {
    padding: 50px 0; } }

.log-in-wrap {
  border-radius: 5px 0 0 5px;
  background: #e30613;
  transition: all 0.4s ease;
  padding: 100px 48px 140px; }
  .log-in-wrap .thumb {
    margin-bottom: 24px; }
  .log-in-wrap p {
    color: #ffffff;
    margin-bottom: 28px; }
  @media only screen and (max-width: 767px) {
    .log-in-wrap {
      padding: 40px 38px 40px; } }

.log-in-form {
  border-radius: 0 5px 5px 0;
  background: #ffffff;
  transition: all 0.4s ease;
  z-index: 999;
  padding: 30px 50px 40px; }
  .log-in-form .btn {
    margin-top: 22px;
    color: #fff;
    width: 100%; }
  .log-in-form .checkbtn.btn {
    margin-top: 0;
    padding: 0; }
  .log-in-form .form-group input, .log-in-form input, .log-in-form select, .log-in-form textarea {
    height: 40px !important;
    line-height: 40px;
    border: 1px solid #f3f3f3;
    border: 1px solid #9f9f9f !important;
    padding: 0 20px;
    color: #646e85 !important;
    font-size: 14px; }
  .log-in-form textarea {
    height: unset !important; }
  .log-in-form .form-group {
    margin-bottom: 12px; }
  .log-in-form .form-group label, .log-in-form label {
    font-size: 14px;
    font-weight: 500;
    color: #273044;
    margin-bottom: 4px; }

.btn-custom {
  color: #fff;
  border: 0;
  background: #e30613; }
  .btn-custom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #022334;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-duration: 0.4s; }
  .btn-custom:hover:before, .btn-custom:focus:before {
    transform: scaleX(1); }
  .btn-custom:hover, .btn-custom:focus {
    outline: 0;
    color: #fff;
    box-shadow: none; }

.register-area {
  margin-top: 27px; }
  .register-area h6 {
    position: relative;
    font-weight: 800;
    color: #022334; }
    .register-area h6:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      height: 1px;
      width: 150px;
      background: #aeb5bf;
      margin-top: -1px; }
      @media only screen and (max-width: 767px) {
        .register-area h6:before {
          width: 20px; } }
    .register-area h6:after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      height: 1px;
      width: 150px;
      background: #aeb5bf;
      margin-top: -1px; }
      @media only screen and (max-width: 767px) {
        .register-area h6:after {
          width: 20px; } }
  .register-area a i {
    margin-right: 10px; }

.field-validation-error, #usernameValidation {
  font-size: 14px; }

.dashboard .welcome-message h4 {
  color: #3c3b37;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02rem; }

.page-section-title {
  position: relative;
  color: #868e96;
  display: flex;
  align-items: center;
  justify-content: start;
  z-index: 0; }
  .page-section-title:before {
    content: "";
    height: 1px;
    width: 100%;
    top: 28%;
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0; }
  .page-section-title h4 {
    display: inline-flex;
    max-width: 90%;
    text-transform: uppercase;
    color: #252525;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: .25rem;
    padding-right: .5rem;
    background-color: #fff; }

@media only screen and (max-width: 767px) {
  .owl-stage {
    flex-direction: row; } }

.bg-lightdark {
  background: #252525; }

.page-breadcrumbs a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px; }
  .page-breadcrumbs a:hover {
    color: #e30613; }

.quiz-result {
  max-width: 400px;
  margin: 30px auto 20px;
  text-align: center;
  margin: 0 auto; }
  .quiz-result .result-statistic {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0; }
    .quiz-result .result-statistic .result-statistic-field {
      display: flex; }
      .quiz-result .result-statistic .result-statistic-field label {
        font-weight: 700; }
      .quiz-result .result-statistic .result-statistic-field p {
        text-align: right; }
      .quiz-result .result-statistic .result-statistic-field label, .quiz-result .result-statistic .result-statistic-field p {
        flex: 1;
        margin: 0; }
  .quiz-result .result-grade .result-achieved {
    margin-bottom: 5px;
    font-size: 36px;
    border-bottom: 2px solid #f8303c; }
  .quiz-result .result-grade .result-achieved, .quiz-result .result-grade .result-require {
    display: inline-block;
    margin: 0 auto; }

.btn-link-white:hover {
  color: white; }

.red-border {
  border: 1px solid #e30613; }

.progress-border {
  border-top: 5px solid green !important; }

.progress-completed {
  background: green;
  color: white; }
  .progress-completed a {
    color: white !important; }

.progress-ongoing {
  background: orange; }

.color-green {
  color: green; }

.section-description a {
  width: 99.9%; }

.section-description a[aria-expanded="true"]:after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f077";
  float: right;
  color: #4c84ff; }

.section-description a[aria-expanded="false"]:after {
  content: "\f078";
  font-family: 'Font Awesome\ 5 Free';
  float: right;
  transition: 0.3s;
  color: #4c84ff; }

.checkboxField {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer !important;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkboxField input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0; }
  .checkboxField input[type=checkbox]:checked ~ .checkmark:after {
    display: block; }
  .checkboxField:hover input[type=checkbox] ~ .checkmark {
    background-color: transparent; }
  .checkboxField .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #e30613;
    cursor: pointer; }
  .checkboxField .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border: solid #e30613;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #e30613; }

.teacher-schedule {
  border: 3px solid #ff00006b; }

.radioButtonField {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radioButtonField input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .radioButtonField input:checked ~ .checkmark {
    background-color: #e30613; }
  .radioButtonField input:checked ~ .checkmark:after {
    display: block;
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    content: "";
    position: absolute;
    display: none; }
  .radioButtonField .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: rgba(227, 6, 19, 0.3); }

.teacher-event {
  background: #e30613 !important;
  border-color: #e30613 !important; }

.event-commpleted {
  color: #8ff18f !important; }

.event-ongoing {
  color: #ffdc9b !important; }

.color-red {
  color: #e30613; }

.rating-container {
  display: flex;
  align-items: center;
  line-height: 1; }

.notifications-menu #notification-toggle {
  font-size: 20px; }
.notifications-menu .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.76562rem;
  color: #6c757d;
  white-space: nowrap; }
.notifications-menu .notifications-list {
  width: 300px;
  right: 0px;
  top: 18px !important; }
.notifications-menu .notifications-list li.dropdown-header {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e9f2;
  padding-bottom: 0.94rem;
  padding: 1.25rem 1.25rem 0.63rem;
  color: #1b223c;
  font-size: 1rem;
  margin-bottom: 0.63rem; }
.notifications-menu .notifications-list > li a {
  display: block;
  color: #8a909d;
  font-size: 0.88rem;
  padding: 0.625rem 1.25rem; }
.notifications-menu #notification-toggle:hover {
  color: #e30613; }
.notifications-menu #notification-toggle::after {
  margin-left: -9px;
  margin-right: 16px;
  display: none; }
.notifications-menu #notification-toggle sup {
  color: #e30613;
  font-weight: bold;
  margin-left: -11px;
  left: 7.5px;
  top: -3px;
  font-size: 1.2rem; }
.notifications-menu .media-message .title {
  color: #1b223c;
  font-size: 0.9375rem;
  margin-bottom: 0;
  font-weight: 700; }
.notifications-menu .dropdown-notify {
  display: none;
  width: 320px;
  position: absolute;
  top: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  right: 0%; }
  @media (min-width: 992px) {
    .notifications-menu .dropdown-notify .dropdown-notify {
      left: auto;
      transform: translateX(0); } }

.font-size-15 {
  font-size: 0.94rem; }

.font-size-12 {
  font-size: .75rem; }

@media screen and (max-width: 992px) {
  .fc-toolbar div {
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .fc-toolbar .fc-center {
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px; }

  .fc-toolbar {
    flex-direction: column; } }

/*# sourceMappingURL=default.css.map */
