/*
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 */
footer.site-footer.tf-custom-footer {
    overflow: hidden;
}

.owener-profile img {
    border-radius: 30px!important;
}
.contact-form input {
    margin-bottom: 0px;
    height: 45px;
}
.contact-form textarea {
    max-height: 70px;
}
.founder-sec .elementor-container{align-items: center;}




.elementor .about-us-img img{
	max-width: 330px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 8px;
	background-color:#fff;
}
.owener-profile img {
    border-radius: 30px !important;
    max-width: 360px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px;
    padding: 8px;
}
@media(max-width:767px){
	.our-business-sec {
    padding: 10px 15px!important;
}
}

@media(min-width:768px){
	.nav-wrap, .show-search {
    margin-top: 19px;
}
	.about-profile .e-con-inner {
    display: flex;
    align-items: center !important;
}
}