/*
Theme Name:   Engitech Child
Theme URI:    http://wpdemo.archiwp.com/engitech/
Description:  Make your modifications to [Parent Theme] in this Engitech child theme.
Author:       OceanThemes
Author URI:   http://oceanthemes.net/
Template:     engitech
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  engitech-child
*/

/* =Theme customization starts here
------------------------------------------------------- */


.ot-image-box:not(.basic) img {
    filter: grayscale(0%);
}

.ot-image-box:not(.basic):after{
    display: none !important;
}

.ot-image-box .overlay {
    z-index: 1;
    opacity: 1;
    background: rgb(0 0 0 / 50%);
}

.elementor-widget-container:hover .ot-image-box .overlay h4{
   background: rgb(255 255 255 / 80%);
}

.elementor-widget-container:hover .ot-image-box .overlay h4{
    color:black !important;
}