/*!
 * Template Name : navigation-thumbnail-ver-7
 */

/**********************************/
/* Navigation Thumbnails Version 7
/* Main Settings
/**********************************/

/* 1 - Background color of the carousel */
.navi-thumb-ver-7.sz-slider {
  background: rgba(239,248,253,.3);
}
/* 2 - Background Images Position */
.navi-thumb-ver-7.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/**********************************/
/* Navigation Thumbnails Version 7
/* Layer Settings
/**********************************/

/* 1 - Text - center - wrapper */
.navi-thumb-ver-7-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 423px;
  height: 423px;
  display: block;
  line-height: 1.3;
  position: absolute;
  text-align: center;
  background: rgba(255,255,255,.9);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 15px solid rgba(0,0,0,.1);
  box-shadow: 0 0 0 15px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 0 15px rgba(0,0,0,.2);
}
/* 2 - Text - left - wrapper */
.navi-thumb-ver-7-layer.navi-thumb-ver-7-layer-left {
  margin: auto auto auto 15%;
}
/* 3 - Text - right - wrapper */
.navi-thumb-ver-7-layer.navi-thumb-ver-7-layer-right {
  margin: auto 15% auto auto;
}
/* 4 - Container */
.navi-thumb-ver-7-layer > div {
  left: 0;
  right: 0;
  bottom: 0;
  top: -20px;
  margin: auto;
  font-size: 0;
  width: 335px;
  height: 256px;
  display: block;
  text-align: center;
  position: absolute;
}
/* 5 - Icon - ( " ) */
.navi-thumb-ver-7-layer > div > i {
  color: #ce3737;
  display: block;
  font-size: 68px;
}
/* 6 - Testimonial - ( We’re an award-winning ideas business... ) */
.navi-thumb-ver-7-layer > div > span:nth-child(2) {
  color: #333;
  margin: 23px 0;
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
}
/* 7 - Name - ( Muro Thomas ) */
.navi-thumb-ver-7-layer > div > span:nth-child(3) {
  color: #444;
  display: block;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Text - center - wrapper */
  .navi-thumb-ver-7-layer {
    width: 375px;
    height: 375px;
  }
  /* Container */
  .navi-thumb-ver-7-layer > div {
    width: 300px;
    height: 235px;
  }
  /* Icon - ( " ) */
  .navi-thumb-ver-7-layer > div > i {
    font-size: 62px;
  }
  /* Testimonial - ( We’re an award-winning ideas business... ) */
  .navi-thumb-ver-7-layer > div > span:nth-child(2) {
    font-size: 16px;
  }
  /* Name - ( Muro Thomas ) */
  .navi-thumb-ver-7-layer > div > span:nth-child(3) {
    font-size: 24px;
 }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - center - wrapper */
  .navi-thumb-ver-7-layer {
    width: 325px;
    height: 325px;
  }
  /* Container */
  .navi-thumb-ver-7-layer > div {
    width: 270px;
    height: 200px;
  }
  /* Icon - ( " ) */
  .navi-thumb-ver-7-layer > div > i {
    font-size: 58px;
  }
  /* Testimonial - ( We’re an award-winning ideas business... ) */
  .navi-thumb-ver-7-layer > div > span:nth-child(2) {
    margin: 15px 0;
    font-size: 14px;
  }
  /* Name - ( Muro Thomas ) */
  .navi-thumb-ver-7-layer > div > span:nth-child(3) {
    font-size: 20px;
 }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - center - wrapper */
  .navi-thumb-ver-7-layer {
    width: 235px;
    height: 235px;
    border: 7px solid rgba(0,0,0,.1);
    box-shadow: 0 0 0 7px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 0 7px rgba(0,0,0,.2);
  }
  /* Text - left & right - wrapper */
  .navi-thumb-ver-7-layer.navi-thumb-ver-7-layer-left,
  .navi-thumb-ver-7-layer.navi-thumb-ver-7-layer-right {
    margin: auto;
  }
  /* Container */
  .navi-thumb-ver-7-layer > div {
    top: -10px;
    width: 190px;
    height: 155px;
  }
  /* Icon - ( " ) */
  .navi-thumb-ver-7-layer > div > i {
    font-size: 44px;
  }
  /* Testimonial - ( We’re an award-winning ideas business... ) */
  .navi-thumb-ver-7-layer > div > span:nth-child(2) {
    margin: 5px 0;
    font-size: 11px;
  }
  /* Name - ( Muro Thomas ) */
  .navi-thumb-ver-7-layer > div > span:nth-child(3) {
    font-size: 14px;
 }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - center - wrapper */
  .navi-thumb-ver-7-layer {
    width: 190px;
    height: 190px;
    border: 5px solid rgba(0,0,0,.1);
    box-shadow: 0 0 0 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.2);
  }
  /* Text - left & right - wrapper */
  .navi-thumb-ver-7-layer.navi-thumb-ver-7-layer-left,
  .navi-thumb-ver-7-layer.navi-thumb-ver-7-layer-right {
    margin: auto;
  }
  /* Container */
  .navi-thumb-ver-7-layer > div {
    top: -5px;
    width: 150px;
    height: 150px;
  }
  /* Icon - ( " ) */
  .navi-thumb-ver-7-layer > div > i {
    font-size: 28px;
  }
  /* Testimonial - ( We’re an award-winning ideas business... ) */
  .navi-thumb-ver-7-layer > div > span:nth-child(2) {
    margin: 5px 0;
    font-size: 10px;
  }
  /* Name - ( Muro Thomas ) */
  .navi-thumb-ver-7-layer > div > span:nth-child(3) {
    font-size: 12px;
 }
}

/************************************/
/* Navigation Thumbnails Version 7
/* Left And Right Buttons
/* +
/* Navigation Thumbnails
/************************************/

/* 1 - Buttons */
.navi-thumb-ver-7-btn .carousel-control-btn {
  z-index: 1;
  opacity: 1;
  color: #333;
  margin: auto;
  width: 85px;
  height: 85px;
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 90px;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(255,255,255,.9);
  font-family: 'Poppins', sans-serif;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: background .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, color .1s ease;
}
/* 2 - Prev Button */
.navi-thumb-ver-7-btn .carousel-control-prev.carousel-control-btn {
  margin: auto auto 32.5px 32.5px;
}
/* 3 - Next Button */
.navi-thumb-ver-7-btn .carousel-control-next.carousel-control-btn {
  margin: auto 32.5px 32.5px auto;
}
/* 4 - Buttons - hover */
.navi-thumb-ver-7-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: rgba(206,55,55,.9);
}
/* 5 - Prev & Next Thumbnails */
.navi-thumb-ver-7-btn .carousel-control-prev-image,
.navi-thumb-ver-7-btn .carousel-control-next-image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  width: 100px;
  height: 100px;
  display: block;
  overflow: hidden;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 6 - Prev Thumbnails */
.navi-thumb-ver-7-btn .carousel-control-prev-image {
  margin: auto auto 25px 25px;
}
/* 7 - Next Thumbnails */
.navi-thumb-ver-7-btn .carousel-control-next-image {
  margin: auto 25px 25px auto;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Prev Button */
  .navi-thumb-ver-7-btn .carousel-control-prev.carousel-control-btn {
    margin: auto auto 22.5px 22.5px;
  }
  /* Next Button */
  .navi-thumb-ver-7-btn .carousel-control-next.carousel-control-btn {
    margin: auto 22.5px 22.5px auto;
  }
  /* Prev Thumbnails */
  .navi-thumb-ver-7-btn .carousel-control-prev-image {
    margin: auto auto 15px 15px;
  }
  /* Next Thumbnails */
  .navi-thumb-ver-7-btn .carousel-control-next-image {
    margin: auto 15px 15px auto;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Buttons */
  .navi-thumb-ver-7-btn .carousel-control-btn {
    width: 65px;
    height: 65px;
    font-size: 12px;
    line-height: 65px;
  }
  /* Prev & Next Thumbnails */
  .navi-thumb-ver-7-btn .carousel-control-prev-image,
  .navi-thumb-ver-7-btn .carousel-control-next-image {
    width: 75px;
    height: 75px;
  }
  /* Prev Button */
  .navi-thumb-ver-7-btn .carousel-control-prev.carousel-control-btn {
    margin: auto auto 10px 10px;
  }
  /* Next Button */
  .navi-thumb-ver-7-btn .carousel-control-next.carousel-control-btn {
    margin: auto 10px 10px auto;
  }
  /* Prev Thumbnails */
  .navi-thumb-ver-7-btn .carousel-control-prev-image {
    margin: auto auto 5px 5px;
  }
  /* Next Thumbnails */
  .navi-thumb-ver-7-btn .carousel-control-next-image {
    margin: auto 5px 5px auto;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Buttons */
  .navi-thumb-ver-7-btn .carousel-control-btn {
    display: none;
  }
  /* Prev & Next Thumbnails */
  .navi-thumb-ver-7-btn .carousel-control-prev-image,
  .navi-thumb-ver-7-btn .carousel-control-next-image {
    display: none;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Buttons */
  .navi-thumb-ver-7-btn .carousel-control-btn {
    display: none;
  }
  /* Prev & Next Thumbnails */
  .navi-thumb-ver-7-btn .carousel-control-prev-image,
  .navi-thumb-ver-7-btn .carousel-control-next-image {
    display: none;
  }
}