/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #0047BA;
    --secondary-color: #FF8C00;
    --head-color: #0f172a;
    --base-color: #6B7280;
}

body {
    font-family: "Roboto", sans-serif;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.col-inner:last-child {
    padding-bottom: 0;
}

a {
    transition: all .25s ease;
}

p:last-child {
    margin-bottom: 0;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    max-width: 500px;
    width: 100%;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    font-size: 16px;
    text-transform: math-auto !important;
    color: var(--primary-color);
}

.nav-sidebar .current-menu-item a {
    color: var(--secondary-color) !important;
}

.mfp-bg.mfp-ready {
    background-color: rgba(0, 0, 0, 0.4) !important;
    opacity: 1 !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

.mfp-wrap.mfp-ready {
    backdrop-filter: none !important;
}

.nav:not(.nav-slide) .active>.children {
    padding-bottom: 0;
}

.contact-header {
    a {
        font-size: 12px;
        margin-right: 8px;
        color: #fff;

        i {
            color: var(--secondary-color);
            margin-right: 4px;
            font-size: 14px;
        }
    }

    a:hover {
        color: var(--secondary-color);
    }
}

.header-main .nav>li>a {
    font-size: 14px;
    font-weight: 500;
}

.header-search-form input {
    padding-right: 30px;
}

.contact-hdmain {
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #6B7280 !important;

    h3 {
        margin-top: 5px;
        margin-bottom: 0;
        color: var(--primary-color) !important;
        transition: all .3s ease;
    }

}

.contact-hdmain:hover {
    h3 {
        color: var(--secondary-color) !important;
    }
}

.ss-footer {
    .ux-logo-link {
        padding: 0 !important;

        img {
            margin: auto;
        }
    }

    .ux-menu-link a span {
        transition: all .3s ease;
    }

    .ux-menu-link a:hover span {
        color: var(--secondary-color);
    }

    h3 {
        color: #89B6EC;
        font-size: 24px;
    }

    ul {
        margin-bottom: 0;

        li:last-child {
            margin-bottom: 0;
        }

        li {
            list-style-type: none;
            margin-left: 0;

            i {
                color: var(--secondary-color);
            }
        }
    }

    .social-icons {
        margin-top: 15px;

        a {
            width: 30px;
            height: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #89B6EC;
            border-radius: 4px;
            margin-left: 0;
            margin-right: 8px;

            i {
                color: var(--primary-color);
                font-size: 14px;
                transition: all .3s ease;
                line-height: 1;
            }
        }

        a:hover {
            background-color: var(--primary-color);

            i {
                color: #fff;
            }
        }
    }
}

.ss-hp-1 {
    .banner {
        .overlay {
            background: linear-gradient(90deg, rgb(0 0 0 / 57%) 0%, rgba(0, 71, 186, 0.8) 100%);
        }
    }

    .icon-cocq {
        background-color: #fff;
        padding: 15px;
        border-radius: 12px;
        align-items: center;
        position: absolute;
        width: max-content;
        top: 73%;

        h4 {
            margin: 0;
            color: var(--head-color);
            font-size: 14px;
        }

        p {
            margin: 0;
            font-size: 12px;
            color: var(--base-color);
        }
    }

    label {
        background: #ffffff;
        text-transform: uppercase;
        padding: 8px 16px;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 8px;
        font-size: 12px;
        color: var(--primary-color);
        width: max-content;
        line-height: 1;
    }

    h1 {
        font-size: 60px;
        font-weight: 900;
        line-height: 1.3;

        span {
            color: var(--secondary-color);
        }
    }

    p {
        font-size: 18px;
    }

    .button {
        font-size: 16px;
    }

    .button.white.is-outline:hover {
        background: #fff !important;
    }

    .icon-left-edit {
        h3 {
            font-size: 14px;
            font-weight: 600;
        }

        p {
            font-size: 12px;
            margin-top: 0;
        }
    }

    .banner-layers {
        overflow: unset;
    }
}

.button.white.is-outline {
    background: #FFFFFF1A !important;
}

.icon-box-img img,
.icon-box-img svg {
    padding-top: 0;
}

@media (max-width: 998px) {
    .ss-hp-1 {
        h1 {
            font-size: 40px;
        }
    }

    .ss-hp-1 {
        & .icon-left-edit {
            h3 {
                font-size: 16px;
            }

            p {
                font-size: 14px;
            }
        }
    }

    .ss-hp-1 {
        .icon-cocq {
            left: 15%;
        }
    }
}

@media (max-width: 586px) {
    .ss-hp-1 {
        .icon-cocq {
            left: 5%;
        }
    }

    .ss-hp-1 {
        & .icon-left-edit {
            h3 {
                font-size: 14px;
            }
        }
    }
}