/*!
 * Template Name : multiple-items-17
 */

/**********************/
/* Multiple Items 17
/* Main Carousel Style
/**********************/

/* 1 - Padding - Wrapper */
.multiple-items-17-wrapper {
  padding: 30px 0 5px 0;
}
/* 2 - Background color of carousel */
.multiple-items-17.sz-slider {
  background: #fff;
  padding: 70px 0 0 0;
  -webkit-font-smoothing: antialiased !important;
}

/*********************/
/* Multiple Items 17
/* Layer Settings
/*********************/

/* 1 - Layer - wrapper */
.multiple-items-17-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 90%;
  margin: auto;
  display: block;
  line-height: 1.5;
  position: relative;
}
/* 2 - Image */
.multiple-items-17-layer > img {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
/* 3 - Text Part */
.multiple-items-17-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  margin: auto;
  height: 90px;
  display: block;
  text-align: center;
  position: absolute;
  padding: 30px 0 0 0;
  background: rgba(0,0,0,.8);
  margin: auto auto 5px auto;
  transition: background .2s ease, border .2s ease;
  -webkit-transition: background .2s ease, border .2s ease;
}
/* 4 - Play Button - link */
.multiple-items-17-layer > div > a:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  position: absolute;
  background: #cc121c;
  text-decoration: none;
  margin: -16px auto auto auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(204,18,28,.3);
  -webkit-box-shadow: 0 0 0 8px rgba(204,18,28,.3);
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
  -webkit-transition: color .2s ease, background .2s ease, -webkit-box-shadow .2s ease;
}
/* 5 - Play Button - icon */
.multiple-items-17-layer > div > a:nth-child(1) > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  margin: auto;
  height: 10px;
  display: block;
  font-size: 12px;
  position: absolute;
}
/* 6 - Play Button - hover */
.multiple-items-17-layer > div > a:nth-child(1):hover {
  color: #cc121c;
  background: #fff;
  box-shadow: 0 0 0 8px rgba(255,255,255,.3);
  -webkit-box-shadow: 0 0 0 8px rgba(255,255,255,.3);
}
/* 7 - Text - Name */
.multiple-items-17-layer > div > a:nth-child(2) {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 8 - Text - Profession */
.multiple-items-17-layer > div > a:nth-child(3) {
  color: #cacaca;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 9 - Name - Profession - hover */
.multiple-items-17-layer > div > a:nth-child(2):hover,
.multiple-items-17-layer > div > a:nth-child(3):hover {
  color: #fff;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 993px and < 1200px -----*/
@media (min-width: 993px) and (max-width: 1200px) {
  /* Background color of carousel */
  .multiple-items-17.sz-slider {
    width: 990px !important;
  }
}

/*----- When the screen size gets = 769px and < 992px -----*/
@media (min-width: 769px) and (max-width: 992.98px) {
  /* Background color of carousel */
  .multiple-items-17.sz-slider {
    width: 760px !important;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 768.98px) {
  /* Background color of carousel */
  .multiple-items-17.sz-slider {
    width: 570px !important;
  }
}

/*----- When the screen size gets <= 575.98px -----*/
@media (max-width: 575.98px) {
  /* Background color of carousel */
  .multiple-items-17.sz-slider {
    width: 240px !important;
    height: 450px !important;
  }
  /* Layer - wrapper */
  .multiple-items-17-layer {
    width: 100%;
  }
}

/**************************/
/* Multiple Items 17
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.multiple-items-17-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 15;
  width: 35px;
  height: 35px;
  font-size: 0;
  color: #ffffff;
  text-decoration: none;
  background: rgba(0,0,0,.5);
  border-radius: 0;
  -webkit-border-radius: 0;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.multiple-items-17-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 37px;
  margin: 5px auto auto auto;
}
/* 3 - Next - Button */
.multiple-items-17-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 37px;
  margin: 5px auto auto auto;
}
/* 4 - Hover */
.multiple-items-17-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #cb121b;
}
/* 5 - Icons */
.multiple-items-17-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.multiple-items-17-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}

/*********************/
/* Multiple Items 2
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=carousel][data-ind-direction=x] .multiple-items-17-indicators.carousel-indicators {
  padding: 0;
  width: 195px;
  height: 21px;
  margin: auto auto 10px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=carousel] .multiple-items-17-indicators.carousel-indicators > li {
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  margin: 3.5px;
  line-height: 12px;
  background: rgba(0,0,0,.5);
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 0 0 2px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.5);
  transition: background .2s ease, border .2s ease, box-shadow .2s ease;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-box-shadow .2s ease;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=carousel] .multiple-items-17-indicators.carousel-indicators > li.active {
  border: none;
  background: rgb(203,18,27,.5);
  box-shadow: 0 0 0 2px rgb(203,18,27,.5);
  -webkit-box-shadow: 0 0 0 2px rgb(203,18,27,.5);
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=carousel] .multiple-items-17-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  background: rgba(0,0,0,.5);
  transform: scale(.9);
  -webkit-transform: scale(.9);
  border-radius: 0;
  -webkit-border-radius: 0;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=carousel] .multiple-items-17-indicators.carousel-indicators > li.active::after {
  background: #cb121b;
}