.nav-link:hover {
    color: #91b029;
}



.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropbtn:hover {
    color: #91b029;
    cursor: pointer;
}

#dropbtn {
  border: none;
  color: white;
  background-color: transparent;
}

/* Style the dropdown menu items */
.dropdown-content {
    display: none;
    height: max-content;
    position: absolute;
    background-color: transparent;
    min-width: 130px;
    z-index: 1;
}

/* Style the dropdown menu links */
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    float: right;
    display: block;
    transition: .2s;
}

/* Style the dropdown menu links on hover */
.dropdown-content a:hover {
  font-weight: bolder;
  color: #91b029;
}

/* Show the dropdown menu when hovering over the dropdown */
.dropdown:hover .dropdown-content {
    display: block;
}

/*Services*/

.dropdown_ {
    position: relative;
    display: inline-block;
}
#dropbtn_:hover {
    color: #91b029;
    cursor: pointer;
}

#dropbtn_ {
  border: none;
  color: white;
  background-color: transparent;
}

#login{
    border: none;
    color: white;
    background-color: transparent;
}

.dropdown-property {
    display: none;
    height: 200px;
    position: absolute;
    border-radius: 7px;
    background-color: white;
    border: solid 1px green;
    transition: 0.5s;
    transition-timing-function: ease;
    min-width: 130px;
    z-index: 1;
}

.dropdown-property a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    float: left;
    display: block;
    transition: .2s;
}

.dropdown-property a:hover {
    font-weight: bolder;
    color: #91b029;
}

#dropdown_prop:hover .dropdown-property {
    display: block;
}

/* Style the dropdown menu items */
.dropdown-content_ {
    display: none;
    height: auto;
    position: absolute;
    border-radius: 7px;
    background-color: rgb(26, 24, 24);
    transition: 0.5s;
    transition-timing-function: ease;
    min-width: 130px;
    z-index: 1;
}

/* Style the dropdown menu links */
.dropdown-content_ a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    float: left;
    display: block;
    transition: .2s;
}

.dropdown-content_ a:hover {
    font-weight: bolder;
    color: #91b029;
  }

/* Show the dropdown menu when hovering over the dropdown */
.dropdown_:hover .dropdown-content_ {    
    display: block;
    width: 120px;
}

.sticky-wrapper.is-sticky .site-navbar ul li .dropbtn_ {
    color: #ffffff !important; 
}

.social-32913 span{
    color: #91b029;
}

@media (max-width: 920px) {

    .dropbtn {
        color: black;
        font-size: 1.3rem;
    }

    #dropbtn_ {
        color: black;
        font-size: 1.3rem;
    }

    #login {
        font-size: 1.2rem;
        color: black;
    }

}