.carousel-content-tnt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-gradient {
  background-image: linear-gradient(
    180deg,
    rgba(23 162 184) 0%,
    rgba(73, 108, 220, 0.7) 100%
  );
  background-color: rgba(255, 255, 255, 0);
}

.carousel-content-tnt,
.carousel-gradient {
  height: 45rem;
  overflow: hidden;
}

.circle-indicators {
  border: 3px solid #fff !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  border-radius: 100%;
  background-color: transparent !important;
}

.circle-indicators.active {
  background-color: #fff !important;
}

.xl-h1 {
  font-size: 2.3rem;
}

.xl-h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .xl-h1 {
    font-size: 3vw;
  }

  .xl-h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 992px) {
  .nav-brand {
    padding: 10px 30px !important;
  }
}

.nav-toggle {
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.crs_cates.cl_1 {
  background: rgb(226 58 49);
  color: #ffffff;
}

.crs_cates.cl_3 {
  background: rgb(3 169 244);
  color: #ffffff;
}

.collapsible-bg-color-dark::after,
.collapsible-bg-color-dark::before {
  background-color: white !important;
}
.text-info {
  color: #17a2b8 !important;
}
.wrk_grid-height {
  height: 18rem;
}

.btn-rounded-pill {
  padding: 3px 15px;
  border-radius: 50px;
}