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

/**********************/
/* Simple Version 68
/* Main Carousel Style
/**********************/

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

/********************/
/* Simple Version 68
/* Layer Settings
/********************/

/* 1 - Layer - wrapper */
.simple-ver-68-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 Image - left */
.simple-ver-68-layer > div:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 65%;
  height: auto;
  display: block;
  position: absolute;
  margin: auto auto auto 0;
}
/* 3 - Side Image - right */
.simple-ver-68-layer.simple-ver-68-layer-right > div:nth-child(1) {
  margin: auto 0 auto auto;
}
/* 4 - Outer Container - left */
.simple-ver-68-layer > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 555px;
  height: 365px;
  display: block;
  text-align: left;
  position: absolute;
  margin: auto 9% auto auto;
}
/* 5 - Outer Container - right */
.simple-ver-68-layer.simple-ver-68-layer-right > div:nth-child(2) {
  text-align: right;
  margin: auto auto auto 9%;
}
/* 6 - Text Container - left */
.simple-ver-68-layer > div:nth-child(2) > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
}
/* 7 - Heading - ( Creative New Slide Presentation New Design ) */
.simple-ver-68-layer > div:nth-child(2) > div > span {
  color: #333;
  margin: auto;
  display: block;
  font-size: 50px;
  font-weight: 800;
  background: #fff;
  padding: 25px 50px;
  letter-spacing: -1px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
/* 8 - Paragraph And Button Container - left */
.simple-ver-68-layer > div:nth-child(2) > div > div {
  width: 295px;
  display: block;
  margin: 15px 0 auto auto;
}
/* 9 - Paragraph And Button Container - right */
.simple-ver-68-layer.simple-ver-68-layer-right > div:nth-child(2) > div > div {
  margin: 15px auto auto 0;
}
/* 10 - Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
.simple-ver-68-layer > div:nth-child(2) > div > div > span {
  color: #666;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -.2px;
  margin: 15px auto auto auto;
  font-family: 'Arimo', sans-serif;
}
/* 11 - Button - ( View Our Portfolio ) */
.simple-ver-68-layer > div:nth-child(2) > div > div > a {
  color: #fff;
  margin: auto;
  font-size: 16px;
  font-weight: 700;
  margin-top: 18px;
  position: relative;
  text-align: center;
  padding: 15px 35px;
  background: #c93636;
  letter-spacing: .5px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  transition: background .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, color .1s ease;
}
/* 12 - Button - hover - ( View Our Portfolio ) */
.simple-ver-68-layer > div:nth-child(2) > div > div > a:hover {
  color: #fff;
  background: #333;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Side Image - left */
  .simple-ver-68-layer > div:nth-child(1) {
    width: 65%;
  }
  /* Outer Container - left */
  .simple-ver-68-layer > div:nth-child(2) {
    width: 362px;
    height: 268px;
    margin: auto 8% auto auto;
  }
  /* Outer Container - right */
  .simple-ver-68-layer.simple-ver-68-layer-right > div:nth-child(2) {
    margin: auto auto auto 8%;
  }
  /* Heading - ( Creative New Slide Presentation New Design ) */
  .simple-ver-68-layer > div:nth-child(2) > div > span {
    font-size: 36px;
    padding: 10px 20px;
  }
  /* Paragraph And Button Container - left */
  .simple-ver-68-layer > div:nth-child(2) > div > div {
    width: 260px;
    margin: 15px 0 auto auto;
  }
  /* Paragraph And Button Container - right */
  .simple-ver-68-layer.simple-ver-68-layer-right > div:nth-child(2) > div > div {
    margin: 15px auto auto 0;
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-68-layer > div:nth-child(2) > div > div > span {
    font-size: 16px;
    margin: 15px auto auto auto;
  }
  /* Button - ( View Our Portfolio ) */
  .simple-ver-68-layer > div:nth-child(2) > div > div > a {
    font-size: 15px;
    margin-top: 15px;
    padding: 12px 25px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Side Image - left */
  .simple-ver-68-layer > div:nth-child(1) {
    width: 65%;
  }
  /* Outer Container - left */
  .simple-ver-68-layer > div:nth-child(2) {
    width: 261px;
    height: 212px;
    margin: auto 10% auto auto;
  }
  /* Outer Container - right */
  .simple-ver-68-layer.simple-ver-68-layer-right > div:nth-child(2) {
    margin: auto auto auto 10%;
  }
  /* Heading - ( Creative New Slide Presentation New Design ) */
  .simple-ver-68-layer > div:nth-child(2) > div > span {
    font-size: 26px;
    padding: 7px 14px;
  }
  /* Paragraph And Button Container - left */
  .simple-ver-68-layer > div:nth-child(2) > div > div {
    width: 205px;
    margin: 10px 0 auto auto;
  }
  /* Paragraph And Button Container - right */
  .simple-ver-68-layer.simple-ver-68-layer-right > div:nth-child(2) > div > div {
    margin: 10px auto auto 0;
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-68-layer > div:nth-child(2) > div > div > span {
    font-size: 14px;
    margin: 15px auto auto auto;
  }
  /* Button - ( View Our Portfolio ) */
  .simple-ver-68-layer > div:nth-child(2) > div > div > a {
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 20px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Side Image - left */
  .simple-ver-68-layer > div:nth-child(1) {
    width: 65%;
  }
  /* Outer Container - left */
  .simple-ver-68-layer > div:nth-child(2) {
    width: 270px;
    height: 216px;
    margin: auto 0 auto auto;
    background: rgba(255,255,255,.9);
  }
  /* Outer Container - right */
  .simple-ver-68-layer.simple-ver-68-layer-right > div:nth-child(2) {
    margin: auto auto auto 0;
  }
  /* Heading - ( Creative New Slide Presentation New Design ) */
  .simple-ver-68-layer > div:nth-child(2) > div > span {
    font-size: 26px;
    padding: 7px 14px;
	background: transparent;
  }
  /* Paragraph And Button Container - left */
  .simple-ver-68-layer > div:nth-child(2) > div > div {
    width: 100%;
	padding: 0 5px;
    margin: 10px auto auto auto;
  }
  /* Paragraph And Button Container - right */
  .simple-ver-68-layer.simple-ver-68-layer-right > div:nth-child(2) > div > div {
    margin: 10px auto auto 0;
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-68-layer > div:nth-child(2) > div > div > span {
    font-size: 14px;
    margin: 15px auto auto auto;
  }
  /* Button - ( View Our Portfolio ) */
  .simple-ver-68-layer > div:nth-child(2) > div > div > a {
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 20px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Side Image - left */
  .simple-ver-68-layer > div:nth-child(1) {
    width: 75%;
  }
  /* Outer Container - left */
  .simple-ver-68-layer > div:nth-child(2) {
    width: 190px;
    height: 216px;
    margin: auto 0 auto auto;
    background: rgba(255,255,255,.9);
  }
  /* Outer Container - right */
  .simple-ver-68-layer.simple-ver-68-layer-right > div:nth-child(2) {
    margin: auto auto auto 0;
  }
  /* Heading - ( Creative New Slide Presentation New Design ) */
  .simple-ver-68-layer > div:nth-child(2) > div > span {
    font-size: 18px;
    padding: 8px 10px;
	background: transparent;
  }
  /* Paragraph And Button Container - left */
  .simple-ver-68-layer > div:nth-child(2) > div > div {
    width: 100%;
	padding: 0 5px;
    margin: 5px auto auto auto;
  }
  /* Paragraph And Button Container - right */
  .simple-ver-68-layer.simple-ver-68-layer-right > div:nth-child(2) > div > div {
    margin: 5px auto auto 0;
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-68-layer > div:nth-child(2) > div > div > span {
    font-size: 12px;
    margin: 15px auto auto auto;
  }
  /* Button - ( View Our Portfolio ) */
  .simple-ver-68-layer > div:nth-child(2) > div > div > a {
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 15px;
  }
}

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

/* 1 - Buttons */
.simple-ver-68-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 50px;
  height: 115px;
  display: block;
  line-height: 115px;
  text-align: center;
  background: #f0f0f0;
  text-decoration: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  transform: none !important;
  -webkit-transform: none !important;
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-68-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  top: 120px !important;
  right: 0 !important;
  margin: auto 5px auto auto !important;
}
/* 3 - Next - Button */
.simple-ver-68-btn.sz-slider .carousel-control-btn.carousel-control-next {
  top: -120px !important;
  margin: auto 5px auto auto !important;
}
/* 4 - Buttons - hover */
.simple-ver-68-btn.sz-slider .carousel-control-btn:hover {
  background: #555;
}
/* 5 - Button - Text */
.simple-ver-68-btn.sz-slider .carousel-control-btn > span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #333;
  width: 100%;
  height: 18px;
  margin: auto;
  font-size: 22px;
  font-weight: 700;
  line-height: .75;
  position: absolute;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Buttons - hover */
.simple-ver-68-btn.sz-slider .carousel-control-btn:hover > span {
  color: #fff;
}

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

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

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

/*********************/
/* Simple Version 68
/* Indicators Buttons
/*********************/

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

/******************/
/* 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=y] .simple-ver-68-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=y] .simple-ver-68-indicators.carousel-indicators {
    display: none;
  }
}