.layer-content {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.about-img img{
    border-radius: 10px;
    /* height: 20%; */
    width: 80%;
}
.padding_top150{
    padding-top: 150px;
}


/* testimonial */

.ttm-testimonial-box-view-style4 {
    padding: 0px 27px 34px 27px;
    background-color: #f5f5f5;
    margin-right: 0px;
    margin-top: 40px;
    position: relative;
}

.testimonials.ttm-testimonial-box-view-style4 .testimonial-caption, .testimonials.ttm-testimonial-box-view-style4 .testimonial-avatar {
    display: table-cell;
    vertical-align: middle;
}

.testimonials.ttm-testimonial-box-view-style4 .testimonial-caption {
    padding-left: 20px;
}

.testimonials.ttm-testimonial-box-view-style4 .testimonial-content blockquote {
    text-align: left;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    padding: 0;
    position: relative;
    margin: 15px 0 20px;
    padding-top: 45px;
    border-left: none;
    font-style: italic;
    background-color: transparent;
}

.testimonials.ttm-testimonial-box-view-style4 .testimonial-img {
    width: 83px;
    height: 83px;
}

.testimonials.ttm-testimonial-box-view-style4 .testimonial-img img {
    border-radius: 50%;
}

.testimonials.ttm-testimonial-box-view-style4 .testimonial-caption h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 800;
}

.testimonials.ttm-testimonial-box-view-style4 .testimonial-content .testimonial-left-quote{
    text-align: center;
    display: block;
    height: 58px;
    width: 58px;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    background-color: #c3002f;
    color: #1b1a1a;
    border: 2px solid #1b1a1a;
    position: absolute;
    top: -25px;
    left: 43%;

}
.testimonials.ttm-testimonial-box-view-style4 .testimonial-content .testimonial-left-quote img{
    display: inline-block;
    padding-bottom: 10px;
    width: 33px;
    height: 34px;
    position: relative;
    top: 2px;
    left: 1px;
}




/* slider arrow */
.slick_slider .slick-arrow {
    width: 46px;
    height: 46px;
    z-index: 1;
    border: 0;
    color: white;
    background-color: #c3002f;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    border: 0;
    border-radius: 50%;
}




.section-title.title-style-center_text .title-desc p {
    margin-bottom: 15px;
    width: 100%;
    margin: 0 auto;
}