/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.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
*/

/* header */
.elementor-location-header .elementor-sticky--effects{-webkit-transform: translateY(-130%);transform: translateY(-130%);transition: transform .3s ease, -webkit-transform .3s ease !important;}
.shownavbar .elementor-location-header .elementor-sticky--effects{-webkit-transform: translateY(0%);transform: translateY(0%);transition: transform .3s ease, -webkit-transform .3s ease !important;}
.ux-header-off{opacity: 100;transition: .1s ease-in-out}
.elementor-sticky--effects .ux-header-off{position: absolute;opacity: 0;z-index: -1;}
.elementor-sticky--effects .e-con-inner{background:#fff; transition: .3s ease-in-out;border-radius: 60px;height: 90px;}
.elementor-sticky--effects .elementor-widget-theme-site-logo{margin-left: 22px;}
.elementor-widget-theme-site-logo img {transition: width 1s;}
.elementor-sticky--effects .elementor-widget-theme-site-logo img{width: 90px !important;transition: width 1000ms;}
.elementor-sticky--effects .e-con-inner{border: 1px solid #12172f2e;}

/* general */
.elementor-heading-title b{color: #ffc107;}
.ux-pq-01
.ux-pq-02
{position: relative}
.ux-pq-01::after{
	content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 90%;
  height: 90%;
  background: #FFC107;
  border-radius: 15px;
  transform: rotate(-8deg);
  z-index: -1;
}
.ux-pq-02::after{
	content: "";
  position: absolute;
  top: 0px;
  left: -13px;
  width: 100%;
  height: 100%;
  border: 2px dashed #FFC107;
  border-radius: 1000px 0px 0px 1000px;
  z-index: 1;
  border-right: none;
}
.elementor-testimonial--skin-bubble .elementor-testimonial__content {
	background-color: transparent;}