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

/**********************/
/* Simple Version 66
/* Main Carousel Style
/**********************/

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

/* 3 - Background Images Position */
.simple-ver-66.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/*******************/
/* Simple Version 66
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-66-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 2 - Outer Container - left */
.simple-ver-66-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 680px;
  height: 380px;
  display: block;
  line-height: 1;
  position: absolute;
  margin: auto auto auto 19%;
}
/* 3 - Outer Container - right */
.simple-ver-66-layer.simple-ver-66-layer-right > div {
  margin: auto 19% auto auto;
}
/* 4 - Shape Image - left */
.simple-ver-66-layer > div > img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 560px;
  display: block;
  position: absolute;
  margin: auto 0 auto auto;
}
/* 5 - Shape Image - right */
.simple-ver-66-layer.simple-ver-66-layer-right > div > img {
  margin: auto auto auto 0;
}
/* 6 - Text Container - left */
.simple-ver-66-layer > div > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 585px;
  height: 220px;
  display: block;
  line-height: 1;
  text-align: left;
  position: absolute;
  margin: auto auto auto 0;
}
/* 7 - Text Container - right */
.simple-ver-66-layer.simple-ver-66-layer-right > div > div {
  text-align: right;
  margin: auto 0 auto auto;
}
/* 8 - 1st child - ( Help communities. Highlights: Operating Since 2007 ) */
.simple-ver-66-layer > div > div > span:nth-child(1) {
  color: #333;
  display: block;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
}
/* 9 - 2nd child - left - ( power to save lives. Help Us Create The Change Today! ) */
.simple-ver-66-layer > div > div > span:nth-child(2) {
  color: #333;
  display: block;
  margin-top: 8px;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -.6px;
  font-family: 'Arimo', sans-serif;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Outer Container - left */
  .simple-ver-66-layer > div {
    margin: auto auto auto 10%;
  }
  /* Outer Container - right */
  .simple-ver-66-layer.simple-ver-66-layer-right > div {
    margin: auto 10% auto auto;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Outer Container - left */
  .simple-ver-66-layer > div {
    width: 500px;
    height: 310px;
    margin: auto auto auto 10%;
  }
  /* Outer Container - right */
  .simple-ver-66-layer.simple-ver-66-layer-right > div {
    margin: auto 10% auto auto;
  }
  /* Shape Image - left */
  .simple-ver-66-layer > div > img {
    width: 460px;
  }
  /* Text Container - left */
  .simple-ver-66-layer > div > div {
    width: 450px;
    height: 175px;
  }
  /* 1st child - ( Help communities. Highlights: Operating Since 2007 ) */
  .simple-ver-66-layer > div > div > span:nth-child(1) {
    font-size: 40px;
  }
  /* 2nd child - left - ( power to save lives. Help Us Create The Change Today! ) */
  .simple-ver-66-layer > div > div > span:nth-child(2) {
    font-size: 16px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Outer Container - left - right */
  .simple-ver-66-layer > div,
  .simple-ver-66-layer.simple-ver-66-layer-right > div {
    margin: auto;
    width: 270px;
    height: 120px;
  }
  /* Shape Image - left - right */
  .simple-ver-66-layer > div > img,
  .simple-ver-66-layer.simple-ver-66-layer-right > div > img {
    width: 100%;
	margin: auto;
  }
  /* Text Container - left - right */
  .simple-ver-66-layer > div > div,
  .simple-ver-66-layer.simple-ver-66-layer-right > div > div {
    width: 100%;
    height: auto;
	text-align: center;
  }
  /* 1st child - ( Help communities. Highlights: Operating Since 2007 ) */
  .simple-ver-66-layer > div > div > span:nth-child(1) {
    font-size: 22px;
  }
  /* 2nd child - left - ( power to save lives. Help Us Create The Change Today! ) */
  .simple-ver-66-layer > div > div > span:nth-child(2) {
    font-size: 14px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Outer Container - left - right */
  .simple-ver-66-layer > div,
  .simple-ver-66-layer.simple-ver-66-layer-right > div {
    margin: auto;
    width: 190px;
    height: 120px;
  }
  /* Shape Image - left - right */
  .simple-ver-66-layer > div > img,
  .simple-ver-66-layer.simple-ver-66-layer-right > div > img {
    width: 100%;
	margin: auto;
  }
  /* Text Container - left - right */
  .simple-ver-66-layer > div > div,
  .simple-ver-66-layer.simple-ver-66-layer-right > div > div {
    width: 100%;
    height: auto;
	text-align: center;
  }
  /* 1st child - ( Help communities. Highlights: Operating Since 2007 ) */
  .simple-ver-66-layer > div > div > span:nth-child(1) {
    font-size: 18px;
  }
  /* 2nd child - left - ( power to save lives. Help Us Create The Change Today! ) */
  .simple-ver-66-layer > div > div > span:nth-child(2) {
    font-size: 12px;
  }
}

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

/* 1 - Buttons */
.simple-ver-66-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 40px;
  color: #fff;
  font-size: 0;
  height: 100px;
  display: block;
  background: #333;
  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-66-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 1px;
}
/* 3 - Next - Button */
.simple-ver-66-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 1px auto auto;
}
/* 4 - Hover */
.simple-ver-66-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #000;
}
/* 5 - Icons */
.simple-ver-66-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 12px;
  height: 18px;
  margin: auto;
  font-size: 18px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.simple-ver-66-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-66-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}

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

/*********************/
/* Simple Version 66
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-66-indicators.carousel-indicators {
  padding: 0;
  width: 75px;
  height: 23px;
  margin: auto auto 20px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-66-indicators.carousel-indicators > li {
  margin: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid #333;
  background: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-66-indicators.carousel-indicators > li.active {
  background: #333;
}

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