
.testimonial-03-bg{
    background: linear-gradient(to top, #1e130c , #9a8478);
}

.testimonial-03{
    padding:12px;	
	max-width: 100%;
    width: 100%;	
}

.block-lab-editor__ssr .row .testimonial-03 h3, .testimonial-03 h3{
	clear: none;	
	margin: 4px 0px;
	padding: 4px 0px;
}

.testimonial-03 .testimonial-03-profile{
    float: left;
    width: 15%;
}

.block-lab-editor__ssr .testimonial-03 .testimonial-03-profile img, .testimonial-03 .testimonial-03-profile img{
    width: 100%;
    height: auto;
}

.testimonial-03 .testimonial-03-content{
    padding-left: 18%;
}

.testimonial-03 .testimonial-03-title{
    margin-bottom:0;
}

.testimonial-03 .testimonial-03-title a{
    font-size:15px;
    letter-spacing:3px;
    display: block;
    text-transform: uppercase;
    margin:0px;
}

.testimonial-03 .testimonial-03-post{
    display:block;
    margin-bottom:10px;
}

.testimonial-03 .testimonial-03-post:after{
    content:"";
    width:100%;
    display: block;
    margin:10px 0 auto;
    border-top:1px solid #9c9c9c;
}

.testimonial-03 .testimonial-03-description{
    color:#9c9c9c;
    font-size: 14px;
    line-height:23px;
}

[id*='testimonial-03-slider-'] .owl-dots	{
	border:none;	
}

[id*='testimonial-03-slider-'].owl-carousel .owl-nav button.owl-next, [id*='testimonial-03-slider-'] .owl-carousel .owl-nav button.owl-prev, [id*='testimonial-03-slider-'] button.owl-dot {
	margin:4px;
    width: 10px;
    height: 10px;
	border-radius:50%;
	outline:none;
}

[id*='testimonial-3-slider-'] .owl-controls .owl-pagination	{
	margin:0px 0 20px 0;
}

[id^="testimonial-03-slider-"].owl-carousel .owl-dots,
[id^="testimonial-03-slider-"].owl-carousel .owl-nav {
  position: absolute;
  bottom:0;
  left:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

[id^="testimonial-03-slider-"].owl-carousel.owl-drag .owl-item	{
	padding-bottom:40px;
}



.testimonial-03 .social-links{
    padding:0;
    margin:0;
}

.testimonial-03 .social-links li{
    list-style:none;
    margin-right:0px;
    display:inline-block;
}

.testimonial-03 .social-links li a{
    width:30px;
    height:30px;
    line-height:30px;
    color:#fff;
    text-align:center;
    border:1px solid #9c9c9c;
}

.testimonial-03 .social-links li a:hover{
    text-decoration: none;
}

.testimonial-03 .social-links li a.fa-twitter{
    background: #5ea9dd;
    border-color: #5ea9dd;
}
.testimonial-03 .social-links li a.fa-twitter:hover{
    background: #ffff;
    border-color: #5ea9dd;
	color: #0177b5
}

.testimonial-03 .social-links li a.fa-facebook	{
    background: #3a559f;
    border-color: #3a559f;
}

.testimonial-03 .social-links li a.fa-facebook:hover	{
    color: #3a559f;
    border-color: #3a559f;
	background:#ffffff
}

.testimonial-03 .social-links li a.fa-globe	{
    background: green;
    color: #ffffff;
    border-color: #3a559f;
}

.testimonial-03 .social-links li a.fa-globe:hover	{
    color: #3a559f;
    border-color: #3a559f;
	background:#ffffff;
}

.testimonial-03 .social-links li a.fa-instagram	{
    background: #cb2027;
    border-color: #cb2027;
}
.testimonial-03 .social-links li a.fa-instagram:hover	{
    background: #ffffff;
    border-color: #cb2027;
	color:#cb2027
}

.testimonial-03 .social-links li a.fa-linkedin{
    border-color: #0177b5;
    background: #0177b5;
}
.testimonial-03 .social-links li a.fa-linkedin:hover{
    background: #ffffff;
    border-color: #0177b5;
	color: #0177b5
}

.owl-pagination{
    margin-top: 40px;
}

#testimonial-03-slider .owl-controls .owl-pagination	{
	margin:0px 0 20px 0;
}


@media only screen and (max-width: 767px) {
    .testimonial-03{
        text-align: center;
        padding-bottom: 5px;
    }
    .testimonial-03 .testimonial-03-content{
        padding: 0;
    }
    .testimonial-03 .testimonial-03-profile{
        float:none;
        width: 30%;
        margin: 0 auto;
        padding: 0;
    }
}