/*********New error pg**********/
.error-header {
	background-color: #05191D;
}
.error-header .header-menu > ul > li > a {
	color: #fff;
}
.error-header .header-menu > ul > li > a:hover {
	color: #19B0D1;
}
.error-header .blue-btn:hover {
	border-color: #19B0D1;
}
.error_top {
	padding: 0 0 450px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.error-info {
	padding-top: 230px;
}
.error-info h1 {
	color: #181818;
	font-size: 14rem;
	line-height: normal;
	margin-bottom: 0;
	text-transform: none;
	margin-bottom: 20px;
}
.error-info p {
	color: #1C1C1C;
	font-size: 1.8rem;
	line-height: 29px;
	letter-spacing: 0.36px;
	margin-bottom: 18px;
}
.error-info .txt-btn {
	text-decoration: underline;
	color: #1C1C1C;
	font-size: 1.8rem;
	line-height: 29px;
	letter-spacing: 0.36px;
	padding: 0;
	border: 0;
}
.error-info .txt-btn::after {
	opacity: 0;
}
.error-info .txt-btn:hover::after {
	opacity: 1;
	filter: invert(1);
}
.error-info .txt-btn:hover {
	color: #19B0D1;
}
.error-info-wrap {
	max-width: 610px;
    width: 100%;
    position: relative;
    z-index: 5;
    padding-right: 60px;
}
.big-error-font {
	position: absolute;
    width: 54%;
    bottom: 0;
    left: 50.2%;
    text-align: center;
    transform: translateX(-50%);
}
.big-error-font img {
	width: 100%;
	pointer-events: none;
}
.error-contact {
	position: relative;
	padding-top: 270px;
	padding-left: 150px;
}
.error-contact::after {
	content: "";
	height: 300vh;
	width: 100vw;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #05191D;
}
.error-contact-wrap {
	position: relative;
	z-index: 5;
}
.error-contact a {
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.36px;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(10px);
	margin-bottom: 18px;
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.error-contact a img {
	margin-right: 20px;
}
.error-contact a:hover {
	background-color: rgba(255, 255, 255, 0.05);
}
.error-contact li:last-child a {
	margin-bottom: 0;
}
.error-contact h6 {
	line-height: 24px;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 27px;
	font-size: 1.6rem
}
.error-footer {
    border-radius: 0;
}
@media(max-width: 1399.98px){
	/***error-pg*****/
	.error-info h1 {
		font-size: 11rem;
	}
	.error-info {
		padding-top: 200px;
	}
	.error-contact {
		padding-top: 220px;
		padding-left: 100px;
	}
	.error_top {
		padding-bottom: 330px;
	}
}
@media(max-width: 1199.98px){
	/***error-pg*****/
	.error-info h1 {
		font-size: 8rem;
	}
	.error-contact {
		padding-left: 60px;
	}
	.big-error-font {
		left: 50.4%;
	}
}
@media(max-width: 991.98px){
	/***error-pg*****/
	.error-header .header-menu > ul > li > a {
		color: #05191D;
	}
	.error-header .header-menu > ul > li > a:hover {
		color: #19B0D1;
	}
	.error-info {
        padding-top: 50px;
    }
	.error-contact::after {
		margin-left: -50vw;
    	left: 50%;
		height: 100%;
	}
	.error-contact {
		padding: 60px 0;
		margin-top: 60px;
	}
	.big-error-font {
		position: relative;
	}
	.big-error-font::after {
		content: "";
		height: 100%;
		width: 100vw;
		position: absolute;
		left: 50%;
		top: 0;
		background-color: #05191D;
		z-index: -1;
	}
	.error-info-wrap {
		max-width: 100%;
		padding-right: 0;
	}
	.error_top{
		padding-top: 70px;
		padding-bottom: 0;
	}
}
@media(max-width: 767.98px){
	/****error-pg******/
	.error-info {
        padding-top: 40px;
    }
	.error-info h1 {
        font-size: 4rem;
    }
	.error-info p {
		font-size: 1.6rem;
		line-height: 26px;
	}
	.error-info .txt-btn {
		font-size: 1.6rem;
	}
	.error-contact {
        padding: 40px 0;
        margin-top: 60px;
    }
	.error-contact a {
		font-size: 1.6rem;
	}
}