/*===========================================================================
    1. Element
===========================================================================*/
้html {
  height: 100%;
}
body {
  background: rgb(255, 168, 0);
  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;
}
select {
  height: 36px;
  border-radius: 6px;
  box-shadow: none;
}

/*---------------------------------------------*/
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: 100px;
  padding-bottom: 250px;
  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;
}
.col-lg-7.px-0 {
  height: 100vh;  
  background-color: white;
}
.btn {
  min-width: 185px;
  border-radius: 6px;
  padding: 10px 40px;
  font-weight: normal;
}
.btn-primary {
  background: #FFA800;
  color: #ffffff;
  /* -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;
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #ffaa0063;
}
.btn-primary:hover {
  background: #ffaa00a4;
}
.btn-outline-primary {
  border-color: #FFA800;
  color: #FFA800;
}
.btn-outline-primary:hover {
  background: #FFA800;
  border-color: #FFA800;
  color: #ffffff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    background: #ffaa00a4;
    border-color: #ffaa00a4;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: #ffaa00a4;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
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 {
  padding: 15px 60px;
  background: #ff5555;
  color: #ffffff;
  font-weight: normal;
}
button.btn-action {
  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 {
}
#submitError {
  margin-bottom: 0;
}
.text-danger {
  color: #ff5555!important;
}
#canvasWrapper {
  position: relative;
}

/*-----------------------------------------
CONTENT
-----------------------------------------*/
/* Section : Input
  -----------------------------------------------------------------------*/
#edit-profile {
  margin: -1rem 0;
  background-color: white;
}
#edit-password {
  margin: -1rem 0;
  background-color: white;
}
#edit-billing {
  margin: -1rem 0;
  background-color: white;
}
#edit-certificate {
  margin: -1rem 0;
  background-color: white;
}

#certContainer {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 0;
}
.certificateImages {
  width: 100%;
  max-height: 160px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.error-msg {
  color: red;
}

#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;
}

.guiding-img {
  max-width: 33vh;
  min-height: 25vh;
}
@media (max-width: 767px) {
  .card-body {
    flex-direction: column;
  }
  .guiding-img {
    max-width: 100%;
  }
}

.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;
}

.card.courses-none {
  border: 0;
  border-radius: 3px;
  -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);
  transition: all 0.3s ease;
  margin-bottom: 2rem;
}
.card-title {
  color: #fff;
}
.card.courses.member-area .card-title {
  color: #333;
}
.card-title.course-count {
  color: #333;
}

.card-text {
  font-size: 14px;
  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 (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;
  }
}

/*---------------------------------------------*/
.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: 6px;
  margin-bottom: 16px;
}
.wrap-select {
  width: 100%;
  position: relative;
  border: 0;
  border-radius: 2px;
  margin-bottom: 16px;
}
/* .rsb.wrap-input {
  width: calc(100% - 20px);
} */
.label-input {
  font-family: "Prompt", sans-serif;
  font-weight: lighter;
  font-size: 15px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 11px;
}
.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;
}
select {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  font-family: "Prompt", sans-serif;
  font-weight: lighter;
  font-size: 15px;
  color: #888;
  line-height: 1.2;
  padding: 0 25px;
}
select:focus {
  border: 0;
  outline: 0;
}
input.input {
  height: 36px;
  border-radius: 6px;
}
select.input {
  height: 36px;
  border-radius: 6px;
}
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;
}
/* --------------------------------------------- */
.form-check {
  display: flex;
  align-items: center;
}
.form-check-label {
  margin-left: 10px;
}
.form-control:focus {
  box-shadow: none;
}
.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-radius: 6px;
  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);
  }
}
input[type="checkbox"] {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  width: 13px;
  height: 13px;
  margin: 0;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}
input[type="checkbox"]:after {
  box-shadow: 0 0 0 1px #FFA800;
  border-radius: 2px;
  content: "";
  vertical-align: middle;
  text-align: center;
  position: absolute;
  cursor: pointer;
  height: 13px;
  width: 13px;
  left: 0;
  top: 0;
  font-size: 11px;
  font-weight: bold;
  background: #FFA800;
}

input[type="checkbox"]:hover:after,
input[type="checkbox"]:checked:hover:after {
  border-radius: 2px;
  background: #FFA800;
  content: "\2714";
  color: #fff;
}

input[type="checkbox"]:checked:after {
  border-radius: 2px;
  background: #FFA800;
  content: "\2714";
  color: #fff;
}

input[type="radio"]:after {
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
input[type="radio"]:checked:after {
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #FFA800;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

/* --------------------- */
.on-media {
  text-align: center;
}
.learn-text-1 {
  text-align: center;
}
.learn-text-2 {
  text-align: center;
}
@media (min-width: 992px) {
  .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;
  }
}
/* ---------------------- */
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;
  }
}

.modal-dialog.modal-xl {
  max-width: 100%;
}

.facebook-sharing {
  background: #3b5998;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 1em 2em;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: sans-serif;
  margin: 0;
  text-align: center;
}

.twitter-sharing {
  background: #57cff4;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 1em 2em;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: sans-serif;
  margin: 0;
  text-align: center;
}

.big-button {
  padding: 1em 2em;
  border-radius: 6px;
  font-family: sans-serif;
}
