/* @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; */
}


.headersection {
  max-width: 1800px;
  margin: auto;
  height: 40px;
  background-color: #2ba5b5;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}

.headersection .design {
  width: 18%;
  background-color: #031533;
  height: 40px;
  clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
  z-index: 1;
  position: relative;
}

.headersection .social-m img {
  /* margin-left: 20px; */
  width: 40px;
  filter: brightness(0);
  border-left: 0.2px solid black;
  padding: 0 10px;
}

.headersection .social-m img:last-child {
  border-right: 0.2px solid black;

}

.headersection .social-m {
  margin-right: 30px;
  padding: 7px 0;
}


.headersection .social-m img:hover {
  filter: brightness(1);
  cursor: pointer;
}


.header-contact {
  width: fit-content;
  color: rgb(0, 0, 0);
  display: flex;
  z-index: 10;
  margin-left: -28%;
  padding: 7px 0;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.header-contact p img {
  width: 22px;
  margin-top: -5px;
  margin-right: 5px;
  margin-left: 20px;
  filter: brightness(0);
}

.header-contact p a {
  color: black;
  text-decoration: none;
}

.header-contact p a:hover {
  color: white;
}

.header-contact .p3 {
  margin-left: 20px;
}


.headersection .help-tx {
  display: flex;
}

.help-sec {
  width: fit-content;
  height: 50px;
  display: flex;
  padding: 7px 0;
  margin-right: 30px;

}

.help-sec p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.841);
  margin: 0 5px;
  cursor: pointer;
}




nav {
  position: sticky;
  top: 40px;
  left: 0;
  max-width: 1800px;
  margin: auto;
  /* height: 100%; */
  height: 70px;
  background-color: #f6f6f6f1;
  /* box-shadow: 0 1px 2px rgba(255, 255, 255, 0.2); */
  z-index: 99;
  transition: background-color 0.5s ease-in-out;
  /* margin-top: 20px; */
}

nav.scrolled {
  background-color: #f6f6f6f9;
  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 .design-sec {
  display: flex;
}

.navbar .logo {
  background-color: #031533;
  padding: 20px;
  height: 71.5px;
  display: flex;
  justify-content: space-between;
  padding-right: 80px;
}

.navbar .logo a {
  color: white;
  list-style: none;
  text-decoration: none;

}

.navbar .logo a h1 {
  font-size: 22px;
  margin-top: -30px;
  margin-left: 5%;
  width: 100%;
  font-weight: bold;
  filter: brightness(1);
  position: relative;
  z-index: 20;
}

.navbar .design-sec .design {
  background: #031533;
  width: 50px;
  height: 100%;
  height: 71.5px;
  /* margin-top: -15px; */
  clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
}


nav .navbar .nav-links {
  line-height: 70px;
  height: 71.5px;
  /* background-color: aqua; */
  /* margin-right: 2%; */
  padding-left: 20px;
}

nav .navbar button {
  background: #031533;
  color: rgb(255, 255, 255);
  padding: 8px 20px;
  /* margin-top: -15px; */
  border: none;
  /* border-radius: 5px; */
  margin-right: 2%;
}



nav .navbar .links {
  display: flex;
}

nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  list-style: none;
  padding: 0 10px;
}

nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  /* font-family: Arial, Helvetica, sans-serif; */
  transition: color 0.5s ease-in-out;
}

nav .navbar .links li:hover a {
  color: #000000;
}

.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: rgb(0, 0, 0);
  transition: all 0.3s ease;
  /* color: aqua; */
  /* display: none; */
}

nav .navbar .links li .sub-menu {
  position: absolute;
  top: 60px;
  left: 0;
  width: 280px;
  line-height: 40px;
  padding-bottom: 20px;
  background-color: #f6f6f6f1;
  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;
}


nav .navbar .links li .sub-menu li a {
  /* margin-left: 20px; */
  float: left;
  width: 130px;
  font-weight: 400;
  letter-spacing: 0.8px;
}


.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-top: 10px; */
  }

  nav .navbar {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 10px;


  }

  nav .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: rgb(0, 0, 0);
    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(0, 0, 0, 0.941);
  }

  nav .navbar .links li a {
    color: rgb(0, 0, 0);
  }

  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 .logo a {
    margin-left: 20px;
    margin-top: 30px;
  }

  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: 5%;
    margin-right: -15%;
    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 a img {
    /* margin-top: -8px; */
    margin-left: -10px;

  }

  .navbar .design-sec .design {
    margin-top: -1px;
    margin-left: -0.5px;
    border: none;
  }

  .navbar .logo {
    padding: 0px;
    margin-top: -1px;
  }

  .navbar .logo a h1 {
    font-size: 18px;
    width: 120%;
    margin-left: 0;
    margin-top: -20px;
  }

  .sidebar-logo .logo-name {
    /* font-size: 25px; */
    color: rgb(0, 0, 0);
    /* background-color: aqua; */
  }

  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 25px;
    color: rgb(0, 0, 0);

  }

  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%;
    height: 100%;
  }





}




@media screen and (max-width: 900px) {
  .headersection {
    padding: 0;
    padding-left: 0px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    place-items: center;
    height: 40px;
  }


  .header-contact p img {
    width: 18px;
    margin-left: 10px;
  }

  .header-contact p {
    font-size: 12px;
    margin: 0;
  }

  .headersection .design {
    width: 28%;
    clip-path: polygon(0 0, 54% 0, 100% 100%, 0% 100%);
    margin-right: 10px;
  }

  .headersection .help-tx {
    display: none;

  }



  nav .navbar button {
    margin-top: 0px;
    font-size: 12px;
    display: none;
    padding: 8px 15px;
  }




}