.subheading{
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: normal;
    margin-bottom: 1rem !important;
    font-size: 3.5rem;
    background: -webkit-linear-gradient(#b0a69a, #947e57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #bbb0a4;
    line-height: normal;
    margin: auto;
}

.fixed-footer .wrapper {
	position: relative;
	z-index: 200;
	background: #0d0d0d;
}

@media (max-width: 1199px) {
    .section-item.mb130 {
        margin-bottom: inherit !important;
    }
}

@media (max-width: 767px) { 
    .page-title {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .header-fixed {
        position: inherit;
    }

    .brand a img {
        max-width: 115px !important;
    }

    .nav-toggle-btn {
        top: 35px;
        right: 10px;
    }
}