:root {
  --size: 50px;
  --primary-blue: #0052cc;
  --primary-text: #174ea6;
}

::-webkit-scrollbar {
  width: 2px !important;
  height: 5px !important;
}

::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}

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

@font-face {
  font-family: "kalimati";
  src: url("../../font/kalimati.ttf"), url("../../font/Kalimati.woff");
}
body {
  font-family: "kalimati", sans-serif;
  color: #494747;
  background-color: #f0f1f7;
  font-size: 0.84rem;
}
body .english-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

a {
  color: #106eea;
  text-decoration: none;
}

.fw-bold {
  font-weight: 600 !important;
}

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

.btn-outline-primary {
  border-color: var(--primary-blue) !important;
}

.form-control,
.form-select {
  font-size: 0.8rem;
}

.fs-sm {
  font-size: 0.78rem !important;
}

.fs-6 {
  font-size: 0.8rem !important;
}

.fs-7 {
  font-size: 0.9rem !important;
}
@media (max-width: 996px) {
  .fs-7 {
    font-size: 0.7rem !important;
  }
}

.fsc-8 {
  font-size: 0.7rem !important;
}

.fscstatus-8 {
  font-size: 0.68rem !important;
}

.fs-8 {
  font-size: 0.6rem !important;
}
@media (max-width: 996px) {
  .fs-8 {
    font-size: 0.5rem !important;
  }
}

.form-label {
  font-weight: 600;
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
}

.card {
  border: 1px solid #e3e3e3;
  margin-bottom: 1rem;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}
.card .card-header {
  font-weight: 600;
  background-color: #fff;
  color: #0953b5;
  border: 0;
  padding: 13px 18px;
  font-size: 0.9rem;
  border-bottom: 1px solid #dedede;
}

.table {
  white-space: nowrap;
  width: 100% !important;
}
.table.table-wrap {
  white-space: revert;
}
.table th {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #e6effc;
  color: #3558b7;
  border-bottom: 1px solid #e4e4e4 !important;
  padding: 10px 12px !important;
}
.table td {
  font-size: 11.5px !important;
  color: #000 !important;
}
.table .form-control,
.table .form-select {
  min-width: 125px !important;
}

.table > :not(caption) > * > * {
  border-bottom: 1px solid #d7d7d7;
}

table.dataTable.no-footer {
  border-bottom: none;
}

.highcharts-container {
  height: 240px !important;
}

.lr-page {
  height: 100vh;
}
.lr-page .overlay-image {
  background-image: url(../img/login-img.png);
  opacity: 0.2;
}
.lr-page .login-register {
  z-index: 999;
}
.lr-page .auth.login, .lr-page .auth.reset {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .lr-page .auth.login, .lr-page .auth.reset {
    width: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .lr-page .auth.login, .lr-page .auth.reset {
    width: 35%;
  }
}
.lr-page .auth.register {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .lr-page .auth.register {
    width: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .lr-page .auth.register {
    width: 40%;
  }
}
.lr-page .auth .auth-content .auth-title {
  font-size: 1rem;
}
.lr-page .auth .auth-content .input-custom-icon .form-control,
.lr-page .auth .auth-content .input-custom-icon .form-select {
  padding: 8px;
  padding-left: 27px;
}
.lr-page .auth .auth-content .input-custom-icon i {
  position: absolute;
  z-index: 10;
  line-height: 40px;
  left: 8px;
  top: 50%;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #7d8287;
}
.lr-page .auth .auth-content .form-check-label,
.lr-page .auth .auth-content a {
  font-size: 0.8rem;
}
.lr-page .auth .auth-content a:hover {
  text-decoration: underline !important;
}
.lr-page .auth .auth-content img {
  width: 100px !important;
  height: 55px;
  object-fit: contain;
}
.lr-page .auth .auth-content .item-icons .btn {
  font-size: 0.6rem !important;
}

.navbar .logo img,
footer .logo img {
  width: 55px;
}
.navbar .logo h1,
footer .logo h1 {
  font-size: 0.8rem;
}
.navbar .nav-item .nav-link,
footer .nav-item .nav-link {
  color: #111 !important;
  font-size: 0.85rem;
  font-weight: 500;
}
.navbar .nav-item .nav-link:hover,
footer .nav-item .nav-link:hover {
  text-decoration: underline;
}
.navbar .nav-item .dropdown-menu,
footer .nav-item .dropdown-menu {
  overflow: hidden;
}
.navbar .nav-item .dropdown-menu .nav-link,
footer .nav-item .dropdown-menu .nav-link {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 10px 12px;
}
.navbar .nav-item .dropdown-menu .nav-link:hover,
footer .nav-item .dropdown-menu .nav-link:hover {
  background: rgba(0, 82, 204, 0.0392156863);
  color: #0052cc !important;
}
.navbar .nav-item .dropdown-menu .nav-link i,
footer .nav-item .dropdown-menu .nav-link i {
  font-size: 1rem;
}

.services-card:nth-child(1) .icon-box {
  background-color: #097509;
}

.services-card:nth-child(2) .icon-box {
  background-color: #999905;
}

.services-card:nth-child(3) .icon-box {
  background-color: #e3155a;
}

.services-card:nth-child(4) .icon-box {
  background-color: #232f25;
}

.services-card:nth-child(5) .icon-box {
  background-color: #8a5704;
}

.services-card:nth-child(6) .icon-box {
  background-color: #ff4500;
}

.services-card:nth-child(7) .icon-box {
  background-color: #663399;
}

.services-card:nth-child(8) .icon-box {
  background-color: #008080;
}

.services-card:nth-child(9) .icon-box {
  background-color: #800080;
}

.services-card:nth-child(10) .icon-box {
  background-color: #4682b4;
}

.services-card:nth-child(11) .icon-box {
  background-color: #ff8c00;
}

.services-card:nth-child(12) .icon-box {
  background-color: #9932cc;
}

.services-card:nth-child(13) .icon-box {
  background-color: #00ced1;
}

.services-card:nth-child(14) .icon-box {
  background-color: #0a3d2c;
}

.services-card:nth-child(15) .icon-box {
  background-color: #ff1493;
}

.services-card:nth-child(16) .icon-box {
  background-color: #a4623c;
}

.services-card:nth-child(17) .icon-box {
  background-color: #034662;
}

.services-card:nth-child(18) .icon-box {
  background-color: #f08080;
}

.featured-services .icon-box {
  padding: 0 14px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  min-height: 5rem;
}
.featured-services .icon-box .icon {
  width: 50px;
  height: 50px;
  padding: 0.4rem;
  background-color: var(--primary-blue);
  color: #fff;
}
.featured-services .icon-box img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.featured-services .icon-box .title {
  font-size: 0.98rem !important;
  color: #fff;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover .icon {
  background-color: #fff;
  color: var(--primary-blue);
}
.featured-services .icon-box:hover .title {
  color: #fff;
}
.featured-services .icon-box:hover::before {
  background: #144794;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon-box:hover img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}

.required-label:after {
  content: "*";
  color: red;
  position: relative;
  top: 0;
  margin-left: 3px;
}

.doc-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  object-fit: contain;
  background: #e1e1e1;
  margin-bottom: 10px;
  padding: 10px 0;
}

.details-view {
  height: 180px !important;
  position: relative;
  cursor: pointer;
}
.details-view:hover .fancybox::before {
  content: "Click to Preview";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  display: block;
  z-index: 1;
}

.previewdiv img,
.previewdiv object {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  background: #f6f6f6;
}

.s-custom-s {
  height: 50vh;
}

.auth-page {
  border-radius: 10px;
  overflow: hidden;
}

.w-page {
  margin-bottom: 4rem;
  border-radius: 10px;
  overflow: hidden;
}
.w-page .w-i {
  background-image: linear-gradient(177deg, #043072 100%, rgb(4, 17, 41) 100%);
  height: 100%;
}
@media screen and (max-width: 992px) {
  .w-page .w-i {
    height: 20vh;
  }
}
.w-page .w-i h2 {
  z-index: 1;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.w-page .w-i .s-title {
  background: -webkit-repeating-linear-gradient(270deg, #ffffff, #e3a5ae) !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.w-page .w-i .overlay-image {
  background-size: cover;
  background-image: url(".././img/home-slider.jpg");
  opacity: 0.3;
}

.nav-pills .nav-link {
  color: black;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 0.5rem 0.4rem;
}
.nav-pills .nav-link.active {
  background: #e8f0fe !important;
  color: var(--primary-blue);
}
.nav-pills .nav-link.active .tab-icon {
  color: var(--primary-blue);
}
.nav-pills .nav-link:hover {
  background-color: #f6f6f6;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 660px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.fvalidation {
  position: relative;
}

.documents .others .fv-plugins-icon {
  top: -3px !important;
  right: 15px !important;
}
.documents .others .file-upload .fv-plugins-icon {
  top: 145px !important;
  right: 15px !important;
}
.documents .others .cross-button {
  top: 3px;
  right: 19px;
}
.documents .fv-plugins-icon {
  top: 148px !important;
}
.documents .label-minheight {
  min-height: 41px;
}

.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label ~ .fv-plugins-icon {
  top: 19px;
}

.fv-plugins-bootstrap5 .row .fv-plugins-icon {
  right: 9px;
}

.table .fv-plugins-icon {
  right: 4px;
  top: 4px;
}

.documents .fv-plugins-icon {
  top: 186px !important;
  right: 24px !important;
}

.fv-plugins-icon {
  right: 4px;
  top: 5px;
}

.form-select.is-valid:not([multiple]):not([size]) {
  padding-right: 1.525rem;
}

.invalid-feedback {
  display: block;
}

.documents .invalid-feedback {
  padding-left: 15px;
}

.cross-button {
  position: absolute;
  top: 43px;
  right: 30px;
  background-color: #e40808;
  color: white;
  border: none;
  width: 20px;
  height: 20px;
  font-size: 12px;
  cursor: pointer;
}

.box-eng-title {
  display: none;
}

.elementor-counter {
  position: absolute;
  bottom: -17px;
}
.elementor-counter .card {
  background: linear-gradient(358deg, #0a2c62, transparent);
  border-radius: 0 !important;
}
.elementor-counter .elementor-counter-wrapper {
  text-align: center;
}
.elementor-counter .elementor-counter-wrapper .elementor-counter-number-wrapper .elementor-counter-number {
  font-size: 2.2rem;
  font-weight: 600;
  color: #dfaf55;
}
@media (max-width: 768px) {
  .elementor-counter .elementor-counter-wrapper .elementor-counter-number-wrapper .elementor-counter-number {
    font-size: 1rem;
  }
}
.elementor-counter .elementor-counter-wrapper .elementor-counter-title {
  font-weight: 700;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .elementor-counter .elementor-counter-wrapper .elementor-counter-title {
    font-size: 0.7rem;
  }
}
.elementor-counter .elementor-counter-wrapper.small .elementor-counter-number-wrapper .elementor-counter-number {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .elementor-counter .elementor-counter-wrapper.small .elementor-counter-number-wrapper .elementor-counter-number {
    font-size: 1rem;
  }
}
.elementor-counter .elementor-counter-wrapper.small .elementor-counter-title {
  font-weight: 700;
  color: #ffffff !important;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .elementor-counter .elementor-counter-wrapper.small .elementor-counter-title {
    font-size: 0.7rem;
  }
}
.elementor-counter .custom-border {
  border-right: 1px solid #dcdcde;
}
@media (max-width: 768px) {
  .elementor-counter .custom-border.third {
    border-right: none;
  }
}

.home-iframe {
  height: 789px;
}

.dropdown-menu {
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .border-sm-none {
    border: none !important;
  }
}
.fancybox[data-type=pdf] img {
  height: 100px !important;
}

.pdf-show {
  height: 100px !important;
  width: 100px !important;
}

.fancybox .zoom {
  transition: transform 0.5s ease;
  overflow: hidden;
}

.fancybox:hover .zoom {
  transform: scale(1.03);
}

.zoom {
  transition: transform 0.5s ease;
  overflow: hidden;
}
.zoom:hover {
  transform: scale(1.03);
}

.indented-paragraph {
  text-indent: 7em;
  text-align: justify;
}

.indented-paragraph span.border-dashed {
  text-indent: 0;
}

.page-break {
  page-break-after: always;
}

.photo-section {
  height: 175px;
}

.print-letter-div .table thead th {
  color: #000;
  background-color: #f6f6f6;
  font-weight: 700;
  text-transform: capitalize !important;
}
.print-letter-div .table th,
.print-letter-div .table td {
  color: #000 !important;
  border: 1px solid black !important;
  padding: 4px 8px !important;
  font-size: 0.85rem !important;
}
.print-letter-div .table .photo-section {
  height: 125px;
}
.print-letter-div .header-address {
  font-size: 1rem;
}

.print-title .title-1 {
  font-size: 1.4rem;
}
.print-title .title-2 {
  font-size: 1.3rem;
}
.print-title .title-3 {
  font-size: 1.1rem;
}
.print-title .title-4 {
  font-size: 1rem;
}

.sifaris {
  font-size: 0.85rem;
}
.sifaris .table {
  white-space: wrap;
}

.citizenship {
  line-height: 1.5;
}
.citizenship .letter-lg-text {
  font-size: 14px;
  font-weight: 600;
}
.citizenship .signature {
  width: 200px;
  height: 100px;
  border: 2px solid gray;
  font-size: 12px;
}
.citizenship .signature .left {
  border-right: 2px solid gray;
  height: 100%;
}
.citizenship .photo-paste {
  width: 100px;
  height: 100px;
  border: 2px solid gray;
  font-size: 12px;
}
.citizenship .form-box {
  border: 1px solid #d3d2d2;
}
.citizenship .form-box .left-form {
  border-right: 1px solid #d3d2d2;
  height: 100%;
  width: 50%;
}
.citizenship .form-box .right-form {
  width: 50%;
}
.citizenship .input-text {
  border-bottom: 1px dashed gray;
  width: auto;
  padding: 0 8px;
  margin: 0 8px;
  align-items: center;
}
.citizenship .input-text.custom-input-text {
  width: auto;
  display: inline-flex;
}
.citizenship .input-text.custom-input-text.short-input-text {
  width: auto;
}
.citizenship .border-dashed {
  display: inline-block;
  border-bottom: 1px dashed gray;
  text-align: center;
  padding: 0 8px;
  line-height: 1.4;
}

@media print {
  @page {
    margin: 30px 30px 20px;
  }
  body {
    background: #fff !important;
    color: #000 !important;
    margin: 0;
    position: relative;
  }
  .print-body {
    height: min-content;
  }
  .l-h-info {
    display: table-header-group;
  }
  .citizenship {
    font-size: 0.7rem;
  }
  .citizenship .signature,
  .citizenship .photo-paste {
    font-size: 9px;
  }
  .citizenship .letter-lg-text {
    font-size: 0.73rem;
  }
  .sifaris .page-break {
    padding-top: 10rem;
  }
  .sifaris .table {
    white-space: wrap;
  }
  .sifaris .table th,
  .sifaris .table td {
    color: #000 !important;
    border: 1px solid black !important;
  }
  .print-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid black;
    background: rgb(255, 255, 255);
  }
  .form-label {
    font-size: 1rem;
    margin-bottom: 0.1rem !important;
    font-weight: 500;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  #footer .footer-top {
    padding: 60px 0 30px 0;
    background: #0d4fa7;
    color: #fff;
  }
  h6 {
    font-size: 0.8rem !important;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}/*# sourceMappingURL=style.css.map */