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

/**********************/
/* Simple Version 5
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-5.sz-slider {
  background: rgba(0,0,0,.5);
}
/* 2 - Overlay color */
.simple-ver-5.sz-slider .sz-wrapper::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(0,0,0,.5);
}
/*******************/
/* Simple Version 5
/* Layer Settings
/*******************/

/* 1 - Text - center - wrapper */
.simple-ver-5-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 39%;
  margin: auto;
  display: block;
  line-height: 1.2;
  min-width: 565px;
  max-width: 565px;
  min-height: 246px;
  max-height: 246px;
  text-align: center;
  position: absolute;
}
/* Container */
.simple-ver-5-layer > div {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* 2 - Text - left - wrapper */
.simple-ver-5-layer.simple-ver-5-layer-left {
  text-align: left;
  margin: auto auto auto 15%;
}
/* 3 - Text - right - wrapper */
.simple-ver-5-layer.simple-ver-5-layer-right {
  text-align: right;
  margin: auto 15% auto auto;
}
/* 4 - Children */
.simple-ver-5-layer > div > span {
  display: block;
}
/* 5 - 1st child - center - ( experts team unique ideas ) */
.simple-ver-5-layer > div > span:nth-child(1) {
  color: #fff;
  margin: auto;
  height: 36px;
  width: 278px;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  background: #435cc8;
  letter-spacing: .4px;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Arimo', sans-serif;
}
/* 6 - 2nd child - left - ( Grow Your Business is By Building a Sales ) */
.simple-ver-5-layer > div > span:nth-child(2) {
  color: #fff;
  font-size: 46px;
  margin-top: 15px;
  font-weight: 800;
  word-spacing: 1px;
  margin-bottom: 33px;
  letter-spacing: .6px;
  font-family: 'Poppins', sans-serif;
}
/* 7 - Cell Number - ( Urgent Call:   0800.0444.333 ) */
.simple-ver-5-layer > div > a {
  color: #fff;
  width: 306px;
  height: 50px;
  font-size: 15px;
  font-weight: 700;
  margin: auto 5px;
  line-height: 48px;
  text-align: center;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #fff;
  background: transparent;
  text-transform: uppercase;
  font-family: 'Arimo', sans-serif;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: background .2s ease, border .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, border .2s ease, color .2s ease;
}
/* 8 - Cell Number - ( 0800.0444.333 ) */
.simple-ver-5-layer > div > a > span:nth-child(2) {
  margin-left: 10px;
}
/* 9 - Cell Number - hover - ( Urgent Call:   0800.0444.333 ) */
.simple-ver-5-layer > div > a:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - center - wrapper */
  .simple-ver-5-layer {
    width: 375px;
    height: 182px;
    min-width: 375px;
    max-width: 375px;
    min-height: 182px;
    max-height: 182px;
  }
  /* Text - left - wrapper */
  .simple-ver-5-layer.simple-ver-5-layer-left {
    margin: auto auto auto 12%;
  }
  /* Text - right - wrapper */
  .simple-ver-5-layer.simple-ver-5-layer-right {
    margin: auto 12% auto auto;
  }
  /* 2nd child - left - ( Grow Your Business is By Building a Sales ) */
  .simple-ver-5-layer > div > span:nth-child(2) {
    font-size: 30px;
    margin-bottom: 15px;
  }
  /* Cell Number - ( Urgent Call:   0800.0444.333 ) */
  .simple-ver-5-layer > div > a {
    width: 270px;
    height: 44px;
    font-size: 13px;
    line-height: 39px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - center - wrapper */
  .simple-ver-5-layer {
    width: 270px;
    height: 145px;
    min-width: 270px;
    max-width: 270px;
    min-height: 145px;
    max-height: 145px;
  }
  /* Text - left - wrapper */
  .simple-ver-5-layer.simple-ver-5-layer-left {
    margin: auto;
    text-align: center;
  }
  /* Text - right - wrapper */
  .simple-ver-5-layer.simple-ver-5-layer-right {
    margin: auto;
    text-align: center;
  }
  /* 1st child - center - ( experts team unique ideas ) */
  .simple-ver-5-layer > div > span:nth-child(1) {
    width: 100%;
  }
  /* 2nd child - left - ( Grow Your Business is By Building a Sales ) */
  .simple-ver-5-layer > div > span:nth-child(2) {
    font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
  }
  /* Cell Number - ( Urgent Call:   0800.0444.333 ) */
  .simple-ver-5-layer > div > a {
    width: 95%;
	height: 40px;
    font-size: 12px;
	line-height: 38px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - center - wrapper */
  .simple-ver-5-layer {
    width: 195px;
    height: 97px;
    min-width: 195px;
    max-width: 195px;
    min-height: 97px;
    max-height: 97px;
    text-align: center;
  }
  /* Text - left - wrapper */
  .simple-ver-5-layer.simple-ver-5-layer-left {
    margin: auto;
    text-align: center;
  }
  /* Text - right - wrapper */
  .simple-ver-5-layer.simple-ver-5-layer-right {
    margin: auto;
    text-align: center;
  }
  /* 1st child - center - ( experts team unique ideas ) */
  .simple-ver-5-layer > div > span:nth-child(1) {
    width: 100%;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
  }
  /* 2nd child - left - ( Grow Your Business is By Building a Sales ) */
  .simple-ver-5-layer > div > span:nth-child(2) {
    font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
  }
  /* Cell Number - ( Urgent Call:   0800.0444.333 ) */
  .simple-ver-5-layer > div > a {
    width: 100%;
    height: 30px;
    margin: auto;
    font-size: 11px;
    line-height: 27px;
  }
  /* Cell Number - ( 0800.0444.333 ) */
  .simple-ver-5-layer > div > a > span:nth-child(2) {
    margin-left: 5px;
  }
}

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

/* 1 - Buttons */
.simple-ver-5-btn.sz-slider .carousel-control-btn {
  opacity: 1;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-decoration: none;
  border: 2px solid #fff;
  background: transparent;
  margin: auto auto auto 100px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Next - Button */
.simple-ver-5-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 100px auto auto;
}
/* 3 - Buttons - hover */
.simple-ver-5-btn.sz-slider .carousel-control-btn:hover {
  color: #000;
  background: #fff;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Prev - Button */
  .simple-ver-5-btn.sz-slider .carousel-control-btn {
    margin: auto auto auto 50px;
  }
  /* Next - Button */
  .simple-ver-5-btn.sz-slider .carousel-control-btn.carousel-control-next {
    margin: auto 50px auto auto;
  }
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Buttons */
  .simple-ver-5-btn.sz-slider .carousel-control-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  /* Prev - Button */
  .simple-ver-5-btn.sz-slider .carousel-control-btn {
    margin: auto auto 10px 10px;
  }
  /* Next - Button */
  .simple-ver-5-btn.sz-slider .carousel-control-btn.carousel-control-next {
    margin: auto 10px 10px auto;
  }
}

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

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

/*********************/
/* Simple Version 5
/* Scroll Down Button
/*********************/

/* 1 - Button */
.simple-ver-5-scroll-down.carousel-scroll-down {
  color: #fff;
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  margin: auto auto 20px auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Icon */
.simple-ver-5-scroll-down.carousel-scroll-down > i {
  width: 100%;
  bottom: 10px;
  height: 16px;
  display: block;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
}
/* 3 - Button - hover */
.simple-ver-5-scroll-down.carousel-scroll-down:hover {
  color: #000;
  background: #fff;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Button */
  .simple-ver-5-scroll-down.carousel-scroll-down {
    margin: auto auto 5px auto;
  }
}

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

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Button */
  .simple-ver-5-scroll-down.carousel-scroll-down {
    display: none;
  }
}