/*!
 * Template Name : simple-ver-27
 */

/**********************/
/* Simple Version 27
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-27.sz-slider {
  background: rgba(0,0,0,.2);
  -webkit-font-smoothing: antialiased !important;
}

/*******************/
/* Simple Version 27
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-27-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 2 - Text - Container - center */
.simple-ver-27-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
  font-size: 0;
  width: 560px;
  height: 290px;
  display: block;
  line-height: 1;
  text-align: center;
  position: absolute;
}
/* 3 - Text - Container - left */
.simple-ver-27-layer.simple-ver-27-layer-left > div {
  text-align: left;
  margin: auto auto auto 15%;
}
/* 4 - Text - Container - right */
.simple-ver-27-layer.simple-ver-27-layer-right > div {
  text-align: right;
  margin: auto 15% auto auto;
}
/* 5 - 1st child - ( unique ) */
    .simple-ver-27-layer > div > span:nth-child(1) {
        color: #4B8799;
        display: block;
        font-size: 141px;
        font-weight: 800;
        margin: -25px 0 0 0;
        letter-spacing: normal;
        text-transform: uppercase;
        font-family: 'League Gothic', sans-serif;
    }
/* 6 - 2nd child - ( creative slide presentation new design ideas ) */
    .simple-ver-27-layer > div > span:nth-child(2) {
        color: #3D6E2C;
        margin: auto;
        display: block;
        font-size: 45px;
        font-weight: 400;
        margin: 20px 0 20px 0;
        text-transform: none;
        font-family: 'League Gothic', sans-serif;
    }
/* 7 - Button - ( view my portfolio ) */
    .simple-ver-27-layer > div > a {
        color: #fff;
        margin: auto;
        background: #72984B;
        font-size: 22px;
        font-weight: 400;
        position: relative;
        text-align: center;
        letter-spacing: normal;
        display: inline-block;
        text-decoration: none;
        text-transform: capitalize;
        padding: 17px 30px 16px 30px;
        border-radius: 0.3125rem;
        font-family: 'League Gothic', sans-serif;
        transition: background .1s ease, border .1s ease, color .1s ease;
        -webkit-transition: background .1s ease, border .1s ease, color .1s ease;
    }
/* 8 - Button - hover - ( view my portfolio ) */
    .simple-ver-27-layer > div > a:hover {
        color: #fff;
        background: #3D6E2C;
        border-color: #3D6E2C;
    }
/* 9 - Button - line - left & center ( - ) */
.simple-ver-27-layer > div > a::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 30px;
  height: 0px;
  background: #fff;
  position: absolute;
  margin: auto -15px auto auto;
  transition: background .1s ease;
  -webkit-transition: background .1s ease;
}
/* 10 - Button - line - right ( - ) */
.simple-ver-27-layer.simple-ver-27-layer-right > div > a::after {
  margin: auto auto auto -15px;
}
/* 11 - Button - line - hover ( - ) */
.simple-ver-27-layer > div > a:hover::after {
  background: transparent;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Text - Container - center */
  .simple-ver-27-layer > div {
    width: 335px;
    height: 268px;
  }
  /* Text - Container - left */
  .simple-ver-27-layer.simple-ver-27-layer-left > div {
    margin: auto auto auto 15%;
  }
  /* Text - Container - right */
  .simple-ver-27-layer.simple-ver-27-layer-right > div {
    margin: auto 15% auto auto;
  }
  /* 1st child - ( unique ) */
  .simple-ver-27-layer > div > span:nth-child(1) {
    font-size: 120px;
    margin: -20px 0 0 0;
  }
  /* 2nd child - ( creative slide presentation new design ideas ) */
  .simple-ver-27-layer > div > span:nth-child(2) {
    font-size: 23px;
    margin: 50px 0 20px 0;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Container - center */
  .simple-ver-27-layer > div {
    width: 295px;
    height: 230px;
  }
  /* Text - Container - left */
  .simple-ver-27-layer.simple-ver-27-layer-left > div {
    margin: auto auto auto 15%;
  }
  /* Text - Container - right */
  .simple-ver-27-layer.simple-ver-27-layer-right > div {
    margin: auto 15% auto auto;
  }
  /* 1st child - ( unique ) */
  .simple-ver-27-layer > div > span:nth-child(1) {
    font-size: 100px;
    margin: -18px 0 0 0;
  }
  /* 2nd child - ( creative slide presentation new design ideas ) */
  .simple-ver-27-layer > div > span:nth-child(2) {
    font-size: 20px;
    margin: 35px 0 20px 0;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Container - center */
  .simple-ver-27-layer > div {
    width: 250px;
    height: 160px;
  }
  /* Text - Container - left */
  .simple-ver-27-layer.simple-ver-27-layer-left > div,
  .simple-ver-27-layer.simple-ver-27-layer-right > div {
    margin: auto;
    text-align: center;
  }
  /* 1st child - ( unique ) */
  .simple-ver-27-layer > div > span:nth-child(1) {
    font-size: 65px;
    margin: -10px 0 0 0;
  }
  /* 2nd child - ( creative slide presentation new design ideas ) */
  .simple-ver-27-layer > div > span:nth-child(2) {
    font-size: 16px;
    margin: 10px 0 15px 0;
  }
  /* Button - ( view my portfolio ) */
  .simple-ver-27-layer > div > a {
    font-size: 12px;
    padding: 15px 25px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Container - center */
  .simple-ver-27-layer > div {
    width: 190px;
    height: 130px;
  }
  /* Text - Container - left */
  .simple-ver-27-layer.simple-ver-27-layer-left > div,
  .simple-ver-27-layer.simple-ver-27-layer-right > div {
    margin: auto;
    text-align: center;
  }
  /* 1st child - ( unique ) */
  .simple-ver-27-layer > div > span:nth-child(1) {
    font-size: 50px;
    margin: -5px 0 0 0;
  }
  /* 2nd child - ( creative slide presentation new design ideas ) */
  .simple-ver-27-layer > div > span:nth-child(2) {
    font-size: 13px;
    margin: 10px 0 10px 0;
  }
  /* Button - ( view my portfolio ) */
  .simple-ver-27-layer > div > a {
    font-size: 12px;
    padding: 10px 20px 10px 20px;
  }
}

/**************************/
/* Simple Version 27
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.simple-ver-27-btn.sz-slider .carousel-control-btn {
    opacity: 1;
    width: 80px;
    color: #9FAF92;
    height: 40px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'League Gothic', sans-serif;
    transition: background .1s ease, color .1s ease;
    -webkit-transition: background .1s ease, color .1s ease;
}
/* 2 - Prev - Button */
.simple-ver-27-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 50px;
}
/* 3 - Next - Button */
.simple-ver-27-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 50px auto auto;
}
/* 4 - Buttons - hover */
.simple-ver-27-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  xbackground: #000;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Prev - Button */
  .simple-ver-27-btn.sz-slider .carousel-control-btn.carousel-control-prev {
    margin: auto auto auto 20px;
  }
  /* Next - Button */
  .simple-ver-27-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) {
  /* Prev - Button */
  .simple-ver-27-btn.sz-slider .carousel-control-btn.carousel-control-prev {
    margin: auto auto auto 5px;
  }
  /* Next - Button */
  .simple-ver-27-btn.sz-slider .carousel-control-btn.carousel-control-next {
    margin: auto 5px auto auto;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Buttons */
  .simple-ver-27-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Buttons */
  .simple-ver-27-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}

/*********************/
/* Simple Version 27
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-27-indicators.carousel-indicators {
  padding: 0;
  width: 65px;
  height: 20px;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-27-indicators.carousel-indicators > li {
  padding: 0;
  margin: 3px;
  width: 15px;
  height: 15px;
  border: none;
  background: #fff;
  line-height: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
  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-27-indicators.carousel-indicators > li.active {
  border: none;
  background: transparent;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=slider] .simple-ver-27-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background: #fff;
  position: absolute;
  transform: scale(.7);
  -webkit-transform: scale(.7);
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=slider] .simple-ver-27-indicators.carousel-indicators > li.active::after {
  background: #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-27-indicators.carousel-indicators {
    margin: auto auto 10px auto;
  }
}

/*----- 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-27-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-27-indicators.carousel-indicators {
    display: none;
  }
}