/* 
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.1
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
*/

/* Add your custom styles here */
* {
	text-decoration:none !important;
}
button:hover , button:focus{
    background: inherit;
    outline: none;
}
strong,b{
	font-weight:600 !important;
}
.prime__button {
    position: relative;
}


.prime__button .xpro-elementor-button {
    overflow: visible;
}

.prime__button span.xpro-elementor-button-media {
    position: absolute;
    right: -62px;
	z-index:5;
	 transition: all 0.6s; 
	
}
.prime__button .xpro-elementor-button-media svg {
    z-index: 5;
}
.prime__button .xpro-elementor-button:hover .xpro-elementor-button-media {
    right: -68px; 
	
}

.prime__button span.xpro-elementor-button-media:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff585;
    left: -4px;
    position: absolute;
    border-radius: 50%;
    transition: all 0.6s 0.4s;
}
.prime__button .xpro-elementor-button:hover span.xpro-elementor-button-media:before {
	left: 4px;
	
}
.prime__button--alt span.xpro-elementor-button-media:before {

	background:var( --e-global-color-82036c1 );}

.v-center {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
	padding-bottom: 5px;
}

.no-touch {
	pointer-events:none;
}




.secondary-color{
	color:var(--e-global-color-secondary);
}


.yellow-hightlight-color {
	color:var(--e-global-color-1b66914);
}



.swiper-wrapper, .swiper-slide{
	   flex:none !important;
	   /*overflow: hidden;*/
    flex-wrap: nowrap !important;
}
.swiper-wrapper{
	  
	   overflow: visible;
}
