        @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");


.about-us ul {
    padding: 0;
    margin: 0;
}
.about-us ul li {
    font-size: 16px;
}
.about-us li:before {
 transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    font-size: 8px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    background: #12aac1;
}
.history h2 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 24px;
}
.history-content p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.6;
}
.product .bp_cls_shopping_form {
  display: none;
}
.product .cls_price_text {
  display: none;
}
.product .bp_cls_price {
  text-align: center;
}
#carousel_fav img {
  height: auto;
}
.product .card {
  box-shadow: none !important;
}
.product .card-title {
    margin: 0;
}

.product .owl-dots {
    display: none;
}
.product .item {
    margin: 0 !important;
}
.product .owl-nav {
        position: absolute;
    top: 25%;
    transform: translateY(-25%);
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.product .owl-nav button span {
    font-size: 52px;
}
.product .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000000;
}
.product .owl-prev {
    transition: all 0.5s ease;
    margin-right: 10px;
    opacity: 0;
}
.product .owl-next {
    transition: all 0.5s ease;
    margin-left: 10px;
    opacity: 0;
}
.product-slide:hover .owl-prev,.product-slide:hover .owl-next {
    opacity: 1;
    margin: 0;
}
.product-vision {
    margin-bottom: 30px;
}
.product-vision h3,.about-us h2{
    font-size: 24px;
        color: #000000;
    font-weight: 600;
    letter-spacing: .05em;
        line-height: 1.2;
    text-transform: uppercase;
    /*text-align: center;*/
}
.product-vision p,.about-us p {
    line-height: 1.6;
    font-weight: 400;
    font-size: 16px;
}
.product .bp_product_more_item {
    margin-bottom: 0;
}
.product .product_title {
    font-size: 22px;
}
.product .bp_lbl_product_value {
    font-size: 11px;
}
.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.value-list {
    display: grid;
    grid-template-columns: repeat(4,23%);
    justify-content: space-between;
}

.value h2 {
        font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
}
.value-image {
  /*position: relative;*/
  /*width: 60px; */
  /*height: 50px;*/
}

/*.value-image::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: -2px;*/
/*  left: -2px;*/
/*  right: -2px;*/
/*  bottom: -2px;*/
  
/*  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
/*  z-index: -1;*/
/*}*/
.value-item {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    transition: 0.5s ease;
    cursor: pointer;
}
.value-item:hover {
    box-shadow: #12aac1 0px 0px 0px 3px;
}
.value-image img {
  /*width: 100%;*/
  /*height: 100%;*/
  /*clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);*/
  /*object-fit: cover;*/
  
   width: 60px; 
  height: 60px;
}

.title-value h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
}
.value p {
    font-size: 16px;
}
.brand {
    display: grid;
    grid-template-columns: repeat(6,auto);
    align-items: center;
    justify-content: space-between;
    row-gap: 40px;
}
.brand img {
    width: 120px;
}
.brand-partner h2 {
        font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
}
@media screen and (max-width:991px) {
    .history h2 {
        text-align: center;
    }
    .value-list {
        grid-template-columns: repeat(2,auto);
        gap: 20px;
    }
}
@media screen and (max-width:768px) {
    .product .product_title {
        font-size: 22px;
    }
    .product .bp_lbl_product_value {
        font-size: 12px;
    }
}
@media screen and (max-width:567px) {
    .value-list {
        grid-template-columns: repeat(1,auto);
        
    }
}
