.footer_area.footer_two {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 43, 72, 0.94)), to(rgba(37, 43, 72, 0.94))), url(../img/footerbg.jpg) no-repeat scroll center center;
	background: -webkit-linear-gradient(rgba(37, 43, 72, 0.94), rgba(37, 43, 72, 0.94)), url(../img/footerbg.jpg) no-repeat scroll center center;
	background: -o-linear-gradient(rgba(37, 43, 72, 0.94), rgba(37, 43, 72, 0.94)), url(../img/footerbg.jpg) no-repeat scroll center center;
	background: linear-gradient(rgba(37, 43, 72, 0.94), rgba(37, 43, 72, 0.94)), url(../img/footerbg.jpg) no-repeat scroll center center;
	background-size: cover;
}
.post-img img{
    max-width:100%;
}
.industries_area {
	background: url(../img/fon2bg.jpg) no-repeat center center;
	background-size: 100%;
}
.main_title h2 {

	color: #fff;
}
.industries_key_feature .int_key_item{
    height: 100%;
}
.more_btn{
    font-size:20px;
}
.header_top .right_side .nav li a {
	opacity: 1;
}
.call_back_form .form-group input,
.get_touch_form_area.contact_page .call_back_form .form-group input,
#mess textarea{
	color: rgba(0, 0, 0, 0.7);
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	border: 1px solid #d8d8d8;
	width: 100%;
}
.submit_btn:hover {
	background: #bc3131 !important;
	color: #fff !important;
}
#blog_post{
    min-height:200px;
}
@media screen and (max-width: 1540px) {
    .industries_area {
    	background-size: cover;
    }
}