.testimonials-section {
    background: url(../../index.html) no-repeat top center;
    background-size: cover;
    padding: 100px 0;
}

.testimonials-section .testimonial_wraper .item {
    background: #fff;
    padding: 18px 30px;
    box-shadow: 0 30px 50px rgba(205, 196, 219, 0.3);
    border-radius: 10px;
}

.testimonials-section .testimonial_wraper .item .quotes {
    width: 30px;
}

.testimonials-section .testimonial_wraper .item .quotes img {
    max-width: 100%;
}

.testimonials-section .testimonial_wraper .item p {
    font-size: 18px;
    font-weight: 400;
    color: #313131;
    font-family: "Source Sans Pro", sans-serif;
    padding: 20px 0;
}

.testimonials-section .testimonial_wraper .item .media {
    display: flex;
    align-items: center;
}

.testimonials-section .testimonial_wraper .item .media .images {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    text-align: center;
    background: #fff;
    border: 1px solid #D3CBE2;
    border-radius: 50%;
    overflow: hidden;
    line-height: 65px;
}

.testimonials-section .testimonial_wraper .item .media .images img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonials-section .testimonial_wraper .item .media .media-body {
    margin-left: 10px;
}

.testimonials-section .testimonial_wraper .item .media .media-body a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    font-family: "Playfair Display", serif;
}

.testimonials-section .testimonial_wraper .item .media .media-body small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    color: #313131;
}

.testimonials-section .testimonial_wraper .owl-nav {
    max-width: 120px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
}

.testimonials-section .testimonial_wraper .owl-nav button {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff;
    color: #313131;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.testimonials-section .testimonial_wraper .owl-nav button:hover,
.testimonials-section .testimonial_wraper .owl-nav button:focus {
    background: #523680;
    color: #fff;
}


/*----------------------------------------------------*/

.brand-section {
    padding: 60px 0;
    background: #fff;
}

.brand-section .owl-stage-outer {
    padding: 20px 0;
}

.brand-section .item {
    background: #fff;
    border: 1px solid #F4F2F9;
    padding: 28px 0;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100px;
    transition: all .4s;
}

.brand-section .item img {
    width: 140px;
    filter: grayscale(100);
    transition: all .4s;
}

.brand-section .item:hover,
.brand-section .item:focus {
    box-shadow: 0 10px 20px rgba(205, 196, 219, 0.3);
}

.brand-section .item:hover img,
.brand-section .item:focus img {
    filter: grayscale(0);
}

.brand-section a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    color: #313131;
    text-decoration: underline;
    margin-top: 20px;
}

.brand-section a:hover,
.brand-section a:focus {
    text-decoration: underline;
    color: #FF9C1A;
}

.brand_section_two {
    background: url(../../index.html) no-repeat center center;
    background-size: cover;
}


/*----------------------------------------------------*/