/* Theme Default */
.testimonial-default {
    font-size:16px; 
    padding:18px 20px 1px 20px;
    margin-left:3px; 
    margin-bottom:40px;
    background:#f2f1f6;
}	
.testimonial-default > p {
  margin: 0 0 18px;
  padding: 0;
}








.testimonial{
    text-align: center;
}
.testimonial .pic{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: 0 auto 40px;
    border: 4px solid #eb7260;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    color: #8a9aad;
    font-size: 15px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 20px;
}
.testimonial .testimonial-prof{
    margin:20px 0;
}
.testimonial .title{
    font-size: 20px;
    color: #eb7260;
    margin-right: 20px;
    text-transform: capitalize;
}
.testimonial .title:after{
    content: "";
    margin-left: 30px;
    border-right: 1px solid #808080;
}
.testimonial .testimonial-prof small{
    display: inline-block;
    color: #8a9aad;
    font-size: 17px;
    text-transform: capitalize;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
    opacity: 1;
}
.owl-buttons{
    position: absolute;
    top: 8%;
    width: 100%;
}
.owl-prev{
    position: absolute;
    left:30%;
}
.owl-next{
    position: absolute;
    right:30%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f060";
    font-family: 'FontAwesome';
    width: 28px;
    height: 28px;
    font-size: 16px;
    color:#808080;
    transition: all 0.15s ease 0s;
}
.owl-next:after{
    content: "\f061";
}
@media only screen and (max-width: 479px){
    .owl-prev{
        left: 10%;
    }
    .owl-next{
        right: 10%;
    }
}




















.testimonial-theme1{
    margin: 0 15px;
}
.testimonial-theme1 .description{
    position: relative;
    font-size: 16px;
    line-height:26px;
    color: #696969;
    padding: 25px 20px;
    border:1px solid #d3d3d3;
}
.testimonial-theme1 .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    border-color: #d3d3d3;
    position: absolute;
    bottom: -11px;
    left: 6%;
    transform: skewY(-45deg);
}
.testimonial-theme1 .pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    float: left;
}
.testimonial-theme1 .pic img{
    width: 100%;
    height: auto;
}
.testimonial-theme1 .{
    display: inline-block;
    text-transform: capitalize;
    margin-top: 35px;
}


h3.testimonial-theme1-title {
  display: inline-block;
  margin-left: 20px;
  margin-top: 12px !important;
  text-transform: capitalize;
}

.testimonial-theme1 .testimonial-theme1-title span {
  color: #3498db;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.testimonial-theme1 .testimonial-theme1-title small {
  display: block;
  font-size: 12px;
}
#testimonial-slider1.owl-theme .owl-controls {
  bottom: 24%;
  position: absolute;
  right: 25px;
}
#testimonial-slider1.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  padding: 0;
}
#testimonial-slider1 .owl-prev:before,
#testimonial-slider1 .owl-next:before{
    content: "\f053";
    font-family: 'FontAwesome';
    color: #fff;
}

@media only screen and (max-width: 767px){
    .testimonial-theme1 .description{
        font-size: 14px;
    }
    .testimonial-theme1 .description:after{
            left: 14%;
    }
}
@media only screen and (max-width: 479px){
    #testimonial-slider1.owl-theme .owl-controls{
        bottom: 0;
    }
    .testimonial-theme1 .description:after{
        left: 18%;
    }
}







/* Theme Four */
.grid-testimonials
{
  overflow: hidden;
  padding-top: 3.125em
}
.grid-testimonials li
{
  float: left;
  list-style-type: none;
  padding-bottom: 3.125em
}
.grid-testimonials p
{
  line-height: 1.5em;
  margin: 0
}
.grid-testimonials-citation
{
  color: #656262;
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  margin-top: 2em;
  text-transform: uppercase;
  text-align: center
}
.grid-testimonials li div
{
  border: 10px solid #ebebeb;
  padding: 1.125em 7.638888888888889%;
  position: relative
}
.grid-testimonials .quote-arrow {
  background: #fff none repeat scroll 0 0;
  border-bottom: 10px solid #ebebeb;
  border-right: 10px solid #ebebeb;
  bottom: -26px;
  content: "";
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  transform: rotate(45deg);
  width: 40px;
}
@media screen and (min-width: 50em) 
{
	.grid-testimonials li
  {
    margin-right: 5%;
    width: 30%
  }
	.grid-testimonials li:nth-child(3n)
  {
    margin-right: 0
  }
}
