.owl-carousel .owl-nav button,
.owl-carousel .owl-nav button:hover,
.owl-carousel .owl-nav button::before,
.owl-carousel .owl-nav button:hover::before {
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

.testimonial {
    margin: 20px 15px 0;
}

.testimonial h1 {
    font-size: 28px;
    line-height: 150%;
    padding: 18px;
    text-align: center;
    color: #1C242F;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 425px) {
    .testimonial h1 {
        font-size: 14px;
        padding:0;
    }
}
/*
@media only screen and (max-width: 375px) {
    .testimonial h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 320px) {
    .testimonial h1 {
        padding: 20px 0;
        font-size: 20px;
    }
}
*/
.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    position: relative;
    margin: auto;
}

.testimonial .pic:after {
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: var(--alapszin-kek);
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 65px;
    left: 0;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial .testimonial-content {
    margin: 50px 20%;
    border-radius: 60px;
    box-shadow: -9px 0 20px 20px rgba(42, 111, 255, .1), 5px 0 20px 20px rgba(73, 238, 253, .1);
    height: 400px;
    display: flex;
    align-items: center;
    background: #fff;
}

@media only screen and (max-width: 425px) {
    .testimonial .testimonial-content {
        margin: 50px 30px 30px 30px !important;
    }
}

.testimonial .testimonial-content-inner {
    padding: 50px 70px;
    border-radius: 60px;
    flex: 0 0 100%;
}

@media only screen and (max-width: 425px) {
    .testimonial .testimonial-content-inner {
        padding: 30px !important;
    }
}

@media only screen and (max-width: 320px) {
    .testimonial .testimonial-content-inner {
        padding: 20px;
    }
}

.testimonial .description {
    font-size: 14px;
    color: #8B8B8B;
    line-height: 180%;
    letter-spacing: 0.05em;
}

.testimonial .testimonial-title {
    font-size: 18px;
    color: #242424;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 150%;
    text-transform: capitalize;
    display: inline-block;
}

.testimonial .testimonial-title span {
    color: #337ab7;
}

@media only screen and (max-width: 425px) {
    .testimonial .testimonial-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px) {
    .testimonial .testimonial-title {
        font-size: 14px;
    }
}

.owl-carousel .owl-stage {
    transition: all .8s ease-in-out !important;
    padding-bottom: 30px;
}

.testimonial .post {
    font-size: 14px;
    font-style: italic;
    color: #444;
    margin-top: 10px;
}

.owl-theme .owl-buttons {
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 10px;
    background: #da5d5d;
    border-radius: 0;
    opacity: 1;
    border-bottom: 2px solid #9f3c3c;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background: #d04949;
}

.owl-carousel .owl-nav button {
    box-shadow: -9px 0 20px 10px rgba(42, 111, 255, .2), 5px 0 20px 10px rgba(73, 238, 253, .2);
    border-radius: 100%;
    background: #fff !important;
    outline: none !important;
    display: flex;
    justify-content: space-around;
    width: 70px;
    height: 70px;
}
    .owl-carousel .owl-nav button:hover {
        box-shadow: -9px 0 20px 10px rgba(42, 111, 255, .3), 5px 0 20px 10px rgba(73, 238, 253, .3);
    }
        .owl-carousel .owl-nav button:hover::before {
            color: rgba(43, 118, 255, 0.54);
        }

.owl-prev:before, .owl-next:before {
    content: "\f0d9";
    font-family: "FontAwesome";
    font-weight: 900;
    color: #DFDFDF;
    font-size: 40px;
    display: inline-block;
    width: 15px;
    line-height: 70px;
}

.owl-prev:before {
    margin-left: -7.5px;
}

.owl-next:before {
    content: "\f0da";
    margin-right: -7.5px;
}

.owl-dots {
    display: none;
}

.testimonial-content-inner button {
    display: inline;
    box-shadow: 0px 0px 10px 15px rgba(43, 116, 255, .3), 0 -10px 20px -5px #47e7fd;
    border-radius: 100%;
    background: #fff;
    border: none;
}

.owl-nav {
    position: absolute;
    top: 50%;
    right: 20%;
    left: 20%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

/* .owl-prev {
    margin-right: 610px;
} */

@media only screen and (max-width: 1024px) {
    .testimonial .testimonial-content, .testimonial .testimonial-content-inner {
        height: 450px;
    }
    .testimonial .testimonial-content {
        margin: 50px 10%;
    }
    .owl-nav {
        right: 10%;
        left: 10%;
    }
}

@media only screen and (max-width: 768px) {
    .testimonial .testimonial-content, .testimonial .testimonial-content-inner {
        height: auto;
    }
    .owl-nav {
        display: none;
    }
    .testimonial .testimonial-content {
        margin: 50px 5%;
    }
    .testimonial .testimonial-content-inner {
        padding: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .testimonial {
        text-align: center;
    }
    .testimonial .pic {
        float: none;
        margin: 0 auto;
    }
    .owl-theme .owl-buttons {
        margin-top: 0;
    }
}
