@import url("https://fonts.googleapis.com/css2?family=Karla:wght@200;300;500;800&display=swap");
:root {
  /* --c-primary: #10356c; */
  --c-primary: #2b2baf;
  --c-black-lite: #979797;
}

body {
  font-family: "Karla", sans-serif;
  color: rgb(96, 96, 96);
  font-size: 14px;
  position: relative;
}
.fs-6 {
  font-size: 10px !important;
}

.fs-7 {
  font-size: 12px;
}

.fs-8 {
  font-size: 15px;
}

.text-primary {
  color: var(--c-primary) !important;
}

.bg-primary {
  background-color: var(--c-primary) !important;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control {
  line-height: 2;
}

.gradient-text {
  background: linear-gradient(to right, #293577, #3f51b5, #737fbf, #2196f3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 600;
}

.btn-danger:active,
.btn-danger:focus,
.btn-primary:active,
.btn-primary:focus,
.form-control:focus {
  box-shadow: none;
}

.l-r {
  min-height: 90vh;
}

.l-r .card-header {
  /* background: linear-gradient(#253798, #1936d2); */
  border-bottom: none;
}

.container-custom {
  width: 90%;
  margin: 0 auto;
}
/* @media screen and (max-width: 1024px) {
    .container-custom.container-custom-sm {
      width: 90% !important;
    }
  } */
.container-custom-d {
  width: 90%;
  margin: 0 auto;
}

/* carousel */

#carouselExampleCaptions .carousel-item {
  height: calc(100vh - 300px);
  background: black;
  color: white;
}

@media screen and (max-width: 992px) {
  #carouselExampleCaptions .carousel-item {
    height: calc(100vh - 600px);
  }
}

#intro .content-items {
  min-width: 200px;
  max-width: 430px;
  margin-left: 8rem;
  opacity: 0.9;
  padding: 0.5rem;
  background-color: black;
  text-align: center;
  color: white;
}

.carousel-container {
  left: 29%;
  bottom: 3rem;
}

.overlay-image {
  background-size: cover;
  background-position: center;
  /* opacity: 0.8; */
}

#slider1 {
  background-image: url("../images/sliderr.JPG");
}

#slider2 {
  background-image: url("../images/sliderr.JPG");
}

#slider3 {
  background-image: url("../images/sliderr.JPG");
}

a {
  text-decoration: none;
  color: #2264c6;
}

.list-item {
  margin-bottom: 0.5rem;
}

/* .......... */

.nav-tabs .nav-link {
  text-transform: capitalize;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #921841 !important;
  border-radius: 0px;
}

.nav-link,
.nav-link:focus,
.nav-link:hover {
  color: white;
}

/* ......... */

.heading-title {
  margin: 0 auto;
  z-index: 99;
}

body.is-home {
  background: #2460b9;
}
body aside {
  width: 250px;
}
@media screen and (max-width: 960px) {
  body aside {
    width: 100%;
  }
}
body main {
  width: calc(100% - 250px);
  padding: 20px;
  background: #ffffff;
  min-height: 90vh;
}
@media screen and (max-width: 960px) {
  body main {
    width: 100%;
  }
}

aside .nav-link {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  margin: 0 10px;
}
aside .nav-link:hover,
aside .nav-link.active {
  background: white;
  color: #084298;
  border-radius: 4px !important;
}
@media screen and (max-width: 960px) {
  aside .nav-link:hover,
  aside .nav-link.active {
    border-radius: 0 !important;
  }
}

.step-form-list {
  background: #184b97;
  margin: 0 10px;
  padding-top: 10px;
}
.step-form-list .steps .step-item .sidebar-links {
  line-height: 1;
  float: left;
  text-decoration: none;
  width: 93%;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin: 0 10px;
  padding: 10px;
}
.step-form-list .steps .step-item .sidebar-links:hover,
.step-form-list .steps .step-item .sidebar-links.active {
  background: white;
  color: #084298;
  border-radius: 4px !important;
}
.step-form-list .steps .step-item.active .sidebar-links {
  background: white;
  color: #084298;
  border-radius: 4px !important;
}

/* ..login and register */
.completed,
.incompleted {
  position: relative;
}
.completed::after,
.incompleted::after {
  content: "\f26a";
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 14.5px;
  font-size: 0.8rem;
}

.incompleted::after {
  content: "\f332";
  color: red;
}

.login,
.register,
.reset-email {
  background: #0f213c;
  position: relative;
  min-height: 90.9vh;
}
.login:after,
.register:after,
.reset-email:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url("../img/photo-1571260899304-425eee4c7efc.webp");
  opacity: 0.2;
  background-size: cover;
}
.login .rgstr,
.login .lgn,
.login .reset,
.register .rgstr,
.register .lgn,
.register .reset,
.reset-email .rgstr,
.reset-email .lgn,
.reset-email .reset {
  min-height: 90vh;
  padding: 30px;
}
.login .rgstr form,
.login .lgn form,
.login .reset form,
.register .rgstr form,
.register .lgn form,
.register .reset form,
.reset-email .rgstr form,
.reset-email .lgn form,
.reset-email .reset form {
  width: 390px;
  z-index: 1;
}
.login .rgstr form .form-check-label,
.login .rgstr form a,
.login .lgn form .form-check-label,
.login .lgn form a,
.login .reset form .form-check-label,
.login .reset form a,
.register .rgstr form .form-check-label,
.register .rgstr form a,
.register .lgn form .form-check-label,
.register .lgn form a,
.register .reset form .form-check-label,
.register .reset form a,
.reset-email .rgstr form .form-check-label,
.reset-email .rgstr form a,
.reset-email .lgn form .form-check-label,
.reset-email .lgn form a,
.reset-email .reset form .form-check-label,
.reset-email .reset form a {
  font-size: 0.9rem;
}
.login .rgstr .r-l,
.login .lgn .r-l,
.login .reset .r-l,
.register .rgstr .r-l,
.register .lgn .r-l,
.register .reset .r-l,
.reset-email .rgstr .r-l,
.reset-email .lgn .r-l,
.reset-email .reset .r-l {
  z-index: 1;
}
.login .rgstr .r-l a,
.login .lgn .r-l a,
.login .reset .r-l a,
.register .rgstr .r-l a,
.register .lgn .r-l a,
.register .reset .r-l a,
.reset-email .rgstr .r-l a,
.reset-email .lgn .r-l a,
.reset-email .reset .r-l a {
  color: #2a9ced;
}

.s-custom-s {
  height: 50vh;
}
@media screen and (max-width: 992px) {
  .s-custom-s {
    height: auto;
  }
}

.w-page .w-i {
  background-color: black;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .w-page .w-i {
    height: 30vh;
  }
}
.w-page .w-i h1,
.w-page .w-i .btn {
  z-index: 1;
}
.w-page .w-i .overlay-image {
  background-size: cover;
  background-image: url("../img/photo-1571260899304-425eee4c7efc.webp");
  opacity: 0.3;
}
.w-page ol li {
  margin-bottom: 0.2rem;
  text-align: justify;
}

/* ...faq.. */
.accordion .accordion-button:hover {
  background-color: rgba(245, 243, 242, 0.6509803922);
}
.accordion .accordion-button:focus {
  border-color: white;
  outline: 0;
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #0d6efd;
  box-shadow: none;
}
.accordion .accordion-body {
  background-color: whitesmoke;
}

.table {
  border-collapse: collapse;
}
.table thead th,
.table thead td {
  font-weight: normal;
  text-transform: uppercase;
  color: var(--c-black-lite);
}
.table th,
.table td {
  font-size: 14px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .table th,
  .table td {
    white-space: nowrap;
  }
}
.table th input,
.table td input {
  border: none;
  border-radius: 0;
  font-weight: 300;
  border-bottom: 1px solid;
}

.f-admin {
  position: fixed;
  bottom: 0;
  background: #f3f3f3;
  width: calc(100% - 250px);
  margin-left: -20px;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  .f-admin {
    width: 100%;
  }
}

.table > :not(:first-child) {
  border-top: 1px solid #ccc !important;
}

.select2-container--default.select2-container .select2-selection--single,
.select2-container--default.select2-container .select2-selection__arrow {
  height: 34px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.4;
}

.mh-sv {
  min-height: 54.6vh;
}

.breadcrumb {
  display: none;
}

iframe img {
  max-height: 160px !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

.sid-nav {
  background: white;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px 0;
}
.sid-nav a {
  padding: 15px;
  float: left;
  width: 100%;
  line-height: 1;
  border-left: 4px solid transparent;
  color: black;
  font-size: 14px;
}
.sid-nav a.active {
  background: #fdfdfd;
  border-color: #184b97;
  color: #184b97;
}

.form-select,
.form-control {
  font-size: 13px;
}

.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.overlay-bg {
  opacity: 0.3;
  background: black;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.overlay-content {
  position: fixed;
  z-index: 99;
  height: 600px;
  width: 50%;
  top: 10% !important;
  left: 25%;
  margin: 0 auto;
  opacity: 1;
  background: white;
}
.overlay-content img {
  height: 544px;
  -o-object-fit: contain;
  object-fit: contain;
  background: #ccc;
}
.overlay-content embed {
  width: 100%;
  background: black;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.overlay-content a {
  text-decoration: none;
  float: left;
  font-size: 14px;
}
.overlay-content a h3 {
  line-height: 2;
  margin: 0;
  padding: 10px;
  color: #0d6efd;
  font-size: 18px;
}
.overlay-content .close-btn {
  top: 0px;
  position: absolute;
  right: 13px;
  color: #dc1f1f;
  border: none;
  font-size: 2rem;
  background: none;
}

.is-notification {
  min-width: 300px;
}
.is-notification .not-user-icon {
  width: 40px;
  height: 40px;
}
.is-notification .not-info {
  font-size: 13px;
  flex: 1;
}

.is-new {
  background: #f3f8fc;
  border-left: 2px solid #3499ec;
}

.i-noftif .dropdown-toggle:after {
  display: none;
}
.i-noftif.has-notification {
  position: relative;
}
.i-noftif.has-notification .dropdown-toggle:before {
  content: "";
  background: red;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  right: -1px;
}

.nav-pills {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.nav-pills .nav-link.active,
.nav-pills .nav-pills .show > .nav-link {
  background-color: #2460b9;
}

.doc-prev {
  margin-bottom: 1.5rem;
}
.doc-prev img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.doc-image {
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  background: rgba(228, 228, 228, 0.6196078431);
}

.label-min-height {
  min-height: 58px;
}

.d-main {
  min-height: 50vh;
} /*# sourceMappingURL=style.css.map */

.btn-s {
  border-radius: 0px;
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
}

.s-right .gov-img {
  height: 280px;
}

.staff-img img {
  height: 155px;
  width: 140px;
  object-fit: contain;
}

.h-msg {
  left: 40%;
  top: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  color: white;
  background-color: #7f7fe2;
}

a {
  text-decoration: none;
  color: #2264c6;
}

.list-item {
  margin-bottom: 0.5rem;
}

/* .support{
  position: fixed;
  bottom: 7%;
  right: 1%;
  padding: 1rem;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 1.2rem;
}

.support:hover{
  background-color: 80808014  !important;
} */

.m-register-btn {
  top: 9px;
  right: 9px;
  font-size: 0.6rem;
}

.footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0rem !important;
}

.footer-links ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50;
  flex: 0 0 50;
  width: 50%;
  /* float: left; */
  margin-top: 2px;
  padding: 0 15px;
}

.Message {
  font-size: 12.5px;
}
