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

/**********************/
/* Multiple Items 10
/* Main Carousel Style
/**********************/

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

/*********************/
/* Multiple Items 10
/* Layer Settings
/*********************/

/* 1 - Layer - wrapper */
.multiple-items-10-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 88%;
  z-index: 1;
  margin: auto;
  height: 250px;
  display: block;
  position: absolute;
  padding: 28px 68px 0 20px;
}
/* 2 - Background Color */
.multiple-items-10-layer::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 68%;
  content: "";
  z-index: -1;
  height: 100%;
  display: block;
  position: absolute;
  background: #f8f8f8;
  margin: 0 0 auto auto;
}
/* 3 - Testimonial */
.multiple-items-10-layer > span {
  z-index: 1;
  color: #666;
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  font-style: italic;
  letter-spacing: .2px;
  font-family: 'Roboto', sans-serif;
}
/* 4 - Image & Text Wrapper */
.multiple-items-10-layer > div {
  width: 100%;
  height: 80px;
  font-size: 0;
  display: block;
  margin-top: 13px;
  position: relative;
}
/* 5 - Image */
.multiple-items-10-layer > div > img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  display: block;
  position: absolute;
  margin: 0 auto auto 0;
  border: 4px solid #fb854d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 6 - Text */
.multiple-items-10-layer > div > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 243px;
  height: 100%;
  font-size: 0;
  display: block;
  padding: 3px 0 0 0;
  position: absolute;
  margin: 0 0 auto auto;
}
/* 7 - Name */
.multiple-items-10-layer > div > div > a:nth-child(1) {
  color: #333;
  display: block;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Barlow', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 8 - Position */
.multiple-items-10-layer > div > div > a:nth-child(2) {
  color: #fb854d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 9 - Stars - wrapper */
.multiple-items-10-layer > div > div > ul {
  padding: 0;
  font-size: 0;
  margin-left: 17px;
  display: inline-block;
}
/* 10 - Stars - children */
.multiple-items-10-layer > div > div > ul > li {
  padding: 0;
  margin: 0 2px 0 0;
  display: inline-block;
}
/* 11 - Stars - icons */
.multiple-items-10-layer > div > div > ul > li > i {
  margin: 0;
  padding: 0;
  display: block;
  color: #fb854d;
  font-size: 11px;
}

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

/*----- When the screen size gets = 769px and < 992px -----*/
@media (min-width: 769px) and (max-width: 992.98px) {
  /* carousel */
  .multiple-items-10.sz-slider {
    width: 760px !important;
  }
  /* Layer - wrapper */
  .multiple-items-10-layer {
    width: 90%;
    height: 260px;
    padding: 28px 28px 0 28px;
  }
  /* Text */
  .multiple-items-10-layer > div > div {
    width: 205px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 768.98px) {
  /* carousel */
  .multiple-items-10.sz-slider {
    width: 570px !important;
  }
  /* Layer - wrapper */
  .multiple-items-10-layer {
    width: 95%;
    height: 210px;
    padding: 18px 18px 0 18px;
  }
  /* Testimonial */
  .multiple-items-10-layer > span {
    font-size: 14px;
  }
  /* Image */
  .multiple-items-10-layer > div > img {
    width: 60px;
  }
  /* Text */
  .multiple-items-10-layer > div > div {
    width: 165px;
  }
  /* Name */
  .multiple-items-10-layer > div > div > a:nth-child(1) {
    font-size: 22px;
  }
  /* Position */
  .multiple-items-10-layer > div > div > a:nth-child(2) {
    font-size: 12px;
  }
  /* Stars - wrapper */
  .multiple-items-10-layer > div > div > ul {
    margin-left: 10px;
  }
}

/*----- When the screen size gets <= 575.98px -----*/
@media (max-width: 575.98px) {
  /* carousel */
  .multiple-items-10.sz-slider {
    width: 240px !important;
  }
  /* Layer - wrapper */
  .multiple-items-10-layer {
    width: 100%;
    padding: 5px;
    height: 305px;
  }
  /* Testimonial */
  .multiple-items-10-layer > span {
    font-size: 16px;
    text-align: center;
  }
  /* Image */
  .multiple-items-10-layer > div > img {
	margin: auto;
	display: block;
	position: relative;
  }
  /* Text */
  .multiple-items-10-layer > div > div {
    width: 100%;
	display: block;
	position: relative;
	text-align: center;
  }
}


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

/* 1 - Buttons */
.multiple-items-10-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: #f8f8f8;
  text-decoration: none;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.multiple-items-10-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 38px;
  margin: 5px auto auto auto;
}
/* 3 - Next - Button */
.multiple-items-10-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 38px;
  margin: 5px auto auto auto;
}
/* 4 - Hover */
.multiple-items-10-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #fb854d;
}
/* 5 - Icons */
.multiple-items-10-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-10-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-10-indicators.carousel-indicators {
  padding: 0;
  width: 145px;
  height: 23px;
  margin: auto auto 10px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=carousel] .multiple-items-10-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 15px;
  height: 15px;
  border: none;
  background: #fff;
  line-height: 15px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  box-shadow: 0 0 0 2px #f0f0f0;
  -webkit-box-shadow: 0 0 0 2px #f0f0f0;
  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-10-indicators.carousel-indicators > li.active {
  border: none;
  background: rgb(251,133,77,.5);
  box-shadow: 0 0 0 2px rgb(251,133,77,.5);
  -webkit-box-shadow: 0 0 0 2px rgb(251,133,77,.5);
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=carousel] .multiple-items-10-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  background: #f8f8f8;
  transform: scale(.6);
  -webkit-transform: scale(.6);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=carousel] .multiple-items-10-indicators.carousel-indicators > li.active::after {
  background: #fb854d;
}

/******************/
/* 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-10-indicators.carousel-indicators {
    display: none;
  }
}