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

/**********************/
/* Multiple Items 16
/* Main Carousel Style
/**********************/

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

/*********************/
/* Multiple Items 16
/* Layer Settings
/*********************/

/* 1 - Layer - wrapper */
.multiple-items-16-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 92%;
  margin: auto;
  display: block;
  line-height: 1.5;
  position: relative;
}
/* 2 - Image */
.multiple-items-16-layer > img {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
/* 3 - Text Part */
.multiple-items-16-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 91%;
  margin: auto;
  height: 127px;
  display: block;
  background: #fff;
  text-align: center;
  position: absolute;
  border: 1px solid #e5e5e5;
  margin: auto auto -60px auto;
  transition: background .2s ease, border .2s ease;
  -webkit-transition: background .2s ease, border .2s ease;
}
/* 4 - Text Part - hover */
.multiple-items-16-layer > div:hover {
  background: #4817e8;
  border-color: #4817e8;
}
/* 5 - Text */
.multiple-items-16-layer > div > div {
  padding: 23px 0 0 0;
}
/* 6 - Text - Name */
.multiple-items-16-layer > div > div > a:nth-child(1) {
  color: #0b0222;
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Barlow', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 7 - Text - Speciality */
.multiple-items-16-layer > div > div > a:nth-child(2) {
  color: #4817e8;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 8 - Phone Number */
.multiple-items-16-layer > div > div > span {
  color: #0b0222;
  display: block;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 9 - Name - Speciality - Phone Number */
.multiple-items-16-layer > div:hover > div > a,
.multiple-items-16-layer > div:hover > div > span {
  color: #fff;
}
/* 10 - Line */
.multiple-items-16-layer > div > div > span::before {
  left: 0;
  right: 0;
  bottom: 0;
  top: -35px;
  width: 22px;
  height: 1px;
  content: "";
  margin: auto;
  display: block;
  text-align: center;
  position: absolute;
  background: #8e8e8e;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 11 - Line - Hover */
.multiple-items-16-layer > div:hover > div > span::before {
  background: #fff;
}
/* 12 - Social Media Icons - wrapper */
.multiple-items-16-layer > div > ul {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  width: 100%;
  font-size: 0;
  height: 50px;
  display: block;
  visibility: hidden;
  text-align: center;
  position: absolute;
  margin: -48px auto auto auto;
  transition: opacity .2s ease, visibility .2s ease;
  -webkit-transition: opacity .2s ease, visibility .2s ease;
}
/* 13 - Social Media Icons - wrapper - hover */
.multiple-items-16-layer > div > ul:hover,
.multiple-items-16-layer > div:hover > ul {
  opacity: 1;
  visibility: visible;
}
/* 14 - Social Media Icons - Children */
.multiple-items-16-layer > div > ul > li {
  padding: 0;
  width: 35px;
  height: 35px;
  font-size: 0;
  margin: 0 2px;
  text-align: center;
  position: relative;
  background: #27ae61;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 15 - Image Part - Social Media Icons - Links */
.multiple-items-16-layer > div > ul > li > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  position: absolute;
  text-decoration: none;
}
/* 16 - Social Media Icons - Icons */
.multiple-items-16-layer > div > ul > li > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 17px;
  height: 12px;
  margin: auto;
  display: block;
  font-size: 12px;
  position: absolute;
  text-decoration: none;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 17 - Social Media Icons - Google Icon */
.multiple-items-16-layer > div > ul > li:nth-child(1) {
  background: #d62223;
}
/* 18 - Social Media Icons - Twitter Icon */
.multiple-items-16-layer > div > ul > li:nth-child(2) {
  background: #10abdc;
}
/* 19 - Social Media Icons - FaceBook Icon */
.multiple-items-16-layer > div > ul > li:nth-child(3) {
  background: #4a63ac;
}
/* 20 - Social Media Icons - InstaGram Icon */
.multiple-items-16-layer > div > ul > li:nth-child(4) {
  background: #fb3958;
}
/* 21 - Social Media Icons - LinkedIn Icon */
.multiple-items-16-layer > div > ul > li:nth-child(5) {
  background: #0073b0;
}
/* 22 - Social Media Icons - Children - hover */
.multiple-items-16-layer > div > ul > li:hover {
  background: #fff;
}
/* 23 - Social Media Icons - Icons - hover */
.multiple-items-16-layer > div > ul > li:hover > a > i {
  color: #4817e8;
}

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

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

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

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

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

/* 1 - Buttons */
.multiple-items-16-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;
  background: #4817e8;
  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-16-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 37px;
  margin: 5px auto auto auto;
}
/* 3 - Next - Button */
.multiple-items-16-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 37px;
  margin: 5px auto auto auto;
}
/* 4 - Hover */
.multiple-items-16-btn.sz-slider .carousel-control-btn:hover {
  color: #0b0222;
  background: #c2b1f7;
}
/* 5 - Icons */
.multiple-items-16-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-16-btn.sz-slider .carousel-control-btn:hover > i {
  color: #0b0222;
}

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

/* 1 - Indicators - wrapper */
.sz-slider[data-type=carousel][data-ind-direction=x] .multiple-items-16-indicators.carousel-indicators {
  padding: 0;
  width: 195px;
  height: 21px;
  margin: auto auto 10px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=carousel] .multiple-items-16-indicators.carousel-indicators > li {
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  margin: 3.5px;
  line-height: 12px;
  background: #f3f3f3;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  box-shadow: 0 0 0 2px #f3f3f3;
  -webkit-box-shadow: 0 0 0 2px #f3f3f3;
  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-16-indicators.carousel-indicators > li.active {
  border: none;
  background: rgb(72,23,232,.5);
  box-shadow: 0 0 0 2px rgb(72,23,232,.5);
  -webkit-box-shadow: 0 0 0 2px rgb(72,23,232,.5);
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=carousel] .multiple-items-16-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(.5);
  -webkit-transform: scale(.5);
  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-16-indicators.carousel-indicators > li.active::after {
  background: #4817e8;
}