/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6{
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Poppins', sans-serif;
}

.margin-auto {
    margin: auto;
}


.content-wrap {
    padding: 45px 0;
}

p {
    margin-bottom: 3px;
}


a {
    color: #007bff;
}

img.mx-auto.footer-logo {
    height: 30px;
}
.content-wrapper{
    margin-top: 6%;
}
.hotsoft-footer{
    margin-top:5rem;
}