:root {
  --plainclr: #ffff;
  --darkclr: #000;
}

.review-sec-4 {
  /*-----Testimonial-------*/
  /* ------testimonial  close-------*/
}
.review-sec-4 .heading {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}
.review-sec-4 .white-heading {
  color: var(--plainclr);
}
.review-sec-4 .heading:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
}
.review-sec-4 .white-heading:after {
  background: url("../../images/reviews/heading-line-white.png");
  background-repeat: no-repeat;
  background-position: center;
}
.review-sec-4 .heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.review-sec-4 .white-heading span {
  color: var(--plainclr);
}
.review-sec-4 .testimonial:after {
  position: absolute;
  top: 0 !important;
  left: 0;
  content: " ";
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}
.review-sec-4 .testimonial {
  height: 100%;
  position: relative;
  background: url("../../images/reviews/testimonials-bg.jpg");
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: top;
  background-size: cover;
}
.review-sec-4 #testimonial4 .carousel-inner:hover {
  cursor: -webkit-grab;
}
.review-sec-4 #testimonial4 .carousel-inner:active {
  cursor: -webkit-grabbing;
}
.review-sec-4 #testimonial4 .carousel-inner .item {
  overflow: hidden;
}
.review-sec-4 .testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid var(--plainclr);
  text-transform: uppercase;
  border-radius: 100%;
  box-shadow: none;
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}
.review-sec-4 .testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}
.review-sec-4 .testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}
.review-sec-4 .testimonial4_control_button .carousel-control.left:hover,
.review-sec-4 .testimonial4_control_button .carousel-control.right:hover {
  color: var(--darkclr);
  background: var(--plainclr);
  border: 2px solid var(--plainclr);
}
.review-sec-4 .testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.review-sec-4 .testimonial4_header h4 {
  color: var(--plainclr);
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.review-sec-4 .testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.review-sec-4 .testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.review-sec-4 .testimonial4_slide p {
  color: var(--plainclr);
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.review-sec-4 .testimonial4_slide h4 {
  color: var(--plainclr);
  font-size: 22px;
}
.review-sec-4 .testimonial .carousel {
  padding-bottom: 50px;
}
.review-sec-4 .testimonial .carousel-control-next-icon,
.review-sec-4 .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}/*# sourceMappingURL=reviewsDesign4.css.map */