/*
Theme Name: Finano
Theme URI: http://demo.casethemes.net/finano/
Author: CaseThemes
Author URI: https://themeforest.net/user/case-themes/portfolio
Description: Finano is the Perfect Finane, Consulting & Business WordPress Theme. Finano is best suited for corporate website like Finanoial Advisor, Accountant, Consulting Firms, insurance, loan, tax help, Investment firm etc. This is a business theme that is help full for online presence for Corporate Business and Finanoial Firms.  
Version: 1.1.2
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: finano
Tags:  advisor, attorney, corporate accountant, finane, finanoial, insurance, invest, investment, investor, mutual funds, pensions, retirement, saving, tax, trading 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#header-wrap .header-branding .logo-mobile + .logo-main{
	right: 0;
}

.home-heading{
    background-image: url('https://ascendantusa.com/wp-content/uploads/2020/07/Ascendant-Homepage-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    padding: 80px 20px;
}

.home-heading h2,
.home-heading h4{
    color: #fff;
    text-align: center;
}

.home-heading-logos{
    justify-content: center;
}

.hp-trust-logos-cont {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
    width: 100%;
}

.home-heading-logos img{
    width: 100px;
    object-fit: contain;
}

@media (max-width: 950px) {
	.hp-trust-logos-cont {
	    justify-content: space-evenly;
	}
	.home-heading-logos img{
	    margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 25px;
	}
}

.home-heading-form{
    background-color: #04263e;
    border: solid 6px #fff;
    padding: 40px 20px;
}

.home-heading-form h3{
    color: #fff;
    margin-bottom: 40px;
    font-size: 20px;
}

@media(min-width:768px){
    .home-heading .vc_row{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-heading .vc_row .wpb_column{
        max-width: 600px;
    }
	
	.home-heading .vc_row .wpb_column:first-child{
    	padding-left: 20px;
    }

    .home-heading h2,
    .home-heading h4{
        text-align: left;
    }
	
	.home-heading-logos{
        justify-content: flex-start;
    }
	
	.home-heading-form{
		padding: 40px;
	}
	
	.home-heading-form h3{
        font-size: 28px;
    }
}

@media (max-width:767px) {
	.btn.size-lg {
		font-size: 3vw;
	}
}