.header {
    background: #1485c4;
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 0;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: justify!important;
    justify-content: center!important;
    padding: 45px 30px 0;
}
.logo {
    position: relative;
    padding: 0 80px;
    z-index: 3;
}
.logo:after {content: "";background: url(/Files/App_002/Images/bg-logo.png) no-repeat;width: 168px;height: 74px;position: absolute;bottom: -25px;left: -8px;z-index: -1;right: 0;margin: auto;}
.header-right {
    display: flex;
    align-items: center;
    width: 670px;
}
.header-left {
    width: 670px;
    display: flex;
    justify-content: flex-end;
}
.boxlangue {
    padding-left: 45px;
}
#menu-toggle span {
    display: block;
    background: #ffffff;
}
#menu-toggle {
  position: relative;
  cursor: pointer;
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90px;
  height: 23px;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 23px;
  width: 30px;
}
#menu-toggle #hamburger span {
  width: 30px;
  height: 2px;
  position: relative;
  top: 0px;
  margin: 0px auto;
  margin-bottom: 8px;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
}
.menu {
    width: 100%;
    background: rgba(20, 133, 196, 0.95);
    height: 100vh;
    position: fixed;
    right: 0px;
    z-index: 99999;
    transition: 0.7s ease transform;
    transform: translateX(-200vw);
    transition-delay: 0.5s;
    overflow: auto;
    top: 0px;
    left: 0px;
    margin: 0 auto;
}
.menu-open {
    transform: translateX(0vw);z-index: 99999;
}
.menuFixed {
    justify-content: flex-start;
    overflow: auto;
    height: 100vh;
    position: relative;
    width: 100%;
    flex-direction: column;
    overflow-x: hidden;
    padding: 50px 30px;
}
.big {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}
.menu-responisve {
    position: relative;
    overflow: hidden;
    padding-top: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.big::before, .big::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 30px;
    top: 5px;
    left: 0px;
    background: #fff;
}
.big::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.big::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media screen and (max-width: 1440px) {
.logo {
    padding: 0 50px;
}
}
@media screen and (max-width: 1366px) {
.boxlangue {
    padding-left: 15px;
}
.logo {
    padding: 0 40px;
}
}
@media screen and (max-width: 1280px) {
.d-flex {
    padding: 30px 15px 10px;
}
.boxlangue {
    padding-left: 10px;
}
}
@media screen and (max-width: 1024px) {
.logo {
    padding: 0 15px;
}
.logo:after {
    bottom: -40px;
    background-size: 75%;
    left: -3px;
}
}
@media screen and (max-width: 991px) {
.logo:after {
    bottom: -25px;
    background-size: 100%;
    left: -7px;
}
.boxlangue {
    padding-left: 0;
}
.d-flex {
    padding: 15px 30px 0;
    justify-content: space-between !important;
}
}
@media screen and (max-width: 767px) {
.d-flex {
    padding: 15px 15px 0;
}
.menuFixed {
    padding: 50px 15px;
}
}
@media screen and (max-width: 400px) {
#menu-toggle {
    width: 70px;
}
.logo {
    padding: 0 30px;
}
.logo:after {
    bottom: -25px;
    background-size: 90%;
    left: 5px;
}
}
