@import url('https://fonts.googleapis.com/css2?family=Qwigley&display=swap');

.testimonial-bg{
    min-height: 150px;
    background-size: 100%;
    background-position: center;
    background-image:url('../images/testimonial-banner.jpg');
}
.testimonial-bg h1 {
    width: 100%;
    text-align: center;
    padding: 50px;
    color: #fff;
}

.testimonial-sec{
	padding:50px 0;
}
.testimonialBox {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    position: relative;
	margin-top: 70px;
}
.testimonialBox .icon {
    position: absolute;
    width: 80px;
    padding: 10px;
    right: 10px;
    top: -40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.2);
}
.testimonialBox .icon img{
	width: 100%;
	opacity: 0.2;
}
.testimonialBox .tTitle{
	color: #152C73
}
.testimonialBox .tDesc{
	
}
.testimonialBox .tName {
    font-family: 'Qwigley', cursive;
    color: #959595;
    font-size: 2.5rem;
}



.morecontent span {
    display: none;
}
.morelink {
    display: block;
}


.videoBox{
    position: relative;
	margin-bottom: 30px;
}
.videoBox .icon{
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.videoBox .icon img{
	width:100%;
}
.vidThumbnail img{ 
	width: 100%;
}
.vidTitle {
    position: absolute;
    bottom: 0;
    background: #152C73;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    min-height: 60px;
}
.tTitletxt {
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
	margin: 0;
}