<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
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
*/
@keyframes tada {
0% {
    transform: scaleX(1);
}
10%, 20% {
    transform: scale3d(1, 1, 1) rotate(-3deg);
}
30%, 50%, 70%, 90% {
    transform: scale3d(1.2, 1.2, 1.2) rotate(1deg);
}
40%, 60%, 80% {
    transform: scale3d(1.2, 1.2, 1.2) rotate(-2deg);
}
100% {
    transform: scaleX(1);
}
}
.head-right-btn .elementor-button{animation: tada 1.2s infinite;}
.main-menu .menu-item img{ width:25px;margin-right: 5px;}
.main-menu .sub-menu{border: 2px solid #ddd;box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);padding: 20px!important;width: 260px!important;}
.bg-title-sj .elementor-widget-container{-webkit-mask-image: url(/wp-content/uploads/2025/04/triangle.svg);
    -webkit-mask-size: 100%;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;}
.btn-line .elementor-button{ position:relative; overflow:hidden}
.btn-line .elementor-button:after {
    box-shadow: inset 0 1.2em 0 0 hsla(0, 0%, 100%, .1);
    content: "";
    height: 100%;
    left: -25%;
    position: absolute;
    top: 0;
    width: 150%;}
.line-mid-title .elementor-heading-title{
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.line-mid-title .elementor-heading-title b{ margin:0 15px;}
.line-mid-title .elementor-heading-title:before{ content:'';background-color:#DDE1E7;
    display: block;
    flex: 1;
    height: 2px;}
.line-mid-title .elementor-heading-title:after{ content:'';background-color:#DDE1E7;
    display: block;
    flex: 1;
    height: 2px;}
.box-shadow-1{box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);}
.box-shadow-3 .elementor-widget-container{box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22); overflow:hidden}
.img-hover img{ -webkit-transition: all linear .5s;transition: all linear .5s; z-index: 10;-webkit-transform: scale(1); -moz-transform: scale(1);transform: scale(1);}
.img-hover img:hover{-webkit-transition: all linear .2s;transition: all linear .2s; z-index: 10;-webkit-transform: scale(1.1);-moz-transform: scale(1.1; transform: scale(1.1);}




@media screen and (max-width:480px){
 

}

</pre></body></html>