/*=========================
testimonial-style-1
=============================*/
.powerhour-testimonial-style-1 {
    position: relative;
}

.powerhour-testimonial-style-1 .powerhour-main-slider {
    display: flex;
    align-items: center;
}

.powerhour-testimonial-style-1 .powerhour-testimonial-content {
    position: relative;
}

.powerhour-testimonial-style-1 .text-dec {
    padding: 0 150px 0 15px;
}

.powerhour-testimonial-style-1 .text-dec p {
    color: var(--global-font-title);
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-medium);
    font-style: italic;
    font-family: var(--global-font-title);
    margin: 0;
    letter-spacing: var(--font-letter-spacing-body);
    line-height: var(--font-line-height-body);
}

.powerhour-testimonial-style-1 .powerhour-slider_left {
    align-items: center;
    width: 40%;
    position: relative;
}

.powerhour-testimonial-style-1 .powerhour-slider_left .powerhour-lead {
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 0;
}

.powerhour-testimonial-style-1 .powerhour-post-ratings {
    text-align: left;
}

.powerhour-testimonial-style-1 .powerhour-post-ratings svg {
    color: var(--color-theme-orange);
}

.powerhour-testimonial-style-1 .powerhour-main-slider .quote-icon-left {
    height: 60px;
    width: 60px;
    margin-left: -70px;
    margin-bottom: -32px
}

.powerhour-testimonial-style-1 .powerhour-main-slider .quote-icon-right {
    height: 60px;
    width: 60px;
    float: right;
    margin-right: 65px;
}

.powerhour-testimonial-style-1 .powerhour-testimonial-content {
    position: relative;
    width: 60%;
}

.powerhour-testimonial-style-1 .owl-nav {
    text-align: right;
}

.powerhour-testimonial-style-1 .owl-carousel.owl-loaded .owl-nav button.owl-prev,
.powerhour-testimonial-style-1 .owl-carousel.owl-loaded .owl-nav button.owl-next {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    margin: 0 8px;
}

.powerhour-testimonial-style-1 .owl-carousel.owl-loaded .owl-nav button.owl-prev .powerhour-leftarrow,
.powerhour-testimonial-style-1 .owl-carousel.owl-loaded .owl-nav button.owl-next .powerhour-rightarrow {
    border: none;
    background: var(--color-theme-primary-light);
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: relative;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: one-animated 10s infinite;
}

@media (max-width: 1199px) {
    .powerhour-testimonial-style-1 .text-dec {
        padding: 0 0 0 30px;
    }

    .powerhour-testimonial-style-1 .testimonial-slider-img img {
        padding-right: 80px;
    }
}

@media (max-width: 992px) {
    .powerhour-testimonial-style-1 .testimonial-slider-img img {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .powerhour-testimonial-style-1 .powerhour-main-slider {
        flex-direction: column;
    }

    .powerhour-testimonial-style-1 .powerhour-slider_left {
        width: 100%;
    }

    .powerhour-testimonial-style-1 .powerhour-testimonial-content {
        margin-top: 30px;
        width: 100%;
    }

    .powerhour-testimonial-style-1 .testimonial-slider-img img {
        padding-right: 0;
    }

    .powerhour-testimonial-style-1 .powerhour-slider_left .powerhour-lead {
        text-align: center;
        margin-top: 30px;
        position: static;
    }

    .powerhour-testimonial-style-1 .powerhour-post-ratings {
        text-align: center;
    }

    .powerhour-testimonial-style-1 .powerhour-main-slider .quote-icon-left {
        margin-left: 0px;
    }

    .powerhour-testimonial-style-1 .powerhour-main-slider .quote-icon-right {
        margin-right: 0;
    }
}


/*=========================
testimonial-style-2
=============================*/
.powerhour-testimonial-style-2 {
    position: relative;
}

.powerhour-testimonial-style-2 .powerhour-main-slider {
    display: flex;
    align-items: center;
    background: var(--global-body-lightbg);
}

.powerhour-testimonial-style-2 .testimonial-slider-img {
    background: var(--color-theme-primary);
    padding: 88px 32px;
    width: 38%;
}

.powerhour-testimonial-style-2 .testimonial-slider-img img {
    padding-right: 0;
    width: auto;
}

.powerhour-testimonial-style-2 .testimonial-sliders .owl-item img {
    width: auto;
    margin: 0 auto;
}

.powerhour-testimonial-style-2 .text-dec {
    margin-top: 28px;
    margin-bottom: 32px;
}

.powerhour-testimonial-style-2 .text-dec p {
    color: var(--global-font-title);
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-medium);
    font-style: italic;
    font-family: var(--global-font-title);
    margin: 0;
    letter-spacing: var(--font-letter-spacing-body);
    line-height: var(--font-line-height-body);
}

.powerhour-testimonial-style-2 .powerhour-slider_top {
    align-items: center;
    position: relative;
    width: 62%;
    padding: 0 100px;
}

.powerhour-testimonial-style-2 .powerhour-slider_top .powerhour-lead .author-name {
    color: var(--color-theme-primary);
}

.powerhour-testimonial-style-2 .powerhour-post-ratings {
    text-align: left;
}

.powerhour-testimonial-style-2 .powerhour-post-ratings svg {
    color: var(--color-theme-orange);
}

.powerhour-testimonial-style-2 .powerhour-main-slider .quote-icon-left {
    height: 60px;
    width: 60px;
    margin-left: -70px;
    margin-bottom: -32px
}

.powerhour-testimonial-style-2 .powerhour-main-slider .quote-icon-right {
    height: 60px;
    width: 60px;
    float: right;
    margin-right: 0;
}

.powerhour-testimonial-style-2 .powerhour-testimonial-social ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.powerhour-testimonial-style-2 .powerhour-testimonial-social ul li {
    margin-right: 16px;
}

.powerhour-testimonial-style-2 .powerhour-testimonial-social ul li a {
    color: var(--color-theme-primary);
    display: inline-block;
    text-align: center;
}

.powerhour-testimonial-style-2 .powerhour-testimonial-social ul li a svg {
    width: 20px;
}

@media (max-width: 1199px) {
    .powerhour-testimonial-style-2 .text-dec {
        padding: 0;
    }
}


@media (max-width: 1024px) {
    .powerhour-testimonial-style-2 .testimonial-slider-img {
        width: 100%;
        padding: 40px 32px;
    }

    .powerhour-testimonial-style-2 .powerhour-slider_left .powerhour-lead {
        text-align: center;
        margin-top: 30px;
    }

    .powerhour-testimonial-style-2 .powerhour-slider_top {
        padding: 30px;
        width: 100%;
    }

    .powerhour-testimonial-style-2 .powerhour-main-slider .quote-icon-left {
        margin-left: -15px;
    }

    .powerhour-testimonial-style-2 .powerhour-main-slider .quote-icon-right {
        margin-top: -40px;
    }
}

@media (max-width: 992px) {
    .powerhour-testimonial-style-2 .powerhour-main-slider {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .powerhour-testimonial-style-2 .powerhour-main-slider .quote-icon-left {
        margin-left: -15px;
    }
}

@media (max-width: 567px) {
    .powerhour-testimonial-style-2 .powerhour-main-slider {
        margin: 0;
    }
}