* {
	font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
body {
	overflow: hidden;
	background: rgba(25,37,58,0.96);
}
.error {
	position: relative;
	height: 100vh;
}
.error .wrap-error {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align:center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.error img {
	margin-bottom: 50px;
}
.error .clip .shadow {
	height: 180px;
}
.error .clip:nth-of-type(1) .shadow {
	width: 250px;
}
.error .clip:nth-of-type(2) .shadow {
	width: 130px;
}
.error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow {
	width: 250px;
}
	 
.error .digit {
	width: 150px;
	height: 150px;
	line-height: 150px;
	font-size: 120px;
	font-weight: bold;
}

.error h2 {
	font-family: 'Cabin', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #828282;
	margin-top: 0px;
	margin-bottom: 25px;
}
.error h3 {
	font-family: 'Cabin', sans-serif;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #A2A2A2;
	margin: 0 0 20px 0;
	letter-spacing: 3px;
	padding-left: 6px;
}

.error .container-error {
	position: relative;
	height: 250px;
}
.error .container-error .clip {
	display: inline-block;
	transform: skew(-45deg);
}
.error .clip .shadow {
	overflow: hidden;
}
.error .clip:nth-of-type(2) .shadow {
	overflow: hidden;
	position: relative;
	box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);
}
.error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after {
	content: "";
	position: absolute;
	right: -8px;
	bottom: 0px;
	z-index: 9999;
	height: 100%;
	width: 10px;
	background: linear-gradient(90deg, transparent, rgba(173,173,173, 0.8), transparent);
	border-radius: 50%;
}
.error .clip:nth-of-type(3) .shadow:after {
	left: -8px;
}
.error .digit {
	position: relative;
	top: 8%;
	color: white;
	background: #407e97;
	border-radius: 50%;
	display: inline-block;
	transform: skew(45deg);
}
.error .clip:nth-of-type(2) .digit {
	left: -10%;
}
.error .clip:nth-of-type(1) .digit {
	right: -20%;
}
.error .clip:nth-of-type(3) .digit {
	left: -20%;
}    
.error .triangle {
	position: absolute;
	z-index: 999;
	transform: rotate(45deg);
	content: "";
	width: 0; 
	height: 0; 
}
.error a {
	font-family: 'Cabin', sans-serif;
	display: inline-block;
	padding: 10px 25px;
	background-color: #8f8f8f;
	border: none;
	border-radius: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

/*@media(max-width: 767px) {
	.error .clip .shadow {
		height: 100px;
	}
	.error .clip:nth-of-type(2) .shadow {
		width: 80px;
	}
	.error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow {
		width: 100px;
	}
	.error .digit {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 52px;
	}
	.error h2 {
		font-size: 24px;
	}
	.error .msg {
		top: -110px;
		left: 15%;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.error span.triangle {
		top: 70%;
		right: -3%;
		border-left: 10px solid #535353;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
	}
	.error .container-error {
		height: 150px;
	}
}*/

.error .container-error 				{		height: 150px;	}
.error .clip .shadow 					{		height: 100px;	}
.error .clip:nth-of-type(1) .shadow {		width: 100px;	}
.error .clip:nth-of-type(2) .shadow {		width: 70px;	}
.error .clip:nth-of-type(3) .shadow {		width: 85px;	}
.error .digit 								{		width: 80px;		height: 80px;		line-height: 80px;		font-size: 52px;	}
.error h2									{		font-size: 24px;	}
.error .msg									{		top: -110px;		left: 15%;		width: 40px;		height: 40px;		line-height: 40px;		font-size: 18px;	}
.error span.triangle						{		top: 70%;			right: -3%;		border-left: 10px solid #535353;		border-top: 8px solid transparent;		border-bottom: 8px solid transparent;		}

@media screen and (min-width:530px) {
	.error .container-error 				{		height: 150px;	}
	.error .clip .shadow 					{		height: 100px;	}
	.error .clip:nth-of-type(1) .shadow {		width: 100px;	}
	.error .clip:nth-of-type(2) .shadow {		width: 70px;	}
	.error .clip:nth-of-type(3) .shadow {		width: 85px;	}
	.error .digit 								{		width: 80px;		height: 80px;		line-height: 80px;		font-size: 52px;	}
	.error h2									{		font-size: 24px;	}
	.error .msg									{		top: -110px;		left: 15%;		width: 40px;		height: 40px;		line-height: 40px;		font-size: 18px;	}
	.error span.triangle						{		top: 70%;			right: -3%;		border-left: 10px solid #535353;		border-top: 8px solid transparent;		border-bottom: 8px solid transparent;		}
}


@media screen and (min-width:800px) {
	.error .container-error 				{		height: 250px;	}
	.error img 									{		margin-bottom: 50px;	}
	.error .clip .shadow 					{		height: 180px;	}
	.error .clip:nth-of-type(1) .shadow {		width: 250px;	}
	.error .clip:nth-of-type(2) .shadow {		width: 130px;	}
	.error .clip:nth-of-type(3) .shadow {		width: 250px;	}
	.error .digit 								{		width: 150px;		height: 150px;		line-height: 150px;		font-size: 120px;	}
	.error h2									{		font-size: 24px;	}
	.error .msg									{		top: -190px;		left: 30%;		width: 80px;		height: 80px;		line-height: 80px;		font-size: 32px;	}
	.error span.triangle						{		top: 70%;			right: 0%;		border-left: 20px solid #535353;		border-top: 15px solid transparent;		border-bottom: 15px solid transparent;		}
}

/*--------------------------------------------Framework --------------------------------*/
.overlay { position: relative; z-index: 20; } /*done*/
.ground-color { background: white; }  /*done*/
.item-bg-color { background: #EAEAEA } /*done*/
    
/* Padding Section*/
.padding-top { padding-top: 10px; } /*done*/
.padding-bottom { padding-bottom: 10px; }   /*done*/
.padding-vertical { padding-top: 10px; padding-bottom: 10px; }
.padding-horizontal { padding-left: 10px; padding-right: 10px; }
.padding-all { padding: 10px; }   /*done*/

.no-padding-left { padding-left: 0px; }    /*done*/
.no-padding-right { padding-right: 0px; }   /*done*/
.no-vertical-padding { padding-top: 0px; padding-bottom: 0px; }
.no-horizontal-padding { padding-left: 0px; padding-right: 0px; }
.no-padding { padding: 0px; }   /*done*/
/* Padding Section*/

/* Margin section */
.margin-top { margin-top: 10px; }   /*done*/
.margin-bottom { margin-bottom: 10px; } /*done*/
.margin-right { margin-right: 10px; } /*done*/
.margin-left { margin-left: 10px; } /*done*/
.margin-horizontal { margin-left: 10px; margin-right: 10px; } /*done*/
.margin-vertical { margin-top: 10px; margin-bottom: 10px; } /*done*/
.margin-all { margin: 10px; }   /*done*/
.no-margin { margin: 0px; }   /*done*/

.no-vertical-margin { margin-top: 0px; margin-bottom: 0px; }
.no-horizontal-margin { margin-left: 0px; margin-right: 0px; }

.inside-col-shrink { margin: 0px 20px; }    /*done - For the inside sections that has also Title section*/ 
/* Margin section */

hr { margin: 0px; padding: 0px; border-top: 1px dashed #999; }
/*--------------------------------------------FrameWork------------------------*/


.cloud {
	width: 350px; height: 120px;

	background: #FFF;
	background: linear-gradient(top, #FFF 100%);
	background: -webkit-linear-gradient(top, #FFF 100%);
	background: -moz-linear-gradient(top, #FFF 100%);
	background: -ms-linear-gradient(top, #FFF 100%);
	background: -o-linear-gradient(top, #FFF 100%);

	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;

	position: absolute;
	margin: 120px auto 20px;
	z-index:-1;
	transition: ease 1s;
}

.cloud:after, .cloud:before {
	content: '';
	position: absolute;
	background: #FFF;
	z-index: -1
}

.cloud:after {
	width: 100px; height: 100px;
	top: -50px; left: 50px;

	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.cloud:before {
	width: 180px; height: 180px;
	top: -90px; right: 50px;

	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
}

.x1 {
	top:-50px;
	left:100px;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
	opacity: 0.9;
	-webkit-animation: moveclouds 15s linear infinite;
	-moz-animation: moveclouds 15s linear infinite;
	-o-animation: moveclouds 15s linear infinite;
}

.x1_5{
	top:-80px;
	left:250px;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-animation: moveclouds 17s linear infinite;
	-moz-animation: moveclouds 17s linear infinite;
	-o-animation: moveclouds 17s linear infinite; 
}

.x2 {
	left: 250px;
	top:30px;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0.6; 
	-webkit-animation: moveclouds 25s linear infinite;
	-moz-animation: moveclouds 25s linear infinite;
	-o-animation: moveclouds 25s linear infinite;
}

.x3 {
	left: 250px; bottom: -70px;

	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0.8; 

	-webkit-animation: moveclouds 25s linear infinite;
	-moz-animation: moveclouds 25s linear infinite;
	-o-animation: moveclouds 25s linear infinite;
}

.x4 {
	left: 470px; botttom: 20px;

	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transform: scale(0.75);
	opacity: 0.75;

	-webkit-animation: moveclouds 18s linear infinite;
	-moz-animation: moveclouds 18s linear infinite;
	-o-animation: moveclouds 18s linear infinite;
}

.x5 {
	left: 200px; top: 300px;

	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0.8; 

	-webkit-animation: moveclouds 20s linear infinite;
	-moz-animation: moveclouds 20s linear infinite;
	-o-animation: moveclouds 20s linear infinite;
}

@-webkit-keyframes moveclouds {
	0% {margin-left: 110%;}
	100% {margin-left: -50%;}
}
@-moz-keyframes moveclouds {
	0% {margin-left: 110%;}
	100% {margin-left: -50%;}
}
@-o-keyframes moveclouds {
	0% {margin-left: 110%;}
	100% {margin-left: -50%;}
}