#Section3 .sch-testimonial {
    width: 29.7%;
    position: relative;
    margin-top: 95px;
    float: left;
}

#Section3 .sch-testimonial:nth-child(3) {
    margin-left: 50px;
    margin-right: 50px;
}
#Section3 .sch-testimonial:last-child {
    margin-right: 0;
}

#Section3 .sch-testimonial .sch-img {
    width: 100%;
}

#Section3 .sch-testimonial .sch-img img {

    width: 260px;
    height: 260px;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    margin: 0 auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
#Section3 .sch-testimonial:hover .sch-img img {

    -webkit-transform: scale(0.95);
	transform: scale(0.95);
	border-width:2px;
	border-style:dotted;

}

#Section3 .sch-testimonial .sch-top {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 160px;
}

#Section3 .sch-testimonial .sch-info {
    position: absolute;
    width: 200px;
    transform: rotate(90deg);
    background: #fff;
    text-align: center;
    right: -100px;
    top: 40%;
    left: auto;
    height: 45px;
    line-height: normal;
}

#Section3 .sch-testimonial .sch-name {
    font-weight: bold;
    text-transform: uppercase;
}

#Section3 .sch-testimonial .sch-description .fa.fa-quote-left {
    margin-right: 5px;
}

#Section3 .sch-testimonial .sch-description .fa.fa-quote-right {
    margin-left: 5px;
}

#Section3 .sch-testimonial .sch-description {
    text-align: center;
    padding-top: 30px;
    position: relative;
    letter-spacing: 1;
	line-height: 1.5;
}

#Section3 .sch-testimonial .sch-description::before {
    content: "";
    width: 50px;
    height: 4px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (min-width:1024px) and (max-width:1199px) {
    #Section3 .sch-testimonial .sch-img img {
        width: 200px;
        height: 200px;
    }
    #Section3 .sch-testimonial .sch-top {
        padding-top: 100px;
    }
    #Section3 .sch-testimonial .sch-info {
        right: -95px;
        height: 40px;
    }
	#Section3 .sch-testimonial {
		width: 29.3%;
	}
	#Section3 .sch-testimonial .sch-img::after {
		border-left: 65px solid transparent;
		border-right: 65px solid transparent;
		bottom: 160px;
	}
}

@media (min-width:980px) and (max-width:1023px) {
	#Section3 .sch-testimonial .sch-img img {
        width: 235px;
        height: 235px;
    }
	#Section3 .sch-testimonial .sch-top {
		padding-top: 135px;
	}
    #Section3 .sch-testimonial {
        width: 45%;
    }
	#Section3 .sch-testimonial:nth-child(2),#Section3 .sch-testimonial:nth-child(4) {
        margin-left: 0;
		margin-right:25px;
    }
    #Section3 .sch-testimonial:nth-child(3) {
        margin-right: 0;
		margin-left:25px;
    }
	#Section3 .sch-testimonial:nth-child(4) {
		margin-top: 125px;
	}
}

@media (min-width:768px) and (max-width:979px) {
	#Section3 .sch-testimonial .sch-img img {
        width: 235px;
        height: 235px;
    }
	#Section3 .sch-testimonial .sch-top {
		padding-top: 135px;
	}
    #Section3 .sch-testimonial {
        width: 45%;
    }
	#Section3 .sch-testimonial:nth-child(2),#Section3 .sch-testimonial:nth-child(4) {
        margin-left: 0;
		margin-right:25px;
    }
    #Section3 .sch-testimonial:nth-child(3) {
        margin-right: 0;
		margin-left:25px;
    }
	#Section3 .sch-testimonial:nth-child(4) {
		margin-top: 125px;
	}
}

@media (min-width:640px) and (max-width:767px) {
    #Section3 .sch-testimonial {
        width: 44%;
    }
    #Section3 .sch-testimonial .sch-img img {
        width: 165px;
		height:165px;
    }
	#Section3 .sch-testimonial .sch-start i {
		margin-right: 5px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	#Section3 .sch-testimonial .sch-top {

		padding-top: 65px;

	}
	#Section3 .sch-testimonial .sch-description {

		letter-spacing: 0;

	}
	#Section3 .sch-testimonial:nth-child(2),#Section3 .sch-testimonial:nth-child(4) {
        margin-left: 0;
		margin-right:25px;
    }
    #Section3 .sch-testimonial:nth-child(3) {
        margin-right: 0;
		margin-left:25px;
    }
	#Section3 .sch-testimonial:nth-child(4) {
		margin-top: 125px;
	}
	#Section3 .sch-testimonial .sch-start a {
		margin-right: 5px!important;
	}
	#Section3 .sch-testimonial .sch-start i {
		width: 30px!important;
		height: 30px!important;
		line-height: 30px!important;
	}
}

@media (min-width:480px) and (max-width:639px) {
    #Section3 .sch-testimonial {
        width: 80%;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    #Section3 .sch-testimonial .sch-info {
        right: -95px;
    }
    #Section3 .sch-testimonial:last-child {
        margin-right: auto;
    }
	#Section3 .sch-testimonial:nth-child(2) {
		margin-top: 125px;
	}
	#Section3 .sch-testimonial:nth-child(3) {
		margin-top: 125px;
	}
	#Section3 .sch-testimonial:nth-child(4) {
		margin-top: 125px;
	}
	#Section3 .sch-testimonial-title {
		text-align:center;
	}
	#Section3 .sch-testimonial .sch-description {

		letter-spacing: 0.5;

	}
}

@media only screen and (max-width:479px) {
    #Section3 .sch-testimonial {
        width: 80%;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    #Section3 .sch-testimonial .sch-info {
        right: -95px;
    }
    #Section3 .sch-testimonial:last-child {
        margin-right: auto;
    }
    #Section3 .sch-testimonial .sch-img img {
        width: 160px;
		height: 160px;
    }
	#Section3 .sch-testimonial:nth-child(2) {
		margin-top: 125px;
	}
	#Section3 .sch-testimonial:nth-child(3) {
		margin-top: 125px;
	}
	#Section3 .sch-testimonial:nth-child(4) {
		margin-top: 125px;
	}
	#Section3 .sch-testimonial:nth-child(3) {
		margin-left: auto;
		margin-right: auto;
	}
	#Section3 .sch-testimonial-title {
		text-align:center;
	}
	
	#Section3 .sch-testimonial .sch-start i {
		width: 30px!important;
		height: 30px!important;
		line-height: 30px!important;
	}
	#Section3 .sch-testimonial .sch-start a {
		margin-right: 5px!important;
	}
	#Section3 .sch-testimonial .sch-top {

		padding-top: 60px;

	}
	#Section3 .sch-testimonial .sch-description {

		letter-spacing: 0;
		font-size: 14px;

	}
}

#Section3 .sch-style-1,
#Section3 .sch-style-3,
#Section3 .sch-style-5 {
    background: #e5e5e5;
    padding: 100px 0;
    display: inline-block;
    width: 100%;
}

#Section3 .sch-style-2,
#Section3 .sch-style-4 {
    padding: 100px 0;
    display: inline-block;
    width: 100%;
}
#Section3 .sch-testimonial {
    border-width: 3px;
	border-style: solid;
}
#Section3 .sch-testimonial:hover {
    border-style: dotted;
}

#Section3 .sch-style-1 .sch-testimonial {
    border-color: #34ADFF;
}

#Section3 .sch-style-1 .sch-testimonial .sch-name {
    color: #34ADFF;
}

#Section3 .sch-style-1 .sch-testimonial .sch-description .fa.fa-quote-left {
    color: #34ADFF;
}

#Section3 .sch-style-1 .sch-testimonial .sch-description .fa.fa-quote-right {
    color: #34ADFF;
}

#Section3 .sch-style-1 .sch-testimonial .sch-start i{
	border-color: #34ADFF;
	color: #34ADFF;
}

#Section3 .sch-style-1 .sch-testimonial .sch-description::before {
    background:#34ADFF;
}

#Section3 .sch-style-2 .sch-testimonial {
    border-color: #4d61c3;
}

#Section3 .sch-style-2 .sch-testimonial .sch-name {
    color: #4d61c3;
}

#Section3 .sch-style-2 .sch-testimonial .sch-description .fa.fa-quote-left {
    color: #4d61c3;
}

#Section3 .sch-style-2 .sch-testimonial .sch-description .fa.fa-quote-right {
    color: #4d61c3;
}

#Section3 .sch-style-2 .sch-testimonial .sch-start i{
	border-color: #4d61c3;
	color: #4d61c3;
}

#Section3 .sch-style-2 .sch-testimonial .sch-description::before {
    background:#4d61c3;
}

#Section3 .sch-style-3 .sch-testimonial {
    border-color: #e81e8b;
}

#Section3 .sch-style-3 .sch-testimonial .sch-name {
    color: #e81e8b;
}

#Section3 .sch-style-3 .sch-testimonial .sch-description .fa.fa-quote-left {
    color: #e81e8b;
}

#Section3 .sch-style-3 .sch-testimonial .sch-description .fa.fa-quote-right {
    color: #e81e8b;
}

#Section3 .sch-style-3 .sch-testimonial .sch-start i{
	border-color: #e81e8b;
	color: #e81e8b;
}

#Section3 .sch-style-3 .sch-testimonial .sch-description::before {
    background:#e81e8b;
}

#Section3 .sch-style-4 .sch-testimonial {
    border-color: #ff8400;
}

#Section3 .sch-style-4 .sch-testimonial .sch-name {
    color: #ff8400;
}

#Section3 .sch-style-4 .sch-testimonial .sch-description .fa.fa-quote-left {
    color: #ff8400;
}

#Section3 .sch-style-4 .sch-testimonial .sch-description .fa.fa-quote-right {
    color: #ff8400;
}

#Section3 .sch-style-4 .sch-testimonial .sch-start i{
	border-color: #ff8400;
	color: #ff8400;
}

#Section3 .sch-style-4 .sch-testimonial .sch-description::before {
    background:#ff8400;
}

#Section3 .sch-style-5 .sch-testimonial {
    border-color: #37b737;
}

#Section3 .sch-style-5 .sch-testimonial .sch-name {
    color: #37b737;
}

#Section3 .sch-style-5 .sch-testimonial .sch-description .fa.fa-quote-left {
    color: #37b737;
}

#Section3 .sch-style-5 .sch-testimonial .sch-description .fa.fa-quote-right {
    color: #37b737;
}

#Section3 .sch-style-5 .sch-testimonial .sch-start i{
	border-color: #37b737;
	color: #37b737;
}

#Section3 .sch-style-5 .sch-testimonial .sch-description::before {
    background:#37b737;
}

#Section3 .sch-style-1 .sch-testimonial:hover .sch-img img {

	border-color:#34ADFF;

}
#Section3 .sch-style-2 .sch-testimonial:hover .sch-img img {

	border-color:#4d61c3;

}
#Section3 .sch-style-3 .sch-testimonial:hover .sch-img img {

	border-color:#e81e8b;

}
#Section3 .sch-style-4 .sch-testimonial:hover .sch-img img {

	border-color:#ff8400;

}
#Section3 .sch-style-5 .sch-testimonial:hover .sch-img img {

	border-color:#37b737;

}

#Section3 .sch-testimonial .sch-start {
    text-align: center;
    margin: 30px 0;
}

#Section3 .sch-testimonial .sch-start a{
    margin-right:10px;
}

#Section3 .sch-testimonial .sch-start i{
	width:40px;
	height:40px;
	line-height:40px;
	border: 1px solid;
}

#Section3 .sch-testimonial .sch-start a:last-child{
    margin-right:0;
}