/* Testimonial section */

.testimonials {
  margin: 20px 0;
}
.testimonial-image-for-testimonial2-slider{
 width:50%;
}

@media screen and (max-width: 1024px) {
  .testimonials {
    padding: 0;
  }
}

.testimonial-container{
  display: flex;
}

.testimonial-spacer {
  display:block;
  flex: 1;
}
.testimonial-image {
  display:flex;
  flex: 3;
  padding: 40px 0;
  width: 33%;
  justify-content: center;
}
.testimonial-image >img{
  max-width: 100%;
}

.testimonial-text{
  display:flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  flex: 7;
  width: 66%;
}


.testimonial-author-title{
  flex-direction: column;
}
.testimonial-author{
  color: #4E4785;
  margin-top: 32px;
  margin-bottom: 0; 
}
.testimonial-title{
  color: #6B6D6F;
  margin-top: 0;
  margin-bottom: 0; 
}
@media screen and (max-width: 1024px) {
  .testimonial-text{

    text-align: center;
    padding: 0;
  }
}



/* Carousel (tiny slider) */

.tns-outer .testimonials {
  padding: 0 !important;
}

.tns-outer .testimonials [hidden] {
  display: none !important;
}

.tns-outer .testimonials [aria-controls],
.tns-outer .testimonials [data-action] {
  cursor: pointer;
}

.testimonials.tns-slider {
  transition: all 0s;
}

.testimonials.tns-slider > .tns-item {
  box-sizing: border-box;
}

.testimonials .tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.testimonials.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}

.testimonials.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.testimonials.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: '';
  display: table;
}

.testimonials.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.testimonials.tns-no-calc {
  left: 0;
  position: relative;
}

.testimonials.tns-gallery {
  left: 0;
  position: relative;
}

.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.tns-nav {
  margin: 20px 0;
  text-align: center;
}

.tns-nav > [aria-controls] {
  background-color: #ddd;
  border: 0;
  border-radius: 50%;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  width: 12px;
}

.tns-nav .tns-nav-active {
  background-color: #4E4785;
}
