/**
*	The parent stylesheet that includes all other stylesheet. We will include only this master file to
*	the other webpages.
*	
*	@date			April 22, 2022
*	@version 		1.0
*	@autor			Himadri Shekhar Roy
*	@copyright		Analyze System
*	@email			developer@ansysoft.com
*/
@import url(main.css);
@import url(header.css);
@import url(slider.css);
@import url(common.css);
@import url(inner.css);
@import url(form.css);
@import url(responsive.css); 