.sc_testimonials_title + .sc_testimonials_slider,
.sc_testimonials_subtitle + .sc_testimonials_slider {
	margin-top:1em;
}

.sc_testimonials_title,
.sc_testimonials_subtitle,
.sc_testimonials_descr,
.sc_testimonials_button {
	text-align:center;
}
.sc_testimonials_item_content {
	text-align:center;
	font-size: 1.2em;
}
.sc_testimonials [class*="column"] .sc_testimonials_item_content {
	text-align: left;
	font-size: 1em;
}
.sc_testimonials_item_content p:before {
	content: '\e8be';
	font-family:'trx_addons_icons';
    font-size: 2.25em;
    line-height: 1.5em;
    position: absolute;
    left: -1.5em;
    font-style: normal;
    top: -0.2em;
    display: block;
	margin-bottom: 2em;
}
.sc_testimonials_item_content p:after {
    content: '\e8bf';
    font-family:'trx_addons_icons';
    font-size:2.25em;
    line-height: 1.5em;
    position: absolute;
    top: -0.2em;
    right:  -1.5em;
    font-style: normal;
    display: block;
    margin-bottom: 2em;
}

.sc_testimonials_item_content p {
	margin:0;
    width: 50%;
    left: 25%;
    position: relative;
}

.sc_testimonials_item_content p+p {
	margin-top:1em;
}

.sc_testimonials_item_author {
	margin:3em auto 0;
	max-width:22em;
	padding: 1.5em 0.5em 1.5em 1.3em;
	background-color:#292929;
	color: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_testimonials_item_author_avatar,
.sc_testimonials_item_author_data {
	display:inline-block;
	vertical-align:middle;
}
.sc_testimonials_item_author_avatar {
	overflow:hidden;
	margin: 0 1.3em 0 0.6em;
	width: 5em;
	height: 5em;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_testimonials_item_author_data {
	max-width:50%;
}
.sc_testimonials_item_author_title {
	margin: 0;
	color: #fff;
}
.sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
	margin-top: 0.5em;
	color: #ddd;
	font-size:0.9286em;
	line-height:1.3em;
}
.sc_testimonials.slider_swiper .swiper-pagination-bullet{
    height: 2px;
    border: none;
    width: 20px;
    border-radius: 0;
    z-index: 999999;
}

.sc_testimonials.swiper-container-horizontal > .swiper-pagination {
    bottom: -0.5em;
}