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


.fading-headings {
    position: relative;
	display: block;
	color:#276095;
}

.fading-headings .fade-in {
    opacity: 1;
    transition: opacity 1s ease-in-out;
	display:block;
	line-height:inherit;
	font-size:100%;
}

.fading-headings span {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: block;
	line-height:0;
	font-size:0;
}
.toggles-section .elementor-accordion-item .elementor-tab-title {
	    border-bottom: 1px solid #dfe3e8;
}
.toggles-section-images .elementor-widget-image {
   position:absolute;
	opacity: 0;
	transition: opacity 0.7s ease;
}

.toggles-section-images .elementor-widget-image.show{
	opacity: 1;
}
.toggles-section .elementor-accordion-item .accordian-image-mobile{
	display: none;
	margin-bottom: 15px;
	opacity:1;
}

@media (max-width: 767px){
	.toggles-section .elementor-accordion-item .accordian-image-mobile{
	display: block;
}	
	.toggles-section-images .elementor-widget-image.accordian-image-mobile{
		display: none!important;
	}
	
}