
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

#page-title {
    position: relative;
    padding: 25px 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
}

#page-title.page-title-dark {
    background-color: #333;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) !important;
    border-bottom: none;
}

#page-title.page-title-dark {
    background-repeat: no-repeat;
    background-image: url(../images/.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background: linear-gradient(to left, #016d77, #1c8134);
}

#content, .content {
    position: relative;
    /* overflow: hidden; */
    background-color: #FFF;
}

.content-wrap50 {
    position: relative;
    padding: 50px 0px;
}

#page-title.page-title-dark h1 {
    color: #ffffff !important;
}


#page-title.page-title-dark span {
    color: rgba(255, 255, 255, 0.7);
}

#page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 18px;
}
