/* About */
.about-our-story .title-text-001 p{
    margin-bottom:0;
}

.about-our-story .img-style-001 img {
    margin-top: 0px;
    object-fit:cover;
}

.about-our-mission .title-number-002:after {
    height: 150px;
}

.value-box-001 {
    padding: 30px 15px;
    background:rgb(255 255 255 / 50%);
    border-radius:30px;
    box-shadow:0px 0px 10px rgb(0 0 0 / 5%) !important;
    transition:0.5s;
}

.value-box-001:hover {
    background:rgb(255 255 255 / 90%);
    box-shadow:0px 0px 10px rgb(0 0 0 / 15%) !important;
    scale:1.03;
}

.value-box-001 i{
    margin-bottom:15px;
    color:#f40000;
}

.value-box-001 .sppb-addon-title{
    font-size:18px;
    font-weight:700;
    color:#f40000;
}

.value-box-001 p{
    margin-bottom:0;
}


@media (max-width:1400px){
    .about-our-mission .img-style-001 img {
        height:450px;
        width:450px;
    }
}

@media (max-width:1200px){
    .about-our-story .title-text-001 p{
        padding-left:30px;
    }
    .about-value-001 .title-text-001 p{
        padding-left:30px;
    }
}

@media (max-width: 767px) {
    .about-our-mission .img-style-001 img {
        height:300px;
        width:600px;
        margin-top:30px;
    }
}

@media (max-width:575px){
    .about-our-story .title-text-001 p{
        padding-left:50px;
    }
    .about-value-001 .title-text-001 p{
        padding-left:50px;
    }
    .about-value-001 .title-number-003:after{
        height: 100px;
    }
}




/* Product */
.hikashop_product .hikashop_listing_img_desc tr {
    display: flex;
    flex-direction: column;
}



/* Brand */
.brand-text-001 .title-text-001 p{
    margin-bottom:0px;
}

.brand-img-001 img {
    border-radius:30px !important;
    transition:0.3s;
    padding:15px;
}

.brand-img-001 img:hover {
    box-shadow:0px 0px 10px rgb(0 0 0 / 20%);
    scale:1.05;
}

@media (max-width:1200px){
    .brand-text-001 .small-title-text-001 .sppb-addon-title{
        padding-left:0px !important;
    }
    .brand-text-001 .title-text-001 .sppb-addon-title{
        padding-left:0px !important;
    }
}

@media (max-width:991px){
    .brand-img-001 img {
        border-radius:30px !important;
        transition:0.3s;
        padding:0px;
    }
}


/* Career */
.career-form .form-label {
    text-transform: uppercase;
    font-size: 14px;
}

.career-form i {
    font-size: 5px !important;
}

.career-form .form-control{
    border-radius:0;
    background:rgb(255 255 255 / 70%);
}

.career-form-001 img {
    object-fit: cover;
    height: 850px;
    width: 600px;
}

@media (max-width:1400px){
    .career-form-001 img {
        height: 910px;
        width: 600px;
    }
}

@media (max-width:1200px){
    .career-form-001 img {
        height: 800px;
        width: 600px;
    }
    .career-form-001 .title-text-001 .sppb-addon-title,
    .career-form-001 .small-title-text-001 .sppb-addon-title{
        padding-left:0 !important;
    }
}

@media (max-width:991px){
    .career-form-001 img {
        height: 980px;
        width: 600px;
    }
     .career-form .form-control, .career-form .nonform-control{
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
}

@media (max-width:767px){
    .career-form-001 img {
        height: 500px;
        width: 600px;
        margin-top:50px;
    }
    .career-form-001 .title-text-001 .sppb-addon-title,
    .career-form-001 .small-title-text-001 .sppb-addon-title{
        padding-left:0 !important;
    }
  	.career-form .form-label {
        font-size: 13px;
    
}

@media (max-width:575px){
    .career-form-001 img {
        height: 300px;
        width: 600px;
    }
    .career-form-001 .title-text-001 .sppb-addon-title,
    .career-form-001 .small-title-text-001 .sppb-addon-title{
        padding-left:0 !important;
    }
}


/* Contact Us */

.contact-text-001 p {
    margin-bottom: 30px;
}

.contact-info p {
    margin-bottom: 0px;
}

.contact-form-001 {
    padding: 30px;
    background: rgb(255 255 255 / 85%);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
}

.contact-us-section:before {
    content: '';
    position:absolute;
    height:100%;
    width:40%;
    background-image:url(/images/0_project/other-pages/contact-002.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    top:0;
    right:0;
}

.contact-form .form-label {
    text-transform: uppercase;
    font-size: 14px;
}

.contact-form i {
    font-size: 5px !important;
}

.contact-form .form-control{
    border-radius:0;
    background:rgb(255 255 255 / 70%);
}


  
@media (max-width:1200px){
    .contact-us-section:before {
        height:100%;
        width:35%;
        background-position:70% 50%;
    }
}

@media (max-width:991px){
    .contact-us-section:before {
        height:40%;
        width:100%;
        background-position:50% 50%;
        top:auto;
        bottom:0;
    }
}

@media (max-width:767px){
    .contact-form .form-label {
        font-size: 13px;
    }
    .contact-form .form-control{
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
}