/* -------------------------- Slider ---------------------- */
.carousel-caption {
  left: 0;
  max-width: 550px;
  right: auto;
  text-align: right;
  line-height: 32px;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border-radius: 5px;
  bottom: 5%;
  margin: 10px;
  font-family: IranSansMedium; }
  .carousel-caption a {
    color: #fff; }
    .carousel-caption a:hover {
      color: #e3e3e3; }

.carousel-image {
  min-height: 475px;
  background-size: cover !important;
  background-position: top center !important; }

.carousel-control i {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 27px; }
  .carousel-control i.fa-angle-right {
    right: 25px; }
  .carousel-control i.fa-angle-left {
    left: 25px; }

.ltr .carousel-caption {
  right: 0;
  left: auto;
  text-align: left;
  font-family: inherit; }

