*{
    padding: 0;
    margin: 0;
}
.nav_menu{
    /* height: 66px; */
    /* position: relative; */
}
.bar{
    display: none;
    /* height: 100px; */
    /* background-color: pink; */
}
.flod{
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    font-size: 1rem;
    padding: 10px 20px;
}
.nav-link,
.navbar-brand{
    color: #fff !important;
}

.footmenu{
    display: flex;
    justify-content: center;
   flex-direction:column ;
    min-height: 40px;
}

.footmenu .nav-link,
.footmenu .webname{
    cursor: pointer;
    color: #fff !important;
}

.footmenu ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #129979;
    width: 100%;
    min-height: 40px;
    color: #fff;
    margin: 0;
}
.footmenu ul li:nth-child(1) strong{
    display: none;
}
.footmenu ul li strong{
    margin: 0 5px;
}
.footmenu ul li,
.footmenu ul li a{
    display: flex;
    /* height: 100%; */
    align-items: center;
    color: #fff;
    text-decoration:none;
}
/* .footmenu ul li :hover{
    background-color: #28a745;
} */
.power{
    min-height: 227px;
    box-sizing: border-box;
    padding: 0 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    background-color:  rgba(23,153,121, 0.2);
    
}
.power .row>div{
    margin-top: 7px;
}
.power div{
    text-align: center;
}
.power div,
.power div a{
    font-size: 0.9rem;
    color: #454545;
}
.power .line{
    width: 90%;
    margin: 5px auto;
    border:1px dashed #9a9a9a;

}
