/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2021 | 18:17:59 */
/* 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 */ 

.header-support .header-support-inner {
      display: flex;
}

.header-support .header-support-inner .support-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.brands-carousel .item figure img {
    filter: none;
    opacity: 1;
}

.show-dropdown>.dropdown-menu {
    display: none;
}

.show-dropdown:hover>.dropdown-menu,
.show-dropdown:focus>.dropdown-menu {
    display: block;
}

