.testimonialsSection .contentHeading {
    display: flex;
    margin-top: 20px;
}
.testimonialsSection .contentHeading .icon {
    background: #df0606;
    color: #fff;
    font-size: 160px;
    display: flex;
    padding: 60px 180px 60px 40px;
    min-height: 200px;
    align-items: flex-end;
}
.testimonialsSection .contentHeading h3 {
    margin: 50px 300px 0 -120px;
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    text-transform: capitalize;
}

.testimonial-single {
  /* margin-bottom: 20px; */
  padding: 27px 46px;
  position: relative;
  margin-top: 20px;
  z-index: 1;
  text-align: center;
}

 
 

.testimonial-quote p {
  /* color: #162542; */
  /* font-weight: 500; */
  /* font-size: 16px; */
  margin-bottom: 0;
}

.testimonial-content{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  justify-content: center;
}

.testimonial-author-img {
  /* width: 80px; */
  /* height: 80px; */
  /* padding: 5px; */
  /* border-radius: 50%; */
  /* border-bottom: 2px dashed #df060636; */
  display: block;
  width: 100%;
  height: 100px;
  /* position: relative; */
  /* border-radius: 20px; */
  /* overflow: hidden; */
  padding-bottom: 8px;
}

.testimonial-author-img img {
  /* border-radius: 50%; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
}

.testimonial-author-info h4 {
  font-size: 22px;
  color: #162542;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.testimonial-author-info p {
  color: #da8c5d;
  font-weight: 500;
  margin-bottom: 0;
}

.testimonial-quote-icon{
  position: absolute;
  font-size: 145px;
  right: 26px;
  bottom: 0;
  color: #df06067a;
  opacity: .15;
}
  
/*==============================================
   Testimonial One
===============================================*/
.testimonial-one {
    position: relative;
    display: block;
    /* background-color: var(--fixpro-black); */
    padding: 60px 0 60px;
    /* overflow: hidden; */
    /* z-index: 1; */
}
 

.testimonial-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .35;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* mix-blend-mode: luminosity; */
    z-index: -1;
}

.testimonial-one .section-title__title {
    color: var(--fixpro-white);
}

.testimonial-one .section-title__tagline-border::after {
    /* background: var(--fixpro-black); */
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}
 

 .brand-two__carousel.owl-theme .owl-nav,
.testimonial-one__carousel.owl-theme .owl-nav,
.project-two__carousel.owl-theme .owl-nav,
.main-slider-three__carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 !important;
    z-index: 100;
}

.brand-two__carousel.owl-theme .owl-nav .owl-prev,
.brand-two__carousel.owl-theme .owl-nav .owl-next,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev,
.testimonial-one__carousel.owl-theme .owl-nav .owl-next,
.project-two__carousel.owl-theme .owl-nav .owl-prev,
.project-two__carousel.owl-theme .owl-nav .owl-next,
.main-slider-three__carousel.owl-theme .owl-nav .owl-prev,
.main-slider-three__carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    width: 38px;
    height: 44px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    color: #000000 !important;
    background: #f6f4f4 !important;
    border: 1px solid #efefef;
    transition: all 0.3s ease;
}

.brand-two__carousel.owl-theme .owl-nav .owl-prev,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev,
.project-two__carousel.owl-theme .owl-nav .owl-prev,
.main-slider-three__carousel.owl-theme .owl-nav .owl-prev {
    left: -30px;
    transform: rotate(180deg);
}

.brand-two__carousel.owl-theme .owl-nav .owl-next,
.testimonial-one__carousel.owl-theme .owl-nav .owl-next,
.project-two__carousel.owl-theme .owl-nav .owl-next,
.main-slider-three__carousel.owl-theme .owl-nav .owl-next {
    right: -30px;
}

.brand-two__carousel.owl-theme .owl-nav .owl-prev:hover,
.brand-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.project-two__carousel.owl-theme .owl-nav .owl-prev:hover,
.project-two__carousel.owl-theme .owl-nav .owl-next:hover,
.main-slider-three__carousel.owl-theme .owl-nav .owl-prev:hover,
.main-slider-three__carousel.owl-theme .owl-nav .owl-next:hover {
    background: #df0606 !important;
    color: #fff !important;
}

.brand-two__carousel.owl-theme .owl-nav .owl-prev span,
.brand-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span,
.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.project-two__carousel.owl-theme .owl-nav .owl-prev span,
.project-two__carousel.owl-theme .owl-nav .owl-next span,
.main-slider-three__carousel.owl-theme .owl-nav .owl-prev span,
.main-slider-three__carousel.owl-theme .owl-nav .owl-next span {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .brand-two__carousel.owl-theme .owl-nav,
    .testimonial-one__carousel.owl-theme .owl-nav,
    .project-two__carousel.owl-theme .owl-nav,
    .main-slider-three__carousel.owl-theme .owl-nav {
        position: static;
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 20px !important;
        transform: none;
    }

    .brand-two__carousel.owl-theme .owl-nav .owl-prev,
    .brand-two__carousel.owl-theme .owl-nav .owl-next,
    .testimonial-one__carousel.owl-theme .owl-nav .owl-prev,
    .testimonial-one__carousel.owl-theme .owl-nav .owl-next,
    .project-two__carousel.owl-theme .owl-nav .owl-prev,
    .project-two__carousel.owl-theme .owl-nav .owl-next,
    .main-slider-three__carousel.owl-theme .owl-nav .owl-prev,
    .main-slider-three__carousel.owl-theme .owl-nav .owl-next {
        position: relative;
        left: auto;
        right: auto;
        transform: none;
    }

    .brand-two__carousel.owl-theme .owl-nav .owl-prev,
    .testimonial-one__carousel.owl-theme .owl-nav .owl-prev,
    .project-two__carousel.owl-theme .owl-nav .owl-prev,
    .main-slider-three__carousel.owl-theme .owl-nav .owl-prev {
        transform: rotate(180deg);
    }
}