@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap');


body {		
	background-color: #fff;
	color: #828599; 
	font-size: 16px!important;
	height: 100%;
	overflow-x: hidden;
	font-family: 'Work Sans', sans-serif!important;
}

main.py-4{
	border:0px solid red;
	margin:0px!important;
	padding:113px 0px 0px 0px!important
}
#toTop {
	width:40px;
	height:40px;
	background-image:url(../images/back_top.png);
	background-repeat:no-repeat;
	background-position:center;        
	text-align:center;
	padding:5px;
	position:fixed; /* this is the magic */
	bottom:4px; /* together with this to put the div at the bottom*/
	right:4px;
	cursor:pointer;
	display:none;
	color:#333;
	font-family:verdana;
	font-size:11px;
	z-index:200;
	border-radius:50%;
	background-color:#002678;
	background-image:url('/image/uparrow.png')
}


/* header section */

.header{
        position:relative!important; 
		z-index:20; 
		background:#2a5b83!important;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
		
}



.header .qoute{
    margin:22px 20px 0px;
    float:right;
	font-size:0.8rem!important;    
}

