*
{margin: 0;
	padding: 0;
}
ul{list-style: none;}
.canvas_open{
	display:none;
}

/* 01. header css here */
.off_canvars_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	cursor: crosshair;
	background: #222222;
	top: 0;
}
.off_canvars_overlay.active {
	opacity: 0.5;
	visibility: visible;
}

.Offcanvas_menu {
	display: block;
}

.Offcanvas_menu_wrapper {
	width: 290px;
	position: fixed;
	background: #d6a137;
	z-index: 99;
	top: 0;
	height: 100vh;
	transition: .5s;
	left: -300px;
	/* margin-left: -300px; */
	padding: 50px 20px 30px;
	overflow-y: auto;
}
.Offcanvas_menu_wrapper.active {
	/* margin-left: 0; */
	left:0px;
}
.Offcanvas_menu_wrapper .slinky-theme-default {
	background: inherit;
	min-height: 300px;
	overflow-y: auto;
}
.Offcanvas_menu_wrapper .search_container {
	display: block;
}
.Offcanvas_menu_wrapper .header_configure_area {
	display: block;
	margin-bottom: 20px;
	display: flex;
	margin-bottom: 25px;
}

.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
	transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
	transform: rotate(180deg);
}

.offcanvas_main_menu li {
	position: relative;
}
.offcanvas_main_menu li:last-child {
	margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
	position: absolute;
	right: 0;
	color:#fff;
}
.offcanvas_main_menu li a {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ebebeb61;
	color:#fff;
}
.offcanvas_main_menu li a:hover {
	color: #c40316;
}
.offcanvas_main_menu li ul.sub-menu {
	padding-left: 20px;
}

.Offcanvas_footer {
	margin-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.Offcanvas_footer span a {
	font-size: 14px;
}
.Offcanvas_footer span a:hover {
	color: #c40316;
}
.Offcanvas_footer ul {
	margin-top: 20px;
}
.Offcanvas_footer ul li {
	display: inline-block;
	margin-right: 4px;
}
.Offcanvas_footer ul li:last-child {
	margin-right: 0;
}
.Offcanvas_footer ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	font-size: 13px;
	color: #ffffff;
}
.Offcanvas_footer ul li.facebook a {
	background: #3c5b9b;
}
.Offcanvas_footer ul li.facebook a:hover {
	background: #c40316;
}
.Offcanvas_footer ul li.twitter a {
	background: #1DA1F2;
}
.Offcanvas_footer ul li.twitter a:hover {
	background: #c40316;
}
.Offcanvas_footer ul li.pinterest a {
	background: #BD081B;
}
.Offcanvas_footer ul li.pinterest a:hover {
	background: #c40316;
}
.Offcanvas_footer ul li.google-plus a {
	background: #DD4D42;
}
.Offcanvas_footer ul li.google-plus a:hover {
	background: #c40316;
}
.Offcanvas_footer ul li.linkedin a {
	background: #010103;
}
.Offcanvas_footer ul li.linkedin a:hover {
	background: #c40316;
}

.slinky-theme-default a:not(.back) {
	padding: 10px 0;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
	background: inherit;
	color: #c40316;
}

.canvas_close {
	position: absolute;
	top: 10px;
	right: 13px;
}
.canvas_close a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	width: 32px;
	height: 32px;
	display: flex;
	align-items:center;
	justify-content:center;
	text-align: center;
	line-height: 31px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	color:#000;
}
.canvas_close a:hover {
	background: #c40316;
	border-color: #c40316;
	color: #fff;
}

.canvas_open {
	position: absolute;
	right: 21px;
	top: 32px;
	z-index: 9;
}

.canvas_open a {
	font-size: 30px;
	color: #222222;
	width: 43px;
	height: 41px;
	display: block;
	line-height: 39px;
	text-align: center;
	border: 1px solid #222222;
}
.canvas_open a:hover {
	color: #c40316;
	border-color: #c40316;
}

.Offcanvas_menu_two .canvas_close a:hover {
	background: #0066c0;
	border-color: #0066c0;
}
.Offcanvas_menu_two .offcanvas_main_menu li a:hover {
	color: #0066c0;
}
.Offcanvas_menu_two .Offcanvas_footer span a:hover {
	color: #0066c0;
}


@media only screen and (max-width: 991px) {
/* 	.canvas_open {
		display: block;
	} */
	.Offcanvas_menu {
		display: block;
	}
	
	.canvas_open {
		right: 24px;
		top: 24px;
	}
	.canvas_open a {
		width: 35px;
		height: 34px;
		line-height: 34px;
		font-size: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}