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

/**********************/
/* Multiple Items 9
/* Main Carousel Style
/**********************/

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

/*********************/
/* Multiple Items 9
/* Layer Settings
/*********************/

/* 1 - Layer - wrapper */
.multiple-items-9-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 93%;
  margin: auto;
  height: 189px;
  display: block;
  position: absolute;
  box-shadow: 0 0 54px 0 rgba(0,0,0,.039);
  -webkit-box-shadow: 0 0 54px 0 rgba(0,0,0,.039);
}
/* 2 - Image */
.multiple-items-9-layer > div:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 105px;
  height: 105px;
  display: block;
  position: absolute;
  margin: 38px auto auto 14px;
}
/* 3 - Image - image */
.multiple-items-9-layer > div:nth-child(1) > img {
  width: 100%;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 4 - Image - Commas */
.multiple-items-9-layer > div:nth-child(1) > span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  display: block;
  color: #e51010;
  font-size: 25px;
  font-weight: 900;
  position: absolute;
  margin: auto auto -16px auto;
  font-family: 'Lato', sans-serif;
}
/* 5 - Text */
.multiple-items-9-layer > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 65%;
  height: 100%;
  font-size: 0;
  line-height: 1;
  display: block;
  text-align: left;
  position: absolute;
  margin: 0 0 auto auto;
  padding: 35px 24px 0 0;
}
/* 6 - Testimonial */
.multiple-items-9-layer > div:nth-child(2) > span {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  font-style: italic;
  letter-spacing: .1px;
  font-family: 'Lato', sans-serif;
  font-family: 'Roboto', sans-serif;
}
/* 7 - Name */
.multiple-items-9-layer > div:nth-child(2) > a:nth-child(2) {
  color: #333;
  font-size: 17px;
  font-weight: 700;
  margin: 14px 0 0 0;
  letter-spacing: -.5px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 8 - Position */
.multiple-items-9-layer > div:nth-child(2) > a:nth-child(3) {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  margin-left: 11px;
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Barlow', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 9 - Name - Position - hover */
.multiple-items-9-layer > div:nth-child(2) > a:hover {
  color: #e51010;
}

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

/*----- When the screen size gets = 993px and < 1200px -----*/
@media (min-width: 993px) and (max-width: 1199.98px) {
  /* Layer - wrapper */
  .multiple-items-9-layer {
    width: 95%;
  }
  /* Image */
  .multiple-items-9-layer > div:nth-child(1) {
    width: 85px;
    height: 85px;
    margin: 38px auto auto 14px;
  }
  /* Text */
  .multiple-items-9-layer > div:nth-child(2) {
    width: 66%;
    padding: 30px 15px 0 0;
  }
  /* Testimonial */
  .multiple-items-9-layer > div:nth-child(2) > span {
    font-size: 13px;
  }
  /* Name */
  .multiple-items-9-layer > div:nth-child(2) > a:nth-child(2) {
    font-size: 15px;
  }
  /* Position */
  .multiple-items-9-layer > div:nth-child(2) > a:nth-child(3) {
    margin-left: 7px;
    font-size: 12px;
  }
}

/*----- When the screen size gets = 769px and < 992px -----*/
@media (min-width: 769px) and (max-width: 992.98px) {
  /* Image */
  .multiple-items-9-layer > div:nth-child(1) {
    width: 85px;
    height: 85px;
    margin: 38px auto auto 14px;
  }
  /* Text */
  .multiple-items-9-layer > div:nth-child(2) {
    width: 66%;
  }
  /* Testimonial */
  .multiple-items-9-layer > div:nth-child(2) > span {
    font-size: 13px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Layer - wrapper */
  .multiple-items-9-layer {
    width: 95%;
  }
  /* Image */
  .multiple-items-9-layer > div:nth-child(1) {
    width: 75px;
    height: 75px;
    margin: 38px auto auto 10px;
  }
  /* Text */
  .multiple-items-9-layer > div:nth-child(2) {
    width: 67%;
    padding: 30px 15px 0 0;
  }
  /* Testimonial */
  .multiple-items-9-layer > div:nth-child(2) > span {
    font-size: 13px;
  }
  /* Name */
  .multiple-items-9-layer > div:nth-child(2) > a:nth-child(2) {
    font-size: 13px;
  }
  /* Position */
  .multiple-items-9-layer > div:nth-child(2) > a:nth-child(3) {
    margin-left: 5px;
    font-size: 11px;
  }
}

/*----- When the screen size gets <= 575.98px -----*/
@media (max-width: 575.98px) {
  /* carousel */
  .multiple-items-9.sz-slider {
    height: 375px !important;
  }
  /* Layer - wrapper */
  .multiple-items-9-layer {
    width: 240px;
    height: 270px;
    padding: 10px;
  }
  /* Image */
  .multiple-items-9-layer > div:nth-child(1) {
	margin: auto;
	position: relative;
  }
  /* Text */
  .multiple-items-9-layer > div:nth-child(2) {
    width: 100%;
    padding: 0;
	text-align: center;
	position: relative;
	margin: 20px auto auto auto;
  }
}


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

/* 1 - Buttons */
.multiple-items-9-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: 2px;
  -webkit-border-radius: 2px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.multiple-items-9-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 38px;
  margin: 5px auto auto auto;
}
/* 3 - Next - Button */
.multiple-items-9-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 38px;
  margin: 5px auto auto auto;
}
/* 4 - Hover */
.multiple-items-9-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: rgba(229,16,16,.7);
}
/* 5 - Icons */
.multiple-items-9-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-9-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-9-indicators.carousel-indicators {
  padding: 0;
  width: 115px;
  height: 19px;
  margin: auto auto 10px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=carousel] .multiple-items-9-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 10px;
  height: 10px;
  border: none;
  line-height: 10px;
  background: #e5e5e5;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  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-9-indicators.carousel-indicators > li.active {
  border: none;
  background: rgb(229,16,16,.7);
  box-shadow: 0 0 0 2px rgb(229,16,16,.7);
  -webkit-box-shadow: 0 0 0 2px rgb(229,16,16,.7);
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=carousel] .multiple-items-9-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: 2px;
  -webkit-border-radius: 2px;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=carousel] .multiple-items-9-indicators.carousel-indicators > li.active::after {
  background: rgb(229,16,16,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-9-indicators.carousel-indicators {
    display: none;
  }
}