/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Poppins', sans-serif; */
}

body {
  /* min-height: 100vh; */
  font-family: "Houschka Pro Medium";
}





.headersection {
  position: sticky;
  top: 0;
  left: 0;
  max-width: 1800px;
  margin: auto;
  height: 50px;
  padding-left: 50px;
  padding-right: 0px;
  /* background-color: transparent;   */
  display: flex;
  place-items: center;
  justify-content: space-between;
  z-index: 22;
  padding: 0;
  background-color: #174881;

}

/* 
.headersection.scrolled{
  background-color: rgb(238, 249, 255);
} */
.header-contact {
  /* width: 70%; */
  height: 100%;
  color: #ffffff;
  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;
  letter-spacing: 0.5px;

}

.header-contact img {
  width: 32px;
  margin-top: -2px;
  padding-left: 10px;
}

.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%;
  cursor: pointer;
}

.header-flag img:hover {
  margin-top: -20px;
}

.header-flag img:nth-child(2) {
  width: 28px;
}


nav {
  position: sticky;
  top: 0;
  left: 0;
  max-width: 1800px;
  margin: auto;
  height: 90px;
  background-color: #000000;
  /* box-shadow: 0 1px 2px rgba(255, 255, 255, 0.2); */
  z-index: 99;
  transition: background-color 0.5s ease-in-out;
  padding: 0 4%;
  padding-left: 0;
  /* margin-top: 20px; */
}

nav.scrolled {
  /* background-color: #1f3e5f; */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

nav .navbar {
  height: 100%;
  max-width: 1800px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0;
}

.active {
  background-color: black;
}

.navbar .logo {
  width: 35%;
  height: 100%;
  display: grid;
  place-items: center;
  display: flex;
  background-color: #174881;
  margin-left: -20px;
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}


.navbar .logo .logo-con {
  width: 90%;
  height: 100%;
  background-color: white;
  clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
  text-align: center;
  justify-content: center;
  place-items: center;
  padding-right: 20px;
  background-image: linear-gradient(to right, rgba(44, 81, 110, 0), rgba(0, 25, 61, 0)), url(../image/logo-bg.PNG);
  background-position: center;
  background-size: 100% 100%;
}

.navbar .logo img {
  width: 300px;
  margin-top: 0px;
}

.navbar .logo a {
  font-size: 25px;
  color: #ffe608;
  text-decoration: none;
  font-weight: 600;
  padding: 5px;
  line-height: normal;
  text-align: center;
}

.navbar .logo a span {
  font-size: 20px;
}

nav .navbar button {
  background-color: transparent;
  color: rgb(252, 252, 252);
  place-items: center;
  padding: 10px 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.555);
}

nav .navbar button h5 {
  margin: 0;
  font-size: 15px;
}

nav .navbar button h5 img {
  margin-left: 5px;
  width: 25px;
  /* filter: brightness(0); */
}

nav .navbar button a {
  color: white;

}

nav .navbar .nav-links {
  line-height: 80px;
  height: 100%;
  /* margin-right: -60px; */
}


nav .navbar .links {
  display: flex;
  margin-left: -0%;
}

nav .navbar .links li {
  position: relative;
  /* display: flex; */
  align-items: center;
  list-style: none;
  padding: 0 10px;

}

nav .navbar .links li:first-child a {
  color: #ffe608;
}

nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  transition: color 0.5s ease-in-out;
  font-family:
    "Saira Semi Condensed"
    Arial Helvetica sans-serif;
}

nav .navbar .links li:hover a {
  color: #ffe608;
}

nav .navbar .links li .mean a {
  color: #ffffff;
}

nav .navbar .links li .mean a:hover {
  padding-left: 10px;
}

/* nav.scrolled .navbar .links li:first-child a{
  color: #daa867;
}
nav.scrolled .navbar .links li a{
  color: white;
} */


.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 {
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s ease;
  /* color: aqua; */
  /* display: none; */
}

/* nav.scrolled .navbar .links li .arrow{
  color: white;
} */

nav .navbar .links li .sub-menu {
  position: absolute;
  top: 60px;
  left: 0;
  width: 280px;
  line-height: 40px;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #000000;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
  border-radius: 0 0 4px 4px;
  display: none;
  border-radius: 0px 0px 20px 20px;
  z-index: 2;
  border: none;
}

nav .navbar .links li .sub-menu li a {
  /* margin-left: 20px; */
  float: left;
  width: 100%;
  font-weight: 300;
  letter-spacing: 0.8px;
  /* justify-content: space-between; */
  /* border-bottom: 0.2px solid #daa867; */
}

nav .navbar .links li .sub-menu-b li a {
  /* margin-left: 20px; */
  float: left;
  width: 130px;
  font-weight: 200;
  letter-spacing: 0.8px;
  /* justify-content: space-between; */
}

nav .navbar .links li .sub-menu-c li a {
  /* margin-left: 20px; */
  float: left;
  width: 130px;
  font-weight: 200;
  letter-spacing: 0.8px;
  /* justify-content: space-between; */
}

.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;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu2 {
  display: block;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu3 {
  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-b li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu-c li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
}

.navbar .links li .sub-menu-b a {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
}

.navbar .links li .sub-menu-c a {
  color: rgb(0, 0, 0);
  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: none;
  /* background-color: rgb(181, 241, 15); */
  text-align: right;
  /* margin-left: 220px; */
  justify-content: flex-end;
}


@media (max-width:920px) {
  nav {
    padding-left: 0;
    margin-left: 0;
    padding: 0;
    padding-right: 20px;
    /* padding-top: 10px; */
    height: fit-content;
  }

  nav .navbar {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 20px;
    padding: 0px;
    padding-left: 5px;
  }

  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: rgba(243, 242, 242, 0);
    height: 350px;

  }

  nav .navbar .links li .sub-menu li a {
    color: rgba(255, 255, 255, 0.941);
  }

  nav .navbar .links li a {
    color: rgb(255, 255, 255);
  }

  nav .navbar .links li {
    border-bottom: 0.2px solid rgba(255, 255, 255, 0.303);

  }

  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;
  }

  nav .navbar .links li a {
    /* font-size: 15px; */
  }
}

@media (max-width:800px) {
  nav {
    /* position: relative; */
  }

  .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: #0a416b;
    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 {
    width: 320px;
    margin-top: 0px;
    padding: 0;
    margin-left: -30px;
    padding-right: 0px;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);

  }
  .navbar .logo .logo-con {
    width: 93%;
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);

  }

  .navbar .logo img {
    width: 92%;
    margin-bottom: 5px;
  }

  .navbar .logo a {
    font-size: 20px;
    margin-left: 0;
  }

  .navbar .logo a span {
    font-size: 15px;
    margin-top: -5px;
  }

  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 25px;
    color: #ffffff;

  }

  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-b {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    display: none;
    margin-top: 10px;
  }

  nav .navbar .links li .sub-menu-c {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    display: none;
    margin-top: 10px;
  }

  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 {
    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 screen and (max-width: 900px) {
  .headersection {
    padding-left: 0px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    display: none;
  }

  .header-contact {
    height: 30px;
    width: fit-content;
    padding-right: 30px;
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); */
  }

  .header-contact p {
    font-size: 10px;
    margin-left: 8px;
  }

  .header-contact p img {
    width: 25px;
    margin-right: 5px;
  }

  .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: 20px;
    height: 20px;
    margin-top: 2px;
  }

  .headersection .header-icons a {
    margin-top: 10px;
  }



  nav .navbar button {
    margin-top: 18px;
    font-size: 12px;
    padding: 8px 15px;
    display: none;
  }





}