body.widget-snippet .error {
	padding: 80px 0;
}
body.widget-snippet .error-area .text h6 {
    opacity: unset;
    padding: 10px 0;
}
.widget-snippet .error {
	padding: 30px 0 80px;
}
.widget-snippet .error-area{
	max-width: 600px;
	margin:0 auto;
	padding:50px 20px 60px;
	background: #c0c0c0;
	border-radius: 10px;
}
.widget-snippet .error-area .text {
  text-align: center;
}
.widget-snippet .error-area .text h5 {
  font-family: 'Arial';
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 20px;
  color: #000080;
  margin: 0;
  letter-spacing: 2px;
}
.widget-snippet .error-area .text h6 {
  font-family: 'Arial';
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.5em;
  color: #000000;
  opacity: 0.6;
  margin: 0;
}
.widget-snippet .error-area .text h1 {
  font-family: 'Arial';
  color: #000;
  font-size: 36px;
  line-height: normal;
  font-weight: 600;
  padding: 15px 0;
  margin: 0;
}
.widget-snippet .error-area .text p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
  padding: 0 0 25px 0;
  text-align: center;
  max-width: 500px;
  font-family: 'Arial';
}
.widget-snippet .error-area .text a {
display: block;
  border-radius: 4px;
  background: #000080;
  border:1px solid #000080;
  text-transform: capitalize;
  padding: 10px 5px;
  text-align: center;
  width: 160px;
  color: #FFF;
  font-family: 'Arial';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  margin: 0 auto;
  height: 45px;
  line-height: 22px;
}
.widget-snippet .error-area .text a:hover {
background: #d0d0d7;
  color: #000;
  border:1px solid #8f8f9d;
}

