@font-face {
    font-family: "Nexa";
    src: url("assets/fonts/Nexa Light.woff");
    font-weight: 300;
}

@font-face {
    font-family: "Nexa";
    src: url("assets/fonts/Nexa Regular.woff");
    font-weight: 400;
}

@font-face {
    font-family: "Nexa";
    src: url("assets/fonts/Nexa Bold.woff");
    font-weight: 800;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1420px !important;
        width: 100% !important;
    }
}

h1,
h2,
h3,
h4,
h5,
p,
a {
    font-family: 'nexa';
}

.innerBanner {
    background: #f2f7ff;
}

.innerBanner img {
    max-width: 100%;
}

.innerBanner .row {
    display: flex;
    align-items: center;
    min-height: 580px;
}

.innerBanner h2 {
    font-size: 45px;
    color: #2c4160;
    font-weight: 700;
}

.innerBanner p {
    color: #838a95;
    font-size: 14px;
}

.single-FeatureBox .imgWrapper:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #d8dade;
    position: absolute;
    inset: -2%;
    transition: all 0.45s;
}

.single-FeatureBox .imgWrapper {
    position: relative;
    box-shadow: 0px 0px 9px 1px #0000006b;
}

.single-FeatureBox:hover .imgWrapper:before {
    inset: 2%;
    transition: all 0.45s;
}

.imgWrapper img {
    width: 100%;
    filter: grayscale(1);
    transition: all 0.45s;
}

.single-FeatureBox h2 {
    margin: 20px 0 10px;
    font-size: 24px;
    font-family: 'Nexa';
    font-weight: 800;
}

.single-FeatureBox {
    margin: 30px 0;
}

.single-FeatureBox:hover .imgWrapper img {
    filter: unset;
    transition: all 0.45s;
}

section.career-featureBoxes {
    padding: 60px 0;
}

.singleJob-grid {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 40px 40px;
    margin: 30px 0;
    flex-flow: row wrap;
    box-shadow: 0px 7px 7px 1px #00000017;
}

.logoWrapper {
    width: 25%;
}

.singleJob-content {
    width: 75%;
}

.singleJob-content h2 {
    font-weight: 700;
    margin: 5px 0;
    font-size: 19px;
    font-family: 'Nexa';
}

.singleJob-content h4 {
    font-size: 17px;
    margin: 0 0 5px 0;
    color: #5f5f60;
    /* font-weight: 600; */
    font-family: 'Nexa';
}

.singleJob-content p {
    /* margin: 0; */
    font-family: 'Nexa';
    font-size: 16px;
    margin: 0 0 5px 0;
    color: #5f5f60;
    /* font-weight: 600; */
    font-family: 'Nexa';
}

.allJobSection {
    padding: 60px 0;
}

.singleJob-biref {
    background: #f2f7ff;
}

.singleJob-biref .container {
    background: #fff;
    padding: 100px 100px;
}

a.backBtn {
    color: #10192a;
    text-decoration: none;
    margin-bottom: 40px;
    display: block;
    width: fit-content;
}

.singleJob-biref .singleJob-grid {
    background: #fff;
    box-shadow: 0 0;
}

.actionBtns {
    float: right;
    display: block;
    margin: 0 0 10px;
    width: 100%;
}

.actionBtns a {
    color: #000;
    display: block;
    margin: 12px 0;
    text-align: right;
}

.Rectangle_30 {
    position: absolute;
    left: 850px;
    top: 1197px;
    width: 220px;
    height: 69px;
    z-index: 152;
}

a.themeBtn {
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(64, 106, 178) 0%, rgb(144, 178, 238) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(64, 106, 178) 0%, rgb(144, 178, 238) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(64, 106, 178) 0%, rgb(144, 178, 238) 100%);
    color: #fff;
    padding: 17px 60px;
    font-size: 19px;
    text-decoration: none;
    transition: all 0.25s;
    margin: 0 auto;
    display: block;
    width: fit-content;
    margin-bottom: 40px;
}

a.themeBtn:hover {
    transition: all 0.25s;
    background-image: -webkit-linear-gradient( 266deg, rgb(64, 106, 178) 0%, rgb(144, 178, 238) 100%);
}

.jobDescription h3 {
    font-size: 17px;
    color: #10192a;
    font-weight: 900;
    font-family: 'Nexa';
    margin-top: 30px;
}

.jobDescription li,
.jobDescription p {
    color: #5f5f60;
    font-family: 'Nexa';
    font-size: 15px;
}

.jobDescription ul {
    list-style: none;
    padding: 0;
}

.jobDescription li {
    padding-bottom: 8px;
}