/* 
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
*/
:root{
	--primary: 28.47deg 100% 50%;
	--secondary: 198.92deg 84.23% 47.25%;
	--gradient-primary: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--secondary)));}
/* Add your custom styles here */
a, .comments-area a, .page-content a {
    text-decoration: none !important;
}
/***
* class: .sticky-header
*/
/* Header default */
.sticky-header {
    /*position: relative;
	top: 0;
    left: 0;
    width: 100%;
    transition: all 0.4s ease;
    z-index: 999;
    opacity: 1;
    transform: translateY(0);*/
}

/* Sticky on scroll — animate in */
.sticky-header.sticky-on-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: translateY(0);
	transition: all 0.4s ease;
}

/* While scrolling up, before it sticks */
.sticky-header:not(.sticky-on-scroll) {
    /*opacity: 0;
    transform: translateY(-20px);*/
}
.read-btn a{overflow:hidden !important;}
.read-btn a:hover .elementor-button-icon{position:relative;}
.read-btn a .elementor-button-icon:before{content: '';
    position: absolute;
    width: 130%;
    height: 130%;
    right: 14px;
    top: -2px;
    background-color: #FFF;
    mix-blend-mode: screen;
    z-index: 0;
    
    -webkit-transform: perspective(0px) rotateZ(45deg) scale(1);
    transform: perspective(0px) rotateZ(45deg) scale(1);
    transition: var(--wdt-Ad-Transition);display:none;}
.read-btn a:hover .elementor-button-icon:before{ 
	transform: rotateZ(45deg) scale(2.5) translate(11px, -11px);
	border-radius: 12px 0;
    -webkit-transform: rotateZ(45deg) scale(2.6) translate(11px, -11px);
    transform: rotateZ(45deg) scale(2.6) translate(11px, -11px);display:inline-block;;
}
.gradient-text {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.skills-list ul li{width:50%;display:inline;float:left;}
.service-box-sec .elementor-image-box-content{padding:0 15px 15px 15px;}
@media screen and (max-width: 580px) {
	.skills-list ul li{width:100%;}
}
