.button-sticky {
    line-height: 40px;
    text-align: center;
    position: fixed;
    top: calc(50% + 154px);
    transform: translateY(-50%);
    right: 0px;
    z-index: 99999
}

button.button-back-to-top {
    background: #27919C;
    opacity: 1;
    border: 1px solid #27919C;
    width: 36px;
    height: 93px;
    border-radius: 0;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    position: relative;
    overflow: hidden;
}


button.button-back-to-top:before,
button.button-back-to-top::after {
    width: 17px;
    height: 53px;
    background: transparent url(../images/backtop.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    content: '';
    display: block;
    transition-duration: .5s;
}

button.button-back-to-top::after {
    transform: translateY(50px);
    opacity: 0;
}

button.button-back-to-top:hover::before {
    opacity: 0;
}


button.button-back-to-top:hover::after {
    transform: translateY(0px);
    opacity: 1;
    ;
}


.button-back-to-top-show {
    opacity: 1;
    visibility: visible
}

button#button-back-to-top {
    justify-content: center;
    align-items: center;
    display: flex
}

footer {
    background: #26454A;
    padding: 0px 0 40px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.footer-middle .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

canvas.line.canvas-row-desktop {
    width: 100%;
}

.footer-block.footer-logo {
    width: 16.8%;
    padding-right: 20px;
    padding-left: 0;
    padding-top: 20px;
}

.footer-block.footer-menu {
    width: 26.9%;
    padding-right: 20px;
}

.footer-block.footer-contact {
    width: 45%;
    padding-top: 21px;
}

.footer-block.footer-menu .widget.widget_nav_menu .menu>li>ul {
    display: none;
}

.footer-block.footer-menu .widget.widget_nav_menu .menu>li a {
    color: #fff;
    text-decoration: none;
    font-family: Red Hat Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    position: relative;
    padding-right: 21px;
    white-space: normal;
    display: inline-block;
}

.footer-block.footer-menu ul.menu {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-contact .widget-content ul li a {
    color: #fff;
    font-family: Red Hat Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    position: relative;
    padding-left: 33px;
}

.footer-contact .widget-content ul li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
}

.footer-contact .widget-content ul li a.tel:before {
    background-image: url(../images/tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-contact .widget-content ul li a.tel:hover:before {
    background-image: url(../images/tel-light-green.svg);
}

.footer-contact .widget-content ul li a.fax:before {
    background-image: url(../images/fax.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-contact .widget-content ul li a.fax:hover:before {
    background-image: url(../images/printer-light-green.svg);
}

.footer-contact .widget-content ul li a.mail:before {
    background-image: url(../images/mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-contact .widget-content ul li a.mail:hover:before {
    background-image: url(../images/mail-light-green.svg);
}

.footer-contact .widget-content ul li a.web-chat:before {
    background-image: url(../images/web-chat.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-contact .widget-content ul li a.web-chat:hover:before {
    background-image: url(../images/whatsapp-light-green.svg);
}

.footer-block.footer-content-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-block.footer-content-bottom .widget.widget_nav_menu {
    width: 50%;
}

.footer-block.footer-content-bottom .widget.widget_nav_menu ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    padding-left: 0;
}

.footer-block.footer-content-bottom .widget.widget_nav_menu ul.menu li a,
.footer-block.footer-content-bottom .widget.widget_text p {
    color: #A7A7A7;
    font-family: Red Hat Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: capitalize;
    text-decoration: none;
    margin: 0;
}

.footer-block.footer-content-bottom .widget.widget_nav_menu ul.menu li:not(:first-child) {
    margin-left: 75px;
}


.footer-block.footer-contact ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.footer-block.footer-contact ul li {
    width: 100%;
    margin-bottom: 4px;
    list-style: none;
}

.footer-block.footer-content-bottom .textwidget ul {
    font-family: Red Hat Display;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #A7A7A7;
    list-style-type: none;
    padding-left: 0;
    display: flex;
    column-gap: 24px;
    margin-bottom: 0;
    margin-top: 10px;
}

.footer-block.footer-contact .widget_block:nth-child(2) {
    margin-bottom: 40px;
    padding-bottom: 34px;
    border-bottom: 1px solid #3DDBD1;
}

.footer-block.footer-menu .widget.widget_nav_menu .menu>li a:hover,
.footer-contact .widget-content ul li a:hover,
.footer-block.footer-content-bottom .widget.widget_nav_menu ul.menu li a:hover {
    color: #3DDBD1;
}

.footer-block.footer-content-bottom .widget.widget_text {
    width: 50%;
}

.footer-block.footer-content-bottom .widget.widget_nav_menu ul.menu li {
    list-style: none;
    line-height: 0;
}

.footer-block.footer-contact h2.widget-title.subheading {
    color: #3DDBD1;
    font-family: Red Hat Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 5px;
}

.footer-block.footer-contact .widget-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    margin: 0 0 15px;
}

.footer-block.footer-contact .widget-content p a {
    font-family: Red Hat Display;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
}

.footer-block.footer-social h2 {
    color: #fff;
    font-family: Red Hat Display;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0 0 12px;
}

.footer-block.footer-social form input:not([type="submit"]) {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #3DDBD1;
    color: #3DDBD1;
    font-family: Red Hat Display;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    padding: 11px 30px 11px 0;
    outline: none;
    box-shadow: none;
}


.footer-social input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #26454A inset !important;
    -webkit-text-fill-color: #fff !important
}

.footer-social input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #26454A inset;
    -webkit-text-fill-color: #fff !important
}

.footer-social input:-webkit-autofill,
.footer-social input:-webkit-autofill:hover,
.footer-social input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #26454A inset;
    transition: background-color 5000s ease-in-out 0s
}

.footer-block.footer-social form input::-webkit-input-placeholder {
    color: #3DDBD1;
}

.footer-block.footer-social form input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0;
    border: 0;
    font-size: 0;
    box-shadow: none;
    width: 50px;
    padding: 7px 7px 15px 44px;
    background-position: top 22px right 0px;
    background-color: transparent;
    background-image: url(../images/subcribe.svg);
    background-size: 22px;
    margin: 0;
}

.footer-block.footer-social .widget_text form p {
    max-width: 244px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

form.wpcf7-form.init {
    position: relative;
}

.footer-block.footer-menu ul.menu li {
    margin-bottom: 4px;
    width: 100%;
}

.footer-middle {
    padding-bottom: 68px;
    padding-top: 47px;
}

.footer-top .container {
    position: relative;
    margin-top: -150px;
}

.footer-block.footer-social {
    padding: 0px 73px 0;
}

.footer-top {
    position: relative;
}

.footer-block.footer-social p {
    margin: 0;
}

.footer-block.footer-social .widget_text.widget.widget_custom_html {
    display: none;
}

.footer-block.footer-menu .widget.widget_nav_menu .menu>li.icon-link a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(../images/link.svg);
    position: absolute;
    top: 5px;
    right: 0;
}

.footer-block.footer-menu .widget.widget_nav_menu .menu>li.icon-link a:hover:after {
    background: url(../images/link-hover.svg);
}

.footer-block.footer-contact .widget:nth-of-type(3) a {
    font-size: 16px;
    line-height: 24px;
}

.footer-block.footer-content-bottom .widget.widget_text a {
    display: flex;
}

.footer-block.footer-content-bottom .widget.widget_text a img {
    margin-right: 6px;
}

@media (max-width: 1365px) {
    .footer-block.footer-social {
        padding: 30px 73px 0;
    }

    .footer-block.footer-content-bottom .widget.widget_nav_menu ul.menu li:not(:first-child) {
        margin-left: 30px;
    }

    .footer-block.footer-contact ul li:nth-child(even) {
        width: 100%;
    }

    .footer-top {
        padding-bottom: 30px;
    }

    .footer-block.footer-social {
        padding: 0px 80px 0;
    }

    .footer-block.footer-logo {
        width: 18.5%;
    }


    .footer-block.footer-contact ul li {
        width: 100%;
    }

}

@media (max-width: 1110px) {
    .footer-block.footer-social {
        padding: 0px 60px 0;
    }

    .footer-top {
        padding-bottom: 30px;
    }

    .footer-block.footer-social h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .footer-middle {
        padding-top: 0;
    }

    .footer-top .container {
        margin-top: -110px;
    }
}

@media (max-width: 1024px) {

    .footer-block.footer-content-bottom .widget.widget_text {
        width: 100%;
        order: 2;
    }

    .footer-block.footer-content-bottom .widget.widget_nav_menu {
        width: 100%;
        padding-bottom: 8px;
    }

    .footer-bottom {
        padding-left: calc(18.5% - 20px);
    }

    .footer-block.footer-content-bottom .widget.widget_nav_menu ul.menu {
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .button-sticky {
        top: 50%;
        right: inherit;
        left: 0;
        transform: translateY(-50%);
    }


    .footer-block.footer-contact {
        width: 45%;
        padding-right: 40px;
    }

    .footer-block.footer-menu {
        width: 55%;
    }

    .footer-block.footer-logo {
        width: 100%;
    }


    .footer-block.footer-content-bottom .widget.widget_nav_menu ul.menu li:not(:first-child),
    .footer-block.footer-content-bottom .widget.widget_nav_menu ul.menu li {
        margin-left: 0;
        margin-right: 12px;
    }

    .footer-bottom {
        padding-left: 0;
    }
}

@media (max-width: 840px) {

    .footer-top .container {
        margin-top: -80px;
    }
}

@media (min-width: 768px) {
    .footer-top .footer-block.footer-logo {
        display: none;
    }
}

@media (max-width: 767px) {
    .footer-top .container {
        margin-top: 0;
    }

    footer .wpcf7 form.sent .wpcf7-response-output,
    body footer .wpcf7 form .wpcf7-response-output {
        margin-top: 15px;
    }

    .footer-block.footer-contact {
        width: 100%;
        border-top: 1px solid #3DDBD1;
        padding-top: 40px;
        padding-right: 0;
    }

    .footer-block.footer-menu {
        width: 100%;
        padding-bottom: 14px;
        padding-right: 0;
    }

    .footer-block.footer-contact ul li,
    .footer-block.footer-contact ul li:nth-child(even) {
        width: 100%;
        margin-bottom: 12px;
    }


    .footer-contact .widget-content ul li a {
        padding-left: 29px;
    }

    .footer-block.footer-content-bottom .widget.widget_nav_menu ul.menu li a,
    .footer-block.footer-content-bottom .widget.widget_text p {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.01em;
        text-align: left;
    }

    .footer-middle {
        padding-bottom: 22px;
        border-top: 1px solid #3DDBD1;
        padding-top: 25px;
    }

    .footer-block.footer-content-bottom .widget.widget_nav_menu ul.menu li {
        margin: 0px 15px 0 0;
    }

    .footer-content-bottom .widget.widget_nav_menu ul.menu li:not(:first-child) {
        margin-left: 0;
        margin-right: 15px;
    }

    .footer-contact .widget-content ul li a:before {
        width: 20px;
        height: 20px;
    }

    .widget.widget_nav_menu ul.menu li:last-child {
        margin-right: 0;
    }

    .footer-middle .footer-block.footer-logo {
        display: none;
    }

    footer {
        padding: 20px 0 40px 0;
    }

    .footer-top .container {
        position: static;
        transform: none;
    }

    .line-mobile {
        display: none;
    }

    .footer-block.footer-logo img {
        max-width: 114px;
        width: 100%;
    }

    .footer-block.footer-logo {
        margin-bottom: 24px;
    }

    h2.widget-title.subheading.heading-size-3 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.02em;
        margin-bottom: 14px;
    }

    .footer-block.footer-social .widget_text.widget.widget_custom_html {
        display: block;
        max-width: 100%;
    }

    .footer-block.footer-social .widget_text.widget.widget_custom_html ul li a {
        font-size: 0;
        display: inline-block;
        position: relative;
    }

    .footer-block.footer-social .widget_text.widget.widget_custom_html ul li a:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
    }

    .footer-block.footer-social .widget_text.widget.widget_custom_html ul li a.facebook:before {
        background: url(../images/facebook.svg);
    }

    .footer-block.footer-social .widget_text.widget.widget_custom_html ul li a.web-chat:before {
        background: url(../images/wechat.svg);
        background-size: contain;
    }

    .footer-block.footer-social .widget_text.widget.widget_custom_html ul li a.weibo:before {
        background: url(../images/weibo.svg);
        background-size: contain;
    }

    .footer-block.footer-social .widget_text.widget.widget_custom_html ul li a.instagram:before {
        background: url(../images/instagram.svg);
    }

    .footer-block.footer-social .widget_text.widget.widget_custom_html ul {
        padding-left: 0;
        display: flex;
        justify-content: flex-start;
        margin: 24px 0 0;
    }

    .footer-block.footer-social .widget_text.widget.widget_custom_html ul li {
        margin-right: 22px;
    }

    .footer-top {
        padding-bottom: 27px;
    }

    .footer-block.footer-menu ul.menu li:nth-child(odd) {
        width: 126px;
    }

    .footer-block.footer-menu ul.menu li:nth-child(even) {
        width: calc(100% - 126px);
    }

    .footer-middle .container {
        padding: 0;
    }

    .footer-middle .container>div>div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-block.footer-social {
        padding: 0;
    }

    .footer-block.footer-menu ul.menu li {
        margin-bottom: 8px;
    }

    .footer-block.footer-contact .widget-content p {
        margin: 0 0 16px;
    }

    form.wpcf7-form:not(.submitting) .wpcf7-spinner {
        display: none;
    }

    .footer-block.footer-social .widget_text.widget.widget_custom_html ul li a.phone_number:before,
    .footer-block.footer-social .widget_text.widget.widget_custom_html ul li a.map_link:before,
    .footer-block.footer-social .widget_text.widget.widget_custom_html ul li a.email_address:before {
        display: none;
    }

    .footer-block.footer-content-bottom .textwidget ul {
        flex-direction: column;
        row-gap: 4px;
    }
}

@media (max-width: 385px) {
    .footer-block.footer-menu .widget.widget_nav_menu .menu>li.icon-link a:after {
        position: static;
        margin-left: 8px;
    }
}