#about-testimonials-seos {
	width: 100%;
	text-align: center;	
	margin-top: 40px;
}

.about-section h2 {
	font-size: 33px;
	font-weight: 800;
}

.about-section p {
	padding: 0 0 30px 0;
}



#about-testimonials-seos .column {
	position: relative;
    margin-bottom: 16px;
    padding: 15px;
	display: inline-block;
	margin:0 auto;
	vertical-align: top;
}

#about-testimonials-seos .au-card {

    margin: 8px;
}

#about-testimonials-seos .about-section {
    padding-top: 50px;
    text-align: center;
    color: #333;
	padding: 0 30px;
}

#about-testimonials-seos .container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	right:0;
	text-align: center;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
}

#about-testimonials-seos .container::after {
    content: "";
    clear: both;
    display: table;
}

.testimonials-hide-img {
	width: 220px;
	max-height: 220px;
	border-radius: 50%;
	overflow: hidden;
	border: 12px solid #E0E0E0;
}

.testimonials-hide-img:hover {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#about-testimonials-seos h3 { 
    font-size: 33px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    color: #1a1a1a;
}

#about-testimonials-seos h2 {
	top: 1%;
    color: #eee;
	position: absolute;
	font-size: 30px;
	z-index: 11;
	width: 100%;
	padding: 0 20px;
	text-align: left;
	-webkit-animation-duration: 0.1s;
	animation-duration: 0.1s;
}

#about-testimonials-seos .title {
	top: 20%;
    color: #eee;
	position: absolute;
	font-size: 15px;
	z-index: 11;
	width: 100%;
	padding: 20px;
	text-align: left;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}



.b-shadow  {
	display: none;
}


.testimonials-hide-img:hover .b-shadow {
	display: block;
	z-index: 99999;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
    background-size: 250px 200px;
	position: absolute;
	width: 250px;
	height: 200px;
    background-image: url(bubble.png);
    background-repeat: no-repeat;
	bottom: 215px;
	left: 50px;
	margin: 0;
   -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.testimonials-card img {
    position: relative;
	width: 220px;
	height: 220px;
	object-fit: cover;
    object-position: 50% 50%;
	overflow: hidden;
    z-index: 9;
	border-radius: 45%;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.testimonials-card img:hover {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial-text a {
    text-decoration: none;
    color: #333;
    font-weight: 400;
    font-size: 16px;
}

.testimonial-text a:hover {
    color: #1F76A5;
}

.testimonials-hide-img:hover .testimonial-text {
	display: block;
	position: absolute;
    top: 20px;
    left: 25px;
	font-size: 22px;
	color: #000;
	font-style: italic;
	font-family: 'Dancing Script', cursive;
    padding: 5px;
	overflow: hidden;
	width: 200px;
	height: 105px;
    text-align: center; 
	-webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

@media screen and (max-width: 860px) {
	.testimonials-hide-img:hover .b-shadow {
			-webkit-animation-name: fadeInUp !important;
			animation-name: fadeInUp !important;
			-webkit-transform-origin: fadeInUp !important;
			transform-origin: fadeInUp !important;
			animation-duration: 0.4s;
	}
}