Testimonials Elements

4 Testimonials Layout

Testimonials style 1

Lorem ipsum dolor sit amet luctus. Gravida dui amet at.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,Ipsum has been the industry's standard dummy text ever since the 1500s

Joy Rahul

Student ABC Collage

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,Ipsum has been the industry's standard dummy text ever since the 1500s

Joy Rahul

Student ABC Collage

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,Ipsum has been the industry's standard dummy text ever since the 1500s

Joy Rahul

Student ABC Collage

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,Ipsum has been the industry's standard dummy text ever since the 1500s

Joy Rahul

Student ABC Collage

	var testimonialSlider1 = new Swiper('.testimonial-slider-1', {
		slidesPerView: 1,
		spaceBetween: 30,
		autoplay: true,
		speed: 1000,
		loop: true,
		centeredSlides: true,
		navigation:{
			nextEl: '.testimonial-next',
			prevEl: '.testimonial-prev',
		},
		 breakpoints: {
			991:{
				slidesPerView: 3
			}
		}
	});

Testimonials style 2

Lorem ipsum dolor sit amet luctus. Gravida dui amet at.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the top industry's.

Joy Rahul | Student

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the top industry's.

Harshad Patel | Student

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the top industry's.

Rahul Rehana | Student

	var testimonialSlider2 = new Swiper('.testimonial-slider-2', {
		slidesPerView: 1,
		spaceBetween: 30,
		autoplay: true,
		speed: 1000,
		pagination:{
			el: '.testimonial-pagination',
			clickable: true
		}
	});

Testimonials style 3

Lorem ipsum dolor sit amet luctus. Gravida dui amet at.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Joy Rahul | Student

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Harshad Patel | Student

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Rahul Rehana | Student

var testimonialSlider3 = new Swiper('.testimonial-slider-3', {
		effect: 'flip',
		grabCursor: true,
		navigation: {
			nextEl: '.testimonial-next',
			prevEl: '.testimonial-prev',
		},
	});

Testimonials style 4

Lorem ipsum dolor sit amet luctus. Gravida dui amet at.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's book.

Frank Rosh

Buyer, USA

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's book.

Frank Rosh

Buyer, USA

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's book.

Frank Rosh

Buyer, USA

	var testimonialSlider4 = new Swiper('.testimonial-slider-4', {
		slidesPerView: 1,
		spaceBetween: 30,
		autoplay: true,
		speed: 1000,
		pagination:{
			el: '.testimonial-pagination',
			clickable: true
		}
	});