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

#main-header.elementor-sticky__spacer {
    display: none
}
.header-bgcolor {
    background-color: rgba(255, 255, 255, 0.95); /* white with slight transparency */
    transition: background-color 0.3s ease;
	box-shadow: 0px 1px 3px 0px #b5b3b3;
}
.elementor-36 .header-bgcolor .elementor-element-52231a2a .elementor-nav-menu--main .elementor-item, 
.elementor-1441 .header-bgcolor .elementor-element-3483d265 .elementor-nav-menu--main .elementor-item
{
    color: #000000 !important;
    fill: #000000 !important;
}
.menu-search .elementor-icon svg{
	fill: #ffffff !important;
}
.menu-search:hover .elementor-icon svg, .header-bgcolor .menu-search:hover .elementor-icon svg{
	fill: #ee4136 !important;
}
.header-bgcolor .menu-search .elementor-icon svg{
	fill: #000000 !important;
}
.elementor-36 .header-bgcolor .elementor-element-52231a2a .elementor-nav-menu--main .elementor-item.elementor-item-active {
    color: var(--e-global-color-secondary) !important;
}
.isocial-breadcrumb , .isocial-breadcrumb a, .isocial-breadcrumb span{
	color:#ffffff;
}
.main-mobile-menu #menu-2-52231a2a {
	padding-bottom: 20px;
}
.remove-href a{
	cursor:pointer;
}

.btn-300 .elementor-button-link {
	width: 320px
}
.btn-300.apdadl .elementor-button{
	width: 320px
}
.postid-2401 .cf-heading{
	display:none;
}
.postid-2401 .cf-button{
	display:none;
}
.postid-2401 .cf-button-f{
	display:none;
}
@media (max-width: 768px) {
	.menu-search .elementor-icon svg
	{
		fill: #ee4136 !important;
	}
}