.entry-header {
	position: relative;
	margin-bottom: 30px;
	background: #fce64530;
	padding: 10px;
	border-bottom: 1px solid #ff2f16;
}
.entry-header h2 a {
	color: #000;
	font-variant: all-small-caps;
	font-size: 22pt;
}
#sp-main-body {
	padding: 50px 0;
}
#sp-top-bar {
	background-color: #f5f5f5;
	color: #999999;
	border-bottom: solid 1px #ff2f16;
}
#sp-header {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 3px 3px rgba(0,0,0,0.05);
	height: 90px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	border-bottom: solid 3px #fce645;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 0 7px;
	line-height: 90px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	font-weight: 400;
}
.sp-megamenu-parent > li:hover > a {
    color: #ff2f16;
    transform: scale(1.15);
    transition: transform .3s ease;
}
.sp-megamenu-parent > li.active > a {
	color: #ff2f16;
	font-weight: 800;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	background: #ff2f16;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
	display: block;
	padding: 10px;
	color: #141414;
	cursor: pointer;
	font-weight: 500;
	font-size: 15px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	color: #ff2f16;
}
.sp-page-title h2, .sp-page-title h3 {
	margin: 0;
	padding: 0;
	color: #8a8a8a;
}
article.item {
	margin-bottom: 50px;
	background: #fbfbfb;
	padding: 8px;
}
.blog {
	font-size: 18px;
	font-weight: 400;
}
.wf_file {
	display: inline-flex;
	background-color: #fefadc80;
	padding: 8px;
	width: 100%;
	/* margin-top: 5px; */
}
}
.wf_file_icon {
  margin-right: 30px;
  margin-left: 15px;
  height: 100%;
  
}
.wf_file::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f56d";
	margin-right: 10px;
}
.wf_file_text {
  margin-right: 30px;
  font-weight: 700;
}
#sp-bottom1 {
	padding: 20px;
}
#sp-bottom2 {
	padding: 20px;
}
#sp-bottom3 {
	padding: 20px;
}
@media (max-width: 1399px) {
	
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 0 5px;
	line-height: 90px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
    }

}
.offcanvas-menu {
	width: 320px;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(320px);
	visibility: hidden;
	overflow: inherit;
	transition: 0.5s;
	z-index: 10000;
	background: #33348b;
}
/* 	By default Helix 3 mega menu is adjust to off-canva in a screen resolution below 480px. 
If you want to have off-canvas menu for a bigger screen resolution just add below CSS code to your custom css file.*/

@media (max-width: 1200px){
.sp-megamenu-parent {
    display: none !important;
  }
#offcanvas-toggler {
    display: inline-block !important;
  }
}