.elementor-2541 .elementor-element.elementor-element-8f6935a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2541 .elementor-element.elementor-element-78d57a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2541 .elementor-element.elementor-element-78d57a9.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2541 .elementor-element.elementor-element-cd9821d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2541 .elementor-element.elementor-element-74e338a{--display:flex;}.elementor-2541 .elementor-element.elementor-element-3d3f0d6{--display:flex;}@media(min-width:768px){.elementor-2541 .elementor-element.elementor-element-8f6935a{--content-width:1076px;}.elementor-2541 .elementor-element.elementor-element-78d57a9{--width:73.709%;}.elementor-2541 .elementor-element.elementor-element-cd9821d{--width:66.6666%;}}/* Start custom CSS for html, class: .elementor-element-25794e3 */@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
.navbar {
    overflow: hidden;
    background-color: #23754E;
    font-family: poppins;
}

    /* Links inside the navbar */
    .navbar a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

/* The dropdown container */
.dropdown {
    float: left;
    overflow: hidden;
}

    /* Dropdown button */
    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit; /* Important for vertical align on mobile phones */
        margin: 0; /* Important for vertical align on mobile phones */
    }

    /* Add a red background color to navbar links on hover */
    .navbar a:hover, .dropdown:hover .dropbtn {
        background-color: #C75A08;
        color: white;
    }

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #23754E;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        float: none;
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        /* Add a grey background color to dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #C75A08;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}/* End custom CSS */