/*===========================================================================
    1. Element
===========================================================================*/
้html {
    height: 100%;
  }
  body {
    font-family: "Prompt", sans-serif;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    transition: all 0.34s;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  }
  a {
  }
  a:hover {
    text-decoration: none;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 760px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 990px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1340px;
    }
  }
  @media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      padding-right: 10;
      padding-left: 10;
    }
  }
  /*---------------------------------------------*/
  /* input {
    outline: none;
    border: none;
  }
  textarea {
    outline: none;
    border: none;
  }
  textarea:focus,
  input:focus {
    border-color: transparent !important;
  }
  label {
    display: block;
    margin: 0;
  } */
  
  /*---------------------------------------------*/
  button {
    outline: none !important;
    border: none;
    background: transparent;
  }
  button:hover {
    cursor: pointer;
  }
  iframe {
    border: none !important;
  }
  /*===========================================================================
      2. Section / Class & ID Selectors
  ===========================================================================*/
  /* Section : Container
      -----------------------------------------------------------------------*/
  .pd-lr {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .pd-t5 {
    padding-top: 5px;
  }
  .pd-t15 {
    padding-top: 15px;
  }
  div.container-fluid {
    margin: 0;
    padding: 0;
  }
  canvas {
    height: 80vh;
    width: 100vw;
    display: block;
    margin-top: -100;
  }
  .bg-section1 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  .bg-section2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  .bg-section3 {
    padding-top: 25px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  .bg-section4 {
    padding-top: 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  .bg-section5 {
    padding-top: 100px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  .bg-section6 {
    padding-top: 150px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  .bg-section7 {
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  .bg-section8 {
    padding-top: 250px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  .bg-section9 {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  .bg-section10 {
    padding-top: 25px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  .bg-section11 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  .bg-cover1 {
    background-image: url("../img/bg1.png");
  }
  .bg-cover2 {
    background-image: url("../img/bg2.png");
  }
  .bg-cover3 {
    background: #333;
  }
  .bg-cover4 {
    background: -moz-linear-gradient(top, #fff 0%, #f4b331 300%);
    background: -webkit-linear-gradient(top, #fff 0%, #f4b331 300%);
    background: linear-gradient(to bottom, #fff 0%, #f4b331 300%);
  }
  .bg-cover5 {
    background: #fff;
  }
  .bg-cover6 {
    background-color: #333333;
    background: repeat;
    background-image: url("../img/pattern1.png");
  }
  .bg-cover7 {
    background: #f7f7f7;
  }

  .btn.btn-primary {
    min-width: 185px;
    border-radius: 4px;
    padding: 10px 40px;
    background: #ff5555;
    color: #ffffff;
    font-weight: normal;
    -webkit-box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.08);
    border: 0;
  }

  button.btn.btn-action.btn-yellow {
    background: #ffa800;
    font-weight: 300;
  }
  
  button.btn.btn-action.btn-yellow.btn-large {
    width: 100%;
    font-size: 1.5em;
    font-weight: 300;
  }
  button.btn.btn-action.con-btn {
    border-radius: 30px;
    padding: 15px 60px;
    background: #FF5555;
    color: #ffffff;
    font-weight: normal;
  }
  button.btn-action {
    border-radius: 30px;
    padding: 5px 30px;
    color: #ffffff;
    font-weight: normal;
  }
  
  .white-border {
    position: relative;
    z-index: 1;
  }
  
  .white-border:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%;
    opacity: 0.3;
    height: 1px;
    width: 20%;
    border-bottom: 1px solid white;
  }
  
  .black-border {
    position: relative;
    z-index: 1;
  }
  
  .black-border:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%;
    opacity: 0.3;
    height: 1px;
    width: 20%;
    border-bottom: 1px solid #f18729;
  }
  
  .bck-t {
    color: #333;
  }
  .txt-reprog {
    position: absolute;
    bottom: 1.25rem;
    right: 1.5rem;
  }
  .txt-reprog.edit-prof {
    bottom: 3.5rem;
  }
  .iconic-i {
    position: absolute;
    top: 0rem;
    right: 0rem;
    width: 3.3rem;
    height: 4rem;
    transition: all 0.5s ease-out;
  }
  .dgrid {
    display: grid;
  }
  
  .gradient-fill {
    background: -moz-linear-gradient(to bottom, #f18729 0%, #ec5e36 100%);
    background: -webkit-linear-gradient(to bottom, #f18729 0%, #ec5e36 100%);
    background: linear-gradient(to bottom, #f18729 0%, #ec5e36 100%);
  }
  .gradient-fill:before {
    color: #f18729;
    background: #ffffff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  /* Section : Menu
      -----------------------------------------------------------------------*/
  header > div > div#menu > a {
  }
  
  #canvasWrapper {
    position: relative;
  }
  
  /*-----------------------------------------
  CONTENT
  -----------------------------------------*/
  /* Section : Edit profile
    -----------------------------------------------------------------------*/
  #edit-profile {
    margin: -1rem 0;
  }
  #edit-password {
    margin: -1rem 0;
    background-color: white;
  }
  #select-profile {
    background-color: white;
  }
  .section-title {
    text-align: center;
    margin-bottom: 3rem;
    color: #fff;
  }
  .contain-content {
    display: block;
    background-color: white;
  }
  @media (min-width: 992px) {
    .contain-content {
    }
  }
  .card.courses {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
  }
  .card.courses-box {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    min-height: 270px;
  }
  
  .guiding-img {
    max-width: 33vh;
    min-height: 25vh;
  }
  @media (max-width: 767px) {
    .card-body {
      flex-direction: column;
    }
    .guiding-img {
      max-width: 100%;
    }
  }

  .image-lobby {
    width: 100%; height: 250px;background: #333;
    border-radius: 8px;
  }
  
  .card.courses:before {
    content: "";
    position: absolute;
    height: 4rem;
    width: 100%;
    color: #f18729;
    border-radius: 0 0 0 0;
    background: -moz-linear-gradient(to bottom, #f18729 0%, #ec5e36 100%);
    background: -webkit-linear-gradient(to bottom, #f18729 0%, #ec5e36 100%);
    background: linear-gradient(to bottom, #f18729 0%, #ec5e36 100%);
    -webkit-box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.08);
    opacity: 0.9;
    top: 0;
    transition: all 0.3s ease-in-out;
  }
  .card.courses.member-area:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 7px;
    color: #f18729;
    border-radius: 0 0 0 0;
    background: -moz-linear-gradient(to bottom, #f18729 0%, #ec5e36 100%);
    background: -webkit-linear-gradient(to bottom, #f18729 0%, #ec5e36 100%);
    background: linear-gradient(to bottom, #f18729 0%, #ec5e36 100%);
    top: 0;
  }
  .card.courses:hover:before {
    height: 0.5rem;
  }
  .card.courses.member-area:hover:before {
    height: 4rem;
  }
  .media .media-body.pt-3 {
    z-index: 2;
  }
  .upper-s {
    transition: all 0.2s ease-out;
    padding-bottom: 1rem;
  }
  .card.courses:hover .upper-s {
    color: #333;
  }
  .card.courses:hover .iconic-i {
    width: 3rem;
    height: 3rem;
  }
  /* .courses-none {
    border: 0;
    padding: 3rem;
    padding-bottom: 0; 
    padding-top: 0; 
  } */
  .list-group-item {
    max-width: 500px;
    padding: .75rem 0rem;
  }
  .list-group-item p {
    width: 100%;
  }
  .dot {
    margin-right: 10px;
    height: 15px;
    width: 15px;
    background-color: #FFA800;
    border-radius: 50%;
    display: inline-block;
  }
  .card-title.promo-text {
    color: #132962;
    font-size: 3rem;
  }
  .card-text {
    color: #132962;
  }
  .card-text-lobby {
    color: #132962;
  }
  .card-text-lobby strong {
    color: #FFA800;
  }
  .card-text.promo-text {
    /* color: #132962; */
    font-size: 1.5rem;
    font-weight: normal;
  }
  .card-text.promo-quote {
    color: #57607D;
    font-size: 1.125rem;
    font-weight: lighter;
  }
  
  .divider {
   background: #132962;
   width: 85px;
   height: 5px;
   margin-top: 3rem;
   margin-bottom: 3rem;
  }
  
  .card-title {
    color: #fff;
  }
  .card.courses.member-area .card-title {
    color: #333;
  }
  .card-title.course-count {
    color: #333;
  }
  
  
  .card.courses:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .card.courses-none:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  }
  
  .progress {
    width: 100%;
  }
  .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
  }
  .progress-background {
    background-color: #f18729;
  }
  
  @media screen and (max-device-width: 360px) and (orientation: portrait) {
    .svg-teacher {
        display: none;
    }
  }
  @media screen and (max-device-width: 780px) and (orientation: portrait) {
    .svg-teacher {
        display: none;
    }
    .col-lg-7 .courses-none .media{
        margin-top: 3rem;
    }
  }
  
  @media (max-width: 992px) {
    .card.courses {
      margin-bottom: 2rem;
    }
    .circle-icon {
      width: 70px;
      height: 70px;
      font-size: 28px;
      line-height: 50px;
    }
    .txt-reprog {
      display: none;
      opacity: 0;
    }
    .bg-section11 {
      padding-top: 50px;
    }
  }
  
  
  /*---------------------------------------------*/
  .vertical-menu {
    margin: -1rem 0;
  }
  .vertical-menu a {
    display: block;
    position: relative;
    padding: 1rem;
    background-image: linear-gradient(
      to right,
      #212529 0%,
      #212529 90.99%,
      #6c757d 9.01%
    );
    background-size: 200% 100%;
    background-position: 100% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
  }
  .vertical-menu a:hover {
    background-position: 0% 0%;
  }
  .vertical-menu a.bar-active {
    /* background-image: linear-gradient(to right, #0038A8, #9B4F96, #D60270); */ /* background-image: linear-gradient(45deg, #ff6e00, #f18729); */
    background-size: 100% 100%;
    background-position: 0% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
  }
  .vertical-menu a::before {
    content: "";
    display: block;
    position: absolute;
    top: 1rem;
    left: 0.125rem;
    width: 0;
    height: 1.5rem;
    background-color: #6c757d;
    transition: all 0.2s ease-in-out;
  }
  .vertical-menu a:hover::before {
    width: 0.25rem;
    left: -1rem;
    background-color: #212529;
  }
  .indicators {
    display: flex;
    position: absolute;
    top: 1rem;
    left: 0.9rem;
    width: 0.375rem;
    height: 1.5rem;
    background-color: #f17829;
    z-index: 1;
  }
  /* --------------------------------------------- */
  .wrap-fison {
    width: 50%;
  }
  .wrap-secon {
    width: calc(100% - 20px);
  }
  .wrap-thion {
    width: 100%;
  }
  .wrap-input {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    margin-bottom: 16px;
  }
  .rsb.wrap-input {
    width: calc(100% - 20px);
  }
  .label-input {
    font-family: "Prompt", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    color: #555555;
    line-height: 1.5;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 11px;
    color: #132962;
  }
  .input {
    display: block;
    width: 100%;
    background: transparent;
    font-family: "Prompt", sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #888;
    line-height: 1.2;
    padding: 0 25px;
  }
  input.input {
    height: 40px;
  }
  textarea.input {
    min-height: 162px;
    padding-top: 19px;
    padding-bottom: 15px;
  }
  .container-paym-form-btn {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .full-w {
    width: 100%;
    height: 45px;
  }
  .less-w {
    width: 35%;
    height: 45px;
  }
  .paym-form-btn {
    font-family: "Prompt", sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 125px;
    height: 35px;
    border-radius: 2px;
    background: #f18729;
    background: linear-gradient(45deg, #ff6e00, #f18729);
    position: relative;
    z-index: 1;
    transition: all 0.4s;
  }
  .paym-form-btn.cf-btn {
    font-weight: lighter;
    font-size: 16px;
    height: 50px;
  }
  .paym-form-btn:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #4c7ef3;
    opacity: 1;
    transition: all 0.4s;
  }
  .paym-form-btn:hover:before {
    opacity: 0;
  }
  .hint-txt {
    font-size: 0.9rem;
    color: #333;
    opacity: 0.6;
  }
  /* --------------------------------------------- */
  .focus-input {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid;
    border-color: #f18729;
    border-color: linear-gradient(45deg, #ff6e00, #f18729);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    transform: scaleX(1.1) scaleY(1.3);
  }
  .input:focus + .focus-input {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  /* --------------------------------------------- */
  .box {
    display: block;
    width: calc(50% - 20px);
    height: 140px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .upload-options {
    font-family: Bold;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    /* background: #f18729;
    background: linear-gradient(45deg, #ff6e00, #f18729); */
    position: relative;
    z-index: 2;
    transition: all 0.4s;
    opacity: 1;
  }
  .upload-options:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: #4c7ef3; */
    opacity: 1;
    transition: all 0.4s;
  }
  .upload-options:hover:before {
    opacity: 0;
  }
  .upload-option:focus:before {
    opacity: 0;
  }
  .upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .upload-options label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
  }
  .upload-options label::before {
    content: "Add Image";
    font-family: "Prompt", sans-serif;
    font-size: 0.7rem;
    color: #666;
    z-index: 0;
    opacity: 0.5;
  }
  .upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
  }
  .upload-options label span:hover i.material-icons {
    color: lightgray;
  }
  .image-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background-image: url("");
    background-color: rgba(0, 0, 0, 0.05);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .image-preview::after {
    content: "";
    font-family: "Prompt", sans-serif;
    font-size: 0.65rem;
    color: rgba(40, 40, 40, 0.3);
    z-index: 0;
  }
  .image-preview.no-default::after {
    display: none;
  }
  .drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    transform: scale(0);
  }
  .animate {
    animation: ripple 0.4s linear;
  }
  @-webkit-keyframes ripple {
    100% {
      opacity: 0;
      transform: scale(2.5);
    }
  }
  @keyframes ripple {
    100% {
      opacity: 0;
      transform: scale(2.5);
    }
  }
  /* --------------------------------------------- */
  /* --nav-- */
  #mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: rgba(65, 64, 66, 0.8);
    transition: all 0.35s;
    font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
    font-weight: 200;
    letter-spacing: 1px;
  }
  #mainNav .navbar-brand {
    color: #000000;
    font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
    font-weight: 200;
    letter-spacing: 1px;
  }
  #mainNav .img-brand {
    width: 120px;
  }
  #mainNav .navbar-brand:hover,
  #mainNav .navbar-brand:focus {
    color: #ec5e36;
  }
  #mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #414042;
  }
  #mainNav .navbar-toggler:focus {
    outline: 0;
    color: #f4b331;
  }
  #mainNav .navbar-nav > li > a {
    font-size: 11px;
    font-family: "Lato", "Helvetica", "Arial", "sans-serif";
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  #mainNav .navbar-nav > li > a.active {
    color: #FFA800 !important;
    font-weight: bolder;
    background-color: transparent;
  }
  #mainNav .navbar-nav > li > a.active:hover {
    background-color: transparent;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #ffffff;
  }
  #mainNav .navbar-toggler > i:hover,
  #mainNav .navbar-toggler > i:focus:hover {
    color: #ffffff;
  }
  
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #f4b331;
  }
  
  #mainNav .navbar-toggler > i:hover,
  #mainNav .navbar-toggler > i:focus:hover {
    color: #f4b331;
  }
  
  .nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
  }
  
  .nav-menu.is-scrolling,
  .nav-menu.menu-is-open {
    background-color: rgba(0, 0, 0, 0.7);
    background: -moz-linear-gradient(to right, #333 0%, #414042 80%);
    background: -webkit-linear-gradient(to right, #333 0%, #414042 80%);
    background: linear-gradient(to right, #333 0%, #414042 80%);
    opacity: 0.9;
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
  }
  .nav-menu.is-scrolling {
    padding: 0;
  }
  .navbar-nav .nav-link {
    margin-bottom: .5rem;
    position: relative;
  }
  @media (min-width: 992px) {
    #mainNav {
      border-color: transparent; /* background-color: transparent; */
    }
    #mainNav .navbar-brand:hover,
    #mainNav .navbar-brand:focus {
      color: #ec5e36;
    }
    #mainNav .navbar-nav > li > a,
    #mainNav .navbar-nav > li > a:focus {
      font-weight: medium;
      border-radius: 0.25rem;
      color: rgba(255, 255, 255, 1);
      transition: ease-in-out .2s;
    }
    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
      color: #ffa800;
      background-color: #0000009f;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem;
      font-size: 14px;
    }
    .navbar-nav > .nav-item > .nav-link.active:after {
      content: "";
      left: 1rem;
      right: 1rem;
      bottom: 5px;
      height: 1px;
      position: absolute;
    }
    .learn-text-1 {
      text-align: start;
    }
    .learn-text-2 {
      text-align: start;
    }
    .set-1 {
      margin-left: auto;
    }
    .set-2 {
      margin-left: 0;
    }
    .on-media {
      text-align: start;
    }
  }
  @media (max-width: 992px) {
    .navbar-nav.is-scrolling {
      padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
      text-align: center;
    }
    .svg-teacher {
      width: 50%;
      margin-top: 0!important;
    }
  }
  .icon-bx {
    background: #ffffff;
  }
  /* --------------------- */
  .on-media {
    text-align: center;
  }
  .learn-text-1 {
    text-align: center;
  }
  .learn-text-2 {
    text-align: center;
  }
  /* ---------------------- */
  footer {
    padding: 25px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    background-color: #222222;
  }
  .logo-footer {
    width: 120px;
  }
  footer p {
    font-size: 12px;
  }
  footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
  }
  footer ul li a:hover,
  footer ul li a:focus,
  footer ul li a:active,
  footer ul li a.active {
    text-decoration: none;
  }
  .footer-social a {
    color: #fff;
    transition: 0.4s;
  }
  .footer-social a:hover {
    color: orange;
    transition: 0.4s;
  }
  
  .copyright p {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  @media (max-width: 992px) {
    .copyright {
      margin: 20px 0;
    }
  }
  /* ------------------- */
