/* 
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
*/
.scrolled{
    background-color: #28103C;
}

.elementor-widget-text-editor .elementor-widget-container ul {
    padding-left: 15px;
}

.elementor-widget-text-editor .elementor-widget-container ul li {
    padding-left: 10px;
	margin-bottom: 8px;
}

.elementor-widget-text-editor .elementor-widget-container li::marker {
    content: "●";
    color: #f30063;
    display: inline-block;
    font-size: 16px;
}


@media only screen and (max-width: 767px){
	.img-abs {
			position: initial !important;
	}
}


.carousel_imgfull .elementor-widget-image img {
    width: 100%;
}

.swiper-slide {
    transform: scale(0.9) !important;
    position: relative;
    left: -3%;
}
.swiper-slide.swiper-slide-next {
    left: initial;
    transform: scale(1.3) !important;
}
.swiper-slide.swiper-slide-prev, .swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-prev, .swiper-slide.swiper-slide-duplicate-prev {
    left: initial;
    right: -3%;
}

.swiper-slide .elementor-widget-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #28103C;
    z-index: 9999999999999;
    opacity: 0.7;
}
.swiper-slide.swiper-slide-next .elementor-widget-container:before{
	content: initial;
}


input, textarea{
	padding: 20px 25px !important;
}

.form-assistance button {
    padding: 0 !important;
    min-height: auto !important;
    background: none !important;
}

.form-assistance .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons {
    position: absolute;
    margin-top: 17px;
    right: 15px;
    width: auto;
}

.form-assistance input {
	padding: 10px 25px !important;
}