.tc-client {
    margin: 0 auto;
    max-width: 360px;
    display: block;
    height: 120px;
    text-align: center;
}

.tc-client-thumb{
  width:110px;
  text-align: center;
  float:left;
  padding-right: 10px;
}


.tc-author-details{
    float: left;
    /*width: 200px;*/
    text-align: left;
    padding-left: 10px;
    margin-left: 10px;
    margin-top: 20px;
}
h2.tc-author-name {
    font-size: 20px;
    text-decoration: none;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight:bold;
    color: #343434;
}

span.role {
    font-size: 12px;
    padding-left: 10px;
}
p.tc-author-name {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

h2.tc-author-name:hover {
    font-size:20px;
    text-decoration: none !important;
    color: #343434;
}
h2.tc-author-name a{
    font-size: 18px;
    text-decoration: none;
}
h3.tc-author-meta {
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    margin: 4px 0 !important;
    font-weight: normal;
}

.tc-content {
    font-size: 13px;
    padding: 0 13px;
    clear: both;
}

.tc-content p:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
    font-size: 24px;
}

.tc-content p:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: relative;
    bottom: 0;
    right: 0;
    margin-left: 10px;
    font-size: 24px;
}
.tc-testimonial {
    text-align: center;
    margin: 0 auto;
    width:90%;
}

/* Nav Style */

.tc-testimonial-wrap .tcnav-vmid {
  position: relative;
}
.tc-testimonial-wrap .tcnav-vmid .owl-controls .owl-next,
.tc-testimonial-wrap .tcnav-vmid .owl-controls .owl-prev {
  position: absolute;
  top: 33%;
  z-index: 2;
}
.tc-testimonial-wrap .tcnav-vmid .owl-controls .owl-next {
  right:10px;
}
.tc-testimonial-wrap .tcnav-vmid .owl-controls .owl-prev {
  left:10px;
}
.tc-testimonial-wrap .tcnav-vmid  .owl-controls .owl-nav [class*=owl-] {
    color: #0a0a0a;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    height: 34px;
    width: 34px;
    border-radius: 0;
    padding: 2px;
    border-radius: 100%;
    border: 1px solid #868484;
    font-size: 20px;
    line-height:28px;
}


.tc-testimonial-wrap .tcnav-vmid  .owl-controls .owl-nav [class*=owl-]:hover {
    color: #fff;

}

/* Dots Style */

.tc-testimonial-wrap .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.tc-testimonial-wrap .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
 }
 .tc-testimonial-wrap  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }

  .tc-testimonial-wrap .owl-theme .owl-dots .owl-dot span {
      width: 20px;
      height: 8px;
      margin: 20px 7px;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      /* border-radius: 2px; */
  }

.tc-testimonial-wrap  .owl-theme .owl-dots .owl-dot span {
 background:#60646D;
}
.tc-testimonial-wrap  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
 background:#EE543A;
}

/* Ends Dots Style */
.author-infobox{
}
