body{
	background: url(../error-img/backgroud.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.page-error-box{
	padding: 140px 0 0px 0;
	color: #fff;
}
.page-error-box a{
	display:block;
	margin-bottom: -38px;
	position: relative;
	z-index: 1;
}

.page-error-box h1{
	font-size: 150px;
	font-weight: bold;
	line-height: 100px;
	color: #f9f1c7;
	text-shadow: 0px 2px 12px rgba(5, 3, 37, 0.37);
}
.page-error-box h2{
	font-size: 50px;
	font-weight: bold;
}
.page-error-box .container {
    position: relative;
    z-index: 1;
}
.error-box {
    display: inline-block;
    border: 5px solid #fff;
    padding: 3% 0 2% 0;
    width: 72%;
}
.box_inner1 {
    background: #f9f1c7;
    padding: 2.5% 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
	color: #000;
}
p.font_style1 {
    color: #3f51b5;
}
p.font_style2 {
    color: #504d39;
	font-weight: normal;
}
.error-box2 .page-error-box{
	background: #3f51b5;
	padding: 90px 0 90px 0;
}
.error-box2 .page-error-box a {
	margin-bottom: 40px;
}
.error-box2 .page-error-box a img {
    border-radius: 60px;
}
.page-error-box a img{max-width: 100%;}
.error-box2 .page-error-box h1{
	line-height: 136px;
}
/* Responsive Styles */
@media (max-width: 768px){
	body{
		background-attachment: fixed;
	}
}
@media (max-width: 767px) {
	.page-error-box a{
		margin-bottom: 20px;
	}
.page-error-box h1 {
    font-size: 130px;
	}
.error-box2 .page-error-box h1 {
    font-size: 102px;
   }
	body{
		background-attachment: fixed;
	}
}
