 
.demo{
    background:#ffcc66;
padding:12px 0px;color:#fff;
	}
.testimonial{
    margin: 0 15px;
}
.testimonial .pic{
    width: 24%;
    float: left;
    margin-right: 15px;
    position: relative;
}
.testimonial .pic:after{
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    border: 1px solid #fff;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content{
    padding: 6% 0;
    display: table;
}
.testimonial .description{
    font-size: 17px;
    color: #fff;
    line-height: 26px;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: fontawesome;
    font-size: 22px;
    color: #001822;
    margin: 0 10px;
}
.testimonial .testimonial-title{
    font-size: 19px;
    color: #333;
    text-transform: capitalize;
    margin: 10px 0 0 0;
    float: right;
}
.testimonial .post{
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 10px;
}
.afterLine{font-size: 30px;
line-height: 36px;
font-weight: 300;
color: #202020;
text-decoration: underline;margin:0px; }

.section-2-img img{
	border: 2px solid #fff;
    margin: 5px auto 0;
    overflow: hidden;
    padding: 5px;
    width: 100%;}

.section-2-img a{color:#fff;}
.section-2-img a:hover{color:#fff;}

	
.section-2-img h2{background-color: #9d397d;
border-radius: 10px 0px;
overflow: hidden;
width: 100%;
padding: 10px;
color: #195ca8 !important;}
.owl-theme .owl-controls{
    position: absolute;
    top: 0;
    right: 20px;
}
.owl-theme .owl-controls .owl-buttons div{
    border-radius: 20px;
    background: #000;
    padding: 3px 8px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: 'FontAwesome';
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 480px){
    .testimonial{
        margin: 0 10px;
    }
    .testimonial .pic{
        float: none;
        width: 50%;
        margin: 0 auto;
    }
    .owl-theme .owl-controls{
        top: -30px;
        right: 0;
    }
}
.demo h2, p{color:#9d397d;}

/*  EEEEEEEEEEEEEEEEEEEEEEEEEEEEE */
.example1 {
 height: 50px;	
 overflow: hidden;
 position: relative;
}
.example1 p a{border-bottom: 1px dashed #010a12;
padding-bottom: 5px;
color: #000;}
.example1 p {
color:#000;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height:24px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 10s linear infinite;
 -webkit-animation: example1 10s linear infinite;
 animation: example1 10s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateY(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateY(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateY(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateY(-100%); 
 }
}
.example1 p:hover {
 -moz-animation-play-state: paused;
 -webkit-animation-play-state: paused;
 animation-play-state: paused;
 }