@import url("https://fonts.googleapis.com/css2?family=Sunflower:wght@300;500;700&&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
.header-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header-body .left-align {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 100%;
}
.header-body .left-align .pab-logo {
  aspect-ratio: 1/1;
}
.header-body .left-align .awards-preview {
  display: flex;
  align-items: center;
}
.header-body .left-align .awards-preview .award-hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-body .left-align .awards-preview .award-hdr .award-hdr-img {
  aspect-ratio: 1/1;
}
.header-body .left-align .awards-preview .award-hdr .award-hdr-desc {
  font-family: "DM Sans", sans-serif;
  color: rgba(37, 37, 37, 0.8);
  font-weight: normal;
}
.header-body .nav-buttons-container {
  display: flex;
}
.header-body .nav-buttons-container .nav-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-body .nav-buttons-container .nav-button .page-name {
  font-family: "Sunflower";
  font-weight: 700;
  color: rgba(37, 37, 37, 0.6);
  text-decoration: none;
  transition: 0.3s;
}
.header-body .nav-buttons-container .nav-button .hdr-red-line-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.header-body .nav-buttons-container .nav-button .hdr-red-line-container .hdr-red-line {
  height: inherit;
  width: 0;
  background-color: #fe0000;
  transition: 0.3s;
}
.header-body .nav-buttons-container .nav-button .hover-container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.header-body .nav-buttons-container .nav-button .hover-container .sub-tab {
  width: 100%;
  display: flex;
  text-decoration: none;
  align-items: center;
}
.header-body .nav-buttons-container .nav-button .hover-container .sub-tab .red-line-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-body .nav-buttons-container .nav-button .hover-container .sub-tab .red-line-container .red-line {
  background-color: #fe0000;
  height: 0;
  transition: 0.2s;
}
.header-body .nav-buttons-container .nav-button .hover-container .sub-tab .tab-label-container {
  display: flex;
  align-items: center;
}
.header-body .nav-buttons-container .nav-button .hover-container .sub-tab .tab-label-container .tab-label {
  font-family: "Sunflower";
  color: rgba(37, 37, 37, 0.6);
  font-weight: 700;
  transition: 0.3s;
}
.header-body .nav-buttons-container .nav-button .hover-container .sub-tab:hover {
  background-color: rgba(226, 226, 226, 0.2);
}
.header-body .nav-buttons-container .nav-button .hover-container .sub-tab:hover .tab-label-container .tab-label {
  color: #004b93;
}
.header-body .nav-buttons-container .nav-button.show-hover .hover-container {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-body .nav-buttons-container .nav-button:hover .hdr-red-line-container .hdr-red-line {
  width: 100%;
}
.header-body .nav-buttons-container .nav-button.focus .page-name {
  color: #004b93;
}
.header-body .nav-buttons-container .nav-button.focus .hdr-red-line-container .hdr-red-line {
  width: 100%;
}

@media only screen and (min-width: 1440px) {
  .header-body {
    height: 100px;
    padding: 0 60px 0 30px;
  }
  .header-body .left-align {
    gap: 15px;
  }
  .header-body .left-align .abc-logo {
    height: 90%;
  }
  .header-body .left-align .pab-logo {
    height: 90%;
  }
  .header-body .left-align .awards-preview {
    gap: 10px;
    height: 90%;
  }
  .header-body .left-align .awards-preview .award-hdr {
    height: 90%;
    gap: 4px;
  }
  .header-body .left-align .awards-preview .award-hdr .award-hdr-img {
    height: 100%;
  }
  .header-body .left-align .awards-preview .award-hdr .award-hdr-desc {
    font-size: 12px;
  }
  .header-body .nav-buttons-container {
    gap: 25px;
  }
  .header-body .nav-buttons-container .nav-button .page-name {
    font-size: 20px;
  }
  .header-body .nav-buttons-container .nav-button .hdr-red-line-container {
    height: 3px;
    padding: 0 8px;
  }
  .header-body .nav-buttons-container .nav-button .hdr-red-line-container .hdr-red-line {
    border-radius: 2px;
  }
  .header-body .nav-buttons-container .nav-button .hover-container {
    margin: 10px;
    z-index: 10;
    width: 280px;
    gap: 4px;
    padding: 4px;
    border-radius: 6px;
  }
  .header-body .nav-buttons-container .nav-button .hover-container .sub-tab {
    height: 40px;
    gap: 10px;
    padding: 2px;
    border-radius: 2px;
  }
  .header-body .nav-buttons-container .nav-button .hover-container .sub-tab .red-line-container {
    width: 3px;
    height: 60%;
  }
  .header-body .nav-buttons-container .nav-button .hover-container .sub-tab .red-line-container .red-line {
    border-radius: 2px;
    width: 100%;
  }
  .header-body .nav-buttons-container .nav-button .hover-container .sub-tab .tab-label-container .tab-label {
    font-size: 16px;
  }
  .header-body .nav-buttons-container .nav-button .hover-container .sub-tab:hover .red-line-container .red-line {
    height: 100%;
  }
  .header-body .nav-buttons-container .nav-button #about-us-hover {
    left: -10;
  }
  .header-body .nav-buttons-container .nav-button #services-hover {
    left: -10;
  }
  .header-body .nav-buttons-container .nav-button #tools-hover {
    left: -80;
    width: 220px;
  }
  .header-body .nav-buttons-container .mobile-nav {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .header-body {
    height: 130px;
    padding: 10px 30px 10px 20px;
    flex-direction: column;
  }
  .header-body .left-align {
    gap: 15px;
    width: 100%;
    max-height: 70px;
    justify-content: center;
  }
  .header-body .left-align .abc-logo {
    height: 100%;
  }
  .header-body .left-align .pab-logo {
    height: 100%;
  }
  .header-body .left-align .awards-preview {
    gap: 10px;
    height: 100%;
  }
  .header-body .left-align .awards-preview .award-hdr {
    height: 90%;
    gap: 4px;
  }
  .header-body .left-align .awards-preview .award-hdr .award-hdr-img {
    height: 100%;
  }
  .header-body .left-align .awards-preview .award-hdr .award-hdr-desc {
    font-size: 10px;
  }
  .header-body .nav-buttons-container {
    gap: 24px;
  }
  .header-body .nav-buttons-container .nav-button .page-name {
    font-size: 18px;
  }
  .header-body .nav-buttons-container .nav-button .hdr-red-line-container {
    height: 3px;
    padding: 0 5px;
  }
  .header-body .nav-buttons-container .nav-button .hdr-red-line-container .hdr-red-line {
    border-radius: 2px;
  }
  .header-body .nav-buttons-container .nav-button .hover-container {
    margin: 10px;
    z-index: 10;
    width: 280px;
    gap: 4px;
    padding: 4px;
    border-radius: 6px;
  }
  .header-body .nav-buttons-container .nav-button .hover-container .sub-tab {
    height: 40px;
    gap: 10px;
    padding: 2px;
    border-radius: 2px;
  }
  .header-body .nav-buttons-container .nav-button .hover-container .sub-tab .red-line-container {
    width: 3px;
    height: 60%;
  }
  .header-body .nav-buttons-container .nav-button .hover-container .sub-tab .red-line-container .red-line {
    border-radius: 2px;
    width: 100%;
  }
  .header-body .nav-buttons-container .nav-button .hover-container .sub-tab .tab-label-container .tab-label {
    font-size: 16px;
  }
  .header-body .nav-buttons-container .nav-button .hover-container .sub-tab:hover .red-line-container .red-line {
    height: 100%;
  }
  .header-body .nav-buttons-container .nav-button #about-us-hover {
    left: -10;
  }
  .header-body .nav-buttons-container .nav-button #services-hover {
    left: -10;
  }
  .header-body .nav-buttons-container .nav-button #tools-hover {
    left: -80;
    width: 220px;
  }
  .header-body .nav-buttons-container .mobile-nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header-body {
    height: 80px;
    padding: 0 30px 0 10px;
  }
  .header-body .left-align {
    gap: 15px;
  }
  .header-body .left-align .abc-logo {
    height: 60%;
  }
  .header-body .left-align .pab-logo {
    height: 60%;
  }
  .header-body .left-align .awards-preview {
    gap: 10px;
    height: 60%;
  }
  .header-body .left-align .awards-preview .award-hdr {
    height: 90%;
    gap: 4px;
  }
  .header-body .left-align .awards-preview .award-hdr .award-hdr-img {
    height: 100%;
  }
  .header-body .left-align .awards-preview .award-hdr .award-hdr-desc {
    font-size: 6px;
  }
  .header-body .nav-buttons-container {
    gap: 14px;
  }
  .header-body .nav-buttons-container .nav-button {
    display: none;
  }
  .header-body .nav-buttons-container .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    transition: 0.2s;
  }
  .header-body .nav-buttons-container .mobile-nav .mobile-nav-line {
    height: 4px;
    width: 60%;
    border-radius: 2px;
    background-color: #004b93;
    transition: 0.2s;
  }
  .header-body .nav-buttons-container .mobile-nav:active, .header-body .nav-buttons-container .mobile-nav:focus {
    background-color: rgba(226, 226, 226, 0.4);
  }
  .header-body .nav-buttons-container .mobile-nav:active .mobile-nav-line, .header-body .nav-buttons-container .mobile-nav:focus .mobile-nav-line {
    background-color: #00396e;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .header-body {
    height: 80px;
    padding: 0 30px 0 10px;
  }
  .header-body .left-align {
    gap: 15px;
  }
  .header-body .left-align .abc-logo {
    height: 60%;
  }
  .header-body .left-align .pab-logo {
    height: 60%;
  }
  .header-body .left-align .awards-preview {
    gap: 10px;
    height: 60%;
  }
  .header-body .left-align .awards-preview .award-hdr {
    height: 90%;
    gap: 4px;
  }
  .header-body .left-align .awards-preview .award-hdr .award-hdr-img {
    height: 100%;
  }
  .header-body .left-align .awards-preview .award-hdr .award-hdr-desc {
    font-size: 6px;
  }
  .header-body .nav-buttons-container {
    gap: 14px;
  }
  .header-body .nav-buttons-container .nav-button {
    display: none;
  }
  .header-body .nav-buttons-container .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    transition: 0.2s;
  }
  .header-body .nav-buttons-container .mobile-nav .mobile-nav-line {
    height: 4px;
    width: 60%;
    border-radius: 2px;
    background-color: #004b93;
    transition: 0.2s;
  }
  .header-body .nav-buttons-container .mobile-nav:active, .header-body .nav-buttons-container .mobile-nav:focus {
    background-color: rgba(226, 226, 226, 0.4);
  }
  .header-body .nav-buttons-container .mobile-nav:active .mobile-nav-line, .header-body .nav-buttons-container .mobile-nav:focus .mobile-nav-line {
    background-color: #00396e;
  }
}
@media only screen and (max-width: 480px) {
  .header-body {
    height: 50px;
    padding: 0 30px 0 10px;
  }
  .header-body .left-align {
    gap: 15px;
  }
  .header-body .left-align .abc-logo {
    height: 60%;
  }
  .header-body .left-align .pab-logo {
    height: 60%;
  }
  .header-body .left-align .awards-preview {
    display: none;
  }
  .header-body .nav-buttons-container {
    gap: 14px;
  }
  .header-body .nav-buttons-container .nav-button {
    display: none;
  }
  .header-body .nav-buttons-container .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    transition: 0.2s;
  }
  .header-body .nav-buttons-container .mobile-nav .mobile-nav-line {
    height: 4px;
    width: 60%;
    border-radius: 2px;
    background-color: #004b93;
    transition: 0.2s;
  }
  .header-body .nav-buttons-container .mobile-nav:active, .header-body .nav-buttons-container .mobile-nav:focus {
    background-color: rgba(226, 226, 226, 0.4);
  }
  .header-body .nav-buttons-container .mobile-nav:active .mobile-nav-line, .header-body .nav-buttons-container .mobile-nav:focus .mobile-nav-line {
    background-color: #00396e;
  }
}/*# sourceMappingURL=header-2.css.map */