/*
 Theme Name:   Finance Child
 Theme URI:    http://demo.thememodern.com/finance/
 Description:  Make your modifications to [Parent Theme] in this child theme.
 Author:       ThemeModern
 Author URI:   http://thememodern.com/
 Template:     finance
 Version:      1.1.0
 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:  finance-child
*/

@import url("../finance/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.header-v1 {
    background: rgba(255, 255, 255, 0.65) !important;
}

.owl-project .item img {

}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	display: flex;
	align-items: center;
	height: 263px;
}