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

 Testimonial (section)

 # testimonial container
 # carousel slider slides
 # typography
 # slider container
 # slider pagination

-----------------------------------------------------------------------------------*/
/* Testimonial container */
.site-testimonial {
	background:url(../../assets/images/reviews-bg.jpg) center center no-repeat;
	background-attachment:fixed;
	background-size:cover;
	position:relative;
    margin: 0;
    display: block;
    width: 100%;
   clear: both;
   position:relative;

}

@media screen and (max-width: 767px) {

}

.site-testimonial h1 {
  margin-bottom: 60px;

}

@media screen and (max-width: 767px) {
  .site-testimonial h1 {
    margin-bottom: 40px;
  }
}

.site-testimonial .swiper-slide {
  /* slider slides */
  background-color: #202127;
  border-radius: 0;
  text-align: center;
  padding:20px;
  
  -webkit-box-shadow: 0px 2px 48px 9px rgba(0,0,0,0.43);
	-moz-box-shadow: 0px 2px 48px 9px rgba(0,0,0,0.43);
	box-shadow: 0px 2px 48px 9px rgba(0,0,0,0.43);
}

.site-testimonial .swiper-slide .inner {
  /* slider slides inner */
  background-color: #18191e;
  border-radius: 0;
  padding:0 30px 30px 30px;
  border:#33343c solid 2px;
  
}


@media screen and (max-width: 767px) {
  .site-testimonial .swiper-slide {
    margin-top:60px;
    text-align: center;
  }
}

.site-testimonial p {
  /* paragraph */
  color: #c0bebf;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height:1.7;
  padding:35px 0;
  display: block;
  width: 100%;
  clear: both;
  margin: 0;
  letter-spacing:1px;
}

.site-testimonial h5 {
  /* h5 heading */
  color: #FFFFFF;
  font-family: inherit;
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
  padding: 0;
  display: block;
  width: 100%;
  clear: both;
  margin: 0 0 6px;
  text-transform:uppercase;
}

.site-testimonial h6 {
  /* h6 heading */
  color: #c0bebf;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding: 0;
  display: block;
  width: 100%;
  clear: both;
  margin:15px 0;
}

.site-testimonial figure {
  width: 100px;
  height: 100px;
  margin:0 auto;
  margin-top:-60px;
  background-color: white;
  border-radius: 200px;
  overflow: hidden;
  
  /*width: 110px;
  height: 110px;
  background-color: white;
  border-radius: 200px;
  overflow: hidden;
  position: absolute;
  left: -60px;
  top: 34px;
  bottom: 0;*/
}

@media screen and (max-width: 767px) {
  .site-testimonial figure {
    left: 0;
    top: -60px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.site-testimonial .swiper-container {
  /* slider container */
  max-width: 1280px;
  padding:50px 80px;
}

@media screen and (max-width: 991px) {
  .site-testimonial .swiper-container {
    max-width: 800px;
  }
}

@media screen and (max-width: 767px) {
  .site-testimonial .swiper-container {
    padding: 0;
  }
}

.site-testimonial .swiper-pagination {
  /* slider pagination */
  margin-top:0;
}

@media screen and (max-width: 767px) {
  .site-testimonial .swiper-pagination {
    margin-top: 50px;
  }
}

.site-testimonial .swiper-arrow-container {
  margin-top: 150px;
}