.header-top {
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
    display: block;
    z-index: 9999;
}
.top-m{
  display: block;
  width: 100%;
  height: 150px;
  margin: 0;
  
}
.row{
  margin-right: 0px;
  margin-left: 0px;
}
.header-top .col-6 a{
  color: #fff;
  margin: 0 15px;
}
.header-top .col-1 .fab{
  color: #fff;
}
.lg1-logo {
  display: block;
  margin-right: auto;
  width: 100px;
  height: 45px;
  margin-left: 3%;
  margin-top: 1%;
}
.map{
  width: 20px;
  height: auto;
  margin-right: 5px;
  padding-bottom: 6px;
}
.menu_color1 {
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 5px;
  background: #4f944f;
}
.menu {
    /* background: #328632; */
    text-align: right;
    padding-top: 2%;
    padding-right: 2%;
}
.menu__icon {
    display: none;
    width: 45px;
    height: 35px;
    position: relative;
    cursor: pointer;
}
.menu__icon span:nth-child(1) {
    top: 0px;
}
.menu__icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 92%;
    background: #6FBD84;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.menu__icon {
    display: none;
    width: 45px;
    height: 35px;
    position: relative;
    cursor: pointer;
}
.menu__icon span:nth-child(1) {
  top: 0px;
}

.menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
  top: 13px;
}

.menu__icon span:nth-child(4) {
  top: 26px;
 }
.menu__links-item {
    display: inline-block;
    color: rgb(38,108,38);
    font-family: Arial;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.menu__links-item:hover {
  text-decoration: none;
  color: #328632;
}
#top a {
    color: #fff;
}
#top a:hover{
  color: #fff;
  text-decoration: none;
}
.inform {
    font-size: 90%;
}
.menu.menu_state_open .menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
  transform: rotate(45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__links {
  display: block;
     
}
.fa-2x {
    font-size: 1.5em;
}

@media screen and (max-width: 999px) {
  .menu__icon{
    display: inline-block;
  }
  
  .menu__links {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 1);
    z-index: 1000;
    overflow: auto;
  }
  
  .menu__links-item {
    display: block;
    padding: 32px 0;
    text-align: center;
    color: #ffffff;
  }
}