.display-lite
	{
		color: #777;		
	}
	
.logo-menu
	{
		margin-left: 20px; 
		height: 50px; 
		width: auto; 
		transition: 0.4s;	
	}	
	
.display-menu
	{
		color: black;
		font-family: 'Inter', sans-serif;
		font-size: 1.2em;		
		font-weight: 400;
		line-height: 1.3;	
		padding-top: 20px;
	}
	
.disp1
	{
		color: white;
		font-family: 'Inter', sans-serif;
		font-size: 3em;		
		font-weight: 400;
		line-height: 1.3;			
	}
	
.disp2
	{
		color: white;
		font-family: 'Inter', sans-serif;
		font-size: 2em;		
		font-weight: 400;
		line-height: 1.3;			
	}	
	
.disp22
	{
		color: white;
		font-family: 'Inter', sans-serif;
		font-size: 1.6em;		
		font-weight: 400;
		line-height: 1.1;			
	}	
	
.disp3
	{
		color: white;
		font-family: 'Inter', sans-serif;
		font-size: 1.2em;		
		font-weight: 100;
		line-height: 1.1;
	}
	
.disp4
	{
		color: white;
		font-family: 'Inter', sans-serif;
		font-size: 1em;		
		font-weight: 100;
		line-height: 1.1;
	}					

.mFullscreen 
	{
		display: flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		align-items: center;
		min-height: 100vh;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
.hrSubtle
	{
		border-top: 1px solid #aaaaaa;
	}
	
	
.blueBG
	{
		padding-top: 5rem;
		padding-bottom: 5rem;
		background-color: #05327b;
		display: flex;
		flex-direction: column;
	}

.blueBG .animate__fadeInUp:before  
	{
		background: #05327b;
	}	
	
.grayBG
	{
		background: #f7f7f7;
	}
	
.whiteBG
	{
		background: #ffffff;
	}			
	
.liteBlueBG
	{
		background: #054fc6;
	}	
	
.roundedCorner
	{
		border-radius: 6px;
	}
	
.text-white 
	{
		color: #ffffff !important;
	}
	
.text-whiteB 
	{
		color: #ffffff !important;
		font-weight: bold;
	}	
	
.text-gray
	{
		color: #232323 !important;
	}	
	
.text-black
	{
		color: rgb(18, 18, 18) !important;
	}	
	
.text-purple
	{
		color:#331C6B;
	}			
	
	
.alert-blue 
	{
		color: white;
		background-color: #054fc6;
		border-color: #bee5eb;
	}	
	
	
.mt-6
	{
		margin-top: 4rem !important;
	}	
	
.mb-6
	{
		margin-bottom: 4rem !important;
	}
	
.mt-7
	{
		margin-top: 5rem !important;
	}	
	
.mb-7
	{
		margin-bottom: 5rem !important;
	}			
	
.mt-8
	{
		margin-top: 6rem !important;
	}	
	
.mb-8
	{
		margin-bottom: 6rem !important;
	}		
	
	
.topBor
	{
		border-top: 2px solid #ccc; 
		padding-top: 20px;	
	}	
	
.pt-8
	{
		padding-top: 6rem !important;
	}	
	
.pb-8
	{
		padding-bottom: 6rem !important;
	}			
	
.blueBar
	{
		float: left; 
		max-width: 31px; 
		height: auto;
	}	
	
.tmSize
	{
		font-size: .5em;
	}		
	
.lis
{
	list-style: none;	
}	

.smWidth1
	{
		max-width: 96%;
	}
	
.smWidth90
	{
		max-width: 90%;
	}	
	
.fa-1-5x 
	{
  		font-size: 1.5em;
	}
	
.tm1
	{
		background: white;
		border-bottom: 1px solid #ddd; 
		position: -webkit-sticky; 
		position: sticky; 
		top: 0; 
		z-index:99999; 
		color: #2a2323; 
		transition: 0.4s;
	}	
	
	
	
	
	
	
