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

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

@media (min-width: 992px) {

.padding_left_50 { 
	padding-left: 50px !important;
}

}

.more_padding {
	padding: 100px !important;
}

.padding_bottom_30 {
	padding-bottom: 30px;
}