        @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
    body {
    font-family: 'Roboto', sans-serif;
    }
    body {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.24px;
}
a {
  text-decoration: none;
}
.header .bp_nav_link {
    justify-content: start;
}
.navbar .navbar-collapse ul.navbar-nav li a {
    justify-content: start;
}
.header-menu .dropdown-menu {
    right: unset;
}
.header-menu .navbar ul.dropdown-menu li a {
    white-space: wrap;
}
.header-menu .navbar ul.dropdown-menu {
    width: max-content;
    max-width: 480px;
}
.image-upload .input-group {
  justify-content: center;
  margin-left: 10px;
  width: auto;
}
.image-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#files {
  font-size: 0;
  border: none;
  cursor: pointer;
  width: fit-content;
  background-color: transparent;
  border-radius: 4px;
}
#files::file-selector-button {
  padding: 6px 12px;
  background: rgba(241, 241, 241, 1);
  color: #121212;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease;
}
#files::file-selector-button:hover {
  background: #424242;
}
.header-main {
  padding: 10px 0;
}
.header-main.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
  background: #fff;
}
.header-menu .nav-link.active {
  background-color: transparent;
  color: #005eb8;
}
.sticky-icons {
  display: none;
  width: 0;
  transition: 0.3s ease width;
}
.topbar-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 40px;
}
.logo-header img {
  width: 100px;
  height: auto;
  transition: 0.35s width linear;
}
.topbar-list a {
  color: #fff;
}
.toolbar-regions ul {
  display: flex;
  gap: 20px;
  margin: 0;
  align-items: center;
}
.toolbar-nav {
  height: 9px;
  position: relative;
  background-image: linear-gradient(to right, #0373c0, #0172c0, #0070c1, #006fc1, #1084c7);
  z-index: 10;
}
.toolbar-nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #044da8, #0351ac, #0255b0, #015ab4, #005eb8);
  -webkit-clip-path: polygon(0 100%, 22% 100%, 25% 0, 0 0);
  clip-path: polygon(0 100%, 22% 100%, 25% 0, 0 0);
}
.toolbar-menu ul {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0;
}
.header-menu {
  display: flex;
  align-items: center;
  transition: all 0.3s ease width;
}

.search-trigger {
    cursor: pointer;
}

.search-modal {
    position: fixed;
    inset: 0;
    background-color: #000000c4;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 2000;
    transition: all .4s;
}

.search-modal.show {
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}

.search-modal form {
    width: 50%;
    transform: scale(0);
    transition: all .4s;
}

.search-modal .bp_frm_search {
    overflow: hidden;
}

.search-modal.show form {
    transform: scale(1);
    transition: all .4s;
}

.search-modal form input.form-control {
    border-radius: 6px 0 0 6px;
}

.search-modal form button {
    border-radius: 0 6px 6px 0;
}



.bp_block_item .row {
  margin: 0;
}
.bp_product_item .row {
  margin: 0;
}
.footer {
  background: #252525;
}
.footer .logo img {
  width: 100px;
}
.footer-grid {
  color: #fff;
  padding: 80px 30px;
  border-radius: 25px;
 /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;*/
}
.footer .bp_category_option {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer .bp_category_option .bp_category_option_item {
    position: relative;
    padding: 5px 0;
    transition: all .4s;
}

.footer .bp_category_option .bp_category_option_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 10px;
    height: 1px;
    opacity: 0;
    background-color: #fff;
    transition: all .4s;
}

.footer .bp_category_option .bp_category_option_item:hover {
    padding-left: 15px;
    transition: all .4s;
}

.footer .bp_category_option .bp_category_option_item:hover::before {
    transform: translate(0, -50%);
    opacity: 1;
    transition: all .4s;
}

.footer .footer-section > h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}
.footer .company-name {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -2px;
  color: transparent;
  -webkit-text-stroke: 2px #d4af37;
  margin: 20px 0;
}
.footer .bp_category_option li h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.footer .bp_img_category_option {
  display: none;
}
.footer .bp_menu_active {
  border: none;
}
.footer .contact-info {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer .contact-footer i {
  margin-right: 5px;
  width: 16px;
  color: #fff;
}
.footer .company-description {
  font-size: 14px;
}
.footer .bp-btn-send {
  font-size: 16px;
  color: #ffffff;
  padding: 15px 25px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #005eb8;
  border: 1px solid #005eb8;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.footer .bp-btn-send::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .bp-btn-send::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .bp_form_field .bp_form_data {
  border: 2px solid #e8e8e8;
  height: 45px;
  padding: 0 15px;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  background-color: transparent;
  margin-top: 10px;
}
.footer .bp_form_field .bp_form_data::placeholder {
    color: #fff;
}
.footer .bp-btn-send:hover {
  color: #000000;
  border-color: #051242;
}
.footer .bp-btn-send:hover::before {
  left: 0;
}
.footer .bp-btn-send:hover::after {
  right: 0;
}
.footer-grid > .footer-section:last-child {
  grid-column: span 4;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  opacity: 0.8;
  color: #fff;
}
.footer-bottom-links {
  display: flex;
  gap: 30px;
}
.footer-bottom-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-bottom-links a:hover {
  color: #ffd700;
}
@media (min-width: 1200px) {
  .header-main.sticky .sticky-icons a {
  }
  .header-main.sticky .sticky-icons {
    padding: 5px 0 0 10px;
    display: inline-block;
    width: auto;
    transition: 0.3s ease width;
    vertical-align: top;
    white-space: nowrap;
    margin: 0;
  }
  .header-main .sticky-icons li {
    position: relative;
    display: inline;
    margin: 0;
    white-space: nowrap;
  }
  .sticky-icons a {
    position: relative;
    z-index: 100;
    padding: 0 15px 20px;
    font-weight: 400;
    text-align: center;
    transition: 0.35s padding linear;
    border: none !important;
    display: inline-block;
    font-size: 15px;
    height: auto;
    line-height: 36px;
  }
  .header-main .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0;
    width: auto;
    letter-spacing: 0.75px;
    transition: 0.35s padding linear;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
  }
  .logo-header img {
    width: 120px;
  }
  .toolbar-nav {
    color: #fff;
    height: 40px;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 0;
  }
  .toolbar-nav nav ul > li a {
    display: block;
    color: #fff;
    height: 35px;
    line-height: 35px;
    letter-spacing: 1.2px;
    font-size: 12px;
    font-weight: 700;
    padding: 0 15px 20px;
    font-weight: 400;
    text-align: center;
    transition: 0.35s padding linear;
  }
  .sticky-icons a span {
    display: none;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 3px 8px;
    text-transform: uppercase;
    background: #ebebeb;
    color: #252525;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }
  .sticky-icons a:hover span {
    display: block;
  }
  .toolbar-nav:before {
    -webkit-clip-path: polygon(0 100%, 30% 100%, 33% 0, 0 0);
    clip-path: polygon(0 100%, 35% 100%, 37% 0, 0 0);
  }
  .toolbar-nav nav.toolbar-menu ul > li.find-your-distributor-li {
    background-color: #0b308e;
    position: relative;
    height: 40px;
  }
  .toolbar-nav nav.toolbar-menu ul > li > a {
    padding: 0 14px;
    opacity: 1;
  }
   .header-menu .dropdown:hover > .dropdown-menu {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        background: #fff;
        border-radius: 10px;
        z-index: 5;
    }
    .header-menu .navbar-nav > .nav-item > a {
        position: relative;
        padding: 0;
        padding-bottom: 10px !important;
    }
    .header-menu .navbar-nav > .nav-item > a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 5px;
        border-radius: 50px;
        background-color: #000000;
        transition: width 0.8s ease-in-out;
    }
    .header-menu .bp_toggle_arrow {
        padding-bottom: 10px;
        padding-left: 10px;
        color: #8c191f;
        font-size: 13px;
    }
    .header-menu .navbar-nav > .nav-item.active > a::after {
        transition: unset;
    }
    .header-menu .navbar-nav li:hover > a,
    .header-menu .navbar-nav .nav-item.active > a {
        color: #000000;
    }

    .header-menu .navbar-nav > .nav-item:hover a::after,
    .header-menu .navbar-nav > .nav-item.active a::after {
        width: 50%;
    }
    .header-menu .navbar ul.navbar-nav > li:hover > a {
        color: #000000;
    }
    .header-menu .bp_sub_menu {
        width: 400px;
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 10px;
        padding: 0;
        border: none;
        border-radius: 0;
        transition: all 0.3s linear;
        box-shadow:
            rgba(0, 0, 0, 0.07) 0px 1px 1px,
            rgba(0, 0, 0, 0.07) 0px 2px 2px,
            rgba(0, 0, 0, 0.07) 0px 4px 4px,
            rgba(0, 0, 0, 0.07) 0px 8px 8px,
            rgba(0, 0, 0, 0.07) 0px 16px 16px;
    }

    .header-menu .navbar ul.dropdown-menu li {
        padding: 0;
    }
    .header-menu .navbar ul.dropdown-menu li a {
        transition: 0.7s;
        padding: 15px 25px;
        color: #121212;
        font-size: 14px;
        justify-content: start;
    }
    .header-menu .navbar ul.dropdown-menu li:hover {
        background-color: transparent;
    }
    .header-menu .navbar ul.dropdown-menu li a:hover {
        padding-left: 35px;
        color: #0071dc;
        background-color: transparent;
    }
}


@media (min-width: 991px) {
    #navbar-ul-menu .dropdown > .dropdown-item{
        font-weight: 400;
        padding: 15px 25px;
        text-transform: unset;
    }
    #navbar-ul-menu .dropdown-item.active {
        /*background-color: #315aaa !important;*/
        /*color: #fff !important;*/
        padding: 15px 25px;
        font-weight: 400;
        text-transform: unset;
    }
    .header-menu .navbar ul.submenu {
        border: none;
        margin-top: 10px;
        box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px,
                rgba(0, 0, 0, 0.07) 0px 2px 2px,
                rgba(0, 0, 0, 0.07) 0px 4px 4px,
                rgba(0, 0, 0, 0.07) 0px 8px 8px,
                rgba(0, 0, 0, 0.07) 0px 16px 16px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        display: block;
        transition: all .4s;
    }
    
    .header-menu .dropdown:hover > .submenu {
        margin-top: 0;
        top: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: all .4s;
    }
    
}

@media (max-width: 1200px) {
    .header-menu .nav-link {
        padding: 6px 0;
    }
    
    .offcanvas.offcanvas-end {
        overflow-y: auto;
    }
}

@media (max-width: 991px) {
    .bp-sidebar-menu {
        width: 85% !important;
    } 
    .bp-menu-footer-content {
        display: block !important;
    }
    
    .header-menu .bp-menu-footer-content .nav-link.active {
        color: #000;
    }
    
    .search-modal form {
        width: 85%;
    }
    
    .bp_sub_menu li a.nav-link {
        padding: 8px;
    }
    
    .bp_sub_menu li .submenu li a {
        padding: 0 0 0 25px;
    }
    
    .bp_sub_menu li .submenu {
        padding-bottom: 0;
    }
    
    .navbar ul.navbar-nav li.dropdown a {
        background-color: #fff;
    }
}