Primary menu items are dissapearing

It seems that the background color of menu and text color of the menu items is same at https://trutrade.org/abouttrutrade/. That’s why, you feel that primary menu items are disappearing. When I add this code, the menu items appear in red color:

a.mega-menu-link {
   color: #f00
}

So, try changing the background color. It should fix your issue.