.right a {
    background-color: #24C8FC;
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
}
.site-footer .item--inner.has_menu {
    display: flex;
    justify-content: center;
}
.is-not-scroll-top .header-bottom {
    position: fixed;
    top: 0;
    width: 100%;
}
#media_image-4 img{ margin:0 auto; display:table;}
.site-footer {
    position: relative;
    z-index: 11;
    padding: 20px 0;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;

}
.footer-bottom {
    --rowbcolor: var(--nv-light-bg);
    --color: var(--nv-text-dark-bg);
    --bgcolor: var(--nv-dark-bg);
    display: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {

    color: #fff;
}
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {

    color: #fff;
}
@media screen and (max-width:782px){
.header {
    z-index: 99;
    width: 100%;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    position: fixed;
    -o-transition: all 0.4s ease-in-out;
    top: 0;
}}