* {
  box-sizing: border-box;
}





.menu-tab {
  width: 90px;
  height: 70px;
  position: absolute;
  z-index: 100;
  top: 30px;
  right: 0px;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  /*end of div*/
}
.menu-tab div {
  width: 33px;
  height: 4px;
  background-color: #fff;
  display: block;
  margin: 5px 28px;
  transition: all 0.6s ease-in-out;
}
.menu-tab div:nth-child(1) {
  margin-top: 20px;
}

/*end of menu-tab*/
.menu-tab.active {
   right: 210px;
    transition: all 600ms ease-in-out;
    background-color: #15284b;
}
.menu-tab.active #one {
  transform: translateY(9px) rotate(-135deg);
  transition: all 0.6s ease-in-out;
  background-color: #d0b913;
}
.menu-tab.active #two {
  opacity: 0;
  transition: 0.4s ease;
}
.menu-tab.active #three {
  transform: translateY(-9px) rotate(-45deg);
  transition: all 0.6s ease-in-out;
  background-color: #d0b913;
}

.menu-hide {
 width: 210px;
    right: -210px;
    height: 100vh;
    position: fixed;
    z-index: 10;
    top: 0px;
    transition: all 0.6s ease-in-out;padding-top:30px
  /*end of nav*/
}
.menu-hide nav {
  /*end of ul*/
}
.menu-hide nav ul 
{
	 margin: 0px 5%;
    padding: 0px;
    text-align: center;
  /*end of li*/
}
.menu-hide nav ul li {
  height: 50px;
  list-style-type: none;
  text-align: center;
  line-height: 50px;
  transition: all 0.5s ease;border-bottom: 1px solid #fff;
}

.menu-hide nav ul li a {
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    
}

/*end of menu-hide*/
.menu-hide.show {
  right: 0px;
  background-color: #15284b;
  transition: all 0.6s ease-in-out;
}




/* Home page Menu*/

.menus-tab {
  width: 90px;
  height: 70px;
  position: absolute;
  z-index: 1000000;
  top: 45px;
  right: 0px;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  /*end of div*/
}
.menus-tab div {
  width: 33px;
  height: 4px;
  background-color: #fff;
  display: block;
  margin: 5px 28px;
  transition: all 0.6s ease-in-out;
}
.menus-tab div:nth-child(1) {
  margin-top: 20px;
}

/*end of menu-tab*/
.menus-tab.active {
   right: 210px;
    transition: all 600ms ease-in-out;
    background-color: #15284b;
}
.menus-tab.active #one {
  transform: translateY(9px) rotate(-135deg);
  transition: all 0.6s ease-in-out;
  background-color: #d0b913;
}
.menus-tab.active #two {
  opacity: 0;
  transition: 0.4s ease;
}
.menus-tab.active #three {
  transform: translateY(-9px) rotate(-45deg);
  transition: all 0.6s ease-in-out;
  background-color: #d0b913;
}


.menus-hide {
   width: 210px;
    right: -210px;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    top: 0px;padding-top: 30px;
    transition: all 0.6s ease-in-out;
}
.menus-hide nav {
  /*end of ul*/
}
.menus-hide nav ul 
{
	 margin: 0px 5%;
    padding: 0px;
    text-align: center;
  /*end of li*/
}
.menus-hide nav ul li {
  height: 50px;
  list-style-type: none;
  text-align: center;
  line-height: 50px;
  transition: all 0.5s ease;    border-bottom: 1px solid #fff;
}

.menus-hide nav ul li a {
   padding: 10px 15px;
    text-decoration: none;
    color: #fff;
   
}

/*end of menu-hide*/
.menus-hide.show {
  right: 0px;
  background-color: #15284b;
  transition: all 0.6s ease-in-out;
}

@media(max-width:999px) 
	{
		.menus-tab div {
  
  background-color: #fff;
	}