.overlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color:#131313;
    overflow-x: hidden;
    transition: 0.5s;
  
  }
  
  .overlay-content {
      position: relative;
      width: 25%;
      text-align: center;
      float: left;
      background-color:#000000;
      height: 100%;
      padding-top: 5%;
  }
  .overlay-content ul{
      padding:0;
  }
  .overlay a {
    padding: 16px;
    font-family: 'gothambold';
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
    
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 2;
    color: #f29020;
  }
  
  /* @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
   
    }
  } */

  .hambergermenuC{
    font-size:30px;cursor:pointer;
    position: absolute;
    z-index: 9;
    top: 37px;
    right: 30px;
    color: #fff;
    
}
#headerWrapper{
    position: relative;
}
.overlay-content2 {
    position: relative;
    width: 75%;
    float: left;
    background-color: #131313;
    height: 100%;
    padding-top: 5%;
    display: block;
    padding-left: 40px;
}
.overlay ul {
    list-style-type: none;
}
.overlay-content2 a {
    padding: 6px 16px;
    text-decoration: none;
    font-size: 16px;
    color: #ccc;
    display: block;
    transition: 0.3s;
    font-family: 'GothamLight';
}
.embssy-offce-branch, .embssy-offce-branch1 {
    padding: 16px !important;
    font-size: 18px !important;
    color: #fff !important;
    font-family: GothamBold !important;
}



