/*Error Section*/
.error-section{
	position:relative;
	padding:190px 0px 200px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.error-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(26, 26, 28, 0);
}
.error-section .thm-btn1 {
    color: #f28b1d;
}

.error-section .content{
	position:relative;
}

.error-section h1{
	position:relative;
	color: #fd5d14;
	font-size: 176px;
	font-weight:800;
	line-height:1em;
	margin-bottom:20px;
	text-align: center;
}

.error-section h2{
	position:relative;
	color:#ffffff;
	font-size: 29px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom: 25px;
}

.error-section .text {
    position: relative;
    color: #000000;
    font-size: 35px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 35px;
    text-align: center;
}


/*Error Section*/

 h4.er_the_title{
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
.error_text2{
    margin-bottom: 20px;
    color: #fff;
}
.sr_title{
    font-size: 25px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
.search_text p{
    font-size: 17px;
    color: #161616;
    font-weight: 500;
    line-height: 33px;
}
.search_text{
    font-size: 17px;
    color:#414141;
    font-weight: 500;
    margin-bottom: 30px;
}
.search_page_btn a{
    margin-top: 20px;
    margin-bottom: 20px;
}
.404_text{
	margin-bottom:25px;
}
.error-section .search-form button {
    position: relative;
    top: -60px;
    left: -27px;
    font-size: 14px;
    font-weight: 700;
    color: #4527a4;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
    line-height: 61px;
    float: right;
}
.search_title{
    font-size: 55px;
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 20px;
}
.search_area_df{
	padding:120px 0px 200px;
}
.search_area_df .search-form button {
    position: relative;
    top: 15px;
    right: 25px;
    font-size: 14px;
    font-weight: 700;
    color: #4527a4;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
    position: relative;
    top: -60px;
    left: -27px;
    font-size: 14px;
    font-weight: 700;
    color: #4527a4;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
    line-height: 61px;
    float: right;
}

/*===== Page Loader =====*/
.pageloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(255,255,255,.95);
}
.pageloader .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.error-section .btn-box{
	text-align:center;
}
.error-section h2 {
    text-align: center;
    color: #0154f7;
    font-size: 50px;
}
.error-section .text {
    color: #202020;
}

.searchbtn {
    margin-top: 30px;
    border: 1px solid #3064ee;
    padding: 15px 42px;
}