.owl-carousel .owl-stage-outer {
  padding: 2rem 0rem;
}

.proof-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  overflow: hidden;
}

.proof-box::after {
  content: "";
  width: 100%;
  height: 100%;
}

.proof-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  /* top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}

.proof-img img {
  width: 100%;
  /* -o-object-fit: cover;
    object-fit: cover;
    height: 270px;
    border-radius: 16px; */
}

.proof-txt {
  /* font-weight: 700;
    font-size: 1.1rem;
    line-height: 21px; */
  margin: 1rem auto 0.75rem auto;
}

.proof-desc {
  font-size: 0.95rem;
  font-weight: 400;
  text-align: center;
  margin: 0.5rem 0 0.75rem 0;
  line-height: 21px;
}

.blog-heading {
  color: #5a5a5a;
  font-size: 22px;
  line-height: 1.2;
  display: inline-block;
  font-weight: 600;
  height:100px;
}

.blogs-date {
  display: flex;
  align-items: center;
  padding-top: 15px;
}

.blogs-date img {
  width: 20px !important;
  margin-right: 10px;
}

.blogs-desc {
  padding-top: 15px;
  line-height: 20px;
  height:100px;
}
a.blog-readmore {
  padding: 15px 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.arrow {
  color: #fff;
  background-color: #000000c9;
  margin: 1em 0;

  &::after {
    display: inline-block;
    padding-left: 8px;
    content: "\0279E";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }

  &:hover {
    color: #000000;
    background-color: #f6f3ed;
    text-decoration: none;
    border: 1px solid #000000c9;

    &::after {
      -webkit-transform: translateX(4px);
      -moz-transform: translateX(4px);
      -ms-transform: translateX(4px);
      -o-transform: translateX(4px);
      transform: translateX(4px);
    }
  }
}

.read-more-outer {
  margin-top: 35px;
}

.testimonial {
  padding: 35px 0;
  /*margin: 50px 15px 120px 0;*/
  background: #000000c9;
  border: 1px solid #e7e3e3;
  text-align: center;
  position: relative;
  transition: all 0.7s ease 0s;
}

.testimonial:hover {
  border-color: #e7e3e3;
}

.testimonial .pic {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #fff;
  padding: 7px;
  padding-top: 8px;
  /* position: absolute;
  top: 200px;
  left: 50%; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.testimonial:hover .pic {
  background: #1d3033;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.testimonial .title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 15px 25px 0px;
}

.testimonial .description {
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  border-bottom: none !important;
  padding: 12px 25px 35px;
  margin: 0;
  height:150px;
}

.testimonial .testimonial-content {
  padding: 15px 25px 12px;
  border: 1px solid #f7f7f7;
  border-top: none;
  position: relative;
  text-align: left;
  transition: all 500ms ease 0s;
}

.testimonial:hover .testimonial-content {
  border-color: #1d3033;
}

.testimonial .testimonial-content:after {
  content: "";
  width: 100%;
  height: 0;
  background: #1d3033;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.7s ease 0s;
}

.testimonial:hover .testimonial-content:after {
  height: 100%;
}

.testimonial-content .testimonial-profile {
  display: inline-block;
}

.testimonial .name {
  font-size: 16px;
  font-weight: 700;
  color: #3d3d3d;
  text-transform: uppercase;
  margin: 0 0 3px;
  transition: all 700ms ease 0s;
}

.testimonial:hover .name {
  color: #fff;
}

.testimonial .post {
  font-size: 14px;
  color: #eabd44;
  text-transform: capitalize;
}

.testimonial .rating {
  display: inline-block;
  padding: 1px 5px;
  margin: 0;
  list-style: none;
  background: #eabd44;
  position: absolute;
  right: 25px;
}

.testimonial .rating li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.owl-theme .owl-controls {
  width: 100%;
  position: absolute;
  top: 50%;
}

.owl-theme .owl-controls .owl-buttons div {
  width: 45px;
  height: 40px;
  line-height: 37px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ececec;
  padding: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  background: #eabd44;
  border-color: #eabd44;
}

.owl-prev,
.owl-next {
  position: absolute;
  left: -3%;
}

.owl-next {
  left: auto;
  right: -3%;
}

.owl-prev:before,
.owl-next:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  color: #ececec;
}
.proof-carousel{
    padding:0 20px;
}
.owl-next:before {
  content: "\f105";
}
.proof-carousel .owl-prev,
.proof-carousel .owl-next {
  top:45%;
}
.proof-carousel .owl-prev:before,
.proof-carousel .owl-next:before {
  display:none;
}
/* .review-rating {
  padding-right: 15px;
  float: left;
} */

/* .rating-star:before {
  content: "★";
  font-size: 16px;
  line-height: 16px;
  color: rgb(231, 113, 27);
  letter-spacing: -2px;
} */

@media only screen and (max-width: 990px) {
  .owl-theme .owl-controls,
  .owl-prev,
  .owl-next {
    position: relative;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .testimonial .testimonial-content {
    padding: 15px 10px 12px;
  }

  .testimonial .rating {
    right: 12px;
  }
}
