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

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

.coming {
	margin-top: 120px;
}

.ourWeb{
	margin-top: 1rem;
}

@media (max-width: 991px) {
	.ourWeb{
		margin-top: 0.5rem;
	}
}

@media (max-width: 991px) {
	.logo_img {
		margin-top: 1rem;
	}
}