/*
author: Boostraptheme
author URL: https://boostraptheme.com
License: Creative Commons Attribution 4.0 Unported
License URL: https://creativecommons.org/licenses/by/4.0/
*/ 

/*====================================================
                       CLIENT
======================================================*/

#client {
	padding-bottom: 50px;
	background: #f0f0f0;
	margin:0;
}
#client .title-bar {
	padding: 0 0 50px;
}

#client .title-bar p {padding-bottom:0px}

.client-cont {
	width: 500px;
	padding: 30px;
	background: #fff;
	margin: 0 auto;
	border-bottom: 5px solid #A2CE84;
}
.client-cont img {
	height: 90px;
	width: 90px;
	margin-right: 35px;
	border-radius: 50%;
	float: left;
}
.client-cont h5 {
	padding-top: 10px;
	height: 45px;
	line-height: 45px;
}
.client-cont h6 {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 25px;
}
.client-cont i {
	font-size: 20px;
	color: orange;
}
.client-cont p {
	padding: 5px 30px;
}
@media (max-width: 991px) {
	.client-cont {
		width: 330px;
		padding: 30px;
		background: #fff;
		margin: 0 auto;
	}
	.client-cont p {
		width: 320px;
		padding: 5px 30px;
	}
}
@media (max-width: 767px) {
	.client-cont {
		width: 100%;
		padding: 30px;
		background: #fff;
		margin: 0 auto;
		margin-top: 20px;
	}
	.client-cont p {
		width: 100%;
		padding: 5px 30px;
	}
}


/*====================================================
                   TESTIMONIALS-P1
======================================================*/
 

.testimonials-p1-bg {
    background-image: url(../img/image-2.jpg);
    background-repeat: none;
}
 
#testimonials-p1 .testimonials-p1-pos{
	/*height: 600px;*/
	width: 100%;
	padding:100px 0;
}

.testimonial img {
    max-width: 120px;
    margin: 0 auto;
}

.testimonial blockquote {
    border: 0;
    font-family: Georgia, sans-serif;
    font-style: italic;
    color: #fff;
    padding: 20px 35px;
    position: relative;
}

.testimonial p {
    color: #fff;
}

.testimonial blockquote::before,
.testimonial blockquote::after {
    font-size: 50px;
    font-style: normal;
    line-height: 1;
    width: 30px;
    height: 30px;
    position: absolute;
}

.testimonial blockquote::before {
    content: "\201C";
    top: 0;
    left: 10px;
}

.testimonial blockquote::after {
    content: "\201D";
    bottom: 0;
    right: 50px;
}

.testimonial-author p {
    color: #fff;
    font-size: 17px;
}

.testimonial-author p strong {
    display: block;
}


/*====================================================
                   TESTIMONIALS-P2
======================================================*/
.testimonials-p2{
    padding: 0px 0 100px 0;
}

.testimonials-p2 .client-cont{
    margin-top: 30px;
    border-bottom: 5px solid orange;
}