/* 
 * JUX Testimonial
 */
.morecontent span {
  display: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.jux-testimonial-pro-wrap.testimonial-slider {
  margin-left: -10px;
  margin-right: -10px;
}
.jux-testimonial-pro-wrap .owl-carousel .owl-stage-outer {
  padding: 0;
}
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded {
  margin-left: 0;
  margin-right: 0;
}
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded .testimonial-item {
  width: 100%;
}
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded .owl-stage {
  display: flex;
}
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded .owl-nav .disabled {
  opacity: 0;
}
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded .owl-item .loop-item-company img {
  display: inline-block;
  max-width: 100px;
}
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded .owl-dots .owl-dot {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  outline: 0;
  border: none;
}
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded .owl-dots .owl-dot.active span,
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded .owl-dots .owl-dot:hover span {
  opacity: 1;
  transform: scale3d(1.2, 1.2, 1.2);
  background-color: #656565;
}
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded .owl-dots .owl-dot span {
  transition: all 300ms ease;
  opacity: 0.2;
  background-color: #656565;
  display: block;
  margin: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded div.owl-nav {
  text-align: center;
}
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded div.owl-nav button.owl-prev,
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded div.owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  color: #bbbbbb;
  transition: all ease-in-out 0.3s;
  transition-delay: 0.2s;
  z-index: 99;
}
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded div.owl-nav button.owl-prev:hover,
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded div.owl-nav button.owl-next:hover {
  color: #656565;
}
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded div.owl-nav button.owl-prev {
  left: -20px;
}
.jux-testimonial-pro-wrap .owl-carousel.owl-loaded div.owl-nav button.owl-next {
  right: -20px;
}
.jux-testimonial-pro-wrap use:nth-child(2) {
  transform: translate(22px);
}
.jux-testimonial-pro-wrap use:nth-child(3) {
  transform: translate(44px);
}
.jux-testimonial-pro-wrap use:nth-child(4) {
  transform: translate(66px);
}
.jux-testimonial-pro-wrap use:nth-child(5) {
  transform: translate(88px);
}
.jux-testimonial-pro-wrap .rating {
  display: block;
  height: 20px;
  margin: 0.5rem auto;
  width: 110px;
}
.jux-testimonial-pro-wrap symbol#stars-full-star {
  fill: #F1CA31;
}
.jux-testimonial-pro-wrap .align-left {
  text-align: left;
}
.jux-testimonial-pro-wrap .align-left .testimonial-item .info {
  justify-content: flex-start;
}
.jux-testimonial-pro-wrap .align-left .testimonial-item .rating {
  margin-left: 0;
}
.jux-testimonial-pro-wrap .align-center {
  text-align: center;
}
.jux-testimonial-pro-wrap .align-center .testimonial-item .info {
  justify-content: center;
}
.jux-testimonial-pro-wrap .align-right {
  text-align: right;
}
.jux-testimonial-pro-wrap .align-right .testimonial-item .info {
  justify-content: flex-end;
}
.jux-testimonial-pro-wrap .align-right .testimonial-item .rating {
  margin-right: 0;
}
.jux-testimonial-pro-wrap .top.owl-loaded .owl-stage {
  align-items: flex-start;
}
.jux-testimonial-pro-wrap .middle.owl-loaded .owl-stage {
  align-items: center;
}
.jux-testimonial-pro-wrap .bottom.owl-loaded .owl-stage {
  align-items: flex-end;
}
.jux-testimonial-pro-wrap .testimonial-item .avatar {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  margin-right: 15px;
}
.jux-testimonial-pro-wrap .testimonial-item .avatar img {
  height: 100%;
  border-radius: 50%;
}
.jux-testimonial-pro-wrap .testimonial-item .content-wrap {
  display: block;
  position: relative;
  padding: 30px 50px 40px;
  overflow: hidden;
  border-width: 0px;
  background-color: #fff;
  transition: all 300ms ease;
}
.jux-testimonial-pro-wrap .testimonial-item .content {
  transition: all 300ms ease-in-out;
}
.jux-testimonial-pro-wrap .testimonial-item .content .title {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.jux-testimonial-pro-wrap .testimonial-item .content .text {
  font-size: 15px;
}
.jux-testimonial-pro-wrap .testimonial-item .content .text i {
  margin-right: 5px;
}
.jux-testimonial-pro-wrap .testimonial-item .rating {
  display: block;
  height: 20px;
  margin: 0.5rem auto 1rem;
  width: 110px;
}
.jux-testimonial-pro-wrap .testimonial-item .info {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.jux-testimonial-pro-wrap .testimonial-item .info .cite {
  text-align: left;
}
.jux-testimonial-pro-wrap .testimonial-item .info .cite .name {
  font-size: 15px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 600;
}
.jux-testimonial-pro-wrap .testimonial-item .info .cite .position {
  font-size: 14px;
  letter-spacing: 2px;
}
.jux-testimonial-pro-wrap.style-1 .testimonial-item {
  padding: 10px 15px 10px 15px;
}
.jux-testimonial-pro-wrap.style-1 .testimonial-item:hover .content-wrap {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-testimonial-pro-wrap.style-1 .testimonial-item .content-wrap {
  background-color: rgba(17, 17, 17, 0.03);
  box-shadow: none;
}
.jux-testimonial-pro-wrap.style-1 .testimonial-item .info {
  align-items: center;
}
.jux-testimonial-pro-wrap.style-2 .testimonial-item {
  padding: 16px 16px 16px 16px;
}
.jux-testimonial-pro-wrap.style-2 .testimonial-item:hover .content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-testimonial-pro-wrap.style-2 .testimonial-item .content-wrap {
  padding: 0;
  box-shadow: none;
  overflow: inherit;
}
.jux-testimonial-pro-wrap.style-2 .testimonial-item .content {
  padding: 30px 45px 50px;
  background-color: rgba(17, 17, 17, 0.03);
  position: relative;
  border-radius: 10px;
}
.jux-testimonial-pro-wrap.style-2 .testimonial-item .content:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  opacity: 1;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  border-color: rgba(17, 17, 17, 0.05) transparent transparent transparent;
}
.jux-testimonial-pro-wrap.style-2 .testimonial-item .info {
  display: flex;
  flex-direction: column;
}
.jux-testimonial-pro-wrap.style-2 .testimonial-item .info .cite {
  text-align: center;
}
.jux-testimonial-pro-wrap.style-2 .testimonial-item .info .avatar {
  margin: 0;
  margin-bottom: 20px;
}
.jux-testimonial-pro-wrap.style-2 .align-left .testimonial-item .content:after {
  left: 25px;
}
.jux-testimonial-pro-wrap.style-2 .align-left .testimonial-item .info {
  align-items: flex-start;
}
.jux-testimonial-pro-wrap.style-2 .align-left .testimonial-item .info .cite {
  text-align: left;
}
.jux-testimonial-pro-wrap.style-2 .align-center .testimonial-item .info {
  align-items: center;
}
.jux-testimonial-pro-wrap.style-2 .align-right .testimonial-item .content:after {
  left: inherit;
  right: 3px;
}
.jux-testimonial-pro-wrap.style-2 .align-right .testimonial-item .info {
  align-items: flex-end;
}
.jux-testimonial-pro-wrap.style-2 .align-right .testimonial-item .info .cite {
  text-align: right;
}
.jux-testimonial-pro-wrap.style-3 .testimonial-item {
  padding: 16px 16px 16px 16px;
}
.jux-testimonial-pro-wrap.style-3 .testimonial-item:hover .content-wrap {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-testimonial-pro-wrap.style-3 .testimonial-item .avatar {
  width: 100px;
  height: 100px;
  position: relative;
}
.jux-testimonial-pro-wrap.style-3 .testimonial-item .avatar:after {
  content: "\f10e";
  position: absolute;
  width: 30px;
  height: 30px;
  font-family: FontAwesome;
  line-height: 24px;
  border-radius: 50%;
  right: 0;
  background-color: #F15E18;
  font-size: 12px;
  color: #ffffff;
  border: 3px solid #ffffff;
  text-align: center;
  bottom: 0;
}
.jux-testimonial-pro-wrap.style-3 .testimonial-item .content {
  margin-top: 30px;
}
.jux-testimonial-pro-wrap.style-3 .testimonial-item .rating {
  margin-bottom: 0;
  margin-top: 7px;
}
.jux-testimonial-pro-wrap.style-3 .testimonial-item .content-wrap {
  overflow: inherit;
  padding: 50px 50px 40px;
  box-shadow: 0px 4px 15px 0 #ebebeb;
}
.jux-testimonial-pro-wrap.style-3 .align-center .avatar {
  margin: 0 auto;
}
.jux-testimonial-pro-wrap.style-3 .align-center .testimonial-item .info {
  align-items: center;
}
.jux-testimonial-pro-wrap.style-3 .align-center .testimonial-item .info .cite {
  text-align: center;
}
.jux-testimonial-pro-wrap.style-3 .align-right .avatar {
  margin: 0 0 0 auto;
}
.jux-testimonial-pro-wrap.style-3 .align-right .testimonial-item .info .cite {
  text-align: right;
}
.jux-testimonial-pro-wrap.style-4 .testimonial-item {
  padding: 16px 16px 16px 16px;
}
.jux-testimonial-pro-wrap.style-4 .testimonial-item:hover .content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-testimonial-pro-wrap.style-4 .testimonial-item .content-wrap {
  padding: 0;
  box-shadow: none;
  overflow: inherit;
}
.jux-testimonial-pro-wrap.style-4 .testimonial-item .content {
  padding: 30px 45px 80px;
  background-color: rgba(17, 17, 17, 0.05);
  position: relative;
  border-radius: 10px;
}
.jux-testimonial-pro-wrap.style-4 .testimonial-item .info {
  display: flex;
  flex-direction: column;
  margin-top: -40px;
  margin-bottom: 0;
}
.jux-testimonial-pro-wrap.style-4 .testimonial-item .info .cite {
  text-align: center;
}
.jux-testimonial-pro-wrap.style-4 .testimonial-item .info .avatar {
  margin: 0;
  margin-bottom: 20px;
}
.jux-testimonial-pro-wrap.style-4 .testimonial-item .info svg {
  margin-bottom: 0;
}
.jux-testimonial-pro-wrap.style-4 .align-left .testimonial-item .info {
  align-items: flex-start;
  margin-left: 30px;
}
.jux-testimonial-pro-wrap.style-4 .align-left .testimonial-item .info .cite {
  text-align: left;
}
.jux-testimonial-pro-wrap.style-4 .align-center .testimonial-item .info {
  align-items: center;
}
.jux-testimonial-pro-wrap.style-4 .align-right .testimonial-item .info {
  align-items: flex-end;
  margin-right: 30px;
}
.jux-testimonial-pro-wrap.style-4 .align-right .testimonial-item .info .cite {
  text-align: right;
}
.jux-testimonial-pro-wrap.style-5 .testimonial-item {
  padding: 16px 16px 16px 16px;
}
.jux-testimonial-pro-wrap.style-5 .testimonial-item:hover .testimonial-main-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-testimonial-pro-wrap.style-5 .testimonial-item .testimonial-main-content {
  box-shadow: 0px 4px 15px 0 #ebebeb;
  transition: all 300ms ease-in-out;
}
.jux-testimonial-pro-wrap.style-5 .testimonial-item .avatar {
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 1;
}
.jux-testimonial-pro-wrap.style-5 .testimonial-item .avatar:after {
  content: "\f10e";
  position: absolute;
  width: 50px;
  height: 50px;
  font-family: FontAwesome;
  line-height: 43px;
  border-radius: 50%;
  bottom: -25px;
  right: 25px;
  background-color: #F15E18;
  font-size: 16px;
  color: #ffffff;
  border: 4px solid #ffffff;
  text-align: center;
}
.jux-testimonial-pro-wrap.style-5 .testimonial-item .info {
  margin-top: 30px;
}
.jux-testimonial-pro-wrap.style-5 .testimonial-item .rating {
  margin-top: 7px;
}
.jux-testimonial-pro-wrap.style-5 .testimonial-item .content-wrap {
  overflow: inherit;
  padding: 40px 50px 40px;
  box-shadow: none;
}
.jux-testimonial-pro-wrap.style-5 .align-center .avatar {
  margin: 0 auto;
}
.jux-testimonial-pro-wrap.style-5 .align-center .testimonial-item .info {
  align-items: center;
}
.jux-testimonial-pro-wrap.style-5 .align-center .testimonial-item .info .cite {
  text-align: center;
}
.jux-testimonial-pro-wrap.style-5 .align-right .avatar {
  margin: 0 0 0 auto;
}
.jux-testimonial-pro-wrap.style-5 .align-right .testimonial-item .info .cite {
  text-align: right;
}
.jux-testimonial-pro-wrap.style-6 .testimonial-item {
  padding: 16px 16px 16px 16px;
}
.jux-testimonial-pro-wrap.style-6 .testimonial-item:hover .content-wrap {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-testimonial-pro-wrap.style-6 .testimonial-item .avatar {
  width: 200px;
  height: 200px;
  position: relative;
  z-index: 1;
}
.jux-testimonial-pro-wrap.style-6 .testimonial-item .avatar:before {
  content: "";
  background: #F15E18;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 50%;
  right: -3px;
  bottom: -4px;
}
.jux-testimonial-pro-wrap.style-6 .testimonial-item .avatar:after {
  content: "\f10e";
  position: absolute;
  width: 60px;
  height: 60px;
  font-family: FontAwesome;
  line-height: 55px;
  border-radius: 50%;
  bottom: -5px;
  right: 0px;
  background-color: #F15E18;
  font-size: 20px;
  color: #ffffff;
  border: 5px solid #ffffff;
  text-align: center;
}
.jux-testimonial-pro-wrap.style-6 .testimonial-item .content {
  margin-top: 40px;
}
.jux-testimonial-pro-wrap.style-6 .testimonial-item .rating {
  margin-bottom: 0;
  margin-top: 7px;
}
.jux-testimonial-pro-wrap.style-6 .testimonial-item .content-wrap {
  overflow: inherit;
  padding: 50px 50px 40px;
  box-shadow: 0px 4px 15px 0 #ebebeb;
}
.jux-testimonial-pro-wrap.style-6 .align-center .avatar {
  margin: 0 auto;
}
.jux-testimonial-pro-wrap.style-6 .align-center .testimonial-item .info {
  align-items: center;
}
.jux-testimonial-pro-wrap.style-6 .align-center .testimonial-item .info .cite {
  text-align: center;
}
.jux-testimonial-pro-wrap.style-6 .align-right .avatar {
  margin: 0 0 0 auto;
}
.jux-testimonial-pro-wrap.style-6 .align-right .testimonial-item .info .cite {
  text-align: right;
}
.jux-testimonial-pro-wrap.style-7 .testimonial-item {
  padding: 10px 15px 10px 15px;
}
.jux-testimonial-pro-wrap.style-7 .testimonial-item:hover .content-wrap {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-testimonial-pro-wrap.style-7 .testimonial-item .avatar {
  margin-bottom: 0;
  width: 85px;
  height: 85px;
}
.jux-testimonial-pro-wrap.style-7 .testimonial-item .avatar img {
  border-radius: 10px;
}
.jux-testimonial-pro-wrap.style-7 .testimonial-item .info {
  align-items: center;
  vertical-align: middle;
}
.jux-testimonial-pro-wrap.style-7 .testimonial-item .info .rating {
  margin: 0;
  margin-top: 5px;
}
.jux-testimonial-pro-wrap.style-7 .testimonial-item .content {
  margin-top: 30px;
}
.jux-testimonial-pro-wrap.style-8 .testimonial-item {
  padding: 16px 16px 16px 16px;
}
.jux-testimonial-pro-wrap.style-8 .testimonial-item:hover .content-wrap {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-testimonial-pro-wrap.style-8 .testimonial-item .content-wrap {
  box-shadow: none;
  overflow: inherit;
  padding: 30px 45px 50px;
}
.jux-testimonial-pro-wrap.style-8 .testimonial-item .content {
  position: relative;
}
.jux-testimonial-pro-wrap.style-8 .testimonial-item .content .title {
  margin-top: 10px;
}
.jux-testimonial-pro-wrap.style-8 .testimonial-item .rating {
  margin-top: 1.5rem;
}
.jux-testimonial-pro-wrap.style-8 .testimonial-item .info {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.jux-testimonial-pro-wrap.style-8 .testimonial-item .info .cite {
  text-align: center;
}
.jux-testimonial-pro-wrap.style-8 .testimonial-item .info .avatar {
  margin: 0;
  margin-bottom: 20px;
}
.jux-testimonial-pro-wrap.style-8 .align-left .testimonial-item .content:after {
  left: 25px;
}
.jux-testimonial-pro-wrap.style-8 .align-left .testimonial-item .info {
  align-items: flex-start;
}
.jux-testimonial-pro-wrap.style-8 .align-left .testimonial-item .info .cite {
  text-align: left;
}
.jux-testimonial-pro-wrap.style-8 .align-center .testimonial-item .info {
  align-items: center;
}
.jux-testimonial-pro-wrap.style-8 .align-right .testimonial-item .content:after {
  left: inherit;
  right: 3px;
}
.jux-testimonial-pro-wrap.style-8 .align-right .testimonial-item .info {
  align-items: flex-end;
}
.jux-testimonial-pro-wrap.style-8 .align-right .testimonial-item .info .cite {
  text-align: right;
}
.jux-testimonial-pro-wrap.style-9 .testimonial-item {
  padding: 16px 16px 16px 16px;
}
.jux-testimonial-pro-wrap.style-9 .testimonial-item:hover .content-wrap {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-testimonial-pro-wrap.style-9 .testimonial-item .avatar {
  width: 100%;
  min-height: 300px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 1;
}
.jux-testimonial-pro-wrap.style-9 .testimonial-item .avatar:after {
  content: "\f10e";
  position: absolute;
  width: 50px;
  height: 50px;
  font-family: FontAwesome;
  line-height: 43px;
  border-radius: 50%;
  top: -25px;
  right: 25px;
  background-color: #F15E18;
  font-size: 16px;
  color: #ffffff;
  border: 4px solid #ffffff;
  text-align: center;
}
.jux-testimonial-pro-wrap.style-9 .testimonial-item .info {
  margin-top: 0;
  margin-bottom: 20px;
}
.jux-testimonial-pro-wrap.style-9 .testimonial-item .rating {
  margin-top: 24px;
}
.jux-testimonial-pro-wrap.style-9 .testimonial-item .content-wrap {
  overflow: inherit;
  padding: 40px 44px 40px;
  box-shadow: none;
  border: 1px solid #F15E18;
  border-radius: 10px;
}
.jux-testimonial-pro-wrap.style-9 .align-center .avatar {
  margin: 0 auto;
}
.jux-testimonial-pro-wrap.style-9 .align-center .testimonial-item .info {
  align-items: center;
}
.jux-testimonial-pro-wrap.style-9 .align-center .testimonial-item .info .cite {
  text-align: center;
}
.jux-testimonial-pro-wrap.style-9 .align-right .avatar {
  margin: 0 0 0 auto;
}
.jux-testimonial-pro-wrap.style-9 .align-right .testimonial-item .info .cite {
  text-align: right;
}
.jux-testimonial-pro-wrap.style-10 .testimonial-item {
  padding: 16px 16px 16px 16px;
}
.jux-testimonial-pro-wrap.style-10 .testimonial-item .testimonial-main-content {
  margin-top: 50px;
}
.jux-testimonial-pro-wrap.style-10 .testimonial-item:hover .content-wrap {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-testimonial-pro-wrap.style-10 .testimonial-item .content-wrap {
  box-shadow: none;
  overflow: inherit;
  padding: 30px 45px 50px;
  border: 1px solid #F15E18;
  position: relative;
}
.jux-testimonial-pro-wrap.style-10 .testimonial-item .content-wrap:after {
  content: "\f10e";
  position: absolute;
  width: 50px;
  height: 50px;
  font-family: FontAwesome;
  line-height: 43px;
  border-radius: 10px;
  top: -25px;
  right: 25px;
  background-color: #F15E18;
  font-size: 16px;
  color: #ffffff;
  border: 4px solid #ffffff;
  text-align: center;
}
.jux-testimonial-pro-wrap.style-10 .testimonial-item .content {
  position: relative;
}
.jux-testimonial-pro-wrap.style-10 .testimonial-item .content .title {
  margin-top: 10px;
}
.jux-testimonial-pro-wrap.style-10 .testimonial-item .avatar {
  margin: 0;
  margin-bottom: 30px;
  border: 4px solid #ffffff;
}
.jux-testimonial-pro-wrap.style-10 .testimonial-item .avatar img {
  border-radius: 10px;
}
.jux-testimonial-pro-wrap.style-10 .testimonial-item .rating {
  margin-top: 1rem;
}
.jux-testimonial-pro-wrap.style-10 .testimonial-item .info {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-top: -70px;
}
.jux-testimonial-pro-wrap.style-10 .testimonial-item .info .cite {
  text-align: center;
}
.jux-testimonial-pro-wrap.style-10 .testimonial-item .info .cite .name {
  margin-bottom: 3px;
}
.jux-testimonial-pro-wrap.style-10 .align-left .testimonial-item .content:after {
  left: 25px;
}
.jux-testimonial-pro-wrap.style-10 .align-left .testimonial-item .info {
  align-items: flex-start;
}
.jux-testimonial-pro-wrap.style-10 .align-left .testimonial-item .info .cite {
  text-align: left;
}
.jux-testimonial-pro-wrap.style-10 .align-center .testimonial-item .info {
  align-items: center;
}
.jux-testimonial-pro-wrap.style-10 .align-center .testimonial-item .content-wrap:after {
  top: inherit;
  bottom: -25px;
  right: 25px;
  left: 25px;
  margin: 0 auto;
}
.jux-testimonial-pro-wrap.style-10 .align-right .testimonial-item .content-wrap:after {
  right: inherit;
  left: 25px;
}
.jux-testimonial-pro-wrap.style-10 .align-right .testimonial-item .info {
  align-items: flex-end;
}
.jux-testimonial-pro-wrap.style-10 .align-right .testimonial-item .info .cite {
  text-align: right;
}
.jux-testimonial-pro-wrap.style-11 .testimonial-item {
  padding: 16px 16px 16px 16px;
}
.jux-testimonial-pro-wrap.style-11 .testimonial-item:hover .testimonial-main-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}
.jux-testimonial-pro-wrap.style-11 .testimonial-item .testimonial-main-content {
  display: flex;
  box-shadow: 0px 4px 15px 0 #ebebeb;
  transition: all 300ms ease-in-out;
}
.jux-testimonial-pro-wrap.style-11 .testimonial-item .avatar {
  margin: 0;
  min-width: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100%;
}
.jux-testimonial-pro-wrap.style-11 .testimonial-item .content-wrap {
  box-shadow: none;
  overflow: inherit;
  padding: 30px 40px 30px;
}
.jux-testimonial-pro-wrap.style-11 .testimonial-item .content {
  position: relative;
}
.jux-testimonial-pro-wrap.style-11 .testimonial-item .content .title {
  margin-top: 10px;
}
.jux-testimonial-pro-wrap.style-11 .testimonial-item .rating {
  margin-top: 8px;
  margin-bottom: 0;
}
.jux-testimonial-pro-wrap.style-11 .testimonial-item .info {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-top: 20px;
}
.jux-testimonial-pro-wrap.style-11 .testimonial-item .info .cite {
  text-align: center;
}
.jux-testimonial-pro-wrap.style-11 .align-left .testimonial-item .content:after {
  left: 25px;
}
.jux-testimonial-pro-wrap.style-11 .align-left .testimonial-item .info {
  align-items: flex-start;
}
.jux-testimonial-pro-wrap.style-11 .align-left .testimonial-item .info .cite {
  text-align: left;
}
.jux-testimonial-pro-wrap.style-11 .align-center .testimonial-item .info {
  align-items: center;
}
.jux-testimonial-pro-wrap.style-11 .align-right .testimonial-item .content:after {
  left: inherit;
  right: 3px;
}
.jux-testimonial-pro-wrap.style-11 .align-right .testimonial-item .info {
  align-items: flex-end;
}
.jux-testimonial-pro-wrap.style-11 .align-right .testimonial-item .info .cite {
  text-align: right;
}
