body, h1, h2, h3, h4, h5, h6, p, span, a {
    font-family: 'Almarai', sans-serif !important;
}

.contact-info-box {
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff00;
    padding: 30px;
}

.text-gold {
    color: #d98a2b;
}

.text-p {
    color: #d2dded;
    font-size: 18px;
    margin-bottom: 50px;
}

.training-course-banner-area {
    background-image: url(../../assets/img/motivation-course/training-course-banner-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 50px;
}


.default-btn:hover, .default-btn:focus {
    background-color: #002257;
    color: #ffffff;
    border-color: #001b42;
}


.footer-area {
    padding-top: 5px;
}

.footer-bottom-area {
    margin-top: 25px;
}


.page-title-area.page-title-style-three {
    padding-top: 50px;
    padding-bottom: 40px;
}


.raque-nav .navbar .navbar-nav .nav-item a {
    font-weight: 600;
}


.page-title-content h1 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 27px;
    font-weight: 700;
}

.about-content h1 {
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 38px;
    font-weight: 700;
}
