/*
*****
10. testimonial
*************************
*/
.testimonial-area.st-1 {
    padding-top: 40px;
    padding-bottom: 80px;
    background-repeat: no-repeat; 
  }


  @media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .testimonial-area.st-1 {
      padding-top: 40px;
      padding-bottom: 80px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-area.st-1 {
      padding-top: 40px;
      padding-bottom: 60px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area.st-1 {
      padding-top: 40px;
      padding-bottom: 60px;
      background-image: none !important;
    }
  }
  @media (max-width: 767px) {
    .testimonial-area.st-1 {
      padding-top: 40px;
      padding-bottom: 40px;
      background-image: none !important;
    }
  }
  
  .testimonial-area.st-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  @media (max-width: 767px) {
    .testimonial-area.st-2 {
      padding-top: 60px;
      padding-bottom: 40px;
    }
  }
  
  .testimonial-area.st-3 {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  @media (max-width: 767px) {
    .testimonial-area.st-3 {
      padding-top: 60px;
      padding-bottom: 40px;
    }
  }
  
  .testimonial-right-img {
    padding-left: 100px;
  }
  
  .test-i-img {
    position: absolute;
    height: 296px;
    width: 216px;
    border-radius: 189px;
    border-bottom-left-radius: 0;
    z-index: 2;
    overflow: hidden;
    box-shadow: -30px -10px 30px rgba(16, 0, 71, 0.1);
    bottom: 63px;
    left: 30px;
    animation-name: test-i-img-move;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  
  .testimonial-single.st-1 {
    border: 2px solid black;
    border-radius: 20px;
    padding: 60px 87px 45px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    z-index: 2;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-single.st-1 {
      padding: 60px 50px 45px;
    }
  }
  @media (max-width: 767px) {
    .testimonial-single.st-1 {
      padding: 40px 15px 45px;
      margin-left: 0;
      margin-right: 0;
    }
  }
  
  .testimonial-single.st-3 {
    max-width: 570px;
    background: #ffffff;
    padding: 30px 30px;
    box-shadow: 0px 20px 40px rgba(16, 0, 71, 0.1);
    position: relative;
    margin-top: 35px;
  }
  .testimonial-single.st-3:hover .testimonial-name.st-3 h5 a {
    color: #ffc400;
  }
  .testimonial-single.st-3 > p {
    margin-bottom: 25px;
  }
  
  .testimonial-name h5 {
    margin-bottom: 0;
  }
  
  .testimonial-name.st-3 {
    display: inline-block;
    padding-top: 5px;
  }
  
  .testimonial-img {
    margin-bottom: 18px;
    width: 89px;
    height: 89px;
    display: inline-block;
    border-radius: 50%;
  }
  
  .testimonial-img.st-3 {
    height: 54px;
    width: 54px;
    margin-right: 20px;
    float: left;
  }
  
  .testimonial-quote {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 40px;
    color: #0D1B30;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 10px 30px rgba(16, 0, 71, 0.1);
    position: absolute;
    right: 68px;
    bottom: -20px;
    z-index: 5;
  }
  @media (max-width: 767px) {
    .testimonial-quote {
      display: none;
    }
  }
  .testimonial-quote i {
    font-weight: 700;
  }
  
  .testimonial-quote.pos-2 {
    box-shadow: none;
    font-size: 100px;
    background: none;
    top: 35px;
    right: 10px;
  }
  @media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .testimonial-quote.pos-2 {
      font-size: 80px;
      top: 45px;
      right: -15px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-quote.pos-2 {
      font-size: 60px;
      top: 26px;
      right: -25px;
    }
  }
  
  .testimonial-quote.st-2 {
    color: #8500d1;
  }
  
  .testimonial-quote.st-3 {
    height: 80px;
    width: 80px;
    border: 7px solid #f5f5f5;
    box-shadow: none;
    right: 30px;
    top: -42px;
    bottom: auto;
    line-height: 66px;
    color: #040021;
    background: #ffc400;
  }
  .testimonial-quote.st-3 i {
    font-weight: 700;
    font-size: 35px;
  }
  
  .testimonial-review {
    height: 40px;
    width: 150px;
    text-align: center;
    border: 1px solid #0D1B30;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 6px;
    background: #ffffff;
    transform: scale(0.7);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  @media (max-width: 767px) {
    .testimonial-review {
      bottom: 70px;
    }
  }

  .testimonial-review li {
    font-size: 15px;
    line-height: 38px;
    color: #ffc400;
    display: inline-block;
    margin: 0 1px;
  }
  
  .swiper-slide-active .testimonial-review {
    transform: scale(1);
  }
  
  .testimonial-review.st-3 {
    position: static;
    transform: none;
    border: none;
    text-align: left;
    margin-bottom: 20px;
    height: auto;
    margin-left: 0;
  }
  .testimonial-review.st-3 li {
    line-height: 1;
  }
  .testimonial-review.st-3 li:first-child {
    margin-left: 0;
  }
  
  .testimonial-nav-1 {
    border-radius: 30px;
    display: inline-block;
    padding: 0 5px;
    background: white;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 3;
  }

  @media (max-width: 767px) {
    .testimonial-nav-1 {
      position: static;
      transform: none;
      padding-top: 0px;
      display: flex;
      justify-content: center;
      background: black;
    }

    .testimonial1-button-prev,.testimonial1-button-next{
      background:white;
    }
  }
  .testimonial-nav-1 .testimonial1-button-prev, .testimonial-nav-1 .testimonial1-button-next {
    font-size: 20px;
    color: #b4b4b4;
    height: 48px;
    width: 54px;
    text-align: center;
    line-height: 46px;
    border: 1px solid #f2f2f2;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: static;
    margin: 0 5px;
  }
  .testimonial-nav-1 .testimonial1-button-prev:after, .testimonial-nav-1 .testimonial1-button-next:after {
    display: none;
  }
  .testimonial-nav-1 .testimonial1-button-prev {
    border-radius: 55% 45% 45% 55%/50% 50% 50% 50%;
  }
  .testimonial-nav-1 .testimonial1-button-prev:hover {
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: -7px 0 15px rgba(16, 0, 71, 0.1);
    color: #040021;
  }
  .testimonial-nav-1 .testimonial1-button-next {
    border-radius: 45% 55% 55% 45%/50% 50% 50% 50%;
  }
  .testimonial-nav-1 .testimonial1-button-next:hover {
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 7px 0 15px rgba(16, 0, 71, 0.1);
    color: #040021;
  }
  
  .testimonial-nav-2 {
    display: inline-block;
    margin-left: -5px;
    padding-bottom: 20px;
    padding-top: 34px;
  }
  .testimonial-nav-2 .testimonial2-btn-prev, .testimonial-nav-2 .testimonial2-btn-next {
    font-size: 28px;
    color: #ababab;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #e9e9e9;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: static;
    margin: 0 5px;
    border-radius: 50%;
  }
  .testimonial-nav-2 .testimonial2-btn-prev:hover, .testimonial-nav-2 .testimonial2-btn-next:hover {
    background: #0D1B30;
    color: #ffffff;
  }
  .testimonial-nav-2 .testimonial2-btn-prev:after, .testimonial-nav-2 .testimonial2-btn-next:after {
    display: none;
  }
  .testimonial-nav-2 .testimonial2-btn-prev.st-2:hover, .testimonial-nav-2 .testimonial2-btn-next.st-2:hover {
    background: #8500d1;
    color: #ffffff;
  }
  
  .testimonial-nav-3 {
    display: inline-block;
    margin-left: -5px;
    padding-bottom: 20px;
    padding-top: 62px;
    float: right;
  }

  @media (max-width: 767px) {
    .testimonial-nav-3 {
      padding-top: 0px;
      float: none;
    }

    .testimonial-nav-1 .testimonial1-button-prev:hover {
      border: 2px solid #FF914D;
      color: #040021;
    }

    .testimonial-nav-1 .testimonial1-button-next:hover {
      border: 2px solid #FF914D ;
      color: #040021;
    }

  }
  .testimonial-nav-3 .testimonial-btn-prev, .testimonial-nav-3 .testimonial-btn-next {
    font-size: 30px;
    color: #565656;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: #e1e1e1;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: static;
    margin: 0 5px;
  }
  .testimonial-nav-3 .testimonial-btn-prev:hover, .testimonial-nav-3 .testimonial-btn-next:hover {
    background: #ffc400;
    color: #040021;
  }
  .testimonial-nav-3 .testimonial-btn-prev:after, .testimonial-nav-3 .testimonial-btn-next:after {
    display: none;
  }