.data_top_menu .logobar{
  width: 10%;
  padding-left: 5px;
  transition: top 0.2s ease-in-out;
  top:0;
}
.data_top_menu #top_menu{
  width: 70%;
}
.data_top_menu .raq_btn_wrapper{
  width: 20%;
  padding-top: 18px;
}
.data_top_menu{
      transition: .5s;
      background: #24272f;
      border: none;
      border-bottom: 1px solid #2b2e38;
      height: 76px;
}
#menu-rad_button li>a {
    padding: 10px 10px;
    background: transparent;
    border: 1px solid #fec600;
    border-radius: 5px;
    text-align: center;
    max-width: 159px;
    margin-right: 10px;
        color: #FFFFFF;
}



#top_menu li a{
font-size: 14px;
    color: #c6c6c6;
    padding: 28px 13px;
    text-transform: none;

}
#menu-rad_button li>a:hover {
  background:#fec600;
  }

  #top_menu li {
    display: block;
        float: left;
}
.data_top_menu .container-fluid{
max-width: 1220px;
margin-right: auto;
margin-left: auto;
}
.nav-up {
    top: -80px;
}

@media screen and (max-width: 768px) {
.data_top_menu .logobar{
  width: 100%;

  }
  .data_top_menu #top_menu {
    width: 100%;
}
#top_menu li.request_a_demo_mobile{
       background-color: #fec600;
       
       margin-top: 20px;

}
#top_menu li.request_a_demo_mobile a{
  color:#2c2f3d !important;
}
 #top_menu li a{
    font-family:  'open sans' !important;
    font-size: 18px;
    padding: 6px 13px !important;
}
}