
#Section2 .sch-testimonial {
    box-shadow: 0 1px 6px 0 rgba(104, 104, 104, 0.2), 0 1px 22px 0 rgba(165, 165, 165, 0.2);
    width: 31.5%;
    float: left;
}

#Section2 .sch-testimonial:hover {

    border-radius: 10px;
	transform: scale(1.1);
}

#Section2 .sch-testimonial:hover .sch-top {

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

#Section2 .sch-testimonial:hover .sch-info {

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

#Section2 .sch-testimonial:nth-child(3) {
    margin-left: 30px;
    margin-right: 30px;
}

#Section2 .sch-testimonial .sch-top {
    position: relative;
}

#Section2 .sch-testimonial .sch-img {
    position: absolute;
    width: 45%;
    right: 0;
    bottom: 0;
    text-align: right;
}

#Section2 .sch-testimonial .sch-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
	color: #888;
}

#Section2 .sch-testimonial .sch-img img {
    width: 100%;
}

#Section2 .sch-testimonial .sch-description {
    width: 60%;
    padding-top: 50px;
    color: #fff;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
    font-size: 16px;
	line-height: 1.5;
	text-align:center;
}

#Section2 .sch-testimonial .sch-description .sch-social {
    margin: 20px 0;
}

#Section2 .sch-testimonial .sch-description .sch-social a{
	margin-right:10px;
	color:#fff;
}
 

#Section2 .sch-testimonial .sch-description .sch-social i {
    width:40px;
	height:40px;
	line-height:40px;
	-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	text-align: center;
	box-shadow: 0 1px 6px 0 rgba(104, 104, 104, 0.2), 0 1px 22px 0 rgba(165, 165, 165, 0.2);
	font-size:14px;
}

#Section2 .sch-testimonial .sch-description .sch-social a:last-child {
	margin-right:0;
}

#Section2 .sch-testimonial .sch-info {
    padding: 25px;
    position: relative;
    width: 100%;
}

#Section2 .sch-testimonial .sch-name {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

#Section2 .sch-testimonial .sch-job {
    color: #fff;
    font-size: 14px;
    line-height: normal;
    margin-top: 10px;
}

#Section2 .sch-testimonial .sch-star {
    color: #fff;
}

#Section2 .sch-testimonial .sch-button {
    position: absolute;
    color: #fff;
    width: 100px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    border-radius: 5px;
    right: 25px;
    top: 25px;
    box-shadow: 0 1px 6px 0 rgba(104, 104, 104, 0.2), 0 1px 22px 0 rgba(165, 165, 165, 0.2);
    cursor: pointer;
}

@media (min-width:1024px) and (max-width:1199px) {
    #Section2 .sch-testimonial .sch-description {
		font-size: 14px;
		padding-right: 10px;
		padding-left: 10px;
	}
	#Section2 .sch-testimonial .sch-description .sch-social a{
		margin-right: 2px;
	}
    #Section2 .sch-testimonial .sch-name {
        font-size: 16px;
    }
    #Section2 .sch-testimonial .sch-job {
        color: #fff;
        width: 50%;
        line-height: normal;
    }
    #Section2 .sch-testimonial .sch-button {
        top: 40px;
    }
    #Section2 .sch-testimonial {
		width: 31% !important;
		float: left !important;
		margin-top: 0px!important;
		margin-bottom: 0px!important;
	}
	#Section2 .sch-testimonial .sch-img {
		width: 50%;
	}
}

@media (min-width:980px) and (max-width:1023px) {
	#Section2 .sch-testimonial {
		width: 47.5%;
	}
	#Section2 .sch-testimonial:nth-child(2) {
		margin-right: 15px;
		margin-left: 0;
		margin-bottom:30px;
	}
    #Section2 .sch-testimonial:nth-child(3) {
		margin-left: 15px;
		margin-right: 0;
		margin-bottom:30px;
	}
	#Section2 .sch-testimonial .sch-description {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width:768px) and (max-width:979px) {
	#Section2 .sch-testimonial {
		width: 47.5%;
	}
	#Section2 .sch-testimonial:nth-child(2) {
		margin-right: 15px;
		margin-left: 0;
		margin-bottom:30px;
	}
    #Section2 .sch-testimonial:nth-child(3) {
		margin-left: 15px;
		margin-right: 0;
		margin-bottom:30px;
	}
	#Section2 .sch-testimonial .sch-description {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width:640px) and (max-width:767px) {
    #Section2 .sch-testimonial {
		width: 70%;
		margin-bottom: 30px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
    #Section2 .sch-testimonial:nth-child(3) {
        margin-left: auto;
        margin-right: auto;
    }
	#Section2 .sch-testimonial .sch-icon {
		right: 15px;
	}
	#Section2 .sch-testimonial:last-child {
        margin-bottom:0;
    }
	#Section2 .sch-testimonial-title {
		text-align:center;
	}
	#Section2 .sch-testimonial .sch-description {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width:480px) and (max-width:639px) {
	#Section2 .sch-testimonial {
		width: 70%;
		margin-bottom: 30px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
    #Section2 .sch-testimonial:nth-child(3) {
        margin-left: auto;
        margin-right: auto;
    }
	#Section2 .sch-testimonial .sch-icon {
		right: 15px;
	}
	#Section2 .sch-testimonial:last-child {
        margin-bottom:0;
    }
	#Section2 .sch-testimonial-title {
		text-align:center;
	}
	#Section2 .sch-testimonial .sch-description {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width:320px) and (max-width:479px) {
    #Section2 .sch-testimonial {
        width: 100%;
        margin-bottom: 30px;
		float: none;
		margin-left: auto;
		margin-right: auto;
    }
    #Section2 .sch-testimonial:nth-child(3) {
        margin-left: auto;
        margin-right: auto;
    }
	#Section2 .sch-testimonial:last-child {
        margin-bottom:0;
    }
    #Section2 .sch-testimonial .sch-name {
        font-size: 16px;
    }
    #Section2 .sch-testimonial .sch-job {
        color: #fff;
        width: 50%;
        line-height: normal;
    }
    #Section2 .sch-testimonial .sch-button {
        top: 40px;
    }
	#Section2 .sch-testimonial .sch-info {
		padding: 25px 10px;
	}
	#Section2 .sch-testimonial .sch-description .sch-social a {
		margin-right: 2px!important;
	}
	#Section2 .sch-testimonial .sch-description {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 14px;
	}
}

#Section2 .sch-style-1,
#Section2 .sch-style-3,
#Section2 .sch-style-5 {
    background: #e5e5e5;
    padding: 100px 0;
    display: inline-block;
    width: 100%;
}

#Section2 .sch-style-2,
#Section2 .sch-style-4 {
    padding: 100px 0;
    display: inline-block;
    width: 100%;
}

#Section2 .sch-style-1 .sch-testimonial .sch-top {
    background-color: #34ADFF;
    background-image: -webkit-linear-gradient(200deg, #fff 35%, #4CBFFF 35%);
}

#Section2 .sch-style-1 .sch-testimonial .sch-info {
    background: #298ed3;
}

#Section2 .sch-style-1 .sch-testimonial .sch-button {
    background: #34ADFF;
}

#Section2 .sch-style-1 .sch-testimonial .sch-button:hover {
    color: #298ed3;
    background: #fff;
}

#Section2 .sch-style-1 .sch-testimonial .sch-description .sch-social i {
	background: #298ed3;
}

#Section2 .sch-style-2 .sch-testimonial .sch-top {
    background-color: #4d61c3;
    background-image: -webkit-linear-gradient(200deg, #fff 35%, #4d61c3 35%);
}

#Section2 .sch-style-2 .sch-testimonial .sch-info {
    background: #3d4ea0;
}

#Section2 .sch-style-2 .sch-testimonial .sch-button:hover {
    color: #3d4ea0;
    background: #fff;
}

#Section2 .sch-style-2 .sch-testimonial .sch-description .sch-social i {
	background: #3d4ea0;
}

#Section2 .sch-style-2 .sch-testimonial .sch-button {
    background: #4d61c3;
}

#Section2 .sch-style-3 .sch-testimonial .sch-top {
    background-color: #e81e8b;
    background-image: -webkit-linear-gradient(200deg, #fff 35%, #e81e8b 35%);
}

#Section2 .sch-style-3 .sch-testimonial .sch-info {
    background: #c41a76;
}
#Section2 .sch-style-3 .sch-testimonial .sch-button:hover {
    color: #c41a76;
    background: #fff;
}

#Section2 .sch-style-3 .sch-testimonial .sch-description .sch-social i {
	background: #c41a76;
}

#Section2 .sch-style-3 .sch-testimonial .sch-button {
    background: #e81e8b;
}

#Section2 .sch-style-4 .sch-testimonial .sch-top {
    background-color: #ff8400;
    background-image: -webkit-linear-gradient(200deg, #fff 35%, #ff8400 35%);
}

#Section2 .sch-style-4 .sch-testimonial .sch-info {
    background: #cb6c06;
}
#Section2 .sch-style-4 .sch-testimonial .sch-button:hover {
    color: #cb6c06;
    background: #fff;
}

#Section2 .sch-style-4 .sch-testimonial .sch-description .sch-social i {
	background: #cb6c06;
}

#Section2 .sch-style-4 .sch-testimonial .sch-button {
    background: #ff8400;
}

#Section2 .sch-style-5 .sch-testimonial .sch-top {
    background-color: #37b737;
    background-image: -webkit-linear-gradient(200deg, #fff 35%, #37b737 35%);
}

#Section2 .sch-style-5 .sch-testimonial .sch-info {
    background: #2c922c;
}
#Section2 .sch-style-5 .sch-testimonial .sch-button:hover {
    color: #2c922c;
    background: #fff;
}

#Section2 .sch-style-5 .sch-testimonial .sch-description .sch-social i {
	background: #2c922c;
}

#Section2 .sch-style-5 .sch-testimonial .sch-button {
    background: #37b737;
}