/*COLORS*/
/*FONTS*/
.stm_testimonials {
    margin: 0 -15px;
}

.stm_testimonials .owl-controls, .stm_testimonials__item {
    margin: 0 15px;
}

.stm_testimonials_list_style {
    margin: 0;
}

.stm_testimonials_style_25 {
    max-width: 1425px;
    margin: 0 auto;
}

.stm_testimonials_style_25 .stm_testimonials__title {
    text-align: center;
    margin-bottom: 50px;
}

.stm_testimonials_style_25 .stm_testimonials__item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    margin: 0;
}

.stm_testimonials_style_25 .stm_testimonials__review {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 32px;
}

.stm_testimonials_style_25 .stm_testimonials__meta {
    display: -ms-flexbox;
    display: flex;
}

.stm_testimonials_style_25 .stm_testimonials__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    overflow: hidden;
    margin-right: 20px;
}

.stm_testimonials_style_25 .stm_testimonials__avatar img {
    transform: none;
}

.stm_testimonials_style_25 .stm_testimonials__info h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
    text-transform: none !important;
}

.stm_testimonials_style_25 .stm_testimonials__info span {
    font-size: 12px;
    line-height: 24px;
}

.stm_testimonials_style_25 .owl-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
}

.stm_testimonials_style_25 .owl-nav div {
    position: static;
    margin: 0;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    line-height: 50px !important;
    font-size: 18px;
    border: none;
}

.stm_testimonials_style_25 .owl-nav div:before {
    line-height: inherit;
    font-family: "stmicons";
}

.stm_testimonials_style_25 .owl-nav div + div {
    margin-left: 10px;
}

.stm_testimonials_style_25 .owl-nav .owl-prev {
    padding-right: 3px;
}

.stm_testimonials_style_25 .owl-nav .owl-prev:before {
    content: "\eb93";
}

.stm_testimonials_style_25 .owl-nav .owl-next {
    padding-left: 3px;
}

.stm_testimonials_style_25 .owl-nav .owl-next:before {
    content: "\eb94";
}

.stm_testimonials_style_25 .owl-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.stm_testimonials_style_25 .owl-dots .owl-dot {
    background-color: #fff;
    margin: 0 !important;
}

.stm_testimonials_style_25 .owl-dots .owl-dot + .owl-dot {
    margin-left: 20px !important;
}