/*--
/*  Testimonail CSS
/*----------------------------------------*/
.testimonial-wrapper {
  position: relative;
  margin-bottom: -40px;
  margin-left: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrapper {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper {
    margin-left: 0px;
    margin-bottom: -15px;
  }
}

.single-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .single-testimonial {
    display: block;
    padding-bottom: 15px;
  }
}
.single-testimonial .testimonial-author {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
@media only screen and (max-width: 767px) {
  .single-testimonial .testimonial-author {
    text-align: center;
  }
}
.single-testimonial .testimonial-author img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .single-testimonial .testimonial-author img {
    width: auto;
  }
}
.single-testimonial .testimonial-author .author-quote {
  position: absolute;
  bottom: -27px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 26px;
  text-align: center;
  display: inline-block;
}

.single-testimonial .testimonial-author .author-quote svg {
	width: 23px;
	height: 23px;
}
.single-testimonial .testimonial-author .author-quote svg path {
    stroke: currentColor;
    fill: currentColor;
}

.single-testimonial .testimonial-author .author-quote i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: inline-block;
}
.single-testimonial .testimonial-content {
  margin-left: 87px;
  position: relative;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial .testimonial-content {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial .testimonial-content {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial .testimonial-content {
    margin-left: 0px;
    margin-top: 60px;
    text-align: center;
  }
}
.single-testimonial .testimonial-content .icon {
  font-size: 30px;
  line-height: 1;
}

.single-testimonial .testimonial-content .icon svg {
  width: 27px;
	height: 27px;
}
.single-testimonial .testimonial-content .icon svg path {
    stroke: currentColor;
    fill: currentColor;
}
.single-testimonial .testimonial-content p {
  line-height: 1.6;
  margin: 20px 0 22px;
  width: 97%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial .testimonial-content p {
    font-size: 20px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial .testimonial-content p {
    font-size: 19px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial .testimonial-content p {
    font-size: 18px !important;
    width: 100%;
    margin: 15px 0 15px;
  }
}

.testimonial-content.text-center p {
  margin: 20px auto 22px;
}
@media only screen and (max-width: 767px) {
  .testimonial-content.text-center p {
    margin: 15px auto 15px;
  }
}

.testimonial-content.text-end p {
  margin: 20px 0 22px auto;
}

@media only screen and (max-width: 767px) {
  .testimonial-content.text-center p {
    margin: 15px 0 15px auto;
  }
}

.single-testimonial .testimonial-content h3 {
  margin-bottom: 2px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .single-testimonial .testimonial-content h3 {
    font-size: 24px;
  }
}
.single-testimonial .testimonial-content > span {
  font-weight: bold;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.testimonial-nav-wrap {
  position: absolute;
  top: 70px;
  left: -140px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-nav-wrap {
    left: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-nav-wrap {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
  }
}
.testimonial-nav-wrap .testimonial-nav {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
  border-radius: 100%;
  margin: 10px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.testimonial-nav-wrap .testimonial-nav svg {
	width: 16px;
	height: 16px;
}
.testimonial-nav-wrap .testimonial-nav svg path {
    stroke: currentColor;
    fill: currentColor;
}

@media only screen and (max-width: 767px) {
  .testimonial-nav-wrap .testimonial-nav {
    margin: 0px 7px;
    width: 45px;
    height: 45px;
  }
}

/*==================
  Testimonial Two CSS
 ===================*/
.single-testimonial-2 {
    text-align: center;
    max-width: 907px;
    margin: 0 auto;
  }
  .single-testimonial-2 .icon {
    margin-bottom: 29px;
  }
.single-testimonial-2 .icon svg {
    width: 60px;
    height: 60px;
  }
.single-testimonial-2 .icon svg path{
  fill: currentColor;
  stroke: currentColor;
}
  .single-testimonial-2 p {
    margin-bottom: 24px;
    line-height: 1.57;
    letter-spacing: 0.1em;
    text-transform: capitalize;
  }
  .single-testimonial-2 h3 {
    line-height: 1.57;
    letter-spacing: 0.1em;
    text-transform: capitalize;
  }
  .single-testimonial-2 h6 {
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-testimonial-2 {
      max-width: 800px;
    }
    .single-testimonial-2 p {
      font-size: 20px !important;
    }
    .single-testimonial-2 p span {
      font-size: 20px !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-testimonial-2 .icon {
      margin-bottom: 20px;
    }
    .single-testimonial-2 p {
      font-size: 18px !important;
    }
    .single-testimonial-2 p span {
      font-size: 18px !important;
    }
    .single-testimonial-2 h3 {
      font-size: 20px !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .single-testimonial-2 .icon {
      margin-bottom: 20px;
    }
    .single-testimonial-2 p {
      font-size: 18px !important;
    }
    .single-testimonial-2 p span {
      font-size: 18px !important;
    }
    .single-testimonial-2 h3 {
      font-size: 20px !important;
    }
  }
  
  .testimonial-wrapper-2 {
    position: relative;
  }
  .testimonial-wrapper-2 .testimonial-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .testimonial-wrapper-2 .testimonial-nav svg {
    width: 35px;
    height: 35px;
  }
.testimonial-wrapper-2 .testimonial-nav svg path{
  fill: currentColor;
  stroke: currentColor;
}
  .testimonial-wrapper-2 .testimonial-button-prev {
    left: 0;
  }
  .testimonial-wrapper-2 .testimonial-button-next {
    right: 0;
  }
  
  .testimonial-thumbnail-wrap {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: -6px;
  }
  .testimonial-thumbnail-wrap .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 0;
  }
  .testimonial-thumbnail-wrap .testimonial-thumbnail {
    width: 78px;
    height: 78px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
  }
  .testimonial-thumbnail-wrap .testimonial-thumbnail img {
    display: block;
    width: 100%;
  }
  .testimonial-thumbnail-wrap .swiper-slide-active .testimonial-thumbnail {
    -webkit-transform: scale(1.22);
            transform: scale(1.22);
  }


/* Testimonial Three CSS */

  .single-testimonial-3 .bg-img {
    border-radius: 5px;
    padding: 29px 30px 78px;
  }
  .single-testimonial-3 p {
    line-height: 1.72;
    letter-spacing: 0.1em;
    text-transform: capitalize;
  }
  .single-testimonial-3 .avatar {
    width: 78px;
    height: 78px;
    margin-top: -39px;
  }
  .single-testimonial-3 h3 {
    margin-top: 10px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .single-testimonial-3 span {
    line-height: 1.29;
    letter-spacing: 0.1em;
  }
  @media only screen and (max-width: 575px) {
    .single-testimonial-3 p {
      font-size: 16px !important;
    }
    .single-testimonial-3 h3 {
      font-size: 16px !important;
    }
  }

.testimonial-wrapper-3, .testimonial-active {
    position: relative;
  }
  .testimonial-wrapper-3 .testimonial-nav, .testimonial-active .testimonial-nav {
    position: absolute;
    top: 134px;
    z-index: 1;
    background-color: transparent;
    border: none;
    padding: 0;
  }
.testimonial-wrapper-3 .testimonial-nav svg, .testimonial-active .testimonial-nav svg {
    width: 35px;
    height: 35px;
  }
  .testimonial-wrapper-3 .testimonial-nav svg path, .testimonial-active .testimonial-nav svg path{
    fill: currentColor;
    stroke: currentColor;
  }
  .testimonial-wrapper-3 .testimonial-button-prev {
    left: -78px;
  }

  .testimonial-wrapper-3 .testimonial-button-next{
    right: -78px;
  }

.testimonial-active .testimonial-button-prev{
  left: 0px;
}

.testimonial-active .testimonial-button-next{
  right: 0px;
}


/* Nail Testimonial CSS */
.single-testimonial-4 p {
  line-height: 1.57;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
.single-testimonial-4 h3 {
  line-height: 1;
  text-transform: capitalize;
}
.single-testimonial-4 h6 {
  line-height: 1;
  text-transform: uppercase;
}
.single-testimonial-4 .separator {
  margin: 0 10px;
}
.single-testimonial-4 .author-info {
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #FFFFFF;
  margin-top: 35px;
}
.single-testimonial-4 .avatar {
  border-radius: 15px;
  -webkit-filter: drop-shadow(4px 0px 0px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(4px 0px 0px rgba(0, 0, 0, 0.05));
  margin-top: 36px;
  width: 75px;
  height: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial-4 .author-info {
    margin-top: 25px;
  }
  .single-testimonial-4 p {
    font-size: 18px !important;
  }
  .single-testimonial-4 h3 {
    font-size: 18px !important;
  }
  .single-testimonial-4 h6 {
    margin-top: 26px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-4 .author-info {
    margin-top: 25px;
  }
  .single-testimonial-4 p {
    font-size: 18px !important;
  }
  .single-testimonial-4 h3 {
    font-size: 18px !important;
  }
  .single-testimonial-4 h6 {
    margin-top: 26px !important;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial-4 .author-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
  }
  .single-testimonial-4 .separator {
    display: none;
  }
  .single-testimonial-4 p {
    font-size: 16px !important;
  }
  .single-testimonial-4 h3 {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
  .single-testimonial-4 h6 {
    margin-top: 26px !important;
  }
}
