.wsmainfull.wsfixed {
  top: 0;
}

@media only screen and (min-width: 1201px) {
  .wsmainfull {
    background-color: rgba(0, 0, 0, 0.60);
    border-bottom: solid 3px;
    border-bottom-color: rgb(56 56 56 / 56%);
  }

  .wsmenu>.wsmenu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu {
    top: 100px;
  }

  .wsmenu>.wsmenu-list>li a {
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .wsmenucontainerwrap {
    background-size: cover;
    background-image: unset;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 999999;
    width: 100%;
    max-width: 1920px;
  }

  .desktoplogo {
    padding: 15px 0px 15px 0px;
  }

  .lines-style-1 {
    position: relative;
    z-index: 999999;
  }
}