<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.testimonial{

}

#ct {
  height: 150px;
  width: 370px;
  border: 1px solid #f1c40f;
  margin: 100px auto;
  text-align: center;
  position: relative;
  color: #fff;
  padding: 15px;
}
.testimonial span{
  background: #303030;
  color:#f1c40f;
  padding:0 10px;
  font-size:20px;
  position:relative;
  top:-28px;
}
.corner{
  height:30px;
  width:30px;
  border-radius:50%;
  border: 1px solid #303030;
  transform:rotate(-45deg);
  position:absolute;
  background: #303030;
}

#left_top{
  top:-16px;
  left:-16px;
  border-color:transparent transparent #f1c40f transparent;
}
#right_top{
  top:-16px;
  right:-16px;
  border-color:transparent transparent transparent #f1c40f;
}
#left_bottom{
  bottom:-16px;
  left:-16px;
  border-color:transparent #f1c40f transparent transparent ;
}
#right_bottom{
  bottom:-16px;
  right:-16px;
  border-color:#f1c40f transparent transparent transparent;
}
p{padding-top:13px;font-size:18px}


.cbp-qtrotator {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  margin: 0;
  padding-top: 0px;
  }
  .cbp-qtcontent {
  width: 100%;
  height: auto;
  position: absolute;
  min-height: 180px;
  top: 0px;
  z-index: 2;
  display: none
  }
  .cbp-qtrotator .cbp-qtcontent.current {
  display: block
  }
  .cbp-qtrotator blockquote {margin: -44px 0 0 0;padding: 0px 0;height: 150px;line-height: 180px;} 
  .cbp-qtrotator blockquote p {
  /* font-size: 2em; */
  color: #fff;
  /* font-weight: 300; */
  /* margin: 0.4em 0 1em; */
  /* padding-top: 0px; */
  vertical-align: middle;
  line-height: normal;
  display: inline-block;
  }
  .cbp-qtrotator blockquote span {
  font-size: 1.2em
  }
  .cbp-qtrotator blockquote span:before {
  content: 'Ã¢â‚¬â€¢ '
  }
  .cbp-qtrotator .cbp-qtcontent img {
  float: right;
  margin: 50px 0 0 50px;
  display: none;
  }
  .cbp-qtprogress {
  position: absolute;
  background: #f1c40f;
  height: 1px;
  width: 0%;
  z-index: 1000
  }

  @media only screen and (max-width: 1000px) {
  #ct {
    width: 100%;
  }
}

  </pre></body></html>