/*    */
.testimonial {
  display: grid;
  place-items: center;
  background: #f3f4f6;
  padding: 80px 0 0px 0;
}
.testimonial .section-header{
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 900;
  padding-bottom: 25px;
  font-size: 50px;
  color: #000;
}
.testimonial .section-header:after{
  content: '';
  height: 3px;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
  background: #fff;
}
.testimonial .section-headerP {
  display: block;
  font-size: 15px;
  font-weight: 300;
  width: 60%;
  text-align: center;
  margin: auto;
}
.testimonials{
  max-width: 1000px;
  padding: 0 15px 50px;
  margin: 0 auto 30px auto;
}
.testimonial .single-item{
  background: #fff;
  color: #111;
  padding: 30px 0;
  margin: 50px 15px;
}
.testimonial .profile{
  margin-bottom: 30px;
  text-align: center;    
}
.testimonial .img-area {
  margin: 0 15px 15px 15px;
}
.testimonial .img-area img {
  height: 280px;
  width: 245px;
}
.testimonial .tstimonialname {
  font-size: 14px !important;
}
.tstimonialname span {
  color : #022f59 !important;
  font-size: 24px !important;
  font-weight: 700;
}
.quoteicon {
  position: absolute;
  right: 90px;
  bottom: 85px;
}
.testimonial .content{
  font-size: 18px;
}
.testimonial .content p {
  text-align: justify;
}
.testimonial .content p span {
  font-size: 48px;
  margin-right: 20px;
  color: #e5e5e5;
}
.testimonial .socials i {
  margin-right: 25px;
}
.testimonial .bio h4 {
  font-family: 'Berkshire Swash', cursive;
  color: #000;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  background-color: #022f59;
}
@media (max-width:767px){   
}
.testimonial .carousel-control-prev {
  left: -63px;
}
.testimonial .carousel-control-next {
  right: -67px;
}
.testimonial .carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block !important;
  width: 3rem !important; 
  height: 50px !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  background-size: 100% 100% !important;
  line-height: 50px;
}
.testimonial .carousel-control-next, .testimonial .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 10 !important;
  transition: opacity .15s ease;
}
.testimonial .carousel-control-prev-icon, .testimonial .carousel-control-next-icon {
  background-image: none !important;
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .testimonial .carousel-control-prev-icon, .testimonial .carousel-control-next-icon {
      background-image: none !important;
      font-size: 11px;
  }
  .testimonial .carousel-control-next-icon, .carousel-control-prev-icon {
      display: inline-block !important;
      width: 2rem !important;
      height: 35px !important;
      background-repeat: no-repeat !important;
      background-position: 50% !important;
      background-size: 100% 100% !important;
      line-height: 35px;
  }
  .testimonial .carousel-control-prev {
    left: -1px;
  }
  .testimonial .carousel-control-next {
    right: -1px;
  }
  .testimonial .img-area {
    margin: 0 0px 0px 0px;
  }
  .testimonial .profile {
    margin-bottom: 0px;
  }
  .testimonial .content {
    font-size: 18px;
    margin: 20px;
  }
  .testimonial .section-headerP {
    width: 100%;
  }
  .testimonial .single-item {
    margin: 20px 15px;
  }
  .testimonials {
    padding: 0 0px 50px;
  }
  .testimonial .img-area img {
    width: 90%;
  }
  .testimonial {
    display: grid;
    place-items: center;
    background: #f3f4f6;
    padding: 35px 0 0px 0;
  }
}