@font-face {
  font-family: "Ooredoo-Heavy";
  src: url("/fonts/ooredoo-Heavy.otf");
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik-VariableFont_wght.ttf");
  font-weight: 300 900;
  font-style: normal;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "outfit";
  src: url("/fonts/Outfit-VariableFont_wght.ttf");
  font-weight: 300 900;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "NotoKufi";
  src: url("/fonts/NotoKufiArabic-VariableFont_wght.ttf");
  font-weight: 300 900;
  font-style: normal;
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EFD-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
html {
  --animDur: 30s;
}

:root {
  --bs-dark-rgb: 39, 39, 39;
  --clr0: #000;
  --clr1: #e9212d;
  --clr3: #221e20;
  --clr1_bg: "%23e9212d";
  --clr2: #8E9AA0;
  --clr4: #DDE0E2;
  --clr5: #0447ad;
  --clr5_gb: #0447ad;
  --font: "NotoKufi", "Rubik", sans-serif;
}

body {
  font-size: 16px;
  color: var(--clr0);
  font-family: var(--font);
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 400;
  letter-spacing: normal;
}

h1,
h2,
h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
}

main .mainCont {
  margin-top: 91px;
}
main .mainCont.main-intra {
  margin-top: 0;
}

.page-title {
  color: #333333;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 25px;
  margin-top: 15px;
}

.grp-search {
  flex-wrap: nowrap;
}

.bg-transparent {
  background-color: rgba(54, 54, 54, 0.4) !important;
}

a {
  color: var(--clr1);
  text-decoration: none;
}

.table th {
  border-bottom-color: inherit !important;
}
.table.table-hover tbody tr {
  font-weight: 600;
}
.table.table-hover tbody tr:hover {
  background-color: var(--clr3);
  color: #fff;
  transition: all 0.4s;
  --bs-table-accent-bg: none;
}
.table.table-hover tbody tr:hover a {
  color: #fff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  border-radius: 5px;
}

.form-control {
  border-radius: 5px;
}
.form-control:focus {
  box-shadow: none;
}

.input-group .form-control {
  border-radius: 5px 0px 0px 5px;
}

.to-top {
  display: none;
}
.to-top a {
  transition: all 0.4s;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: var(--clr1);
  color: #fff;
  text-align: center;
}
.to-top a i {
  position: relative;
  top: 50%;
  transform: translateY(-75%);
  transition: none !important;
}
.to-top a:hover {
  color: var(--clr1);
  background-color: #fff;
}

.banner {
  min-height: 300px;
  height: 40vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.banner h3 {
  display: none;
}
.banner.banner-intra {
  background-image: url(../img/banner-intra.gif);
  background-color: #0a3370;
  background-size: auto;
  height: 150px;
  min-height: 145px;
}
.banner.banner-intra h3 {
  display: initial;
}
.banner.banner-intra.buid_grp {
  display: none;
}
.banner.banner-intra.buid_bz {
  position: relative;
}
.banner.banner-intra.buid_bz h3 {
  position: absolute;
  font-size: 24px;
  color: #fff;
  top: 50%;
  left: 50%;
}
.banner.banner-intra.buid_ps, .banner.banner-intra.buid_qa, .banner.banner-intra.buid_ku {
  position: relative;
  background-image: url(../img/logo.gif);
  background-color: #fff;
  background-position: left center;
  background-size: 270px;
}
.banner.banner-intra.buid_ps h3, .banner.banner-intra.buid_qa h3, .banner.banner-intra.buid_ku h3 {
  position: absolute;
  font-size: 24px;
  color: #c4122f;
  top: calc(50% - 13px);
  left: 24%;
}
.banner.banner-fair {
  background-image: url(../img/ps/8100-en.webp);
  background-size: auto;
}
.banner.banner-8100-ar {
  background-image: url(../img/ps/8100-ar.webp);
}
.banner.banner-8100-en {
  background-image: url(../img/ps/8100-en.webp);
}
.banner.banner-8135-ar {
  background-image: url(../img/ps/8135-ar.webp);
}
.banner.banner-8135-en {
  background-image: url(../img/ps/8135-en.webp);
}
.banner.banner-8136-ar {
  background-image: url(../img/ps/8136-ar.webp);
}
.banner.banner-8136-en {
  background-image: url(../img/ps/8136-en.webp);
}
.banner.banner-8137-ar {
  background-image: url(../img/ps/8137-ar.webp);
}
.banner.banner-8137-en {
  background-image: url(../img/ps/8137-en.webp);
}
.banner.banner-8138-ar {
  background-image: url(../img/ps/8138-ar.webp);
}
.banner.banner-8138-en {
  background-image: url(../img/ps/8138-en.webp);
}
.banner.banner-8139-ar {
  background-image: url(../img/ps/8139-ar.webp);
}
.banner.banner-8139-en {
  background-image: url(../img/ps/8139-en.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: 600;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  min-width: 200px;
  padding: 0.875rem 1.875rem;
  border-radius: 5px;
}
.btn-custom.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.btn-custom svg {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 19px;
  left: 8px;
}
.btn-custom svg path {
  stroke: currentColor;
  fill: none;
  stroke-miterlimit: 10;
}
.btn-custom svg line {
  stroke: currentColor;
  fill: none;
  stroke-miterlimit: 10;
}
.btn-custom:hover svg .arrow-up {
  display: none;
}
.btn-custom:hover svg .arrow-down {
  display: none;
}
.btn-custom.btn1 {
  background-color: var(--clr3);
  border-radius: 5px;
  border: 2px solid var(--clr3);
}
.btn-custom.btn1:hover {
  color: #fff;
  background-color: var(--clr3);
  transition: background-color 500ms ease;
  opacity: 0.92;
  border: 2px solid var(--clr3);
}
.btn-custom.btn2 {
  background-color: var(--clr1);
  border-radius: 5px;
  border: 2px solid var(--clr1);
}
.btn-custom.btn2:hover {
  color: #fff;
  background-color: var(--clr3);
  transition: background-color 500ms ease;
  opacity: 0.92;
  border: 2px solid var(--clr3);
}
.btn-custom.brdr-ed {
  border-radius: 5px !important;
}
.btn-custom.btn-outline {
  background-color: #fff;
  border-radius: 5px;
  color: var(--clr3);
  border: var(--clr3) solid 2px;
}
.btn-custom.btn-outline.btn1 {
  color: var(--clr1);
  border: var(--clr1) solid 2px;
}
.btn-custom.btn-outline.btn1:hover {
  color: var(--clr3);
  background-color: #fff;
  border: var(--clr3) solid 2px;
}
.btn-custom.btn-outline.btn2 {
  color: var(--clr3);
  border: var(--clr3) solid 2px;
}
.btn-custom.btn-outline.btn2:hover {
  color: var(--clr1);
  background-color: #fff;
  border: var(--clr1) solid 2px;
}

h3 {
  font-weight: 700;
}

html {
  font-size: 14px;
}

.fade {
  transition: opacity 0.25s linear;
}

.vac-det h1,
.vac-det h3 {
  color: var(--clr3);
}
.vac-det h5 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.vac-det span {
  font-family: var(--font) !important;
}
.vac-det .searchCategs {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.vac-det .searchCategs li {
  width: 50%;
  display: flex;
  margin-bottom: 10px;
}
.vac-det .searchCategs li .descr {
  min-width: 150px;
  font-weight: 600;
}
.vac-det .searchCategs li .sc-val {
  font-weight: 600;
}
.vac-det .sectn span {
  line-height: initial !important;
  font-size: initial !important;
  color: var(--clr0) !important;
  font-family: var(--font) !important;
}
.vac-det .sectn .description {
  font-family: Helvetica, sans-serif !important;
}
.vac-det .sectn ul li {
  line-height: initial !important;
  font-size: initial !important;
  color: var(--clr0) !important;
  font-family: Helvetica, sans-serif !important;
}
.vac-det .brdr {
  border: 1px #ccc solid;
}

.ddlCategory .btn-light {
  background-color: white;
  border: #ccc 1px solid;
}

.top-band {
  padding: 14px 22px;
  background-color: var(--clr1);
}
.top-band h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

.ac_pages .top-band {
  display: none;
}

.site-footer {
  background-color: var(--clr0);
  color: #fff;
}
.site-footer .div-social span a {
  padding: 5px 11px;
  background-color: var(--clr1);
  color: #fff;
  transition: all 0.4s;
  font-size: 20px;
  width: 40px;
  display: inline-block;
  height: 40px;
  text-align: center;
}
.site-footer .div-social span a:hover {
  color: var(--clr1);
  background-color: #fff;
}

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

.dv-page-footer {
  display: none;
}

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

.navbar .navbar-brand {
  width: 100%;
  max-width: 200px;
}
.navbar .navbar-brand img {
  width: 100%;
}

.navbar {
  height: 91px;
  padding: 0;
  background-color: #fff;
  color: #000;
  transition: all 0.6s;
  border-bottom: 3px solid var(--clr1);
}
.navbar .nav-item {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  height: 103px;
}
.navbar .nav-item .nav-link {
  color: #000;
  font-size: 1.17em;
  font-weight: 600;
  padding: 1rem;
  line-height: 2.1em;
  transition: all 0.4s;
}
.navbar .nav-item .nav-link:hover {
  color: var(--clr1) !important;
}
.navbar .nav-item a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.navbar .nav-item a:hover {
  color: var(--clr1);
}
.navbar .nav-item a img {
  display: none;
}
.navbar .nav-item a .usr-acc {
  display: inline;
  width: 24px;
  height: 24px;
}
.navbar .nav-item a.lng {
  font-weight: 500;
}
.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 {
  color: var(--clr3);
  font-weight: 600;
}
.vacs h3 a {
  color: var(--clr3);
  text-decoration: none;
}
.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: 400;
}
.vacs .jobdetail .searchcaption {
  display: flex;
  align-items: flex-start;
  border-left: 4px solid var(--clr1);
  font-size: 18px;
  flex-direction: column;
}
.vacs .jobdetail .searchcaption label {
  color: var(--clr2);
}
.vacs select.form-control {
  width: 100%;
  min-width: max-content;
}

.txt-lnk {
  color: var(--clr1);
  font-weight: 500;
}
.txt-lnk:hover {
  color: var(--clr1);
}

.form-floating .form-control.input-validation-error {
  background-color: #f8d7da;
}

@media (max-width: 767px) {
  .vac-det .searchCategs li {
    width: 100%;
  }
  .banner {
    min-height: 250px;
    height: 30vh;
  }
  .banner.banner1 {
    background-image: url(../img/banner1.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;
  }
  .vacs .input-group .form-floating input {
    width: 100%;
  }
  .vacs select.form-control {
    max-width: 100%;
  }
  .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 {
    color: #fff;
    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: 16px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 10px;
  }
  .bg-white a:hover {
    color: var(--clr0);
  }
}
.btn-flat {
  border-radius: 5px;
}

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

.tbl-dv {
  overflow-x: auto;
}

.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: "NunitoSans", Arial, sans-serif;
  font-size: 24px;
  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 textarea.form-control {
  box-shadow: none;
}
.appl-center textarea.form-control:focus {
  box-shadow: none;
}
.appl-center .appl-cntr-indx ul {
  margin-top: 50px;
  background-color: #fff;
}
.appl-center .appl-cntr-indx ul li .crd a {
  align-items: center;
  justify-content: space-around;
}
.appl-center .appl-cntr-indx ul li .crd a .icn-pg {
  display: block !important;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.appl-center .appl-cntr-indx ul li .crd a .icn-pg.icn-apps {
  background-image: url(/img/app-cen/APPLICATION.svg);
}
.appl-center .appl-cntr-indx ul li .crd a .icn-pg.icn-alert {
  background-image: url(/img/app-cen/ALERTS.svg);
}
.appl-center .appl-cntr-indx ul li .crd a .icn-pg.icn-inbox {
  background-image: url(/img/app-cen/INBOX.svg);
}
.appl-center .appl-cntr-indx ul li .crd a .icn-pg.icn-interv {
  background-image: url(/img/app-cen/INTERVIEWS.svg);
}
.appl-center .appl-cntr-indx ul li .crd a .icn-pg.icn-offers {
  background-image: url(/img/app-cen/OFFERS.svg);
}
.appl-center .appl-cntr-indx ul li .crd a .icn-pg.icn-query {
  background-image: url(/img/app-cen/QUERIES.svg);
}
.appl-center .appl-cntr-indx ul li .crd a .icn-pg.icn-forms {
  background-image: url(/img/app-cen/FORMS.svg);
}
.appl-center .appl-cntr-indx ul li .crd a .icn-pg.icn-per-det {
  background-image: url(/img/app-cen/PERSONALDETAILS.svg);
}
.appl-center .appl-cntr-indx ul li .crd a .icn-pg.icn-refs {
  background-image: url(/img/app-cen/REFERENCES.svg);
}
.appl-center .appl-cntr-indx ul li .crd a .icn-pg.icn-fl {
  background-image: url(/img/app-cen/FILELIBRARY.svg);
}
.appl-center .appl-cntr-indx ul li .crd a .icn-pg.icn-log-det {
  background-image: url(/img/app-cen/LOGINDETAILS.svg);
}
.appl-center .appl-cntr-indx ul li .crd a .icn-pg.icn-withdr {
  background-image: url(/img/app-cen/WITHDRAW.svg);
}
.appl-center .appl-cntr-indx ul li .crd a svg {
  display: none;
}
.appl-center select.form-control {
  background-color: #fff;
  border-bottom: 2px solid var(--clr1);
}

.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(--clr1);
  font-weight: 400;
  border-bottom: #fff solid 2px;
  font-family: var(--font);
}
.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(--clr1);
}
.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;
}

.input-group-text {
  border-radius: 0px 5px 5px 0px;
}

.auth_pages .top-band {
  display: none;
}
.auth_pages .li-search {
  display: none;
}

@media (max-width: 767px) {
  .top-band h1 {
    font-size: 25px;
    font-weight: 600;
  }
}
@media (max-width: 800px) {
  main .mainCont {
    margin-top: 75px;
  }
  .login-details .btn {
    width: 100%;
  }
  .pagination {
    font-size: 20px;
  }
  .pagination .page-num {
    display: none;
  }
  .pagination .page-num.disabled {
    display: inherit;
  }
  .aply-btns {
    display: flex;
    flex-direction: column-reverse;
  }
  .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: 115px;
  }
  .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: var(--clr1);
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .offcanvas-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
  .banner.banner-intra.buid_ps {
    background-size: 120px;
  }
  .banner.banner-intra.buid_ps h3 {
    right: 0;
  }
  .appl-center .appl-cntr-indx ul {
    margin-top: 50px;
    background-color: #fff;
  }
  .appl-center .appl-cntr-indx ul li .crd a {
    align-items: center;
  }
  .appl-center .appl-cntr-indx ul li .crd a .icn-pg {
    display: block !important;
    width: 50px;
    height: 50px;
  }
}
* {
  box-sizing: border-box;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-dv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ticker-dv .cl1 {
  display: flex;
  align-items: center;
  border: 1px solid #ed1c24;
  padding: 10px;
  border-radius: 10px 0px 0px 10px;
  font-weight: 600;
}
.ticker-dv .cl2 {
  border: 1px solid #ed1c24;
  border-left: none;
  border-radius: 0px 10px 10px 0px;
}
.ticker-dv .ticker-wrap {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-dv .ticker-wrap .ticker {
  display: inline-block;
  line-height: 45px;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: var(--animDur);
  animation-duration: var(--animDur);
}
.ticker-dv .ticker-wrap .ticker .ticker__item a {
  color: #000;
  font-weight: 500;
}
.ticker-dv .ticker-wrap .ticker .ticker__item a:hover {
  color: #e9212d;
}
.ticker-dv .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.ticker-dv .ticker-wrap .ticker__item:hover {
  color: #e9212d;
}
.ticker-dv .ticker-wrap .ticker:hover {
  animation-play-state: paused;
}