.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

.slider.owl-carousel {
  padding: 50px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.slider.owl-carousel .owl-item:before {
  content: "";
  background: url(/themes/custom/tedu/images/lineer-dark.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 1;
  pointer-events: none;
}
.slider.owl-carousel .owl-item img {
  height: auto;
}
.slider.owl-carousel .owl-item .slider-content-title {
  position: absolute;
  bottom: 0;
  padding: 30px;
  z-index: 1;
  color: white;
  font-size: 1.5rem;
  line-height: 2rem;
}
.slider.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.slider.owl-carousel .owl-dots button {
  width: 13px;
  height: 13px;
  background: black;
  border-radius: 50%;
  margin: 1px;
  border: 1px solid black;
}
.slider.owl-carousel .owl-dots button.active {
  background: white !important;
}

/*# sourceMappingURL=slider.css.map */
