#about-about_us-seos {
	width: 100%;
	text-align: center;	
	margin-top: 40px;
    margin-bottom: 40px;	
}

.about-section h2 {
	font-size: 33px;
	font-weight: 800;
}

.about-section p {
	padding: 0 0 30px 0;
}

#about-about_us-seos .column {
	position: relative;
    margin: 10px;
	display: inline-block;
	vertical-align: top;
    color: #60677A;
	background: #F7F7F7;
    border-radius: 5px;
	border: 1px solid #d6d6d6;
}

#about-about_us-seos .au-card {
	
    margin: 8px;
}

#about-about_us-seos .about-section {
    text-align: center;
    color: #333;
}

#about-about_us-seos .container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	right:0;
	text-align: center;
}

#about-about_us-seos .container::after {
    content: "";
    clear: both;
    display: table;
}

.about_us-hide-img {
	position: relative;
    width: 260px;
    max-height: 255px;
    overflow: hidden;
    background: #F7F7F7;
    padding: 15px 15px 0 15px;
	border-radius: 4px 4px 0 0;
}

.about_us-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-about_us-seos h3 { 
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    color: #333;
}

#about-about_us-seos h2 {
	top: 1%;
    color: #d6d6d6;
	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;
}


.b-shadow  {
	display: none;
}

.about_us-hide-img a {
	display: inline-block;
	overflow: hidden;
}

.about_us-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: 10px;
	margin: 0;
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.us-name {
    position: absolute;
    bottom: 0;
    padding: 15px 10px;
    background: rgba(0,0,0,0.7);
    color: #d6d6d6;
    font-weight: 700;
    font-size: 16px;
    max-width: 230px;
    z-index: 9;
    width: 230px;	
}

.us-position {
    padding-bottom: 5px;
    padding-top: 10px;
    position: relative;
    display: inline-block;
	width: 100%;	
}

.us-more {
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 260px;
    display: block;
    left: 0;
    margin: 0 auto;
	color: #60677A;
	font-size: 16px;
    line-height: 20px;
	padding: 10px 15px;
}

.us-loc {
	padding: 20px 5px 5px 5px;
	font-size: 16px;
	font-weight: 500;
}

.us-but {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    background: #CC4604;
    line-height: 20px;
    border-radius: 4px;
	text-decoration: none;
}

.us-foot {
	padding: 15px 15px 20px 15px;
    border-radius: 5px;	
}

.us-but:hover {
    color: #fff;
	background: #AD3903;
}

.about_us-card {
	border-radius: 4px;
}

.about_us-card img {
    position: relative;
    width: 260px;
    height: 240px;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
    z-index: 9;
    -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;
	transform: scale(1);
}
.about_us-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;
	transform: scale(1.2);
}

.testimonial-text a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
	font-size: 14px;
}

.about_us-hide-img:hover .testimonial-text {
	position: absolute;
	line-height: 1.2em;
	top: 38%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-weight: 900;	
	color: #000;
	font-style: italic;
	font-family: 'Segoe Print', cursive;
    padding: 10px;
	overflow: hidden;
	width: 230px;
	height: 130px;
    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) {
	.about_us-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;
	}
}