.header_nav a{ 
    font-weight : 800;
    color : #ce0a4a !important;
    color : #8bbafe !important;
    font-size: 18px;
    transition: 0.5s all;
}
.header_nav a:hover {
    color: #fd8616 !important;
    transition: 0.5s all;
}
.header_main{
    background-color: #bed1f2;
    /* background: rgb(191,209,245);
background: linear-gradient(90deg, rgba(191,209,245,1) 50%, rgba(208,232,230,1) 71%, rgba(191,209,245,1) 100%); */
}
.header_address1{
    background: rgb(191,209,245);
    background: linear-gradient(90deg, rgba(191,209,245,1) 50%, rgba(208,232,230,1) 100%);;}


.header_address2{
    background: rgb(208,232,230);
    background: linear-gradient(90deg, rgba(208,232,230,1) 1%, rgba(191,209,245,1) 100%);
 }

:root{
    --pageactive: #fd8616;
}
