body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-img img {
  height: 30px;
  width: 92px !important;
  margin: auto;
}

.carousal-wedgets {
  background: #111111;
  height: 100vh !important;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
}
.carousal-wedgets .owl-theme .owl-nav {
  position: absolute;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.carousal-wedgets .owl-theme .owl-nav .owl-prev,
.carousal-wedgets .owl-theme .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.carousal-wedgets .owl-theme .owl-nav .owl-prev i,
.carousal-wedgets .owl-theme .owl-nav .owl-next i {
  font-size: 1rem !important;
}
.carousal-wedgets .owl-theme .owl-nav .owl-prev {
  margin-right: auto;
}
.carousal-wedgets .owl-theme .owl-nav .owl-next {
  margin-left: auto;
}
.carousal-wedgets .owl-theme .owl-nav .owl-prev:hover,
.carousal-wedgets .owl-theme .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.carousal-wedgets .owl-theme .owl-dots {
  margin-top: 20px;
}
.carousal-wedgets .owl-theme .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.2);
}
.carousal-wedgets .owl-theme .owl-dots .owl-dot.active span {
  background: rgba(0, 0, 0, 0.8);
}

.custom-close {
  filter: invert(100%);
}

.google-reviews-card {
  background-color: rgb(34, 34, 34);
  border-radius: 8px;
  padding: 24px;
  border: 1px solid transparent;
  min-height: 225px;
}
.google-reviews-card.two {
  min-height: auto;
}
.google-reviews-card .google-icon {
  width: 90px;
}
.google-reviews-card .user-avator {
  position: relative;
  width: 40px;
  height: 40px;
  box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.google-reviews-card .user-avator img {
  -o-object-fit: cover;
     object-fit: cover;
}
.google-reviews-card .sm-google-icon {
  width: 24px;
  position: absolute;
  top: 23px !important;
  left: 133px !important;
}
.google-reviews-card .verify {
  width: 14px;
}
.google-reviews-card .review-content p {
  position: relative;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  line-height: 23px;
  max-height: -moz-max-content;
  max-height: max-content;
  color: white;
  margin-bottom: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: center !important;
}

.time-history span {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.modal-content {
  padding: 40px;
  width: 100%;
  background: rgb(34, 34, 34);
  color: white;
}

.es-review-card-tail {
  fill: #f6f6f8 !important;
  position: absolute;
  bottom: 82px;
  left: 30px !important;
}

.read-btn {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.read-btn:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}/*# sourceMappingURL=testimonial-dark-carousel.css.map */