/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 17 2025 | 15:57:11 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.top_menu {
    background: var(--clr-bgr);
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    height: 90px;
    position: relative
}
.logo img {
    max-height: 130px !important;

}
.logo {
   
    height: 70px !important;
    
}