/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 30 2025 | 15:12:02 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.banner_wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #ffffff00, #ffffff38);
}
.ul_gap ul{
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.op_03{
	opacity: 0.3;
}

@media (max-width: 1200px) and (min-width: 1025px) {
    
.main_menu  a.elementor-item {
    padding-inline: 14px !important;
}
}
@media (max-width:1024px) {
    

.main_menu nav.elementor-nav-menu--dropdown {
    position: absolute;
    right: -10px;
    z-index: 9999;
    width: 100vw;
    transform: none !important;
    left: auto;
    top: 51px !important;
    margin: 0 !important;
}

.main_menu .elementor-menu-toggle {
    margin: auto;
}
}
@media (max-width:767px) {
        .main_menu {
    width: 35px;
    position: absolute;
    right: 0;
    top: -35px;
}
    .main_menu nav.elementor-nav-menu--dropdown{
        top: 86px !important;
    }
}
