/*   HPWD
http://hpwebdesign.id
*/

.testimonial-list a img {
	float: left;
	margin: 5px 10px;
}
/*TESTIMONIAL LIST*/
testimonial-list ul li {margin: 0;}
.testimonial-list {
	position: relative;
	margin-top: 60px;}
.testimonial-list li { list-style: none;
	border: 1px solid #ccc; margin-bottom: 40px; padding: 5px; position: relative;}
.testimonial-list li p {
	font-family: Georgia, serif; text-align: left; margin-bottom: 0; font-style: italic; font-size: 1.1em; line-height: 1.5em;}

/* TESTIMONIAL MODULE */
.testimonial_button a {display: inline-block; margin: 10px 0 0 0;}
.box-testimonial { position: relative;
}
.box-testimonial ul {
	height: 330px;
	overflow: hidden; margin: 0; padding: 0;
}

.box-testimonial > div:before, .box-testimonial > div:after {  font-family: georgia;   content: "\201C";     position: absolute;     font-size: 80px;     line-height: 1;     color: #999;
	font-style: normal; }

.box-testimonial > div:before {     top: 0;     left: 3px; z-index: 9; }
.box-testimonial > div:after {     content: "\201D";     right: 10px;     bottom: -0.5em; }

.box-testimonial li {
	list-style: none;
	text-align: left;
	height: 330px;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 30px 15px 10px 10px;
	font-size: 0.9em; color: #666;
	border-radius: 8px;
	font-family: Georgia, serif; font-size: 1em; line-height: 1.5em;
	border-radius: 2px;
	font-style: italic;background: #B7EDFF;
	background-image: linear-gradient(#CEF3FF, #B7EDFF);
}
.box-testimonial .testimonial-author { bottom: 10px;
	color: #000000;
	left: 5px; position: absolute; }
.box-testimonial li p {margin: 0;}
.testimonial-author .city {font-weight: bold;}
.testimonial-list .testimonial-author {
	bottom: 0;
	color: #FFF; position: absolute;
	top: 0;
	margin: -30px 0 0 -6px;
	height: 25px;
	padding: 4px 5px 0 5px;
	background: #38B0E3;
}

.image-testimonial {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2) !important;
}
.image-testimonial:hover {
	-webkit-box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	-moz-box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
	box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1);
}

.star-rating li .fa.fa-star {
	color: #f08300;
}


h1.underline-style,
h2.underline-style,
h3.underline-style,
h4.underline-style,
h5.underline-style {
  margin: 80px 0 50px;
}
05. Nice underline Section Css
---------------------------------------*/
.underline-style::before {
  background-color: #d32f2f;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.underline-style {
  position: relative;
  padding-bottom: 15px;
}
.underline-style::after {
  background-color: #8fbc54;
  bottom: 3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 140px;
  left: calc(50%);
  transform: translateX(-50%);
  height: 3px;
}
.underline-style2::before {
  background-color: #d32f2f;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
}
.underline-style2 {
  position: relative;
  padding-bottom: 15px;
  margin: 30px 0;
}
.underline-style3::before {
  background-color: #d32f2f;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.underline-style3 {
  position: relative;
  padding-bottom: 15px;
  margin: 30px 0;
}
/* ------------------------------------
32. Testimonial List Style 8 Css
---------------------------------------*/
.list-style-8 .testimonial {
  margin: 20px 0;
}
.list-style-8 .testimonial .description {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #696969;
  padding: 25px 20px;
  border: 1px solid #8fbc54;
}
    
 .list-style-8 .testimonial .description {
    position: relative;
    font-size: 14px;
    color: #575757;
    padding: 10px 15px;
    border: 1px solid #8fbc54;
    line-height: 1.7em;
    border-radius: 3px;
}
    
.list-style-8 .testimonial .description:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-style: none none solid solid;
  border-width: 0 0 1px 1px;
  border-color: #8fbc54;
  position: absolute;
  bottom: -11px;
  left: 6%;
  transform: skewY(-45deg);
}
.list-style-8 .testimonial .social-links {
  padding: 0;
  margin: 0;
  text-align: right;
}
.list-style-8 .testimonial .social-links li {
  list-style: none;
  margin-right: 5px;
  display: inline-block;
  background-color: #7f352f;
}
.list-style-8 .testimonial .social-links li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.list-style-8 .testimonial .social-links li a:hover {
  text-decoration: none;
}
.list-style-8 .testimonial .social-links li a.fa-instagram:hover {
  background: #325c86;
  border-color: #325c86;
}
.list-style-8 .testimonial .social-links li a.fa-twitter:hover {
  background: #5ea9dd;
  border-color: #5ea9dd;
}
.list-style-8 .testimonial .social-links li a.fa-pinterest:hover {
  background: #cb2027;
  border-color: #cb2027;
}
.list-style-8 .testimonial .social-links li a.fa-linkedin:hover {
  background: #0177b5;
  border-color: #0177b5;
}
.list-style-8 .testimonial .image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px 30px;
  display: inline-block;
  float: left;
}
.list-style-8 .testimonial .image img {
  width: 100%;
  height: auto;
}
.list-style-8 .testimonial .testimonial-title {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 35px;
  font-size: 14px;
  font-weight: bold;
}
.list-style-8 .testimonial .testimonial-title span {
  color: #373737;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.list-style-8 .testimonial .testimonial-title small {
  display: block;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}
.list-style-8 .testimonial .client-rating {
  margin-bottom: 5px;
}
.list-style-8 .testimonial .client-rating i {
  color: #ffd906;
  margin-bottom: 5px;
}
