:root {
    --primary-color: #0086e3;
    --second-color: #CCFF00;
    --font-family: 'Montserrat';
    --font-style: normal;
    --font-banner-size: 46px;
    --font-title-size: 40px;
    --font-title-weight: 800;
    --font-title-desc: 20px;
    --font-title-desc-weight: 400;
    --line-height: 1.5;

    --text-color-white: white;
    --text-color-black: #333;
}

a:hover {
    color: inherit !important;
}

.none {
    display: none !important;
}

.block {
    display: block !important;
}

.inqury_title_text {
    color: #000 !important;
}

.nav-bar {
    height: 45px;
    line-height: 45px;
    color: #999;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: var(--font-style);
    font-weight: 500;
    text-transform: capitalize;
}

.nav-bar .ico {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.nav-bar .curren-bar {
    color: var(--primary-color);
}

.nav-bar-line {
    width: 100%;
    height: 1px;
    background: #D8D9DB;
}

@media screen and (min-width: 1920px) {
    .container {
        max-width: 1600px !important;
        padding: 0;
    }
}

@media screen and (max-width: 1500px) {
    :root {
        --font-banner-size: 40px;
        --font-title-size: 36px;
    }
}

@media screen and (max-width: 1200px) {
    :root {
        --font-banner-size: 32px;
        --font-title-size: 30px;
        --font-title-desc: 16px;
    }
}

@media screen and (max-width: 992px) {
    :root {
        --font-banner-size: 26px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --font-banner-size: 20px;
        --font-title-desc: 14px;
        --font-title-size: 28px;
    }
}