.top-nav {
  z-index: 999;
}

.short_term_content .short_term_title h2 {
  font-size: 25px;
}
.short_term_content .short_term_title .title .register_btn {
  position: absolute;
  right: 0px;
  color: #ff9f5a;
  border: 1px solid #ff9f5a;
  width: 150px;
  padding: 5px 0px;
  background: none;
  transition: 0.5s;
}
.short_term_content .short_term_title .title .register_btn:hover {
  background-color: #ff9f5a;
  color: white;
}
.short_term_content .short_term_title .title h1 {
  color: #ff9f5a;
  font-size: 42px;
}
.short_term_content .short_term_title .nav.nav-tabs {
  border: none;
}
.short_term_content .short_term_title .nav.nav-tabs .nav-link {
  background: #401B25 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 5px 5px 0px 0px !important;
  padding: 12px 15px;
  margin-right: 5px;
}
.short_term_content .short_term_title .nav.nav-tabs .nav-link.active {
  background-color: #ff9f5a !important;
}

.para-height {
  margin-top: 10px !important;
}

.course {
  margin-top: 45px;
}
.course h1 {
  font-size: 20px;
  margin: 10px 0px 0px 0px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}
.course .owl-nav {
  position: absolute;
  top: -40px !important;
  transform: translateY(-50%);
  font-size: 40px;
  right: 0;
  background: none;
  color: white;
}
.course .owl-nav:hover {
  color: #ff9f5a;
}
.course .owl-carousel .owl-nav button.owl-next,
.course .owl-carousel .owl-nav button.owl-prev,
.course .owl-carousel button.owl-dot {
  background: none;
}
.course .inner {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transition: 0.5s;
  font-size: 18px;
  color: #ff9f5a;
}
.course .image {
  position: relative;
  width: 100%;
}
.course .image img {
  height: 268px;
  -o-object-fit: cover;
     object-fit: cover;
}
.course .image:hover .inner {
  opacity: 1;
  z-index: 999;
}
.course .gradient {
  background: linear-gradient(175.28deg, rgba(0, 0, 0, 0.57) 96.19%, rgba(0, 0, 0, 0.57) 96.19%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.course .image:hover .gradient {
  opacity: 1;
}
.course .cvn-play {
  transition: 0.3s;
}
.course .cvn-play:hover {
  color: #ff9f5a;
}
.course .cvn-play img {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  margin-right: 10px;
}
.course a.cvn-play {
  display: flex;
  color: #FF9F5A;
  text-decoration: none;
  transition: 0.5s;
}
.course a.cvn-play:hover {
  padding-left: 10px;
}

.testi-main {
  position: relative;
  padding-left: 100px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.testimonial-title {
  text-align: center;
  margin: 50px 0px 50px 0px;
}
.testimonial-title span {
  color: #ff9f5a;
}
.testimonial-title p {
  margin: 0;
}

.testimonial h1 {
  color: #ff9f5a;
  font-size: 18px;
}
.testimonial h1 span {
  color: #efece9;
  font-size: 14px;
}
.testimonial p {
  text-align: center;
  font-size: 14px;
  margin: 0;
}
.testimonial .item {
  border: 1px solid #FF9F5A;
  padding: 30px;
}
.testimonial img {
  width: 80px !important;
  position: absolute;
  top: 0;
  left: 0;
}

.cvnul {
  padding: 0px;
}

.cvnul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.cvnul li img {
  position: absolute;
  left: 0px;
  top: 7px;
}

.btn.cvnbtnstyl:focus {
  outline: none !important;
  box-shadow: none !important;
}

.cvnbtnstyl {
  border: #ff9f5a 1px solid;
  color: #ff9f5a;
  padding: 8px 33px;
  border-radius: 0;
  font-family: "lato-bold";
}

.cvnbtnstyl:hover {
  background: #ff9f5a;
  border: #ff9f5a 1px solid;
}

.btn.cvnbtnstylz:focus {
  outline: none !important;
  box-shadow: none !important;
}

.cvnbtnstylz {
  border: #ff9f5a 1px solid;
  color: #ff9f5a;
  padding: 8px 33px;
  margin-right: 25px;
  border-radius: 0;
  font-family: "lato-bold";
}

.cvnbtnstylz:hover {
  background: #ff9f5a;
  color: #000 !important;
  border: #ff9f5a 1px solid;
}

.register {
  display: none;
}

.register {
  position: absolute;
  right: 150px;
  color: #ff9f5a;
  border: 1px solid #ff9f5a;
  width: 150px;
  padding: 5px 0px;
  background: none;
  transition: 0.5s;
}

.register:hover {
  background-color: #ff9f5a;
  color: white;
}

.mobile-btn {
  display: none;
}

@media screen and (max-width: 1250px) {
  .testi-main {
    padding-left: 70px !important;
  }
  .testimonial .item {
    padding: 20px !important;
  }
  .testimonial img {
    width: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .title h1 {
    font-size: 30px !important;
  }
  .register {
    display: block !important;
    position: initial !important;
  }
  .register_btn {
    display: none;
  }
  .mobile-btn {
    display: block;
    color: #ff9f5a;
    border: 1px solid #ff9f5a;
    width: 150px;
    padding: 5px 0px;
    background: none;
    transition: 0.5s;
  }
}
@media screen and (max-width: 600px) {
  .title h1 {
    font-size: 25px !important;
  }
  .short_term_title h2 {
    font-size: 20px !important;
  }
  .form-marg .col-6 {
    width: 100%;
  }
  .modal-content {
    padding: 0px !important;
  }
  .form-label {
    font-size: 15px;
  }
  .form-check-label {
    font-size: 14px;
  }
  .testimonial h1 {
    font-size: 15px !important;
  }
  .testimonial h1 span {
    font-size: 13px !important;
  }
  .cvnbtnstyl {
    position: initial;
  }
}
@media screen and (max-width: 390px) {
  .short_term_content .short_term_title .nav.nav-tabs .nav-link {
    padding: 10px 5px;
  }
  .cvnbtnstyl {
    position: initial;
  }
}
