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

/**********************/
/* Simple Version 70
/* Main Carousel Style
/**********************/

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

/********************/
/* Simple Version 70
/* Layer Settings
/********************/

/* 1 - Layer - wrapper */
.simple-ver-70-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 - Background Box - left */
.simple-ver-70-layer::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 35%;
  height: 90%;
  content: "";
  display: block;
  position: absolute;
  background: #f0f3fa;
  margin: 0 auto auto 0;
}
/* 3 - Background Box - right */
.simple-ver-70-layer.simple-ver-70-layer-right::before {
  margin: 0 0 auto auto;
}
/* 4 - Side Image - left */
.simple-ver-70-layer > div:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 90%;
  display: block;
  position: absolute;
  margin: auto auto 0 70px;
}
/* 5 - Side Image - right */
.simple-ver-70-layer.simple-ver-70-layer-right > div:nth-child(1) {
  margin: auto 70px 0 auto;
}
/* 6 - Outer Container - left */
.simple-ver-70-layer > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 350px;
  height: 320px;
  display: block;
  text-align: right;
  position: absolute;
  margin: auto 15% auto auto;
}
/* 7 - Outer Container - right */
.simple-ver-70-layer.simple-ver-70-layer-right > div:nth-child(2) {
  text-align: left;
  margin: auto auto auto 15%;
}
/* 8 - Inner Container */
.simple-ver-70-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;
}
/* 9 - Number - left - ( 1., 2., 3. ) */
.simple-ver-70-layer > div:nth-child(2) > div > span:nth-child(1) {
  width: 100px;
  color: #e31c67;
  display: block;
  font-size: 50px;
  font-weight: 700;
  position: relative;
  font-family: 'Barlow Condensed', sans-serif;
  margin: auto 0 0 auto;
}
/* 10 - Number - right - ( 1., 2., 3. ) */
.simple-ver-70-layer.simple-ver-70-layer-right > div:nth-child(2) > div > span:nth-child(1) {
  margin: auto auto 0 0;
}
/* 11 - Line  */
.simple-ver-70-layer > div:nth-child(2) > div > span:nth-child(1)::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  background: #e31c67;
  margin: auto auto -8px auto;
}
/* 12 - Heading - ( We Create Digital Branding Products. ) */
.simple-ver-70-layer > div:nth-child(2) > div > span:nth-child(2) {
  color: #333;
  margin: auto;
  display: block;
  font-size: 49px;
  font-weight: 700;
  margin-top: 50px;
  letter-spacing: .18px;
  text-transform: capitalize;
  font-family: 'Barlow', sans-serif;
}
/* 13 - Description - ( Creative Slide Presentation New Design Ideas ) */
.simple-ver-70-layer > div:nth-child(2) > div > span:nth-child(3) {
  margin: auto;
  color: #535353;
  display: block;
  font-size: 23px;
  font-weight: 700;
  margin-top: 13px;
  line-height: 1.2;
  letter-spacing: -1px;
  text-transform: capitalize;
  font-family: 'Arimo', sans-serif;
}

/******************/
/* 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) {
  /* Background Box - left */
  .simple-ver-70-layer::before {
    width: 35%;
    height: 90%;
  }
  /* Side Image - left */
  .simple-ver-70-layer > div:nth-child(1) {
    width: 45%;
    height: 90%;
    margin: auto auto 0 35px;
  }
  /* Side Image - right */
  .simple-ver-70-layer.simple-ver-70-layer-right > div:nth-child(1) {
    margin: auto 35px 0 auto;
  }
  /*  Outer Container - left */
  .simple-ver-70-layer > div:nth-child(2) {
    width: 290px;
    height: 280px;
    margin: auto 12% auto auto;
  }
  /* Outer Container - right */
  .simple-ver-70-layer.simple-ver-70-layer-right > div:nth-child(2) {
    margin: auto auto auto 12%;
  }
  /* Heading - ( We Create Digital Branding Products. ) */
  .simple-ver-70-layer > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 40px;
    margin-top: 40px;
  }
  /* Description - ( Creative Slide Presentation New Design Ideas ) */
  .simple-ver-70-layer > div:nth-child(2) > div > span:nth-child(3) {
    font-size: 20px;
    margin-top: 10px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Background Box - left */
  .simple-ver-70-layer::before {
    width: 40%;
    height: 90%;
  }
  /* Side Image - left */
  .simple-ver-70-layer > div:nth-child(1) {
    width: 50%;
    height: 90%;
    margin: auto auto 0 15px;
  }
  /* Side Image - right */
  .simple-ver-70-layer.simple-ver-70-layer-right > div:nth-child(1) {
    margin: auto 15px 0 auto;
  }
  /*  Outer Container - left */
  .simple-ver-70-layer > div:nth-child(2) {
    width: 215px;
    height: 225px;
    margin: auto 9% auto auto;
  }
  /* Outer Container - right */
  .simple-ver-70-layer.simple-ver-70-layer-right > div:nth-child(2) {
    margin: auto auto auto 9%;
  }
  /* Heading - ( We Create Digital Branding Products. ) */
  .simple-ver-70-layer > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 30px;
    margin-top: 30px;
  }
  /* Description - ( Creative Slide Presentation New Design Ideas ) */
  .simple-ver-70-layer > div:nth-child(2) > div > span:nth-child(3) {
    font-size: 16px;
    margin-top: 10px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Background Box */
  .simple-ver-70-layer::before {
    width: 35%;
    height: 70%;
  }
  /* Side Image - left */
  .simple-ver-70-layer > div:nth-child(1) {
    width: 45%;
    height: 90%;
    margin: auto auto 0 20px;
  }
  /* Side Image - right */
  .simple-ver-70-layer.simple-ver-70-layer-right > div:nth-child(1) {
    margin: auto 20px 0 auto;
  }
  /*  Outer Container */
  .simple-ver-70-layer > div:nth-child(2),
  .simple-ver-70-layer.simple-ver-70-layer-right > div:nth-child(2) {
    margin: auto;
    width: 234px;
    height: 238px;
	background: rgba(255,255,255,.9);
  }
  /* Inner Container */
  .simple-ver-70-layer > div:nth-child(2) > div {
    padding: 10px;
  }
  /* Heading - ( We Create Digital Branding Products. ) */
  .simple-ver-70-layer > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 30px;
    margin-top: 30px;
  }
  /* Description - ( Creative Slide Presentation New Design Ideas ) */
  .simple-ver-70-layer > div:nth-child(2) > div > span:nth-child(3) {
    font-size: 14px;
    margin-top: 10px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Background Box */
  .simple-ver-70-layer::before {
    width: 45%;
    height: 70%;
  }
  /* Side Image - left */
  .simple-ver-70-layer > div:nth-child(1) {
    width: 50%;
    height: 90%;
    margin: auto auto 0 20px;
  }
  /* Side Image - right */
  .simple-ver-70-layer.simple-ver-70-layer-right > div:nth-child(1) {
    margin: auto 20px 0 auto;
  }
  /*  Outer Container */
  .simple-ver-70-layer > div:nth-child(2),
  .simple-ver-70-layer.simple-ver-70-layer-right > div:nth-child(2) {
    margin: auto;
    width: 190px;
    height: 190px;
	background: rgba(255,255,255,.9);
  }
  /* Inner Container */
  .simple-ver-70-layer > div:nth-child(2) > div {
    padding: 10px;
  }
  /* Heading - ( We Create Digital Branding Products. ) */
  .simple-ver-70-layer > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 20px;
    margin-top: 20px;
  }
  /* Description - ( Creative Slide Presentation New Design Ideas ) */
  .simple-ver-70-layer > div:nth-child(2) > div > span:nth-child(3) {
    font-size: 12px;
    margin-top: 10px;
  }
}

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

/* 1 - Buttons */
.simple-ver-70-btn .carousel-control-btn {
  z-index: 1;
  opacity: 1;
  color: #fff;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  font-size: 12px;
  background: #333;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background .2s ease, color .2s ease, border .2s ease;
  -webkit-transition: background .2s ease, color .2s2s ease, border .2s ease;
  transform: none !important;
  -webkit-transform: none !important;
}
/* 2 - Prev Button */
.simple-ver-70-btn .carousel-control-prev.carousel-control-btn {
  line-height: 48px;
  margin: 15px 15px auto auto !important;
}
/* 3 - Next Button */
.simple-ver-70-btn .carousel-control-next.carousel-control-btn {
  line-height: 50px;
  margin: auto 15px 15px auto !important;
}
/* 4 - Buttons - hover */
.simple-ver-70-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #e31c67;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Prev Button */
  .simple-ver-70-btn .carousel-control-prev.carousel-control-btn {
    margin: 10px 10px auto auto !important;
  }
  /* Next Button */
  .simple-ver-70-btn .carousel-control-next.carousel-control-btn {
    margin: auto 10px 10px auto !important;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Prev Button */
  .simple-ver-70-btn .carousel-control-prev.carousel-control-btn {
    margin: 5px 5px auto auto !important;
  }
  /* Next Button */
  .simple-ver-70-btn .carousel-control-next.carousel-control-btn {
    margin: auto 5px 5px auto !important;
  }
}

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

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

/*********************/
/* Simple Version 70
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=y] .simple-ver-70-indicators.carousel-indicators {
  padding: 0;
  width: 25px;
  height: 75px;
  margin: auto auto auto 25px;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-70-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  border: none;
  line-height: 16px;
  background: #e5e5e5;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  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=slider] .simple-ver-70-indicators.carousel-indicators > li.active {
  border: none;
  background: transparent;
  box-shadow: 0 0 0 2px #e31c67;
  -webkit-box-shadow: 0 0 0 2px #e31c67;
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=slider] .simple-ver-70-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(.5);
  -webkit-transform: scale(.5);
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=slider] .simple-ver-70-indicators.carousel-indicators > li.active::after {
  background: #e31c67;
}

/******************/
/* 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=y] .simple-ver-70-indicators.carousel-indicators {
    margin: auto auto auto 10px;
  }
}

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