.elementor-9 .elementor-element.elementor-element-3556e69{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-3556e69:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-3556e69 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-9 .elementor-element.elementor-element-2e28582{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-ab4e916{--display:flex;--justify-content:center;}.elementor-9 .elementor-element.elementor-element-22f61aa{--display:flex;--justify-content:center;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-9 .elementor-element.elementor-element-9df6f8c .elementor-button{background-color:var( --e-global-color-primary );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-radius:55px 55px 55px 55px;}.elementor-9 .elementor-element.elementor-element-393b3d0{--display:flex;--justify-content:center;}.dcb-searchbar .search-results li,
					 .dcb-searchbar .search-results a{color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-4e1c03d .dcb-search-field{border-style:none;}.dcb-searchbar .search-container{width:100%;}.dcb-searchbar .search-results{width:100%;}.dcb-searchbar .dcb-search-field{border-radius:55px !important;}{{wrapper}} .dcb-search-icon{font-size:16px !important;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-3556e69{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-2e28582{--width:100%;}.elementor-9 .elementor-element.elementor-element-ab4e916{--width:100%;}.elementor-9 .elementor-element.elementor-element-dbcf86b{z-index:99;}}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-2e28582{--width:16.651%;}.elementor-9 .elementor-element.elementor-element-ab4e916{--width:46.217%;}.elementor-9 .elementor-element.elementor-element-22f61aa{--width:16.61%;}.elementor-9 .elementor-element.elementor-element-393b3d0{--width:20.469%;}}@media(max-width:1024px) and (min-width:768px){.elementor-9 .elementor-element.elementor-element-2e28582{--width:15%;}.elementor-9 .elementor-element.elementor-element-ab4e916{--width:62%;}.elementor-9 .elementor-element.elementor-element-393b3d0{--width:23%;}}/* Start custom CSS for html, class: .elementor-element-dbcf86b */.elementor-9 .elementor-element.elementor-element-dbcf86b *{
    user-select: none;
}
.navigation-menu{
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    user-select: none;
}
.menu-item{
    cursor: pointer;
    color: var(---global-color-secondary);
    text-align: left;
}
.has-mega-menu{
    position: relative;
}
.menu-item a{
    color: var(--e-global-color-secondary);
    text-align: left;
}
.inner-menu-item a{
    color: var(--e-global-color-secondary);
    text-align: left;
}
.mega-menu-icon,
.drop2-menu-icon,
.drop1-menu-icon{
    font-size: 14px;
    margin-left: 5px;
}
.mega-menu-wrapper{
    z-index: 9999999;
    position: absolute;
    width: 500px;
    display: block;
    padding:30px 20px;
    box-shadow: 0 0 10px #0003;
    left:50%;
    transform: translate(-40%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center center;
    background-blend-mode: lighten;
}
.has-mega-menu:hover .mega-menu-wrapper{
    clip-path: polygon(-2% -2%, 102% -2%, 102% 102%,-2% 102%);
    transition: .3s ease;

}
.mega-menu-inner-wrapper{
    display: flex;
    flex-direction: column;
    gap:30px;
}
.inner-menu-divided{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
}
.inner-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.mega-menu-heading{
    color: var(--e-global-color-accent);
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-align: center;
}
.has-dropdown{
    position: relative;
}
.view-more-btn,
.inner-menu-item{
    position: relative;
    text-align: left;
}
.view-more-btn:before{
    display: none;
}
.inner-menu-item:before{
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    
}
.dropdown-menu{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    box-shadow:0 0 10px #0003 ;
    margin: 0;
    top: 25px;
    left: 50%;
    transform: translate( -50% , 0);
    background: white;
    min-width: 200px;
    max-width: fit-content;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    z-index: 9999999;
}
.has-dropdown:hover .dropdown-menu{
    clip-path: polygon(-2% -2%, 102% -2%, 102% 102%,-2% 102%);
    transition: .3s ease;
}
.dropdown-menu .menu-item a{
    display: block;
    padding: 10px 20px;
}
.dropdown-menu .menu-item a{
    color: black;
}
.dropdown-menu .menu-item:hover{
    background: var(--e-global-color-accent);
}
.dropdown-menu .menu-item:hover a{
    color: white;
}
.mobile-toggle{
    display: none;
}
@media screen and (max-width: 1025px) {
    .mega-menu-wrapper{
        max-width: 550px;
        left:100%;
    }
    .sec-divider::before{
        left: -20px;
    }
    .navigation-menu{
        gap:20px;
    }
}
@media screen and (max-width: 767px) {
    .mobile-toggle{
        color:white;
        display: flex;
        width: fit-content;
        min-height: 30px;
        min-width: 30px;
        justify-content: center;
        align-items: center;
        padding: 7px 10px;
        font-size: 20px;
        margin: 0px auto 0 auto;
        border-radius: 5px;
        transition: .3s ease;
        border: 2px solid white;
    }
    .mobile-toggle:hover{
        cursor: pointer;
        background-color: var(--e-global-color-accent);
        color: white;
    }
    .navigation-menu{
        display: none;
    }
    .nav-icon-hidden{
        display: none !important;
    }
    .navigation-menu{
        margin-top:40px;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 25px;
    } 
    .sec-divider::before{ 
        display: none;
    }
    .has-mega-menu{
        position: static;
    }.inner-menu-item a{
        font-size:90%;
    }
    .mega-menu-wrapper{
        clip-path: polygon(-2% -2%, 102% -2%, 102% 102%,-2% 102%);
        grid-template-columns: auto;
        box-sizing: border-box;
        padding:0 20px;
        position: relative;
        transform: translateX(0);
        max-height: 0px;
        max-width: calc( 100vw - 40px);
        left: 0px;
    }
    .dropdown-menu{
        position: relative;
        min-width: calc( 100vw - 80px);
        top: 10px;
        max-height: 0px;
        transition:.3s ease;
    }
    .mega-menu-icon,
    .drop2-menu-icon,
    .drop1-menu-icon{
        padding:1px 5px;
        border-radius: 22px;
    } 
    .on-mega-click{
        max-height: 3000px !important;
        padding: 30px 20px;
    }
    .icon-rotate{
        transform: rotate(180deg);
    }
    .on-drop-click{
        max-height: 3000px !important; 
    }
    .elementor-element-baa5535{
        display:none;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-393b3d0 */@media(max-width:767px){
    .elementor-9 .elementor-element.elementor-element-393b3d0{
        display:none;
    }
}/* End custom CSS */