/*
Theme Name: Chutney
Theme URI: #
Description: WordPress custom theme.
Author: M Rashid
Version: 1.0
*/
.mobile_nave.blue {
	background: #0a879b;
}
.navbar-toggle.greenline span {
	background: #0a879b !important;
}
.tp-bgimg.defaultimg {
	border-radius: 5px;
}
.slidetxtd .wpb_raw_code.wpb_content_element.wpb_raw_html {
	margin: 0;
}
.navbar-toggle {
	top: 7px !important;
	background: #fff !important;
}
.navbar-toggle span {
	background: #a60e3e !important;
}
.mobile_nave {
	display: none;
}
#menu-mobile-menu {
	padding: 0;
	list-style: none;
	margin: 0;
	padding: 30px 30px;
}
.menu-mobile-menu-container ul li a {
	text-decoration: none;
	color: #fff;
	font-family: "bebas_neueregular", sans-serif;
	font-size: 18px;
	line-height: 35px;
}
.mobile_nave {

    background: #a90e40;
    width: 80%;
    position: fixed;
    z-index: 99999;
    top: 56px;
    height: 100vh;

}