/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
html,
body {
    overflow-y: auto !important;
    overflow-x: hidden;
    height: auto !important;
}

#wrapper,
#content,
.content-wrap {
    overflow: visible !important;
    height: auto !important;
}

#slider {
    min-height: 100vh;
    height: auto !important;
}

