/*=====================================================
	=        HomePage Industries Section slider CSS  =
========================================================*/
.industries__area .section__title .title {
    font-weight: 700;
    color: #1a202c;
}
.industries__area .section__title .sub-title {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.slider-mask {
    overflow: hidden;
}
.industries__item {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e2e8f0;
}
.industries__thumb {
    height: 220px;
    flex-shrink: 0;
}
.industries__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.industries__bottom {
    background: #FFFFFF;
    padding: 20px 15px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e2e8f0;
}
.industries__bottom p {
    font-size: 15px;
    font-weight: 600;
    color: #4a5568;
    margin: 0;
}
.industries-active {
    padding: 10px 0;
    cursor: grab;
}
.industries-active:active {
    cursor: grabbing;
}
@media (max-width: 992px) {
    .industries__thumb {
        height: 200px;
    }
}