/* Testimonial Start */
.testimonial_main_box{
	float: left;
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 8rem;
}
.testimonial_header{
	float: left;
	width: 100%;
}
.testimonial_header h4{
	width: 50%;
	margin: 0;
	margin-left: 25%;
	margin-top: 2.5rem;
	padding-bottom: 0.5rem;
	color: rgb(119, 119, 9);
	font-family: 'Brush Script MT', cursive;
	font-size: 6rem;
	font-weight: 900;
	text-align: center;
	text-shadow: 1px 1px black;
	letter-spacing: 1.5px;
	border-bottom: 2px solid black;
	box-shadow: 0 2px rgb(119, 119, 9);
}
.testimonial_inner{
	background-color: rgba(255, 255, 255, 0.9);
	float: left;
	width: 76%;
	margin-left: 12%;
	margin-top: 3rem;
	margin-bottom: 2.5rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	overflow: hidden;
}
.testimonial_text{
	float: left;
	width: 50%;
}
.testimonial_text h5{
	width: 70%;
	margin: 0;
	margin-left: 15%;
	margin-top: 1.5rem;
	padding-bottom: 0.5rem;
	color: rgb(119, 119, 9);
	font-size: 2.2rem;
	font-weight: 900;
	text-align: center;
	text-shadow: 0 0.5px black;
	border-bottom: 2px solid black;
	box-shadow: 0 2px rgb(119, 119, 9);
}
.testimonial_text p{
	width: 70%;
	margin: 0;
	margin-left: 15%;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	color: black;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2.5rem;
	text-align: left;
}
.middle_testi_image{
	float: left;
	width: 50%;
}
.middle_testi_image img{
	display: block;
	margin: auto;
	width: 65%;
	margin-bottom: 2rem;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
.testimonial_link{
	float: left;
	width: 50%;
	margin-left: 25%;
	margin-top: 1rem;
	margin-bottom: 2rem;
	font-size: 2rem;
	text-align: center;
	border-radius: 0.5rem 0.5rem 1rem 0.5rem;
	border: 0.2rem solid rgb(119, 119, 9);
	overflow: hidden;
}
.testimonial_link a{
	background-color: rgba(255, 255, 255, 0.8);
	display: block;
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: black;
	font-size: 1.5rem;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	box-sizing: border-box;
	z-index: 9999;
}
.testimonial_link a:hover{
	-o-transition: all 1s 0.3s linear;
	-moz-transition: all 1s 0.3s linear;
    -ms-transition: all 1s 0.3s linear;
    -webkit-transition: all 1s 0.3s linear;
    transition: all 1s 0.3s linear;
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.testimonial_link:hover{
	-o-transition: all 1s 0.2s linear;
	-moz-transition: all 1s 0.2s linear;
    -ms-transition: all 1s 0.2s linear;
    -webkit-transition: all 1s 0.2s linear;
    transition: all 1s 0.2s linear;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}

/* Testimonial Finish */
@media screen and (max-width: 1080px){
	.middle_testi_image img{
		width: 75%;
		margin-top: 6rem;
	}
}
@media screen and (max-width: 900px){
	.testimonial_header h4{
	    width: 70%;
		margin-left: 15%;
		font-size: 5.5rem;
		text-shadow: 0 1px black;
	    letter-spacing: 1px;
	}
	.testimonial_inner{
		width: 90%;
	    margin-left: 5%;
	}
	.middle_testi_image img{
		margin-top: 7rem;
	}
}
@media screen and (max-width: 767px){
	.testimonial_header h4{
	    width: 90%;
		margin-left: 5%;
		font-size: 3.5rem;
		text-shadow: 0 0.5px black;
	    letter-spacing: 0.5px;
	}
	.testimonial_text{
		width: 100%;
    }
	.middle_testi_image{
		width: 100%;
    }
	.middle_testi_image img{
		margin-top: 2rem;
	}
}