/*!
 * Template Name : simple-ver-8
 */

/**********************/
/* Simple Version 8
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-8.sz-slider {
  background: #f6f6f6;
}
/* 2 - Background Images Position */
.simple-ver-8.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/*******************/
/* Simple Version 8
/* Layer Settings
/*******************/

/* 1 - Text - center - wrapper */
.simple-ver-8-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 450px;
  height: 285px;
  display: block;
  line-height: 1.2;
  min-width: 450px;
  max-width: 450px;
  min-height: 285px;
  max-height: 285px;
  text-align: center;
  position: absolute;
}
/* 2 - Container */
.simple-ver-8-layer > div {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* 3 - Text - left - wrapper */
.simple-ver-8-layer.simple-ver-8-layer-left {
  text-align: left;
  margin: auto auto auto 15%;
}
/* 4 - Text - right - wrapper */
.simple-ver-8-layer.simple-ver-8-layer-right {
  text-align: right;
  margin: auto 15% auto auto;
}
/* 5 - Children */
.simple-ver-8-layer > div > span {
  display: block;
}
/* 6 - 1st child - ( build anything ) */
.simple-ver-8-layer > div > span:nth-child(1) {
  color: #333;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1.75px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
/* 7 - 2nd child - center - ( customize everything. ) */
.simple-ver-8-layer > div > span:nth-child(2) {
  color: #ed6e07;
  margin-top: 8px;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
/* 8 - Icon */
.simple-ver-8-layer > div > i {
  color: #777;
  font-size: 36px;
  margin-top: 14px;
}
/* 9 - 4th child - ( Nullam non gravida purus dolor ipsum... ) */
.simple-ver-8-layer > div > span:nth-child(4) {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin-top: 22px;
  line-height: 1.5;
  font-family: 'Arimo', sans-serif;
}
/* 10 - Button - ( more about business ) */
.simple-ver-8-layer > div > a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 18px;
  padding: 20px 44px;
  text-align: center;
  background: #ed6e07;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Arimo', sans-serif;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 11 - Button - hover - ( start consulting ) */
.simple-ver-8-layer > div > a:hover {
  background: #9e4904;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - wrapper */
  .simple-ver-8-layer {
    width: 375px;
    height: 267px;
    min-width: 375px;
    max-width: 375px;
    min-height: 267px;
    max-height: 267px;
  }
  /* 1st child - ( build anything ) */
  .simple-ver-8-layer > div > span:nth-child(1) {
    font-size: 38px;
  }
  /* 2nd child - ( customize everything. ) */
  .simple-ver-8-layer > div > span:nth-child(2) {
    font-size: 21px;
  }
  /* 4th child - ( Nullam non gravida purus dolor ipsum... ) */
  .simple-ver-8-layer > div > span:nth-child(4) {
    font-size: 15px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - wrapper */
  .simple-ver-8-layer {
    width: 270px;
    height: 245px;
    min-width: 270px;
    max-width: 270px;
    min-height: 245px;
    max-height: 245px;
  }
  /* Text - left - wrapper */
  .simple-ver-8-layer.simple-ver-8-layer-left {
    margin: auto;
    text-align: center;
  }
  /* Text - right - wrapper */
  .simple-ver-8-layer.simple-ver-8-layer-right {
    margin: auto;
    text-align: center;
  }
  /* 1st child - ( build anything ) */
  .simple-ver-8-layer > div > span:nth-child(1) {
    font-size: 28px;
  }
  /* 2nd child - ( customize everything. ) */
  .simple-ver-8-layer > div > span:nth-child(2) {
    font-size: 18px;
  }
  /* 4th child - ( Nullam non gravida purus dolor ipsum... ) */
  .simple-ver-8-layer > div > span:nth-child(4) {
    font-size: 12px;
  }
  /* Button - ( more about business ) */
  .simple-ver-8-layer > div > a {
    font-size: 10px;
    margin-top: 12px;
    padding: 15px 30px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - wrapper */
  .simple-ver-8-layer {
    width: 200px;
    height: 190px;
    min-width: 200px;
    max-width: 200px;
    min-height: 190px;
    max-height: 190px;
  }
  /* Text - left - wrapper */
  .simple-ver-8-layer.simple-ver-8-layer-left {
    margin: auto;
    text-align: center;
  }
  /* Text - right - wrapper */
  .simple-ver-8-layer.simple-ver-8-layer-right {
    margin: auto;
    text-align: center;
  }
  /* 1st child - ( build anything ) */
  .simple-ver-8-layer > div > span:nth-child(1) {
    font-size: 18px;
  }
  /* 2nd child - ( customize everything. ) */
  .simple-ver-8-layer > div > span:nth-child(2) {
    font-size: 12px;
  }
  /* Icon */
  .simple-ver-8-layer > div > i {
    font-size: 26px;
    margin-top: 10px;
  }
  /* 4th child - ( Nullam non gravida purus dolor ipsum... ) */
  .simple-ver-8-layer > div > span:nth-child(4) {
    font-size: 10px;
  }
  /* Button - ( more about business ) */
  .simple-ver-8-layer > div > a {
    font-size: 9px;
    margin-top: 10px;
    padding: 10px 20px;
  }
}

/*********************/
/* Simple Version 8
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-8-indicators.carousel-indicators {
  width: 63px;
  height: 18px;
  margin: 2% 0 auto 3%;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-8-indicators.carousel-indicators > li {
  padding: 0;
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 2px;
  overflow: hidden;
  background: #777;
  line-height: 16px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 3 - Indicators - active - child */
.sz-slider[data-type=slider] .simple-ver-8-indicators.carousel-indicators > li.active {
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 2px;
  line-height: 16px;
  background: #ed6e07;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

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

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-8-indicators.carousel-indicators {
    display: none;
  }
}

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