.hero-bg {
	background-color:#2f283a;
	color:#8789a2;
	padding-top:100px;
	padding-bottom:100px;
    font-size:16px;
    font-weight:300;
    background-position: center;
}

.hero-bg .hcqbtn {
    margin-top: 20px;
    float: left;
    font-style: normal;
    text-transform: capitalize;
}

.home-hero-text {
    color: #fff;
}

@media screen and (min-width:992px) {
    .hero-bg h1{
       font-weight: 200;
        color: #fff;
        font-size: 50px;
        font-style: normal;
        line-height: 50px;
    }
}
@media screen and (max-width:992px) {
    .hero-bg {
    padding-top:80px;
    padding-bottom:80px;
}
    .hero-bg h1{
	font-weight: 200;
        color: #fff;
        font-size: 40px;
        font-style: normal;
        line-height: 36px;
    }
}



.hero-bg h3 {
	font-weight:300;
	font-style: italic;
	font-size:24px;
	padding-top:20px;
	padding-bottom:20px;
	color:#8789a2;
}
