.ereignis-testimonial{
    position: relative;
 }
 
 .ereignis-testimonial  .ereignis-testimonial-avtar{
     display: flex;
     display: -webkit-box;
     display: -moz-box; 
     display: -ms-flexbox; 
     display: -webkit-flex;
     align-items: center;
     justify-content: center;
     position: relative;
 }
 
 .ereignis-testimonial .ereignis-testimonial-quote img{
     width: 250px;
 }
 
 .ereignis-testimonial .ereignis-testimonial-dec{
     text-align: center;
 }
 
 .ereignis-testimonial .ereignis-testimonial-dec p {
     margin: 0;
     font-size: var(--font-size-h5);
     letter-spacing: var(--font-letter-spacing-h5);
     padding-top:15px;
     color: var(--global-font-title);
 }
 .ereignis-testimonial  .sub-title{
     color:var(--global-font-color);
     text-transform: capitalize;
 }
 
 .ereignis-testimonial .ereignis-outerbox {
     border: none;
     padding: 0;
     position: relative;
     padding-left:70px;
 }
 
 .ereignis-timeline .timeline__items .timeline__item:last-child{
     margin-bottom: 0;
 }
 
 .ereignis-testimonial .ereignis-testimonial-avtar .ereignis-details .sub-title{
     color: var(--color-theme-primary);
 }
 
 .ereignis-testimonial .owl-carousel .owl-dots {
     margin-top: 30px;
 }
 
 .ereignis-testimonial .owl-item {
     padding: 0 15px;
 }
 
 /* style 2 */
 
 .ereignis-testimonial-two .ereignis-testimonial-info {
     display: flex;
     display: -webkit-box;
     display: -moz-box; 
     display: -ms-flexbox; 
     display: -webkit-flex;
     align-items: center;
     -ms-flex-align:center;
     flex-wrap: wrap;
 }

 .ereignis-testimonial-two  .ereignis-inner-box{
    display: flex;
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    align-items: center;
    -ms-flex-align:center;
    -ms-flex-pack:justify;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-top:30px;
 }
 
 .ereignis-testimonial-two .ereignis-inner-box {
     -ms-flex: 1;
     flex: 1;
 }
 
 .ereignis-testimonial-two .ereignis-testimonial-info .ereignis-testimonial-avtar img {
     width: 80px;
     height: 80px;
     margin-right: 30px;
     object-fit: cover;
 }
 
 .ereignis-testimonial-two .ereignis-testimonial-dec {
    text-align: left;
    border-bottom: 1px solid var(--color-theme-secondary);
    padding-bottom: 20px;
 }
 
 .ereignis-testimonial-two .content {
     color: var(--color-theme-secondary);
     margin-bottom:0px;
 }
 
 
 .ereignis-testimonial .ereignis-testimonial-quote {
     position: absolute;
     left: 25px;
     top: 0px;
     z-index:-1;
 }
 .ereignis-testimonial .owl-carousel.owl-loaded .owl-nav button.owl-prev,
 .ereignis-testimonial .owl-carousel.owl-loaded .owl-nav button.owl-next {
    position: absolute;
    left: -42px;
    right: 0;
    top: auto;
    bottom: -120px;
    transform: translate(0, 0);
    margin: 0 auto;
    text-align: center;
}
.ereignis-testimonial .owl-carousel.owl-loaded .owl-nav button.owl-next {
    left: 42px;
}
.ereignis-testimonial .ereignis-leftarrow,
.ereignis-testimonial .ereignis-rightarrow{
    width: 35px;
	height: 35px;
    line-height: 35px;
    background: transparent;
    color: var(--color-theme-secondary);
    border: 1px solid var(--color-theme-secondary);
}
.ereignis-testimonial .ereignis-leftarrow:hover, 
.ereignis-testimonial .ereignis-rightarrow:hover{
  background: var(--color-theme-secondary);
  color: var(--color-theme-white);
}

 /* responsive */
 @media(max-width:1024px){
    .ereignis-testimonial  .ereignis-outerbox{
        padding-left:0;
    }
    .ereignis-testimonial .ereignis-testimonial-quote{
        left: 0;
    }
    .ereignis-testimonial .owl-carousel .owl-dots {
        margin-top: 30px;
    }
}
 
 @media(max-width:767px){
 
     .ereignis-testimonial .owl-carousel .owl-dots {
         margin-top: 30px;
     }
     
 
 }
 @media(max-width:575px){

    .ereignis-testimonial-two .ereignis-inner-box,
     .ereignis-testimonial-two .ereignis-testimonial-info{
         flex-direction: column;
         justify-content: center;
     }
     .ereignis-testimonial-two .ereignis-inner-box{
         margin-top: 15px;
     }
     .ereignis-testimonial-two .ereignis-testimonial-info{
         margin-bottom:15px;
     }
     .ereignis-testimonial .ereignis-details{
         text-align: center;
     }
     .ereignis-testimonial-two .ereignis-testimonial-dec{
        text-align: center;
    }
    .ereignis-testimonial .owl-carousel .ereignis-testimonial-avtar img{
        display: inline-block;
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px
    }

 }
 
  @media(max-width:479px){     
 
     .ereignis-testimonial-two  .ereignis-inner-box {
         flex: auto;
     }
 
     .ereignis-testimonial .ereignis-inner-box {
         padding-top: 0;
         padding-bottom: 0;
     }

  }
 