﻿@font-face {
    font-family: franklin_gothic_book;
    src: url('../fonts/franklin_gothic_book.ttf');
}

@font-face {
    font-family: franklin_gothic_book_italic;
    src: url('../fonts/franklin_gothic_book_italic.ttf');
}

@font-face {
    font-family: franklin_gothic_demi;
    src: url('../fonts/franklin_gothic_demi.ttf');
}

@font-face {
    font-family: franklin_gothic_demi_condensed;
    src: url('../fonts/franklin_gothic_demi_condensed.ttf');
}

@font-face {
    font-family: franklin_gothic_demi_italic;
    src: url('../fonts/franklin_gothic_demi_italic.ttf');
}

@font-face {
    font-family: franklin_gothic_heavy;
    src: url('../fonts/franklin_gothic_heavy.ttf');
}

@font-face {
    font-family: franklin_gothic_heavy_italic;
    src: url('../fonts/franklin_gothic_heavy_italic.ttf');
}

@font-face {
    font-family: franklin_gothic_medium;
    src: url('../fonts/franklin_gothic_medium.ttf');
}

@font-face {
    font-family: franklin_gothic_medium_condensed;
    src: url('../fonts/franklin_gothic_medium_condensed.ttf');
}

@font-face {
    font-family: franklin_gothic_medium_italic;
    src: url('../fonts/franklin_gothic_medium_italic.ttf');
}

html,
body {
    font-family: 'franklin_gothic_book';
}

.text-center {
    text-align: center;
}

.header-link {
    background-color: #000000;
    font-family: 'franklin_gothic_book';
    line-height: 1.5em;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
}

    .header-link .text-start img {
        padding-right: 10px;
    }

    .header-link .text-end img {
        padding-left: 10px;
    }

    .header-link a {
        color: #fff;
        text-decoration: none;
    }

    .header-link .text-end a {
        display: inline-table;
    }

    .header-link .text-end span {
        color: #fff;
        display: inline-table;
    }

.header-menu {
    align-items: center;
    background-color: #FFFFFF;
    display: flex;
    font-family: 'franklin_gothic_book';
    justify-content: center;
    line-height: 1.5em;
    min-height: 90px;
    position: relative;
}

    .header-menu a {
        color: #000;
        font-size: 14px;
        position: relative;
        text-decoration: none;
    }

    .header-menu .text-end a:hover,
    .header-menu .text-end a:active,
    .header-menu .text-end a:focus {
        border-bottom: 2px solid #DB2220;
        color: #DB2220;
    }

        .header-menu .text-end a:hover:after {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #DB2220;
            bottom: -7px;
            content: '';
            height: 0;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            width: 0;
        }

    .header-menu .text-end img {
        padding-left: 10px;
        padding-right: 10px;
    }

.header-index-banner {
    -webkit-box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
    background-image: url(../images/home_baner.jpg);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
    height: 880px;
    position: relative;
}

    .header-index-banner h1 {
        color: #fff;
        font-family: 'franklin_gothic_book';
        padding-top: 330px;
        text-align: center;
        text-shadow: 1px 1px 1px #000;
    }

    .header-index-banner h2 {
        color: #fff;
        font-family: 'franklin_gothic_book';
        text-align: center;
        text-shadow: 1px 1px 1px #000;
    }

.button-center {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.research-center {
    position: relative;
}

    .research-center .container {
        background-color: #fff;
        margin-top: -156px;
        padding-bottom: 30px;
    }

.border-red {
    border-top: 6px solid #DC2223;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.dot-border-vertical {
    border-left: 1px dashed #000;
}

.dot-border-horizontal {
    border-bottom: 1px dashed #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.border-red .icon {
    margin-bottom: 30px;
    margin-top: 15px;
}

.border-red .section {
    min-height: 355px;
    padding: 15px 15px 60px 15px;
}

.border-red .red {
    color: #DC2223;
    font-family: franklin_gothic_medium_condensed;
    font-size: 14px;
}

.border-red .black {
    color: #000;
    font-family: franklin_gothic_medium_condensed;
    font-size: 14px;
}

.border-red .gray {
    color: #3E3E3E;
    font-size: 14px;
}

.about-alpine {
    padding-bottom: 40px;
    padding-top: 40px;
}

    .about-alpine .red-top-border {
        border-top: 3px solid #DB2122;
        display: block;
        font-family: franklin_gothic_medium_condensed;
        width: 130px;
    }

.why-alpine {
    padding-bottom: 40px;
    padding-top: 40px;
}

    .why-alpine .red-top-border {
        border-top: 3px solid #DB2122;
        display: block;
        font-family: franklin_gothic_medium_condensed;
        width: 130px;
    }

    .why-alpine ul {
        list-style: none;
        margin: 20px 0 0 0;
        padding: 0;
        width: 100%;
    }

        .why-alpine ul li {
            display: flex;
            margin-bottom: 10px;
            margin-top: 10px;
            position: relative;
            width: 100%;
        }

            .why-alpine ul li::before {
                background-image: url(../images/check-square.svg);
                background-repeat: no-repeat;
                background-size: 16px;
                content: "";
                float: left;
                height: 28px;
                margin-top: 5px;
                padding-right: 30px;
                width: 28px;
            }

.footer {
    background-color: #404040;
    bottom: 0;
    color: #fff;
    font-family: 'Franklin Gothic Book';
    font-size: 14px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9;
}

    .footer h6 {
        line-height: 2em;
        margin-bottom: 0;
    }

.button-gray {
    background-color: #F9F9F9;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #000;
    font-family: franklin_gothic_medium;
    font-size: 14px;
    outline: none;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
}

    .button-gray:hover, .button-gray:active {
        background-color: #DC2223;
        color: #fff;
    }

.button-dark-gray {
    background-color: #3E3E3E;
    border: 1px solid transparent;
    border-radius: 20px;
    bottom: 20px;
    color: #fff;
    font-family: franklin_gothic_medium;
    font-size: 14px;
    left: 0;
    margin: auto;
    outline: none;
    padding: 5px 40px 5px 40px;
    position: absolute;
    right: 0;
    text-decoration: none;
    width: 100px;
}

    .button-dark-gray:hover, .button-dark-gray:active {
        background-color: #DC2223;
        color: #fff;
    }

.button-mid-gray {
    background-color: #E7E7E7;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #000;
    font-family: franklin_gothic_medium;
    font-size: 14px;
    outline: none;
    padding: 5px 15px 5px 15px;
    text-align: left;
    width: 100%;
}

    .button-mid-gray.active, .button-mid-gray:hover, .button-mid-gray:active {
        background-color: #DC2223;
        color: #fff;
    }

.button-separator {
    display: inline-block;
    width: 10px;
}

.btn-separator {
    display: block;
    height: 10px;
    width: 100%;
}

.about-us .banner {
    -webkit-box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
    background-image: url(../images/about_header.jpg);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
    height: 292px;
    position: relative;
}

    .about-us .banner h2 {
        color: #fff;
        font-family: 'franklin_gothic_book';
        padding-top: 80px;
        text-align: left;
        text-shadow: 1px 1px 1px #000;
    }

    .about-us .banner h6 {
        color: #fff;
        font-family: 'franklin_gothic_book';
        padding-top: 10px;
        text-align: left;
    }

    .about-us .banner .button-section {
        padding-top: 10px;
    }

.about-us .about {
    padding-bottom: 50px;
    padding-top: 50px;
}

    .about-us .about h1 {
        font-family: franklin_gothic_medium_condensed;
    }

.about-us .red-top-border {
    border-top: 3px solid #DB2122;
    display: block;
    width: 130px;
}

.about-us .about .btn-section {
    padding-top: 60px;
}

.contact-us .banner {
    -webkit-box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
    background-image: url(../images/contact_header.jpg);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
    height: 292px;
    position: relative;
}

    .contact-us .banner h2 {
        color: #fff;
        font-family: 'franklin_gothic_book';
        padding-top: 80px;
        text-align: left;
        text-shadow: 1px 1px 1px #000;
    }

    .contact-us .banner h6 {
        color: #fff;
        font-family: 'franklin_gothic_book';
        padding-top: 10px;
        text-align: left;
    }

    .contact-us .banner .button-section {
        padding-top: 10px;
    }

.contact-us .details {
    padding-bottom: 50px;
    padding-top: 50px;
}

    .contact-us .details h1 {
        font-family: franklin_gothic_medium;
    }

.contact-us .red-top-border {
    border-top: 3px solid #DB2122;
    display: block;
    width: 130px;
}

.contact-us .mobile {
    padding-bottom: 20px;
}

    .contact-us .mobile img {
        padding-right: 15px;
    }

    .contact-us .mobile a {
        color: #000;
        text-decoration: none;
    }

.contact-us .mail img {
    padding-right: 15px;
}

.contact-us .mail a {
    color: #000;
    text-decoration: none;
}

.contact-us .details .address-sec-1 {
    border-top: 1px dotted #959595;
    margin-top: 20px;
    padding-top: 20px;
}

.contact-us .details .address-sec-2 {
    border-top: 1px dotted #959595;
    margin-top: 20px;
    padding-top: 20px;
}

.contact-us .details .address2 {
    padding-bottom: 20px;
}

.contact-us .details .address-sec-3 {
    border-top: 1px dotted #959595;
    margin-top: 20px;
    padding-top: 20px;
}

.contact-us .details .border-vertical {
    border-left: 1px solid #B3B3B3;
}

.contact-us .gmap iframe {
    border: 2px solid #DCDCDC !important;
    height: 130px;
    width: 100%;
}

.contact-us .g-recaptcha {
    margin-bottom: 15px;
}

.contact-us .details .icon {
    float: right;
}

.contact-us .details .input-group {
    padding-bottom: 15px;
}

.contact-us .details .form-control {
    border: 1px solid #959595;
    border-radius: 5px;
}

    .contact-us .details .form-control.text-padding {
        border: 1px solid #959595;
        border-radius: 5px;
        padding: 5px 30px 5px;
    }

#ContactUsForm textarea {
    height: 200px;
}

#ContactUsForm .btn-danger {
    background-color: #DC2223;
    border-color: #DC2223;
    font-family: franklin_gothic_medium;
    font-size: 14px;
    outline: none;
    padding: 10px 35px 10px 35px;
}

.clients .banner {
    -webkit-box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
    background-image: url(../images/clients_overview_header.png);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
    height: 292px;
    position: relative;
}

    .clients .banner h2 {
        color: #fff;
        font-family: 'franklin_gothic_book';
        padding-top: 80px;
        text-align: left;
        text-shadow: 1px 1px 1px #000;
    }

    .clients .banner h6 {
        color: #fff;
        font-family: 'franklin_gothic_book';
        padding-top: 10px;
        text-align: left;
    }

    .clients .banner .button-section {
        padding-top: 10px;
    }

.clients .features {
    padding-bottom: 50px;
    padding-top: 50px;
}

    .clients .features h1 {
        font-family: franklin_gothic_medium_condensed;
    }

.clients .red-top-border {
    border-top: 3px solid #DB2122;
    display: block;
    width: 130px;
}

.clients .features .btn-section {
    padding-top: 60px;
}

.industry-standard {
    padding-top: 30px;
    position: relative;
}

    .industry-standard.text {
        align-items: center;
        display: flex;
    }

.our-people ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
}

    .our-people ul li {
        display: flex;
        margin-bottom: 10px;
        margin-top: 10px;
        position: relative;
        width: 100%;
    }

        .our-people ul li::before {
            background-image: url(../images/check-square.svg);
            background-repeat: no-repeat;
            background-size: 16px;
            content: "";
            float: left;
            height: 28px;
            margin-top: 5px;
            padding-right: 30px;
            width: 28px;
        }

.applicants .banner {
    -webkit-box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
    background-image: url(../images/applicants_header.png);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
    height: 292px;
    position: relative;
}

    .applicants .banner h2 {
        color: #fff;
        font-family: 'franklin_gothic_book';
        padding-top: 80px;
        text-align: left;
        text-shadow: 1px 1px 1px #000;
    }

    .applicants .banner h6 {
        color: #fff;
        font-family: 'franklin_gothic_book';
        padding-top: 10px;
        text-align: left;
    }

    .applicants .banner .button-section {
        padding-top: 10px;
    }

.applicants .features {
    padding-bottom: 50px;
    padding-top: 50px;
}

    .applicants .features h1 {
        font-family: franklin_gothic_medium_condensed;
    }

.applicants .red-top-border {
    border-top: 3px solid #DB2122;
    display: block;
    width: 130px;
}

.applicants .features .btn-section {
    padding-top: 60px;
}

.gray-border {
    border: 2px solid #9F9F9F;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 10px;
    min-height: 250px;
    padding: 15px;
    position: relative;
    text-align: center;
}

.button-job-search {
    background-color: #3E3E3E;
    border: 1px solid transparent;
    border-radius: 5px;
    bottom: 20px;
    color: #fff;
    font-family: franklin_gothic_medium;
    font-size: 14px;
    font-weight: normal;
    left: 0;
    margin: auto;
    outline: none;
    padding: 5px 40px 5px 40px;
    position: absolute;
    right: 0;
    text-decoration: none;
    width: 150px;
}

    .button-job-search:hover, .button-job-search:active {
        background-color: #DC2223;
        color: #fff;
    }

.article-date {
    font-size: 12px;
    font-weight: bold;
    padding: inherit;
}

    .article-date .date {
        color: red;
    }

    .article-date .heading {
        padding-left: 10px;
    }

.article-title {
    font-weight: bold;
    padding: inherit;
}

.article-author {
    color: red;
    font-size: 12px;
    font-weight: bold;
    padding: inherit;
}

.article-description {
    line-height: 1.2em;
    padding: inherit;
}

div#job-form {
    background: #f0edfa;
}

input.btn.btn-danger.abc {
    background-color: #DC2223;
    border-color: #DC2223;
    font-family: franklin_gothic_medium;
    font-size: 14px;
    outline: none;
    padding: 10px 35px 10px 35px;
}

.btn.btn-width {
    padding: 5px !important;
    width: 90px;
}

.textbox-padding {
    padding: 0 55px;
}

.resumebox-padding {
    padding: 0 55px;
}

textarea.textarea-height {
    height: 205px;
}

label.error {
    display: none !important;
}

.bootbox-close-button.close {
    display: none !important;
}

i.bi-person-fill {
    padding: 7px;
    position: absolute;
}

i.bi-telephone-fill {
    padding: 7px;
    position: absolute;
}

i.bi-envelope-at-fill {
    padding: 7px;
    position: absolute;
}

i.bi.bi-chat-left-fill {
    padding: 7px;
    position: absolute;
}

.img-pdn {
    padding-top: 40px;
}

.contact-us .mail {
    padding-bottom: 20px;
}

.custom-file-button[type="file"] {
    margin-left: -2px !important;
}

::-webkit-file-upload-button {
    display: none;
}

::file-selector-button {
    display: none;
}

select#JobType {
    border: 1px solid #959595;
}

label.input-group-text {
    border: 1px solid #959595;
}

/*PARTNER WITH US STYLES*/

.partnerwithus-styles a {
    color: inherit;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: underline;
}

.staffing-partner ul li {
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

.staffing-partner ul {
    list-style: none;
}

.staffing-partner ul {
    padding: 0;
}

    .staffing-partner ul li::before {
        background-image: url(../images/check-square.svg);
        background-repeat: no-repeat;
        background-size: 16px;
        content: "";
        height: 28px;
        margin-top: 5px;
        padding-right: 30px;
        width: 28px;
    }

/******************END********************/

/*SUBMIT FORM STYLES*/

.submitform {
    margin-top: 45px;
    padding-bottom: 50px;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 2px;
}