.uppercase{
	text-transform: uppercase;
}
.weight-100{
	font-weight:100;
}
.weight-300{
	font-weight:300;
}
.weight-400{
	font-weight:400;
}
.weight-700{
	font-weight:700;
}
.italic{
	font-style:italic;
}
.line-height-40{
	line-height: 40px;
	}
.line-height-70{
	line-height: 70px;
	}
.line-height-25{
	line-height: 25px;
	}
.heading-one {
    font-size: 36px;
}

.heading-two{
    font-size:45px !important;
}
.heading-three {
    font-size:70px;

}
.heading-four {
    font-size:32px;
}
.heading-dmg {
    font-size:55px;
}
.heading-seven {
    font-size:55px;
}
.heading-five {
    font-size:25px;
}
.heading-six {
    font-size:19px;
}
.heading-eight {
    font-size:28px;
}
.heading-nine {
    font-size:16px;
}
.text-orange{
	color:#006eac !important;
}
.text-black{
	color:#000 !important;
}
.text-white{
	color:#fff !important;
}
.text-black-light{
	color:#000 !important;
	font-weight:100;
}
strong{
	font-weight:bold !important;
}
.text-orange-bold{
    color: #e46d07;
    font-size: 47px;
    font-weight: 900;
}
.line-height-60{
	line-height: 72px;
	}
.h7 {
	font-size: 20px !important;
	margin-top:20px !important;
}
@media (max-width:992px) {
.heading-one {
    font-size: 25px !important;
}
.heading-two{
    font-size:22px !important;
	color:#000 !important; 
}
.heading-three {
    font-size:33px;
}
.heading-four {
    font-size:20px;
}
.heading-five {
    font-size:20px;
}
.h3 {
	font-size: 16px !important;
	line-height: 26px;
}
}
@media (max-width:420px) {
	.heading-one {
    font-size: 20px !important;
}
.heading-two{
    font-size:20px !important;
	color:#000 !important; 
}
	.heading-five {
    font-size:20px !important;
}
.heading-three {
    font-size:25px;
}

}
@media (max-width:767px) {
.heading-dmg {
    font-size:41px;
	line-height:35px;
}
}