/*================================================
ABOUT PAGE CSS
==================================================*/

.about-page-left h4 {
    font-size: 20px;
    color: var(--bg-seconday);
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.about-page-left h3 {
    font-size: 36px;
    color: var(--font-h-color);
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 45px;
}

.about-page-left p span {
    color: #111;
    text-transform: capitalize;
}

.about-page-left p {
    margin: 0 0 10px
}

.about-page-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-call-icon {
    font-size: 50px;
    margin-right: 30px;
    color: var(--bg-seconday);
}

.call-info p {
    text-transform: capitalize;
    color: var(--bg-seconday);
    font-size: 17px;
    margin-bottom: 5px;
}

.call-info h4 {
    color: var(--font-h-color);
    font-size: 20px;
    letter-spacing: 2px;
}

.call-info h4 a {
    color: var(--font-h-color);
}

.about-promo-text {
    text-align: center;
    width: 55%;
    margin: 0 auto;
}

.ma-about-promo {
    padding-bottom: 50px;
    background: #fbfbfd none repeat scroll 0 0
}

.about-promo-text h3 {
    font-size: 36px;
    color: var(--font-h-color);
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 45px;
}

.about-promo-text h3 span {
    color: var(--bg-seconday)
}

.about-promo-image {
    margin-top: 30px;
}

