body{
	
	font-family: 'Questrial', sans-serif;
}

.bg-theme1{
	color: #0A95E2;
}
	
svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}



hr { 
            position: relative; 
            top: 4px; 
            border: none; 
            height: 4px; 
            background: orange; 
            margin-bottom: 20px; 
			width: 30px;			
        }
		

.border-cus{
			border-top: 5px solid #0A95E2 !important;
			}



.svg-1 {
    position: relative;
    left: 0;
    
    z-index: -1;
}

.bg-cus{
	background-color: #d0eeff;
}

.bg-cus2{
	background-color: #F8F8F8;
}


