/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.message-form-box {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 998;
    width: 220px;
}

/* 底部触发按钮样式 */
.message-trigger {
    background: #156944;
    color: white;
    padding: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease; border-radius:5px 5px 0 0
}

.message-trigger.hidden {
    display: none;
}

/* 弹出框样式 */
.message-popup {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
    background: white;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.message-popup.active {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

/* 头部样式 */
.message-header {
    background:#156944!important;
    color: white;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.message-popup .wpforms-submit{ background:#156944!important;}
.message-popup .wpforms-container .wpforms-field{ padding:7px 0!important}
.radius-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.message-header b {
    flex-grow: 1;
}

.arrow-toggle {
    transition: transform 0.3s ease;
}
.wpf-captcha-container{ margin:0 0 20px 0!important}
.wpf-captcha-container label{ display:none}
.wpf-captcha-field{ display:flex;white-space: nowrap;align-items: center;gap: 10px;}
/* 表单容器样式 */
.message-form {
    padding: 20px;
    background: white;
    max-height: 80vh;
    overflow-y: auto;
}

/* WPForms 样式优化 */
.message-form .wpforms-container {
    margin: 0;
}

.message-form .wpforms-field {
    padding: 8px 0;
}

.message-form .wpforms-field input,
.message-form .wpforms-field textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 10px;
}

.message-form .wpforms-field textarea {
    min-height: 120px;
    resize: vertical;
}

/* hCaptcha 验证码优化 */
.message-form .h-captcha {
    margin: 10px 0;
    transform-origin: left;
    transform: scale(0.9);
}

/* 提交按钮样式 */
.message-form .wpforms-submit {
    width: 100%;
    background: #20B2AA;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.message-form .wpforms-submit:hover {
    background: #1a9690;
}

/* 移动端适配 */
@media (max-width: 480px) {
    .message-form-box {
        width: 100%;
    }
    
    .message-form .h-captcha {
        transform: scale(0.8);
    }
}
*:after, *:before { transition: All 0.3s ease-in-out;}
.top-carousel .e-n-carousel { padding-bottom:0!important}
.top-carousel .elementor-swiper-button{ top:25px!important}
.home-banner .swiper-pagination{ bottom:15px!important;}
.home-banner .elementor-swiper-button,.reviews-slider .elementor-swiper-button{border-radius: 50%;
    border: 2px solid #4479c5; width:48px; height:48px;align-items: center;
    justify-content: center;}
.home-banner .elementor-swiper-button:hover,.reviews-slider .elementor-swiper-button:hover{ background:#4479c5}
.home-section01 .item:hover{ background:#4479c5}
.home-section01 .item:hover .elementor-image-box-title,.home-section01 .item:hover .elementor-image-box-description{ color:#fff}
.home-section01 .item:hover .elementor-image-box-img img{filter: grayscale(100%); -webkit-filter: grayscale(100%);  filter: brightness(0%) invert(100%);  -webkit-filter: brightness(0%) invert(100%);}
.home-banner .swiper-slide-inner img{ display:block}
.call-action-section .elementor-cta .elementor-cta__title{transition: All 0.3s ease-in-out;}
.call-action-section .elementor-cta .elementor-cta__title:after{content: "\f054";font-family:"Font Awesome 5 Free"; font-weight:900; width:0; opacity:0; display:inline-block}
.call-action-section .elementor-cta:hover .elementor-cta__title:after{width:20px; opacity:1}
.purple-img-box .elementor-image-box-img{ background:#4479c5; border-radius:50%; width:65px; height:65px;}
.purple-img-box  .elementor-image-box-content { width: calc(100% - 80px);}
.purple-img-box-30 .elementor-image-box-img{ background:#4479c5; border-radius:5px; width:30px; height:30px;}
.purple-img-box-30 .elementor-image-box-content { width: calc(100% - 40px);}
.purple-img-box-30.item-position{ position:absolute;left: 0;
    bottom: 0;
    right: 0;
    padding: calc(3vw + 60px) calc(0.25vw + 10px) calc(1vw + 10px);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #1f2328 80%); border-radius:0 0 10px 10px}
.layout-bg{position: relative; overflow:hidden}
.layout-bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border: calc(4vw + 20px) solid transparent;
    border-top: none;
    border-right: 100vw solid #ffffff;
    z-index: 1;height: auto;
}
.layout-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border: 77px solid transparent;
    border-bottom: none;
    border-right: 100vw solid #fff;
    z-index: 1;}
.home-video-section{ overflow:inherit!important}
.home-video-section:after{content: "";
  position: absolute;
  left: calc(1vw + 5px);
  top: calc(1vw + 5px);
  width: 100%;
  height: 100%;
  border: calc(0.3vw + 4px) solid #4479c5;
  z-index: -1;
  box-sizing: border-box;
  border-radius: 5px;}
.reviews-slider .elementor-testimonial__header{flex-direction: column; align-items: center;}
.reviews-slider .elementor-star-rating{ padding:40px 0 20px 0}
.reviews-slider .elementor-testimonial__content{ max-width:860px; margin:auto; text-align:center}
.reviews-slider .elementor-swiper-button:hover svg{ fill:#fff!important}
.home-top-carousel{ justify-content:center}
.blue-img img{filter: invert(1);}
.mod-bg-r{}
.mod-bg-r:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 150%;
    transform: skewX(-10deg);
    background:#4479c5;}
.mod-bg-r>.elementor-element{ z-index:2}
.personal-section .elementor-image-box-wrapper:hover .elementor-image-box-title{color:#4479c5;font-weight:bold;}
.personal-section .elementor-image-box-wrapper .elementor-image-box-title:after {
    content: "";
    width: calc(1vw + 20px);
    height: 5px;
    background: #4479c5;
    border-radius: 10px;
    display: block;
    margin: 5px auto 0;
    opacity: 0;}
.personal-section .elementor-image-box-wrapper:hover .elementor-image-box-title:after{ opacity:1}
.team-img-con .bottom-section{ position:absolute; left:20px; bottom:10px; width:calc(100% - 40px)}
.title-right-link{ color:#4479c5;padding: 0 3px; font-size:20px;border: 1px solid #4479c5;text-transform: uppercase;
    border-radius: calc(0.25vw + 5px);}
.title-right-link:hover{ background:#4479c5; color:#fff}
.q-a-section .elementor-heading-title,.q-a-section .elementor-widget-text-editor{ position:relative; padding-left:55px;}
.q-a-section .elementor-heading-title:before{ content:''; background:url(/wp-content/uploads/2025/09/oemfive-icon01.png) left top no-repeat; width:40px; height:40px; border-radius:5px; display:block; position:absolute;left:0; top:0}
.q-a-section .elementor-widget-text-editor:before{content:''; background:url(/wp-content/uploads/2025/09/bfc615f85e1b2660c73565.png) left top no-repeat; width:40px; height:40px; border-radius:5px; display:block; position:absolute;left:0; top:0}
.q-a-section:hover .elementor-heading-title{color:#4479c5!important;}
div.wpforms-container-full:not(:empty){ margin:0!important}
.foot-form .wpforms-container .wpforms-field{ padding:5px 0}
.foot-form .wpforms-submit{ text-transform:uppercase; padding:10px 40px!important}
.foot-subscription .wpforms-container .wpforms-field{ padding:0!important}
.foot-subscription .wpforms-form{ display:flex}
.foot-subscription .wpforms-submit-container{ margin-top:0!important}
.foot-subscription .wpforms-submit{width: 80px;background: #4479c5!important; border-radius:0 5px 5px 0!important; height:43px!important; margin-left:-1px; font-size:0!important; outline:none!important}
.foot-subscription .wpforms-submit:before{content: "\f1d8";
    font-family:"Font Awesome 5 Free"; font-weight:900; font-size:20px;
    display: block;
    text-align: center;}
.foot-subscription .wpforms-field-large{ border-radius:5px 0 0 5px!important; border:0!important}
.num-txt .elementor-heading-title{ background:#4479c5;border-radius: 5px; display:inline-block; width:30px; height:30px; text-align:center; line-height:30px;}
.process-step-section>.elementor-element:hover .elementor-vertical-align-top .elementor-image-box-title,.process-step-section>.elementor-element:hover .elementor-position-top .elementor-image-box-title{ color:#4479c5!important}
.check-ul ul,.check-ul li{ list-style:none; padding:0; margin:0}
.check-ul li{ display:flex;margin-bottom: 10px;}
.check-ul li:before {
    content: "✔";
    flex: 0 0 calc(0.25vw + 15px);color:#4479c5; margin-right:5px; display:block}
.quotation-forms .wpforms-submit-container{text-align:center}
.history-section .history-row:hover .left .elementor-heading-title{color:#4479c5!important}
.history-section .history-row .left:before {
    content: "";
    width: 3px;
    height: calc(1vw + 20px);
    left: 0;
    top: calc(2vw + 10px);
    position: absolute;
    background: #4479c5;}
.history-section .history-row:hover .right{ border-bottom-color:#4479c5!important}
.hover-top-line:before {
    content: "";
    top: 0;
    left: 0;
    height: 5px;
    width: 0;
    background: #4479c5;
	position: absolute;transition: All 0.3s ease-in-out; z-index:1; border-radius:10px 10px 0 0}
.hover-top-line:hover:before {width: 100%;}
.process-item .elementor-image-box-wrapper{ width:158px; height:158px; margin:0 auto; overflow:hidden;position: relative; border-radius:50%}
.process-item .elementor-image-box-content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;width:100%;
    height: calc(0.5vw + 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;}
.process-item .elementor-image-box-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#4479c5;
    opacity: 0.8;
    z-index: -1;}
.process-item:hover .elementor-image-box-content:after { background:#000}
.process-item:hover .elementor-image-box-content{ height:100%}
.process-item:hover .process-text{box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);}
.divider-radius-10 .elementor-divider-separator{ border-radius:10px;}
.capacity-tab table td,.capacity-tab table th{ border:0!important; padding:5px 42px;line-height: 1.8;}
.capacity-tab table tr{ border-top:1px solid #ccc}
.capacity-tab table tr:first-child{ border-top:0}
.capacity-tab table tbody>tr:nth-child(odd)>td, .capacity-tab table tbody>tr:nth-child(odd)>th,.capacity-tab table tbody tr:hover>td,.capacity-tab table tbody tr:hover>th{ background:none}
.capacity-tab table tr:first-child th:first-child{ text-align:left}
.capacity-tab table tr td:nth-child(2){ text-align:center}
.capacity-tab table tbody tr:hover{ color:#4479c5!important}
.flip-box-hover:hover .elementor-flip-box__front .elementor-flip-box__layer__title{ opacity:0}
.purple-txt{ color:#4479c5!important}
.capacity-tab table{ margin-bottom:0}
.hover-section-cc{ position:relative; overflow:hidden;border-radius:10px;}
.hover-section-txt{position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        transform: translate(0, calc(1vw + 40px));padding: calc(1vw + 10px);transition: All 0.3s ease-in-out;}
.hover-section-cc:hover .hover-section-txt{background: rgba(0, 0, 0, 0.8);
        transform: translate(0, 0); }
.hover-section-txt .elementor-widget-text-editor p{opacity: 0; }
.hover-section-cc:hover .hover-section-txt .elementor-widget-text-editor p{opacity: 1; }
.hover-section-cc:hover .hover-section-txt .elementor-heading-title{ color: #4479c5!important;}
.b-txt b{ font-weight:normal}
.hover-special:hover .elementor-heading-title{color: #4479c5!important;}
.hover-special .elementor-widget-image img{ width:100%; display:block;height: 100%; object-fit: cover;}
.left-line-tit .elementor-heading-title{display: flex}
.left-line-tit .elementor-heading-title:before {
    content: "";
    width: 5px;
    height: calc(0.25vw + 20px);
    background: #4479c5;
    border-radius: 10vw;
    margin-right: 5px;display: inline-block; margin-right:5px;}
.fabric-tab-txt table td,.fabric-tab-txt table th{ border:0}
.fabric-tab-txt table tr{border-bottom: 1px solid #999;}
.fabric-tab-txt table thead:first-child tr:first-child th{border-block-start: 0;} 
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{ background:none}
.fabric-tab-txt table td{ text-align:center}
.fabric-table .e-n-tab-title{border-radius:10px;
    background: url(/wp-content/uploads/2025/09/soprtone-image01.jpg) center / cover no-repeat;line-height: calc(1vw + 25px); padding:0!important;
    text-align: center; display:block}
.fabric-table .e-n-tab-title .e-n-tab-title-text{ padding: calc(2vw + 10px) calc(1vw + 10px);border-radius:10px;}
.fabric-table .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text{background-color: rgba(0, 0, 0, .6);}
.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(1),.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(1)[aria-selected="true"] {background-image: url(/wp-content/uploads/2025/09/soprtone-image01.jpg)!important;}
.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(2),.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(2)[aria-selected="true"] {background-image: url(/wp-content/uploads/2025/09/soprtone-image02.jpg)!important;}
.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(3),.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(3)[aria-selected="true"] {background-image: url(/wp-content/uploads/2025/09/soprtone-image03.jpg)!important;}
.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(4),.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(4)[aria-selected="true"]  {background-image: url(/wp-content/uploads/2025/09/soprtone-image04.jpg)!important;}
.fabric-table .e-n-tab-title[aria-selected="true"]{background-color: inherit!important;}
.fabric-table02 .e-n-tabs-heading .e-n-tab-title:nth-of-type(1),.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(1)[aria-selected="true"] {background-image: url(/wp-content/uploads/2025/09/soprtone-image05.jpg)!important;}
.fabric-table02 .e-n-tabs-heading .e-n-tab-title:nth-of-type(2),.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(2)[aria-selected="true"] {background-image: url(/wp-content/uploads/2025/09/soprtone-image06.jpg)!important;}
.fabric-table02 .e-n-tabs-heading .e-n-tab-title:nth-of-type(3),.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(3)[aria-selected="true"] {background-image: url(/wp-content/uploads/2025/09/soprtone-image07.jpg)!important;}
.fabric-table02 .e-n-tabs-heading .e-n-tab-title:nth-of-type(4),.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(4)[aria-selected="true"]  {background-image: url(/wp-content/uploads/2025/09/soprtone-image08.jpg)!important;}

.fabric-table03 .e-n-tabs-heading .e-n-tab-title:nth-of-type(1),.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(1)[aria-selected="true"] {background-image: url(/wp-content/uploads/2025/09/soprtone-image09.jpg)!important;}
.fabric-table03 .e-n-tabs-heading .e-n-tab-title:nth-of-type(2),.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(2)[aria-selected="true"] {background-image: url(/wp-content/uploads/2025/09/soprtone-image10.jpg)!important;}
.fabric-table03 .e-n-tabs-heading .e-n-tab-title:nth-of-type(3),.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(3)[aria-selected="true"] {background-image: url(/wp-content/uploads/2025/09/soprtone-image11.jpg)!important;}
.fabric-table03 .e-n-tabs-heading .e-n-tab-title:nth-of-type(4),.fabric-table .e-n-tabs-heading .e-n-tab-title:nth-of-type(4)[aria-selected="true"]  {background-image: url(/wp-content/uploads/2025/09/soprtone-image12.jpg)!important;}
.fabric-table .e-n-tab-title .e-n-tab-title-text{ display:block}
.fabric-table .e-n-tab-title .e-n-tab-title-text:after {
    content: "";
    width: 20px;
    height: 5px;
    background:#4479c5;
    border-radius: 10px;
    display: block;
    margin: auto;
    opacity: 0;}
.fabric-table .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text:after{ opacity:1}
.head-menu .sub-menu{ min-width:150px!important; box-shadow:0 0 15px 0 rgba( 0,0,0,.15)}
.menu-item-1294 .sub-menu{ min-width:250px!important;}
.line-l-tit h2.elementor-heading-title{ position:relative}
.line-l-tit h2.elementor-heading-title:before {
    content: "";
    width: 5px;
    height: calc(0.25vw + 20px);
    background: #4479c5;
    border-radius: 10vw;
    position: absolute;
    left: -30px;
    top: 0;}
.hover-top-20>.elementor-element{ background:#fff; border-radius:10px}
.hover-top-20>.elementor-element:hover{transform: translate(0, -20%);}
.hover-top-20>.elementor-element:hover .elementor-image-box-title{ color:#4479c5}
.prices-item-cc{ position:relative}
.bottom-txt{ position:absolute;left: 10px;
    right: 10px;
    bottom: 10px;
    padding: calc(0.5vw + 10px);
    background:#1f2328;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;width: calc(100% - 20px);}
.prices-item-cc:hover .bottom-txt{background:#4479c5;}
.prices-item-cc .bottom-txt>.elementor-element{ width:auto!important}
.prices-item-cc .bottom-txt .right-txt .elementor-heading-title span{ font-weight:normal!important; color:rgba(255,255,255,0.7); font-size:16px;}
.prices-item-cc:hover .bottom-txt .right-txt .elementor-heading-title,.prices-item-cc:hover .bottom-txt .right-txt .elementor-heading-title span{ color:#fff!important}
.about-box-img .elementor-image-box-img{filter: grayscale(100%);opacity: 0.3;}
.about-box-img:hover .elementor-image-box-img{opacity: 1; filter: grayscale(0%);}
.about-box-img:hover .elementor-image-box-title{color: #7967aa!important;}
.num-li-cc ul {list-style: none;counter-reset: my-counter;padding: 0; }
.num-li-cc li {counter-increment: my-counter; padding:15px 0; position:relative; padding-left:40px;}
.num-li-cc li::before {          
            content: counter(my-counter, decimal); 
            display: inline-block;
            width: 30px;height:30px;line-height:30px;
            text-align: center;
            margin-right: 0.5em;
            background-color:#333;
            border-radius:3px; color:#fff; font-size:20px; font-weight:600; position:absolute; left:0; top:15px;}
.loop-item01 .e-n-accordion-item{border-bottom: 1px solid #ddd; padding:15px 0}
.loop-item01 .elementor-widget-theme-post-excerpt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; margin:0 }
.loop-item01 .e-n-accordion-item-title{ padding-top:0; padding-bottom:0}
.faq-list-post .elementor-post__text{display: flex;flex-direction: row; justify-content: space-between; align-items: center;border-bottom: 1px dashed #ccc; height:40px;}
.faq-list-post .elementor-post__text .elementor-post__title{ width:calc(100% - 200px) }
.faq-list-post .elementor-post__text .elementor-post__title a{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden; }
.faq-list-post .elementor-post__text:hover .elementor-post__title a{ font-weight:bold!important}
.faq-list-post .elementor-post__text .elementor-post__meta-data{ width:150px; margin:0; text-align:right}
.faq-list-post .elementor-post .elementor-post__text{ position:relative; padding-left:10px;}
.faq-list-post .elementor-post .elementor-post__text:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #666;
    display: block; position:absolute; left:0; top:50%;transform: translateY(-50%)}
.faq-category li{border-bottom: 1px dashed #ccc;}
.faq-category li a:before {
    content: "\f105";
    padding: 0 5px; font-family:"Font Awesome 5 Free"; font-weight:900;
    line-height: 20px; opacity:1!important; background:none!important;position: static;}
.faq-img-box .elementor-image-box-content{ padding:30px;}
.faq-img-box .elementor-image-box-content .elementor-image-box-title{margin:0}
.faq-img-box .elementor-image-box-content .elementor-image-box-title a{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; }
.img-hover img,.pro-list-post .elementor-post__thumbnail img{ -webkit-transition: all linear .3s;transition: all linear .3s; z-index: 10;}
.img-hover:hover img,.pro-list-post .elementor-post:hover .elementor-post__thumbnail img{webkit-transform: scale(1.1);-moz-transform: scale(1.1); transform: scale(1.1);}
.img-hover .elementor-image-box-img{ overflow:hidden}
.faq-img-box:hover .elementor-image-box-content .elementor-image-box-title a{color: #4479c5!important;}

.elementor-post-navigation{display: block;}
.elementor-post-navigation .elementor-post-navigation__link{ width:100%}
.elementor-post-navigation .elementor-post-navigation__link:hover .post-navigation__prev--title,.elementor-post-navigation .elementor-post-navigation__link:hover  .post-navigation__next--title{ text-decoration: underline;}
.elementor-post-navigation span.elementor-post-navigation__link__next, .elementor-post-navigation span.elementor-post-navigation__link__prev{flex-direction: row;}
.elementor-post-navigation .elementor-post-navigation__next a { justify-content: flex-start;}
.blog-list-post .elementor-post{background: #f9f9f9;}
.blog-list-post .elementor-post__text{ padding:30px;display: flex}
.blog-list-post .elementor-post__thumbnail__link{ margin-bottom:0!important}
.blog-list-post .elementor-post__title{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.blog-list-post .elementor-post__excerpt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.blog-list-post .elementor-post__title{ order:1}
.blog-list-post .elementor-post__excerpt{ order:2;margin: 10px 0px!important;}
.blog-list-post .elementor-post__meta-data{ order:3}
.blog-list-post .elementor-post-date:before{content: "\f274";font-family:"Font Awesome 5 Free"; font-weight:900; }
.blog-list-post .elementor-post{ position:relative}
.blog-list-post .elementor-post:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #4479c5;
    transition: All 0.3s ease-in-out;}
.blog-list-post .elementor-post:hover:after{ width:100%}
.blog-list-post .elementor-post:hover .elementor-post__title a{ color:#4479c5!important}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{height: auto;left: auto;position: inherit;top: auto;transform: none;}
.elementor-post__thumbnail{ padding-bottom:0!important} 
.pro-list-post .elementor-post__thumbnail{ overflow:hidden}
.pro-list-post-cate .elementor-post__title,.pro-list-post-cate .elementor-post__excerpt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; }
.pro-category li {border-bottom: 1px solid #ccc;}
.pro-features table td, .pro-features table th{ border:0; text-align:left; font-weight:normal;padding: 5px 0px;}
table tbody tr:hover>td, table tbody tr:hover>th{ background:none}
.pro-single-con table td,.pro-single-con table th{ padding:5px;}
.pro-single-con table p{ margin:0}
.editer-td{ min-height:inherit!important}
.pro-single-con table { margin:10px 0}
.editer-color-a1 .detail-title {border-bottom:1px solid #cecece;}
.editer-module{ margin-top:10px}
.editer-module>div {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;}
.editer-module .detail-pic>div{flex: 1 2 0;margin: 0 5px;}
.editer-color-a1 .detail-title>* {
    color: #333;
    background: #d9d9d9;margin-bottom: -1px;
    padding: 10px 20px;display: block;}
.home-post-list .elementor-post{ background:#fff}
.home-post-list .elementor-post__text{ padding:20px!important;}
.home-post-list .elementor-post__title a{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; }
.home-post-list .elementor-post:hover .elementor-post__title a{color: #4479c5;}
.home-post-list .elementor-post__excerpt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden; }
.product-gallery-thumbs .swiper-slide-thumb-active{border-color:#4479c5}
.swiper-pagination-bullet-active{ background:#4479c5!important}
.product-gallery-thumbs .swiper-button-next, .product-gallery-thumbs .swiper-button-prev{background-color: rgba(205,41,125, 0.7);}



@media screen and (max-width:1024px){
.head-menu .elementor-menu-toggle{ margin-top:-50px;}	
	.top-carousel .elementor-swiper-button { top: 50% !important;}
	.process-item .elementor-image-box-wrapper{ width:140px; height:140px;}
	.capacity-tab table td,.capacity-tab table th{ padding:5px 25px;}
	.faq-img-box .elementor-image-box-content,.blog-list-post .elementor-post__text{ padding:15px;}
}

@media screen and (max-width:480px){
	.home-section01 .elementor-image-box-wrapper,.purple-img-box .elementor-image-box-wrapper,.purple-img-box-30 .elementor-image-box-wrapper,.left-img-40 .elementor-image-box-wrapper{ display:flex;text-align: left;}
	.home-section01 .elementor-image-box-img{ width:45px;} 
	.home-section01 .elementor-image-box-content{ width:calc(100% - 60px)}
	.purple-img-box-30 .elementor-image-box-img{ width:30px;} 
	.purple-img-box-30 .elementor-image-box-content{ width:calc(100% - 45px)}
	.left-img-40 .elementor-image-box-img{ width:40px;} 
	.left-img-40 .elementor-image-box-content{ width:calc(100% - 50px)}
	.purple-img-box .elementor-image-box-img{ width:65px;} 
	.purple-img-box .elementor-image-box-content{ width:calc(100% - 80px)}
	.home-banner .elementor-swiper-button, .reviews-slider .elementor-swiper-button{ display:none!important}
	.elementor-counter-title{ text-align:center}
	.mod-bg-r:after{transform: none;}
	.process-step-section .left-img-40 .elementor-image-box-wrapper{ align-items:center}
	.hover-top-line{ display:block}
	.hover-section-txt{ position:static;display: block; transform: none;}
	.hover-section-txt .elementor-heading-title{ color:#000!important}
	.hover-section-txt .elementor-widget-text-editor p{ color:#1a1a1a!important; opacity:1}
	.hover-section-cc:hover .hover-section-txt{ background:none; transform: none;}
	 table{display: block;overflow-x: auto;}
	.fabric-table .e-n-tabs-heading{ display:flex}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {margin-block-end: 0;}
	.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {margin-block-start: 0;}
	.line-l-tit h2.elementor-heading-title:before{ left:-15px}
	.pro-list-post-cate .elementor-post__excerpt{ display:none}
}















