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

/**********************/
/* Multiple Items 13
/* Main Carousel Style
/**********************/

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

/*********************/
/* Multiple Items 13
/* Layer Settings
/*********************/

/* 1 - Layer - wrapper */
.multiple-items-13-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 93%;
  z-index: 1;
  margin: auto;
  height: 200px;
  display: block;
  position: absolute;
}
/* 2 - Image Part & Text Part */
.multiple-items-13-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
}
/* 3 - Image Part */
.multiple-items-13-layer > div:nth-child(1) {
  width: 160px;
  height: 160px;
  margin: 0 auto auto 0;
}
/* 4 - Image Part - Image */
.multiple-items-13-layer > div:nth-child(1) > img {
  width: 100%;
  margin: auto auto auto 0;
  border: 4px solid #fa844d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 5 - Image Part - Social Media Icons */
.multiple-items-13-layer > div:nth-child(1) > ul {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  position: absolute;
}
/* 6 - Image Part - Social Media Icons - Children */
.multiple-items-13-layer > div:nth-child(1) > ul > li {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  display: block;
  line-height: 35px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 7 - Image Part - Social Media Icons - Links */
.multiple-items-13-layer > div:nth-child(1) > ul > li > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  height: 10px;
  margin: auto;
  display: block;
  position: absolute;
  text-decoration: none;
}
/* 8 - Image Part - Social Media Icons - Icons */
.multiple-items-13-layer > div:nth-child(1) > ul > li > a > i {
  margin: 0;
  padding: 0;
  color: #fff;
  display: block;
  font-size: 12px;
}
/* 9 - Image Part - Social Media Icons - Google Icon */
.multiple-items-13-layer > div:nth-child(1) > ul > li:nth-child(1) {
  z-index: 1;
  background: #d62223;
  margin: auto auto -15px auto;
}
/* 10 - Image Part - Social Media Icons - Twitter Icon */
.multiple-items-13-layer > div:nth-child(1) > ul > li:nth-child(2) {
  left: 55px;
  background: #10abdc;
  margin: auto auto -8px auto;
}
/* 11 - Image Part - Social Media Icons - FaceBook Icon */
.multiple-items-13-layer > div:nth-child(1) > ul > li:nth-child(3) {
  right: 55px;
  background: #4a63ac;
  margin: auto auto -8px auto;
}
/* 12 - Image Part - Social Media Icons - InstaGram Icon */
.multiple-items-13-layer > div:nth-child(1) > ul > li:nth-child(4) {
  right: 103px;
  background: #fb3958;
  margin: auto auto 9px auto;
}
/* 13 - Image Part - Social Media Icons - LinkedIn Icon */
.multiple-items-13-layer > div:nth-child(1) > ul > li:nth-child(5) {
  left: 103px;
  background: #0073b0;
  margin: auto auto 6px auto;
}
/* 14 - Text Part */
.multiple-items-13-layer > div:nth-child(2) {
  width: 58%;
  margin: 0 0 auto auto;
}
/* 15 - Text Part - Name */
.multiple-items-13-layer > div:nth-child(2) > a:nth-child(1) {
  color: #333333;
  display: block;
  font-size: 24px;
  line-height: .7;
  font-weight: 800;
  margin: 0 0 5px 0;
  letter-spacing: .9px;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Barlow', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 16 - Text Part - Rank */
.multiple-items-13-layer > div:nth-child(2) > a:nth-child(2) {
  color: #fa844d;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
  text-decoration: none;
  font-family: 'Barlow', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 17 - Text Part - Description */
.multiple-items-13-layer > div:nth-child(2) > span {
  margin: 0;
  z-index: 1;
  color: #666;
  display: block;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  line-height: 1.7;
  font-style: italic;
  position: relative;
  letter-spacing: -.43px;
  font-family: 'Roboto', sans-serif;
}
/* 18 - Text Part - Button */
.multiple-items-13-layer > div:nth-child(2) > a:nth-child(4) {
  color: #fa844d;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
  padding: 10px 35px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #fa844d;
  font-family: 'Barlow', sans-serif;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 19 - Text Part - Button - Hover */
.multiple-items-13-layer > div:nth-child(2) > a:nth-child(4):hover {
  color: #fff;
  background: #fa844d;
}

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

/*----- When the screen size gets = 769px and < 992px -----*/
@media (min-width: 769px) and (max-width: 992.98px) {
  /* carousel */
  .multiple-items-13.sz-slider {
    width: 765px !important;
  }
  /* Image Part */
  .multiple-items-13-layer > div:nth-child(1) {
    width: 125px;
    height: 125px;
  }
  /* Text Part */
  .multiple-items-13-layer > div:nth-child(2) {
    width: 61%;
  }
  /* Text Part - Description */
  .multiple-items-13-layer > div:nth-child(2) > span {
    font-size: 14px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 768.98px) {
  /* carousel */
  .multiple-items-13.sz-slider {
    width: 570px !important;
  }
  /* Layer - wrapper */
  .multiple-items-13-layer {
    width: 97%;
  }
  /* Image Part */
  .multiple-items-13-layer > div:nth-child(1) {
    width: 100px;
    height: 100px;
  }
  /* Text Part */
  .multiple-items-13-layer > div:nth-child(2) {
    width: 61%;
  }
  /* Text Part - Description */
  .multiple-items-13-layer > div:nth-child(2) > span {
    font-size: 12px;
  }
  /* Text Part - Name */
  .multiple-items-13-layer > div:nth-child(2) > a:nth-child(1) {
    font-size: 20px;
  }
  /* Text Part - Rank */
  .multiple-items-13-layer > div:nth-child(2) > a:nth-child(2) {
    font-size: 13px;
  }
  /* Text Part - Button */
  .multiple-items-13-layer > div:nth-child(2) > a:nth-child(4) {
    font-size: 11px;
    padding: 7px 25px;
  }
}

/*----- When the screen size gets <= 575.98px -----*/
@media (max-width: 575.98px) {
  /* carousel */
  .multiple-items-13.sz-slider {
    width: 240px !important;
    height: 425px !important;
  }
  /* Layer - wrapper */
  .multiple-items-13-layer {
    width: 98%;
    height: 95%;
  }
  /* Image Part */
  .multiple-items-13-layer > div:nth-child(1) {
    margin: auto;
    width: 130px;
    height: 130px;
    display: block;
    text-align: center;
    position: relative;
  }
  /* Text Part */
  .multiple-items-13-layer > div:nth-child(2) {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    margin: 25px auto auto auto;
  }
  /* Text Part - Description */
  .multiple-items-13-layer > div:nth-child(2) > span {
    text-align: center;
  }
}

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

/* 1 - Buttons */
.multiple-items-13-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: #e5e5e5;
  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-13-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 36px;
  margin: 5px auto auto auto;
}
/* 3 - Next - Button */
.multiple-items-13-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 36px;
  margin: 5px auto auto auto;
}
/* 4 - Hover */
.multiple-items-13-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #fa844d;
}
/* 5 - Icons */
.multiple-items-13-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  color: #333333;
  font-size: 10px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.multiple-items-13-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-13-indicators.carousel-indicators {
  padding: 0;
  width: 130px;
  height: 21px;
  margin: auto auto 10px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=carousel] .multiple-items-13-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 13px;
  height: 13px;
  border: none;
  line-height: 13px;
  background: #e5e5e5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  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-13-indicators.carousel-indicators > li.active {
  border: none;
  background: rgb(250,132,77,.7);
  box-shadow: 0 0 0 2px rgb(250,132,77,.7);
  -webkit-box-shadow: 0 0 0 2px rgb(250,132,77,.7);
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=carousel] .multiple-items-13-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(.4);
  -webkit-transform: scale(.4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=carousel] .multiple-items-13-indicators.carousel-indicators > li.active::after {
  background: #fa844d;
}