/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	padding:0;
	margin:0;
	background: url(../images/b3.jpg)no-repeat 0px 0px;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;*/
	
}

body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-weight:400;
	font-family: 'Marcellus', serif;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-family: 'Marcellus', serif;
}
h1,h2,h3,h4,h5,h6{
	margin:0;		
	font-weight:400;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	
}	
.clear {
	clear:both;
}
p{
	margin:0;
	font-family: 'Marcellus', serif;
}

ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
	font-family: 'Marcellus', serif;
}
.text-center {
	text-align:center;
}
img{
	width:100%;
}
@font-face{
	font-family:'Marcellus';
	src:url('../fonts/Marcellus.ttf') format('truetype');
}
@font-face{
	font-family:'MedievalSharp';
	src:url('../fonts/MedievalSharp.ttf') format('truetype');
}
.agile-error{
	height: 100vh;
	display: flex;
	
	flex-direction: column;
	
	justify-content: center;

}
/*--header--*/
.agile-errheader h1 {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1em 0 1em;
    color: #f8faf9;
	font-family: 'Marcellus', serif;
	`
}
.agile-errmain {
    width: 45%;
    margin: 0 auto;
    /*background: rgba(6, 6, 6, 0.42);
    box-shadow: inset 3px 4px 7px rgb(243, 238, 235);*/
}
.agile-errmain h2 {
    font-size:100px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 10px;
    padding: 0;
    color: #f3f3f3;
	font-family: 'MedievalSharp', cursive;
}
.agile-errmain p {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #fff;
	padding:2em 0 2em;
	font-family: 'Marcellus', serif;
}
.agile-errmain span {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
	 color: #fff;
	 display:block;
	padding: 1em 0 1em;
	font-family: 'Marcellus', serif;
}
span {
    color: #fdd40c;
}	

.agile-back {
    width: 18%;
    margin: 2em auto;
}
button.submit {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding: 0.8em 0.8em;
    background: #fdd40cb5;
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
	font-family: 'Marcellus', serif;
}
button.help {
  font-size: 17px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding: 0.8em 0.8em;
    background:#fdd40cb5;
    width:50%;
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
	font-family: 'Marcellus', serif;
}
footer {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 2px;
   margin:4em 0 0;
   font-family: 'Marcellus', serif;
   
}
footer a {
    color: #e8f50b;
    text-decoration: none;
}
/*--responsive--*/
@media(max-width:1920px){
	
}
@media(max-width:1680px){
	
}
@media(max-width:1600px){
	
}
@media(max-width:1440px){
	.agile-back {
		width: 20%;
	}
}
@media(max-width:1366px){
	
}
@media(max-width:1280px){
	.agile-back {
		width: 26%;
	}
}
@media(max-width:1080px){
	.agile-errmain {
		width: 66%;
	}
}
@media(max-width:1050px){
	
}
@media(max-width:1024px){
	.agile-back {
		width: 30%;
	}
}
@media(max-width:991px){
	.agile-errmain {
		width: 70%;
	}
}
@media(max-width:900px){
	.agile-back {
		width: 36%;
	}
}
@media(max-width:800px){
	.agile-errmain {
		width: 84%;
	}
}
@media(max-width:768px){
	
}
@media(max-width:736px){
	.agile-back {
		width: 43%;
	}
}
@media(max-width:667px){
	.agile-errmain {
		width: 90%;
	}
	.agile-errheader h1 {
		font-size: 45px;
	}
}
@media(max-width:600px){
	.agile-back {
		width: 50%;
	}
	.agile-errheader h1 {
		font-size: 40px;
	}
}	
@media(max-width:568px){
	
}
@media(max-width:480px){
	.agile-errheader h1 {
		font-size: 34px;
	}
	.agile-errmain p {
		font-size: 20px;
	}
	.agile-back {
		width: 61%;
	}
}
@media(max-width:414px){
	.agile-back {
		width: 72%;
	}
	.agile-errmain span {
		font-size: 18px;
	}
	.agile-back {
		width: 70%;
	}
}
@media(max-width:375px){
	
}
@media(max-width:320px){
	.agile-back {
		width: 90%;
	}
	.agile-errmain h2 {
		font-size: 140px;	
	}
}
/*--responsive--*/