.testimonial-con .owl-stage {
    display: flex;
}
.testimonial-con .owl-item {
    padding: 40px 34px 36px;
    border-radius: 10px;
    text-align: center;
    background-color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.testimonial-con .owl-item:hover{
    background-color: var(--e-global-color-accent);
}
.testimonial-con .testimonial-box {
    transition: all 0.3s ease-in-out;
}
.testimonial-con .testimonial-box .testimonial-personimage {
    margin-bottom: 22px !important;
    display: inline-block;
}
.testimonial-con .testimonial-box .testimonial-personimage img {
    border-radius: 10px;
}
.testimonial-con .testimonial-box .name {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
    color: var(--e-global-color-primary);
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease-in-out;
}
.testimonial-con .testimonial-box .position {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 13px;
    display: block;
    color: var(--e-global-color-text);
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease-in-out;
}
.testimonial-con .testimonial-box .testimonial-quoteimage {
    margin-bottom: 10px !important;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.testimonial-con .owl-item:hover .testimonial-quoteimage {
    filter: brightness(0) invert(1);
}
.testimonial-con .testimonial-box p {
    transition: all 0.3s ease-in-out;
}
.testimonial-con .owl-item:hover .name,
.testimonial-con .owl-item:hover .position,
.testimonial-con .owl-item:hover p  {
    color: var(--e-global-color-white);
}
.testimonial-con .owl-carousel .owl-item img {
    width: auto !important;
    display: inline-block;
}
.testimonial-con .owl-carousel .owl-nav{    
    display: block !important;
    margin-top: 0 !important;
    position: relative;
    text-align: center;
    top: -202px;
}
.testimonial-con .owl-carousel .owl-prev,
.testimonial-con .owl-carousel .owl-next {
    font-size: 16px !important;
    width: 40px;
    height: 40px;
    line-height: 38px !important;
    border-radius: 100% !important;
    position: absolute;
    text-align: center;
    color: var(--e-global-color-primary) !important;
    background-color: transparent !important;
    border: 1px solid var(--e-global-color-primary) !important;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.testimonial-con .owl-carousel .owl-prev{
    left: -75px;
}
.testimonial-con .owl-carousel .owl-next{
    right: -70px;
}
.testimonial-con .owl-carousel .owl-prev:hover,
.testimonial-con .owl-carousel .owl-next:hover{
    color: var(--e-global-color-accent) !important;
    border: 1px solid var(--e-global-color-accent) !important;
}
.testimonial-white .testimonial-con .owl-carousel .owl-prev,.testimonial-white .testimonial-con .owl-carousel .owl-next{
    color: #fff !important;
    border: 1px solid #fff !important;
}

@media screen and (max-width:1440px) {
    .testimonial-con .owl-carousel .owl-nav{margin-top: 40px !important; top: 0;}
    .testimonial-con .owl-carousel .owl-prev,
    .testimonial-con .owl-carousel .owl-next {position: relative;}
    .testimonial-con .owl-carousel .owl-prev{left: -5px;}
    .testimonial-con .owl-carousel .owl-next{right: -5px;}
}
@media screen and (max-width:1199px) {
    .testimonial-con .owl-item {padding: 25px 10px;}
    .testimonial-con .testimonial-box .testimonial-personimage {margin-bottom: 16px !important;}
    .testimonial-con .testimonial-box .position {margin-bottom: 12px;}
    .testimonial-con .testimonial-box .testimonial-quoteimage {margin-bottom: 6px !important;}
    .testimonial-con .owl-carousel .owl-nav{margin-top: 30px !important;}
}
@media screen and (max-width:1024px) {
    .testimonial-con .owl-item {padding: 25px;}
    .testimonial-con .testimonial-box .testimonial-personimage {margin-bottom: 12px !important;}
    .testimonial-con .testimonial-box .testimonial-personimage img {width: 55px !important;}
    .testimonial-con .testimonial-box .name {margin-bottom: 10px;}
    .testimonial-con .testimonial-box .testimonial-quoteimage {margin-bottom: 8px !important;}
    .testimonial-con .owl-carousel .owl-nav {margin-top: 20px !important;}
    .testimonial-con .owl-carousel .owl-prev{left: -3px;}
    .testimonial-con .owl-carousel .owl-next{right: -3px;}
}
@media screen and (max-width:767px) {
    .testimonial-con .owl-stage {display: block;}
    .testimonial-con .owl-item {padding: 20px;}
    .testimonial-con .testimonial-box .name {font-size: 18px; line-height: 18px;}
    .testimonial-con .testimonial-box .testimonial-quoteimage {margin-bottom: 4px !important;}
    .testimonial-con .owl-carousel .owl-nav {margin-top: 15px !important;}
    .testimonial-con .owl-carousel .owl-prev {left: -2px;}
    .testimonial-con .owl-carousel .owl-next {right: -2px;}
}
@media screen and (max-width:575px) {
    .testimonial-con .owl-item {width: 330px; padding: 20px 30px; margin: 0 auto;}
    .testimonial-con .testimonial-box .name {font-size: 16px; line-height: 16px;}
}