<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row-fluid{
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    display: block;
    float: left;

}
.testimonial{
    width: 46%;
    float: left;
    margin-right: 2%;
    padding: 2%;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.testimonial h4{
    margin-top: 10px;
}
.testimonial:nth-child(even){
    margin-right: 0%;
}

.testimonial .testimonial-cit {
    float: right;
    width: 70%;
}

/* OWL CAROUSEL */
/*
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x : 50%;
    -webkit-perspective-origin-y : 50%;
    -moz-perspective : 1200px;
    -moz-perspective-origin-x : 50%;
    -moz-perspective-origin-y : 50%;
    perspective : 1200px;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}


.testimonials-slider  {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 5px solid #f0f0f0;
    position: relative;
    min-height: 220px;
    background-position: bottom left;
    background-repeat: no-repeat;
    overflow: hidden;
}
.testimonials-slider h4.testimonials-slider-title{
    text-transform: uppercase;
    background: white;
    display: inline-block;
    position: absolute;
    top: -38px;
    left: -13px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 18px;
}

.testimonials-slider ul.testimonial-content{
    float: right;
    padding-top: 35px;

}
.testimonials-slider ul.testimonial-content li blockquote{
    background: none;
    padding: 0 ;
}

.testimonials-slider ul.testimonial-content li blockquote p {
    color: #4d4b4b;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    padding-bottom: 10px;
}
.testimonials-slider ul.testimonial-content li p.meta a {
    color: #6b0606;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
ul.testimonial-content li.item{
    display: inline-block;
}
.testimonials-slider .owl-controls{
    position: relative;
}
.testimonials-slider .owl-buttons{
    position: absolute;
    right: 0;
    top: -25px;
    width: 47px;
}
.testimonials-slider .owl-buttons .owl-prev,
.testimonial-widget .owl-buttons .owl-prev{
    background: url('../images/sprite.png') left top no-repeat;
    margin-right: 0px;
    width: 23px;
    height: 24px;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    text-indent: -9000px;
}
.testimonials-slider .owl-buttons .owl-next,
.testimonial-widget .owl-buttons .owl-next{
    background: url('../images/sprite.png') left bottom no-repeat;
    width: 24px;
    height: 24px;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    text-indent: -9000px;

}
.testimonial-widget .widget-title img{
    margin-right: 10px;
}
.testimonial-widget ul li{
    padding-bottom: 20px;
}

.testimonial-widget ul .owl-controls{
  float: right;
}

.testimonial-widget .name-testimonial{
    font-weight: bold;
}

/* Testimonial slider in parallax */

.testimonials-slider .owl-slider.hide-elem li {
    display: none;
}
.testimonials-slider .owl-slider.hide-elem li:first-child {
    display: block;
}</pre></body></html>