/*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_12 {
    text-align: center;
}

.stm_testimonials_style_12 .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.stm_testimonials_style_12 .owl-stage .owl-item {
    transition: 0.3s ease;
}

.stm_testimonials_style_12 .owl-stage .owl-item.center .stm_testimonials__item {
    margin-top: 0;
    padding: 110px 55px 68px 75px;
    height: 120%;
}

.stm_testimonials_style_12 .owl-stage .owl-item.center .stm_testimonials__review {
    color: #fff;
}

.stm_testimonials_style_12 .owl-stage .owl-item.center .stm_testimonials__info {
    color: #fff;
}

.stm_testimonials_style_12 .owl-stage .owl-item.center .stm_testimonials__info h6 {
    color: #fff;
}

.stm_testimonials_style_12 .owl-controls {
    position: absolute;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 25px;
}

.stm_testimonials_style_12 .owl-controls .owl-dots {
    text-align: center;
}

.stm_testimonials_style_12 .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    background-color: transparent !important;
    padding: 0 10px;
    margin: 0;
}

.stm_testimonials_style_12 .owl-controls .owl-dots .owl-dot span {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.5);
}

.stm_testimonials_style_12 .owl-controls .owl-dots .owl-dot.active span {
    background-color: #fff !important;
}

.stm_testimonials_style_12 .stm_testimonials__item {
    transition: 0.3s ease;
    background-color: #ededed;
    padding: 50px 55px 45px 55px;
    margin: 85px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.stm_testimonials_style_12 .stm_testimonials__review {
    margin: 0 auto 60px auto;
    font-size: 18px;
    line-height: 36px;
    font-style: italic;
    color: #999999;
}

.stm_testimonials_style_12 .stm_testimonials__meta {
    margin-top: auto;
}

.stm_testimonials_style_12 .stm_testimonials__info h6 {
    font-family: inherit !important;
    line-height: 18px;
    text-transform: none !important;
    font-size: 18px;
    font-weight: bold;
}

.stm_testimonials_style_12 .stm_testimonials__info span {
    display: none;
}

.stm_testimonials_style_12 .stm_testimonials__avatar {
    width: 100px;
    margin: 0 auto 35px;
}

.stm_testimonials_style_12 .stm_testimonials__avatar img {
    border-radius: 50%;
}

.stm_testimonials__title {
    color: #fff;
}