/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
* {
    font-family: Arial, sans-serif!important;
}
.header .flex-row ul.header-nav.header-nav-main .title-name {
    font-size: 25px;
    font-weight: 700;
}
.header .flex-row ul.header-nav.header-nav-main {
    display: flex;
    justify-content: center;
    font-size: 21px;
    color: #1e73be;
}
.nav>li {
    list-style: none;
    margin: 0 7px;
    padding: 0 15px;
    font-family: Arial;
}
#text-1604531598 {
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.serivice-col-tit h5 {
    background: #b20000;
    padding: 10px;
    font-weight: 700;
    color: #fff;
}
.box-blog-post .post-title.is-large {
    font-weight: 700;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}