.logik-testimonial-1 .logik-testimonial-avtar {
display: flex;
align-items: center;
}
.logik-testimonial-1 .logik-testimonial-avtar img {
border-radius: 5px;
}
.logik-testimonial-1 .logik-testimonial-info .logik-testimonial-avtar .content { }
.logik-testimonial-1 .logik-testimonial-avtar .logik-details {
margin: 0 15px;
}
.logik-testimonial-1 .logik-testimonial-avtar .logik-details .sub-title {
color: var(--color-theme-primary);
}
.logik-testimonial-1 .logik-testimonial-info .logik-testimonial-dec .description {
margin-bottom: 0;
}
.logik-testimonial-1 .owl-carousel .owl-nav {
position: absolute;
top: 30px;
right: 30px;
color: var(--color-theme-primary);
font-size: var(--font-line-height-h4);
}
.logik-testimonial-1 .owl-item::before {
width: 50%;
height: 2px;
content: "";
background: var(--color-theme-primary);
position: absolute;
bottom: 0;
margin: 0 auto;
left: 0;
right: 0;
opacity: 1;
transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
}
.logik-testimonial-1 .owl-carousel .owl-nav .owl-next,
.logik-testimonial-1 .owl-carousel .owl-nav .owl-prev {
margin: 0 32px;
}
.logik-testimonial-1 .owl-carousel .owl-nav i {
font-size: 30px;
}
.logik-testimonial-1 .owl-carousel .owl-dots {
position: absolute;
top: 30px;
right: 92px;
font-style: italic;
padding-top: 0;
}
.logik-testimonial-1 .owl-dots {
counter-reset: slides-num;
position: absolute;
top: 0;
right: 0;
}
.logik-testimonial-1 .owl-dots:after {
content: counter(slides-num);
display: inline-block;
font-size: var(--font-size-body);
font-weight: 700;
vertical-align: middle;
color: var(--color-theme-primary);
margin-left: 3px;
}
.logik-testimonial-1 .owl-dot {
display: inline-block;
counter-increment: slides-num;
}
.logik-testimonial-1 .owl-dot span {
display: none;
}
.logik-testimonial-1 .owl-dot.active:before {
content: counter(slides-num) " / ";
display: inline-block;
vertical-align: middle;
font-size: var(--font-size-body);
color: var(--global-font-title);
}
.colored-bg .logik-testimonial-1 .logik-testimonial-avtar .logik-details .content,
.colored-bg .logik-testimonial-1 .owl-dot.active:before {
color: var(--global-font-title);
}
.colored-bg .logik-testimonial-1 .logik-testimonial-info .logik-testimonial-dec .description {
color: var(--global-font-color);
}
.logik-testimonial-info {
margin-right: 30px;
padding: 30px;
background: var(--color-theme-white);
border-radius: var(--border-radius);
}
.colored-bg .logik-testimonial-1 .owl-carousel .owl-dots{top: -50px;}
.colored-bg .logik-testimonial-1 .owl-carousel .owl-nav{ top: -50px;}
@media (max-width: 1024px) {
.logik-testimonial-1 .logik-testimonial-info {
margin: 0;
}
}
@media (max-width: 1022px) {
.colored-bg .logik-testimonial-1 .logik-testimonial-info{
margin-right: 0;
}
}
@media (max-width: 767px) {
.logik-testimonial-1 .owl-carousel .owl-dots {
top: -40px;
right: 0;
z-index: 999;
}
}