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

/**********************/
/* Simple Version 39
/* Main Carousel Style
/**********************/

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

/*******************/
/* Simple Version 39
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-39-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 2 - Background Color Overlay - center */
.simple-ver-39-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 1;
  font-size: 0;
  margin: auto;
  width: 535px;
  height: 100%;
  display: block;
  line-height: 1;
  text-align: center;
  position: absolute;
  background: rgba(2,5,22,.77);
}
/* 3 - Background Color Overlay - left */
.simple-ver-39-layer.simple-ver-39-layer-left > div {
  margin: auto auto auto 10%;
}
/* 4 - Background Color Overlay - right */
.simple-ver-39-layer.simple-ver-39-layer-right > div {
  margin: auto 10% auto auto;
}
/* 5 - Text - Container */
.simple-ver-39-layer > div > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 1;
  font-size: 0;
  margin: auto;
  width: 400px;
  height: 360px;
  display: block;
  line-height: 1;
  text-align: center;
  position: absolute;
}
/* 6 - Children */
.simple-ver-39-layer > div > div > span {
  display: block;
}
/* 7 - 1st child - ( How we Work ) */
.simple-ver-39-layer > div > div > span:nth-child(1) {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  letter-spacing: .8px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 8 - 1st child - ( How we Work ) - left & right side boxes */
.simple-ver-39-layer > div > div > span:nth-child(1)::after,
.simple-ver-39-layer > div > div > span:nth-child(1)::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 24px;
  height: 12px;
  position: absolute;
  background: rgba(181,172,174,.3);
}
/* 9 - 1st child - ( How we Work ) - left side boxe */
.simple-ver-39-layer > div > div > span:nth-child(1)::before {
  margin: auto auto auto -35px;
}
/* 10 - 1st child - ( How we Work ) - right side box */
.simple-ver-39-layer > div > div > span:nth-child(1)::after {
  margin: auto -35px auto auto;
}
/* 11 - 2nd child - ( Creative New Slide Presentation New Design ) */
.simple-ver-39-layer > div > div > span:nth-child(2) {
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  margin: 20px 0 25px 0;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 12 - 3rd child - ( Nullam bibendum odio a sem bibendum vesbulum... ) */
.simple-ver-39-layer > div > div > span:nth-child(3) {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.5px;
  font-family: 'Arimo', sans-serif;
}
/* 13 - Button - ( Contact Us ) */
.simple-ver-39-layer > div > div > a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 35px;
  padding: 18px 64px;
  text-align: center;
  background: #eb6d1a;
  letter-spacing: .5px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 14 - Button - hover - ( Contact Us ) */
.simple-ver-39-layer > div > div > a:hover {
  background: #9c4911;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Text - Container */
  .simple-ver-39-layer > div > div {
    width: 375px;
    height: 338px;
  }
  /* 2nd child - ( Creative New Slide Presentation New Design ) */
  .simple-ver-39-layer > div > div > span:nth-child(2) {
    font-size: 48px;
    margin: 20px 0 20px 0;
  }
  /* 3rd child - ( Nullam bibendum odio a sem bibendum vesbulum... ) */
  .simple-ver-39-layer > div > div > span:nth-child(3) {
    font-size: 16px;
  }
  /* Button - ( Contact Us ) */
  .simple-ver-39-layer > div > div > a {
    margin-top: 30px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Background Color Overlay - center */
  .simple-ver-39-layer > div {
    width: 500px;
  }
  /* Background Color Overlay - left */
  .simple-ver-39-layer.simple-ver-39-layer-left > div {
    margin: auto auto auto 11%;
  }
  /* Background Color Overlay - right */
  .simple-ver-39-layer.simple-ver-39-layer-right > div {
    margin: auto 11% auto auto;
  }
  /* Text - Container */
  .simple-ver-39-layer > div > div {
    width: 350px;
    height: 315px;
  }
  /* 2nd child - ( Creative New Slide Presentation New Design ) */
  .simple-ver-39-layer > div > div > span:nth-child(2) {
    font-size: 42px;
    margin: 20px 0 20px 0;
  }
  /* 3rd child - ( Nullam bibendum odio a sem bibendum vesbulum... ) */
  .simple-ver-39-layer > div > div > span:nth-child(3) {
    font-size: 15px;
  }
  /* Button - ( Contact Us ) */
  .simple-ver-39-layer > div > div > a {
    margin-top: 30px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Background Color Overlay - center */
  .simple-ver-39-layer > div {
    width: 450px;
  }
  /* Background Color Overlay - left */
  .simple-ver-39-layer.simple-ver-39-layer-left > div {
    margin: auto auto auto 11%;
  }
  /* Background Color Overlay - right */
  .simple-ver-39-layer.simple-ver-39-layer-right > div {
    margin: auto 11% auto auto;
  }
  /* Text - Container */
  .simple-ver-39-layer > div > div {
    width: 322px;
    height: 280px;
  }
  /* 2nd child - ( Creative New Slide Presentation New Design ) */
  .simple-ver-39-layer > div > div > span:nth-child(2) {
    font-size: 38px;
    margin: 15px 0 15px 0;
  }
  /* 3rd child - ( Nullam bibendum odio a sem bibendum vesbulum... ) */
  .simple-ver-39-layer > div > div > span:nth-child(3) {
    font-size: 14px;
  }
  /* Button - ( Contact Us ) */
  .simple-ver-39-layer > div > div > a {
    font-size: 15px;
    margin-top: 20px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Background Color Overlay - center */
  .simple-ver-39-layer > div {
    width: 270px;
  }
  /* Background Color Overlay - left & right */
  .simple-ver-39-layer.simple-ver-39-layer-left > div,
  .simple-ver-39-layer.simple-ver-39-layer-right > div {
    margin: auto;
  }
  /* Text - Container */
  .simple-ver-39-layer > div > div {
    width: 100%;
    height: 237px;
  }
  /* 1st child - ( How we Work ) */
  .simple-ver-39-layer > div > div > span:nth-child(1) {
    font-size: 16px;
  }
  /* 2nd child - ( Creative New Slide Presentation New Design ) */
  .simple-ver-39-layer > div > div > span:nth-child(2) {
    font-size: 28px;
    margin: 15px 0 15px 0;
  }
  /* 3rd child - ( Nullam bibendum odio a sem bibendum vesbulum... ) */
  .simple-ver-39-layer > div > div > span:nth-child(3) {
    font-size: 13px;
  }
  /* Button - ( Contact Us ) */
  .simple-ver-39-layer > div > div > a {
    font-size: 15px;
    margin-top: 20px;
    padding: 16px 55px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Background Color Overlay - center */
  .simple-ver-39-layer > div {
    width: 190px;
  }
  /* Background Color Overlay - left & right */
  .simple-ver-39-layer.simple-ver-39-layer-left > div,
  .simple-ver-39-layer.simple-ver-39-layer-right > div {
    margin: auto;
  }
  /* Text - Container */
  .simple-ver-39-layer > div > div {
    width: 100%;
    height: 207px;
  }
  /* 1st child - ( How we Work ) */
  .simple-ver-39-layer > div > div > span:nth-child(1) {
    font-size: 12px;
  }
  /* 2nd child - ( Creative New Slide Presentation New Design ) */
  .simple-ver-39-layer > div > div > span:nth-child(2) {
    font-size: 24px;
    margin: 10px 0 10px 0;
  }
  /* 3rd child - ( Nullam bibendum odio a sem bibendum vesbulum... ) */
  .simple-ver-39-layer > div > div > span:nth-child(3) {
    font-size: 12px;
  }
  /* Button - ( Contact Us ) */
  .simple-ver-39-layer > div > div > a {
    font-size: 12px;
    margin-top: 10px;
    padding: 13px 45px;
  }
}

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

/* 1 - Buttons */
.simple-ver-39-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 50px;
  height: 115px;
  display: block;
  line-height: 115px;
  text-align: center;
  text-decoration: none;
  background: #f0f0f0;
  border-radius: 0;
  -webkit-border-radius: 0;
  transform: none !important;
  -webkit-transform: none !important;
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-39-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  top: 120px !important;
  right: 0 !important;
  margin: auto 25px auto auto !important;
}
/* 3 - Next - Button */
.simple-ver-39-btn.sz-slider .carousel-control-btn.carousel-control-next {
  top: -120px !important;
  margin: auto 25px auto auto !important;
}

/* 5 - Buttons - hover */
.simple-ver-39-btn.sz-slider .carousel-control-btn:hover {
  background: #555;
}
/* 6 - Button - Text */
.simple-ver-39-btn.sz-slider .carousel-control-btn > span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #333;
  width: 100%;
  height: 18px;
  margin: auto;
  font-size: 22px;
  font-weight: 700;
  line-height: .75;
  position: absolute;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 5 - Buttons - hover */
.simple-ver-39-btn.sz-slider .carousel-control-btn:hover > span {
  color: #fff;
}

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

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

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

/*********************/
/* Simple Version 39
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=y] .simple-ver-39-indicators.carousel-indicators {
  padding: 0;
  width: 30px;
  height: 87px;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-39-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 20px;
  height: 20px;
  border: none;
  background: #f0f0f0;
  line-height: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: 0 0 0 2px #f0f0f0;
  -webkit-box-shadow: 0 0 0 2px #f0f0f0;
  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-39-indicators.carousel-indicators > li.active {
  border: none;
  background: transparent;
  box-shadow: 0 0 0 2px #f0f0f0;
  -webkit-box-shadow: 0 0 0 2px #f0f0f0;
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=slider] .simple-ver-39-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background: #f0f0f0;
  position: absolute;
  transform: scale(.4);
  -webkit-transform: scale(.4);
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=slider] .simple-ver-39-indicators.carousel-indicators > li.active::after {
  background: #f0f0f0;
}

/******************/
/* 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=y] .simple-ver-39-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-39-indicators.carousel-indicators {
    display: none;
  }
}