.top_nav_1{
  height: 50px;
  background: linear-gradient(264deg, rgb(24 76 150) 0%, rgb(34 107 161));
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_nav_1 i{
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left:10px;
  transform: translateY(-50%);
  padding:5px 20px 5px 5px;
  cursor: pointer;
}
.top_nav_1 p{
  color: #fff;
  font-weight:bold;
}
/*==============================*/