/**
* Theme Name: Finbank Child
* Description: This is a child theme of Finbank, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themekalia">Theme Kalia</a>
* Template: finbank
* Version: 1.3
*/

/* Remove black and white effect from all images */
img {
    mix-blend-mode: normal !important;
}

/* Specific fixes for theme elements */
.service-style1-bg,
.individual-banking-bg,
.corporate-banking-bg,
.facts-area-bg,
.apply-form-box-bg,
.app-download-area-bg {
    background-blend-mode: normal !important;
}

.single-wealth-secure-box .img-box img,
.faq-style1__image .inner img,
.single-team-style1 .img-holder .inner img,
.intro-style1-single-box .img-box img,
.intro-style2-img-box .inner img,
.single-account-box-style1 .img-holder img,
.cards-img-box img,
.cards-deails-content-2 .img-box .single-img-box img,
.resume-box__two .img-box img,
.single-statements-box .img-box img {
    mix-blend-mode: normal !important;
    filter: none !important;
}

/* Fix hover states */
.single-wealth-secure-box:hover .img-box img,
.single-team-style1:hover .img-holder .inner img,
.intro-style1-single-box:hover .img-box img {
    mix-blend-mode: normal !important;
    filter: none !important;
}