.book-appointment-btn {
  position: fixed;
    right: -53px;
    top: 40%;
    transform: rotate(90deg);
    background: #fff;
    padding: 6px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 9999;
  }  
  .book-appointment-btn {
  color: #000;
      font-size: 20px;
  }
  .book-appointment-btn:hover{
    background: #000;
    color: #fff;
  }
.table thead th {
    border-bottom: 2px solid #dee2e6;
    background-color: #fff !important;
    color: #000;
    font-size: 17px;
    text-align: center;
}
footer img {
    width: 250px;
    padding: 10px 0;
}
.admin .call {color: #fff;}
.admin .call a{color: #fff;}
#thank {
  background: url(../img/ju_campus.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
  width: 100%;
  color: #fff;
}
/* .about-text p {
    text-align: justify;
} */
#thank .content {
  text-align: center;
  background-color: #0000006e;
  margin: auto;
  /* width: 335px; */
  padding: 20px 20px;
  color: #fff;
}
#thank .content h2 {
  color: #ffffff;
  font-size: 40px;
}
#thank .content p {
  color: #fff;
  line-height: 30px;
  margin: auto;
  font-size: 20px;
}
#thank .content .call a {
  padding: 7px;
  width: 166px;
  background-color: #f26722;
  color: #fff;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 15px;
}

*,
::after,
::before {
  box-sizing: border-box;
}
.text-right {
  text-align: right;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  
  .container {
      max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
      max-width: 720px;
  }
  
}
@media (min-width: 992px) {
  .container {
      max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
      max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
  }
  .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
  }
  .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
  .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
  }
  .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .order-sm-first {
      -ms-flex-order: -1;
      order: -1;
  }
  .order-sm-last {
      -ms-flex-order: 13;
      order: 13;
  }
  .order-sm-0 {
      -ms-flex-order: 0;
      order: 0;
  }
  .order-sm-1 {
      -ms-flex-order: 1;
      order: 1;
  }
  .order-sm-2 {
      -ms-flex-order: 2;
      order: 2;
  }
  .order-sm-3 {
      -ms-flex-order: 3;
      order: 3;
  }
  .order-sm-4 {
      -ms-flex-order: 4;
      order: 4;
  }
  .order-sm-5 {
      -ms-flex-order: 5;
      order: 5;
  }
  .order-sm-6 {
      -ms-flex-order: 6;
      order: 6;
  }
  .order-sm-7 {
      -ms-flex-order: 7;
      order: 7;
  }
  .order-sm-8 {
      -ms-flex-order: 8;
      order: 8;
  }
  .order-sm-9 {
      -ms-flex-order: 9;
      order: 9;
  }
  .order-sm-10 {
      -ms-flex-order: 10;
      order: 10;
  }
  .order-sm-11 {
      -ms-flex-order: 11;
      order: 11;
  }
  .order-sm-12 {
      -ms-flex-order: 12;
      order: 12;
  }
  .offset-sm-0 {
      margin-left: 0;
  }
  .offset-sm-1 {
      margin-left: 8.333333%;
  }
  .offset-sm-2 {
      margin-left: 16.666667%;
  }
  .offset-sm-3 {
      margin-left: 25%;
  }
  .offset-sm-4 {
      margin-left: 33.333333%;
  }
  .offset-sm-5 {
      margin-left: 41.666667%;
  }
  .offset-sm-6 {
      margin-left: 50%;
  }
  .offset-sm-7 {
      margin-left: 58.333333%;
  }
  .offset-sm-8 {
      margin-left: 66.666667%;
  }
  .offset-sm-9 {
      margin-left: 75%;
  }
  .offset-sm-10 {
      margin-left: 83.333333%;
  }
  .offset-sm-11 {
      margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
  }
  .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
  }
  .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
  .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
  }
  .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .order-md-first {
      -ms-flex-order: -1;
      order: -1;
  }
  .order-md-last {
      -ms-flex-order: 13;
      order: 13;
  }
  .order-md-0 {
      -ms-flex-order: 0;
      order: 0;
  }
  .order-md-1 {
      -ms-flex-order: 1;
      order: 1;
  }
  .order-md-2 {
      -ms-flex-order: 2;
      order: 2;
  }
  .order-md-3 {
      -ms-flex-order: 3;
      order: 3;
  }
  .order-md-4 {
      -ms-flex-order: 4;
      order: 4;
  }
  .order-md-5 {
      -ms-flex-order: 5;
      order: 5;
  }
  .order-md-6 {
      -ms-flex-order: 6;
      order: 6;
  }
  .order-md-7 {
      -ms-flex-order: 7;
      order: 7;
  }
  .order-md-8 {
      -ms-flex-order: 8;
      order: 8;
  }
  .order-md-9 {
      -ms-flex-order: 9;
      order: 9;
  }
  .order-md-10 {
      -ms-flex-order: 10;
      order: 10;
  }
  .order-md-11 {
      -ms-flex-order: 11;
      order: 11;
  }
  .order-md-12 {
      -ms-flex-order: 12;
      order: 12;
  }
  .offset-md-0 {
      margin-left: 0;
  }
  .offset-md-1 {
      margin-left: 8.333333%;
  }
  .offset-md-2 {
      margin-left: 16.666667%;
  }
  .offset-md-3 {
      margin-left: 25%;
  }
  .offset-md-4 {
      margin-left: 33.333333%;
  }
  .offset-md-5 {
      margin-left: 41.666667%;
  }
  .offset-md-6 {
      margin-left: 50%;
  }
  .offset-md-7 {
      margin-left: 58.333333%;
  }
  .offset-md-8 {
      margin-left: 66.666667%;
  }
  .offset-md-9 {
      margin-left: 75%;
  }
  .offset-md-10 {
      margin-left: 83.333333%;
  }
  .offset-md-11 {
      margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
  }
  .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
  }
  .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
  .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
  }
  .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .order-lg-first {
      -ms-flex-order: -1;
      order: -1;
  }
  .order-lg-last {
      -ms-flex-order: 13;
      order: 13;
  }
  .order-lg-0 {
      -ms-flex-order: 0;
      order: 0;
  }
  .order-lg-1 {
      -ms-flex-order: 1;
      order: 1;
  }
  .order-lg-2 {
      -ms-flex-order: 2;
      order: 2;
  }
  .order-lg-3 {
      -ms-flex-order: 3;
      order: 3;
  }
  .order-lg-4 {
      -ms-flex-order: 4;
      order: 4;
  }
  .order-lg-5 {
      -ms-flex-order: 5;
      order: 5;
  }
  .order-lg-6 {
      -ms-flex-order: 6;
      order: 6;
  }
  .order-lg-7 {
      -ms-flex-order: 7;
      order: 7;
  }
  .order-lg-8 {
      -ms-flex-order: 8;
      order: 8;
  }
  .order-lg-9 {
      -ms-flex-order: 9;
      order: 9;
  }
  .order-lg-10 {
      -ms-flex-order: 10;
      order: 10;
  }
  .order-lg-11 {
      -ms-flex-order: 11;
      order: 11;
  }
  .order-lg-12 {
      -ms-flex-order: 12;
      order: 12;
  }
  .offset-lg-0 {
      margin-left: 0;
  }
  .offset-lg-1 {
      margin-left: 8.333333%;
  }
  .offset-lg-2 {
      margin-left: 16.666667%;
  }
  .offset-lg-3 {
      margin-left: 25%;
  }
  .offset-lg-4 {
      margin-left: 33.333333%;
  }
  .offset-lg-5 {
      margin-left: 41.666667%;
  }
  .offset-lg-6 {
      margin-left: 50%;
  }
  .offset-lg-7 {
      margin-left: 58.333333%;
  }
  .offset-lg-8 {
      margin-left: 66.666667%;
  }
  .offset-lg-9 {
      margin-left: 75%;
  }
  .offset-lg-10 {
      margin-left: 83.333333%;
  }
  .offset-lg-11 {
      margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
  }
  .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
  }
  .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
  .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
  }
  .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .order-xl-first {
      -ms-flex-order: -1;
      order: -1;
  }
  .order-xl-last {
      -ms-flex-order: 13;
      order: 13;
  }
  .order-xl-0 {
      -ms-flex-order: 0;
      order: 0;
  }
  .order-xl-1 {
      -ms-flex-order: 1;
      order: 1;
  }
  .order-xl-2 {
      -ms-flex-order: 2;
      order: 2;
  }
  .order-xl-3 {
      -ms-flex-order: 3;
      order: 3;
  }
  .order-xl-4 {
      -ms-flex-order: 4;
      order: 4;
  }
  .order-xl-5 {
      -ms-flex-order: 5;
      order: 5;
  }
  .order-xl-6 {
      -ms-flex-order: 6;
      order: 6;
  }
  .order-xl-7 {
      -ms-flex-order: 7;
      order: 7;
  }
  .order-xl-8 {
      -ms-flex-order: 8;
      order: 8;
  }
  .order-xl-9 {
      -ms-flex-order: 9;
      order: 9;
  }
  .order-xl-10 {
      -ms-flex-order: 10;
      order: 10;
  }
  .order-xl-11 {
      -ms-flex-order: 11;
      order: 11;
  }
  .order-xl-12 {
      -ms-flex-order: 12;
      order: 12;
  }
  .offset-xl-0 {
      margin-left: 0;
  }
  .offset-xl-1 {
      margin-left: 8.333333%;
  }
  .offset-xl-2 {
      margin-left: 16.666667%;
  }
  .offset-xl-3 {
      margin-left: 25%;
  }
  .offset-xl-4 {
      margin-left: 33.333333%;
  }
  .offset-xl-5 {
      margin-left: 41.666667%;
  }
  .offset-xl-6 {
      margin-left: 50%;
  }
  .offset-xl-7 {
      margin-left: 58.333333%;
  }
  .offset-xl-8 {
      margin-left: 66.666667%;
  }
  .offset-xl-9 {
      margin-left: 75%;
  }
  .offset-xl-10 {
      margin-left: 83.333333%;
  }
  .offset-xl-11 {
      margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  


  .sitelogo {margin: auto; text-align: center;}
  .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
      border: 0;
  }
}
@media (max-width: 767.98px) {
  .bg-mobile-top {background-color: #2a6399 !important;}
  .bg-mobile-top h4 { color: #fff !important;}
  
  .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
      border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
      border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
      border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: transparent !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
      transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label::after,
.was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label::after,
.was-validated .custom-file-input:invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0;
  }
  .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0;
  }
  .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
      display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
      width: auto;
  }
  .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      padding-left: 0;
  }
  .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0;
  }
  .form-inline .custom-control {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .form-inline .custom-control-label {
      margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
      transition: none;
  }
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #3a9fa7;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #3a9fa7;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.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: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
      transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
      transition: none;
  }
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
      transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  margin-top: 150px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #fff;
  font-size:25px;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
  }
  .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
      max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
      max-width: 800px;
  }
}
.d-md-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-md-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-lg-inline {
  display: inline !important;
}
.d-lg-inline-block {
  display: inline-block !important;
}
.d-lg-block {
  display: block !important;
}
.d-lg-table {
  display: table !important;
}
.d-lg-table-row {
  display: table-row !important;
}
.d-lg-table-cell {
  display: table-cell !important;
}
.d-lg-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-lg-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-xl-inline {
  display: inline !important;
}
.d-xl-inline-block {
  display: inline-block !important;
}
.d-xl-block {
  display: block !important;
}
.d-xl-table {
  display: table !important;
}
.d-xl-table-row {
  display: table-row !important;
}
.d-xl-table-cell {
  display: table-cell !important;
}
.d-xl-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-xl-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
  }
  .flex-sm-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
  }
  .flex-sm-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
  }
  .justify-content-sm-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
  }
  .justify-content-sm-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
  }
  .justify-content-sm-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
  }
  .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  }
  .align-items-sm-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
  }
  .align-items-sm-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
  }
  .align-items-sm-center {
      -ms-flex-align: center !important;
      align-items: center !important;
  }
  .align-items-sm-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
  }
  .align-items-sm-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
  }
  .align-content-sm-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
  }
  .align-content-sm-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
  }
  .align-content-sm-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
  }
  .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
  }
  .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
  }
  .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
  }
  .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
  }
  .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
  }
  .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  }
  .align-self-sm-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
  }
  .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
  }
  .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
  }
  .flex-md-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
  }
  .flex-md-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
  }
  .justify-content-md-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
  }
  .justify-content-md-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
  }
  .justify-content-md-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
  }
  .justify-content-md-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
  }
  .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  }
  .align-items-md-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
  }
  .align-items-md-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
  }
  .align-items-md-center {
      -ms-flex-align: center !important;
      align-items: center !important;
  }
  .align-items-md-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
  }
  .align-items-md-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
  }
  .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
  }
  .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
  }
  .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
  }
  .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
  }
  .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
  }
  .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
  }
  .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
  }
  .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
  }
  .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  }
  .align-self-md-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
  }
  .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
  }
  .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
  }
  .flex-lg-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
  }
  .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
  }
  .justify-content-lg-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
  }
  .justify-content-lg-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
  }
  .justify-content-lg-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
  }
  .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  }
  .align-items-lg-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
  }
  .align-items-lg-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
  }
  .align-items-lg-center {
      -ms-flex-align: center !important;
      align-items: center !important;
  }
  .align-items-lg-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
  }
  .align-items-lg-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
  }
  .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
  }
  .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
  }
  .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
  }
  .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
  }
  .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
  }
  .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
  }
  .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
  }
  .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
  }
  .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  }
  .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
  }
  .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
  }
  .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important;
  }
  .flex-xl-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important;
  }
  .flex-xl-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
      -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
      -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
  }
  .justify-content-xl-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
  }
  .justify-content-xl-center {
      -ms-flex-pack: center !important;
      justify-content: center !important;
  }
  .justify-content-xl-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
  }
  .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  }
  .align-items-xl-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important;
  }
  .align-items-xl-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important;
  }
  .align-items-xl-center {
      -ms-flex-align: center !important;
      align-items: center !important;
  }
  .align-items-xl-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important;
  }
  .align-items-xl-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important;
  }
  .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
  }
  .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
  }
  .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important;
  }
  .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
  }
  .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
  }
  .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
  }
  .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important;
  }
  .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
  }
  .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  }
  .align-self-xl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important;
  }
  .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
  }
  .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
      float: left !important;
  }
  .float-sm-right {
      float: right !important;
  }
  .float-sm-none {
      float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
      float: left !important;
  }
  .float-md-right {
      float: right !important;
  }
  .float-md-none {
      float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
      float: left !important;
  }
  .float-lg-right {
      float: right !important;
  }
  .float-lg-none {
      float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
      float: left !important;
  }
  .float-xl-right {
      float: right !important;
  }
  .float-xl-none {
      float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
  }
}
.pt-4 {
  padding-top: 40px;
}
.py-5 {
  padding: 10px 0;
}
.mb-3 {
  margin-bottom: 30px;
}
.ml-2 {
  margin-left: 12px;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
      text-align: left !important;
  }
  .text-sm-right {
      text-align: right !important;
  }
  .text-sm-center {
      text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
      text-align: left !important;
  }
  .text-md-right {
      text-align: right !important;
  }
  .text-md-center {
      text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
      text-align: left !important;
  }
  .text-lg-right {
      text-align: right !important;
  }
  .text-lg-center {
      text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
      text-align: left !important;
  }
  .text-xl-right {
      text-align: right !important;
  }
  .text-xl-center {
      text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #3a9fa7 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
body {
  padding-top: 70px;
  font-family: arial;
  font-size: 15px;
  color: #333;
  margin: 0;
}
.text-left {
  text-align: left;
}
.banner-form {
  background: url(../img/ju_campus.jpg) no-repeat center;
  background-size: cover;
  padding: 200px 0;
  width: 100%;
  color: #fff;
}
.form-bg {
  background: rgb(0 0 0 / 75%);
  padding: 20px;
  padding-top: 10px;
}
.table {
  border-collapse: collapse !important;
}
.table td,
.table th {
  background-color: #fff !important;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6 !important;
  text-align:center;
}
.table-dark {
  color: inherit;
}
.form-control {
  margin-bottom: 13px;
  height: 42px;
  border-radius: 1px;
  background: 0 0;
  border: 1px solid rgb(207 207 207);
  font-size: 13px;
}
.form-bg .form-control:focus {
  background-color: transparent;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-bg .form-control::-webkit-input-placeholder {
  color: #fff !important;
}
.form-bg .form-control::-moz-placeholder {
  color: #fff !important;
}
.form-bg .form-control:-moz-placeholder {
  color: #fff !important;
}
.form-bg .form-control:-ms-input-placeholder {
  color: #fff !important;
}
#inlineFormCustomSelect {
  background: 0 0;
  color: #fff !important;
  font-size: 13px;
}
.text-primary {
  color: #2a6399 !important;
}

.call-header {
  font-size: 17px;
  letter-spacing: 1px;
}

.call-header a{
    background-color: #fff;
    padding: 12px 15px;
    border-radius: 10px;
    color: #000 !important;
}

.call-header1 {
  font-size: 17px;
  letter-spacing: 1px;
}

.call-header1 a{
    background-color: #fff;
    padding: 12px 15px;
    border-radius: 10px;
    color: #000 !important;
}




.bg-light {
  background-color: #f8f9fa !important;
}
.about-text li {
  padding-bottom: 10px;
}
ul {
  margin: 0;
  padding: 0;
  /* padding-left: 15px; */
}
header {
  background-color:#fff;
  padding: 8px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  background: #f26722;
  color: #fff;
  text-transform: uppercase;
}
.Partner-img img {
  padding: 5px;
  border: 1px solid #ddd;
}
footer {
    background: #000;
    padding: 1px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.slick-slide {
  margin: 0 10px;
}
.slick-slide img {
  width: 100%;
  height:300px;
  object-fit:contain;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.customer-logos .slide {
  border: 1px solid #ddd;
}
.customer-logos {
  margin: 30px 0;
}

/* Mobile View Only */
@media (max-width: 767px) {

  .banner-form {
    padding: 0;
    background: none;
  }

  .mobile-banner-image img {
    width: 100%;
    display: block;
  }

  .banner-form .row {
    flex-direction: column;
  }

  .banner-form .col-lg-4 {
    order: 2;
    margin-top: 20px;
  }

  .form-bg {
    margin: 15px;
    background: rgba(0, 0, 0, 0.85);
  }
}



@media (max-width: 991px) {
  .customer-logos {margin: 10px 0px}
  .about-text { max-width: 100%;}
  .admin .call {color: #000;}
  .admin .call a {color: #000;}
  .py-5 {
    padding: 20px 0;
}
}

@media (max-width: 768px) {
  .py-5 {
    padding: 10px 0;
}
}


@media (max-width: 767px) {
 
  .about-text {
      margin-left: 0;
  }
  .call {
      font-size: 13px;
      letter-spacing: normal;
  }
  .bg-mobile-top {
      display: none;
  }
  .nav-pills .nav-link {
      font-size: 11px;
      padding: 7px 10px;
  }
  .ml-2 {
      margin-left: 6px;
  }
  .bg-mobile-top h4 {
      font-size: 18px;
      padding: 7px;
  }
  
  .bg-mobile-top h4 {
      font-size: 15px;
      padding: 5px;
      margin: 0;
  }
  .bg-mobile-top {
      background: #fff;
      margin-top: 5px;
  }
  .why h2 {
      font-size: 17px;
  }
}
.form-control {
  color: #fff !important;
}
.why h2 {
  color: #000;
  margin: 10px 0 50px 0;
  padding: 0;
  font-size: 28px;
  text-transform: uppercase;
}
.box {
  background: #fbfbfb;
  padding: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
  box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
  height: 130px;
}
.box h2 {
  font-size: 20px;
  padding: 10px;
  margin-bottom: 17px;
  position: absolute;
  left: 43%;
  top: -14%;
  margin: 10px auto;
}
.box h3 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 12px;
}
.whatsupp {
  background: #00a82d !important;
}
.circle {
  width: 45px;
  height: 45px;
  background: #008ca7;
  border-radius: 50%;
  padding: 20px;
  color: #fff !important;
}
.scrollbar {
  /* height:400px;width:100%; */
  background: #f5f5f5;
  overflow-y: auto;
  margin-bottom: 25px;
}
a {
  text-decoration: none !important;
}
.bottom-widget {
  bottom: 1%;
  left: 1%;
  position: fixed;
}
.call-bottom-widget {
  text-align: center;
  background: #e11c25;
  border-radius: 50px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-top: 10px;
}
.form-bottom-widget {
  text-align: center;
  margin-bottom: 4px;
  padding: 5px 10px 5px 10px;
  border-radius: 50px;
  background: #e11c25;
  font-weight: 700;
  width: fit-content;
}
.modal-body-ctm {
  padding: 0 !important;
  color: #fff;
  text-align: center;
}
.hide {
  opacity: 0;
  left: -100%;
}
.show {
  opacity: 1;
  left: 0;
}
.table.table-striped.table-bordered a {
  background: #f26722;
  padding: 5px 15px;
  border-radius: 31px;
  white-space: nowrap;
}
.box h3 span {
  font-size: 25px !important;
}
.call-bottom-widget a {
  font-size: 32px;
}
.img-fluid {
  max-width: 85px;
  height: auto;
}
.call-bottom-widget a {
  font-size: 32px;
  line-height: 55px;
}
.table-bordered td:last-child {
  text-align: center;
}
.btn.btn-default.w-100.mt-3.p-2.submit-btn:hover {
  background: #33539d !important;
  color: #fff !important;
}


@media (max-width: 576px) {

  body {font-size: 11px;}
  .nav-pills .nav-link {padding: 7px 5px;}
  .py-5 {
    padding: 10px 0;
}
.scrollbar {margin-bottom: 0px;}
.about-text {padding:5px 10px;}
.customer-logos {
  margin: 2px 0;
}
.banner-form {padding: 100px 0 20px;}
.table td, .table th {
  padding:0.75rem 0.3rem;
}
.table thead th {font-size: 14px;}

}


@media (max-width: 768px) {
  .img-fluid {
    max-width: 45px;
    height: auto;
}

.call-header{
    font-size: 12px;
}

.call-header a{
     padding: 12px 8px;
}

body{
    padding:0;
}

}





.whatsapp-float1 {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 1000;
  /*animation: pulseShadow 1s infinite;*/
  border-radius: 50%;
}

.whatsapp-float1 img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float1 img:hover {
  transform: scale(1.1);
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  /*animation: pulseShadow 1s infinite;*/
  border-radius: 50%;
}

.whatsapp-float img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}

/* Shadow Pulse Animation */
/*@keyframes pulseShadow {*/
/*  0% {*/
/*    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);*/
/*  }*/

/*  70% {*/
/*    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);*/
/*  }*/

/*  100% {*/
/*    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);*/
/*  }*/
/*}*/

/* =========================================== */

/* testimonial css start  */

.testimonial-section {
  padding: 60px 20px;
  background: #fff;
}

.testimonial-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 16px 18px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 250px;
}

.testimonial-card div {
  align-items: center;
}

.testimonial-card div h4 {
  margin-left: 20px;
}

.testimonial-image {
        width: 100px;
        height: 100px;
        display: flex;
}

.testimonial-image img {
    object-fit:contant;
}

.testimonial-card h4 {
  margin: 10px 0 5px;
  font-size: 18px;
  font-weight: 600;
}

.stars {
  color: #f8b600;
  font-size: 25px;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  text-align: center;
  margin-top: 25px;
}

.owl-nav {
  text-align: center;
  margin-top: 20px;
}

.owl-nav button {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 30px;
  margin: 0 5px;
  border-radius: 6px;
  font-size: 16px;
}

.owl-nav button span {
  font-size: 22px;
}

.testimonial-heading h2{
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.testimonial-slider{
  margin: 50px 0;
}





 .btn-default {
      background: #fff !important;
      color: #000 !important;
    }
 .btn-default:hover {
      background: transparent !important;
      color: #fff !important;
      border:1px solid #fff !important;
    }





    /* ==================================== */



.services-part {
    background: #f8f9fc;
}

.services-part h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1f2937;
    text-align: center;
}

/* Service Card */
.learn-service {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.learn-service:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Image Top */
.learn-service-image {
    width: 100%;
    height: 255px;
    overflow: hidden;
    background: #041620;
}

.learn-service-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.learn-service:hover img {
    transform: scale(1.08);
}

/* Content */
.learn-service-content {
    padding: 25px;
    text-align: center;
}

.learn-service-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.learn-service-content p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
    .services-part h2 {
        font-size: 30px;
    }

    .learn-service-image {
        height: 210px;
    }
}

@media (max-width: 576px) {
    .learn-service-content {
        padding: 20px;
    }

    .learn-service-content h2 {
        font-size: 20px;
    }

    .learn-service-content p {
        font-size: 14px;
    }
}








/* About Section Styling */
.about {
    /*background-image: url(../img/about-bg.jpg);*/
    font-family: 'Poppins', 'Roboto', sans-serif;
    color: #333;
    background-repeat: no-repeat;
    object-fit: contain;
    background-size: cover;
}

.about h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2rem;
    text-align: center;
}

.about h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1rem;
}

.about p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1rem;
    text-align: justify;
}

.about .about-text {
    padding: 1rem 1.5rem;
}

.about img {
    border-radius: 10px;
    /*box-shadow: 0 6px 20px rgba(0,0,0,0.1);*/
}

/* Optional: add subtle animation on scroll */
.about .about-text {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-in-out;
}

.about .about-text.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Mobile Responsiveness */
@media(max-width: 768px) {
    .about h2 {
        font-size: 22px;
    }
    .about h3 {
        font-size: 1.5rem;
    }
    .about p {
        font-size: 0.95rem;
    }
}


.l4e-contact-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

/* Left Box */
.l4e-contact-info {
    background: #000;
    color: #ffffff;
    border-radius: 22px;
    padding: 45px;
    height: 100%;
}

.l4e-contact-info h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
}

.l4e-contact-info p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
    opacity: 0.95;
}

.l4e-contact-list {
    list-style: none;
    padding: 0;
}

.l4e-contact-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
}

.l4e-contact-list span {
    font-size: 22px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-d {
      height: 45px;
}

.l4e-contact-list span img {
      width: 25px;
    height: auto;
}

.l4e-contact-list strong {
    font-size: 15px;
}

.l4e-contact-list p {
    margin: 0;
    font-size: 14px;
}

/* Right Form */
.l4e-contact-form {
    background: #ffffff;
    border-radius: 22px;
    padding: 45px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.l4e-contact-form h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}

.l4e-contact-form input,
.l4e-contact-form textarea,
.l4e-contact-form select {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    margin-bottom: 18px;
    font-size: 14px;
}

.l4e-contact-form input:focus,
.l4e-contact-form textarea:focus,
.l4e-contact-form select:focus {
    outline: none;
    border-color: #000;
}

.l4e-contact-form button {
    background: #000;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 991px) {
    .l4e-contact-info {
        margin-bottom: 30px;
        
    }
}

@media (max-width: 576px) {
    .l4e-contact-info,
    .l4e-contact-form {
        padding: 30px;
    }

    .l4e-contact-info h2 {
        font-size: 28px;
    }

    .l4e-contact-form h3 {
        font-size: 24px;
    }
}



.youtube-section {
  /*padding: 60px 0;*/
  background: #f9f9f9;
}

.youtube-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

.video-box {
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  margin-bottom:20px;
}

.video-box iframe {
  width: 100%;
  height: 220px;
  border: none;
}


.team-section {
  padding: 80px 20px;
  background: #ebebeb;
  text-align: center;
}

.team-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.team-section p {
  font-size: 16px;
  color: #555;
  /*margin-top: 50px;*/
}

.team-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.team-card {
  background: #fff;
  width: 360px;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.team-img {
  width: 100%;
  height: 275px;
  margin: 0 auto 15px;
  /*border-radius: 50%;*/
  /*overflow: hidden;*/
  /*border: 4px solid #4a90e2;*/
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.team-card h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #222;
}

.team-card p {
  font-size: 14px;
  color: #777;
}

/* Responsive */
@media (max-width: 992px) {
  .team-grid {
    gap: 20px;
  }
  .team-section h2 {
      font-size:30px !important;
  }
  
  .team-card {
      width:100%;
  }
}

@media (max-width: 768px) {
  .team-grid {
    flex-direction: column;
    align-items: center;
  }
}







  /* testimonial */

.testimonial-section {
    background: #f8f9fb;
    padding: 60px 0;
}

.rating-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.rating-box img {
    max-width: 120px;
    margin-bottom: 10px;
}

.rating-box .stars {
    color: #fbbc04;
    font-size: 18px;
    margin: 8px 0;
}

.rating-box h4 span {
    display: block;
    font-weight: 700;
    font-size: 18px;
}

.testimonial-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}

.testimonial-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-top: 15px;
}



@media (max-width: 992px) { 

    .testimonial-card {
        margin-top: 20px;
    }
}

.profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar {
    width: 45px;
    height: 45px;
    background: #1a237e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.profile h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.profile .stars {
    color: #fbbc04;
    font-size: 14px;
}
