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

/**********************/
/* Simple Version 51
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-51.sz-slider {
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
}
/* 2 - Background Images Position */
.simple-ver-51.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/*******************/
/* Simple Version 51
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper - left */
.simple-ver-51-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  background: #4234af;
}
/* 2 - Layer - wrapper - right */
.simple-ver-51-layer.simple-ver-51-layer-right {
  background: #359eb1;
}
/* 3 - Circle - left */
.simple-ver-51-layer::before {
  right: 0;
  bottom: 0;
  top: -150px;
  left: 100px;
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  background: #b14b4b;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 4 - Circle - right */
.simple-ver-51-layer.simple-ver-51-layer-right::before {
  left: auto;
  right: 100px;
  background: #b135ad;
}
/* 5 - Overlay Image  */
.simple-ver-51-layer > img {
  bottom: 0;
  width: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 6 - Video - wrapper - left */
.simple-ver-51-layer > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 550px;
  height: 350px;
  display: block;
  position: absolute;
  background-size: cover;
  margin: auto 5% auto auto;
  background-position: center;
}
/* 7 - Video - wrapper - right */
.simple-ver-51-layer.simple-ver-51-layer-right > div:nth-child(2) {
  margin: auto auto auto 5%;
}
/* 8 - Play Button */
.simple-ver-51-layer > div:nth-child(2) > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #000;
  margin: auto;
  width: 110px;
  height: 110px;
  display: block;
  font-size: 38px;
  font-weight: 900;
  background: #fff;
  text-align: center;
  position: absolute;
  text-decoration: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 9 - Play Button - Icon */
.simple-ver-51-layer > div:nth-child(2) > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 26px;
  margin: auto;
  height: 36px;
  display: block;
  position: absolute;
}
/* 10 - Play Button - border */
.simple-ver-51-layer > div:nth-child(2) > a::before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  animation: glowingBr 2s infinite linear;
  -webkit-animation: glowingBr 2s infinite linear;
}
/* 11 - Text - wrapper - left */
.simple-ver-51-layer > div:nth-child(3) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 470px;
  height: 275px;
  display: block;
  line-height: 1.3;
  text-align: right;
  position: absolute;
  letter-spacing: 1px;
  margin: auto auto auto 8%;
}
/* 12 - Text - wrapper - right */
.simple-ver-51-layer.simple-ver-51-layer-right > div:nth-child(3) {
  text-align: left;
  border-left: none;
  margin: auto 8% auto auto;
}
/* 13 - Children */
.simple-ver-51-layer > div > span {
  display: block;
}
/* 14 - 1st child - ( find people you've crossed paths ) */
.simple-ver-51-layer > div:nth-child(3) > span:nth-child(1) {
  color: #fff;
  margin: auto;
  font-size: 50px;
  font-weight: 800;
  position: relative;
  letter-spacing: -.9px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
/* 15 - 2nd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex... ) */
.simple-ver-51-layer > div:nth-child(3) > span:nth-child(2) {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .1px;
  font-family: 'Arimo', sans-serif;
}
/* 16 - Button - left - ( more information ) */
.simple-ver-51-layer > div:nth-child(3) > a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
  position: relative;
  padding: 17px 39px;
  background: #ff9110;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 17 - Button - right - ( more information ) */
.simple-ver-51-layer.simple-ver-51-layer-right > div:nth-child(3) > a {
  margin-right: auto;
}
/* 18 - Button - Hover - ( more information ) */
.simple-ver-51-layer > div:nth-child(3) > a:hover {
  color: #000;
  background: #fff;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Video - wrapper - left */
  .simple-ver-51-layer > div:nth-child(2) {
    width: 475px;
    height: 326px;
    margin: auto 3% auto auto;
  }
  /* Video - wrapper - right */
  .simple-ver-51-layer.simple-ver-51-layer-right > div:nth-child(2) {
    margin: auto auto auto 3%;
  }
  /* Text - wrapper - left */
  .simple-ver-51-layer > div:nth-child(3) {
    width: 435px;
    height: 255px;
    margin: auto auto auto 3%;
  }
  /* Text - wrapper - right */
  .simple-ver-51-layer.simple-ver-51-layer-right > div:nth-child(3) {
    margin: auto 3% auto auto;
  }
  /* 1st child - ( find people you've crossed paths ) */
  .simple-ver-51-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 46px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex... ) */
  .simple-ver-51-layer > div:nth-child(3) > span:nth-child(2) {
    font-size: 15px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Video - wrapper - left */
  .simple-ver-51-layer > div:nth-child(2) {
    width: 300px;
    height: 200px;
    margin: auto 8% auto auto;
  }
  /* Video - wrapper - right */
  .simple-ver-51-layer.simple-ver-51-layer-right > div:nth-child(2) {
    margin: auto auto auto 8%;
  }
  /* Play Button */
  .simple-ver-51-layer > div:nth-child(2) > a {
    width: 70px;
    height: 70px;
    font-size: 26px;
  }
  /* Play Button - Icon */
  .simple-ver-51-layer > div:nth-child(2) > a > i {
    width: 16px;
    height: 26px;
  }
  /* Text - wrapper - left */
  .simple-ver-51-layer > div:nth-child(3) {
    width: 340px;
    height: 210px;
    margin: auto auto auto 8%;
  }
  /* Text - wrapper - right */
  .simple-ver-51-layer.simple-ver-51-layer-right > div:nth-child(3) {
    margin: auto 8% auto auto;
  }
  /* 1st child - ( find people you've crossed paths ) */
  .simple-ver-51-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 36px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex... ) */
  .simple-ver-51-layer > div:nth-child(3) > span:nth-child(2) {
    font-size: 12px;
  }
  /* Button - left - ( more information ) */
  .simple-ver-51-layer > div:nth-child(3) > a {
    font-size: 11px;
    margin-top: 25px;
    padding: 16px 30px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Video - wrapper - left */
  .simple-ver-51-layer > div:nth-child(2) {
    width: 265px;
    height: 175px;
    margin: auto 5% auto auto;
  }
  /* Video - wrapper - right */
  .simple-ver-51-layer.simple-ver-51-layer-right > div:nth-child(2) {
    margin: auto auto auto 5%;
  }
  /* Play Button */
  .simple-ver-51-layer > div:nth-child(2) > a {
    width: 70px;
    height: 70px;
    font-size: 26px;
  }
  /* Play Button - Icon */
  .simple-ver-51-layer > div:nth-child(2) > a > i {
    width: 16px;
    height: 26px;
  }
  /* Text - wrapper - left */
  .simple-ver-51-layer > div:nth-child(3) {
    width: 245px;
    height: 188px;
    margin: auto auto auto 5%;
  }
  /* Text - wrapper - right */
  .simple-ver-51-layer.simple-ver-51-layer-right > div:nth-child(3) {
    margin: auto 5% auto auto;
  }
  /* 1st child - ( find people you've crossed paths ) */
  .simple-ver-51-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 26px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex... ) */
  .simple-ver-51-layer > div:nth-child(3) > span:nth-child(2) {
    font-size: 11px;
  }
  /* Button - left - ( more information ) */
  .simple-ver-51-layer > div:nth-child(3) > a {
    font-size: 10px;
    margin-top: 20px;
    padding: 14px 25px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Video - wrapper - left - right */
  .simple-ver-51-layer > div:nth-child(2),
  .simple-ver-51-layer.simple-ver-51-layer-right > div:nth-child(2) {
    margin: auto;
    width: 175px;
    bottom: 139px;
    height: 100px;
	text-align: center;
  }
  /* Play Button */
  .simple-ver-51-layer > div:nth-child(2) > a {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  /* Play Button - Icon */
  .simple-ver-51-layer > div:nth-child(2) > a > i {
    width: 10px;
    height: 18px;
  }
  /* Text - wrapper - left - right */
  .simple-ver-51-layer > div:nth-child(3),
  .simple-ver-51-layer.simple-ver-51-layer-right > div:nth-child(3) {
    top: 98px;
    margin: auto;
    width: 270px;
    height: 135px;
	text-align: center;
  }
  /* 1st child - ( find people you've crossed paths ) */
  .simple-ver-51-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 20px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex... ) */
  .simple-ver-51-layer > div:nth-child(3) > span:nth-child(2) {
    font-size: 10px;
  }
  /* Button - left - ( more information ) */
  .simple-ver-51-layer > div:nth-child(3) > a {
    font-size: 10px;
    margin-top: 10px;
    padding: 12px 20px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Video - wrapper - left - right */
  .simple-ver-51-layer > div:nth-child(2),
  .simple-ver-51-layer.simple-ver-51-layer-right > div:nth-child(2) {
    margin: auto;
    width: 175px;
    bottom: 120px;
    height: 122px;
	text-align: center;
  }
  /* Play Button */
  .simple-ver-51-layer > div:nth-child(2) > a {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  /* Play Button - Icon */
  .simple-ver-51-layer > div:nth-child(2) > a > i {
    width: 7px;
    height: 10px;
  }
  /* Text - wrapper - left - right */
  .simple-ver-51-layer > div:nth-child(3),
  .simple-ver-51-layer.simple-ver-51-layer-right > div:nth-child(3) {
    top: 125px;
    margin: auto;
    width: 200px;
    height: 120px;
	text-align: center;
  }
  /* 1st child - ( find people you've crossed paths ) */
  .simple-ver-51-layer > div:nth-child(3) > span:nth-child(1) {
    font-size: 14px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu, vis detrax culis ex... ) */
  .simple-ver-51-layer > div:nth-child(3) > span:nth-child(2) {
    font-size: 9px;
  }
  /* Button - left - ( more information ) */
  .simple-ver-51-layer > div:nth-child(3) > a {
    font-size: 9px;
    margin-top: 5px;
    padding: 10px 15px;
  }
}

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

/* 1 - Buttons */
.simple-ver-51-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 0;
  display: block;
  font-weight: 500;
  text-align: left;
  letter-spacing: .5px;
  text-decoration: none;
  color: rgba(255,255,255,.7);
  border-radius: 0;
  -webkit-border-radius: 0;
  font-family: 'Barlow Condensed', sans-serif;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-51-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 15px;
}
/* 3 - Next - Button */
.simple-ver-51-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 15px auto auto;
}
/* 4 - Hover */
.simple-ver-51-btn.sz-slider .carousel-control-btn:hover {
  color: rgba(255,255,255,.9);
}
/* 5 - Icons */
.simple-ver-51-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 31px;
  margin: auto;
  font-size: 32px;
  position: absolute;
  display: inline-block;
  color: rgba(255,255,255,.7);
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.simple-ver-51-btn.sz-slider .carousel-control-btn:hover > i {
  color: rgba(255,255,255,.9);
}

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

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

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

/*********************/
/* Simple Version 51
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-51-indicators.carousel-indicators {
  padding: 0;
  width: 125px;
  height: 10px;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-51-indicators.carousel-indicators > li {
  margin: 2px;
  width: 35px;
  height: 5px;
  border: none;
  background: rgba(255,255,255,.7);
  border-radius: 0;
  -webkit-border-radius: 0;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-51-indicators.carousel-indicators > li.active {
  background: rgba(255,255,255,.9);
}

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

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