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

body {
    background: #000 !important;
    overflow-x: hidden !important;
}

.page-header {
    display: none !important;
}

body a {
    text-decoration: unset !important;
}

ul li {
    list-style: none !important;
}

.e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
    background: #459647 !important;
    color: #fff !important;
}

.elementor-repeater-item-none .elementor-widget-text-editor {
    color: #AAAAAB;
    font-family: 'Plus Jakarta Sans';
    line-height: 26px;
    font-weight: 400;
}

.custom-image-gallery figure.swiper-slide-inner {
    height: 200px !important;
    overflow: hidden;
}

.custom-image-gallery figure.swiper-slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery  figure.gallery-item a {
    display: block;
    width: 100%;
    height: 380px;
    overflow: hidden;
    border-radius: 10px;
}

.gallery figure.gallery-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all 0.3s linear;
}

.gallery figure.gallery-item a:hover img {
/*     transform: scale(1.20) rotate(-1deg); */
	transform: none;
}


.page-id-1585 .elementor-field-textual option{
	background-color: black !important;
}







.pages-testimonials .eael-testimonial-content {
    padding: 10px 0 0 0 !important;
}



.project-gallery-img img {
    filter: saturate(130%) !important;
}
.project-gallery-img {
	filter: saturate(130%) !important;
}
