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

.grecaptcha-badge {
    visibility: hidden;
}
#toggle { display: none; }

.slider_home .swiper-slide-contents .elementor-slide-button {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -10px;
	transition: none;
}

.slider_home .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 50px;
	left: 10%;
	text-align: initial;
}

.slider_home .swiper-pagination-bullet {
	border-radius: initial;
    width: 40px;
}

.slider_home .animated {
    animation-duration: 0s;
}

.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper .elementor-swiper-button-next {
	left: 10%;
    top: 50%;
    margin-top: -75px;
    background: #fff;
    right: inherit;
    border-radius: 100%;
    padding: 6px;
}
.elementor-element .swiper .elementor-swiper-button-next {
	margin-left:50px;
}

@media (max-width: 1320px) {
.slider_home .swiper-slide-contents .elementor-slide-button {
	position: initial;
	margin-left: initial;
	margin-top: initial;
	transition: none;
}
	
	.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper .elementor-swiper-button-next {
    margin-top: -95px; 
}
}

@media (max-width: 768px) {

}