.feature-box{
    background:#fff;
    border-radius:10px;
    box-shadow:0 0 20px rgba(0,0,0,0.08);
    height:100%;
    transition:0.3s;
}

.feature-box:hover{
    transform:translateY(-5px);
}

.feature-box i{
    font-size:40px;
    color:#6e7173;
    margin-bottom:15px;
}

.feature-box h5{
    margin-bottom:10px;
    font-weight:600;
}




.product-section{
    padding:80px 0;
    background:#f8f8f8;
}

.product-box{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:all 0.3s ease;
    text-align:center;
/*    margin-bottom:30px;*/
    height:100%;
}

.product-box:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.product-box img{
    width:100%;
    height:220px;
/*    object-fit:contain;*/
/*    padding:20px;*/
    background:#fff;
/*    border-bottom:1px solid #eee;*/
}

.product-box h4{
        margin-top:15px;

}

.product-box-content{
    padding:20px;
}

.product-box-content h4{
    font-size:20px;
    font-weight:600;
    margin-bottom:15px;
    
    color:#222;
    min-height:55px;
}

.product-box-content a{
    display:inline-block;
    padding:10px 25px;
    background:#6e7173;
    color:#fff;
    text-decoration:none;
    border-radius:4px;
    font-size:14px;
    font-weight:600;
    transition:0.3s;
}

.product-box-content a:hover{
    background:#b71f14;
    color:#fff;
}





.client-section{
    background: #6e7173;
    position: relative;
}

.client-section .section-title h2{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.client-section .section-title p{
    color: #fff;
    font-size: 16px;
}

.client-logo{
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    height: 140px;
    margin: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.client-logo:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.client-logo img{
    max-width: 100%;
    max-height: 80px;
    width: auto;
    object-fit: contain;
/*
    filter: grayscale(100%);
    transition: all 0.3s ease;
*/
}
    
.client-logo:hover img{
    filter: grayscale(0%);
}

/* Owl Carousel Dots */
.clients-carousel .owl-dots{
    margin-top: 30px;
    text-align: center;
}

.clients-carousel .owl-dot span{
    width: 12px;
    height: 12px;
    background: #ccc;
    display: block;
    border-radius: 50%;
    margin: 5px;
}

.clients-carousel .owl-dot.active span{
    background: #6e7173;
}

/*17*/

.core-card{
    background:#fff;
    padding:25px;
    border-radius:12px;
    position:relative;
    transition:.3s;
}

.core-card:hover{
    transform:translateY(-5px);
}

.core-number{
    position:absolute;
    top:15px;
    right:20px;
    font-size:32px;
    font-weight:700;
    color:#6e7173;
    opacity:.2;
}

.core-card h4{
    color:#6e7173;
    margin-bottom:10px;
}

.value-content{
    background:#fff;
    padding:45px;
    border-radius:12px;
    height:100%;
}

.value-content h3{
    color:#6e7173;
    margin-bottom:20px;
}














.single-counter{
    background:#6e7173;
    padding:35px 20px;
    border-radius:15px;
    transition:all .4s ease;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.single-counter:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.counter-number{
    font-size:48px;
    font-weight:700;
    color:#fff;
    line-height:1;
    margin-bottom:15px;
}

.counter-number small{
    font-size:28px;
}

.single-counter h5{
    font-size:18px;
    margin:0;
    font-weight:600;
    color:#fff;
}










/*


.applications {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s;
}
*/

.applications img {
    width: 100%;
    border-radius: 3px;
}

.applications h5 {
/*    margin-top: 15px;*/
    color: #fff;
    font-weight: 600;
    font-size: 18px;
   
    background-color: #595b6b;
    padding: 13px;
}

/*
.applications:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}*/
