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

/**********************/
/* Simple Version 34
/* Main Carousel Style
/**********************/

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

/*******************/
/* Simple Version 34
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-34-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 2 - Color overlay - left */
.simple-ver-34-layer::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height:  100%;
  position: absolute;
  background: rgba(12,35,143,.8);
  transform: rotate(60deg) translateY(252%) scale(5);
  -webkit-transform: rotate(60deg) translateY(252%) scale(5);
}
/* 3 - Color overlay - right */
.simple-ver-34-layer.simple-ver-34-layer-right::before {
  transform: rotate(-60deg) translateY(252%) scale(5);
  -webkit-transform: rotate(-60deg) translateY(252%) scale(5);
}
/* 4 - Text - Container - left */
.simple-ver-34-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
  width: 420px;
  height: 312px;
  display: block;
  line-height: 1;
  text-align: left;
  position: absolute;
  margin: auto auto auto 20%;
}
/* 5 - Text - Container - right */
.simple-ver-34-layer.simple-ver-34-layer-right > div {
  text-align: right;
  margin: auto 20% auto auto;
}
/* 6 - 1st child - ( We Create Digital Branding Products. ) */
.simple-ver-34-layer > div > span:nth-child(2) {
  color: #fff;
  display: block;
  font-size: 45px;
  font-weight: 800;
  margin-top: -10px;
  line-height: 1.143;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
/* 7 - 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
.simple-ver-34-layer > div > span:nth-child(3) {
  color: #f1f1f1;
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.545;
  margin: 8px 0 30px 0;
  letter-spacing: -.6px;
  font-family: 'Arimo', sans-serif;
}
/* 8 - Play Button - wrapper */
.simple-ver-34-layer > div > div {
  font-size: 0;
  position: relative;
}
/* 9 - Play Button - Button - ( Get a Quote ) */
.simple-ver-34-layer > div > div > a:nth-child(1) {
  left: 0;
  right: 0;
  bottom: 0;
  top: -18px;
  z-index: 1;
  color: #3d59e8;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  padding: 16px 30px;
  position: relative;
  margin: 0 0px 0 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: background .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, color .1s ease;
}
/* 10 - Play Button - Button - ( Get a Quote ) */
.simple-ver-34-layer > div > div > a:nth-child(1):hover {
  color: #fff;
  background: #3d59e8;
}
/* 11 - Play Button - Play Button */
.simple-ver-34-layer > div > div > a:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 45px;
  height: 45px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #3d59e8;
  background: linear-gradient(0deg,rgba(0,0,0,.8) 0%,#3d59e8 100%);
  background: -webkit-linear-gradient(0deg,rgba(0,0,0,.8) 0%,#3d59e8 100%);
  box-shadow: 1.4px 9.9px 10px 0 rgba(66,97,234,.18);
  -webkit-box-shadow: 1.4px 9.9px 10px 0 rgba(66,97,234,.18);
}
/* 12 - Play Button - icon */
.simple-ver-34-layer > div > div > a:nth-child(2) > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  margin: auto;
  height: 13px;
  display: block;
  font-size: 14px;
  position: absolute;
}
/* 13 - Play Button - border */
.simple-ver-34-layer > div > div > a:nth-child(2)::before {
  top: -12px;
  left: -12px;
  content: "";
  width: 70px;
  height: 70px;
  margin: auto;
  position: absolute;
  background: transparent;
  border: 2px dashed #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 14 - Play Button - hover */
.simple-ver-34-layer > div > div > a:nth-child(2):hover {
  animation: plsFwd 2s infinite linear;
  -webkit-animation: plsFwd 2s infinite linear;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Text - Container - left */
  .simple-ver-34-layer > div {
    width: 360px;
    height: 283px;
    margin: auto auto auto 15%;
  }
  /* Text - Container - right */
  .simple-ver-34-layer.simple-ver-34-layer-right > div {
    margin: auto 15% auto auto;
  }
  /* 1st child - ( We Create Digital Branding Products. ) */
  .simple-ver-34-layer > div > span:nth-child(1) {
    font-size: 42px;
    margin-top: -7px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-34-layer > div > span:nth-child(2) {
    font-size: 16px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Container - left */
  .simple-ver-34-layer > div {
    width: 310px;
    height: 255px;
    margin: auto auto auto 15%;
  }
  /* Text - Container - right */
  .simple-ver-34-layer.simple-ver-34-layer-right > div {
    margin: auto 15% auto auto;
  }
  /* 1st child - ( We Create Digital Branding Products. ) */
  .simple-ver-34-layer > div > span:nth-child(1) {
    font-size: 36px;
    margin-top: -3px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-34-layer > div > span:nth-child(2) {
    font-size: 15px;
    margin: 8px 0 20px 0;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Container - left */
  .simple-ver-34-layer > div,
  .simple-ver-34-layer.simple-ver-34-layer-right > div {
    margin: auto;
    width: 240px;
    height: 235px;
  }
  /* 1st child - ( We Create Digital Branding Products. ) */
  .simple-ver-34-layer > div > span:nth-child(1) {
    margin-top: 0;
    font-size: 28px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-34-layer > div > span:nth-child(2) {
    font-size: 14px;
    margin: 2px 0 15px 0;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Container - left */
  .simple-ver-34-layer > div,
  .simple-ver-34-layer.simple-ver-34-layer-right > div {
    margin: auto;
    width: 200px;
    height: 185px;
  }
  /* 1st child - ( We Create Digital Branding Products. ) */
  .simple-ver-34-layer > div > span:nth-child(1) {
    margin-top: 0;
    font-size: 20px;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-34-layer > div > span:nth-child(2) {
    font-size: 12px;
    margin: 4px 0 20px 0;
  }
  /* Play Button - Button - ( Get a Quote ) */
  .simple-ver-34-layer > div > div > a:nth-child(1) {
    top: -23px;
    font-size: 10px;
    padding: 13px 15px;
	display: inline-block;
    margin: 0 20px 0 5px;
  }
}


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

/* 1 - Buttons */
.simple-ver-34-btn.sz-slider .carousel-control-btn {
  opacity: 1;
  width: 30px;
  color: #000;
  height: 30px;
  display: block;
  font-size: 12px;
  background: #fff;
  line-height: 30px;
  text-decoration: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: background .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, color .1s ease;
}
/* 2 - Prev - Button */
.simple-ver-34-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 0;
  margin: 20px 55px auto auto;
}
/* 3 - Next - Button */
.simple-ver-34-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: 20px 20px auto auto;
}
/* 4 - Buttons - hover */
.simple-ver-34-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #000;
}

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

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

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



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

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

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

/*********************/
/* Simple Version 34
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-34-indicators.carousel-indicators {
  padding: 0;
  width: 100px;
  height: 30px;
  margin: auto auto 20px 20px;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-34-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  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-34-indicators.carousel-indicators > li.active {
  border: none;
  background: #fff;
  border: 1px solid #fff;
}

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

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