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

/* Add your custom styles here */
#menu-main-menu li.current_page_item a.ekit-menu-nav-link.active,
#menu-main-menu li a.ekit-menu-nav-link:hover{
    font-weight: 700 !important;
}
.yellow-dot ul li::marker {
    color: #EDA735 !important;
}
.ba-white-dots:before {
    content: '';
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    border-radius: 100px;
    top: -60px;
}
.ba-white-dots:after {
    content: '';
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    border-radius: 100px;
    top: 30px;
}
.ul-margin ul {
    padding-left: 20px;
}
.home-banner-slider .swiper-slide-inner img.swiper-slide-image {
    margin-bottom: -10px !important;
}
.home-banner-slider .elementor-widget-container {
    border-radius: 20px !important;
    position: relative !important;
    overflow: hidden !important;
}

@media screen and (min-width:1440px){
	.banner-image .elementor-widget-image {
        right: -142px !important;
        width: fit-content !important;
        max-width: calc(100% + 142px) !important;
        top: -10px !important;
    }
} 
@media screen and (min-width:768px) and (max-width:1024px){
	.ba-white-dots:after {
    	width: 25px;
    	height: 25px;
    	top: 20px;
	}
	.ba-white-dots:before {
    	width: 25px;
    	height: 25px;
    	top: -50px;
	}
	.br-sm br {
    	display: none;
	}
}
@media screen and (max-width:767px){
	.ba-white-dots:after {
    	width: 20px;
    	height: 20px;
    	top: 20px;
	}
	.ba-white-dots:before {
    	width: 20px;
    	height: 20px;
    	top: -30px;
	}
	.br-sm br {
    	display: none;
	}
} 