@font-face {
  font-family: "Aeonik-Thin";
  src: url("/fonts/Aeonik-Thin.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Light";
  src: url("/fonts/Aeonik-Light.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Regular";
  src: url("/fonts/Aeonik-Regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Medium";
  src: url("/fonts/Aeonik-Medium.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Bold";
  src: url("/fonts/Aeonik-Bold.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Black";
  src: url("/fonts/Aeonik-Black.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
:root {
  --bs-dark-rgb: 39, 39, 39;
  --clr0: #1d212d;
  --clr1: #253746;
  --clr3: #E11B22;
  --clr1_bg: "%23d31b88";
  --clr2: #8E9AA0;
  --clr4: #DDE0E2;
  --clr5: #E11B22;
  --clr5_gb: #E11B22ed;
  --font: "Aeonik-Regular";
}

body {
  color: var(--clr0);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}

ul li {
  font-weight: 400;
}

main .mainCont {
  margin-top: 105px;
}

h3 {
  font-size: 36px;
}

h5 {
  font-size: 28px;
}

.banner {
  min-height: 400px;
  background-size: cover;
  background-position: center;
}
.banner.banner1 {
  background-image: url(../img/banner1.webp);
}
.banner.banner2 {
  background-image: url(../img/banner2.webp);
}

.btn-primary-outline {
  background-color: #fff;
  color: var(--clr1);
  border: 2px solid var(--clr1);
  font-size: 17px;
  font-weight: 700;
  padding: 16px 30px;
}

.btn-custom {
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  text-align: center;
  min-width: 200px;
  padding: 0.575rem 1.875rem;
  border-radius: 0;
}
.btn-custom.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.btn-custom.btn1 {
  background-color: var(--clr3);
  border-radius: 40px;
}
.btn-custom.btn1:hover {
  color: #fff;
  background-color: var(--clr3);
  transition: background-color 500ms ease;
  opacity: 0.92;
}
.btn-custom.btn2 {
  background-color: var(--clr1);
  border-radius: 40px;
  border: 2px solid var(--clr1);
}
.btn-custom.btn2:hover {
  color: #fff;
  background-color: var(--clr1);
  transition: background-color 500ms ease;
  opacity: 0.92;
}
.btn-custom.brdr-ed {
  border-radius: 0px 0.25rem 0.25rem 0px !important;
}
.btn-custom.btn-outline {
  background-color: #fff;
  border-radius: 40px;
  color: var(--clr3);
  border: var(--clr3) solid 1px;
}
.btn-custom.btn-outline svg {
  font-size: 30px;
  margin-left: 10px;
}
.btn-custom.btn-outline.btn1 {
  color: var(--clr1);
  border: var(--clr1) solid 1px;
}
.btn-custom.btn-outline.btn1:hover {
  color: var(--clr3);
  background-color: #fff;
  border: var(--clr3) solid 1px;
}
.btn-custom.btn-outline.btn2 {
  color: var(--clr3);
  border: var(--clr3) solid 1px;
}
.btn-custom.btn-outline.btn2:hover {
  color: #fff;
  background-color: var(--clr3);
  border: var(--clr3) solid 1px;
}

h3,
h5 {
  font-weight: 400;
  font-size: 26px;
}

html {
  font-size: 18px;
}

.fade {
  transition: opacity 0.25s linear;
}

select.form-control {
  background-image: url(/img/icons/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: calc(100% - 16px);
}

.vac-det h1,
.vac-det h3 {
  color: var(--clr1);
  font-weight: 400;
  font-size: 26px;
}
.vac-det .searchCategs {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.vac-det .searchCategs li {
  width: 50%;
  display: flex;
  margin-bottom: 10px;
}
.vac-det .searchCategs li .descr {
  min-width: 150px;
  font-weight: 500;
}
.vac-det .searchCategs li .categVal {
  font-weight: 400;
}
.vac-det .sectn span {
  line-height: initial !important;
  font-size: 18px !important;
  color: var(--clr0) !important;
  font-family: var(--font) !important;
}
.vac-det .sectn ul li {
  line-height: initial !important;
  font-size: 18px !important;
  font-family: var(--font) !important;
  font-weight: 400;
}
.vac-det .sectn p,
.vac-det .sectn ul {
  color: #6a6d77;
}
.vac-det .sectn p li,
.vac-det .sectn ul li {
  color: #6a6d77;
}

#divAppProc ul li a {
  color: #8b8b8b;
}
#divAppProc ul li .fas {
  color: var(--clr4);
  top: -32px;
}
#divAppProc ul li .fas.fas-done {
  color: var(--clr3);
}
#divAppProc ul li.active .fas {
  color: var(--clr1);
}
#divAppProc ul li.done {
  border-top: 2px solid var(--clr3);
}
#divAppProc ul li.done a {
  color: var(--clr3);
}

@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
}
html {
  position: relative;
  min-height: 100%;
}

.navbar {
  color: #1d212d;
  height: 105px;
}

.navbar .navbar-brand img {
  width: 100%;
  max-width: 175px;
  margin-left: 1rem;
}

.navbar .nav-item {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  height: 103px;
}
.navbar .nav-item a {
  color: #1d212d;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.navbar .nav-item a:hover {
  color: var(--clr3);
}
.navbar .nav-item a img {
  display: none;
}
.navbar .nav-item a .usr-acc {
  display: inline;
  width: 24px;
  height: 24px;
}
.navbar .nav-item.pc-only {
  display: flex;
}
.navbar .nav-item.mb-only {
  display: none;
}
.navbar .navbar-toggler {
  background-image: url(/img/icons/close.svg?v=1);
  background-position: center center;
  background-repeat: no-repeat;
  width: 45px;
  height: 30px;
}
.navbar .navbar-toggler.collapsed {
  background-image: url(/img/icons/bars.svg?v=1);
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.vacs h2 {
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 30px;
}
.vacs h3 a {
  color: var(--clr1);
  text-decoration: none;
  font-weight: 400;
  font-size: 26px;
}
.vacs h3 a:hover {
  opacity: 0.8;
}
.vacs hr {
  background-color: silver;
  height: 2px;
}
.vacs .jobdetail {
  background-color: #fff;
  padding: 15px 0px;
}
.vacs .jobdetail .jb-title {
  color: var(--clr3);
}
.vacs .jobdetail .jb-title h3 {
  font-weight: 300;
}
.vacs .jobdetail .searchcaption {
  display: flex;
  align-items: flex-start;
  font-size: 22px;
  flex-direction: column;
  padding-bottom: 10px;
}
.vacs .jobdetail .searchcaption label {
  color: var(--clr2);
  font-size: 18px;
  margin-bottom: 10px;
}

footer {
  background-color: #263746;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: var(--clr3);
}

@media (max-width: 767px) {
  .vac-det .searchCategs li {
    width: 100%;
  }
  .banner {
    min-height: 250px;
  }
  .banner.banner1 {
    background-image: url(../img/banner1.webp);
  }
  .banner.banner2 {
    background-image: url(../img/banner2.webp);
  }
  .a2a_svg {
    height: 28px !important;
    width: 28px !important;
    line-height: 28px !important;
  }
  .vacs {
    padding: 0;
  }
  .vacs .input-group {
    min-width: auto;
    width: 100%;
  }
  .vacs .input-group .form-control {
    width: 50%;
    margin-top: 0px;
    line-height: 30px;
  }
  .vacs .input-group .form-control.brdr-ed {
    border-radius: 0px 0.25rem 0.25rem 0px;
  }
  .vacs .input-group .form-control.brdr-st {
    border-radius: 0.25rem 0 0 0.25rem !important;
  }
  .vacs .input-group select {
    width: 100% !important;
    margin-top: 10px;
  }
  .vacs .input-group .txt-search {
    margin-top: 10px;
  }
  .vacs .input-group .btn-custom {
    min-width: unset;
    width: auto;
    margin-top: 10px;
  }
  .navbar .navbar-toggler {
    background-image: url(/img/icons/bars.svg);
  }
  .navbar .navbar-toggler.opened {
    background-image: url(/img/icons/close.svg);
  }
  .navbar .nav-item {
    color: var(--clr0);
    padding: 10px 0;
    height: auto;
  }
  .navbar .nav-item a {
    padding-left: 10px;
  }
  .navbar .nav-item.pc-only {
    display: none;
  }
  .navbar .nav-item.mb-only {
    display: flex;
  }
  .navbar .nav-item .nav-link.dropdown-toggle img {
    display: inline;
  }
  .navbar .nav-item .nav-link.dropdown-toggle .arr-up {
    display: none;
  }
  .navbar .nav-item .nav-link.dropdown-toggle.show .arr-down {
    display: none;
  }
  .navbar .nav-item .nav-link.dropdown-toggle.show .arr-up {
    display: inline;
  }
  .navbar .nav-item .nav-link img {
    float: right;
  }
  .navbar .nav-item ul.dropdown-menu {
    border: none;
  }
  .navbar .nav-item ul.dropdown-menu li a {
    padding: 10px;
  }
  .navbar .nav-item.apply-item {
    align-items: center;
  }
  .navbar .nav-item.apply-item a {
    border-left: 2px solid var(--clr1) !important;
    padding-left: 35px !important;
  }
  .bg-white a {
    color: var(--clr0);
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 10px;
  }
  .bg-white a:hover {
    color: var(--clr0);
  }
}
.btn-flat {
  border-radius: 0;
}

.vac-det h5 {
  color: var(--clr1);
}
.vac-det span {
  font-family: var(--font) !important;
}

.pagination {
  justify-content: center;
}
.pagination .page-link {
  color: var(--clr1);
}

.lnk {
  color: var(--clr1);
  text-decoration: none;
}
.lnk:hover {
  color: var(--clr3);
}

.modal-dialog .modal-content .modal-header a {
  position: relative;
  top: -30px;
  right: -5px;
}
.modal-dialog .modal-content .modal-header .modal-title {
  font-family: var(--font) !important;
  font-size: 26px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 20px auto 0px auto;
}
.modal-dialog .modal-content .modal-body .hlp-txt {
  max-height: 450px;
  overflow: auto;
}

.lower {
  text-transform: lowercase;
}

.appl-center {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right -50px;
  background-size: 750px;
}
.appl-center .appl-cntr-indx ul {
  margin-top: 50px;
  background-color: #fff;
}

.login-pg {
  min-height: 780px;
}
.login-pg .alert {
  padding-top: 10px;
  padding-bottom: 10px;
}
.login-pg .forgot-txt {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--clr3);
  font-weight: 700;
  border-bottom: #fff solid 2px;
  font-family: var(--font) !important;
  letter-spacing: 1.5px;
}
.login-pg .cl1 {
  display: none;
}
.login-pg .cl2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 340px;
}
.login-pg .cl2 .panel-title {
  margin-bottom: 80px;
}
.login-pg .cl2 .panel-title a {
  text-decoration: none;
  color: var(--clr2);
}
.login-pg .cl2 .panel-title p {
  font-size: initial;
  font-weight: initial;
  margin-top: 10px;
}
.login-pg .cl2 .form-group {
  margin-bottom: 20px;
}
.login-pg .cl2 .form-group label {
  display: none;
}

.crcl {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  text-align: center;
  padding: 2px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.social-logins ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.social-logins ul li {
  width: 30%;
  padding-right: 10px;
}
.social-logins ul li:last-child {
  padding-right: 0;
}
.social-logins .fab {
  font-size: 20px;
}
.social-logins .btn {
  width: 100%;
}

.validation-summary-errors ul {
  margin-bottom: 0;
}

.field-validation-error {
  color: rgb(170, 3, 3);
  font-size: 13px;
}

@media (max-width: 800px) {
  main .mainCont {
    margin-top: 75px;
  }
  .login-details .btn {
    width: 100%;
  }
  .login-pg {
    flex-direction: column-reverse;
    min-height: auto;
    padding: 0 10px;
  }
  .login-pg .cl2 {
    padding: 0;
  }
  .login-pg .cl2 .panel-title {
    margin-bottom: 50px;
    font-size: 32px;
  }
  .login-pg .btn {
    width: 100%;
  }
  .ver-scroll-bar {
    left: 31px;
    width: 4px;
  }
  .navbar .navbar-brand img {
    max-width: 85px;
  }
  .btn-aply {
    margin-top: 12px;
  }
  .btn-aply .btn1 {
    min-width: 170px;
    padding: 10px 20px;
  }
  .btn-aply .btn2 {
    min-width: 170px;
    padding: 10px 20px;
  }
  .navbar {
    height: 75px;
  }
  .offcanvas-collapse {
    position: fixed;
    top: 75px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 0.4rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #272727;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .offcanvas-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
}