
/*------------------------------------------------------------------------
# mod_ol_testimonials Extension
# ------------------------------------------------------------------------
# author    olwebdesign
# copyright Copyright (C) 2020 olwebdesign.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.olwebdesign.com
-------------------------------------------------------------------------*/

.testimonial-section { position: relative;  }

.testimonial-section .testimonial-title { margin-bottom: 60px; }

.testimonial-section .testimonial-title h2.title { color: #333; }

.testimonial-section .testimonial-title h2.title span { color:  #333; }

.testimonial-section .slick-slide { margin: 0 15px; }

.indurance-testimonial-item .testimonial-content { padding: 30px; border: 1px solid rgba(0, 0, 0, 0.3); background-color: #fff; position: relative; }

.indurance-testimonial-item .testimonial-content:before { content: ''; position: absolute; left: 40px; bottom: -16px; width: 22px; height: 30px; border-right: 1px solid rgba(0, 0, 0, 0.3); border-bottom: 1px solid rgba(0, 0, 0, 0.3); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(54deg); background-color: #fff; }

.indurance-testimonial-item .testimonial-content span { color: rgba(0, 0, 0, 0.8); font-size: 16px; line-height: 26px; font-family: var(--heading-font); font-style: italic; margin-bottom: 0; }

.indurance-testimonial-item .testimonial-author { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 20px; }

.indurance-testimonial-item .testimonial-author .author-image { margin-right: 20px;margin-top: 10px; margin-left: 10px; }

.indurance-testimonial-item .testimonial-author .author-image img { width: 70px; height: 70px; border-radius: 50%; border: 3px solid rgba(0, 0, 0, 0.1); }

.indurance-testimonial-item .testimonial-author .author-name { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin-top: 0px; }

.indurance-testimonial-item .testimonial-author .author-name .title { color: var(--white-color); margin-bottom: 0px; font-size: 18px; line-height: 26px; }

.indurance-testimonial-item .testimonial-author .author-name span { color: var(--main-color-one); font-size: 14px; line-height: 24px; }