﻿.interviews__single {
    cursor: pointer;
    border-radius: 5px;
}

.interviews {
    position: relative;
    display: block;
    padding-top: 2rem;
    background-color: #fff;
    /* margin-top: -90px; */
    z-index: 1;
    padding-bottom: 2rem;
}

.interviews-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1010px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.08;
    filter: grayscale(1);
}

.interviews__img-box {
    position: relative;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.interviews__img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}

.interviews__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 22px;
    right: -405px;
}

    .interviews__carousel.owl-theme .owl-nav .owl-next {
        height: 65px;
        width: 65px;
        background: #ffffff;
        border-radius: 50%;
        color: var(--thm-black);
        font-size: 23px;
        text-align: center;
        border: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .interviews__carousel.owl-theme .owl-nav .owl-prev {
        height: 65px;
        width: 65px;
        background: #ffffff;
        border-radius: 50%;
        color: var(--thm-black);
        font-size: 23px;
        text-align: center;
        transform: rotate(-180deg);
        border: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .interviews__carousel.owl-theme .owl-nav .owl-next span {
        line-height: 65px;
    }

    .interviews__carousel.owl-theme .owl-nav .owl-prev span {
        line-height: 65px;
    }

    .interviews__carousel.owl-theme .owl-nav .owl-next:hover,
    .interviews__carousel.owl-theme .owl-nav .owl-prev:hover {
        color: #ffffff;
        background: var(--thm-primary);
    }

    .interviews__carousel.owl-theme .owl-nav .owl-next:focus,
    .interviews__carousel.owl-theme .owl-nav .owl-prev:focus {
        outline: none;
    }

.interviews__single {
    position: relative;
    display: block;
    background-color: #f9f9f9;
    box-shadow: 5px 5px 5px 5px #e5eeec, 5px 5px 5px 5px #e5eeec;
    /* box-shadow: 0px 0px 60px 0px rgb(0, 0, 0, .07); */
    padding-bottom: 40px;
    margin-bottom: 2rem;
}

.interviews__text {
    margin: 0;
    line-height: 34px;
    color: var(--thm-black);
    font-size: 1.2rem;
}

.two-lines-separator {
    margin: 1rem 40px;
    border-top: 3px double #ccc;
}

.interviews__client-info {
    /* display: flex; */
    align-items: center;
    margin: 10px 40px 0;
}

.interviews__client-img {
    position: relative;
    display: block;
    width: 100px;
}

.interviews__client-img {
    border-radius: 50%;
}

    .interviews__client-img > img {
        border-radius: 50%;
    }

.interviews__quote {
    position: absolute;
    top: 50%;
    left: -22px;
    height: 42px;
    width: 42px;
    /* background: var(--thm-primary); */
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transform: translateY(-50%);
}

    .interviews__quote::before {
        content: '';
        width: 21px;
        height: 18px;
        background-image: url(../images/shapes/qoute-1-1.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

.interviews__article-title {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--thm-primary);
    height: 9rem;
    margin: 0 40px;
}

.interviews__article-short-description {
    font-size: 1rem;
    margin: 1rem 40px 0;
    height: 6rem;
}


.interviews__client-name {
    margin-top: 1rem;
    height: 10rem;
}


    .interviews__client-name h3 {
        font-size: 1.2rem;
        color: var(--thm-primary);
        font-weight: 700;
        line-height: 20px;
    }

    .interviews__client-name p {
        margin: 0;
        line-height: 29px;
        padding-top: 16px;
        padding-bottom: 16px;
        font-style: italic;
    }
