#blockaboutus .block-img img{
    max-width: 100%;
}
#blockaboutus .block-aboutus-image {
    overflow: hidden;
    text-align: center;
}
#blockaboutus a.block-img {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#blockaboutus {
    margin-bottom: 100px;
    position: relative;
    padding: 150px 0 0;
        clear: both;
}
#blockaboutus .aboutus-text1 {
    font-weight: 700;
    color: #191414;
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
}
#blockaboutus .block-details {
    text-align: center;
	 padding: 0 75px 0 45px;
}
#blockaboutus .aboutus-text2 {
    display: block;
    margin-bottom: 100px;
}
#blockaboutus .aboutus-text3 {
    text-transform: uppercase;
    font-weight: 700;
	position:relative;
	color: #191414;
}
#blockaboutus .aboutus-text3:hover {
	color: #999999;
}
#blockaboutus .aboutus-text3:before {
    content:'';
	height:1px;
	width:0;
	background:#999999;
	position:absolute;
	top:auto;
	bottom:-5px;
	left:0;
	right:0;
	margin:0 auto;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#blockaboutus .aboutus-text3:hover:before {
	width:100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#blockaboutus .title-wrapper {
    float: right;
    width: 50%;
    margin-bottom: 80px;
    margin-top: 50px;
}
#blockaboutus:before {
    content: '';
    background: #c1ede8;
    height: 79%;
    width: 41%;
    display: block;
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    right: auto;
}
#blockaboutus:after {
    content: '';
    background: #c1ede8;
    height: 39%;
    width: 7%;
    display: block;
    position: absolute;
    bottom: -18%;
    top: auto;
    right: 0;
    left: auto;
}
#blockaboutus a.block-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(0, 0, 0, 0.5) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(0, 0, 0, 0.5) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,70%,0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
#blockaboutus .block-aboutus-image:hover a.block-img:before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
@media (max-width: 1299px) {
#blockaboutus {
    padding: 80px 0 0;
}
#blockaboutus .block-details {
    padding: 0 65px 0 35px;
}
#blockaboutus .title-wrapper {
    margin-bottom: 40px;
    margin-top: 20px;
}
#blockaboutus .aboutus-text2 {
    margin-bottom: 50px;
}
#blockaboutus .aboutus-text1 {
    margin-bottom: 30px;
}
}
@media (max-width: 991px) {
#blockaboutus .block-img {
    background-size: auto;
    background-position: center;
}
#blockaboutus {
	margin-bottom: 50px;
	clear: both;
    padding: 0;
}
#blockaboutus .title-wrapper {
    margin-bottom: 30px;
    margin-top: 0;
}
#blockaboutus .aboutus-text1 {
    margin-bottom: 20px;
}
#blockaboutus .aboutus-text2 {
    margin-bottom: 20px;
}
#blockaboutus .block-details {
    text-align: center;
    padding: 0 25px 0 10px;
}
#blockaboutus:before ,#blockaboutus:after {
	display:none;
}
}
@media (max-width: 767px) {
#blockaboutus .title-wrapper {
    width: 100%;
}
#blockaboutus .block-aboutus-image {
    margin-bottom: 20px;
}
#blockaboutus .block-details {
    padding: 0 15px;
}
}