/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#header-wrap #logo img { height:auto !important; }

body { font-family: 'Poppins', sans-serif !important; }

.hkcgn { color: #3F51B5 !important; }

.sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.make-me-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
		
	padding: 0px;
}
