/* contact page starts */
/* contact page ends */
/*# sourceMappingURL=inner.css.map */
.all-sec-padding {
  padding: 40px 0; }

.all__nepal_checkbox {
  display: flex;
  text-align: left;
  vertical-align: middle;
  align-items: center; }
  .all__nepal_checkbox .check_me {
    padding-left: 10px; }
  .all__nepal_checkbox .checked {
    padding-left: 5px;
    font-size: 13px;
    font-weight: 600;
    max-width: 85%;
    cursor: pointer;
    background: transparent url("../images/checkbox.png") no-repeat 80% 50%;
    width: 23px;
    height: 21px; }
  .all__nepal_checkbox .checkbox {
    width: 23px;
    height: 21px;
    cursor: pointer;
    background: transparent url("../images/checkbox.png") no-repeat 0 50%; }

.user__dashboard {
  padding: 20px 0;
  background-color: #f1f1f1; }
  .user__dashboard .dashboard__box {
    display: flex;
    margin-top: 35px; }
    .user__dashboard .dashboard__box .box__wrapper {
      text-align: center;
      margin-right: 5px; }
      .user__dashboard .dashboard__box .box__wrapper a {
        padding: 20px 60px;
        font-size: 40px;
        text-decoration: none;
        font-weight: 600;
        color: white;
        transition: 200ms ease-in; }
        .user__dashboard .dashboard__box .box__wrapper a:hover {
          background-color: white;
          color: #1b75bb;
          text-shadow: 0px 0px 1px #1b75bb;
          transition: 200ms ease-in;
          border-radius: 30px 0; }
    .user__dashboard .dashboard__box .find__job a {
      background-color: #1b75bb;
      box-shadow: 0 1px 3px 0 #1b75bb, 0 1px 2px 0 #1b75bb;
      color: white; }
    .user__dashboard .dashboard__box .find__staff a {
      background-color: #ec2129;
      box-shadow: 0 1px 3px 0 #ec2129, 0 1px 2px 0 #ec2129; }
  .user__dashboard .user__menu_section {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 17px #d9e7f1;
    background: white;
    padding: 10px; }
    .user__dashboard .user__menu_section li {
      width: 100%; }
    .user__dashboard .user__menu_section .profile__info .profile__image {
      margin-right: 20px;
      width: 100px;
      overflow: hidden;
      margin-bottom: 5px; }
      .user__dashboard .user__menu_section .profile__info .profile__image img {
        max-width: 100%;
        height: auto; }
    .user__dashboard .user__menu_section .toggle__button {
      height: 35px;
      width: 45px;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      float: right; }
      .user__dashboard .user__menu_section .toggle__button .user__button {
        position: relative;
        width: 40px;
        height: 1px;
        background-color: black;
        margin: 15px 0;
        transition: 200ms ease-in-out all; }
        .user__dashboard .user__menu_section .toggle__button .user__button:after {
          position: absolute;
          left: 0;
          right: 0;
          top: 8px;
          height: 1px;
          width: 100%;
          background-color: black;
          content: '';
          transition: 200ms ease-in-out all; }
        .user__dashboard .user__menu_section .toggle__button .user__button:before {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 8px;
          height: 1px;
          width: 100%;
          background-color: black;
          content: '';
          transition: 200ms ease-in-out all; }
      .user__dashboard .user__menu_section .toggle__button .show_menu {
        background-color: white; }
        .user__dashboard .user__menu_section .toggle__button .show_menu:before {
          transform: rotate(45deg);
          top: 0; }
        .user__dashboard .user__menu_section .toggle__button .show_menu:after {
          transform: rotate(-45deg);
          top: 0; }
  .user__dashboard .user__menu_list ul {
    padding-left: 0px;
    list-style: none; }
    .user__dashboard .user__menu_list ul .user_menu_item {
      margin: 5px; }
      .user__dashboard .user__menu_list ul .user_menu_item .user__menu_link {
        background-color: white;
        display: flex;
        padding: 5px 20px;
        font-size: 16px;
        color: #1b75bb;
        text-decoration: none;
        line-height: 30px;
        box-shadow: 0 1px 3px 0 #1b75bb, 0 1px 2px 0 #1b75bb; }
        .user__dashboard .user__menu_list ul .user_menu_item .user__menu_link:hover {
          background-color: #1b75bb;
          transition: 200ms ease-in;
          color: white; }
      .user__dashboard .user__menu_list ul .user_menu_item .active {
        background-color: #1b75bb;
        color: white;
        position: relative; }
  .user__dashboard .side__button {
    text-align: right; }
    .user__dashboard .side__button .btn__edit {
      background-color: #1b75bb;
      text-decoration: none;
      color: white;
      padding: 5px 20px;
      line-height: 40px;
      box-shadow: 0 1px 3px 0 #1b75bb, 0 1px 2px 0 #1b75bb; }
  .user__dashboard .profile__view {
    background-color: white;
    box-shadow: 0px 23px 9px #dacdcd;
    padding: 25px;
    margin-bottom: 20px; }
    .user__dashboard .profile__view .update_image {
      width: 180px;
      height: 180px;
      background: red;
      border-radius: 50%;
      position: relative;
      overflow: hidden; }
      .user__dashboard .profile__view .update_image:hover img {
        transform: scale(1.2);
        transition: 500ms ease-in; }
      .user__dashboard .profile__view .update_image label {
        position: absolute;
        top: 60%;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        margin: auto;
        z-index: 2;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: white;
        background-color: rgba(0, 0, 0, 0.45); }
        .user__dashboard .profile__view .update_image label i {
          font-size: 20px; }
        .user__dashboard .profile__view .update_image label:hover {
          cursor: pointer;
          transition: 500ms ease-in;
          background-color: #1b75bb; }
          .user__dashboard .profile__view .update_image label:hover i {
            color: white; }
    .user__dashboard .profile__view input {
      display: block;
      width: 100%;
      padding: 7px 10px;
      border: 1px solid #1b75bb;
      outline: none;
      margin-bottom: 20px;
      resize: none; }
    .user__dashboard .profile__view textarea {
      display: block;
      width: 100%;
      padding: 7px 10px;
      border: 1px solid #1b75bb;
      outline: none;
      margin-bottom: 20px;
      resize: none; }
    .user__dashboard .profile__view select {
      display: block;
      width: 100%;
      padding: 7px 10px;
      border: 1px solid #1b75bb;
      outline: none;
      margin-bottom: 20px;
      resize: none; }
    .user__dashboard .profile__view .btn__update {
      background-color: #1b75bb;
      border: navajowhite;
      color: white;
      text-align: right;
      padding: 10px 40px; }
    .user__dashboard .profile__view ul {
      padding-left: 0;
      list-style: none;
      display: flex; }
      .user__dashboard .profile__view ul li {
        display: inline-flex;
        margin-right: 2px; }
        .user__dashboard .profile__view ul li:nth-child(1) {
          width: 200px; }
    .user__dashboard .profile__view .description__profile {
      color: #1b75bb; }
    .user__dashboard .profile__view .package__wrapper table {
      width: 100%;
      border: 1px solid #eae3e3;
      font-size: 14px; }
      .user__dashboard .profile__view .package__wrapper table thead th {
        padding: 5px 15px;
        border: 1px solid #eae3e3; }
      .user__dashboard .profile__view .package__wrapper table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.25);
        cursor: pointer; }
      .user__dashboard .profile__view .package__wrapper table tbody tr td {
        padding: 10px 15px;
        border: 1px solid #eae3e3; }
        .user__dashboard .profile__view .package__wrapper table tbody tr td ul li {
          margin-bottom: 5px; }
          .user__dashboard .profile__view .package__wrapper table tbody tr td ul li .btn__show {
            border: none;
            box-shadow: 0px 0px 2px #1b75bb;
            background-color: #1b75bb;
            color: white;
            padding: 5px 10px; }
            .user__dashboard .profile__view .package__wrapper table tbody tr td ul li .btn__show:active {
              border: none;
              box-shadow: none; }
            .user__dashboard .profile__view .package__wrapper table tbody tr td ul li .btn__show:focus {
              border: none;
              box-shadow: none; }
            .user__dashboard .profile__view .package__wrapper table tbody tr td ul li .btn__show:hover {
              border: none;
              box-shadow: none; }

.experience_list {
  border-bottom: 2px solid #1b75bb;
  margin-bottom: 15px; }
  .experience_list p {
    padding: 0;
    margin: 0;
    font-size: 15px; }
    .experience_list p:last-child {
      padding-bottom: 15px; }

.button__action {
  font-size: 13px;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end; }
  .button__action a {
    background-color: cornflowerblue;
    text-decoration: none;
    margin-right: 10px;
    color: white;
    padding: 1px 10px; }
  .button__action .btn__remove {
    border: none;
    background-color: #ec2129;
    color: white; }

.education__list .education__box {
  border-bottom: 1px dashed #1b75bb;
  margin-bottom: 10px; }
  .education__list .education__box h4 {
    font-size: 17px;
    color: #1b75bb;
    margin: 0; }
  .education__list .education__box p {
    font-size: 14px;
    padding: 0;
    margin: 0; }
    .education__list .education__box p:last-child {
      padding-bottom: 10px; }

.training__list .training__box {
  border-bottom: 1px dashed #1b75bb;
  margin-bottom: 10px; }
  .training__list .training__box h4 {
    font-size: 17px;
    color: #1b75bb;
    margin: 0; }
  .training__list .training__box p {
    font-size: 14px;
    padding: 0;
    margin: 0; }
    .training__list .training__box p:last-child {
      padding-bottom: 10px; }
  .training__list .training__box .btn__remove {
    border: none;
    background-color: #ec2129;
    color: white;
    margin-bottom: 10px; }

.job-detail {
  background: #f2f2f2; }
  .job-detail .top-company-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    position: relative; }
    .job-detail .top-company-image .company-logo {
      position: absolute;
      bottom: 0px;
      left: 0;
      background: rgba(255, 255, 255, 0.92);
      padding: 15px;
      display: flex;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      width: 100%; }
      .job-detail .top-company-image .company-logo a {
        display: block;
        width: 200px;
        height: 125px;
        overflow: hidden;
        margin-right: 15px; }
        .job-detail .top-company-image .company-logo a img {
          max-width: 100%;
          height: auto;
          object-fit: cover; }
      .job-detail .top-company-image .company-logo .company-name h4 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #424242; }
      .job-detail .top-company-image .company-logo .company-name p {
        font-size: 14px;
        color: #424242; }
        .job-detail .top-company-image .company-logo .company-name p i {
          color: #ec2129;
          margin-right: 10px; }
  .job-detail .job__detail__wrapper {
    background: #fff;
    padding: 40px 2px;
    margin-bottom: 30px;
    margin-top: 40px; }
    .job-detail .job__detail__wrapper .job-date-wrapp {
      padding: 10px;
      background-color: #007bff;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .job-detail .job__detail__wrapper .job-date-wrapp p {
        font-size: 14px;
        color: #fff;
        margin: 0; }
    .job-detail .job__detail__wrapper .job-basic-info {
      padding: 20px; }
      .job-detail .job__detail__wrapper .job-basic-info h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #424242; }
      .job-detail .job__detail__wrapper .job-basic-info table {
        width: 100%;
        margin-bottom: 20px; }
        .job-detail .job__detail__wrapper .job-basic-info table tbody tr {
          border-bottom: 1px solid #f2f2f2;
          padding-bottom: 7px; }
          .job-detail .job__detail__wrapper .job-basic-info table tbody tr .title {
            font-weight: 600; }
          .job-detail .job__detail__wrapper .job-basic-info table tbody tr th {
            font-size: 14px;
            color: #424242;
            padding: 10px; }
          .job-detail .job__detail__wrapper .job-basic-info table tbody tr .discription {
            font-weight: 400; }
        .job-detail .job__detail__wrapper .job-basic-info table tbody tr.devider {
          width: 10px; }
    .job-detail .job__detail__wrapper .job-discription {
      padding: 20px;
      border: 1px solid #f2f2f2; }
      .job-detail .job__detail__wrapper .job-discription h3 {
        font-size: 20px;
        margin-bottom: 20px; }
      .job-detail .job__detail__wrapper .job-discription ul {
        padding: 0;
        margin: 0; }
        .job-detail .job__detail__wrapper .job-discription ul li {
          list-style: none;
          position: relative;
          padding-left: 15px; }
          .job-detail .job__detail__wrapper .job-discription ul li::before {
            content: "";
            position: absolute;
            left: 0;
            width: 6px;
            height: 6px;
            background: #ec2129;
            top: 50%;
            transform: translate(0, -50%); }
    .job-detail .job__detail__wrapper .apply-btn {
      padding: 20px; }
      .job-detail .job__detail__wrapper .apply-btn a {
        background: #ec2129;
        color: #fff;
        padding: 7px 15px;
        border-radius: 3px;
        transition: 300ms ease all;
        display: inline-block; }
        .job-detail .job__detail__wrapper .apply-btn a:hover {
          background: #1b75bb;
          color: #fff;
          text-decoration: none; }
  .job-detail .job__detail__side__section {
    background: #fff;
    padding: 40px 10px;
    margin-bottom: 30px;
    margin-top: 40px; }
    .job-detail .job__detail__side__section h3 {
      padding-bottom: 10px;
      border-bottom: 1px solid #ec2129; }
    .job-detail .job__detail__side__section .job__detail_side .job__box {
      margin-bottom: 15px; }
      .job-detail .job__detail__side__section .job__detail_side .job__box h3 {
        border: none; }

.about-page {
  background: #f2f2f2; }
  .about-page .about-top-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .about-page .about-top-image::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
    .about-page .about-top-image .about-title {
      text-align: center; }
      .about-page .about-top-image .about-title h2 {
        color: #fff;
        font-size: 40px;
        position: relative;
        font-weight: 600; }

.inner-top-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .inner-top-image .contact-page-title {
    text-align: center; }
    .inner-top-image .contact-page-title h2 {
      color: #fff;
      font-size: 40px; }

.contact-page .contact-info-section {
  padding: 80px 0;
  background: #f2f2f2; }
  .contact-page .contact-info-section .contact-address-wrap {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
    background: #fff; }
    .contact-page .contact-info-section .contact-address-wrap ul li {
      text-align: center;
      display: block;
      margin: 30px 0; }
      .contact-page .contact-info-section .contact-address-wrap ul li i {
        border: 1px solid #1b75bb;
        height: 65px;
        width: 65px;
        line-height: 65px;
        text-align: center;
        font-size: 30px;
        border-radius: 50%;
        color: #1b75bb;
        margin-bottom: 15px; }
      .contact-page .contact-info-section .contact-address-wrap ul li h3 {
        font-size: 25px;
        font-weight: 600;
        color: #424242;
        margin-bottom: 15px; }
      .contact-page .contact-info-section .contact-address-wrap ul li a {
        color: #424242;
        transition: 500ms ease all; }
        .contact-page .contact-info-section .contact-address-wrap ul li a:hover {
          color: #ec2129; }
  .contact-page .contact-info-section .contact-form-wrapper {
    padding: 15px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    background: #fff; }
    .contact-page .contact-info-section .contact-form-wrapper h3 {
      font-size: 25px;
      font-weight: 600;
      margin-bottom: 15px; }
    .contact-page .contact-info-section .contact-form-wrapper p {
      margin-bottom: 30px; }
    .contact-page .contact-info-section .contact-form-wrapper form label {
      display: block;
      margin-bottom: 5px;
      font-weight: 600;
      font-size: 14px; }
    .contact-page .contact-info-section .contact-form-wrapper form input {
      display: block;
      width: 100%;
      padding: 10px;
      border: 1px solid #f2f2f2;
      outline: none;
      margin-bottom: 20px; }
    .contact-page .contact-info-section .contact-form-wrapper form textarea {
      display: block;
      width: 100%;
      padding: 10px;
      border: 1px solid #f2f2f2;
      outline: none;
      margin-bottom: 20px;
      height: 150px; }
    .contact-page .contact-info-section .contact-form-wrapper form button {
      outline: none;
      border: none;
      padding: 10px 25px;
      max-width: 200px;
      color: #fff;
      background: #ec2129;
      transition: 500ms ease all;
      border-radius: 30px; }
      .contact-page .contact-info-section .contact-form-wrapper form button:hover {
        background: #1b75bb; }

.map-wrapper {
  width: 100%; }
  .map-wrapper iframe {
    width: 100%;
    height: 400px; }

.applied__job__list .applied__job ul {
  display: block;
  list-style: none; }
  .applied__job__list .applied__job ul li {
    width: 100% !important;
    display: block;
    border-bottom: 1px dashed #1b75bb;
    margin-bottom: 10px; }
    .applied__job__list .applied__job ul li h4 {
      margin: 0; }
    .applied__job__list .applied__job ul li p {
      line-height: 25px;
      font-size: 14px;
      margin: 0; }
    .applied__job__list .applied__job ul li .side__button {
      text-align: right; }
.applied__job__list .applied__job img {
  max-width: 70px; }

.error-page {
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .error-page h1 {
    font-size: 350px;
    font-weight: 900; }
  .error-page p {
    font-size: 25px;
    font-family: "Julius Sans One", sans-serif;
    padding: 0 15px; }
  .error-page a {
    background: #1b75bb;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Julius Sans One", sans-serif;
    font-weight: 900;
    transition: 500ms ease all;
    color: #fff; }
    .error-page a:hover {
      color: #fff;
      background: #ec2129; }

.register-page {
  background: #f2f2f2; }
  .register-page .register_quate {
    padding: 30% 20%; }
    .register-page .register_quate h3 {
      color: white;
      font-size: 40px; }
    .register-page .register_quate p {
      color: white; }
  .register-page .register__page {
    padding: 40px 0; }
    .register-page .register__page form {
      margin: 0 auto;
      text-align: center;
      background-color: white;
      padding: 30px;
      box-shadow: 0px 0px 4px #191919;
      border-radius: 5px; }
      .register-page .register__page form h2 {
        font-size: 40px;
        text-align: center; }
      .register-page .register__page form h3 {
        font-size: 20px; }
      .register-page .register__page form p {
        margin-bottom: 15px; }
      .register-page .register__page form input {
        display: block;
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #f2f2f2;
        font-size: 13px;
        font-weight: 300; }
      .register-page .register__page form img {
        width: auto;
        height: 50px;
        text-align: center;
        margin: 0 auto;
        margin: 10px 0; }
      .register-page .register__page form button {
        padding: 10px 40px;
        border: none;
        background: red;
        color: white;
        font-size: 15px;
        border-radius: 5px; }
    .register-page .register__page .inline_flex {
      display: flex;
      text-align: left; }
      .register-page .register__page .inline_flex p {
        padding-left: 15px; }
      .register-page .register__page .inline_flex .agreed {
        padding-left: 5px;
        font-size: 13px;
        font-weight: 600;
        max-width: 85%; }
      .register-page .register__page .inline_flex .checkbox {
        width: 23px;
        height: 21px;
        cursor: pointer;
        background: transparent url("../images/checkbox.png") no-repeat 0 50%; }
      .register-page .register__page .inline_flex .checked {
        cursor: pointer;
        background: transparent url("../images/checkbox.png") no-repeat 80% 50%;
        width: 23px;
        height: 21px; }

.custom_radio_selector {
  display: flex;
  vertical-align: middle;
  justify-content: flex-start;
  align-items: center;
  text-align: left; }
  .custom_radio_selector label {
    position: relative;
    display: block;
    padding-left: 35px;
    margin-bottom: 12px;
    padding-right: 40px; }
    .custom_radio_selector label .checkbtn {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #ec2129;
      border-radius: 50%;
      cursor: pointer; }
      .custom_radio_selector label .checkbtn:after {
        content: "";
        position: absolute;
        opacity: 0;
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white; }
    .custom_radio_selector label input {
      position: absolute;
      opacity: 0;
      padding-right: 20px !important;
      margin: 0 20px; }
      .custom_radio_selector label input:checked ~ .checkbtn {
        background-color: #007bff;
        box-shadow: 0px 0px 7px #5a4546;
        transition: 300ms ease-in-out all; }
        .custom_radio_selector label input:checked ~ .checkbtn::after {
          opacity: 1;
          transition: 300ms ease-in-out all; }

.width50 {
  width: 50%; }

#addJob h4 {
  font-size: 20px;
  color: #1b75bb;
  border-bottom: 2px dashed #1b75bb;
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 15px; }
#addJob #job_description__panel label {
  margin-top: 30px; }
#addJob .job__tab_button li button {
  background-color: #1b75bb;
  text-decoration: none;
  color: white;
  padding: 5px 20px;
  line-height: 40px;
  border: none;
  box-shadow: 0 1px 3px 0 #1b75bb, 0 1px 2px 0 #1b75bb; }

.inner__banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .inner__banner .banner__title h2 {
    color: #fff;
    font-size: 40px; }

.category_checkbox {
  display: block;
  position: relative;
  margin-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .category_checkbox input {
    position: relative;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin-right: 15px; }
    .category_checkbox input:checked ~ .checkmark {
      background-color: #2196F3; }
      .category_checkbox input:checked ~ .checkmark::after {
        display: block; }
      .category_checkbox input:checked ~ .checkmark:after {
        left: 7px;
        top: 2px;
        width: 7px;
        height: 15px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .category_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: -15px;
    height: 20px;
    width: 20px;
    background-color: #e48484; }
    .category_checkbox .checkmark::after {
      content: "";
      position: absolute;
      display: none; }
  .category_checkbox:hover input ~ .checkmark {
    background-color: #ccc; }

.advance_search {
  display: none; }
  .advance_search .search__menu {
    text-align: right;
    color: #007bff; }
    .advance_search .search__menu p {
      font-size: 15px;
      vertical-align: middle;
      display: flex;
      justify-content: flex-end; }
      .advance_search .search__menu p i {
        margin-left: 5px;
        font-size: 25px; }

.search_content_left {
  margin: 45px 0; }
  .search_content_left .search_content_group {
    padding: 30px 0 0 0; }
    .search_content_left .search_content_group .input__field input {
      padding: 5px 10px;
      font-size: 15px;
      width: 100%; }

.show_advancesearch {
  left: 0;
  transition: 200ms ease-in-out all; }

.search_input_wrapper {
  margin: 45px 0;
  display: flex;
  width: 100%; }
  .search_input_wrapper .search__box {
    padding-right: 15px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    justify-content: start; }
    .search_input_wrapper .search__box:nth-child(3) {
      justify-content: flex-end; }
  .search_input_wrapper .sorting {
    position: relative; }
    .search_input_wrapper .sorting ul {
      padding-left: 0;
      margin-bottom: 0;
      display: flex; }
      .search_input_wrapper .sorting ul li {
        display: inline-flex;
        list-style: none;
        padding-left: 5px;
        vertical-align: middle;
        align-items: center; }
        .search_input_wrapper .sorting ul li strong {
          color: #1b75bb; }
        .search_input_wrapper .sorting ul li .search_arrow {
          font-size: 18px;
          font-weight: 700;
          cursor: pointer; }
      .search_input_wrapper .sorting ul .sorting__option {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 2;
        background-color: white;
        box-shadow: 0px 0px 13px #ded0d0; }
        .search_input_wrapper .sorting ul .sorting__option ul {
          display: block; }
          .search_input_wrapper .sorting ul .sorting__option ul li {
            display: block;
            cursor: pointer;
            line-height: 30px;
            padding: 0 15px; }
            .search_input_wrapper .sorting ul .sorting__option ul li:hover {
              background-color: #ec2129; }
  .search_input_wrapper input {
    padding: 5px 20px;
    font-size: 13px;
    width: 100%; }

.company__dashboard {
  margin-top: 40px; }
  .company__dashboard ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px; }
    .company__dashboard ul li {
      list-style: none;
      display: flex;
      width: 33.33%;
      padding: 15px; }
  .company__dashboard a {
    color: black;
    text-decoration: none; }
  .company__dashboard .counter__box {
    width: 100%;
    background-color: white;
    padding: 15px;
    box-shadow: 0px 23px 9px #dacdcd;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 2px solid white; }
    .company__dashboard .counter__box:hover {
      border-bottom: 2px solid red;
      transition: 400ms; }
    .company__dashboard .counter__box .counter__list {
      vertical-align: middle;
      align-items: center;
      justify-content: center; }
      .company__dashboard .counter__box .counter__list h4 {
        font-size: 40px;
        margin: 0;
        color: red;
        font-weight: 700; }
      .company__dashboard .counter__box .counter__list:nth-child(1) {
        padding-right: 15px; }
        .company__dashboard .counter__box .counter__list:nth-child(1) i {
          font-size: 45px;
          color: #1b75bb; }

.company__profile__view .banner__section {
  background-size: cover !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative; }
  .company__profile__view .banner__section h3 {
    font-size: 30px;
    padding-top: 15px;
    text-shadow: 0px 0px 31px #1b75bb; }
  .company__profile__view .banner__section .logo {
    position: absolute;
    bottom: 0;
    left: 0; }
    .company__profile__view .banner__section .logo img {
      width: 100px;
      border-radius: 50%;
      height: 100px;
      object-fit: contain;
      box-shadow: 0px 0px 23px #a7b9c7; }
.company__profile__view .summary__section {
  padding-top: 40px; }

.mb_25 {
  margin-bottom: 25px; }

.Training_info {
  padding: 50px 0; }
  .Training_info .job__preparation {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    padding: 15px; }
  .Training_info .available_training__list {
    margin: 30px 0;
    padding: 15px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
    .Training_info .available_training__list .training__list__wrapper {
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
      height: 100%; }
      .Training_info .available_training__list .training__list__wrapper .title_summary {
        padding: 5px 10px; }
      .Training_info .available_training__list .training__list__wrapper .training__thumbnail img {
        width: 100%;
        height: 250px;
        object-fit: cover; }
      .Training_info .available_training__list .training__list__wrapper .training__main__title h2 {
        font-size: 20px;
        color: #ec2129; }
      .Training_info .available_training__list .training__list__wrapper .training__sumamry {
        height: 100px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .Training_info .available_training__list .training__list__wrapper .more__button a {
        text-decoration: none;
        background-color: #1b75bb;
        text-decoration: none;
        color: white;
        padding: 5px 20px;
        line-height: 40px;
        box-shadow: 0 1px 3px 0 #1b75bb, 0 1px 2px 0 #1b75bb; }
    .Training_info .available_training__list .training__description .__title h2 {
      font-size: 25px;
      color: #007bff;
      text-shadow: 0px 1px 1px #007bff; }
    .Training_info .available_training__list .training__description img {
      max-width: 100%;
      height: auto; }
  .Training_info .training__more_traning {
    margin: 30px 0;
    padding: 15px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
    .Training_info .training__more_traning h3 {
      font-size: 25px;
      color: #ec2129;
      text-shadow: 0px 1px 1px #ec2129; }
    .Training_info .training__more_traning ul {
      display: flex;
      padding: 0;
      margin: 0; }
      .Training_info .training__more_traning ul li {
        list-style: none;
        width: 30%; }
        .Training_info .training__more_traning ul li:last-child {
          padding-left: 5px;
          width: 70%; }
          .Training_info .training__more_traning ul li:last-child a {
            text-decoration: none; }
            .Training_info .training__more_traning ul li:last-child a h4 {
              font-size: 15px; }

.paragraph {
  margin-top: 15px; }

@media (max-width: 992px) {
  .user__dashboard .user__menu_list {
    position: fixed;
    background: white;
    z-index: 10;
    left: 0%;
    display: none;
    top: 0;
    width: 40%;
    height: 100%; }
    .user__dashboard .user__menu_list ul {
      display: block;
      padding-left: 0; }
      .user__dashboard .user__menu_list ul .user_menu_item {
        line-height: 40px; }
        .user__dashboard .user__menu_list ul .user_menu_item .user__menu_link {
          box-shadow: none;
          background-color: white;
          color: #1b75bb; }

  .error-page h1 {
    font-size: 200px; }
  .error-page p {
    font-size: 20px; } }
@media (max-width: 580px) {
  .user__dashboard .user__menu_list {
    width: 80%; }
  .user__dashboard .profile__view .package__wrapper {
    overflow: scroll; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .user__dashboard .user__menu_list ul .user_menu_item .user__menu_link {
    padding: 5px 10px; } }
@media screen and (max-width: 575px) {
  .about-page .about-top-image {
    height: auto; }
    .about-page .about-top-image .about-title h2 {
      font-size: 25px; }

  .inner-top-image {
    height: auto; }
    .inner-top-image .contact-page-title h2 {
      font-size: 25px; }

  .register-page .register__page {
    padding: 0; } }
@media (max-width: 480px) {
  .error-page h1 {
    font-size: 150px; }
  .error-page p {
    font-size: 15px; }

  .search_input_wrapper {
    display: block; } }
@media (max-width: 768px) {
  .error-page a {
    font-size: 14px; }

  .width50 {
    width: 100%; } }
@media screen and (max-width: 855px) {
  .register-page .register_quate {
    padding: 10% 10%; } }
@media screen and (max-width: 767px) {
  .register-page .register_quate h3 {
    font-size: 30px; } }
@media screen and (max-width: 580px) {
  .register-page .register__page form {
    padding: 10px; }
    .register-page .register__page form h2 {
      font-size: 25px; }
    .register-page .register__page form p {
      font-size: 13px; } }
@media screen and (max-width: 700px) {
  .inner__banner {
    height: auto; } }
@media screen and (max-width: 768px) {
  .advance_search {
    display: block; }

  .search_content_left {
    transition: 200ms ease-in-out all;
    position: fixed;
    left: -100%;
    top: 0;
    background: #007bff;
    color: white;
    z-index: 2;
    padding: 5px;
    width: 250px;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 80px; }

  .job__wrapper {
    padding: 5px 0 !important; }

  .search_input_wrapper {
    margin: 10px 0; }

  .Training_info .available_training__list .training__list__wrapper .training__sumamry {
    height: auto; } }
@media (min-width: 992px) {
  .company__dashboard ul li {
    width: 33.33%; } }

/*# sourceMappingURL=inner.css.map */
