/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .section-3 .pb-0 {
        padding-bottom: 15px !important;
    }

    .our-insights .box-text.text-center {
     
        min-height: auto !important;
    }

    a.button.primary.is-outline {
        margin-bottom: 0px;
        font-size: 16px;
    }

}

@font-face {
    font-family: 'Cairo';
    src: url('/wp-content/themes/flatsome-child/fonts/Cairo-Regular.woff2') format('woff2'),
         url('/wp-content/themes/flatsome-child/fonts/Cairo-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('/wp-content/themes/flatsome-child/fonts/Cairo-Medium.woff2') format('woff2'),
         url('/wp-content/themes/flatsome-child/fonts/Cairo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('/wp-content/themes/flatsome-child/fonts/Cairo-Bold.woff2') format('woff2'),
         url('/wp-content/themes/flatsome-child/fonts/Cairo-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/wp-content/themes/flatsome-child/fonts/Ubuntu-Regular.woff2') format('woff2'),
         url('/wp-content/themes/flatsome-child/fonts/Ubuntu-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/wp-content/themes/flatsome-child/fonts/Ubuntu-Bold.woff2') format('woff2'),
         url('/wp-content/themes/flatsome-child/fonts/Ubuntu-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Cairo', sans-serif;
}

h1,h2,h3, h4, h5, h6, a{
    font-family: 'Ubuntu', sans-serif;
}

div#masthead .nav>li>a {
    font-weight: 400;
    font-size: 14px;
}
div#masthead .nav>li:hover > a {
    color: rgb(10, 79, 177);
}
div#masthead .nav>li:hover ul.sub-menu li:hover a {
    color: rgb(10, 79, 177);
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    
    height: 2px !important;
    
}
.absolute-footer {
    display: none;
}

footer#footer .col:last-child {
    padding-bottom: 0px;
}
a.button.secondary.is-link.bt-learn-more span::after {
    content: "";
    border-bottom: 2px solid #E75E34;
    position: relative;
    width: 100%;
    z-index: 999999999;
    display: block;
}
a.button.white.is-link.bt-learn-more span::after {
    content: "";
    border-bottom: 2px solid #fff;
    position: relative;
    width: 100%;
    z-index: 999999999;
    display: block;
}
a.button.primary.is-outline span {
    font-size: 16px;
    font-weight: 400;
}

a.button.primary.is-outline {
    background: transparent !important;
    color: var(--fs-color-primary) !important;
}
.our-insights .box-text.text-center {
    /* padding-bottom: 0px; */
    padding-left: 0px;
    padding-right: 0px;
    min-height: 135px;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default {
    padding: 0px;
    top: 55px;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}
h5.post-title.is-large a {
    color: #0049ad;
    font-size: 18px;
}

.is-divider {
    display: none;
}
.text.pb-0 p{
    margin-bottom: 0px;
}