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

.bnr-btn svg{
	font-size: 15px !important;
}
.wht-btn a:hover svg path{
	fill: #fff !important;
	stroke: #fff !important;
}
.dual-h2 span{
	color: #000 !important;
}
.orng-btn a:hover svg path{
	fill: #D35355 !important;
	stroke: #D35355 !important;
}
.imgslider .swiper{
	padding:35px 0 80px 0 !important;
}
.imgslider figure{
	background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    opacity: 0.5;
    height: 125px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.imgslider figure:hover{
	opacity: 1;
	border: 1px solid rgba(14, 128, 198, 0.4);
	box-shadow: 0px 15px 23px rgba(14, 128, 198, 0.2);
}
.assctd-logo-slider figure{
	opacity: 1;
}