/*--------------------------------------------------------------
# Image Hover Effects
--------------------------------------------------------------*/

.about-us-view {  
	position: relative;
	z-index: 1;
	width: 240px;
	height: 320px;
	padding: 10px;
	margin: 10px;
	overflow: hidden;
	display: inline-block;
	cursor: default;
	text-align: center;
    background: #FCFDFF;
box-shadow: 0 2px 6px 1px rgb(0 0 0 / 50%);	
}

.about-uss-boxes a:hover .single-title {
    color: #fff;
}

.about-us-container a:hover {
    color: #fff;
}

.about-us-title {
    font-size: 35px;
	margin-bottom: 15px;
}

.about-us-view:hover .about-uss-infos {
    color: #fff;
}
.about-us-container:hover .single-title, .about-us-container a:hover .about-us-view {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;	
}

.about-us-container {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.about-us-container .soc, .about-us-container .soc a {
	display: none;

}
.soc a:hover {
    opacity: 0.6;
}

 .about-us-container:hover a {
	display: block;	
}

.about-us-container:hover .soc {
	position: absolute;
	text-align: center;
	width: 70px;
	top: 30px;	
	left: 30px;
	display: block;	
	-webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: all 1.6s ease-in-out;
    -moz-transition: all 1.6s ease-in-out;
    -o-transition: all 1.6s ease-in-out;
    -ms-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
   -webkit-animation-name: fadeInLeft;
   animation-name: fadeInLeft;	
   z-index: 999999999;
}

.about-us-container .soc a {
	width: 35px;
	height: 35px;
	font-size: 22px;
	position: relative;
	z-index: 999;
	margin-bottom: 5px;
}

.about-us-container .soc img:hover {
	z-index:99999999999999;
	position: relative;
	width: 35px;
	height: 35px;
}


.about-us-view .single-title {
	position: absolute;
	left: 0;
	bottom: 15px;
	padding: 5px;
	text-align: center;
	font-size: 18px;
    font-weight: 900;
	width: 100%;
	z-index: 9999999999999999999999;
}

.about-us-view em  {
    font-size: 14px;
    position: absolute;
    display: block;
	text-align: center;
	padding: 5px;
	width: 100%;
	font-family: sans-serif;		
	font-weight: normal;
}

.about-us-view .about-us-mask {
	width: 250px;
	height: 320px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 6;
}

.about-us-view img {
	width: 220px;
	height: 237px;
	display: block;
	position: absolute;
    object-fit: cover;
    object-position: 50% 50%;
}

.single-title .about-uss-infos {
	color: #666;
    position: relative;	
   	z-index: 1;
	font-style: italic;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 5px;
	left: 0;
	font-size: 16px;
	font-weight: 400;
	background-repeat: no-repeat;	
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.about-us-img-effect .about-us-mask {
	overflow: visible;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
	box-sizing:border-box;
   -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;
}

.about-us-img-effect:hover .about-us-mask {
	position: absolute;
	z-index: 6; 
	background: rgba(0,0,0,0.7);
	-webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -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;
   -webkit-animation-name: zoomIn;
   animation-name: zoomIn;		
}

/* ----------------------------------- about-uss-post-type ----------------------------------- */
.title-about-uss {
	text-align: center;
	font-weight: 900;
	font-size: 3vw;
	margin: 0 0 60px 0;
	text-align:center;
}

.about-uss-boxes {
    max-width: 1500px;	
    position: relative;
	margin: 0 auto;
    width: 100%;
    text-align: center;
	display: inline-block;
	clear: both;
	float: none;
}

	
.about-uss {
    overflow: hidden;
	width: 31%;
	height: auto;
	vertical-align: top;
	color: #333333;
	word-wrap: break-word;
    display: inline-block;	
}

.about-uss img {
	width: auto;
	height: 300px;
}

.about-uss-mask {
	display: none;
}

.about-uss:hover .about-uss-mask {
	display: inline-block !important;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

.about-uss-boxes .border1 {
    border-top: 4px solid #CC4604;
    width: 150px;
    margin: 0 auto;
	padding-bottom: 65px;
}

