:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #15B9D9;
  --bs-secondary: #EFA286;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #FAF9FB;
  --bs-dark: #202135;
  --bs-font-sans-serif: "Roboto", Sans-serif !important;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
*::before,
*::after {
  box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  /* text-align: justify; */
  font-weight: 400;
  line-height: 1.5;
  /*color: #8d8d8d;*/
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
  scroll-behavior: smooth;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25
}

hr:not([size]) {
  height: 1px
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  /* margin-top: 0; */
  margin-bottom: 0.5rem;
  /* font-family: "Roboto", Sans-serif !important; */
  font-weight: 500;
  line-height: 1.2;
  color: #202135
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.5rem
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2rem !important;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.75rem
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {

  h4,
  .h4 {
    font-size: 1.5rem
  }
}

h5,
.h5 {
  font-size: 1.25rem
}

h6,
.h6 {
  font-size: 1rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ol,
ul {
  padding-left: 2rem
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small,
.small {
  font-size: 0.875em
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

a {
  color: #044d94;
  text-decoration: none
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 10px
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700
}

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom;
  border-collapse: collapse
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

thead,
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: "Roboto", Sans-serif !important;
  font-size: inherit;
  line-height: inherit
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

select:disabled {
  opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
  display: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit
}

@media(min-width: 1200px) {
  legend {
    font-size: 1.5rem
  }
}

legend+* {
  clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  font: inherit
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

iframe {
  border: 0
}

summary {
  display: list-item;
  cursor: pointer
}

progress {
  vertical-align: baseline
}

[hidden] {
  display: none !important
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 600;
  line-height: 1.2
}

@media(min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 600;
  line-height: 1.2
}

@media(min-width: 1200px) {
  .display-3 {
    font-size: 4rem
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 600;
  line-height: 1.2
}

@media(min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 600;
  line-height: 1.2
}

@media(min-width: 1200px) {
  .display-5 {
    font-size: 3rem
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  line-height: 1.2
}

@media(min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.blockquote>:last-child {
  margin-bottom: 0
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto
}

@media(min-width: 576px) {


  .container {
    max-width: 540px
  }
}

@media(min-width: 768px) {


  .container {
    max-width: 720px
  }
}

@media(min-width: 992px) {


  .container {
    max-width: 960px
  }
}

@media(min-width: 1200px) {


  .container {
    max-width: 1140px
  }
}

@media(min-width: 1400px) {


  .container {
    max-width: 1320px
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y)*-1);
  margin-right: calc(var(--bs-gutter-x)/-2);
  margin-left: calc(var(--bs-gutter-x)/-2)
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/2);
  padding-left: calc(var(--bs-gutter-x)/2);
  margin-top: var(--bs-gutter-y)
}

.col {
  flex: 1 0 0%
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%
}

.col-6 {
  flex: 0 0 auto;
  width: 50%
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%
}

.col-12 {
  flex: 0 0 auto;
  width: 100%
}

.offset-1 {
  margin-left: 8.3333333333%
}


.gx-0 {
  --bs-gutter-x: 0
}

.g-2 {
  --bs-gutter-x: 0.5rem
}

.g-2 {
  --bs-gutter-y: 0.5rem
}

.g-3 {
  --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem
}

.g-4 {
  --bs-gutter-y: 1.5rem
}

.g-5 {
  --bs-gutter-x: 3rem
}

.g-5 {
  --bs-gutter-y: 3rem
}

@media(min-width: 576px) {

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }
}

@media(min-width: 768px) {

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%
  }
}

@media(min-width: 992px) {

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }
}

@media(min-width: 1200px) {

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #8D8D8D;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #8D8D8D;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #8D8D8D;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #8d8d8d;
  vertical-align: top;
  border-color: #dee2e6
}

.table>:not(caption)>*>* {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
  vertical-align: inherit
}

.table>thead {
  vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: currentColor
}

.table-bordered>:not(caption)>* {
  border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
  border-width: 0 1px
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color)
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.form-text {
  margin-top: .25rem;
  font-size: 0.875em;
  color: #6c757d
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8d8d8d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .form-control {
    transition: none
  }
}

.form-control[type=file] {
  overflow: hidden
}

.form-control[type=file]:not(:disabled):not(:-moz-read-only) {
  cursor: pointer
}

.form-control[type=file]:not(:disabled):not(:read-only) {
  cursor: pointer
}

.form-control:focus {
  color: #8d8d8d;
  background-color: #fff;
  border-color: #8adcec;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(21, 185, 217, .25)
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-moz-read-only {
  background-color: #e9ecef;
  opacity: 1
}

.form-control:disabled,
.form-control:read-only {
  background-color: #e9ecef;
  opacity: 1
}

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: .75rem;
  color: #8d8d8d;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none
  }
}

.form-control:hover:not(:disabled):not(:-moz-read-only)::file-selector-button {
  background-color: #dde0e3
}

.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
  background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: .75rem;
  color: #8d8d8d;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none
  }
}

.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
  background-color: #dde0e3
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: .25rem .5rem;
  font-size: 0.875rem;
  border-radius: 10px
}

.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: .5rem
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px)
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px)
}

.form-floating {
  position: relative
}

.form-floating>.form-control {
  height: calc(3.5rem + 2px);
  padding: 1rem .75rem
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0);
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .form-floating>label {
    transition: none
  }
}

.form-floating>.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control::placeholder {
  color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:not(:-moz-placeholder)~label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0
}

.input-group>.form-control:focus {
  z-index: 3
}

.input-group .btn {
  position: relative;
  z-index: 2
}

.input-group .btn:focus {
  z-index: 3
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8d8d8d;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 10px
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #8d8d8d;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .375rem .75rem;
  font-size: 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #8d8d8d
}


.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(21, 185, 217, .25)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65
}

.btn-primary {
  color: #000;
  background-color: #15b9d9;
  border-color: #15b9d9
}

.btn-primary:hover {
  color: #000;
  background-color: #38c4df;
  border-color: #2cc0dd
}


.btn-primary:focus {
  color: #000;
  background-color: #38c4df;
  border-color: #2cc0dd;
  box-shadow: 0 0 0 .25rem rgba(18, 157, 184, .5)
}


.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #000;
  background-color: #44c7e1;
  border-color: #2cc0dd
}


.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(18, 157, 184, .5)
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #000;
  background-color: #15b9d9;
  border-color: #15b9d9
}

.btn-secondary {
  color: #000;
  background-color: #efa286;
  border-color: #efa286
}

.btn-secondary:hover {
  color: #000;
  background-color: #f1b098;
  border-color: #f1ab92
}


.btn-secondary:focus {
  color: #000;
  background-color: #f1b098;
  border-color: #f1ab92;
  box-shadow: 0 0 0 .25rem rgba(203, 138, 114, .5)
}


.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #f2b59e;
  border-color: #f1ab92
}


.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(203, 138, 114, .5)
}

.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #000;
  background-color: #efa286;
  border-color: #efa286
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720
}


.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}


.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720
}


.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-warning:disabled,
.btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37
}


.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}


.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834
}


.btn-danger:active:focus,
.btn-danger.active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger:disabled,
.btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-light {
  color: #000;
  background-color: #faf9fb;
  border-color: #faf9fb
}

.btn-light:hover {
  color: #000;
  background-color: #fbfafc;
  border-color: #fbfafb
}


.btn-light:focus {
  color: #000;
  background-color: #fbfafc;
  border-color: #fbfafb;
  box-shadow: 0 0 0 .25rem rgba(213, 212, 213, .5)
}


.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #fbfafc;
  border-color: #fbfafb
}


.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(213, 212, 213, .5)
}

.btn-light:disabled,
.btn-light.disabled {
  color: #000;
  background-color: #faf9fb;
  border-color: #faf9fb
}

.btn-dark {
  color: #fff;
  background-color: #202135;
  border-color: #202135
}

.btn-dark:hover {
  color: #fff;
  background-color: #1b1c2d;
  border-color: #1a1a2a
}


.btn-dark:focus {
  color: #fff;
  background-color: #1b1c2d;
  border-color: #1a1a2a;
  box-shadow: 0 0 0 .25rem rgba(65, 66, 83, .5)
}


.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1a2a;
  border-color: #181928
}


.btn-dark:active:focus,
.btn-dark.active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(65, 66, 83, .5)
}

.btn-dark:disabled,
.btn-dark.disabled {
  color: #fff;
  background-color: #202135;
  border-color: #202135
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: 10px
}

.fade {
  transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}


.dropdown {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #8d8d8d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 10px
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #15b9d9
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #15b9d9;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none
  }
}

.nav-link:hover,
.nav-link:focus {
  color: #1194ae
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center
}

.nav-fill .nav-item .nav-link {
  width: 100%
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    z-index: 10000;
}

.navbar>.container,
.navbar>.container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  transition: box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none
  }
}

.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem
}

@media(min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .55);
  border-color: rgba(0, 0, 0, .1)
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border: 1px solid #2a3855; */
  border-radius: 10px
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px
}

.card>.card-header+.list-group {
  border-top: 0
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem
}

.card-title {
  margin-bottom: .5rem
}

.card-text:last-child {
  margin-bottom: 0
}

.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: 9px 9px 0 0
}


.card-img-top {
  width: 100%
}


.card-img-top {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #8d8d8d;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media(prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none
  }
}

.accordion-button:not(.collapsed) {
  color: #13a7c3;
  background-color: #e8f8fb;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2313a7c3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg)
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238D8D8D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none
  }
}

.accordion-button:hover {
  z-index: 2
}

.accordion-button:focus {
  z-index: 3;
  border-color: #8adcec;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(21, 185, 217, .25)
}

.accordion-header {
  margin-bottom: 0
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px
}

.accordion-item:not(:first-of-type) {
  border-top: 0
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px
}

.accordion-body {
  padding: 1rem 1.25rem
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/")
    /* rtl: var(--bs-breadcrumb-divider, "/") */
}

.breadcrumb-item.active {
  color: #6c757d
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px
}

.alert-dismissible {
  padding-right: 3rem
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 10px
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #15b9d9;
  transition: width .6s ease
}

@media(prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 5px
}

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  margin-bottom: 0.5rem;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .125);
  /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
  transition: background-color 0.3s ease;
}

.list-group-item:hover {
  background-color: #105c86;
}

.list-group-item a {
  transition: color 0.3s ease;
}

.list-group-item:hover a {
  color: #fff !important;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #15b9d9;
  border-color: #15b9d9
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.list-group-item a {
  display: flex;
  width: 100%;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 10px;
  opacity: .5
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(21, 185, 217, .25);
  opacity: 1
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  z-index: 10000000000000;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid rgba(0, 0, 0, .2); */
  border-radius: 0px;
  outline: 0
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px
}

.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -0.5rem -0.5rem -0.5rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  /* padding: 1rem */
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px
}

.modal-footer>* {
  margin: .25rem
}

@media(min-width: 576px) {
  .modal-dialog {
    /* max-width: 800px; */
    margin: 1.75rem auto
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }
}

@media(min-width: 992px) {

  .modal-lg {
    max-width: 800px
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item.active {
  display: block
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease
}

@media(prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: .25em solid currentColor;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: .75s linear infinite spinner-border
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

@media(prefers-reduced-motion: reduce) {

  .spinner-border {
    animation-duration: 1.5s
  }
}

.ratio {
  position: relative;
  width: 100%
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.d-inline {
  display: inline !important
}

.d-block {
  display: block !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

.d-none {
  display: none !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.position-relative {
  position: relative !important
}

.position-fixed {
  position: fixed !important
}

.top-0 {
  top: 0 !important
}

.top-50 {
  top: 50% !important
}

.start-50 {
  left: 50% !important
}

.translate-middle {
  transform: translate(-50%, -50%) !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-primary {
  border-color: #15b9d9 !important
}

.border-warning {
  border-color: #ffc107 !important
}

.border-2 {
  border-width: 2px !important
}

.border-4 {
  border-width: 4px !important
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.h-50 {
  height: 10% !important
}

.h-100 {
  height: 100% !important
}

.vh-100 {
  height: 100vh !important
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.gap-2 {
  gap: .5rem !important
}

.gap-4 {
  gap: 1.5rem !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.align-items-center {
  align-items: center !important
}

.m-0 {
  margin: 0 !important
}

.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.me-0 {
  margin-right: 0 !important
}

.me-2 {
  margin-right: .5rem !important
}

.me-3 {
  margin-right: 1rem !important
}

.me-4 {
  margin-right: 1.5rem !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.ms-4 {
  margin-left: 1.5rem !important
}

.ms-auto {
  margin-left: auto !important
}

.ms-n1 {
  margin-left: -0.25rem !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.ptb-3 {
  padding-top: 3rem !important;
  padding-bottom: 1rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 3rem !important
}

.pe-3 {
  padding-right: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 3rem !important
}

.ps-1 {
  padding-left: .25rem !important
}

.ps-3 {
  padding-left: 1rem !important
}

.ps-4 {
  padding-left: 1.5rem !important
}

.ps-5 {
  padding-left: 3rem !important
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important
}

.fs-5 {
  font-size: 1.25rem !important
}

.fs-6 {
  font-size: 1rem !important
}

.fw-bold {
  font-weight: 700 !important
}

.text-start {
  text-align: left !important
}

.text-center {
  text-align: center !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-primary {
  color: #15b9d9 !important
}

.text-secondary {
  color: #efa286 !important
}

.text-success {
  color: #198754 !important
}

.text-danger {
  color: #dc3545 !important
}

.text-light {
  color: #faf9fb !important
}

.text-dark {
  color: #202135 !important
}

.text-white {
  color: #fff !important
}

.text-muted {
  color: #6c757d !important
}

.bg-primary {
  background-color: #15b9d9 !important
}

.bg-light {
  background-color: #faf9fb !important
}

.bg-dark {
  background-color: #202135 !important
}

.bg-white {
  background-color: #fff !important
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important
}

.rounded {
  border-radius: 10px !important
}

.rounded-0 {
  border-radius: 0 !important
}

.rounded-1 {
  border-radius: 5px !important
}

.rounded-2 {
  border-radius: 10px !important
}

.rounded-3 {
  border-radius: 10px !important
}

.rounded-pill {
  border-radius: 50rem !important
}

.visible {
  visibility: visible !important
}

@media(min-width: 576px) {

  .d-sm-none {
    display: none !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }
}

@media(min-width: 768px) {

  .mt-md-4 {
    margin-top: 1.5rem !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .text-md-end {
    text-align: right !important
  }
}

@media(min-width: 992px) {

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .mt-lg-0 {
    margin-top: 0 !important
  }

  .mb-lg-0 {
    margin-bottom: 0 !important
  }

  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .ps-lg-5 {
    padding-left: 3rem !important
  }

  .text-lg-start {
    text-align: left !important
  }

  .text-lg-end {
    text-align: right !important
  }
}

@media(min-width: 1200px) {

  .fs-2 {
    font-size: 2rem !important
  }

  .fs-3 {
    font-size: 1.75rem !important
  }

  .fs-4 {
    font-size: 1.5rem !important
  }
}

.of-c {
  -o-object-fit: cover;
  object-fit: cover;
}

.mw-900 {
  max-width: 900px;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
}

.btn {
  font-weight: 600;
  transition: .5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50%;
}

.btn.btn-light {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
  box-shadow: inset 300px 0 0 0 var(--bs-primary);
  color: var(--bs-light) !important;
}

.section-title {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.section-title .sub-style {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.section-title .sub-style::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-left: -100px;
  border: 1px solid var(--bs-primary) !important;
}

.section-title .sub-style::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: 5px;
  margin-left: -50px;
  border: 1px solid var(--bs-primary) !important;
}

.sub-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.sub-title::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-right: -100px;
  border: 1px solid var(--bs-primary) !important;
}

.sub-title::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: 8px;
  margin-right: -50px;
  border: 1px solid var(--bs-primary) !important;
}

.navbar-light .navbar-nav .nav-link {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  margin-right: 23px;
  padding: 25px 0;
  color: var(--bs-dark) !important;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
  max-height: 75px !important;
  transition: .5s;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    left: -100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: .5s;
    opacity: 0;
  }
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light) !important;
  transition: .5s;
  opacity: 1;
}

@media (max-width: 991.98px) {

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #DDDDDD;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--bs-dark) !important;
  }

  .navbar-light .navbar-brand img {
    max-height: 60px;
  }
}

@media (min-width: 992px) {
  .navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    z-index: 999;
  }

  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: var(--bs-primary);
    transition: .5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: calc(100% - 2px);
    left: 1px;
  }
}


.bg-breadcrumb {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/lab5.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-breadcrumb .breadcrumb-item a {
  color: var(--bs-white) !important;
}

.about .about-img {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
}

.about .about-img .about-experience {
  position: absolute;
  top: 125px;
  left: -100px;
  transform: rotate(-90deg);
  background: transparent;
  color: var(--bs-primary);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
}

.feature .feature-item {
  position: relative;
  display: flex;
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
  background: var(--bs-light);
  transition: 0.5s;
}

.feature .feature-item::before {
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: 0.5s;
}

.feature .feature-item:hover::before {
  width: 100%;
  background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
  display: inline-flex;
  border-radius: 10px;
  transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
  position: relative;
  z-index: 2;
}

.feature .feature-item:hover .feature-content {
  position: relative;
  color: var(--bs-white);
  z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
  color: var(--bs-dark);
}

.appointment {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.appointment .appointment-form {
  background: rgba(239, 162, 134, 0.3);
}

.appointment .appointment-form .btn.btn-primary {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
  box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

.video {
  position: relative;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.team .team-item .team-content {
  color: var(--bs-primary);
  transition: 0.5s;
}

.team .team-item .team-content h5 {
  color: var(--bs-secondary);
  transition: 0.5s;
}

.team .team-item:hover .team-content h5 {
  color: var(--bs-dark);
}

.team .team-item:hover .team-content {
  background: var(--bs-primary);
  color: var(--bs-white);
}

/* 
.testimonial {
  background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/carousel-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.testimonial .section-title {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.testimonial .section-title .sub-style {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.testimonial .section-title .sub-style::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-left: -100px;
  border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-style::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: 5px;
  margin-left: -50px;
  border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.testimonial .section-title .sub-title::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-right: -100px;
  border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: 8px;
  margin-right: -50px;
  border: 1px solid var(--bs-white) !important;
} */

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: 0.5s;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
  transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
  background: rgba(21, 185, 217, .5);
}

.blog .blog-item .blog-centent {
  background: var(--bs-light);
  border: 1px solid var(--bs-primary);
  border-top: 0;
}

.contact {
  background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/carousel-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.contact .section-title {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.contact .section-title .sub-style {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.contact .section-title .sub-style::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-left: -100px;
  border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-style::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: 5px;
  margin-left: -50px;
  border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.contact .section-title .sub-title::before {
  content: "";
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 8px;
  margin-right: -100px;
  border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: 8px;
  margin-right: -50px;
  border: 1px solid var(--bs-white) !important;
}

.footer {
  background: #105C86;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-body);
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  letter-spacing: 2px;
  color: var(--bs-primary);
}

/* .copyright {
  background: var(--bs-dark) !important;
} */

a.rounded-circle:hover {
  background-color: #105C86 !important;
  color: white;
}

.ml-5 {
  margin-left: 5rem !important;
}

.text-justify {
  text-align: justify;
}

.f-su {
  font-family: "Roboto", Sans-serif !important;
}

.font-ccg {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  ;
}

.d-blue {
  color: #003a66;
  font-size: 19px;
}

.font-15 {
  font-size: 16px;
}

/* For Gallery */

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  gap: 10px;
  padding: 2rem;
}

img {
  max-width: 100%;
}


@media (max-width: 480px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

.bg-orange {
  background-color: #FF7D24 !important;
}

.bg-blue {
  background-color: #2a3855 !important;
}

.blue {
  color: #2a3855 !important;
}

.li-none {
  list-style: none;
}

.black {
  color: black !important;
  font-size: 18px;
}

.bg-grey {
  background-color: #e0e0e0;
}

.sticky {
  position: sticky;
  top: 20px !important;
  bottom: 0px;
}

input {
  border-radius: 0px !important;
}

.br-0 {
  border-radius: 0px !important;
}

.br-blue {
  border: 1px solid #2a3855;
}

.bg-blue {
  background: #2a3855;
}

.mt-n10 {
  margin-top: -10px;
}

.seoTitle {
  text-align: center;
  background-image: linear-gradient(120deg, #183369 0%, #1e8dc5 100%) !important;
  color: whitesmoke;
  border-radius: 5px;
  font-size: 30px;
  font-weight: bold;
}

.seoStandard {
  text-align: center;
  background: linear-gradient(120deg, #183369 0%, #1e8dc5 100%) !important;
  color: whitesmoke;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
}

.ml-20px {
  margin-left: -20px;
}

.ml-10 {
  margin-left: 10px;
}

@media (max-width: 576px) {

  .section-title .pe-3 {
    padding-right: unset !important;
  }

  .footprint {
    font-size: calc(1rem + 0.3vw) !important;
  }

  .sub-title::before {
    margin-right: unset !important;
    display: none;
  }

  .sub-title::after {
    margin-right: unset !important;
    display: none;
  }

  .section-title .sub-style::after {
    display: none;
  }

  .section-title .sub-style::before {
    display: none;
  }
}

.slick-next {
  font-size: 0;
  line-height: 0;
  position: unset !important;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.family {
  font-family: Aleo;
}

.technical {
  letter-spacing: 0px;
  line-height: 1;
  font-size: 13px;
}

.trust {
  box-shadow: 0px 0px 2px 7px rgba(255, 255, 255, 1);
  border-radius: 9px 9px 0px 9px;
}

.mt5 {
  margin-top: 5rem;
}

.bg-g {
  background-image: linear-gradient(120deg, #183369 0%, #1e8dc5 100%) !important;
}

.yellow {
  color: #FF7D24 !important;
}

.font-24 {
  font-size: 24px !important;
}

.form-group input {
  color: #2a3855;
  outline: none;
  border: 1px solid;
  padding: 10px;
  width: 100%;
}

.contact-buttons {
  position: fixed;
  right: 10px;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  z-index: 999;
}

.contact-buttons a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #105c86de;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}


.cc-calto-action-ripple {
  animation: rippleEffect 0.6s linear infinite;
}

@keyframes rippleEffect {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .contact-buttons a {
    width: 40px;
    height: 40px;
  }

  .contact-buttons img,
  .contact-buttons i {
    max-width: 50%;
    max-height: 50%;
  }
}

/* 
.testimonial {
  border-right: 4px solid #2a3d7d;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #2a3855;
  line-height: 25px;
  margin-bottom: 15px;
}

.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2a3855;
  margin: 0;
}

.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #2a3855;
} */

.rating {
  margin-top: 10px;
}

.star {
  font-size: 27px;
  color: #ccc;
}

.star.filled {
  color: #f39c12;
}

.stickynew {
  position: sticky;
  top: 0px;
}


@media only screen and (max-width: 767px) {
  /* .testimonial {
    padding: 20px;
    text-align: center;
  }

  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  } */

  .newsoff {
    display: none;
  }

  .listnone {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0px !important;
  }

  .mt-0 {
    margin-top: 0px !important;
  }
}

.ticker-container {
  /* background: linear-gradient(120deg, #1e8dc5, #183369); */
  overflow: hidden;
  white-space: nowrap;
  /* padding: 10px 0; */
  /* background-color: #e4e6ec; */
}

.ticker-container:hover .ticker-content {
  animation-play-state: paused;
}

.ticker-content {
  display: inline-flex;
  align-items: center;
  animation: scroll 30s linear infinite;
  padding-left: 100%;
  gap: 64px;
  height: 100%;
  color: #105c86;
  /* margin-top: 8px; */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.blinking-bell {
  animation: blink 1s infinite;
  font-size: 1.5rem;
  margin-top: -10px;
  color: orange;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.events {
  /* background: linear-gradient(120deg, #183369, #1e8dc5); */
  padding: 0.6rem;
  background-color: #105c86;
  font-size: 1.2rem;
}

.events img {
  width: 2.6rem;
}

span.news-ticker-title {
  font-size: 18px;
}

.text-color-ticker {
  /* color: #fff; */
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
}

.new-ticker-img {
  /* margin-left: 10px; */
  width: 60px;
  vertical-align: middle;
}

.search-title {
  color: #042d6a;
  font-weight: 700;
}

.search-input {
  width: 75%;
  border-radius: 0.25rem;
  font-size: 1.25rem;
}

.search-results {
  position: relative;
  top: -48px;
  max-width: 74%;
  margin-left: 13%;
  display: block;
  z-index: 100;
  background: #fff;
  overflow-y: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-height: 250px;
}

.results-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0 !important;
}

.results-list li {
  list-style-type: none;
  text-align: start;
  padding: 8px;
  transition: .4s;
  background-color: #f7f9fb;
  cursor: pointer;
}

.results-list li:hover {
  background-color: #e2e6ea;
}

.sectionClass {
  position: relative;
  display: block;
  background-color: #105C86;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.projectFactsWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px 30px;
  text-align: center;
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
  padding-left: 18px;
  margin-top: -8px;
}

.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

.projectFactsWrap .item:hover span {
  background: white;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }

  .desktop-header {
    position: static;
    top: auto;
    left: auto;
  }

  .text-wrapper h4 {
    font-size: 2.25rem;
  }

  .responsive-button button {
    font-size: 1.2rem;
    padding: 1rem 2rem;
  }
}

.card {
  /*min-height: 380px;*/
  transition: transform 0.3s, box-shadow 0.3s;
}

img.rounded-circle {
  width: 100px !important;
  height: 100px;
  display: inline !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.ml-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 300px;
}

#inter-audit .item {
  margin-right: 20px;
  margin-right: 20px;
}

.w40 {
  width: 40px;
}

.trusted {
  width: 180px;
  height: 91px;
  -o-object-fit: contain;
  object-fit: contain;
}

.visibility {
  visibility: visible;
}

.assistance {
  background-size: cover;
  background-position: center;
  min-height: 50vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 1rem;
}

.text-wrapper h4 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.responsive-button button {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
}

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

.two h1 {
  text-transform: capitalize;
}

.two h1 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}

.bg-breadcrumb {
  padding: 140px 0 0px 0;
}

.marquee-container {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.marquee-content {
  position: absolute;
  width: 93%;
  animation: scroll-up 25s linear infinite;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.sidebar {
  height: 100%;
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #111;
  padding-top: 20px;
  transition: width 0.3s;
}

.sidebar a {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
  transition: background-color 0.3s;
}

.sidebar a:hover {
  background-color: #575757;
}

.content {
  margin-left: 260px;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .sidebar {
    width: 0;
    overflow-x: hidden;
  }

  .submission {
    width: 25% !important;
  }

  svg {
    display: none;
  }

  .sidebar a {
    text-align: center;
    padding: 10px;
  }

  .content {
    margin-left: 0;
  }
}



.col-md-3 {
  color: white;
  padding: 20px;
  border-radius: 8px;
}

.col-md-3 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.col-md-3 ul li {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 3px !important;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.col-md-3 ul li:hover {
  background-color: #6c757d;
  transform: scale(1.05);
  cursor: pointer;
}


.faq-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.faq-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.faq-question {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  font-weight: bold;
  color: #333;
}

.faq-answer {
  display: none;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 4px;
  color: #555;
}

.faq-question.active {
  color: #007bff;
}

.faq-question.active+.faq-answer {
  display: block;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid gray;
}

td,
th {
  border: 1px solid gray;
  padding: 9px 12px;
}

#contactSubmit>div>div>div>div:nth-child(5)>div>div>span {
  width: 232px !important;
}

thead th {
  color: #fff;
  background: rgb(14, 89, 125);
}

.card {
  border-radius: .5rem;
}
thead {
  top: 0;
  position: sticky;
  background: #105c86;
}
.wrapper {
  width: 100%;
  max-width: 31.25rem;
  margin: 3rem auto;
}

.label {
  font-size: .625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: +1.3px;
  margin-bottom: 1rem;
  color: rgb(14, 89, 125);
}

#searchQueryInput {
  width: 100%;
  height: 2.8rem;
  background: rgb(14, 89, 125);
  outline: none;
  border: none;
  border-radius: 1.625rem;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 1rem;
  color: #fff !important;
}

.career {
  background: aliceblue;
  padding: 20px 40px;
  border-radius: 10px;
}

.vs-btn.style2 {
  background-color: #fff;
  color: blue;
}

.badge-images .badge-item .img-wrap {
  padding: 10px;
  background-color: #fff;
  text-align: center;
  width: 72px;
  margin: auto;
  border-radius: 20%;
}

.badge-images {
  margin-top: 30px;
  display: inline-flex;
  gap: 10px;
}

.img-wrap img {
  height: 60px;
}

.payment {
  list-style: none;
  padding: 10px 0px;
}

.payment li {
  list-style: none;
  padding: 0px 2px;
  background: #fff;
  display: inline-block;
  width: 55px;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
    color: blue;
    font-weight: bold;
  }
}


.about-img {
  position: relative;
}

.navbar-nav .nav-item.dropdown .dropdown-menu.d-flex {
  min-width: 600px;
  margin-left: -427px !important;
  border-radius: 0px !important;
}

.navbar-nav .nav-item.dropdown .dropdown-menu.d-flex .dropdown-header {
  font-weight: 400;
  font-size: 1.1rem;
  color: white;
  font-family: "Roboto", Sans-serif !important;
  background: #105c86;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#contactform {
  width: 370px;
  left: -370px;
  height: 490px;
  margin: 25px 0;
  position: fixed;
  box-shadow: 0 0 12px 0 #333;
  z-index: 999;
}

#contact-button {
  width: 10%;
  padding: 2% 3%;
  cursor: pointer;
  margin-left: 370px;
  margin-top: 40px;
  font-size: 18px;
  color: white;
  position: absolute;
}

#contactform,
#contact-button {
  background-color: #202135;
  border-radius: 0 15px 15px 0;
  border: 5px solid #666666;
  border-left: none;
}


.enquiry-form-container {
  position: fixed;
  top: 3%;
  z-index: 1000;
  right: -100%;
  padding: 1rem;
  background: #E4EEF4;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0 8px 8px 0;
  transition: all 0.3s ease;
}

.enquiry-form-container h3 {
  font-size: 23px;
  text-align: center;
  margin: 0;
  margin-bottom: 0.8rem;
  margin-top: 10px;
  font-weight: 700;
}

.enquiry-btn {
  position: fixed;
  padding: 14px 10px;
  background: #105c86;
  color: #fff;
  right: 0;
  top: 13%;
  z-index: 1000;
  border-radius: 10px 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.enquiry-form-container.active {
  right: 0;
}

.enquiry-form-container .service {
  padding: 0.5rem;
  border: none;
  border-radius: 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.enquiry-form-container form input,
.enquiry-form-container form textarea {
  padding: 0.5rem;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 4px !important;
}

.enquiry-form-container i {
  text-align: right;
  position: absolute;
  right: 4%;
  font-size: 25px;
  color: #000;
}

.enquiry-form {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.vertical-text {
  border-radius: 10px 0 0 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 700;
}

.rotated-text {
  display: inline-block;
  white-space: nowrap;
  transform: translate(1.1em, 0) rotate(90deg);
  transform-origin: 0 0;
}

.rotated-text:before {
  content: "";
  float: left;
  margin-top: 100%;
}

.forminput {
  display: block;
  border: none;
  width: 300px;
  height: 35px;
  margin: 15px 30px;
}

form textarea {
  width: 300px;
  /* margin: 18px 30px; */
  height: 170px;
}

form textarea,
form input {
  border: 3px solid #666666;
  border-radius: 5px;
  background: #fbfbfbed;
}

.serve {
  display: block;
  width: 82%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8d8d8d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-left: 29px;
}

@media (max-width: 768px) {
  .navbar-nav .nav-item.dropdown .dropdown-menu.d-flex {
    min-width: 100%;
    margin-left: 0 !important;
    display: none !important;
  }

  .navbar-nav .nav-item.dropdown .dropdown-menu.d-flex.show {
    display: block !important;
  }
}

.img-team {
  border: 3px solid #044d94;
  border-radius: 50%;
}

.bg-whitesmoke {
  background: whitesmoke;
}

.section-underline {
  height: 4px;
  width: 150px;
  background-color: #044d94;
}

.isi {
  height: 4px;
  width: 150px;
  background-color: #044d94;
}

.icon-style {
  font-size: 30px;
  padding: 10px;
  border-radius: 50%;
  color: #044D94;
  border: 1px solid #044D94;
  display: inline-block;
}

.dark-blue {
  background: #0D597D;
}

.gradient-button {
  font: normal 12px/100% "Andale Mono", AndaleMono, monospace !important;
  background: linear-gradient(90deg, #F9530A, #FEC737);
  border: none;
  cursor: pointer;
  transition: background 0.5s ease;
}

.gradient-button:hover {
  background: linear-gradient(270deg, #F9530A, #FEC737);
}

.gradient-button:focus {
  outline: none;
}

.button-wrapper {
  display: inline-block;
  text-align: right;
  width: 100%;
}

.product-code-container {
  text-align: left;
}

.marquee-container {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.marquee-content {
  position: absolute;
  width: 93%;
  animation: scroll-up 25s linear infinite;
  text-align: center;
  color: #333;
  font-weight: bold;
}

@keyframes scroll-up {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.marquee-content p {
  margin: 0;
  padding: 15px;
  font-size: 11px;
  background: #044d94;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.marquee-content p:hover {
  transform: scale(1.05);
  background: #0056b3;
}

.marquee-content p+p {
  margin-top: 10px;
}

.director-section {
  background: #f8fafc;
  padding: 35px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.director-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.director-image {
  flex: 1 1 300px;
  text-align: center;
}

.director-image img {
  width: 100%;
  /* border-radius: 16px; */
  border: 4px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

.director-content {
  flex: 2 1 600px;
}

.director-content h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.director-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 24px;
}

.director-content p {
  font-size: 1rem;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 20px;
}

.team-section {
  background: #f8fafc;
  padding: 50px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.team-section h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 40px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.team-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.team-image {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin: 30px auto 15px;
  display: block;
  border: 2px solid #e2e8f0;
}

.team-info {
  text-align: center;
  padding: 0 15px 20px;
}

.team-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e293b;
}

.team-role {
  font-size: 0.95rem;
  color: #475569;
  margin-top: 5px;
}

.team-hover-panel {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  /* padding: 10px 0; */
  background: linear-gradient(to right, #1e293b, #334155);
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 18px;
  transition: bottom 0.35s ease;
  z-index: 1;
}

.team-card:hover .team-hover-panel {
  bottom: 0;
}

.team-hover-panel a {
  color: #facc15;
  font-size: 16px;
  transition: 0.3s ease;
  padding: 8px;
}

.team-hover-panel a:hover {
  background: #ffffff;
  color: #1e293b;
}

.gallery-card {
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  padding: 1rem;
}

.gallery-breadcrumb {
  position: relative;
}

.gallery-breadcrumb::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
}

.gallery-breadcrumb h1 {
  position: relative;
  z-index: 10;
}

.gallery-title {
  font-weight: 600;
  color: #105c86;
  text-align: left;
}

.gallery-card:hover {
  transform: translateY(-4px);
}

.gallery-img-container {
  position: relative;
  overflow: hidden;
}

/* 
.gallery-img {
  height: 240px;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
} */

.gallery-img-container:hover .gallery-img {
  transform: scale(1.05);
}

.zoom-icon-top {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  padding: 6px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.gallery-img-container:hover .zoom-icon-top {
  opacity: 1;
}

.gallery-title {
  font-weight: 600;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

.gallery-card.shadow-sm {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

@media (max-width: 576px) {}

.bgBlue {
  background: #105C86;
}

.left-section {
  background-color: #f5f9fc;
  color: #2a2a2a;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 0;
}

.left-content {
  padding: 10px 10px 10px 30px;
}

.left-section h3 {
  font-weight: 600;
  font-size: 22px;
  color: #105C86;
}

.left-section p {
  font-size: 15px;
  color: #444;
}

.btn-submit {
  background-color: #105C86;
  color: white;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 6px;
  width: 100%;
  transition: background 0.3s ease;
}

.btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}

@media (max-width: 768px) {
  .left-section {
    display: none !important;
  }

  .left-content {
    text-align: center;
  }

  .modal-dialog {
    margin: 1rem auto;
  }

  .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.bottom-image {
  max-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-image img.bottom-img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.review-card {
  min-height: auto;
  max-height: 280px;
  overflow: hidden;
}

.review-comment {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.certify {
  border: 2px solid antiquewhite !important;
}

.service-image {
  position: relative;
  width: 100%;
  padding-bottom: 66.66%;
  overflow: hidden;
  border-radius: 8px;
}

.service-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-dots {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slick-next {
  display: none !important;
}

/* custom css for redesigning */
/* 
.service-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.service-card {
  width: 45%;
  padding: 1.5rem;
  background-color: #105c862e;
  height: 42vh;
  border-radius: 5px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}


.service-card .img {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5rem;
  background: #105c86;
  border-radius: 40% 0% 5px 0;
  height: 7rem;
  width: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-card .img img {
  width: 4rem;
  filter: brightness(0) saturate(100%) invert(91%) sepia(94%) saturate(482%) hue-rotate(162deg) brightness(91%) contrast(90%);
}

.service-card h2 {
  font-size: 25px !important;
  font-weight: 600;
  color: #105c86;
} */


.rm-div {
  display: flex;
  align-items: center;
}

.rm-div a {
  text-transform: capitalize;
  font-weight: 600;
  display: block;
}

.rm-div a img {
  padding: 0.5rem;
  border-radius: 50%;
  /* margin-left: 10px; */
}

a.arrow {
  margin-left: 11px;
  border-radius: 50%;
  border: 1.5px solid #105c86;
  transition: all 0.3s ease;

}

.rm-div:hover .arrow {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #105c86;
}

.rm-div:hover .arrow img {
  filter: brightness(0) saturate(100%) invert(1);
}

.service-section-out {
  padding: 4rem !important;
}


.blog-section {
  padding: 4rem;
}

.blog-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin: 2rem 0;
}

.blog-card {
  width: 45%;
  /* padding: 1rem; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.inside-blog {
  position: relative;
}

.service-img img {
  width: 100%;
}

.bullet {
  width: 7%;
}

.about-li {
  display: flex;
  margin-bottom: 0.7rem;
}

.certi {
  width: 100%;
}

li.about-li span {
  width: 90%;
}

/* contact section */


/* why chosse us  */

.num-card {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.num-card h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}

.num-card h3 {
  font-size: 14px;
  font-weight: 600;
  background: #d4e2e95e;
  padding: 0.5rem 0.8rem;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
}

.cta-section {
  position: relative;
}

.cta-section::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #105c8699;
  left: 0;
  bottom: 0;
}

.cta-text {
  position: relative;
}

.customer-section {
  padding: 4rem;
}

.inside-cs {
  display: flex;
}

.ics-left {
  width: 40%;
  padding: 0.5rem;
}

.ics-right {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  padding: 1rem;
  justify-content: center;
  gap: 12px;
  row-gap: 25px;
}

.audit-section {
  padding: 4rem;
  background-color: #105C86;
}

.item.audit-card {
  display: flex;
  padding: 1rem;
  background: #ccdce5;
  border-radius: 6px;
  flex-direction: column;
  row-gap: 10px;
  /* height: 72vh; */
}

.project-title {
  font-size: 23px;
  font-weight: 700;
  color: #105c86;
}

/* .read-more {
  padding: 0.8rem 1rem;
  margin-top: 4rem;
  border-radius: 50px;
  background: red;
} */

.greviews-section {
  padding: 4rem;
}

.testimonial {
  margin: 0 1rem;
  align-self: stretch;
}

.in-testi {
  padding: 1rem;
  /* background: rebeccapurple; */
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pic img {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}

.user {
  display: flex;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid;
}

.user .title {
  font-size: 21px;
  margin: 0;
  font-weight: 600;
  color: #105c86;
}

.contact-b {
  height: 70vh;
}

.c-card {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding-top: 1.4rem;
  margin-bottom: 0.7rem;
  border-top: 1px solid;
}

.details h4 {
  margin: 0;
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 600;
  color: #105c86;
  margin-bottom: 0.2rem;
}

.blue.nump {
  margin: 0.3rem;
}

.icon {
  font-size: 18px;
  padding: 0.3rem;
  border: 1px solid;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #105c86;
}

.office {
  padding: 0.7rem;
}

.card-head {
  padding-top: 1rem;
  border-top: 1px solid;
  font-weight: 600;
  text-align: left;
}

.office-card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 1rem;
  height: 40vh;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* yet to be updated  */
/* client page  */

.c-left ul li {
  cursor: pointer;
}

.c-left ul li.active {
  background-color: #105c86;
}

.client-tabs {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.inside-ct {
  height: fit-content;
  position: relative;
}

.client-tabs.active {
  opacity: 1;
  position: unset;
  height: fit-content;
}

.c-left {
  width: 25%;
  /* padding: 0 0; */
  padding-right: 1rem;
  position: sticky;
  top: 0;
  /* padding-left: 0; */
}

.clientele-section {
  padding: 4rem 2rem;
  padding-top: 0;
}

.c-left ul {
  list-style: none;
  padding: 0;
}

.c-left h3 {
  text-transform: capitalize;
  font-weight: 600;
  color: #105c86;
}


.c-btn {
  cursor: pointer;
  padding: 0.5rem;
  background: #2a6887;
  margin-bottom: 0.8rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 4px solid;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.3s ease;
}

.c-btn.active {
  background-color: #105c86;
  color: #fff;
  border: none;
}

.c-left ul li p {
  margin: 0;
  text-align: left;
}

.c-left ul li p i {
  margin-right: 10px;
}

.c-right {
  /* position: relative; */
  /* padding: 2rem; */
  /* background: rebeccapurple; */
  width: 75%;
  border-radius: 5px;
}

.tab-container {
  padding: 1rem;
  position: relative;
}

.client-tabs {}

.client-tabs h2 {
  font-size: 26px !important;
  text-transform: capitalize;
  font-weight: 600;
  color: #105c86;
}

.desc {
  width: 55%;
}

.c-img {
  width: 45%;
}

.client-desc {
  display: flex;
  margin-top: 1rem;
  gap: 20px;
  margin-bottom: 2rem;
}

.client-desc p {
  color: #000;
}

.c-img img {
  border-radius: 3px;
}

.client-logo {
  /* margin-top: 2rem; */
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
}

/* .logo{
  width: 23%;
} */

.logo img {
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 12rem;
  height: 7rem;
  object-fit: contain;
  box-shadow: #105c86bd 5px 5px, #105c864d 10px 10px, #105c8633 15px 15px, #105c861a 20px 20px, #105c860d 25px 25px;
}

/* payment page */
.ips-right {
  width: 55%;
}

.inside-ps {
  display: flex;
}


.payment-section {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.ips-left {
  width: 45%;
  background: #f1f7fb;
  padding: 1.5rem;
  border-radius: 10px 0 0 10px;
}

.ill-img img {
  width: 100%;
}

.ill-img {
  width: 100%;
}

.p-tabs {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.p-tabs.active {
  opacity: 1;
  position: unset;
}

.ir-low {
  position: relative;
}

.scanner {
  display: flex;
  justify-content: center;
}

.form-btn {
  width: 60%;
  margin: auto;
  /* border-radius: 50px; */
}

.form-btn button {
  border-radius: 50px !important;
  width: 100%;
  font-weight: 600;
  background: #105c86;
}

.ir-up {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
  border-top: 1px solid #e3e3e3;
}

.ips-left h3 {
  font-weight: 600;
  color: #105c86;
  font-size: 25px;
  text-align: center;
  margin: 1rem 0;
  text-transform: capitalize;
}

.frow {

  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.p-btn {
  width: 50%;
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  color: #105c86;
  cursor: pointer;
  padding: 1rem 0;
  transition: background-color 0.3s ease;
  background: #f1f7fb;
}

.p-btn.active {
  border-top: 2px solid #105c86;
  background-color: #fff;
}

/* .ir-up::before{
  content: '';
  position: absolute;
  width: 50%;
  height: 3px;
  background-color: #105c86;
  top: 0;
  left: 0; */
/* } */

.ir-up.active::before {
  right: 0;
}

.payment-form {
  padding: 0 3rem;
}

.payment-form label {
  margin-bottom: 0.4rem;
  padding: 0 0.75rem;
  text-transform: capitalize;
  font-weight: 500;
  color: #d2d2d2;
}

.payment-form input {
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  outline: none;
}

.form-row {
  margin-bottom: 2rem;
  flex: 1;
}


/* for home audit */
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  /* transform: translateY(-50%); */
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 2rem;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.custom-prev {
  left: 0%;
}

.custom-next {
  right: 0%;
}

/* footer */
footer {
  padding: 2rem;
  padding-bottom: 1rem;
  background-color: #105c86;
}

.subscribe {
  padding: 1rem 2rem;
  background: #ff7d24;
  border-radius: 22px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 20px;
}

.s-left {
  width: 40%;
  color: #fff;
}

.s-left h2 {
  text-transform: capitalize;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 30px;
  margin: 0;
}

.s-right {
  width: 50%;
}

.s-right p {
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

.sub {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sub input {
  width: 70%;
  background: #d9610e;
  margin: 0;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  border-radius: 50px;
}

.sub input::placeholder {
  color: #fff;
}

.sub button {
  margin: 0;
  width: 30%;
  border-radius: 50px;
  padding: 1rem;
  color: #fff;
  background-color: #105c86;
  font-weight: 500;
}

.footer-widget {
  width: 30%;
}

.footer-widget.left {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 35%;
}

.footer-widget.right {
  width: 35%;
}

.c-details {
  color: #fff;
}

.footer-widget.left h1 {
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.footer-widget.left p {
  color: #fff;
}

.footer-widget a {
  color: #fff;
}

.footer-widget.middle a {
  margin-bottom: 0.6rem;
}

.inside-footer {
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
}

/* copied */

.services-marquee {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.services-marquee ul {
  display: inline-flex;
  animation: marquee 10s linear infinite;
}

.services-marquee ul:hover {
  animation-play-state: paused;
}

.footer-widget h2 {
  font-size: 30px !important;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;

}

.footer-widget.middle {
  /* margin-top: 1rem; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
}

.services-marquee i {
  color: #fff;
}

@keyframes marquee {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.c-info {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  /* margin-bottom: 1.5rem; */
}

.cicon {
  color: #fff;
  font-size: 20px;
  padding: 0.4rem;
  /* border: 1px solid; */
}

.c-details h3 {
  color: #fff;
  margin: 0.3rem 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 17px;
}

.c-details a {
  margin-bottom: 0.4rem;
}

.c-details.num p {
  font-weight: 500;
  margin-bottom: 1rem;
  color: #fff;
}

.timing {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.timing p {
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.info {
  margin-bottom: 0.7rem !important;
}

.badge {
  width: 20%;
  background: #fff;
  padding: 0.4rem;
  border-radius: 7px;
}

.badges {
  display: flex;
  gap: 10px;
  /* flex-wrap: wrap; */
}

.copyright {
  text-align: center;
  padding: 2rem;
  margin-top: 1rem;
  background: #0a4a6d;
  border-radius: 50px;
}

.copyright p {
  margin: 0;
}

/* blog page */
.in-blog-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.in-blog-card {
  width: 30%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.card-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #105c86;
}

.read-more p {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.read-more {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid;
}

.card-content .date {
  /* margin: 0; */
  font-size: 14px;
  position: unset;
  letter-spacing: 1px;
}

.post-date {
  color: #bababa;
  font-weight: 400;
  text-transform: capitalize;
}

/* swiper */
/* .swiper {
  width: 100%;
  padding-top: 3.125rem;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination {
  bottom: 1.25rem !important;
}

.swiper-slide {
  width: 18.75rem;
  height: 28.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0 0 0 1.563rem;
  text-transform: uppercase;
}

.swiper-slide p {
  color: #dadada;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0 1.563rem;
  line-height: 1.6;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-slide a {
  margin: 1.25rem 1.563rem 3.438rem 1.563rem;
  padding: 0.438em 1.875rem;
  font-size: 0.9rem;
}

.swiper-slide a:hover {
  color: #005baa;
}

.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}

.swiper-slide--one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1628944682084-831f35256163?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80") no-repeat 50% 50% / cover;
}

.swiper-slide--two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1515309025403-4b0184873cef?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=735&q=80") no-repeat 50% 50% / cover;
}

.swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1545671913-b89ac1b4ac10?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80") no-repeat 50% 50% / cover;
}

.swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1598977123118-4e30ba3c4f5b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80") no-repeat 50% 50% / cover;
}

.swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1570481662006-a3a1374699e8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=765&q=80") no-repeat 50% 50% / cover;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}
swiper end */

/* to be updated */

@media (max-width: 900px) {
  .payment-section {
    padding: 2rem;
  }

  .c-left {
    padding: 0rem;
  }

  .in-blog-card {
    width: 48%;
  }
}

@media(max-width: 765px) {
  .inside-ps {
    display: flex;
    flex-direction: column;
  }

  .ips-left {
    width: 100%;
  }

  .ips-right {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .in-blog-card {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .payment-form {
    padding: 0 1rem;
  }

  .payment-section {
    row-gap: 0rem;
  }
}

@media (max-width: 1024px) {
  .service-section-out {
    padding: 4rem 0rem !important;
  }

  .num-card h1 {
    font-size: 45px;
  }

  .popup-form {
    width: 55%;
  }

  .c-left {
    padding: 0rem;
  }

  .logo img {
    width: 8rem;
    height: 5rem;
  }
}

@media (max-width: 925px) {
  .service-card {
    width: 100%;
  }

  .num-card {
    width: 100%;
  }

}

@media (max-width: 765px) {
  .blog-card {
    width: 100%;
  }

  .inside-contact-section {
    flex-direction: column;
    row-gap: 20px;
  }

  .cs-left {
    width: 100%;
  }

  .cs-right {
    width: 100%;
  }

  .inside-wcu {
    flex-direction: column;
    row-gap: 10px;
  }

  .iwcu-right {
    padding: 0rem;
  }

  .iwcu-right {
    width: 100%;
  }

  .num-card {
    width: 46%;
  }

  .ics-left {
    width: 100%;
    padding: 0.5rem;
  }

  .inside-cs {
    flex-direction: column;
    display: flex;
    row-gap: 20px;
  }

  .ics-right {
    width: 100%;
  }

  .c-img img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .num-card {
    width: 100%;
  }
}

@media (max-width: 465px) {
  .sol-card {
    width: 100%;
  }

  .audit-section {
    padding: 2rem;
  }

  .customer-section {
    padding: 2rem;
  }

  .contact-section {
    padding: 2rem;
  }

  .heading h1 {
    font-size: 30px;
  }

  .service-section-out {
    padding: 4rem 0rem !important;
  }

  .service-card .img {
    height: 5rem;
    width: 6rem;
  }

  .service-card {
    height: unset;
  }

  .blog-section {
    padding: 2rem;
  }
}


.copyright a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 800px) {
  .popup-content {
    width: 100%;
  }

  .inside-footer {
    flex-wrap: wrap;
  }

  .footer-widget {
    width: 48%;
  }

  .s-left {
    width: 46%;
    color: #fff;
  }

  .s-left h1 {
    font-size: 33px;
  }

  .desc {
    width: 100%;
  }

  .c-img {
    width: 100%;
  }

  .client-desc {
    flex-direction: column;
  }
}

@media (max-width: 765px) {
  .s-left {
    width: 100%;
    color: #fff;
  }

  .subscribe {
    flex-direction: column;
  }

  .s-right {
    width: 100%;
  }

  .c-left ul li {
    width: 31%;
  }

  .c-left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .c-left {
    width: 100%;
    position: unset;
  }

  .c-right {
    width: 100%;
  }

}

@media (max-width: 600px) {
  .c-left ul li {
    width: 43%;
  }

  .contact-buttons a {
    flex: 1;
    border-radius: 0;
    background-color: #105c86;
  }

  .contact-buttons {
    bottom: 0;
    right: 0;
    gap: 0;
    flex-direction: row;
    width: 100%;
  }
}

@media (max-width: 510px) {
  .sub {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-widget {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .c-left ul li {
    width: 100%;
  }

  .c-left ul {
    gap: 0px;
  }

  .inside-cs {
    row-gap: 0px;
  }

  .client-tabs h2 {
    margin: 0;
  }
}

/* update 1/9/2025 */
.social a {
  padding: 0 0.4rem;
}

#product-list {
  height: 100vh;
  overflow-y: scroll;
}

.contact-card {
  padding: 1.2rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.contact-card-body p {
  font-size: 23px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.inside-row-t {
  margin-bottom: 0.6rem;
}

.inside-row-t input {
  padding: 0.5rem;
  border-radius: 5px;
  border: none;
  background: #e9ecef;
}

.noti-marquee {
  display: flex;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 2rem;
}

.noti-link {
  animation: scroll 30s linear infinite;

}

.product-table tr:nth-child(n+5) td {
  filter: blur(4px);
}


.navbar-nav .nav-item.dropdown {
    position: relative !important;
}

.navbar-nav .nav-item.dropdown .dropdown-menu.d-flex {
    display: none !important;
}

.navbar-nav .nav-item.dropdown .dropdown-menu.d-flex.show {
    display: flex !important;
}

.navbar-nav .nav-item.dropdown .dropdown-menu.d-flex {
    position: absolute !important;
    left: 15% !important;
    transform: translateX(-50%) !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    padding: 10px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    width: max-content !important;
    max-width: 95vw !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    z-index: 1000 !important;
}

/* FIX FOR SMALL LAPTOP / TABLET */
@media (max-width: 1200px) {
    .navbar-nav .nav-item.dropdown .dropdown-menu.d-flex {
        left: 50% !important;
        transform: translateX(-50%) !important;
        max-width: 100vw !important;
    }
}

.dropdown-menu .p-3 {
    min-width: 250px !important;
    flex-shrink: 0 !important;
}

.navbar,
.navbar-nav {
    overflow: visible !important;
}

.dropdown-menu.d-flex::-webkit-scrollbar {
    height: 6px !important;
}
