/*
Theme Name: Constructem
Theme URI: https://Constructem.ca/
Author: IPSUSA
Author URI: https://ipsusa.net
Description: Cost Estimation Company in US.
Version: 2.1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Constructem
Tags: Cost estimation, Electical, Machanical etc

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.

Constructem is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
.site-title{padding:8px 0 0 0 !important; display:block;}

.page-banner {
    min-height: 480px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
@media only screen and (max-width: 430px) {
	.banner-heading{
		line-height: 47px !important;
		font-size: 35px !important;
	}	
	.heading-1{
		font-size: 25px !important;
		line-height: 40px !important;
	}
	.page-banner {
		display : grid !important;
		min-height: 420px;
        align-items: end !important;
	}
	.process-inner-row > div{
		margin-bottom:40px;
	}
	
	.footer-top-text{
		font-size: 35px !important;
	}

}
.banner-heading{
    font-family: Poppins;
    line-height: 50px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 40px;
}
.heading-1{
    font-size: 35px;
    line-height: 45px;
}
.heading-2{
    font-size: 25px;
    line-height: 40px;
}
.footer-top-text{
	font-size: 46px;
}



