/* ---------------------------------- TESTIMONIAL SLIDER ----------------------- */
/* ---------------------------------- TESTIMONIAL SLIDER ----------------------- */
/* ---------------------------------- TESTIMONIAL SLIDER ----------------------- */
/* ---------------------------------- TESTIMONIAL SLIDER ----------------------- */
.testimonial-slider-container {
	width: 100%;
	float: left;
	padding: 120px 100px;
	text-align: center;
	
}
.testimonial-slider-icon {
  width: 95px;
  height: auto;
}

.testimonial-title {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    line-height: 1.3;
    font-size: 45px;
    color: #fff;
}

.testimonial-slider-container-inner {
    width: 80%;
    margin: 0 auto;
}

.testimonial-slider-container-right {
    font-size: 32px;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
}
.testimonial-slider-container-right span {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    padding-top: 20px;
    display: inline-block;
}
.testimonial-slider-website-link {
    color: #0abfe4;
    text-decoration: underline!important;
		color: #000;

}


/* ------------------- SLIDER CONTROLS ------------------------ */

.mySlides1, .mySlides2 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
    margin-top: 20px;
    width: 900px;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    color: #fff;
    font-weight: bold;
    font-size: 100px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    line-height: 1;
}

a.prev {
    position: absolute;
    left: 0;
    top: 15px;
}
a.next {
    position: absolute;
    right: 0;
    top: 15px;
}
.customer-slider-container-outer a.prev {
    top: 250px!important;
}
.customer-slider-container-outer a.next {
    top: 250px!important;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  color: #42b8b2;
}
/* - SHOW THE FIRST SLIDE RM ----*/
.mySlides2:nth-child(1) {
  display: block;
}
/* - SHOW THE FIRST SLIDE RM ----*/
/* ------------------- SLIDER CONTROLS ------------------------ */

/* ------------------- PAGE SPECIFIC COLOURS ------------------------ */
.about-us .testimonial-slider-container {
	background: #4a1c64!important;
}
.about-us .testimonial-title {
	color: #fff!important;
}
.about-us .testimonial-slider-container-right {
	color: #fff!important;
}
.about-us .testimonial-slider-container-right span {
	color: #fff!important;
}

/* ---------------------------------- TESTIMONIAL SLIDER ----------------------- */
/* ---------------------------------- TESTIMONIAL SLIDER ----------------------- */
/* ---------------------------------- TESTIMONIAL SLIDER ----------------------- */

/* ---------------------------------------------------------- 1200px-------------------- */
@media screen and (max-width:1200px) and (min-width:0) {

	
 	/* ----------------- TESTIMONIALS ----------------- */
	.testimonial-slider-container {
		padding: 80px 100px;
	}
	.slideshow-container {
		margin-top: 50px;
		width: 100%;
	}
 	/* ----------------- TESTIMONIALS ----------------- */
	

}
/* ---------------------------------------------------------- 1200px-------------------- */






/* ---------------------------------------------------------- 992px-------------------- */
@media screen and (max-width:992px) and (min-width:0) {

  .testimonial-slider-icon {
      width: 85px;
      height: auto;
  }
	.testimonial-slider-container {
		padding: 60px 0px;
	}
  .testimonial-title {
      line-height: 1;
  }
    .prev, .next {
      font-size: 80px;  
  }

}
/* ---------------------------------------------------------- 992px-------------------- */



/* ---------------------------------------------------------- 850px-------------------- */
@media screen and (max-width:850px) and (min-width:0) {
	
	
	/* ----------------- TESTIMONIALS ----------------- */
	.testimonial-slider-container-right {
		width: 90%;
		margin: 0 5%;
	}
	/* ----------------- TESTIMONIALS ----------------- */

}
/* ---------------------------------------------------------- 850px-------------------- */





/* ---------------------------------------------------------- 600px-------------------- */
@media screen and (max-width:600px) and (min-width:0) {


	/* ----------------- TESTIMONIALS ----------------- */
  .testimonial-slider-container {
      padding: 50px 0px 60px 0;
  }
  .testimonial-slider-container-right {
      width: 95%;
      margin: 0 2.5%;
  }
  .testimonial-slider-container-right {
      font-size: 28px;
      line-height: 1.2;   
  }
  .prev, .next {
      font-size: 60px;
  }
	/* ----------------- TESTIMONIALS ----------------- */

/* ---------------------------------------------------------- 600px-------------------- */



