@charset "utf-8";
		
/* 
		
##############################################################
###                                                        ###
###  CSS FILE : Style Consolidation CSS file               ###
###                                                        ###
##############################################################
		
(C)opyright 2025 - Modularware
www.modularware.com

*/

/*#############################################
###                                         ###
###  COMPONENT 	: Header                    ###
###	 NAME 		: Header Fullscreen Image   ###
###  VERSION  	: Fullwidth                 ###
###                                         ###
#############################################*/



#PageWrapper {
	padding: 0;
}


#HeaderPanel {
	padding: 0;
	margin: 0;
	border: 0;

}


#Header-FSI_Container {
	position: relative;
	max-height: 100vh;
	overflow: hidden;
}


.Header-FSI_Background_Image {
	position: relative;
	width: 100vw;
  	height: auto;
	z-index: 1;
}


.Header-FSI_Textbox_Container {
	background-color: rgb(255, 255, 255, 0.65);
	border-radius: 20px;
	position: absolute;
	top: 50px;
	left: 25px;
	padding : 0 20px;
	text-align: center;
	z-index: 2;
}


.Header-FSI_Textbox-Logo_Container {
	margin-top: 1rem;
	float: left;
}

.Header-FSI_Banner_Container {
	background-color: rgb(255, 255, 255, 0.65);
	border-radius: 20px;	
	position: absolute;
	bottom: 50px;
	max-height: 264px;
	left: 25px;
	padding:  5px 20px;
	border: 0;
	margin:0;
	z-index:2;
}






