.custome-btn {
    font-weight: 500;
    border-radius: 0px;
    /* color: #F07F25; */
    border-bottom: 3px solid #363636;
    transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1)
}

.custome-btn:hover {
    box-shadow: inset 0 0 200px 0 #F07F25 !important;
    color: #fff !important;
    /* border-radius: 8px; */
    border-left: none !important;
}

header {
    background: url(../assets/careers-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.top-25 {
    top: 25%;
}

.underline {
    height: 8px;
    background-color: #F07F25;
    max-width: 240px;
}

.apply-btn {
    font-weight: 500;
    border-radius: 12px;
    color: #fff;
    background-color: #F07F25;
    border: none;
    transition: box-shadow 500ms cubic-bezier(0.77, 0, 0.175, 1)
}

.apply-btn:hover {
    box-shadow: inset 0 38px 0 0 #fff !important;
    color: #F07F25 !important;
    background-color: #fff;
}

.linkedin-btn,
.linkedin-btn:hover {
    background-color: #0077B5;
    color: #fff;
    font-weight: 500;
}

span {
    line-height: 1.7;
}

#process h3 {
    font-size: 18px;
}

#process p {
    font-size: 8px;
}

#process > div:hover > img {
    filter: blur(3px);
}


.m-custome {
    margin-top: -80px;
}


/* width */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background: #DFDFDF;
    border-radius: 80px;
}

/* Handle */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background: #F07F25;
    border-radius: 80px;
}

/* Handle on hover */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
    background: #F07F25;
}

@media(min-width: 768px) {
    #process h3 {
        font-size: calc(1.3rem + .6vw);
    }

    #process p {
        font-size: 16px;
    }

    .m-custome {
        margin-top: -140px;
    }

    header video {
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
    }

    .form-select {
        max-width: 230px;
    }
    
    #list-of-openings h2 {
        width: calc(100% - 230px);
    }
}