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

/**********************/
/* Simple Version 71
/* Main Carousel Style
/**********************/

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

/********************/
/* Simple Version 71
/* Layer Settings
/********************/

/* 1 - Layer - wrapper */
.simple-ver-71-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 Color Border */
.simple-ver-71-layer::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 80%;
  display: block;
  line-height: 1;
  position: absolute;
  background: #eefbfd;
  margin: auto auto 0 auto;
}
/* 3 - Heading - left - ( 10 ways to grow your business ) */
.simple-ver-71-layer > span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 340px;
  height: 240px;
  color: #323232;
  display: block;
  font-size: 74px;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  position: absolute;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: auto 10% auto auto;
  font-family: 'Anton', sans-serif;
}
/* 4 - Heading - right - ( 10 ways to grow your business ) */
.simple-ver-71-layer.simple-ver-71-layer-right > span {
  margin: auto auto auto 10%;
}
/* 5 - Image Part - Outer Container - left */
.simple-ver-71-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 55%;
  height: 100%;
  display: block;
  position: absolute;
  margin: auto auto auto 35px;
}
/* 6 - Image Part - Outer Container - right */
.simple-ver-71-layer.simple-ver-71-layer-right > div {
  margin: auto 35px auto auto;
}
/* 7 - Image Part - Inner Container */
.simple-ver-71-layer > div > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 88%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 8 - Image */
.simple-ver-71-layer > div > div > div:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 85%;
  display: block;
  position: absolute;
  margin: 0 auto auto auto;
}
/* 9 - Text Container - left */
.simple-ver-71-layer > div > div > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 373px;
  height: 210px;
  display: block;
  padding: 0 40px;
  background: #fff;
  text-align: right;
  position: absolute;
  margin: auto auto 0 50px;
  box-shadow: 0 0 80px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 80px 0 rgba(0,0,0,.1);
}
/* 10 - Text Container - left */
.simple-ver-71-layer.simple-ver-71-layer-right > div > div > div:nth-child(2) {
  text-align: left;
  margin: auto 50px 0 auto;
}
/* 11 - Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
.simple-ver-71-layer > div > div > div:nth-child(2) > span {
  color: #666;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -.2px;
  margin: 30px auto auto auto;
  font-family: 'Arimo', sans-serif;
}
/* 12 - Button - ( view Our portfolio ) */
.simple-ver-71-layer > div > div > div:nth-child(2) > a {
  color: #333;
  margin: auto;
  font-size: 16px;
  font-weight: 700;
  margin-top: 21px;
  position: relative;
  text-align: center;
  padding: 17px 32px;
  letter-spacing: .5px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #a6a6a6;
  font-family: 'Barlow Condensed', sans-serif;
  transition: background .1s ease, color .1s ease, border .1s ease;
  -webkit-transition: background .1s ease, color .1s ease, border .1s ease;
}
/* 13 - Button - hover - ( view Our portfolio ) */
.simple-ver-71-layer > div > div > div:nth-child(2) > a:hover {
  color: #fff;
  background: #d90c11;
  border-color: #d90c11;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
   /* Heading - left - ( 10 ways to grow your business ) */
  .simple-ver-71-layer > span {
    width: 300px;
    height: 210px;
    font-size: 64px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
   /* Heading - left - ( 10 ways to grow your business ) */
  .simple-ver-71-layer > span {
    width: 250px;
    height: 175px;
    font-size: 54px;
    margin: auto 7% auto auto;
  }
  /* Heading - right - ( 10 ways to grow your business ) */
  .simple-ver-71-layer.simple-ver-71-layer-right > span {
    margin: auto auto auto 7%;
  }
  /* Image Part - Outer Container - left */
  .simple-ver-71-layer > div {
    width: 55%;
    margin: auto auto auto 25px;
  }
  /* Image Part - Outer Container - right */
  .simple-ver-71-layer.simple-ver-71-layer-right > div {
    margin: auto 25px auto auto;
  }
  /* Text Container - left */
  .simple-ver-71-layer > div > div > div:nth-child(2) {
    width: 320px;
    height: 210px;
    padding: 0 30px;
    margin: auto auto 0 30px;
  }
  /* Text Container - left */
  .simple-ver-71-layer.simple-ver-71-layer-right > div > div > div:nth-child(2) {
    margin: auto 30px 0 auto;
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-71-layer > div > div > div:nth-child(2) > span {
    font-size: 17px;
    margin: 30px auto auto auto;
  }
  /* Button - ( view Our portfolio ) */
  .simple-ver-71-layer > div > div > div:nth-child(2) > a {
    font-size: 16px;
    margin-top: 21px;
    padding: 17px 32px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
   /* Heading - left - ( 10 ways to grow your business ) */
  .simple-ver-71-layer > span {
    width: 190px;
    height: 130px;
    font-size: 40px;
    margin: auto 8% auto auto;
  }
  /* Heading - right - ( 10 ways to grow your business ) */
  .simple-ver-71-layer.simple-ver-71-layer-right > span {
    margin: auto auto auto 8%;
  }
  /* Image Part - Outer Container - left */
  .simple-ver-71-layer > div {
    width: 55%;
    margin: auto auto auto 15px;
  }
  /* Image Part - Outer Container - right */
  .simple-ver-71-layer.simple-ver-71-layer-right > div {
    margin: auto 15px auto auto;
  }
  /* Text Container - left */
  .simple-ver-71-layer > div > div > div:nth-child(2) {
    width: 270px;
    height: 145px;
    padding: 0 30px;
    margin: auto auto 0 15px;
  }
  /* Text Container - left */
  .simple-ver-71-layer.simple-ver-71-layer-right > div > div > div:nth-child(2) {
    margin: auto 15px 0 auto;
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-71-layer > div > div > div:nth-child(2) > span {
    font-size: 14px;
    margin: 10px auto auto auto;
  }
  /* Button - ( view Our portfolio ) */
  .simple-ver-71-layer > div > div > div:nth-child(2) > a {
    font-size: 14px;
    margin-top: 15px;
    padding: 14px 25px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
   /* Heading - ( 10 ways to grow your business ) */
  .simple-ver-71-layer > span,
  .simple-ver-71-layer.simple-ver-71-layer-right > span {
	z-index: 2;
    margin: auto;
    width: 270px;
    height: 140px;
	bottom: 140px;
    font-size: 40px;
	text-align: center;
	padding: 10px 0 0 0;
	background: rgba(255,255,255,.8);
  }
  /* Image Part - Outer Container */
  .simple-ver-71-layer > div,
  .simple-ver-71-layer.simple-ver-71-layer-right > div {
    width: 100%;
    margin: auto;
  }
  /* Text Container */
  .simple-ver-71-layer > div > div > div:nth-child(2),
  .simple-ver-71-layer.simple-ver-71-layer-right > div > div > div:nth-child(2) {
	top: 140px;
    margin: auto;
    width: 270px;
    height: 140px;
    padding: 0 30px;
	text-align: center;
	background: rgba(255,255,255,.8);
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-71-layer > div > div > div:nth-child(2) > span {
    font-size: 14px;
    margin: 10px auto auto auto;
  }
  /* Button - ( view Our portfolio ) */
  .simple-ver-71-layer > div > div > div:nth-child(2) > a {
    font-size: 14px;
    margin-top: 15px;
    padding: 14px 25px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
   /* Heading - ( 10 ways to grow your business ) */
  .simple-ver-71-layer > span,
  .simple-ver-71-layer.simple-ver-71-layer-right > span {
	z-index: 2;
    margin: auto;
    width: 190px;
    height: 117px;
	bottom: 117px;
    padding: 10px;
    font-size: 30px;
	text-align: center;
	background: rgba(255,255,255,.8);
  }
  /* Image Part - Outer Container */
  .simple-ver-71-layer > div,
  .simple-ver-71-layer.simple-ver-71-layer-right > div {
    width: 100%;
    margin: auto;
  }
  /* Text Container */
  .simple-ver-71-layer > div > div > div:nth-child(2),
  .simple-ver-71-layer.simple-ver-71-layer-right > div > div > div:nth-child(2) {
	top: 117px;
    margin: auto;
    width: 190px;
    height: 117px;
    padding: 10px;
	text-align: center;
	background: rgba(255,255,255,.8);
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-71-layer > div > div > div:nth-child(2) > span {
    font-size: 12px;
    margin: 0 auto auto auto;
  }
  /* Button - ( view Our portfolio ) */
  .simple-ver-71-layer > div > div > div:nth-child(2) > a {
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 20px;
  }
}

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

/* 1 - Buttons */
.simple-ver-71-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: #323232;
  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-71-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 0 !important;
}
/* 3 - Next - Button */
.simple-ver-71-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 0 auto auto !important;
}
/* 4 - Buttons - hover */
.simple-ver-71-btn.sz-slider .carousel-control-btn:hover {
  background: #fff;
}
/* 5 - Button - Text */
.simple-ver-71-btn.sz-slider .carousel-control-btn > span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  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-71-btn.sz-slider .carousel-control-btn:hover > span {
  color: #000;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Buttons */
  .simple-ver-71-btn.sz-slider .carousel-control-btn {
    width: 40px;
  }
}

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

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

/*********************/
/* Simple Version 71
/* Indicators Buttons
/*********************/

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

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