body {
    font-family: "Public Sans", sans-serif;
    overflow-x: hidden !important;
    color: var(--themeDark);
    position: relative;
}

:root {
    --themeColor: #0076A3;
    --themeColor2: #A707CB;
    --themeDark: #0A0F1E;
}

.container {
    position: relative;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Public Sans", sans-serif;
}
a,
button,
svg {
    transition: .5s !important;
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding-left: 0 !important;
}

input {
    box-shadow: none;
    outline: none !important;
}

.theme-color {
    color: var(--themeColor);
}

.bi-btn {
    display: block;
    padding: 10px 50px;
    background-color: var(--themeColor);
    color: #fff;
    border: none;
    transition: .5s;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    width: fit-content;
    border-radius: 10px;
    margin-inline: auto;
    margin-top: 40px;
    margin-bottom: 30px;
}
.bi-btn:hover {
    background-color: var(--themeDark);
    scale: .96;
}
.bi-btn.transparent {
    background-color: transparent;
    color: var(--themeDark);
}
.bi-btn.outline {
    border: 1px solid transparent
}
.bi-btn.outline:hover {
    border-color: var(--themeColor);
}
.bi-btn.tranparent{
    background-color: transparent;
    text-decoration: underline !important;
}
.bi-btn.tranparent.dark{
    color: var(--themeDark);
}
.bi-btn.white{
    background-color: #fff;
    color: #000;
}
.bi-header{
    background: url('../img/Banner.png') no-repeat center;
    background-size: cover;
}
.bi-header .top-header{
    background-color: #333333e7;
    padding-top:20px;
    padding-bottom:20px;
    padding-left: 30px;
    padding-right: 30px;
}
.header-right-col {
    text-align: right;
}

.header-right-col .d-flex {
    justify-content: end;
    margin-bottom: 20px;
    gap: 20px;
}

.header-right-col a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.search-form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mega-menu-wrapper {
    display: flex;
    gap: 60px;
    align-items: start;
    justify-content: space-between;
}
.search-form input {
    width: 100%;
    height: 43px;
    text-indent: 20px;
    font-size: 14px;
}

.search-form .bi-btn {
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0 10px 10px 0px;
    padding-left: 25px;
    padding-right: 25px;
}

.navbar-wrapper {
    background-color: #eeeeeeab;
}

.navbar-wrapper a {
    color: #0071A2;
    font-weight: 600;
}

.dropdown-toggle {
    border-right: 1px solid #ccbdbd !important;
    border-radius: 0 !important;
}
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
ul.dropdown-menu.left-2 {
    left: -100px;
}

ul.dropdown-menu.left-3 {
    left: -250px;
}

ul.dropdown-menu.left-4 {
    left: -350px;
}
.dropdown-menu {
    padding: 20px !important;
    background-color: #f1f1f1;
}

.mega-menu-item h5 {
    font-size: 14px;
}
.navbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.find-it-fast .dropdown-toggle {
    color: #fff;
    background-color: #006d96;
    padding: 5px 8px;
    border-radius: 10px !important;
}

.mega-menu-item a {
    padding-inline: 0;
    font-size: 14px;
}
.mega-menu-box-wrapper {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e0dddd;
        width: 460px;
}
.mega-menu-box-wrapper a {
    padding-inline: 0;
    font-size: 14px;
}

.mega-menu-box-wrapper h5 {
    font-size: 14px;
}

.mega-menu-box-wrapper .d-flex {
    gap: 40px;
    padding-right: 30px;
    align-items: start;
}

.mega-menu-box-wrapper p {
    font-size: 10px;
    margin-bottom: 5px;
}
.mega-menu-box-wrapper li {
    flex: 1 0 45%;
}
.bi-hero{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-wrapper {
    margin-top: 50px;
    max-width: 550px;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 30px;
}

.box-wrapper .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.box-wrapper h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.box-wrapper p {
    margin-bottom: 0;
}
.right-col h2 {
    text-align: center;
}

.right-col hr {
    max-width: 28%;
    margin-inline: auto;
    opacity: 1;
}

.right-col img {
    text-align: center;
    margin-inline: auto;
    display: block;
}

.right-col {
    text-align: center;
}
.right-col p{
    font-size: 18px;
    font-style: italic;
}
.bi-footer {
    background-color: #F0F0F0;
    padding: 30px 0;
}

.bi-footer a {
    color: #000;
    font-size: 13px;
}

.footer-col-left .d-flex {
    gap: 30px;
}
.footer-links {
    display: flex;
    flex-direction: column;
}

.footer-links a {
    margin: 4px 0;
}

.footer-col-left hr {
    max-width: 85%;
}