@charset "UTF-8";
/**
 * Document: Testimonial SCSS
 * DESC:
 */
.sgr-testimonial {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.sgr-testimonial .testa-text {
    text-align: center;
}
@media (min-width: 768px) {
    .sgr-testimonial .testa-text {
        text-align: left;
    }
}
.sgr-testimonial .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
}
.sgr-testimonial .slide {
    display: flex;
    align-items: center !important;
    flex-direction: column !important;
}
.sgr-testimonial .slide .name {
    font-weight: bold;
    font-size: 1.2rem;
    font-family: "Exo 2", sans-serif;
    text-align: left;
    color: #bc4c23;
}
.sgr-testimonial .slide .quote {
    font-weight: normal;
    text-align: left;
}
.sgr-testimonial .slick-slider {
    border-top: 5px solid #bc4c23;
    margin-top: 50px;
}
.sgr-testimonial .slick-slider:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d13902 !important;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #fff;
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-size: 32px;
    font-style: normal;
    text-align: center;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
}
.sgr-testimonial .slider-nav {
    display: flex;
    margin-bottom: 1rem;
    justify-content: start;
}
.sgr-testimonial .slider-nav .left, .sgr-testimonial .slider-nav .right {
    background: #000;
    width: 60px;
    height: 36px;
    font-size: 18px;
    text-align: center;
    border-radius: 19px;
    color: #fff;
    padding: 7px;
    cursor: pointer;
}
.sgr-testimonial .slider-nav .left:hover, .sgr-testimonial .slider-nav .right:hover {
    background: #d13902 !important;
    color: #fff;
}