/* Custom CSS for styling the application
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
    padding: 90px 15px 0;
}
.hr-lines
{
    position: relative;
    max-width: 500px;
    margin: 100px auto;
    text-align: center;

}
.hr-lines:before{
    content:" ";
    display: block;
    height: 2px;
    width: 180px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #2A5BA8;
}
.hr-lines:after{
    content:" ";
    height: 2px;
    width: 180px;
    background: #2A5BA8;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}
.liney
{
    border-bottom: 1px dotted #000;
}
.front-jobs
{
    background-color: #E9ECEF;
    text-align: center;
}
.front-jobs:hover
{
    background-color: #C8C8C8;
}
.progress {
    height: 30px;
    border-radius: 10px;
}

.progress-bar {
    background-color: #28a745;
    transition: width 0.3s;
}
