/*
	===============================
			@Import	Function
	===============================
*/
/*
	===============================
			@Import	Mixins
	===============================
*/
body.layout-rtl {
  /*      style-custom-1       */
  /*
    Default Style of the carousel arrows
  */
  /*
    @media Query
  */
}
body.layout-rtl .carousel-caption h3, body.layout-rtl .carousel-caption h5 {
  color: #fff;
}
body.layout-rtl .style-custom-1 .carousel-inner {
  border-radius: 10px;
}
body.layout-rtl .style-custom-1 .carousel-item {
  transform-style: preserve-3d;
}
body.layout-rtl .style-custom-1 .carousel-caption {
  position: absolute;
  left: auto;
  right: 44px;
  color: #fff;
  text-align: right;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}
body.layout-rtl .style-custom-1 .carousel-caption .badge {
  padding: 6px 16px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #00ab55;
  color: #fff;
  font-size: 13px;
  margin-bottom: 35px;
}
body.layout-rtl .style-custom-1 .carousel-caption h3 {
  font-weight: 600;
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 36px;
}
body.layout-rtl .style-custom-1 .carousel-caption .media img {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin-left: 15px;
}
body.layout-rtl .style-custom-1 .carousel-caption .media .media-body .user-name {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}
body.layout-rtl .style-custom-1 .carousel-caption .media .media-body .meta-time {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}
body.layout-rtl .style-custom-1 .carousel-caption .media .media-body .meta-time svg {
  vertical-align: bottom;
  width: 17px;
}
body.layout-rtl .style-custom-1 .carousel-indicators {
  top: 45%;
  bottom: auto;
  display: block;
  right: auto;
  margin: auto;
  left: 33px;
}
body.layout-rtl .style-custom-1 .carousel-control-next, body.layout-rtl .style-custom-1 .carousel-control-prev {
  top: auto;
  bottom: 32px;
  background-color: transparent;
}
body.layout-rtl .style-custom-1 .carousel-indicators li {
  width: 9px;
  height: 10px;
  border-radius: 10px;
  border: none;
  margin-top: 0;
  margin-bottom: 9px;
}
body.layout-rtl .style-custom-1 .carousel-indicators li.active {
  height: 32px;
  border-radius: 10px;
}
body.layout-rtl .style-custom-1 .carousel-control-prev {
  left: 100px;
  right: auto;
}
body.layout-rtl .style-custom-1 .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-right'%3e%3cline x1='19' y1='12' x2='5' y2='12'%3e%3c/line%3e%3cpolyline points='12 19 5 12 12 5'%3e%3c/polyline%3e%3c/svg%3e");
  width: 26px;
  height: 26px;
}
body.layout-rtl .style-custom-1 .carousel-control-next {
  left: 40px;
  right: auto;
}
body.layout-rtl .style-custom-1 .carousel-control-next .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-left'%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3cpolyline points='12 5 19 12 12 19'%3e%3c/polyline%3e%3c/svg%3e");
  width: 26px;
  height: 26px;
}
body.layout-rtl .carousel-control-next, body.layout-rtl .carousel-control-prev {
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  margin: auto 10px auto 10px;
}
@media (max-width: 768px) {
  body.layout-rtl .style-custom-1 {
    min-height: 392px;
  }
  body.layout-rtl .style-custom-1 .carousel-caption {
    top: 8%;
    transform: translateY(0);
  }
  body.layout-rtl .style-custom-1 .carousel-indicators {
    top: 16%;
  }
  body.layout-rtl .style-custom-1 .carousel-inner {
    min-height: 392px;
  }
  body.layout-rtl .style-custom-1 .carousel-item {
    min-height: 392px;
  }
  body.layout-rtl .style-custom-1 .carousel-item img.slide-image {
    min-height: 392px;
  }
}
@media (max-width: 575px) {
  body.layout-rtl .style-custom-1 .carousel-caption {
    width: 78%;
    right: 30px;
  }
  body.layout-rtl .style-custom-1 .carousel-indicators {
    display: flex;
    top: auto;
    bottom: 22px;
    left: 0;
    right: 0;
  }
  body.layout-rtl .style-custom-1 .carousel-indicators li.active {
    width: 26px;
    border-radius: 18px;
    height: 10px;
  }
  body.layout-rtl .style-custom-1 .carousel-control-next, body.layout-rtl .style-custom-1 .carousel-control-prev {
    display: none;
  }
}
