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

/**********************/
/* Simple Version 47
/* Main Carousel Style
/**********************/

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

/*******************/
/* Simple Version 47
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-47-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 2 - Side Image - left */
.simple-ver-47-layer > div:nth-child(1) {
  right: 0;
  width: 70%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  background-size:cover;
  background-repeat:no-repeat;
  background-position: top right;
}
/* 3 - Side Image - right */
.simple-ver-47-layer.simple-ver-47-layer-right > div:nth-child(1) {
  left: 0;
  right: auto;
  background-position: top left;
}
/* 4 - Overlay Image  */
.simple-ver-47-layer > div:nth-child(2) {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center center;
}
/* 5 - Play Button - Left */
.simple-ver-47-layer > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 110px;
  height: 110px;
  display: block;
  text-align: center;
  position: absolute;
  background: #ff7200;
  text-decoration: none;
  margin: auto 15% auto auto;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 6 - Play Button - right */
.simple-ver-47-layer.simple-ver-47-layer-right > a {
  margin: auto auto auto 15%;
}
/* 7 - Play Button - icon */
.simple-ver-47-layer > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  margin: auto;
  height: 27px;
  display: block;
  font-size: 30px;
  position: absolute;
}
/* 8 - Play Button - border */
.simple-ver-47-layer > a::before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: #ff7200;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  animation: glowingBr 2s infinite linear;
  -webkit-animation: glowingBr 2s infinite linear;
}
/* 9 - Container - left */
.simple-ver-47-layer > div:nth-child(4) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 1;
  font-size: 0;
  width: 335px;
  height: 228px;
  display: block;
  line-height: 1;
  text-align: left;
  position: absolute;
  margin: auto auto auto 15%;
}
/* 10 - Container - right */
.simple-ver-47-layer.simple-ver-47-layer-right > div:nth-child(4) {
  text-align: right;
  margin: auto 15% auto auto;
}
/* 11 - Children */
.simple-ver-47-layer > div:nth-child(4) > span {
  display: block;
}
/* 12 - Heading - ( Multipurpose Slide Design ) */
.simple-ver-47-layer > div:nth-child(4) > span:nth-child(1) {
  color: #fff;
  font-size: 57px;
  font-weight: 700;
  line-height: .89;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 13 - Description - ( Clean & Simple Website SLide Design ) */
.simple-ver-47-layer > div:nth-child(4) > span:nth-child(2) {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  margin: 6px 0 0 0;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 14 - Button - ( Purchase Now ) */
.simple-ver-47-layer > div:nth-child(4) > a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 38px;
  padding: 14px 31px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #fff;
  background: transparent;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  transition: background .2s ease, color .2s ease, border .2s ease;
  -webkit-transition: background .2s ease, color .2s ease, border .2s ease;
}
/* 15 - Button - hover - ( Purchase Now ) */
.simple-ver-47-layer > div:nth-child(4) > a:hover {
  color: #fff;
  background: #ff7200;
  border-color: #ff7200;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Container - left */
  .simple-ver-47-layer > div:nth-child(4) {
    margin: auto auto auto 9%;
  }
  /* Container - right */
  .simple-ver-47-layer.simple-ver-47-layer-right > div:nth-child(4) {
    margin: auto 9% auto auto;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Container - left */
  .simple-ver-47-layer > div:nth-child(4) {
    width: 310px;
    height: 208px;
    margin: auto auto auto 5%;
  }
  /* Container - right */
  .simple-ver-47-layer.simple-ver-47-layer-right > div:nth-child(4) {
    margin: auto 5% auto auto;
  }
  /* Heading - ( Multipurpose Slide Design ) */
  .simple-ver-47-layer > div:nth-child(4) > span:nth-child(1) {
    font-size: 48px;
  }
  /* Description - ( Clean & Simple Website SLide Design ) */
  .simple-ver-47-layer > div:nth-child(4) > span:nth-child(2) {
    font-size: 18px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Container - left */
  .simple-ver-47-layer > div:nth-child(4) {
    width: 285px;
    height: 194px;
    margin: auto auto auto 5%;
  }
  /* Container - right */
  .simple-ver-47-layer.simple-ver-47-layer-right > div:nth-child(4) {
    margin: auto 5% auto auto;
  }
  /* Heading - ( Multipurpose Slide Design ) */
  .simple-ver-47-layer > div:nth-child(4) > span:nth-child(1) {
    font-size: 42px;
  }
  /* Description - ( Clean & Simple Website SLide Design ) */
  .simple-ver-47-layer > div:nth-child(4) > span:nth-child(2) {
    font-size: 16px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Play Button - Left */
  .simple-ver-47-layer > a,
  .simple-ver-47-layer.simple-ver-47-layer-right > a {
	top: 155px;
    width: 75px;
    height: 75px;
    margin: auto;
  }
  /* Play Button - icon */
  .simple-ver-47-layer > a > i {
    width: 12px;
    height: 22px;
    font-size: 22px;
  }
  /* Container - left */
  .simple-ver-47-layer > div:nth-child(4),
  .simple-ver-47-layer.simple-ver-47-layer-right > div:nth-child(4) {
    margin: auto;
	bottom: 90px;
    width: 270px;
    height: 152px;
	text-align: center;
  }
  /* Heading - ( Multipurpose Slide Design ) */
  .simple-ver-47-layer > div:nth-child(4) > span:nth-child(1) {
    font-size: 38px;
  }
  /* Description - ( Clean & Simple Website SLide Design ) */
  .simple-ver-47-layer > div:nth-child(4) > span:nth-child(2) {
    font-size: 14px;
  }
  /* Button - ( Purchase Now ) */
  .simple-ver-47-layer > div:nth-child(4) > a {
    font-size: 14px;
    margin-top: 15px;
    padding: 12px 24px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Play Button - Left */
  .simple-ver-47-layer > a,
  .simple-ver-47-layer.simple-ver-47-layer-right > a {
	top: 145px;
    width: 60px;
    height: 60px;
    margin: auto;
  }
  /* Play Button - icon */
  .simple-ver-47-layer > a > i {
    width: 10px;
    height: 18px;
    font-size: 18px;
  }
  /* Container - left */
  .simple-ver-47-layer > div:nth-child(4),
  .simple-ver-47-layer.simple-ver-47-layer-right > div:nth-child(4) {
    margin: auto;
	bottom: 75px;
    width: 190px;
    height: 138px;
	text-align: center;
  }
  /* Heading - ( Multipurpose Slide Design ) */
  .simple-ver-47-layer > div:nth-child(4) > span:nth-child(1) {
    font-size: 27px;
  }
  /* Description - ( Clean & Simple Website SLide Design ) */
  .simple-ver-47-layer > div:nth-child(4) > span:nth-child(2) {
    font-size: 12px;
  }
  /* Button - ( Purchase Now ) */
  .simple-ver-47-layer > div:nth-child(4) > a {
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 20px;
  }
}

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

/* 1 - Buttons */
.simple-ver-47-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 35px;
  height: 35px;
  font-size: 0;
  color: #ff7200;
  display: block;
  font-weight: 500;
  text-align: left;
  background: #fff;
  letter-spacing: .5px;
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-47-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 40px;
  margin: 15px auto auto 15px;
}
/* 3 - Next - Button */
.simple-ver-47-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 40px;
  margin: 15px auto auto 15px;
}
/* 4 - Hover */
.simple-ver-47-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #ff7200;
}
/* 5 - Icons */
.simple-ver-47-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 11px;
  margin: auto;
  color: #ff7200;
  font-size: 12px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.simple-ver-47-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-47-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}

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

/*********************/
/* Simple Version 47
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-47-indicators.carousel-indicators {
  padding: 0;
  width: 80px;
  height: 24px;
  margin: auto auto 25px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-47-indicators.carousel-indicators > li {
  margin: 2px;
  width: 15px;
  height: 15px;
  border: none;
  background: #fff;
  border: 3px solid #ff7200;
  border-radius: 33px;
  -webkit-border-radius: 33px;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-47-indicators.carousel-indicators > li.active {
  background: #ff7200;
}

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