#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .page-loader {
    z-index: 7700;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background: url(../../assets/images/splash.svg) repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-loader .logo img {
    height: 300px;
  }
  @-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
      -webkit-transform: scale3D(1, 1, 1);
      transform: scale3D(1, 1, 1);
    }
    35% {
      -webkit-transform: scale3D(0, 0, 1);
      transform: scale3D(0, 0, 1);
    }
  }
  @keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
      -webkit-transform: scale3D(1, 1, 1);
      transform: scale3D(1, 1, 1);
    }
    35% {
      -webkit-transform: scale3D(0, 0, 1);
      transform: scale3D(0, 0, 1);
    }
  }
  .screen-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
  }
  .screen-title h1 {
    color: #333;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px;
  }
  .screen-title p {
    color: #9d9d9d;
    margin: 0;
    font-size: 16px;
  }
  .mob-main-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mob-main-logo img {
    height: 100px;
  }
  .main-intro {
    padding: 50px 0 0;
  }
  .main-intro .mobile-main-intro {
    padding: 20px 20px 0;
  }
  .main-intro .mobile-main-intro .owl-carousel {
    padding-bottom: 50px;
  }
  .main-intro .mobile-main-intro .owl-carousel .item img {
    height: 300px;
    width: auto;
    margin: 0 auto;
  }
  .main-intro .mobile-main-intro .owl-carousel .item .slide-caption {
    padding: 30px 20px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .main-intro .mobile-main-intro .owl-carousel .item .slide-caption h1 {
    font-size: 21px;
    font-weight: bold;
    color: #086654;
  }
  .main-intro .mobile-main-intro .owl-carousel .item .slide-caption p {
    color: #333;
    margin: 0;
  }
  .main-intro .mobile-main-intro .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9999;
  }
  .main-intro .mobile-main-intro .owl-carousel .owl-dots .owl-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
  }
  .main-intro .mobile-main-intro .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #e6be32;
    display: inline-block;
    border: 0;
    margin: 0 2px;
    position: relative;
    outline: none;
  }
  .main-intro .mobile-main-intro .owl-carousel .owl-dots .owl-dot.active {
    border-color: #086654;
  }
  .main-intro .mobile-main-intro .owl-carousel .owl-dots .owl-dot.active span {
    background: #086654;
  }
  .main-intro .mob-login-options {
    padding: 30px 20px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .main-intro .mob-login-options .btn {
    padding: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 10px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-intro .mob-login-options .btn-success {
    background: #086654;
    border: none !important;
  }
  .main-intro .mob-login-options .btn-outline-success {
    border-color: #086654;
    color: #086654;
  }
  .main-intro .mob-skip-intro {
    position: absolute;
    bottom: 30px;
    right: 20px;
  }
  .main-intro .mob-skip-intro .btn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none !important;
    width: 45px;
    height: 45px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn {
    margin: 0;
    box-shadow: none;
    outline: none;
  }
  .btn.focus,
  .btn:focus {
    box-shadow: none !important;
  }
  .text-success {
    color: #086654 !important;
  }
  .text-white {
    color: #fff;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .mob-login-screen {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../assets/images/pattern.jpg) repeat;
    height: 100%;
    width: 100%;
    padding: 60px 20px;
    overflow-y: scroll;
  }
  .mob-login-form {
    padding-top: 40px;
  }
  .mob-login-form .nav.nav-tabs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #086654;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
  }
  .mob-login-form .nav.nav-tabs .nav-item .nav-link {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px 20px;
    color: #086654;
    border: none !important;
  }
  .mob-login-form .nav.nav-tabs .nav-item .nav-link.active {
    background: #086654;
    color: #fff;
    border: none !important;
  }
  .mob-login-form .form-group h4 {
    font-size: 15px;
    color: #086654;
  }
  .mob-login-form .form-group label {
    color: #086654;
  }
  .mob-login-form .form-group label i {
    color: #086654;
    margin: 0 5px;
  }
  .mob-login-form .form-group .form-control {
    height: 45px;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .mob-login-form .form-group .btn {
    border: none !important;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background: #e6be32;
    height: 45px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .mob-login-form .form-group .avatar-upload {
    position: relative;
    margin-bottom: 50px;
  }
  .mob-login-form .form-group .avatar-upload .avatar-edit {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
  }
  .mob-login-form .form-group .avatar-upload .avatar-edit input {
    display: none;
  }
  .mob-login-form .form-group .avatar-upload .avatar-edit input + label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: rgba(57, 132, 118, 0.8);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    color: #fff;
  }
  .mob-login-form .form-group .avatar-upload .avatar-edit input + label i {
    margin: 0 5px;
    color: #fff;
  }
  .mob-login-form .form-group .avatar-upload .avatar-preview {
    width: 140px;
    height: 140px;
    position: relative;
    border: 6px solid #CFEFE0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  }
  .mob-login-form .form-group .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .mob-login-form .submit-btn {
    margin-bottom: 20px;
  }
  .mob-login-form .mob-form-option {
    display: flex;
    align-items: center;
    margin: 20px 0;
  }
  .mob-login-form .mob-form-option .form-check {
    margin: 0;
  }
  .mob-login-form .mob-form-option .form-check label {
    color: #A3A3A3;
  }
  .mob-login-form .mob-form-option .remember-me a {
    color: #A3A3A3;
  }
  .mob-login-form .mob-login-with {
    margin-top: 20px;
  }
  .mob-login-form .mob-login-with h4 {
    text-align: center;
    color: #193043;
    font-size: 18px;
    margin: 0 0 15px;
  }
  .mob-login-form .mob-login-with .social-btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mob-login-form .mob-login-with .social-btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 5px;
    color: #fff;
  }
  .mob-login-form .mob-create-account {
    margin-top: 30px;
    text-align: center;
  }
  .mob-login-form .mob-create-account p {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    font-weight: normal;
    color: #A3A3A3;
  }
  .mob-login-form .mob-create-account p a {
    color: #e6be32;
    text-decoration: underline;
  }
  .mob-back-btn {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .mob-back-btn .btn {
    color: #086654;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mob-section-title {
    margin-bottom: 30px;
  }
  .mob-section-title .mob-heading {
    margin: 0;
    font-weight: bold;
    font-size: 21px;
    color: #086654;
  }
  .mob-latest-coteries {
    padding: 60px 0;
  }
  .mob-latest-coteries .owl-carousel {
    padding-bottom: 40px;
  }
  .mob-latest-coteries .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .mob-latest-coteries .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    width: 90px;
    display: block;
  }
  .mob-latest-coteries .owl-carousel .owl-nav .owl-prev,
  .mob-latest-coteries .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background: #e6be32;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    opacity: inherit;
    margin: auto;
    outline: none;
  }
  .mob-latest-coteries .owl-carousel .owl-nav .owl-prev {
    float: left;
  }
  .mob-latest-coteries .owl-carousel .owl-nav .owl-next {
    float: right;
  }
  .mob-latest-instructors {
    padding-bottom: 120px;
  }
  .mob-latest-instructors .owl-carousel {
    padding-bottom: 40px;
  }
  .mob-latest-instructors .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .mob-latest-instructors .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    width: 90px;
    display: block;
  }
  .mob-latest-instructors .owl-carousel .owl-nav .owl-prev,
  .mob-latest-instructors .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background: #e6be32;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    opacity: inherit;
    margin: auto;
    outline: none;
  }
  .mob-latest-instructors .owl-carousel .owl-nav .owl-prev {
    float: left;
  }
  .mob-latest-instructors .owl-carousel .owl-nav .owl-next {
    float: right;
  }



  .mob-fixed-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    z-index: 999;
    background: #fff;
  }
  .mob-fixed-bar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mob-fixed-bar ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 12px 5px;
    color: #333;
    text-align: center;
    white-space: nowrap;
  }
  .mob-fixed-bar ul li a i {
    margin-bottom: 5px;
  }
  .mob-fixed-bar ul li a.active {
    color: #e6be32;
    border-top: 3px solid #e6be32;
  }




  @media (max-width: 1199px) {
    .mob-header {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 999;
    }
    .mob-header .content {
      padding: 20px 10px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .mob-header .content .mob-menu .btn {
      color: #fff;
      padding: 0 10px;
    }
    .mob-header .content .mob-logo img {
      height: 60px;
    }
    .mob-header .content .mob-notifications .dropdown .btn {
      background: transparent;
      color: #086654;
      border: none !important;
      outline: none;
    }
    .mob-header .content .mob-notifications .dropdown .btn:after {
      content: none;
    }
    .mob-header .content .mob-notifications .dropdown .dropdown-menu {
      min-width: 300px;
      max-height: 400px;
      overflow-x: hidden;
      overflow-y: scroll;
    }
    .mob-header .content .mob-notifications .dropdown .dropdown-menu .dropdown-item {
      padding: 10px;
      border-bottom: 1px solid #ddd;
    }
    .mob-header .content .mob-notifications .dropdown .dropdown-menu .dropdown-item h4 {
      color: #000;
      font-size: 18px;
      font-weight: bold;
    }
    .mob-header .content .mob-notifications .dropdown .dropdown-menu .dropdown-item p {
      color: #4a4a4a;
      margin-bottom: 10px;
    }
    .mob-header .content .mob-notifications .dropdown .dropdown-menu .dropdown-item span i {
      margin: 0 5px;
      color: #086654;
    }
    .mob-header .content .mob-notifications .dropdown .dropdown-menu .no-notifications {
      text-align: center;
    }
    .mob-header .content .mob-notifications .dropdown .dropdown-menu .no-notifications p {
      margin: 0;
      color: #9c9c9c;
      font-size: 16px;
    }
    .mob-header .content .mob-notifications .dropdown .dropdown-menu .more-noti {
      padding: 10px 10px 0;
    }
    .mob-header .content .mob-notifications .dropdown .dropdown-menu .more-noti .btn {
      background: #e6be32;
      color: #fff;
    }
    
  }
  