  
.dashboard-section  {
  padding: 20px;
  margin-top: 30px; }
  .dashboard-section  h4 {
    padding-bottom: 20px; }
  .dashboard-section  ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .dashboard-section  ul li {
      width: 50%; }













.tab_list h4 {
  font-size: 1.5rem;
  font-family: "Rubik", sans-serif !important;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.tab_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.tab_list ul li {
  font-size: 1.4rem;
  color: #6f7484;
}

.tab_list ul li span {
  font-size: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 5px;
  color: #232630;
}

.tab_list ul li + li {
  margin-top: 8px;
}
    
      



      .wt-footercol{
  float: left;
  width: 100%;
}
.wt-footeraboutus{
  float: left;
  width: 100%;
  padding: 60px 0;
  background:#f7f7f7;
  margin: 20px 0 -20px;
}




.wt-main-section {padding: 80px 0;}

.wt-fwidgettitle{
  float: left;
  width: 100%;
  padding-bottom:15px; 
}
.wt-fwidgettitle h3{
  margin: 0;
  display: block;
  font-size:18px;
  font-weight: 400;
  line-height: 21px;
}


.wt-footerholder .wt-fwidgettitle h3{color: #fff;}


.wt-fwidgetcontent{
  float: left;
  width: 100%;
  font-size: 14px;
  list-style:none;
  line-height: 16px;
}
.wt-fwidgetcontent li{
  float: left;
  width: 100%;
  padding: 7px 0;
  line-height: inherit;
  list-style-type: none;
}
.wt-fwidgetcontent li:last-child{padding-bottom:0; }
.wt-fwidgetcontent li a{
  display: block;
  color: #767676;
  line-height: inherit;
}
.wt-fwidgetcontent li:hover a,
.wt-fwidgetcontent li a:focus{color: #323232;padding-left:10px; }
.wt-fwidgetcontent li.wt-viewmore a {color: #55acee;}




.categories .category:hover  {


transform: scale(1.04);
        box-shadow: 0 2px 8px rgba(0,0,0,.12);
  }


.homesection{

  background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,106,194,.2);
    box-shadow: 0 3px 8px 0 rgba(0,106,194,.2);
/*    width: 764px;*/
  /*  margin: 0;*/
  margin-bottom: 45px;
}
.homesection h2 {
    color: #17203d;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
      margin-top: 24px;
    margin-bottom: 4px;
}



.homesection .job-tab .nav-item a.active{
border-bottom: 3px solid #1a73e8;
    color: #1a73e8;

}


.homesection .nav-item{

    display: inline-block;
    cursor: pointer;
}


.nav{


  display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (max-width: 991px){

.homesection .vertical_reverse {
    display: flex;
    flex-direction: row;
    overflow: auto;
    white-space: nowrap;
    flex-wrap: inherit;
    max-width: 1006px;
    margin: auto;
    border-bottom: 1px solid #DDD;
    -ms-overflow-style: none;
}
 .vertical_reverse .nav-item .nav-link {
    padding-bottom: 12px;
    border-right: none!important;
}


.vertical_reverse::-webkit-scrollbar{display:none}




}
.tab-details{

background-color: rgba(221,225,229,.8);
    width: 764px;
    height: 2px;

}


.explore-job {
    border: 1px solid rgb(244 232 232 / 8%);
    border-radius: 3px;
    margin-bottom: 30px;
}



.job-tab .nav-item a {
    border: 2px solid rgb(246 244 244 / 8%);
    border-radius: 3px;
    font-family: "Rubik", sans-serif !important;
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #515666;
}

.job-tab .nav-item a.active, .job-tab .nav-item a:hover {
    background: transparent;
    border: 2px solid rgb(242 243 244 / 15%);
    border-bottom: 2px solid rgba(36, 109, 248, 0.15);
    color: #246df8;
}


.homesection .row{


  border-top: 2px solid rgba(36, 109, 248, 0.15);

}

.section-padding {
    padding: 30px 0;
}


.tab-bottom{

 border-bottom:  1px solid #e7e8eb;
}