#Section6 .sch-style-1,
#Section6 .sch-style-3,
#Section6 .sch-style-5 {
    background: #e5e5e5;
    padding: 100px 0;
    display: inline-block;
    width: 100%;
}

#Section6 .sch-style-2,
#Section6 .sch-style-4 {
    padding: 100px 0;
    display: inline-block;
    width: 100%;
}

#Section6 .sch-testimonial {
    width: 31.5%;
    float: left;
    margin-right: 30px;
    box-shadow: 0 1px 6px 0 rgba(104, 104, 104, 0.2), 0 1px 22px 0 rgba(165, 165, 165, 0.2);
    position: relative;
}

#Section6 .sch-testimonial .fa.fa-quote-left {
    padding: 20px;
    color: #fff;
    position: absolute;
    top: -10px;
    left: 10px;
}

#Section6 .sch-testimonial .sch-description {
    padding: 20px;
}

#Section6 .sch-testimonial .sch-description p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
	line-height: 1.5;
}

#Section6 .sch-img {
    width: 150px;
    margin: 10px auto;
    height: 150px;
	position: relative;
}

#Section6 .sch-img:hover img {
    transform: rotate3d(0, 1, 0, 180deg);
	transition: transform 0.5s ease-in-out;
}

#Section6 .sch-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #fff;	
}

#Section6 .sch-testimonial:last-child {
    margin-right: 0;
}

#Section6 .sch-name {
    padding: 20px;
    background: #298ed3;
	position: relative;
}

#Section6 .sch-name h3 {
    text-align: left;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: normal;
    padding: 0;
	margin-bottom: 0;
    font-style: italic;
}

#Section6 .sch-name .sch-start {
    position: absolute;
    right: 20px;
    top: 25px;
	color:#fff;
}

#Section6 .sch-info {
    color: #222;
}

#Section6 .sch-style-1 .sch-testimonial .sch-description {
    background-color: #4d61c3;
}

#Section6 .sch-style-1 .sch-testimonial .fa.fa-quote-left {
    background: #3d4ea0;
}

#Section6 .sch-style-1 .sch-name {
    background: #3d4ea0;
}

#Section6 .sch-style-2 .sch-testimonial .sch-description {
    background-color: #37b737;
}

#Section6 .sch-style-2 .sch-testimonial .fa.fa-quote-left {
    background: #2c922c;
}

#Section6 .sch-style-2 .sch-name {
    background: #2c922c;
}

#Section6 .sch-style-3 .sch-testimonial .sch-description {
    background-color: #ff8400;
}

#Section6 .sch-style-3 .sch-testimonial .fa.fa-quote-left{
    background: #cb6c06;
}

#Section6 .sch-style-3 .sch-name {
    background: #cb6c06;
}

#Section6 .sch-style-4 .sch-testimonial .sch-description {
    background-color: #e81e8b;
}

#Section6 .sch-style-4 .sch-testimonial .fa.fa-quote-left {
    background: #c41a76;
}

#Section6 .sch-style-4 .sch-name {
    background: #c41a76;
}

#Section6 .sch-style-5 .sch-testimonial .sch-description {
    background-color: #34ADFF;
}

#Section6 .sch-style-5 .sch-testimonial .fa.fa-quote-left {
    background: #298ed3;
}

#Section6 .sch-style-5 .sch-name {
    background: #298ed3;
}

#Section6 .sch-social {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#Section6 .sch-social i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
	border-radius:5px;
}

#Section6 .sch-social a{
    margin-right: 10px;
}

#Section6 .sch-social a:last-child {
	margin-right:0;
}

@media (min-width:1024px) and (max-width:1199px) {
    #Section6 .sch-testimonial {
        width: 31%;
    }
}

@media (min-width:980px) and (max-width:1023px) {
	#Section6 .sch-testimonial {
		width: 47.5%;
	}
	#Section6 .sch-testimonial:nth-child(2),#Section6 .sch-testimonial:nth-child(3) {
		margin-bottom:30px;
    }
	#Section6 .sch-testimonial:nth-child(2),#Section6 .sch-testimonial:nth-child(4) {
        margin-right:15px;
		margin-left:0;
    }
	#Section6 .sch-testimonial:nth-child(3),#Section6 .sch-testimonial:nth-child(5) {
        margin-left:15px;
		margin-right:0;
    }
}

@media (min-width:768px) and (max-width:979px) {
    #Section6 .sch-testimonial {
		width: 47.5%;
	}
	#Section6 .sch-testimonial:nth-child(2),#Section6 .sch-testimonial:nth-child(3) {
		margin-bottom:30px;
    }
	#Section6 .sch-testimonial:nth-child(2),#Section6 .sch-testimonial:nth-child(4) {
        margin-right:15px;
		margin-left:0;
    }
	#Section6 .sch-testimonial:nth-child(3),#Section6 .sch-testimonial:nth-child(5) {
        margin-left:15px;
		margin-right:0;
    }
}

@media (min-width:640px) and (max-width:767px) {
   #Section6 .sch-testimonial {
		width: 47%;
	}
    #Section6 .sch-img {
        width: 100px;
        margin: 10px auto;
        height: 100px;
    }
	#Section6 .sch-testimonial:nth-child(2),#Section6 .sch-testimonial:nth-child(3) {
		margin-bottom:30px;
    }
	#Section6 .sch-testimonial:nth-child(2),#Section6 .sch-testimonial:nth-child(4) {
        margin-right:15px;
		margin-left:0;
    }
	#Section6 .sch-testimonial:nth-child(3),#Section6 .sch-testimonial:nth-child(5) {
        margin-left:15px;
		margin-right:0;
    }
	#Section6 .sch-social a {
		margin-right: 5px;
	}
	#Section6 .sch-name .sch-start {
		position: relative;
		right: 0;
		top: 0;
		color: #fff;
	}
	
}

@media (min-width:480px) and (max-width:639px) {
    #Section6 .sch-testimonial {
		width: 100%;
	}
	#Section6 .sch-testimonial:nth-child(2),#Section6 .sch-testimonial:nth-child(3),#Section6 .sch-testimonial:nth-child(4) {
		margin-bottom:30px;
    }
	#Section6 .sch-testimonial:nth-child(2),#Section6 .sch-testimonial:nth-child(4) {
        margin-right:0;
		margin-left:0;
    }
	#Section6 .sch-testimonial:nth-child(3),#Section6 .sch-testimonial:nth-child(5) {
        margin-left:0;
		margin-right:0;
    }
}

@media only screen and (max-width:479px) {
    #Section6 .sch-testimonial {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        margin-left: 0;
    }
	#Section6 .sch-testimonial:last-child{
        margin-bottom: 0px;
    }
}