/* 
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 */
.bdt-prime-slider-skin-general .bdt-slide-btn:hover {
	background-color: var( --e-global-color-primary ) !important;
}
.elementor-36 .elementor-element.elementor-element-bdeb096 .elementor-nav-menu--main .elementor-item:hover, .elementor-36 .elementor-element.elementor-element-bdeb096 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-36 .elementor-element.elementor-element-bdeb096 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-36 .elementor-element.elementor-element-bdeb096 .elementor-nav-menu--main .elementor-item:focus {
	color: var( --e-global-color-0f01cbc );
	fill: var( --e-global-color-0f01cbc );
	background-color: var( --e-global-color-primary ) !important;
}
.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag::before {
	content: "";
	display: block;
	width: 120px;
	height: 3px;
	background-color: var( --e-global-color-primary );
}
.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag span {
	font-size: 24px;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 15px;
	letter-spacing: 8px;
}
.testimonial-carousel .swiper-slide.slider-container-background .block-shadow.slider-container-block-background {
	box-shadow: 0 0 30px 2px rgba(0,0,0,0.15);
	flex-direction: column-reverse;
	justify-content: start;
}
.testimonial-carousel .swiper-slide.slider-container-background .block-shadow.slider-container-block-background .slide-content {
	flex: 1;
}
.testimonial-carousel .swiper-slide.slider-container-background .slider-coverflow-wrapper > div {
	display: flex;
	flex-direction: column-reverse;
/* 	height: 100%; */
}
.testimonial-carousel .swiper-slide.slider-container-background .slide-description {
	flex: 1;
	line-height: 30px !important;
}
.mySwiper {
	height: auto !important;
}
.testimonial-carousel .swiper-slide.slider-container-background .block-shadow.slider-container-block-background .slide-block {
	display: flex;
	flex-direction: row;
	justify-content: start;
}

@media only screen and (max-width: 767px) {
	.testimonial-carousel .swiper-slide.slider-container-background .slide-description {
		line-height: 20px !important;
	}
}














