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

/*
    Add your custom styles here
*/

::selection {
  color: #ffffff;
  background: #fbb041;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
content: "";
display:block;
height: 150px; /* fixed header height*/
margin: -150px 0 0; /* negative fixed header height */
visibility: hidden;
pointer-events: none;
}

a.elementor-button-link.elementor-button.elementor-size-sm:hover span.elementor-button-icon.elementor-align-icon-right {
    left: 5px;
    position: relative;
}

a.elementor-button-link.elementor-button.elementor-size-sm span.elementor-button-icon.elementor-align-icon-right .fa-angle-right {
	color: #F10080;
}

a.elementor-button-link.elementor-button.elementor-size-sm span.elementor-button-icon.elementor-align-icon-right {
	transition: 0.3s;
}

span.elementor-button-icon.elementor-align-icon-right {
    left: 0;
    right: 0;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-1d0ff64.elementor-section-content-middle.elementor-section-height-min-height.she-header-yes.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.she-header img.attachment-full.size-full.wp-image-53 {
    position: relative;
    left: -25px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    float: left;
    justify-content: left;
    align-items: flex-start;
    display: flex;
}

.elementor-widget-loop-carousel .swiper-pagination-bullet {
    border: 1px solid #f10080!important;
    background: #012852!important;
	opacity: 1;
}

.elementor-widget-loop-carousel span.swiper-pagination-bullet.swiper-pagination-bullet-active {
   background: #f10080!important;
}
