header {
    top: 15px;
    left: 0;
    right: 0;
    padding-bottom: 30px !important;
    border-bottom: 1px solid #f4f4f41f;
	z-index: 1000;
  }
  
  header .nav-menu .li-c1-menu a {
    padding: 5px 16px;
    display: inline-block;
    border-radius: 20px;
  }
  
  header .nav-menu .li-c1-menu:hover a {
    background-color: #00aefd;
  }
  
  header .a-c1-menu {
    text-transform: uppercase;
    color: #fff;
  }
  
  header .logo img {
    height: 130px;
    margin: 0 50px;
  }
  
  header.scrolled {
    position: fixed;
    background: linear-gradient(20deg, rgba(0, 28, 78, 1) 0%, rgb(0 95 202) 100%);
    top: 0;
    color: #073364;
    padding: 10px 0;
    background-color: #fff;
	
  }
  
  header.scrolled .a-c1-menu {
    color: #ffffff;
  }
  
  header.scrolled .nav-menu .li-c1-menu:hover .a-c1-menu {
    color: #fff;
  }
  
  .header-mobile ul li a {
    height: 35px;
    width: 35px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }
  
  .header-mobile ul li a svg {
    height: 20px;
    width: 18px;
  }
  
  .header-mobile ul li {
    margin-left: 15px;
  }
  
  .header-mobile ul li .bar {
    height: 1px;
    width: 21px;
    background-color: rgb(255 255 255);
    margin: 5px 0px;
  }
  
  .header-mobile ul li .bar-1,
  .header-mobile ul li .bar-3 {
    margin-left: 5px;
  }
  
  .header-main {
    padding: 1px 0;
  }
  
  .header-mobile ul li .list-bar.active .bar-1 {
    transform: translate3d(0px, 7px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg)
      skew(0deg, 0deg);
  }
  
  .header-mobile ul li .list-bar.active .bar-2 {
    transform: translate3d(0.3em, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg)
      rotateZ(45deg) skew(0deg, 0deg);
  }
  
  .header-mobile ul li .list-bar.active .bar-3 {
    transform: translate3d(-0.3em, 0em, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg)
      rotateZ(-45deg) skew(0deg, 0deg);
  }
  
  .menu_fix_mobile {
    position: fixed;
    z-index: 999999;
    height: 100%;
    width: 320px;
    top: 0;
    right: 0;
    background: #fff;
    transition: all 200ms linear 0s;
    transform: translateX(100%);
    padding: 20px;
  }
  
  .menu_fix_mobile.main-menu-show {
    transform: translateX(0%);
  }
  
  .menu_fix_mobile .close-menu {
    overflow: hidden;
    border-bottom: 1px solid #fff;
  }
  
  .close-menu {
    padding-bottom: 15px;
  }
  
  .nav-link:hover {
    color: #073364;
  }
  
  .menu_fix_mobile .close-menu > a {
    float: right;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  
  .close-menu a i {
    color: #222;
  }
  
  .close-menu span {
    font-size: 14px;
    color: #222;
    font-weight: 400;
  }
  .scrolled .logo img {
    height: 76px;
}

.scrolled .header-desktop {
    align-items: center;
}
.scrolled {
    padding-bottom: 10px !important;

}
nav.header-mobile{
display:none;
}
  @media (max-width: 992px) {
	  .header-mobile ul li {
    margin-left: 0px;
    margin-top: 10px;
}
    header.scrolled {
      position: unset !important;
      padding: unset;
    }
  
    header .ctnr {
      width: 100%;
    }
  
    header.scrolled .bar {
      background-color: #000 !important;
    }
  
    header .header-desktop {
      display: none !important;
    }
  
    header .header-mobile {
      display: block;
    }
  
    .header-mobile ul li a {
      background-color: unset !important;
      width: unset !important;
    }
  
    .header-mobile .logo {
      display: block;
    }
  
    .header-mobile .logo img {
      height: 74px;
      width: auto;
      margin: unset;
    }
  
    .header-mobile {
      width: 100%;
    }
  
    .list-bar {
      display: block;
      margin-left: 10px;
    }
  
    .list-bar:hover {
      cursor: pointer;
    }
  }
  
  @media (max-width: 415px) {
    .menu_fix_mobile {
      width: 100%;
    }
  
    .nav-item {
      font-size: 15px;
      margin-bottom: 10px;
    }
  }
  