h1, h2, h3, h4, h5, h6 {
	text-transform: initial;
}
h1, h2 {
	font-weight: 300;
}
h3, h4 {
	font-weight: 300;
}
h5, h6 {
	font-weight: 600;
}
h2 {
	margin-bottom: .6em;
}
h3 {
	margin-bottom: .8em;
}
h4 {
	margin-bottom: .7em;
    color:#57656f;
}
h5 {
	margin-bottom: .8em;
}
p {

/*	margin: 0 0 2.14em;*/
}
p.large {
	font-size: 128%;
	line-height: 2;
	margin: 0 0 1.8em;
}
p.subhead {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 1em;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #D5A228;
}

.decor-line:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 999;
    top: 1px;
    left: 0;
    height: 350px;
    width: 100%;
    right: 0;
    bottom: -3px;
    background: url(http://box.plus/wp-content/uploads/2016/03/graph-boxplus-2.png) top center no-repeat;
    background-size: cover;
}
  
.service-icon i {
    color: #e6bd19;
}

.steps i:before, 
.steps i:after {
    color: #6E7E85;
    font-size: 64px;
    margin-bottom: 25px;
}

.footer-form input[type=submit] {
    color: #fff;
    background-color: #dcbd41;
    border-color: #dcbd41;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    position: relative;
    padding: 10px;
    font-weight: 600;
    top: -20px;
    border: none;
}

.navbar-nav > li > a {
    line-height: 40px;
    padding: 35px 0;
    -webkit-transition: padding .3s linear;
    -o-transition: padding .3s linear;
    transition: padding .3s linear;
    text-transform: capitalize;
}



@media (max-width: 768px) {
.navbar-brand {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	width: 83px;
	margin-right: auto;
	margin-left: auto;
    padding-top: 10px;
}


h2, .h2 {
    font-size: 42px;
}