/*
Theme Name:   finance child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   https://themeforest.net/user/themesflat/portfolio
Template:     finance
Version:      1.4.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  finance-child
*/

/* Write here your own personal stylesheet */
@font-face {
    font-family: 'Haarlemmer MT Std';
    src: url('fonts/HaarlemmerMTStd-Regular.eot');
    src: url('fonts/HaarlemmerMTStd-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/HaarlemmerMTStd-Regular.woff2') format('woff2'),
        url('fonts/HaarlemmerMTStd-Regular.woff') format('woff'),
        url('fonts/HaarlemmerMTStd-Regular.ttf') format('truetype'),
        url('fonts/HaarlemmerMTStd-Regular.svg#HaarlemmerMTStd-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff'),
        url('fonts/Gotham-Medium.ttf') format('truetype'),
        url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff'),
        url('fonts/Gotham-Light.ttf') format('truetype'),
        url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.woff2') format('woff2'),
        url('fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body, button, input, select, textarea,p, span,.flat-top{
    font-family:  'Gotham' !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Gotham' !important;
}
.contacthome1 .wpcf7-form{
    background: none;
    backdrop-filter: unset;
    padding: 0;
}
.contacthome1 .wpcf7-form button{
	padding: 10px 30px;
	background: #fff;
	color:#000;
}