@font-face {
  font-family: passionOne;
  src: url(fonts/PassionOne-Bold.ttf);
}

 
 
 /* testimonial start */


 .carousel {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 50px
}

.carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 340px
}

.carousel .item a {
  color: #eb7245
}

.carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%
}

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%
}

.carousel .testimonial {
  padding: 30px 0 10px;
  line-height: 2.2rem;
  text-shadow: 1px 1px 1px #a9f7ff;
  font-family: emoji;
  font-size: 17px;
}

.testimonial {
  color: #000000;
  font: square721;
  color: #0690d3; 
}

.carousel .overview {
  text-align: center;
  padding-bottom: 5px;
  color: #000;
}

.carousel .overview b {
  color: #0690d3;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px
  text-shadow: 1px 1px 1px #a9f7ff;
}

.carousel .star-rating i {
  font-size: 18px;
  color: #ffdc12
}

.carousel .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0690d3;
  text-shadow: none;
  top: 4px
}

.carousel-control i {
  font-size: 20px;
  margin-right: 2px
}

.carousel-control.left {
  left: auto;
  right: 40px
}

.carousel-control.right i {
  margin-right: -2px
}

.carousel .carousel-indicators {
  bottom: 15px
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%
}

.carousel-indicators li {
  background: #e2e2e2;
  border-color: transparent
}

.carousel-indicators li.active {
  border: none;
  background: #0690d3;
}

.testimonial-area{
  padding: 90px 0 90px 0;
    background: rgb(239 239 239 / 37%);
    background-image: url(../images/logo/sehar-logo-dim-small.png);
    background-size: contain;
    background-repeat: no-repeat;
    backface-visibility: visible;
    background-position-x: right;
    backdrop-filter: sepia(1);
}

.testimonial::before{
  content: '"';
  font-size: 30px;
  font-family:  passionOne;
  font-style: italic;
  color: #f79c4e;
}

.testimonial::after{
  content: '"';
  font-size: 30px;
  font-family:  passionOne;
  font-style: italic;
  color: #f79c4e;
}

.testimonial-head{
  text-align: center;
}

.testimonial-head h2{
  color: #0690d3;
  //text-decoration: underline;
  margin-bottom: 60px;
  text-shadow: 1px 1px 1px #19bdce;
}

 /* testimonial end */


 @media only screen and (max-width: 500px){
 .carousel {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 50px 15px;
}

.testimonial-area{
  padding: 90px 0 90px 0;
    background: #e8e8e82e;
    background-image: url(../images/logo/sehar-logo-dim-small.png);
    background-position:50%;
 
}

 }