/*	################################################################
	File Name: style.css
	Template Name: Slider
	Created By: Shah Zobayer Ahmed
	http://mediusware.com


################################################################# */

/* slider */
.slider-section {
  transition: all 1s;
}
.carousel-indicators {
  display: none;
}
.carousel-control {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 0%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.carousel-control {
  position: absolute;
  top: 170px;
  bottom: inherit;
  left: 20px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.carousel-control.right {
  right: 20px;
  left: auto;
}

.carousel-control img {
  width: 100%;
  height: auto;
}

.item .attachment-post-thumbnail {
  width: 100%;
}

.carousel-caption {
  left: 0;
  padding-bottom: 30px;
  text-align: left;
  background: rgba(255, 255, 255, 0.75);
  top: 28% !important;
  bottom: inherit;
  width: 100%;
  padding: 15px 25px;
  position: relative;
}

.carousel-caption h1 {
  font-family: "Verdana";
  font-size: 28px;
  font-weight: 700;
  color: #373538;
  margin: 0;
  padding: 0;
  line-height: 38px;
  font-style: normal;
}
.carousel-caption p {
  font-family: "Verdana";
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #373538;
  margin-top: 8px;
  font-style: normal;
}
.carousel-caption a {
  font-size: 13px;
  font-weight: 400;
  color: #e30a0b !important;
  font-family: "Verdana";
  font-style: normal;
}
.carousel-caption a img {
  margin: 0;
  padding: 0;
  height: auto;
  position: relative;
  top: -2px;
  outline: none;
  text-decoration: none;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .carousel-caption {
    position: absolute;
  }
  .carousel-inner > .item,
  .carousel-inner > .active {
    /* height: 100% !important;*/
  }

  .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    text-align: left;
    background: transparent;
    top: 0 !important;
    bottom: 0px !important;
    width: 100%;
    padding: 15px 25px;
    position: absolute;
    height: 100%;
  }
  .slider-caption-area {
    display: table;
    width: 44%;
    height: 100%;
    background: transparent;
  }
  .slider-caption {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    background: transparent;
  }
  .slider-content {
    background: rgba(255, 255, 255, 0.75);
    padding: 5px 15px;
  }

  .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 1;
  }
  .carousel-control img {
    width: 50%;
    height: auto;
  }
  .carousel-caption h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .carousel-control {
    left: -16px;
  }
  .carousel-control.right {
    right: -15px;
  }
  .is-sticky .header-section {
    background: #fef5f5;
  }
  .carousel-caption {
    position: absolute;
  }
  .carousel-inner > .item,
  .carousel-inner > .active {
    /* height: 100% !important;*/
  }

  .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    text-align: left;
    background: transparent;
    top: 0 !important;
    bottom: 0px !important;
    width: 100%;
    padding: 15px 25px;
    position: absolute;
    height: 100%;
  }
  .slider-caption-area {
    display: table;
    width: 44%;
    height: 100%;
    background: transparent;
  }
  .slider-caption {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    background: transparent;
  }
  .slider-content {
    background: rgba(255, 255, 255, 0.75);
    padding: 5px 15px;
  }

  .carousel-control {
    position: absolute;
    /*top: 0;
    bottom: 0px;*/
    left: -16px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 1;
  }
  .carousel-control img {
    width: 50%;
    height: auto;
  }
  .carousel-caption h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .attachment-post-thumbnail {
    width: 100%;
    max-height: 370px;
  }
}
@media (min-width: 100px) and (max-width: 400px) {
  .carousel-control {
    top: 50px;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    min-height: 120px;
    max-height: 120px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .carousel-control {
    top: 100px;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    min-height: 200px;
    max-height: 200px;
  }
}

/*full screen slider
.slider-section > .container {
  width: 98%;
}*/
