header {
  width: 100%;
  margin: 0 auto;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
 position: absolute;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  background-color: rgb(255, 255, 255);

}


#chk1 {
  display: none;
}

i {
  color: #000000;
  cursor: pointer;
}

header ul {
  display: block;
  margin-top: 13px;
}

header ul li {
  list-style: none;
  margin-top: 0px;
}

header ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: 600;

  padding: 10px 15px;

}

header ul li a:hover {
  /* border-bottom: 5px solid rgb(0, 0, 0); */
  color: purple;
}

header .menu {
  display: none;
  margin: 0px 22px;
  font-size: 25px;
}

.logo img {
  display: block;
  height: 28px;
  width: 100px;
}

.logo li {
  list-style: none;
}

.logo li a {
  text-decoration: none;
  font-size: 20px;
  color: black;
  font-weight: 600;
}

.carousel-caption d-none d-md-block {
  margin-top: 0px;
  margin-bottom: 25.5rem;
  line-height: 1.2;

}









.logo span {
  font-size: 25px;
  font-weight: 900;
  color: #a100ff;
}

.logo-2 span {
  font-size: 25px;
  font-weight: 900;
  color: #ffffff;  
}



.fa-solid,
.fas {
  font-weight: 900;
  color: #010479;
}

#p {
  font-style: italic;
}

#button {
  margin-top: 0px;
  margin-left: -20px;
  border-color: blue;
  color: blue;
}

.navbar a {
  margin-top: 5px;
  float: left;
  font-size: 16px;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: rgb(0, 0, 0);
  padding: 0px 25px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover,
.subnav:hover .subnavbtn {
  background-color: rgba(255, 255, 255, 0);
}

.subnav-content {
  display: none;
  position: fixed;
  left: 0;
  background-color: rgb(221, 221, 221);
  width: 100%;
  z-index: 1;
}

.sub-p {
  width: 50%;
  padding: 5rem;
  margin: 0 auto;
}

.sub-p h3 {
  font-size: 20px;
  font-weight: 500;
}

.sub-p p {
  font-size: 10px;
  font-weight: 400;
}

.sub-p h4 {
  font-size: 15px;
  font-weight: 500;
  color: #004dff;
}

.sub-p button {
  font-size: 15px;
  font-weight: 500;
  color: #004dff;
  border-color: #004dff;
  margin-top: 5px;
}

.main {
  display: flex;
  justify-content: space-between;
}

.subnav-content a {
  float: left;
  color: #004dff;
  text-decoration: none;
}

.subnav-content a:hover {
  /* background-color: #ffffff; */
  color: #004dff;
  text-decoration: underline;
}

.subnav:hover .subnav-content {
  display: block;
}

@media (max-width: 1200px) {
  header {
    display: none;
  }
}


/* cookies popup */

.cookie-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #040404;
  padding: 10px;
  text-align: center;
  z-index: 850000;
  border: 1px solid black;

}

.cookie-popup-content {
  max-width: 100%;
  margin: 0 auto;
}

.cookie-popup-buttons button {
  background: #fff;
  color: #333;
  border: none;
  padding: 5px 15px;
  margin: 5px;
  cursor: pointer;
  border: 1px solid black;
}

#cookies {
  font-size: 14px;
}

#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #003781;
  z-index: 9999;
}