/* ==========================================================================
1. Header Area
========================================================================== */

.section-title-header p {
    text: center;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 36px;
}

@media screen and (max-width: 768px) {
    .navbar-header {
        width: 100%;
    }
    .navbar-brand {
        position: absolute;
        padding: 0px 15px;
        top: 0;
    }
    .navbar-brand img {
        width: 75%;
    }
    #mobile-menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    .slicknav_nav .active a {
        background: #E91E63;
        color: #fff;
    }
    .slicknav_nav a:hover,
    .slicknav_nav a:focus,
    .slicknav_nav .active {
        color: #004d5d;
        outline: none;
        background: #f8f9fa;
    }
}

/* ==========================================================================
2. Hero Area
========================================================================== */
.hero-area-bg {
    background: url(../img/hero-area.jpg) no-repeat;
    background-size: cover;
}

#hero-area {
    color: #fff;
    overflow: hidden;
    position: relative;
}

#hero-area .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #0c0808;
    opacity: 0.6;
}

#hero-area .contents {
    padding: 175px 0px 120px;
}

#hero-area .contents h5 {
    font-size: 50px;
}

#hero-area .contents .head-title {
    color: #fff;
    font-size: 80px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

#hero-area .contents p {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
}

#hero-area .contents .btn {
    margin: 25px 0px;
    text-transform: uppercase;
}

#hero-area .banner_bottom_btn {
    margin-top: 40px;
}

#hero-area .banner_bottom_btn i {
    color: #fff;
    font-size: 48px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover {
    color: #ddd;
}

.hero-sub-heading {
    font-size: 20px;
    font-weight: 400;
    color: #e6e6e6;
    line-height: 45px;
    letter-spacing: 0.1rem;
}

.hero-heading {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 70px;
    letter-spacing: 0.1rem;
}
