/**
*	The parent stylesheet that includes all other stylesheet. We will include only this master file to
*	the other webpages.
*	
*	@date			December 29, 2025
*	@version 		1.0
*	@autor			Himadri Shekhar Roy
*	@copyright		Analyze System
*	@email			developer@ansysoft.com
*/

@import url(main.css);
@import url(header.css);
@import url(banner.css);
@import url(common.css);
@import url(forms.css);
@import url(responsive.css);