/* ==========================================================================
  Navigation Section
   ========================================================================== */
.about-page header {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../img/about/about.jpg) center no-repeat;
    height: 500px;
    background-size: cover;
    background-position: top;
}

.hero-text{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex-direction: column;
    color: #fff;
    height: calc(500px - 68px);
    padding: 0;
}
.about-page .hero-text h1 {
    font-size: 3em;
}

@media screen and (max-width: 600px) {
    .about-page .hero-text h1 {
        font-size: 2.4em;
    }
}


/* ==========================================================================
  About Section
   ========================================================================== */
.about-page .about .row{
    background-color: #fff;
}

.about-page .about .row p{
    line-height: 2.3em;
    font-size: .9em;
}

.about-page .about .title{
    margin: 0 0 .5em 0;
}

    /* ==========================================================================
      Statistics Section
       ========================================================================== */

.about-page .statistics{
    background: var(--gradient);
}


.about-page .statistics-container{
    padding: 3em 0;
    margin: 0em 0;
}

.about-page .statistics-container p{
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.about-page .statistics-container p span:nth-of-type(1){
    font-size: 3em;
}

.about-page .statistics-container p span:nth-of-type(2){
    font-size: .9em;
    color: #fff;
    font-weight: bold;
    display: block;
    text-transform: capitalize;
}

@media screen and (max-width: 768px){
    .about-page .statistics-container p{
        margin: 2em 0;
    }

    .about-page .statistics-container p span:nth-of-type(1){
        font-size: 2.5em;
    }

    .about-page .statistics-container {
        padding: 2em;
        margin: 1em;
    }


}

/* ==========================================================================
  Awards Section
   ========================================================================== */


/* ==========================================================================
  Testimonial Section
   ========================================================================== */
.about-page .testimonial{
    padding: 3.5em 0;
}

.about-page .testimonial .row{
    background-color: #fff;
}

