@media only screen and (max-width: 767px){
.main-menu .collapse.in, .main-menu .collapsing {
		overflow: auto!important;
		padding: 0px 0px 0px!important;
		border: none!important;
		margin: 20px 0px 10px!important;
		-ms-border-radius: 0px!important;
		-moz-border-radius: 0px!important;
		-webkit-border-radius: 0px!important;
		-o-border-radius: 0px!important;
		border-radius: 0px!important;
		-webkit-box-shadow: none!important;
		-ms-box-shadow: none!important;
		-o-box-shadow: none!important;
		-moz-box-shadow: none!important;
		box-shadow: none!important;
	}		
.main-menu .collapse {
	   max-height:1000px!important;
   }
 }


/*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: rgb(116, 18, 75);
}

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

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

.error-section h2{
	position:relative;
	color:#ffffff;
	font-size:55px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:0px;
	text-align: center;
	margin-bottom: 30px;
}

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

.error-section .theme-btn {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 40px 15px;
    border: 2px solid #fff;
    color: #fff;
    /* margin: 0 auto; */
    margin-left: 26%;
}
.error-section .theme-btn:hover{
	background:#fa7720;
}
/*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: #414141;
    font-weight: 500;
}
.search_text{
    font-size: 17px;
    color:#414141;
    font-weight: 500;
}
.search_page_btn a{
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Menu on Right Side */

/* Hide 4th Level Menu */
.main-menu .navigation > li > ul > li ul ul {
    display: none !important;
}
/* recent Comment */
.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

ul.info-list li{
    list-style-type: none;
    display: list-item;
    border-right: none;
}
.search_area_df{
    margin-top: 100px;
    margin-bottom: 100px;
}
footer li a {
    color: #fff;
    padding-bottom: 10px;
}
.mrfooter ul li ul li {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
   /* margin-top: 10px;
    padding-top: 10px;*/
    margin-left: 5px;
    color: #fff;
}
.mrfooter ul li {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 10px;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-transform: capitalize;
}
.mrfooter ul{
    padding-left: 0px;
}
.site-footer .footer_title{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-top: 50px;
	padding-bottom:20px;
}
.mrfooter ul li a{
    color: #fff;
}