.qrt-menu-items nav ul{
    padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .qrt-menu-items nav ul li {
    position: relative;
    height: 80px;
    list-style-type: none;
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .qrt-menu-items li.current-menu-item:after {
    content: "";
    background: #42ab49;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 4px;
}

.text-center{
    text-align: center;
}

a.kosHover i {
  color: #fff;
}

.resize-social .qrt-leng i{
  font-size: 20px;
}