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

/**********************/
/* Simple Version 24
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-24.sz-slider {
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
}

/*******************/
/* Simple Version 24
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-24-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  line-height: 1;
  background: #fff;
  position: absolute;
}
/* 2 - Side Background Image - center */
.simple-ver-24-layer > div:nth-child(1) {
  width: 65%;
  height: 100%;
  margin: auto;
}
/* 3 - Side Background Image - left */
.simple-ver-24-layer.simple-ver-24-layer-left > div:nth-child(1) {
  margin: auto 0 auto auto;
}
/* 4 - Side Background Image - right */
.simple-ver-24-layer.simple-ver-24-layer-right > div:nth-child(1) {
  margin: auto auto auto 0;
}
/* 5 - Text - Container - center */
.simple-ver-24-layer > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
  font-size: 0;
  width: 415px;
  height: 275px;
  display: block;
  text-align: center;
  position: absolute;
}
/* 6 - Text - Container - left */
.simple-ver-24-layer.simple-ver-24-layer-left > div:nth-child(2) {
  text-align: left;
  margin: auto auto auto 20%;
}
/* 7 - Text - Container - right */
.simple-ver-24-layer.simple-ver-24-layer-right > div:nth-child(2) {
  text-align: right;
  margin: auto 20% auto auto;
}
/* 8 - Heading - ( hello everyone! ) */
.simple-ver-24-layer > div:nth-child(2) > span:nth-child(1) {
  color: #333;
  margin: auto;
  display: block;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: capitalize;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 9 - Description - ( creative web slide slideshow ) */
.simple-ver-24-layer > div:nth-child(2) > span:nth-child(2) {
  color: #333;
  margin: auto;
  display: block;
  line-height: 1;
  font-size: 48px;
  font-weight: 700;
  margin-top: 36px;
  letter-spacing: .7px;
  text-transform: capitalize;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 10 - Button - ( more information ) */
.simple-ver-24-layer > div:nth-child(2) > a {
  color: #333;
  margin: auto;
  font-size: 14px;
  font-weight: 800;
  position: relative;
  text-align: center;
  padding: 12px 34px;
  margin: 27px 0 0 0;
  letter-spacing: .5px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #333;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  transition: background .1s ease, border .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, border .1s ease, color .1s ease;
}
/* 11 - Button - hover - ( get in touch ) */
.simple-ver-24-layer > div:nth-child(2) >  a:hover {
  color: #fff;
  background: #d90c11;
  border-color: #d90c11;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Text - Container - center */
  .simple-ver-24-layer > div:nth-child(2) {
    width: 350px;
    height: 235px;
  }
  /* Text - Container - left */
  .simple-ver-24-layer.simple-ver-24-layer-left > div:nth-child(2) {
    margin: auto auto auto 15%;
  }
  /* Text - Container - right */
  .simple-ver-24-layer.simple-ver-24-layer-right > div:nth-child(2) {
    margin: auto 15% auto auto;
  }
  /* Heading - ( hello everyone! ) */
  .simple-ver-24-layer > div:nth-child(2) > span:nth-child(1) {
    font-size: 62px;
  }
  /* Description - ( creative web slide slideshow ) */
  .simple-ver-24-layer > div:nth-child(2) > span:nth-child(2) {
    font-size: 38px;
    margin-top: 26px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Container - center */
  .simple-ver-24-layer > div:nth-child(2) {
    width: 295px;
    height: 195px;
  }
  /* Text - Container - left */
  .simple-ver-24-layer.simple-ver-24-layer-left > div:nth-child(2) {
    margin: auto auto auto 10%;
  }
  /* Text - Container - right */
  .simple-ver-24-layer.simple-ver-24-layer-right > div:nth-child(2) {
    margin: auto 10% auto auto;
  }
  /* Heading - ( hello everyone! ) */
  .simple-ver-24-layer > div:nth-child(2) > span:nth-child(1) {
    font-size: 52px;
  }
  /* Description - ( creative web slide slideshow ) */
  .simple-ver-24-layer > div:nth-child(2) > span:nth-child(2) {
    font-size: 28px;
    margin-top: 16px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Container - center */
  .simple-ver-24-layer > div:nth-child(2) {
    width: 240px;
    height: 150px;
	background: rgba(255,255,255,.25);
  }
  /* Text - Container - left & right */
  .simple-ver-24-layer.simple-ver-24-layer-left > div:nth-child(2),
  .simple-ver-24-layer.simple-ver-24-layer-right > div:nth-child(2) {
    margin: auto;
    text-align: center;
  }
  /* Heading - ( hello everyone! ) */
  .simple-ver-24-layer > div:nth-child(2) > span:nth-child(1) {
    font-size: 42px;
  }
  /* Description - ( creative web slide slideshow ) */
  .simple-ver-24-layer > div:nth-child(2) > span:nth-child(2) {
    font-size: 18px;
    margin-top: 16px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Container - center */
  .simple-ver-24-layer > div:nth-child(2) {
    width: 95%;
    height: 115px;
	background: rgba(255,255,255,.25);
  }
  /* Text - Container - left & right */
  .simple-ver-24-layer.simple-ver-24-layer-left > div:nth-child(2),
  .simple-ver-24-layer.simple-ver-24-layer-right > div:nth-child(2) {
    margin: auto;
    text-align: center;
  }
  /* Heading - ( hello everyone! ) */
  .simple-ver-24-layer > div:nth-child(2) > span:nth-child(1) {
    font-size: 32px;
  }
  /* Description - ( creative web slide slideshow ) */
  .simple-ver-24-layer > div:nth-child(2) > span:nth-child(2) {
    font-size: 14px;
    margin-top: 15px;
  }
  /* Button - ( more information ) */
  .simple-ver-24-layer > div:nth-child(2) > a {
    font-size: 12px;
    padding: 10px 28px;
    margin: 15px 0 0 0;
  }
}

/**************************/
/* Simple Version 24
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.simple-ver-24-btn.sz-slider .carousel-control-btn {
  opacity: 1;
  width: 50px;
  color: #333;
  height: 50px;
  display: block;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
  background: transparent;
  border-bottom: 1px solid #333;
  transition: border .1s ease, color .1s ease;
  -webkit-transition: border .1s ease, color .1s ease;
}
/* 2 - Prev - Button */
.simple-ver-24-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  left: 0;
  right: 60px;
  margin: 0 auto auto auto;
}
/* 3 - Next - Button */
.simple-ver-24-btn.sz-slider .carousel-control-btn.carousel-control-next {
  right: 0;
  left: 60px;
  margin: 0 auto auto auto;
}
/* 4 - Buttons - hover */
.simple-ver-24-btn.sz-slider .carousel-control-btn:hover {
  color: #d90c11;
  border-color: #d90c11;
}

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

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Buttons */
  .simple-ver-24-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Buttons */
  .simple-ver-24-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}

/*********************/
/* Simple Version 24
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-24-indicators.carousel-indicators {
  padding: 0;
  width: 83px;
  height: 27px;
  margin: 0 30px 30px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-24-indicators.carousel-indicators > li {
  padding: 0;
  margin: 3px;
  width: 20px;
  height: 20px;
  border: none;
  background: #333;
  line-height: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: 0 0 0 1px #333;
  -webkit-box-shadow: 0 0 0 1px #333;
  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=slider] .simple-ver-24-indicators.carousel-indicators > li.active {
  border: none;
  background: transparent;
  box-shadow: 0 0 0 1px #d90c11;
  -webkit-box-shadow: 0 0 0 1px #d90c11;
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=slider] .simple-ver-24-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background: #333;
  position: absolute;
  transform: scale(.7);
  -webkit-transform: scale(.7);
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=slider] .simple-ver-24-indicators.carousel-indicators > li.active::after {
  background: #d90c11;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-24-indicators.carousel-indicators {
    margin: 0 10px 10px auto;
  }
}

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