*
{
	margin:0 ;
	padding:0  ;
    font-family: "Arimo", sans-serif;
}
body{
    font-family: "Arimo", sans-serif;
}
.head_menu
{
background-color:#fff ;
}
.head_menu .offcanvas-body
{
	
	color:#fff;
    flex-direction: column;
    justify-content: end;
}
   
    
.offcanvas-body ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.active
{
	color: #1562b5 !important ;
}
.head_menu ul li a
{
	padding: 15px 15px !important;
    font-size: 16px;
    text-transform: capitalize;
    color: #313131;

}
.nav1 span{
margin-right: 5px;
}
.head_menu ul li a:hover
{
    color: #1562b5 ;
}
.nav1{
display: flex;
justify-content: end;

}
.footer
{
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-color: #000;
    text-transform: capitalize;
    padding: 10px 0px;
}
.head_menu img{
    max-width:312px;
} 
@media(max-width:992px){
.head_menu img{
    max-width:210px;
} 
.offcanvas-body ul {
    display: flex;
    align-items: start;
    justify-content: end;
}   
}