/*
Theme Name: Industry Child Theme
Author: DJMiMi
Theme URI: http://themeforest.net/user/DJMiMi
Author URI: http://themeforest.net/user/DJMiMi
License: GPL 2.0
Template: industry
License URI: license.txt
Description:  Industry - Factory, Company And Industry WP Theme
Version: 1.0
Tags: light
*/


.clients.owl-carousel .client {
	background: #ffffff;
}
.project-caption {
	position: relative;
    opacity: 1;
    left: 15px;
    top: 0;

    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);

}
.project-item h6 {
	color: #222222;
	height: 56px;
	overflow: hidden;
    display: flex;
    align-items: center;
}
.project-item-overlay {
	background: none;
}
.videodiv {
    margin-bottom: 20px;
}
.clients_an .client img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}