.headersection {
  position: sticky;
  top: 0;
  left: 0;
  max-width: 1800px;
  margin: auto;
  height: 40px;
  background-color: #0c3669;
  padding-right: 0px;
  /* background-color: transparent;   */
  display: flex;
  place-items: center;
  justify-content: space-between;
  z-index: 22;
  padding-left: 20%;

}


.header-contact {
  width: 70%;
  height: 100%;
  color: rgb(255, 255, 255);
  display: flex;
  z-index: 10;
  padding-top: 15px;
  place-items: center;
  padding-left: 2%;

}


.header-contact span {
  font-weight: 400;
  margin-left: 5px;
  z-index: 10;
  padding-right: 10px;

}

.header-contact img {
  width: 28px;
  margin-top: -2px;
  padding-left: 10px;
}

.header-contact a {
  color: white;
}

.header-contact a:hover {
  color: white;
}

.header-flag {
  z-index: 10;
  display: flex;
}

.header-flag .box {
  height: 100%;
  padding: 0 25px;
  padding-top: 8px;
  margin-right: 0px;

}

.header-flag .box2 {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  margin-right: -1px;
}

.header-flag .box p {
  color: rgb(0, 0, 0);
  margin: 0;
}


.header-flag img {
  width: 25px;
  /* border-radius: px; */
  z-index: 10;
  margin-top: -10px;
  margin-left: 10px;
  border-radius: 50%;
  border: 1px solid white;
  cursor: pointer;
  padding: 3px;
}

.header-flag img:hover {
  margin-top: -20px;
}


nav {
  position: sticky;
  top: 40px;
  left: 0;
  max-width: 1800px;
  margin: auto;
  z-index: 99;
  transition: background-color 0.5s ease-in-out;
  padding: 5px 4%;
  background-color: #ffffff;
}

nav.scrolled {
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
  background-color: #ffffff;
  border-bottom: 0.1px solid rgba(0, 0, 0, 0.247);
}

nav .navbar {
  height: 100%;
  max-width: 1800px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  place-items: center;
  margin: auto;
  padding: 0;
}

.active {
  background-color: black;
}

.navbar .logo {
  width: 30%;
  height: 100%;
  display: grid;
  place-items: center;
  margin-left: -70px;
  background-color: white;
  margin-top: -50px;
  padding-top: 10px;
  clip-path: polygon(0 0, 66% 0, 100% 100%, 0% 100%);

}

.navbar .logo img {
  width: 120px;
  background-color: white;
  margin-left: -80px;
}

nav .navbar button {
  background-color: #0c3669;
  color: rgb(252, 252, 252);
  place-items: center;
  padding: 10px 20px;
  margin-bottom: -0px;
  border: none;
  border-radius: 10px;
}

nav .navbar button h5 {
  margin: 0;
  font-size: 15px;
}

nav .navbar button h5 img {
  margin-left: 5px;
  width: 20px;
  /* filter: brightness(0); */
  transition: ease-in-out 0.9s;
}

nav .navbar button a {
  color: #ffffff;
}

nav .navbar button:hover a {
  color: #f6dc69;
}

nav .navbar button:hover {
  border: 0.1px solid #f6dc69;
}

nav .navbar button:hover img {
  rotate: 360deg;
}


nav .navbar .nav-links {
  line-height: 80px;
  height: 100%;
  margin-bottom: -20px;
  margin-left: -15%;
}


nav .navbar .links {
  display: flex;
  margin-left: -0%;
}

nav .navbar .links li {
  position: relative;
  align-items: center;
  list-style: none;
  padding: 0 10px;
}

nav .navbar .links li:first-child a {
  color: #c9b043;
}

nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #0c3669;
  font-size: 18px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  transition: color 0.5s ease-in-out;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}

nav .navbar .links li:hover a {
  color: #c9b043;
  margin-left: 0;
}

nav .navbar .links li .mean a {
  color: #0c3669;
}

nav .navbar .links li .mean a:hover {
  color: #c9b043;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
  transform: rotate(180deg);
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrowB {
  transform: rotate(180deg);
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrowC {
  transform: rotate(180deg);
}

nav .navbar .links li .arrow {
  height: 100%;
  width: 22px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  color: #0c3669;
  transition: all 0.3s ease;

}

nav .navbar .links li .sub-menu {
  position: absolute;
  top: 70px;
  left: -10px;
  width: fit-content;
  padding: 0;
  line-height: 30px;
  padding-bottom: 20px;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  display: none;
  z-index: 2;
  border: none;
}

nav .navbar .links li .sub-menu li a {
  float: left;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.5px;
}


.a-list {
  line-height: 18px;
  margin: 10px 0;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
  display: block;
}


.navbar .links li .sub-menu li {
  padding: 0 22px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

.navbar .links li .sub-menu a {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
  line-height: 40px;
  display: none;
}

.navbar .links li .htmlCss-more-sub-menu {
  line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}

.navbar .nav-links .sidebar-logo {
  display: none;
}

.navbar .bx-menu {
  display: block;
  text-align: right;
  font-size: 25px;
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid rgb(255, 255, 255);
  /* margin-left: 220px; */
  cursor: pointer;
  color: white;
  margin-left: -20px;
  margin-top: 0px;
  justify-content: flex-end;
  display: none;
}

.navbar .bx-menu:hover {
  border: 0.1px solid #f6dc69;
  color: #f6dc69;
}



@media (max-width:920px) {
  nav {
    top: 30px;
    padding: 0px;
    height: fit-content;
    box-shadow: 0 0 5px rgb(199, 199, 199);
  }

  nav.scrolled {
    box-shadow: 0 0 5px rgb(199, 199, 199);
  }

  nav .navbar {
    max-width: 100%;
    padding: 5px 10px;
    padding-left: 5px;
  }

  nav .navbar .links li {
    border-bottom: 0.1px solid rgba(0, 0, 0, 0.253);
  }

  nav .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease;
  }

  nav .navbar .links li .sub-menu {
    margin-left: 0;
    flex-direction: column;
    background: #072031;
    height: 100px;

  }

  nav .navbar .links li .sub-menu li a {
    color: rgba(0, 0, 0, 0.941);
    letter-spacing: normal;
  }

  nav .navbar .links li a {
    color: rgb(0, 0, 0);
  }


  nav .navbar .nav-links {
    margin-left: 0;
  }

  .mean {
    font-size: 10px;

  }

  nav .navbar .links li .sub-menu li a {
    width: 100%;
  }

  nav .navbar .links li .sub-menu li {
    flex-direction: column;

  }

  nav .navbar .icons {
    margin-top: 0;
  }


  nav .navbar .logo a {
    margin-left: 20px;
  }

  nav .navbar .links li {
    padding: 0 10px;
  }

}

@media (max-width:800px) {

  .navbar .bx-menu {
    display: block;
    margin-left: 2%;
    /* margin-top: 20px; */
  }

  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background-color: #ffffff;
    line-height: 40px;
    overflow-y: scroll;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }

  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;

  }

  .navbar .logo {
    margin-top: 0px;
    padding: 0;
    padding-right: 0px;
    clip-path: none;
  }

  .navbar .logo img {
    width: 70px;
    margin-left: 60px;
  }



  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 25px;
    color: #0c3669;

  }

  nav .navbar .links {
    display: block;
    /* margin-top: 20px; */
  }

  nav .navbar .links li .arrow {
    line-height: 40px;
  }

  nav .navbar .links li {
    display: block;
  }

  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    display: none;
  }


  nav .navbar .links li .sub-menu li {
    border-bottom: none;
  }

  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }

  .navbar .links li .sub-menu .more-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow,
  .links li:hover .js-arrowB,
  .links li:hover .js-arrowC {
    transform: rotate(0deg);
  }

  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
  }

  .navbar .links li .sub-menu .more span {
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu {
    display: none;
  }

  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu {
    display: none;
  }

  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu2 {
    display: none;
  }

  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu3 {
    display: none;
  }

  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show4 .links .js-sub-menu2,
  .navbar .nav-links.show5 .links .js-sub-menu3,
  .navbar .nav-links.show2 .links .more .more-sub-menu {
    display: block;
  }

  .navbar .nav-links.show1 .links .htmlcss-arrow,
  .navbar .nav-links.show3 .links .js-arrow,
  .navbar .nav-links.show4 .links .js-arrowB,
  .navbar .nav-links.show5 .links .js-arrowC {
    transform: rotate(180deg);
  }

  .navbar .nav-links.show2 .links .more-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width:370px) {
  nav .navbar .nav-links {
    max-width: 100%;
  }

}

@media (max-width:1050px) {
  nav .navbar button {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .headersection {
    padding-left: 0px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
  }

  .header-contact {
    height: 30px;
    width: fit-content;
    padding-right: 0px;
    margin-left: -8px;
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); */
  }

  .header-contact p {
    font-size: 14px;
    margin-left: 8px;

  }

  .header-contact p img {
    width: 25px;
    padding: 3px;
    margin-right: 3px;
  }

  .header-contact .p2 {
    display: none;
  }

  .header-contact p span {
    margin-left: 0;
  }

  .header-flag {
    /* display: none; */
    padding: 0;
  }

  .header-flag .box {
    padding: 0;
  }

  .header-flag img {
    width: 18px;
    height: 18px;
    padding: 2px;
    margin-top: -3px;
  }

  .headersection .header-icons a {
    margin-top: 10px;
  }



  nav .navbar button {
    margin-top: 18px;
    font-size: 12px;
    padding: 8px 15px;
    display: none;
  }





}