/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
:root {
	--blue-light: #C7DFE1;
	--white: #ffffff;
	--blue: #2b739c;
}
.lightblue-section {
	background: var(--blue-light);
}
.font19 p,
.font19 h2,
.font19 h3,
.font19 h4 {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 400;
}
.font19.grey p a,
.font19.grey h2 a,
.font19.grey h3 a,
.font19.grey h4 a{
	color: #b7b7b7;
}
.font19.white p,
.font19.white h2,
.font19.white h3,
.font65.white h3,
.font65.white h2{
	color: var(--white);
}

.font65 p,
.font65 h2 {
	font-size: 65px;
	letter-spacing: 1px;
}
.font45 h2,
.font45 h3,
.font45 h4,
.font45 p {
	font-size: 45px;
	font-weight: 600;
}
.title-small h1,
.title-small h2,
.title-small h3,
.title-small h4,
.title-small h5,
.title-small h6,
.title-small p,
.title-small {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 16px;
	font-weight: 900;
}
/*.title-small h1:after,
.title-small h2:after,
.title-small h3:after,
.title-small h4:after,
.title-small h5:after,
.title-small h6:after
.title-small p:after,*/
.title-small:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 20px;
	background: var(--blue);
	bottom: -18px;
	left: 0;
}
.row-p p {
	color: #54595f;
}
.clmn-padding p {
	padding-right: 130px;
}
.download-icon .w-iconbox-icon {
	background: var(--blue);
	width: 100px;
	height: 100px;
	border-radius: 50px;
	margin-bottom: 20px;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p {
	color: var(--white);
}