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

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
.size-16{
	font-size: 16px;
}
.service-box{
	padding: 60px 30px 60px 30px;
}

@media only screen and (min-width: 992px) {
	.mt-lg-13{
		margin-top: 130px;
	}
}
.mt-13{
	margin-top: 130px;
}

