.new-bg-dark {
    background-color: #1E1E1E;
}
.testimonial-v6-wrapper {
	padding-bottom: 120px
}
.testimonial-v6-wrapper .section-header span{
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.testimonial-slider-v6 {
	position: relative;
	z-index: 2;
}
.testimonial-slider-v6 .slick-slide > div {
  padding: 0 15px;
}
.testimonial-single {
  position: relative;
  display: block;
  padding-top: 24px;
  z-index: 1;
}
.testimonial-single .quote-icon {
  position: absolute;
  top: 0;
  left: 45px;
  z-index: 2;
}
.testimonial-single .quote-icon i{
	font-size: 65px;
  	color: #013b72;
}
.testimonial-single-inner {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgb(0, 0, 0, 0.05);
  padding: 61px 45px 50px;
}
.testimonial-single-inner .rating-box {
  position: absolute;
  top: -10px;
  right: 0px;
  display: block;
  background: #009DFF;
  padding: 6px 30px 6px;
  border-radius: 0;
  z-index: 5;
}
.rating-box ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.rating-box ul li {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  line-height: 0;
}
.testimonial-single-inner .rating-box ul li i {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
}
.testimonial-single .text-box {
  position: relative;
  display: block;
}
.testimonial-single .text-box p {
  font-size: 19px;
  line-height: 31px;
}
.testimonial-single .client-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 26px;
}
.testimonial-single .client-info .img-box {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
}
.testimonial-single .client-info .img-box .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 18px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: #013b72;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 2;
}
.testimonial-single .client-info .img-box .inner {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
}
.testimonial-single .client-info .img-box img {
  width: 100%;
}
.testimonial-single .client-info .text-box {
  position: relative;
  display: block;
  margin-left: 35px;
  flex: 1;
}
.testimonial-single .client-info .text-box h3 {
  color: #000;
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 2px;
  margin-top: 0;
}
.testimonial-single .client-info .text-box p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.testimonial-slider-v6 .slick-arrow:before {
	color: #222;
  font-size: 18px;
  opacity: 1;
  height: 45px;
  width: 45px;
  border-radius: 0;
  border: 0;
  display: block;
  line-height: 45px;
  background: transparent;
  transition: all 0.55s ease-in-out;
  background: #fff;
  font-family: "Font Awesome 6 Pro";
}
.testimonial-slider-v6 .slick-arrow:hover:before {
	background: #013b72;
	border-color: #013b72!important;
	color: #fff;
}
.testimonial-slider-v6 .slick-arrow.slick-prev {
	left: auto;
  	right: 70px;
}
.testimonial-slider-v6 .slick-arrow.slick-next {
	right: 0;
}
.testimonial-slider-v6 .slick-arrow.slick-prev::before{
	content: "\f053";
}
.testimonial-slider-v6 .slick-arrow.slick-next::before {
	content: "\f054";
}
.testimonial-slider-v6 .slick-arrow {
	width: 45px;
	height: 45px;
	top: -80px;
	display: block!important;
	z-index: 3;
}
@media (max-width: 767px) {
  .testimonial-slider-v6 .slick-arrow {
    top: -35px;
  }
}
.testimonial-v6-wrapper .shape3 {
  position: absolute;
  bottom: -80px;
  right: -80px;
  opacity: 0.45;
  z-index: 1;
}
.testimonial-v6-wrapper .shape3 img {
	max-width: 150px;
}
.float-bob-x {
    animation: floatingAnimation 6s linear infinite;
}
.testimonial-section-padding .well.custom-testimonial-well {
    border-radius: 20px;
}

@keyframes floatingAnimation {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}



.slider-left-arrow {
  position: absolute;
  color: #fff;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.slider-right-arrow {
  position: absolute;
  color: #fff;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}




.lp-icon-slider-container-right {
  position: absolute;
  right: 39%;
  height: 50px;
  width: 50px;
  background: #3879b7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
}

.lp-icon-slider-container-left {
  position: absolute;
  left: 39%;
  height: 50px;
  width: 50px;
  background: #3879b7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
}

@media (max-width: 767px) {
  .lp-icon-slider-container-right {
    right: 35%;
  }
}
@media (max-width: 767px) {
  .lp-icon-slider-container-left {
    left: 35%;
  }
}
