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

/**********************/
/* Simple Version 48
/* Main Carousel Style
/**********************/

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

/*******************/
/* Simple Version 48
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-48-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-48-layer > div:nth-child(1) {
  right: 0;
  width: 100%;
  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-48-layer.simple-ver-48-layer-right > div:nth-child(1) {
  left: 0;
  right: auto;
  background-position: top left;
}
/* 4 - Overlay Image  */
.simple-ver-48-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 - Container - left */
.simple-ver-48-layer > div:nth-child(3) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 1;
  font-size: 0;
  width: 480px;
  height: 250px;
  display: block;
  line-height: 1;
  text-align: left;
  position: absolute;
  margin: auto auto auto 15%;
}
/* 6 - Container - right */
.simple-ver-48-layer.simple-ver-48-layer-right > div:nth-child(3) {
  text-align: right;
  margin: auto 15% auto auto;
}
/* 7 - Children */
.simple-ver-48-layer > div:nth-child(3) > span {
  display: block;
}
/* 8 - Heading - ( Hire the Best Talent For your Sales Team ) */
.simple-ver-48-layer > div:nth-child(3) > span:nth-child(1) {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  line-height: .94;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 9 - Description - left - ( Alienum phaedrum torquatos nec eu, vis Mei an periculaeuripidis, ) */
.simple-ver-48-layer > div:nth-child(3) > span:nth-child(2) {
  color: #fff;
  width: 325px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin: 27px 0 0 0;
  letter-spacing: .32px;
  font-family: 'Arimo', sans-serif;
}
/* 10 - Description - right - ( Alienum phaedrum torquatos nec eu, vis Mei an periculaeuripidis, ) */
.simple-ver-48-layer.simple-ver-48-layer-right > div:nth-child(3) > span:nth-child(2) {
  margin: 27px 0 0 auto;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Container - left */
  .simple-ver-48-layer > div:nth-child(3) {
    width: 415px;
    height: 220px;
  }
  /* Heading - ( Hire the Best Talent For your Sales Team ) */
  .simple-ver-48-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 50px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu, vis Mei an periculaeuripidis, ) */
  .simple-ver-48-layer > div:nth-child(3) > span:nth-child(2) {
    width: 310px;
    font-size: 16px;
    margin: 25px 0 0 0;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Container - left */
  .simple-ver-48-layer > div:nth-child(3) {
    width: 360px;
    height: 185px;
  }
  /* Heading - ( Hire the Best Talent For your Sales Team ) */
  .simple-ver-48-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 42px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu, vis Mei an periculaeuripidis, ) */
  .simple-ver-48-layer > div:nth-child(3) > span:nth-child(2) {
    width: 290px;
    font-size: 15px;
    margin: 20px 0 0 0;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Container - left */
  .simple-ver-48-layer > div:nth-child(3),
  .simple-ver-48-layer.simple-ver-48-layer-right > div:nth-child(3) {
    margin: auto;
    width: 270px;
    height: 180px;
    text-align: center;
  }
  /* Heading - ( Hire the Best Talent For your Sales Team ) */
  .simple-ver-48-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 32px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu, vis Mei an periculaeuripidis, ) */
  .simple-ver-48-layer > div:nth-child(3) > span:nth-child(2) {
    width: 100%;
    font-size: 14px;
    margin: 15px 0 0 0;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Container - left */
  .simple-ver-48-layer > div:nth-child(3),
  .simple-ver-48-layer.simple-ver-48-layer-right > div:nth-child(3) {
    margin: auto;
    width: 190px;
    height: 125px;
    text-align: center;
  }
  /* Heading - ( Hire the Best Talent For your Sales Team ) */
  .simple-ver-48-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 22px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu, vis Mei an periculaeuripidis, ) */
  .simple-ver-48-layer > div:nth-child(3) > span:nth-child(2) {
    width: 100%;
    font-size: 12px;
    margin: 5px 0 0 0;
  }
}

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

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

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

/*********************/
/* Simple Version 48
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=y] .simple-ver-48-indicators.carousel-indicators {
  padding: 0;
  width: 75px;
  height: 250px;
  margin: auto auto auto 15px;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-48-indicators.carousel-indicators > li {
  margin: 2px;
  width: 70px;
  height: 70px;
  border: none;
  background: transparent;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-48-indicators.carousel-indicators > li.active {
  border-color: #fff;
  background: transparent;
}
/* 4 - Indicator - Text */
.sz-slider[data-type=slider] .simple-ver-48-indicators.carousel-indicators > li > span {
  left: 0;
  color: #fff;
  bottom: 5px;
  width: 35px;
  height: 32px;
  display: block;
  font-size: 38px;
  font-weight: 500;
  line-height: 0.7;
  position: absolute;
  font-family: 'Barlow Condensed', sans-serif;
}

/******************/
/* 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-48-indicators.carousel-indicators {
    margin: auto auto auto 5px;
  }
}

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