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

/**********************/
/* Simple Version 59
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-59.sz-slider {
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
}
/* 2 - Background Images Position */
.simple-ver-59.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/*******************/
/* Simple Version 59
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-59-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  background: #fff;
  position: absolute;
}
/* 2 - Outer Container */
.simple-ver-59-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1160px;
  height: 430px;
  display: block;
  position: absolute;
}
/* 3 - Side Image */
.simple-ver-59-layer > div > img {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
/* 4 - Inner Container */
.simple-ver-59-layer > div > div {
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  display: block;
  line-height: 1;
  text-align: center;
  position: relative;
  margin: 0 auto 35px auto;
}
/* 5- Children */
.simple-ver-59-layer > div > div > span {
  width: 650px;
  display: block;
}
/* 6 - 1st child - ( Welcome to Clean & Simple Website ) */
.simple-ver-59-layer > div > div > span:nth-child(1) {
  margin: auto;
  color: #6c6c6c;
  line-height: .9;
  font-size: 28px;
  font-weight: 300;
  position: relative;
  letter-spacing: -.3px;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 7 - 2nd child - ( Creative Slide For HD Mockup Effect Design ) */
.simple-ver-59-layer > div > div > span:nth-child(2) {
  color: #333;
  font-size: 52px;
  font-weight: 800;
  margin: 13px auto 0 auto;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Outer Container */
  .simple-ver-59-layer > div {
    width: 990px;
    height: 390px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Outer Container */
  .simple-ver-59-layer > div {
    width: 760px;
    height: 340px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Outer Container */
  .simple-ver-59-layer > div {
    width: 570px;
    height: 275px;
  }
  /* Children */
  .simple-ver-59-layer > div > div > span {
    width: 100%;
  }
  /* 1st child - ( Welcome to Clean & Simple Website ) */
  .simple-ver-59-layer > div > div > span:nth-child(1) {
    font-size: 22px;
  }
  /* 2nd child - ( Creative Slide For HD Mockup Effect Design ) */
  .simple-ver-59-layer > div > div > span:nth-child(2) {
    font-size: 42px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Outer Container */
  .simple-ver-59-layer > div {
    width: 270px;
    height: 210px;
  }
  /* Inner Container */
  .simple-ver-59-layer > div > div {
    margin: 0 auto 25px auto;
  }
  /* Children */
  .simple-ver-59-layer > div > div > span {
    width: 100%;
  }
  /* 1st child - ( Welcome to Clean & Simple Website ) */
  .simple-ver-59-layer > div > div > span:nth-child(1) {
    font-size: 18px;
  }
  /* 2nd child - ( Creative Slide For HD Mockup Effect Design ) */
  .simple-ver-59-layer > div > div > span:nth-child(2) {
    font-size: 32px;
    margin: 13px auto 0 auto;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Outer Container */
  .simple-ver-59-layer > div {
    width: 197px;
    height: 110px;
  }
  /* Inner Container */
  .simple-ver-59-layer > div > div {
    margin: 0 auto 15px auto;
  }
  /* Children */
  .simple-ver-59-layer > div > div > span {
    width: 100%;
  }
  /* 1st child - ( Welcome to Clean & Simple Website ) */
  .simple-ver-59-layer > div > div > span:nth-child(1) {
    font-size: 14px;
  }
  /* 2nd child - ( Creative Slide For HD Mockup Effect Design ) */
  .simple-ver-59-layer > div > div > span:nth-child(2) {
    font-size: 16px;
    margin: 8px auto 0 auto;
  }
}

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

/* 1 - Buttons */
.simple-ver-59-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 0;
  display: block;
  background: rgba(51,51,51,.8);
  letter-spacing: .5px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 0 4px rgba(51,51,51,.5);
  -webkit-box-shadow: 0 0 0 4px rgba(51,51,51,.5);
  font-family: 'Barlow Condensed', sans-serif;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
  -webkit-transition: color .2s ease, background .2s ease, -webkit-box-shadow .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-59-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: 15px auto auto 15px;
}
/* 3 - Next - Button */
.simple-ver-59-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 0;
  right: auto;
  margin: 15px auto auto 67px;
}
/* 4 - Hover */
.simple-ver-59-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  box-shadow: 0 0 0 4px rgba(51,51,51,.7);
  -webkit-box-shadow: 0 0 0 4px rgba(51,51,51,.7);
}
/* 5 - Icons */
.simple-ver-59-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 12px;
  height: 18px;
  margin: auto;
  font-size: 18px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.simple-ver-59-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}

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

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

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

/*********************/
/* Simple Version 59
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-59-indicators.carousel-indicators {
  padding: 0;
  width: 70px;
  height: 23px;
  margin: auto 25px 25px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-59-indicators.carousel-indicators > li {
  margin: 1px;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
}
/* 3 - Indicators - children - Scale */
.sz-slider[data-type=slider] .simple-ver-59-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  background: #333;
  position: absolute;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  transform: scale(.7);
  -webkit-transform: scale(.7);
  transition: transform .2s ease;
  -webkit-transition: -webkit-transform .2s ease;
}
/* 4 - Indicator - active - child - scale */
.sz-slider[data-type=slider] .simple-ver-59-indicators.carousel-indicators > li.active::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
/* 5 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-59-indicators.carousel-indicators > li.active {
  background: transparent;
}

/******************/
/* 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-59-indicators.carousel-indicators {
    margin: auto auto 10px auto;
  }
}

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