/*-----------------------------------------------------------------------------------

   
    CSS INDEX
    ===================
	
-----------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Delius+Swash+Caps|Playfair+Display:400,700,700i|Raleway:400,400i,500,600,700');

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/


/
/*----------------------------------------*/
/*  18.  Testimonial Area
/*----------------------------------------*/


	<style>
/* Make the section full width */
.testimon-section {
  width: 100%;
  padding: 60px 0;
  background-color: green;
}

/* Center the title */

/* Swiper full width */
.testimon-swiper {
  width: 100%;
  max-width: 100%;
}

/* Remove these if no longer needed */
.swiper-button-prev,
.swiper-button-next {
  display: none;
}


/* Style each testimonial */
.single-testimon {
  text-align: center;
  padding: 40px;
  background: #ffffff;
  margin: 0 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.single

/*----------------------------------------*/
/*  19. Category Banner
/*----------------------------------------*/
