﻿body {
    font-family: 'Roboto', sans-serif;
    /*
            font-family: 'Lato', sans-serif;
            font-family: 'Open Sans', sans-serif;
            font-family: 'Raleway', sans-serif;
            font-family: 'Roboto', sans-serif;
            font-family: 'Roboto Slab', serif;

            */
    color: #747474; /* text color */
}

.heading,
.locations .nav-tabs li a {
    color: #414141;
}

.heading,
.subheading {
    font-weight: 300;
}

.subheading,
.facts .nav-tabs li a {
    color: #626262 !important;
}

.shareDDown > .dropdown-toggle,
.locations .nav-tabs li.active a {
    color: #3aaed8;
}

.facts .nav-tabs li a {
    border: solid 2px #3aaed8 !important;
}

.facts .nav-tabs li.active a,
.testimonial .control, .photos .gallery .control,
.locations .address-col h3:after,
.preloader {
    background-color: #3aaed8 !important;
}

.shareDDown > .dropdown-toggle:hover {
    opacity: 0.5;
}

.hero-slider-custom .middle {
    position: absolute;
    display: table;
    z-index: 2;
    border-top: 0;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    padding: 25px;
    height: 100%;
}

.hero-slider-custom .text {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    word-break: break-all;
}

    .hero-slider-custom .text h3 {
        font-size: 32px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.2px;
        margin-bottom: 10px;
    }

    .hero-slider-custom .text p {
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.2px;
        margin-bottom: 40px;
    }

@media (max-width: 1145px) {
    .hero-slider-custom .text h3 {
        font-size: 22px;
    }

    .hero-slider-custom .text p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .hero-slider-custom .middle {
        position: relative;
    }

    .hero-slider-custom .middle {
        background-color: #e0e0e0;
        zoom: 70%;
    }

    .hero-slider-custom .text h3,
    .hero-slider-custom .text p {
        color: #414141;
    }
}

.hero-slider-custom .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #414141;
}

.hero-slider-custom.opacity-45 .overlay {
    opacity: 0.45;
}

.hero-slider-custom.opacity-20 .overlay {
    opacity: 0.2;
}

.positions-section {
    padding: 70px 0;
}

    .positions-section .middle {
        position: relative;
        height: 100%;
        display: table;
        border-top: 0;
    }

.empty-state {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

    .empty-state .text {
        color: #9e9e9e;
        font-size: 26px;
        line-height: 80px;
        font-weight: bold;
        text-align: center;
        padding: 20px 0;
    }

        .empty-state .text p {
            margin: 0;
            line-height: 1.5;
        }

    .empty-state .icon-box {
        display: table;
        width: 100%;
        text-align: center;
        color: #9e9e9e;
    }

        .empty-state .icon-box img {
            max-height: 300px;
        }

.positions-section .middle {
    position: relative;
    height: 100%;
    display: block;
    border-top: 0;
}


.position-box {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    display: block;
    overflow: hidden;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    -webkit-box-shadow: 0 18px 18px rgba(0,0,0,.1);
    box-shadow: 0 18px 18px rgba(0,0,0,.1);
}

    .position-box .bg-img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 20% 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
        background-position: center;
        -webkit-transition: all 0.1s linear 0s;
        -moz-transition: all 0.1s linear 0s;
        -o-transition: all 0.1s linear 0s;
        transition: all 0.1s linear 0s;
    }

.positions-section .position-item .position-box .description {
    padding: 30px 20px;
}

.position-box {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .position-box .box-header {
        height: 2.7rem;
    }

    .position-box h4 > div {
        /*white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                font-size: 16px;
                width: 100%;
                margin-bottom: 10px;*/
        /*background-color: #f5f5f5;*/
        display: block;
        overflow: hidden;
        position: relative;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        font-size: 16px;
        /*text-align: left;*/
    }

    .position-box h4 > div {
        max-height: 2.3em;
        text-align: left;
    }

        .position-box h4 > div::before {
            background-color: inherit;
            position: absolute;
        }

        .position-box h4 > div::after {
            background-color: inherit;
            position: absolute;
        }

        .position-box h4 > div::before {
            content: "\002026";
            right: 0px;
        }

        .position-box h4 > div::after {
            content: "";
            height: 1rem;
            width: 1rem;
            background-color: #fff;
        }

        .position-box h4 > div::before {
            top: 1.3em;
        }

        .position-box h4 > div::before {
            background-color: inherit;
            position: absolute;
        }

        .position-box h4 > div::after {
            background-color: inherit;
            position: absolute;
        }

        .position-box h4 > div::before {
            content: "\002026";
            right: 0px;
        }

        .position-box h4 > div::after {
            height: 1rem;
            width: 1rem;
            background-color: #fff;
            right: 0;
        }

        .position-box h4 > div::before {
            top: 1em;
            background: #fff;
            width: 1rem;
        }

    .position-box p {
        margin-bottom: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
        text-align: left;
    }

    .position-box span.date {
        font-style: italic;
        color: #9e9e9e;
        font-size: 13px;
        display: block;
        text-align: left;
    }

    .position-box:hover {
        box-shadow: 0 18px 18px rgba(0,0,0,.1);
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        text-decoration:none;
    }

    .position-box .visual {
        position: absolute;
    }

        .position-box .visual i {
            font-size: 125px;
            bottom: 140px;
            left: -20px;
            opacity: .09;
            color: #9e9e9e;
            display: none;
        }

/*.position-box .overlay-background {
                position: absolute;
                z-index: 1;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background-color: #414141;
                opacity: .5;
            }*/
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

.animation {
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: zoomIn;
}

.position-content .position-item {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.position-content {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.position-item {
    flex-grow: 1;
    width: 30%;
    margin-right: 30px;
    max-width: calc(33% - 15px);
}

    .position-item:nth-child(3n+3) {
        margin-right: 0px;
    }

@media(max-width:768px) {
    .position-item {
        flex-grow: 1;
        width: 100%;
        max-width: 100%;
    }
}

.btn-more {
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    cursor: pointer;
}

.btn-more {
    background: none;
    color: #2e6da4;
    border-radius: 20px;
}

.btn-more {
    background: none;
    color: #2e6da4;
    border-radius: 20px;
}

    .btn-more.hover,
    .btn-more:hover {
        color: #fff;
        background-color: #2e6da4;
        border-color: #2e6da4;
        box-shadow: none;
    }

    .btn-more:focus,
    .btn-more:active {
        background: none;
        color: #2e6da4;
    }

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.font-size-18 {
    font-size: 18px;
}

.btn-pure {
    border: none;
}

.positions-section .listView .position-item {
    flex-grow: 1;
    width: 100%;
    margin-right: 30px;
    max-width: 100%;
}

.positions-section .listView .position-box {
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 20px 20px;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}

.positions-section .listView .position-item:first-child .position-box {
    border-top: 1px solid #e0e0e0;
}

.positions-section .listView .position-item .position-box .description {
    margin-left: 20px;
}

.positions-section .listView .position-box h4 {
    background-color: #ffffff;
    display: block;
    width: 80%;
    text-align: left;
}

.positions-section .listView .detail {
    display: table;
    width: 100%;
}

.positions-section .listView .position-box .detail p {
    display: table-cell;
    width: calc(100% - 300px);
    text-align: left;
    color: #777;
    margin-bottom: 0;
}

.positions-section .listView .position-box .detail span.date {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 300px;
}

.positions-section .listView .position-box:hover {
    transform: none;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}

.positions-section .listView .position-box .bg-img {
    display: none;
}

@media(max-width:768px) {
    .position-item {
        margin-right: 0;
    }

    .positions-section .listView .position-box .detail p {
        width: 100%;
        display: block;
    }

        .positions-section .listView .position-box .detail p span {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            font-size: 14px;
            text-align: left;
            max-width: 200px;
            display: inline-block;
            vertical-align: middle;
        }

    .positions-section .listView .position-box .detail span.date {
        text-align: left;
        display: block;
    }
}

@media(max-width:480px) {
    .positions-section .listView .position-box h4 {
        display: block;
        width: 90%;
    }

    .positions-section .listView .position-item .position-box .description {
        padding: 0;
    }

    .positions-section .listView .position-item .position-box .description {
        margin-left: 0px;
    }
}

@media(min-width:480px) and (max-width:768px) {
    .position-box .bg-img {
        padding: 10% 0;
    }
}

.positions-section .gridView .position-content.bg-grey .position-box {
    background-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.position-content.bg-grey .position-box .bg-img {
    display: none;
}

.positions-section .gridView .position-content.bg-grey .position-box h4 > div::before,
.positions-section .gridView .position-content.bg-grey .position-box h4 > div::after {
    background: #f5f5f5;
}

.position-content.bg-grey .position-box .visual i {
    display: block;
}

.positions-section .gridView .position-content.bg-grey .position-box h4 > div,
.positions-section .gridView .position-content.bg-grey .position-box p,
.positions-section .gridView .position-content.bg-grey .position-box span.date {
    text-align: center;
}

.positions-section .gridView .position-content.bg-grey .position-box:hover {
    box-shadow: 0 18px 18px rgba(0,0,0,.1);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.bg-img:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(65,65,65,.1);
}
.social-links {
    display: block;
    width: 100%;
    text-align: center;
    margin: 40px 0 0 0;
}

    .social-links li {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding: 0 1em;
    }

        .social-links li.circle a {
            display: table;
            width: 60px;
            height: 60px;
            background-color: #000;
            color: #fff;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            font-size: 26px;
            line-height: 60px;
            text-align: center;
        }

            .social-links li.circle a i {
                line-height: normal;
                display: table-cell;
                vertical-align: middle;
            }
a.mail {
    background-color: #de4942 !important;
}

a.linkedin {
    background-color: #0077b5 !important;
}

a.facebook {
    background-color: #3b5998 !important;
}

a.twitter {
    background-color: #000000 !important;
}

a.instagram {
    background-color: #405de6 !important;
}

a.google-plus {
    background-color: #dc4e41 !important;
}

a.glassdoor {
    background-color: #81b023 !important;
}


a.youtube {
    background-color: #dc4e41 !important;
}

a.whatsapp {
    background-color: #25D366 !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.per-page span, .sort-by span {
    display: inline;
    color: #757575;
    font-size: 15px;
    font-weight: 400;
}

.per-page select, .sort-by select {
    width: auto;
    border: 0;
    background: transparent;
    outline: 0;
    font-size: 15px;
    font-weight: 500;
}

    .per-page select:focus, .sort-by select:focus {
        background: transparent;
    }

.results {
    font-size: 15px;
    font-weight: 400;
}

.p-0 {
    padding: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.font-weight-500 {
    font-weight: 500;
}

.select2-container--default .select2-selection--single {
    background-color: #edeef0;
    border: 1px solid #edeef0;
    border-radius: 10px;
    color: #181c32 !important;
    height: 42px;
}

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #181c32 !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #181c32 transparent transparent transparent;
    }

.select2-container--default.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #181c32 transparent;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection {
    background-color: #fff;
}

.select2-results__option {
    color: #181c32;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #181c32;
}

.mt-30 {
    margin-top: 30px !important;
}

.filter-form-container .form-control {
    background-color: #edeef0;
    border: none;
    height: 42px !important;
    border-radius: 10px;
    color: #181c32 !important;
    background-image: none;
    padding: .429rem 1.072rem;
    font-size: 1rem;
}

    .filter-form-container .form-control.focus, .filter-form-container .form-control:focus {
        background-color: #fff;
        box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 8%), -1px 2px 10px 0px rgb(0 0 0 / 8%);
        outline: 0;
    }

.input-search {
    position: relative;
}

    .input-search .input-search-close, .input-search .input-search-icon {
        position: absolute;
        top: 50%;
        z-index: 1;
        width: 2.573rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .input-search .input-search-icon {
        left: 8px;
        font-size: 16px;
        color: #9e9e9e;
        text-align: center;
        pointer-events: none;
    }

.input-search-dark .input-search-icon {
    color: #757575;
}

.input-search .input-search-icon + .form-control {
    padding-left: 40px;
}

button.input-search-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.input-search-close.icon {
    font-size: inherit;
    line-height: inherit;
}

.input-search .input-search-close, .input-search .input-search-icon {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 2.573rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-search .input-search-close {
    right: 2px;
}

.input-search .input-search-close {
    display: none;
}

.input-search .input-search-icon {
    left: -1px;
}

.positions-empty-state {
    display: block;
    width: 100%;
    text-align: center;
}

    .positions-empty-state > i {
        font-size: 40px;
        color: #9e9e9e;
    }

    .positions-empty-state > p {
        font-size: 20px;
        margin-top: 15px;
        color: #757575;
    }

.hidden{
    display:none !important;
}

.footer-contact {
    margin-top: 20px;
    color: #333;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 14px;
}

.contact-item {
    flex: 1 1 200px;
    color: white;
}

    .contact-item i {
        color: #d8232a;
        margin-right: 5px;
    }


.footer h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    color:#fff;
}

.footer p {
    font-size: 12px;
    margin-bottom: 10px; 
    color:#fff;
}

.footer-links {
    list-style: none;
    padding: 0;
    font-size: 12px;
}

    .footer-links li {
        margin-bottom: 5px;
    }

    .footer-links a {
        color: #fff;
        text-decoration: none;
    }

        .footer-links a:hover {
            text-decoration: underline;
        }

.footer-social-wrapper {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.social-small {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 10px;
    padding: 0;
}

    .social-small .circle a {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        background: #ddd;
        border-radius: 50%;
        color: #333;
    }

        .social-small .circle a:hover {
            background: #aaa;
            color: #fff;
        }

    .social-small > li.title {
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        margin-right: 10px;
    }

@media (max-width: 767px) {
    .footer .footer-content {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .footer-column {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .footer-social-wrapper {
        justify-content: center;
        margin-top: 10px;
    }

    .social-small {
        flex-wrap: wrap;
        justify-content: center;
    }

        .social-small > li {
            margin-bottom: 5px;
        }
}