/*

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.   ***************/
.banner-t1 .anh1 .box-image {
    border: 10px solid;
}

.bantin .box-blog-post .is-divider {
    display: none;
}


@media only screen and (max-width: 48em) {

/*************** ADD MOBILE ONLY CSS HERE  ***************/





}
.header-main {
    background: #3b3b3b2e;
    height: 90px;
}
div#respond {
    display: none;
}


/*element demo*/
.quick_fact {
    text-align: center;
}

.quick_fact .number {
    color: #2991d6;
}

.quick_fact hr {
    width: 40%;
}

.quick_fact .number {
    font-size: 90px;
    line-height: 90px;
    font-family: Patua One;
    font-weight: 700;
}

hr {
    background-color: rgba(0, 0, 0, .08);
    color: #072525;
}

hr, .hr_wide, .hr_zigzag, .hr_dots {
    margin: 0 auto 15px;
    clear: both;
}
/*end element*/