.page-header{
    height: 200px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-top: 50px; */
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(header1.jpg) center center no-repeat !important ;
    background-size: cover;
}
.dropdown-item:hover{
    background-color: rgb(39,118,187) !important;
    
}
#hovv:hover{
    background-color: rgb(39,118,187) !important;
}
.dropdown-menu > li > a:hover:after {
    background-color: antiquewhite;
}
