/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor child theme.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.0.1712632823
Updated: 2024-04-09 11:20:23
*/

#online_qq_layer {
    z-index: 9999999;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 350px;
    max-width: calc(100vw - 24px);
}

#online_qq_layer .elementor-container,
#online_qq_layer .elementor-column,
#online_qq_layer .elementor-widget-wrap {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

#online_qq_layer .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

#online_qq_tab {
    width: 350px;
    max-width: calc(100vw - 24px);
    position: relative;
    z-index: 9;
}

#floatShow {
    display: block;
    width: 90%;
    height: 56px;
    margin-left: auto;
    overflow: hidden;
}

#floatShow img {
    display: block;
    width: 264px;
    height: 60px;
    margin-left: auto;
    object-fit: contain;
    object-position: right bottom;
}

#elementor-popup-modal-247 {
    justify-content: flex-end;
    align-items: flex-end;
    pointer-events: none;
}

#elementor-popup-modal-247 .dialog-widget-content {
    width: 350px !important;
    max-width: calc(100vw - 24px);
    margin: 0 !important;
    overflow: visible !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-left: 1px solid #21ade5;
    border-right: 1px solid #21ade5;
    border-radius: 0 !important;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1) !important;
    pointer-events: all;
    animation: hfunOnlinePopupShow 0.4s ease both;
}

#elementor-popup-modal-247 .dialog-message {
    width: 350px;
    width: 350px !important;
    height: auto !important;
    max-width: calc(100vw - 24px);
    padding: 0 !important;
    overflow: visible !important;
}

#elementor-popup-modal-247 .hfun-popup-close-tab,
#elementor-popup-modal-247 .hfun-popup-close-tab .elementor-widget-wrap {
    padding: 0 !important;
}

#floatHide {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

#floatHide img {
    display: block;
    width: 350px;
    height: 40px;
    object-fit: cover;
}

#floatHideRight {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    width: 32px;
    height: 54px;
    transform: translateY(-50%);
    cursor: pointer;
}

#floatHideRight .elementor-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 54px;
    color: #ffffff;
    background: #05b5e6;
    border-radius: 4px 0 0 4px;
    box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.16);
}

#floatHideRight .elementor-icon:hover {
    background: #0077be;
}

#onlineService {
    width: 350px;
    max-width: calc(100vw - 24px);
    overflow: hidden;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.9);
}

#onlineService .i_message_inquiry {
    padding: 20px;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
}

#onlineService .p {
    color: #808080;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
}

#onlineService .elementor-field-group {
    padding: 0 !important;
    margin-bottom: 20px;
}

#onlineService .elementor-field,
#onlineService .elementor-field-textual {
    color: #666666;
    width: 100%;
    padding-left: 10px;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

#onlineService input.elementor-field {
    height: 34px;
}

#onlineService textarea.elementor-field {
    height: 100px;
    min-height: 100px;
}

#onlineService .elementor-field:focus,
#onlineService .elementor-field-textual:focus {
    border-color: #05b5e6;
    box-shadow: none;
}

#onlineService .elementor-button {
    display: inline-block;
    min-height: 30px;
    margin-top: 15px;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    background: #05b5e6;
    border: none;
    border-radius: 0;
    transition: 0.5s all;
}

#onlineService .elementor-button:hover,
#onlineService .elementor-button:focus {
    color: #ffffff;
    background: #0077be;
}

@keyframes hfunOnlinePopupShow {
    0% {
        max-height: 0;
        opacity: 0;
    }

    100% {
        max-height: 340px;
        opacity: 1;
    }
}

@media only screen and (max-width: 768px) {
    #online_qq_layer {
        display: none;
    }
}

.footer_top {
    position: relative;
    background: #0076be;
    background: linear-gradient(to top, #0076be, #55badf);
}

.footer_top > .elementor-container {
    position: relative;
    max-width: 1170px;
}

.footer_top .white_top {
    position: absolute;
    top: -28px;
    left: 50%;
    width: 100vw;
    max-width: none;
    transform: translateX(-50%);
    pointer-events: none;
}

.footer_top .white_top img {
    display: block;
    width: 100%;
    height: 28px;
}

.footer_top .footer_logo {
    float: left;
    width: 65px;
}

.footer_top .footer_logo img {
    width: 65px;
    height: 66px;
}

.footer_top .p {
    color: #ffffff;
    text-align: center;
    padding: 0 20%;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
}

.hfun-footer-main {
    padding-top: 55px;
    font-size: 14px;
    color: #9a9b9c;
}

.hfun-footer-main > .elementor-container {
    max-width: 1170px;
}

.hfun-footer-main ul,
.hfun-footer-main li {
    padding: 5px 0;
    margin: 0;
    list-style: none;
}

.hfun-footer-main .footer_con {
    padding-right: 5%;
}

.hfun-footer-main .footer_tags {
    padding-right: 5%;
}

.hfun-footer-main .title_h4 .elementor-heading-title {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.hfun-footer-main a {
    color: #9a9b9c;
}

.hfun-footer-main a:hover {
    color: #0479c0;
}

.hfun-footer-main .footer_follow li {
    text-transform: uppercase;
}

.hfun-footer-main .footer_con li {
    padding: 8px 0;
}

.hfun-footer-main .footer_con li:first-child {
    padding: 5px 0;
}

.hfun-footer-main .footer_con li i {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    background: #0479c0;
    border-radius: 50%;
}

.hfun-footer-main .footer_con li:first-child i {
    color: #21ade5;
    background: none;
    margin: 0;
}

.hfun-footer-main .footer_con a:hover {
    color: #21ade5;
}

.hfun-footer-main .footer_newsletter p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    padding-top: 8px;
}

.hfun-footer-newsletter-form {
    position: relative;
}

.hfun-footer-newsletter-form .elementor-form-fields-wrapper {
    position: relative;
    display: block;
}

.hfun-footer-newsletter-form .elementor-field-group {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.hfun-footer-newsletter-form input[type="email"] {
    width: 100%;
    height: 36px;
    padding: 0 42px 0 0;
    color: #999999;
    line-height: 36px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #5a5a5a;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.hfun-footer-newsletter-form input[type="email"]:focus {
    color: #ffffff;
    border-bottom-color: #21ade5;
    box-shadow: none;
}

.hfun-footer-newsletter-form .elementor-field-type-submit {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
}

.hfun-footer-newsletter-form .elementor-button {
    width: 36px;
    height: 36px;
    min-height: 36px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: url("/wp-content/uploads/hfun-footer/email_btn.png") no-repeat center center;
    background-size: 36px 36px;
}

.hfun-footer-newsletter-form .elementor-button-text {
    display: none;
}

.hfun-footer-main .footer_bottom {
    padding: 20px 0;
    text-align: center;
}

.hfun-footer-main .footer_bottom p {
    margin: 0;
}

.hfun-footer-main .footer_bottom .cop {
    color: #999999;
}

.footerW-M,
.height {
    display: none;
}

.footerW-M {
    width: 100%;
}

.footerW-M .elementor-container {
    display: flex;
}

.footerW-M .fot_main {
    width: 24%;
    text-align: center;
}

.footerW-M .fot_main img {
    width: auto;
    height: 20px;
    margin: 0 auto;
}

.footerW-M .fot_main p {
    margin: 3px 0 0;
    color: #ffffff;
    font-size: 13px;
    text-transform: capitalize;
}

.footerW-M .fot_main a {
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .footerW-M {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999999;
        display: block;
        overflow: hidden;
        padding: 6px 0 5px;
        border-top: 2px solid #ffffff;
        background: #0076be;
        background: linear-gradient(to top, #0076be, #55badf);
    }

    .height {
        display: block;
        height: 60px;
    }

    .footer_top {
        text-align: center;
    }

    .footer_top .footer_logo {
        float: none;
        margin: 0 auto 15px;
    }

    .footer_top .p {
        padding: 0 15px;
    }

    .hfun-footer-main .footer_follow,
    .hfun-footer-main .footer_tags,
    .hfun-footer-main .footer_con,
    .hfun-footer-main .footer_newsletter {
        width: 100% !important;
        padding-right: 0;
    }
}
