/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1782378218
Updated: 2026-06-25 09:03:38

*/

body,body > .elementor{
	overflow-x: hidden;
}
/* Chrome, Edge, Safari */
body::-webkit-scrollbar {
    width: 10px;
	border-radius: 10px;
}
body::-webkit-scrollbar-track {
    background: #f1f1f1;
	border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
    background: #6C8F2B;
    border-radius: 10px;
}
body::-webkit-scrollbar-thumb:hover {
    background: #364816;
	border-radius: 10px;
}

.elementor-editor-active .owl_grid_slider.owl-carousel{
	display: block;
}
.elementor-editor-active .owl_grid_slider .owl_grid_item{
	width: 33.33%;
}
.elementor-editor-active .elementor .elementor-element.owl_grid_slider {
    display: flex;
    flex-wrap: wrap;
}

.swiper_grid_slider .swiper-wrapper > .elementor-element {
    width: 33.33%;
}
.owl_grid_slider.owl-carousel .owl-nav.disabled {
    display: flex;
}
.owl_grid_slider .owl-nav {
    position: absolute;
    right: 80px;
    top: -92px;
    display: flex;
    gap: 12px;
}
.owl_grid_slider .owl-nav button.owl-prev, .owl_grid_slider .owl-nav button.owl-next {
    width: 42px;
    height: 42px;
    border: 1.5px solid #fff !important;
    border-radius: 0;
}
.owl_grid_slider .owl-nav button svg {
    width: 10px;
    height: 13px;
    position: relative;
    top: 1px;
}
@media screen and (max-width: 1024px){
	.owl_grid_slider .owl-nav {
		position: relative;
		right: 0;
		top: 0;
		justify-content: center;
		padding-top: 20px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.owl_grid_slider .owl-nav{
		padding-top: 50px;
	}
}
@media (min-width: 1025px) and (max-width: 1365px){
	body .elementor .elementor-element.header_btn .elementor-button {
		padding: 5px 10px;
		font-size: 12px;
	}
	.header_menu_list.elementor-element a.elementor-item {
		padding: 6px 5px;
	}
	.elementor-element.head_group {
		margin-left: -70px;
	}
	html body:not(.rtl) .elementor .elementor-element.head_right {
		right: 0;
	}
}