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

@import url(main.css);
@import url(header.css); 
@import url("navigation.css");
@import url("banner.css");
@import url(common.css);
@import url(footer.css);

@import url(forms.css);
/*@import url(popup.css);*/
@import url(inner.css);
@import url(responsive.css);