.tc-client {
    margin: 0 auto;
    width:360px;
    display: block;
    height: 120px;
    text-align: center;
}


.tc-client-thumb{
  width:110px;
  text-align: center;
  float:left;
  border-right: 5px solid #EE543A;
  padding-right: 10px;
}

.tc-client-thumb img{
  border-radius: 50%;
}

.tc-author-details{
    float: left;
    width: 200px;
    text-align: left;
    padding-left: 10px;
    margin-left: 10px;
}
h2.tc-author-name {
    font-size: 20px;
    text-decoration: none;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight:bold;
    color: #EE543A;
}

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: 12px !important;
    padding: 0 60px;
    clear: both;
}
.tc-testimonial {
    text-align: center;
    margin: 0 auto;
}


/* 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:0;
}
.tc-testimonial-wrap .tcnav-vmid .owl-controls .owl-prev {
  left:0;
}
.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;
    background:#EE543A;
    border: 1px solid #EE543A;

}

/* 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: 10px;
      height: 10px;
      margin: 5px 7px;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
   }

.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 */

