
body {
    
}
.main-wrapper {
    z-index: 998 !important;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: white;
    margin-bottom: 150px;
    padding-bottom: 25px;
   
}
.page-content {
    z-index: 999 !important;
    
    position: relative;
    background-color: white;
    
}

#footer{
    z-index: 1 !important;
    position: fixed;
    left: 0;
    bottom: 0;
}

@media screen and (min-width: 1191px) {
    
  
    .mini-widgets-container-left
    {
        width: 200px;
        float: left;
        margin-left: 35%;
        
    }
    
    .mini-widgets-container-right
    {
        float: right;
        margin-right: 30%;
        
    }
}
@media screen and (max-width: 1190px) {
    .mini-widgets-container-left
    {
        width: 200px;
        float: left;
        margin-left: 12%;
        
    }
    .mini-widgets-container-right
    {
        float: right;
        margin-right: 8%;
        
    }
}

.display-4 {
    font-size: 30px !important;
    padding: 10px;
    color: rgb(153, 149, 149);
}
.social_icons
{
    width: 28px;
    height: 28px;
    padding: 6px;
    font-size: 15px;
    color:white;
    opacity: 0.6;
    background-color: grey;
    border-radius: 50%;
    text-align: center;
    margin: 5px;
    display: inline-flex;

}

.social_icons:hover {

    background-color: blue;
    opacity: 1;  
}

.social_icons_top
{
    width: 24px;
    height: 24px;
    padding: 4px;
    font-size: 12px;
    color:white;
    opacity: 1;
    background-color: blue;
    border-radius: 50%;
    text-align: center;
    margin: 4px;
    display: inline-flex;

}

.social_icons_top:hover {

    background-color:#343a40;
    opacity: 1;
    color: orange;
    border: 1px orange solid; 
}

.icon_align
{
    margin: 0px auto;
}

.mini-widgets {
    color: white;
    font-size: 13px;
   
}


a.job-list-link:link {
    color: #343a40 !important;
    text-decoration: none;
}

a.job-list-link:hover {
    color: #343a40 !important;
    text-decoration: none;
    /*background-color:#cfd8dc !important;*/
}

a.job-list-link:visited {
    color: #343a40 !important;
    text-decoration: none;
    /*background-color:#cfd8dc !important;*/
}
.job_list_detail{

   opacity: 0.80;
}
.job_list_detail:hover  {

    background-color:#e2e3e5 !important;
    opacity: 0.5;
}

.dates-ago {
    font-size: 14px;
    opacity: 0.75;
}

.job-title {
    font-size: 18px;
    font-weight: bolder;
}


.top-head{
   
        background-image: url('https://www.cmsnextech.com/wp-content/uploads/2020/10/header5.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;   
}

i.fas {
    color: #2cd3b4;
}

.nav-link {
    color: white !important;
}

.active{
    color: #9b9b9b !important;
}