.inner {
    width:100%;
    padding:10%;
    }
    
    .page-title {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    color:#fff;
    }
    
    .none-style {
        list-style: none;
        padding-left: 0;
    }
    
    .page-header .breadcrumbs li {
        display: inline-block;
        color: #fff;
    }
    
    .page-header .breadcrumbs li a {
        color: #aeaacb;
        text-decoration:none;
    }
    
    .page-header .breadcrumbs {
        margin-bottom: 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 800;
        text-decoration:none;
    }

    .page-header .breadcrumbs li.active:before {
        /* content: "\f104"; */
        content: ">";
        font-family: "flaticon";
        /* font: 14px/1 FontAwesome; */
        font-size: 7px;
        color: #1b75b6;
        margin: -2px 8px 0;
        display: inline-block;
        vertical-align: middle;
    }

    .topnav  {
        display: inline-block;
        padding: 32px 0px;
        line-height: 35px;
        text-decoration: none;
        text-align: center;
        outline: none;
        color: #1a1b1e;
        white-space: nowrap;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

    .head-data-container {
        justify-content: space-between;
    }

    .topnav {
        font-weight:bold;
        font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    }

    .nav {
        display:flex;
        /*justify-content:space-between;*/
    }
    
    .logo-container-jobs {
flex-basis:25%;
}

.nav {
gap:35px;
}

.user-bar {
    margin-right:1%;
}

    .topnav:hover {
        color:#1c6eac;
        /* border-bottom:3.5px solid #1c6eac;
        margin-bottom:-1px; */
    }
     .tnh {
          display: inline-block;
          position:relative
     }
     .tnh::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #1c6eac;
  transition: width 0.3s ease-in-out;
}

.tnh:hover::after {
  width: 100%;
}

    /* .topnav::after {
        content: '<span>eu</span>';
    } */
    
    #useracct {
        /*align-self: flex-start;*/
  width: auto;          
  flex: 0 0 auto;  
    }
    .user-bar {
        display:flex;
        justify-content:flex-end;
    }



@media only screen and (max-width: 768px) {
    .logo-container-jobs {
        flex-basis:100%;
    }
.nav {
    display:none;
}
    .page-header .page-title {
        font-size: 30px;
    }

    .page-header .breadcrumbs {
        font-size: 12px;
    }
}