/* ------------------------------------ Start TT - CMS testimonial ------------------------------- */
#ttcmstestimonial {
  display: inline-block;
  float: none;
  text-align: center;
  padding: 0;
  width: 100%;
}
#left-column #ttcmstestimonial {
    border: 1px solid #e5e5e5;
}
#ttcmstestimonial .tttestimonial-content.container {
    padding: 5px;
}
#ttcmstestimonial .title_block .ttblock-heading {
  border: medium none;
  font-family: "Dosis", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding: 8px 20px;
  margin: 0;
}
#ttcmstestimonial .title_block .ttblock-heading:before {
  display: none;
}
#ttcmstestimonial .tttestimonial-subtitle {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 13px;
  color: #999999;
  font-style: italic;
  float: left;
  width: 100%;
  margin: 0;
  text-transform: capitalize;
  padding-bottom: 20px;
  position: relative;
  font-weight: normal;
}
#ttcmstestimonial ul li {
  display: table;
  float: left;
  width: 100%;
  position: relative;
  padding: 0 5px;
}
#ttcmstestimonial .testimonial-user-title {
	margin: 20px 0 0;
	font: 600 18px/20px "Dosis", Helvetica, sans-serif;
	color: #222;
	text-transform: uppercase;
}
#ttcmstestimonial ul li .testimonial-image {
  margin: 15px auto 0;
  width: 100px;
  height: 100px;
  display: table;
}
#ttcmstestimonial ul li .testimonial-image img {
  border: 6px solid rgba(187, 187, 187, 0.3);
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#ttcmstestimonial ul li .testimonial-content {
  margin: 20px 0 0;
  text-align: center;
}
#ttcmstestimonial ul li .testimonial-content h3 {
  color: #333333;
  font: 600 16px/18px "Dosis", Helvetica, sans-serif;
  margin-bottom: 0;
}
#ttcmstestimonial ul li .testimonial-content h3 i {
  font-style: italic;
  font-weight: normal;
  text-transform: capitalize;
  color: #777777;
}
#ttcmstestimonial ul li .testimonial-content .testimonial-desc {
  float: left;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}
#ttcmstestimonial ul li .testimonial-content .testimonial-desc > p {
  color: #777;
}
#ttcmstestimonial .owl-dots {
  float: left;
  text-align: center;
  width: 100%;
  margin: 0 0 10px;
  z-index: 99;
}
#ttcmstestimonial .owl-dots .owl-dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #fff;
  transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -webkit-transition: background 400ms ease-in-out;
  -khtml-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  border: 1px solid #bababa;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 8px 0 0;
  cursor: pointer;
}
#ttcmstestimonial .owl-dots .owl-dot.active {
  background: #2b5595;
  height: 13px;
  width: 13px;
  border: 1px solid #2b5595;
  transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -webkit-transition: background 400ms ease-in-out;
  -khtml-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
}
#ttcmstestimonial .owl-dots .owl-dot:hover {
  background: #2b5595;
  border-color: #2b5595;
}
#ttcmstestimonial .owl-nav{
	display:none;
}
@media (max-width: 991px) {
#ttcmstestimonial .title_block {
	display: none;
}
}
@media (max-width: 1199px) {
#ttcmstestimonial ul li {
	padding: 0 10px;
}
#ttcmstestimonial ul li .testimonial-content .testimonial-desc {
	padding: 0;
}
}
@media (max-width: 767px) {
  #ttcmstestimonial ul li .testimonial-content {
    margin: 20px 0 30px;
  }
    #ttcmstestimonial .owl-pagination {
    bottom: 34px;
  }
}


/* ------------------------------------ End TT - CMS testimonial ------------------------------- */
