body {
    padding: 0px !important;
  }

  .header {
    left: -100% !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .header.show {
    left: 0px !important;
    visibility: visible;
    opacity: 1;
  }


  .floating-menu-btn {
    
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 35rem;
    left: -20px;
    width: 50px;
    height: 100px;
    z-index: 9999;
    cursor: pointer;
    font-size: 1rem;

    background: white;
    border-radius: 0px 50px 50px 0px;
    margin: 10px;

    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
  }
  

  .floating-menu-btn .menu-title-xx {
    transform-origin: center;
    transform: rotate(90deg);
    font-size: 1.5rem;
    font-weight: 350;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;

  }

  .my-hamburger {
    display: none;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }

  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }

  .header .header__menu--show {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .hamburger {
    visibility: hidden !important;
  }

  @media only screen and (max-width: 900px) {
    .floating-menu-btn {
      top: 11px;
      height: 50px;
      left: calc(100% - 75px);
      animation: none;
      background:#ffffff00 !important;
    }

    .floating-menu-btn .menu-title-xx {
      transform: rotate(0deg);
      font-size: 1rem;
    }

    .my-hamburger {
      display: block;
    }

    @keyframes pulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.1);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
  }

  .head-logo img {
    width: 50px;
    margin-top:5px;
    display:none;
    
  }

  @media screen and (max-width:900px) {
    .head-logo {
      display: block;
    }

    .head-logo img {
      width: 115px;
      margin: 2% 70% 1% 35%;
      display: block;
    }
    .logomPages{
      width: 100px;
      margin: 2% 50% 5% 5%;
    }
  }


    @keyframes pulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.1);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


.mobi{
    
}
.logo-image{
  width:75px;
 margin-top:100px;
}
@media only screen and (max-width:959px) { 
.web{
    display:none;
}
.logo-image{
 display:none;
}
}