/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


@media only screen and (max-width: 993px) {
 
	#logo{
		padding:20px !important;
	}
	.header-button-style{
		padding-top:20px !important;
		padding-bottom:20px !important;
	}
	.style-header-title{
		margin-top:0px !important;
	}
	.slider-mobile-style{
		margin-top:-120px !important;
	}
	.hide-on-mobile{
		display:none !important;
	}
	.hide-on-desktop{
		display:block !important;
	}
	

}
.hide-on-desktop{
	display:none;
}
.btn-warning{
		background:#fc8106 !important;
		color:#fff !important;
	}
.slider-mobile-style{
	background: linear-gradient(180deg, rgba(63,55,210,1) 0%, rgba(26,101,237,1) 33%, rgba(0,151,255,1) 65%, rgba(255,255,255,1) 100%) !important;
}