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

/**********************/
/* Multiple Items 8
/* Main Carousel Style
/**********************/

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

/*********************/
/* Multiple Items 8
/* Layer Settings
/*********************/

/* 1 - Layer - wrapper */
.multiple-items-8-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 93%;
  margin: auto;
  height: 245px;
  display: block;
  position: absolute;
}
/* 2 - Text */
.multiple-items-8-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  font-size: 0;
  line-height: 1;
  display: block;
  text-align: left;
  position: relative;
  padding: 18px 30px 0 30px;
  box-shadow: 2.5px 4.33px 25px 0 rgba(0,0,0,.03);
  -webkit-box-shadow: 2.5px 4.33px 25px 0 rgba(0,0,0,.03);
}
/* 3 - Testimonial */
.multiple-items-8-layer > div > span {
  color: #666;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .2px;
  font-family: 'Barlow', sans-serif;
}
/* 4 - Name */
.multiple-items-8-layer > div > a:nth-child(2) {
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 5px 0;
  letter-spacing: .9px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 5 - Position */
.multiple-items-8-layer > div > a:nth-child(3) {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .9px;
  text-decoration: none;
  font-family: 'Barlow', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Name - Position - hover */
.multiple-items-8-layer > div > a:hover {
  color: rgba(48,36,203,.7);
}
/* 7 - Commas */
.multiple-items-8-layer > div > span:nth-child(4) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 63px;
  height: 48px;
  display: block;
  font-size: 66px;
  line-height: 0.7;
  font-weight: 300;
  position: absolute;
  color: rgba(48,36,203,.7);
  margin: auto 20px -15px auto;
  font-family: 'Advent Pro', sans-serif;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 769px) and (max-width: 991.98px) {
  /* Text */
  .multiple-items-8-layer > div {
    padding: 18px 40px 0 40px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text */
  .multiple-items-8-layer > div {
    padding: 18px 50px 0 50px;
  }
}

/*----- When the screen size gets <= 575.98px -----*/
@media (max-width: 575.98px) {
  /* Text - wrapper */
  .multiple-items-8-layer {
    width: 240px;
  }
  /* Text */
  .multiple-items-8-layer > div {
    padding: 18px 20px 0 20px;
  }
}


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

/* 1 - Buttons */
.multiple-items-8-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 15;
  color: #666;
  width: 35px;
  height: 35px;
  font-size: 0;
  background: #e5e5e5;
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.multiple-items-8-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 38px;
  margin: 0 auto auto auto;
}
/* 3 - Next - Button */
.multiple-items-8-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 38px;
  margin: 0 auto auto auto;
}
/* 4 - Hover */
.multiple-items-8-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: rgba(48,36,203,.7);
}
/* 5 - Icons */
.multiple-items-8-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #666;
  width: 10px;
  height: 10px;
  margin: auto;
  font-size: 10px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.multiple-items-8-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-8-indicators.carousel-indicators {
  padding: 0;
  width: 225px;
  height: 19px;
  margin: auto auto 10px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=carousel] .multiple-items-8-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 10px;
  height: 10px;
  border: none;
  line-height: 10px;
  background: #e5e5e5;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  box-shadow: 0 0 0 2px #e5e5e5;
  -webkit-box-shadow: 0 0 0 2px #e5e5e5;
  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-8-indicators.carousel-indicators > li.active {
  border: none;
  background: rgb(131,124,224,.7);
  box-shadow: 0 0 0 2px rgb(131,124,224,.7);
  -webkit-box-shadow: 0 0 0 2px rgb(131,124,224,.7);
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=carousel] .multiple-items-8-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  background: #e5e5e5;
  transform: scale(.6);
  -webkit-transform: scale(.6);
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=carousel] .multiple-items-8-indicators.carousel-indicators > li.active::after {
  background: rgb(131,124,224,1);
}

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

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=carousel][data-ind-direction=x] .multiple-items-8-indicators.carousel-indicators {
    display: none;
  }
}