.header {
  background: #0046c0;
}
.navbar-toggler {
  display: none;
}
.headerout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.socialmedia .social-icon {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.headerinside {
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 30px;
  width: 100%;
}
.headerinside a {
  color: #fff;
}
.headerinside a:hover {
  color: red;
}

.headerinside i {
  padding-right: 8px;
}
.navbar {
  background-color: white;
  padding: 20px 0;
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 20px;
  transition: background-color 0.5s ease;
  background-color: white;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.logo img {
  width: 170px;
}

.navbaritem ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.navbaritem ul li {
  padding-left: 20px;
}

.navbaritem ul li a {
  font-weight: 500;
  font-size: 18px;
  color: #7b7b8a;
  line-height: 1;
  padding: 0 15px;
}

.navbaritem ul li a:hover {
  color: #15559f;
}
