body { overflow-x: hidden; }

h1, h2 { font-family: 'Montserrat', sans-serif; font-weight: 800; }
h3 { font-family: 'Montserrat', sans-serif; font-weight: 600; }
h4 { font-family: 'Montserrat', sans-serif; font-weight: 600; }

p, li, a, .form-control, label { font-family: 'Montserrat', sans-serif; }

.text-primary { color: #29216e !important; }
.text-danger { color: #ff3c00 !important; }

.btn { font-family: 'Montserrat', sans-serif; padding: .5rem 2rem; border: 0; }
.btn-primary { background-color: #ACDB28 !important; background-image: linear-gradient(to right, #ACDB28, #60D07D) !important; }
.btn-primary:hover { background: #ACDB28 !important; }
.btn-secondary { background-image: linear-gradient(to right, #F26500, #F00068) !important; }
.btn-secondary:hover { background: #F26500 !important; }

/* HEADER */
header.home { background: url('../img/bg-header.jpg') top center no-repeat; background-size: cover; min-height: 640px; }
header.teachers { background: url('../img/bg-header-teacher.jpg') top right no-repeat; background-size: cover; min-height: 500px; }
header.contact { background: url('../img/bg-header-contact.jpg') top center no-repeat; background-size: cover; min-height: 400px; }
header h1, header h2 { text-shadow: 2px 2px black; }

header.home .col-header { margin-top: 20px; }
header.teachers .col-header { margin: 60px 0 0 35px; }
header.contact .col-header { margin: 35px 0 35px 35px; }

.navbar .navbar-nav { margin-top: -10px; }
.navbar .nav-link { color: #fff !important; font-weight: 600; padding: .75rem 1.5rem !important; }
.navbar .nav-link:hover { background: #ff3c00; }
/* END HEADER */

/* CONTENT */
.bg-blue { background: #2dc7cf; }
.bg-grey { background: #eee; }
.bg-green { background: #0f9999; }
.bg-main { background: url('../img/bg-main.jpg') top center no-repeat; }
.bg-teacher { background: url('../img/bg-teacher.jpg') top left no-repeat; background-size: cover; }

.accordion .card { background: rgba(37, 31, 74, .8); color: #fff; }
.accordion .card .card-header { background: none; }
.accordion .card .card-header a { font-size: 1.25rem; }

table * { font-family: 'Montserrat', sans-serif; background: none; }

form { box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important; }

/* Teachers Register Site */
.step-container {
  position: relative;
  min-height: 100px;
  display: block;
  margin-bottom: 2rem;
}

.step-wizard {
  display: inline-block;
  position: relative;
  width: 100%;
}

.step-wizard .progress {
  position: absolute;
  top: 23px;
  height: 8px;
  left: 0;
  width: 100%;
}

.step-wizard .progressbar {
  position: absolute;
  background-color: #5d5386;
  height: 8px;
  border: 0 none;
  width: 0%;
  transition: width 0.6s ease;
}

.step-wizard ul {
  position: absolute;
  width: 100%;
  list-style-type: none;
  padding: 0;
}

.step-wizard li {
  display: inline-block;
  text-align: center;
  width: 30%;
}

.step-wizard li .step {
  position: absolute;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 42px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 6px solid;
  border-color: #5d5386;
  background: #fff;
  transition: background-color 0.6s ease, border-color 0.6s ease;
}

.step-wizard li .title {
  position: absolute;
  width: 100%;
  left: 28px;
  padding-top: 60px;
  color: rgba(52, 40, 104, 0.4);
  transition: color 0.6s ease;
}

.step-wizard .active .step {
  color: #fff;
  background-color: #5d5386;
  border-color: #5d5386;
}

.step-wizard .active .title {
  color: #e76c90;
  font-weight: 500;
}

.step-wizard li > a {
  display: block;
  width: 100%;
  color: #2c304d;
  position: relative;
  text-align: center;
}

.step-wizard a:hover .step {
  color: #fff;
  background-color: #5d5386;
}

.step-wizard a:hover .title {
  color: #5d5386;
}

.ms-container {
  width: auto !important;
}
.reqsign { padding-left: 5px; color: #ff0000; }

/* END CONTENT */

/* FOOTER */
footer { background-image: linear-gradient(to bottom, #29216E, #771F53) !important; } }
/* END FOOTER */
