.testimonial-bg-group .splide__pagination {
  position: relative !important;
  margin-top: 30px !important;
}
.display-none {
  display: none;
}
.testimonial-bg-group.icon-2 .splide__arrow--prev {
  float: left;
}
.testimonial-bg-group.icon-2 .splide__arrow--next {
  float: right;
}
.testimonial-bg-group.icon-3 .splide__arrows {
  display: table;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.testimonial-bg-group.icon-2 .splide__arrows .splide__arrow--prev {
  left: 0;
}
.testimonial-bg-group.icon-2 .splide__arrows .splide__arrow--next {
  right: 0;
}
.testimonial-bg-group.icon-2 .splide__arrows .splide__arrow--prev,
.testimonial-bg-group.icon-2 .splide__arrows .splide__arrow--next {
  display: table; 
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.testimonial-bg-group.icon-1 .splide__arrows .splide__arrow--next,
.testimonial-bg-group.icon-1 .splide__arrows .splide__arrow--prev { 
  top: inherit;
  transform: translateY(0);
  border: 0;
  bottom: 0;
}
.testimonial-bg-group.dots-left .splide__pagination {
  left: 10px;
  right: inherit;
}
.testimonial-bg-group.dots-right .splide__pagination {
  right: 10px;
  left: inherit;
}
.testimonial-bg-group.dots-center .splide__pagination {
  left: 0;
  right: 0;
}
.testimonial-bg-group.dots-var-2 .splide__pagination button {
  height: 30px;
  margin: 0 5px;
  opacity: .7;
  padding: 0;
  transition: transform .2s linear;
  width: 2px;
  border-radius: 0;
}
.testimonial-bg-group.dots-var-2 .splide__pagination {
  padding: 15px 10px;
}
.testimonial-bg-group .splide__pagination__page.is-active {
  background: #ff6839;
}

/* Model One */
.testimonial-model1 .testimonial-item {
  background: #f5f5f5;
  margin: 0 15px;
  padding-bottom: 35px; 
}
.testimonial-model1 .testimonial-item .testimonial-top {
  position: relative;
  z-index: 1;
  height: 100px;
}
.testimonial-model1 .testimonial-item .testimonial-top .pic::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.testimonial-model1 .testimonial-item .testimonial-top .pic {
  position: relative;
  z-index: 1;
  height: 100px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial-model1 .testimonial-item .testimonial-top .pic img {
  position: absolute;
  z-index: -1;
  top: -35%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}

.testimonial-model1 .testimonial-item .testimonial-top .author {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -10px, 0);
  -moz-transform: translate3d(-50%, -10px, 0);
  transform: translate3d(-50%, -10px, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial-model1 .testimonial-item .testimonial-top .author img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.testimonial-model1 .testimonial-item .testimonial-body {
  text-align: center;
  margin-top: 90px;
  padding: 0 15px;
}
.testimonial-model1 .testimonial-item .testimonial-body .testimonial-button::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #ff6839;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial-model1 .testimonial-item .testimonial-body p {
  margin-top: 10px;
}
.testimonial-model1 .testimonial-item .testimonial-body .testimonial-button {
  color: #424d58; 
  position: relative;
  margin-top: 20px;
  display: table;
  width: 100%;
}
.testimonial-model1 .testimonial-item:hover .testimonial-top .pic {
  height: 180px;
}
.testimonial-model1 .testimonial-item:hover .testimonial-top .pic img {
  top: 0;
}
.testimonial-model1 .testimonial-item ul.test1-star {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-model1 .testimonial-item ul.test1-star li {
  list-style: none;
}
.testimonial-model1 .testimonial-item ul.test1-star li svg {
  width: 12px;
  fill: #ff6839;
  width: 12px;
}

/*Testimonial Two */

.testimonial-model2 .carousel {
  position:relative
}
.testimonial-model2 .carousel.pointer-event {
  -ms-touch-action:pan-y;
  touch-action:pan-y
}
.testimonial-model2 .carousel-inner {
  position:relative;
  width:100%;
  overflow:hidden
}
.testimonial-model2 .carousel-inner::after {
  display:block;
  clear:both;
  content:""
}
.testimonial-model2 .carousel-item {
  position:relative;
  display:none;
  float:left;
  width:100%;
  margin-right:-100%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  transition:-webkit-transform .6s ease-in-out;
  transition:transform .6s ease-in-out;
  transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition:none
  }
}
.testimonial-model2 .carousel-item-next,
.testimonial-model2 .carousel-item-prev,
.testimonial-model2 .carousel-item.active {
  display:block
}
.testimonial-model2 .active.carousel-item-right,
.testimonial-model2 .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform:translateX(100%);
  transform:translateX(100%)
}
.testimonial-model2 .active.carousel-item-left,
.testimonial-model2 .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform:translateX(-100%);
  transform:translateX(-100%)
}
.testimonial-model2 .carousel-fade .carousel-item {
  opacity:0;
  transition-property:opacity;
  -webkit-transform:none;
  transform:none
}
.testimonial-model2 .carousel-fade .carousel-item-next.carousel-item-left,
.testimonial-model2 .carousel-fade .carousel-item-prev.carousel-item-right,
.testimonial-model2 .carousel-fade .carousel-item.active {
  z-index:1;
  opacity:1
}
.testimonial-model2 .carousel-fade .active.carousel-item-left,
.testimonial-model2 .carousel-fade .active.carousel-item-right {
  z-index:0;
  opacity:0;
  transition:0s .6s opacity
}
@media (prefers-reduced-motion:reduce) {
  .testimonial-model2 .carousel-fade .active.carousel-item-left,
  .testimonial-model2 .carousel-fade .active.carousel-item-right {
    transition:none
  }
}
.testimonial-model2 .carousel-control-next,
.testimonial-model2 .carousel-control-prev {
  position:absolute;
  top:0;
  bottom:0;
  z-index:1;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-pack:center;
  justify-content:center;
  width:15%;
  color:#fff;
  text-align:center;
  opacity:.5;
  transition:opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
  .testimonial-model2 .carousel-control-next,
  .testimonial-model2 .carousel-control-prev {
    transition:none
  }
}
.testimonial-model2 .carousel-control-next:focus,
.testimonial-model2 .carousel-control-next:hover,
.testimonial-model2 .carousel-control-prev:focus,
.testimonial-model2 .carousel-control-prev:hover {
  color:#fff;
  text-decoration:none;
  outline:0;
  opacity:.9
}
.testimonial-model2 .carousel-control-prev {
  left:0
}
.testimonial-model2 .carousel-control-next {
  right:0
}
.testimonial-model2 .carousel-control-next-icon,
.testimonial-model2 .carousel-control-prev-icon {
  display:inline-block;
  width:20px;
  height:20px;
  background:no-repeat 50%/100% 100%
}
.testimonial-model2 .carousel-control-prev-icon {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}
.testimonial-model2 .carousel-control-next-icon {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}
.testimonial-model2 .carousel-indicators {
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  z-index:15;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:center;
  justify-content:center;
  padding-left:0;
  margin-right:15%;
  margin-left:15%;
  list-style:none
}
.testimonial-model2 .carousel-indicators li {
  box-sizing:content-box;
  -ms-flex:0 1 auto;
  flex:0 1 auto;
  width:30px;
  height:3px;
  margin-right:3px;
  margin-left:3px;
  text-indent:-999px;
  cursor:pointer;
  background-color:#fff;
  background-clip:padding-box;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  opacity:.5;
  transition:opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
  .testimonial-model2 .carousel-indicators li {
    transition:none
  }
}
.testimonial-model2 .carousel-indicators .active {
  opacity:1;
}
.testimonial-model2 .carousel-caption {
  position:absolute;
  right:15%;
  bottom:20px;
  left:15%;
  z-index:10;
  padding-top:20px;
  padding-bottom:20px;
  color:#fff;
  text-align:center
}
.testimonial-model2 .testimonial .row-fluid {
  display: flex;
  align-items: center;
}
.testimonial-model2 .testimonial .row-fluid .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
.testimonial-model2 .testimonial .row-fluid .tabs li {
  all: unset;
  display: block;
  position: relative;
} 
.testimonial-model2 .testimonial .row-fluid .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #ff6839;
  border-radius: 50%;
}
.testimonial-model2 .testimonial .row-fluid .tabs li {
  align-self: flex-end;
} 
.testimonial-model2 .testimonial .row-fluid .tabs li::after {
  right: 35px;
  top: 20px;
  z-index: 1;
}
.testimonial-model2 .testimonial .row-fluid .tabs li:nth-child(3n+0)::after {
  right: 30px;
  top: -30px;
  z-index: 1;
}
.testimonial-model2 .testimonial .row-fluid .tabs li figure img {
  margin-left: auto;
}
.testimonial-model2 .testimonial .row-fluid .tabs li:nth-child(2n+0) {
  align-self: flex-start;
}  
.testimonial-model2 .testimonial .row-fluid .tabs li:nth-child(2n+0) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}
.testimonial-model2 .testimonial .row-fluid .tabs li:nth-child(3n+0) {
  align-self: flex-end;
}  
.testimonial-model2 .testimonial .row-fluid .tabs li:nth-child(3n+0) figure img {
  margin-left: auto;
  margin-top: -50px;
}
.testimonial-model2 .testimonial .row-fluid .tabs li:nth-child(3n+0):focus {
  border: 10px solid red;
}
.testimonial-model2 .testimonial .row-fluid .tabs li figure {
  position: relative;
}
.testimonial-model2 .testimonial .row-fluid .tabs li figure img {
  display: block;
  border-radius: 50%;
}
.testimonial-model2 .testimonial .row-fluid .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #eee;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.testimonial-model2 .testimonial .row-fluid .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonial-model2 .testimonial .row-fluid .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}
.testimonial-model2 .testimonial .row-fluid .carousel h3 { 
  margin-top: 23px;
  color: #ffffff;
}
.testimonial-model2 .testimonial .row-fluid .carousel .carousel-indicators {
  all: unset;
  padding-top: 30px;
  display: flex;
  list-style: none;
}
.testimonial-model2 .testimonial .row-fluid .carousel .carousel-indicators li {
  background: #ffffff;
  background-clip: padding-box;
  height: 2px;
}
.testimonial-model2 .testimonial .row-fluid .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}
.testimonial-model2 .testimonial .row-fluid .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}
.testimonial-model2 .testimonial .row-fluid .carousel .carousel-inner .carousel-item .quote-wrapper h4 {
  margin-top: 25px;
  color: #ffffff;
}
.testimonial-model2 .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.testimonial-model2 .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.testimonial-model2 .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.testimonial-model2 .d-lg-block {
  display: block !important;
}
@media only screen and (max-width: 1200px) {
  .testimonial-model2 .testimonial .row-fluid .tabs {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .testimonial-model2 .testimonial .row-fluid .tabs {
    display: none;
  }
}
/* Testimonial 3 */
.testimonial-model3 .lte-inner {
  text-align: center;
  position: relative;
  color: #1d1c1f; 
  margin: 0 auto 10px auto;
  padding: 0px 15px 30px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  z-index: 2; 
  margin-top: 30px;
  background-color: #f5f5f5;
}

.testimonial-model3 .lte-inner .lte-descr {
  z-index: 2;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-clip: border-box; 
  margin: 1px 0 15px;
}
.testimonial-model3 .lte-inner .quote-icon {  
  display: block;
  vertical-align: middle; 
  line-height: 75px;  
  display: inline-block;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: -28px;
  margin-bottom: 0px;
  width: 64px;
  height: 64px;
  background-color: #f6520a; 
  color: #ffffff; 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
}
.testimonial-model3 .lte-inner .quote-icon svg { 
  width: 24px;
  height: 24px;
  fill: #fff;
}
.testimonial-model3 .lte-inner p {
  display: block;
  z-index: 2;
  position: relative;
  font-size: 18px;  
  font-style: italic; 
  padding: 25px 10px 10px;
  margin-bottom: 0;
  line-height: 1.6em;
  color: #666666; 
  font-weight: 400;
} 
.testimonial-model3 .lte-inner .lte-image {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 6px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-clip: border-box;
  position: relative;
  z-index: 2;
}
.testimonial-model3 .lte-inner .lte-header {
  font-size: 16px;
  margin: 4px auto 0px;
  position: relative;
}