@charset "utf-8";
/* CSS Document */

.testimonial {

    margin:15px 15px;
    overflow: hidden;
	border-radius:5px;
/*-webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.11);
box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.11);*/
}


.owl-carousel .owl-item {     height:470px;}

.testimonial .description {

    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 5px 10px 30px;
    text-align: left;
    background-color:#20b73c;
    float: left;
    height: 400px;
    border-radius: 5px; padding-bottom:60px;
}


.testimonial .description h5 { 
  font-size:16px; font-weight:600; color:#000; padding-top:20px;    font-style: normal;
}


.description h4 {  
  font-size: 18px;
    text-align: left;
    font-style: normal;
    color: #19222c;
    text-decoration: underline;
	}
.description span{ font-style:italic; color:#fa788a; font-size:14px;}

/*.testimonial .pic img {

    width:100px;
    height: auto;
	padding:2px;
   overflow: hidden;
      border-radius: 50%; margin: 0px 30px 10px;
    display: inline-block;

}
*/




.owl-theme .owl-controls .owl-buttons div {

    border-radius: 0;
    background: #f6576e;
    padding: 15px 20px;
    opacity: 1;
    border: 1px solid transparent;
    transition: all 0.30s linear 0s;
	/*margin-top: -170px;
	margin-left: 582px;
	position:absolute;*/
}
.pic { 
    background: #fff;
    width: 240px;
    /* margin: 0 auto; */
    height: auto;
    /* margin-top: -23px; */
    position: absolute;
    text-align: center;
       top: 355px;
    margin-left: 140px;
    border-radius: 10px;
    padding: 10px;
	
	-webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.11);
box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.11);


}
.pic img { 
   margin: 0 auto;
    padding: 0px;
    width: 80px;
    float: left;
    height: auto;
    margin-top: 0px;
    margin-right: 15px;  border-radius: 20%;}
	
.pic h4	{  text-align: left;
    font-size: 15px;
    line-height: 20px;
    padding-top: 0px;
    color: #0a369c;
    margin-top: 20px;
    /* font-weight: bold; */}

.pic h5	{  text-align: left;
    font-size: 14px;
    line-height:9px;
    padding-top: 0px;
    color: #0274be;
    margin-top: 8px;
    /* font-weight: bold; */}
.owl-next::before{
content: "\f054";
font-family: 'FontAwesome';
}

.owl-prev::before, .owl-next::before {

    content: "\f053";
    font-family: 'FontAwesome';
    color: #fff;

}

.owl-prev::before, .owl-next::before{
content: "\f054";
font-family: 'FontAwesome';
}



.owl-theme .owl-controls .owl-page.active span{ background: #0a369c; }