.elementor-template-canvas .affix-fix {
    width: 100%;
    position: fixed;
    z-index: 10;
    background: #00599d;
    padding: 0;
}

a.scroller.show-blk {
    display: block;
}
a.scroller.show-blk {
    animation-name: slideright;
    -webkit-animation-name: slideright;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}
a.scroller {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #00599d;
    z-index: 2;
    text-align: center;
    display: none;
}

a.scroller:after {
    content: '\f176 ';
    font-family: 'FontAwesome';
    color: #fff;
    line-height: 40px;
}
