.main-header-bar {
    border-bottom-width: 0px !important;
  	box-shadow: 0 12px 25px rgba(0,0,0,.03);
}
.main-header-bar.ast-sticky-active {
    box-shadow: 0 12px 25px rgba(0,0,0,.03);
}
#ast-scroll-top {
    background-color: rgba(2,116,190,0.8);
    font-size: 15px;
    font-size: 1rem;
    display: none !important;
}
.ast-header-break-point .main-navigation ul .button-custom-menu-item a, .ast-header-break-point .main-navigation ul li a {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: #ffffff;
}
.ast-justify-content-center {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}