﻿
:root {
    --bs-light-blue: rgba(208,223,245,.5);
    --bs-blue: #1967d2;
    --bs-primary-rgb: 25, 103, 210;
    --bs-primary: #1967d2;
    --bs-body-font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    /*
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #0085A1;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #212529;
    --bs-link-hover-color: #0085A1;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;*/
}

body {
    font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size:18px;
}
a{
    text-decoration:none;
}
a:hover {
    text-decoration: underline;
}

.nav li{
    font-size:1.25rem;
    font-weight:500;
}
    .job-banner-carusel-main #banner-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.btn-primary {
    background: #1967d2;
}

.job-banner-carusel-main #banner-carousel .carousel-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.main-menu.menu-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 1001;
}

.pt-10 {
    padding-top: 10rem;
}
.pb-10 {
    padding-bottom: 10rem;
}
.pb-60 {
    padding-bottom: 60px;
}
.job-banner-carusel-main .h1, .job-banner-carusel-main h1 {
    font-family: var(--gorditas-font);
    color: #fff;
    font-weight: 500;
    line-height: 1.15em;
    background: rgba(0,0,0,.6);
}
.job-banner-carusel-main p, .job-banner-carusel-main p {
    
    background: rgba(0,0,0,.6);
}
.menu-style-two .navbar .nav-item .nav-link {
    color: #fff;
}
.main-menu {
    padding: 35px 40px;
}
.job-search-one.style-two .input-box {
    margin: 18px 0;
}

.job-search-one form {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 25px 40px rgba(19,35,56,.06);
}

    .job-search-one form .search-btn-two {
        background: #1967d2;
        color: #fff;
        border-radius: 0 10px 10px 0;
        margin-right: -1px;
        margin-left: auto;
        border: none;
    }

.job-search-one.style-two .input-box .label {
    margin-bottom: 0;
}

.job-search-one form .input-box .label {
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,.4);
    padding-left: 15px;
    margin-bottom: 4px;
}

.job-search-one form .input-box .keyword {
    border: none;
    padding: 0 15px;
    height: 35px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,.7);
}

input, textarea {
    outline: none;
    box-shadow: none;
    transition: all .3s ease-in-out;
}

.job-search-one.style-two .input-box .nice-select {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,.7);
}

.job-search-one form .input-box .nice-select {
    padding: 0 15px;
    font-size: 20px;
    color: #000;
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: .9em;
    height: 35px;
    line-height: 35px;
    outline: none;
    padding-left: 10px;
    padding-right: 18px;
    text-transform: capitalize;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.job-search-one form .input-box .nice-select .option {
    font-size: 15px;
    padding-left: 15px;
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
    color: #00bf58;
    background: rgba(36,64,52,.03);
}

.nice-select .option {
    font-size: .95em;
    cursor: pointer;
    font-weight: 400;
    margin-top: 5px;
    list-style: none;
    outline: none;
    padding: 0 10px;
    padding-left: 10px;
    text-align: left;
    transition: all .2s;
}

* {
    margin: 0;
    margin-top: 0px;
    padding: 0;
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.nice-select .list {
    pointer-events: none;
}

.date {
    font-size: 14px;
    color: var(--bs-gray);
    text-decoration: none;
}

.job-box
{
    margin-bottom:2rem;
}

.job-box li, .job-box ul {
    list-style: none;
}
.job-box ul {
    padding-left: 0px !important;
}
    .job-box .inner-box {
    position: relative;
    padding: 32px 20px 22px 30px;
    background: #fff;
    border: 1px solid #ecedf2;
    box-sizing: border-box;
    border-radius: 10px;
    transition: all .3s ease;
}
.job-box .job-details {
    position: relative;
    
    margin-bottom: 10px;
}
    .job-box .job-details li {
        position: relative;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        padding-left: 25px;
        margin-bottom: 5px;
        margin-right: 20px;
    }

.job-box .job-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.job-info li.time {
    background: var(--bs-light-blue);
    color: var(--primary-color);
}

.job-info li {
    position: relative;
    font-size: 13px;
    line-height: 15px;
    margin-right: 15px;
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.job-box .job-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    transition: all .3s ease;
}
    .job-box .job-icon svg {
        color: var(--bs-gray);
        height: 35px;
    }
.job-box .content {
    position: relative;
    padding-left: 68px;
    min-height: 51px;
}

.filter-box {
    background-color: var(--bs-light-blue);
    padding: 1rem;
}
.details ul{
    list-style:none;
    margin-top:1rem;
}

.details .job-details li {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: dimgray;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 5px;
    margin-right: 20px;
}

.details .job-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.details article ul {
    list-style: unset;
}


/*
 * Shortcode: styled-icons.less
 * -----------------------------------------------
*/
.styled-icons a {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .styled-icons a:hover {
        color: #666666;
    }

.styled-icons.icon-circled a {
    border-radius: 50%;
}

.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}

.job-breadcrumbs {
    padding-top: 13px;
    background: linear-gradient(to left, rgba(248,248,248, 0), rgba(248,248,248, 100), rgba(248,248,248, 100), rgba(248,248,248, 100));
}
.filter-box ul, .filter-box li{
    list-style:none;
}

/*------------------------------------------*/
/*	   skip-links
/*------------------------------------------*/
.skip-links {
    position: absolute;
    top: 0
}

    .skip-links a,
    .skip-links a:visited {
        position: absolute;
        top: 0;
        left: -9000em;
        display: block;
        text-align: center;
        width: 200px;
        text-decoration: none;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s
    }

        .skip-links a:hover,
        .skip-links a:focus,
        .skip-links a:active,
        .skip-links a:visited:hover,
        .skip-links a:visited:focus,
        .skip-links a:visited:active {
            background: #2a2e32;
            color: #fff;
            font-size: .875em;
            padding: 5px 10px;
            font-family: gilroyextrabold;
            z-index: 10;
            left: 0;
            opacity: 1;
            outline: 2px solid #0038f8
        }

/****END 17 - skip-links****/

.div-contact ul{
    list-style:none;
}

.uelogo {
    width:300px;
}
@media (min-width: 768px) {

    .uelogo {
        width: 500px;
    }
}
   

