@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body{
	font-family: 'Roboto',sans-serif
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Lato',sans-serif
}
.page-banner-title{
	padding-bottom: 22px
}
body .page-banner-title h1{
	color: #222
}
.hero-area{
	display: none!important
}
.footer-light-skin.site-footer-bottom, .footer-dark-skin.site-footer-bottom{
	background-color: #f6f9fc;
	height: 70px
}
.footer-light-skin.site-footer-bottom p, .footer-dark-skin.site-footer-bottom p{
	color: #333;
	text-align: left
}